﻿/* =========================================================================
   Join to Power — Landing page component system
   Built on Power Real Estate Group design tokens (colors_and_type.css)
   ========================================================================= */

html { scroll-behavior: smooth; }
body { background: var(--bg-2); overflow-x: hidden; }

/* All join sections are transparent — body platinum colour shows through */
.page-join .section--platinum,
.page-join .trust-block,
.page-join .challenge-solution { background: transparent; }
.page-join .pp-section {
  background: transparent;
  isolation: auto;
}
.page-join .pp-section::before { display: none; }
img { display: block; max-width: 100%; }

/* image placeholder wrapper — keeps layout if a stock image fails to load */
.ph { position: relative; background: linear-gradient(135deg, var(--electric-blue-100), var(--electric-blue-50)); overflow: hidden; }
.ph::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, rgba(33,133,247,0.05) 0 12px, transparent 12px 24px); }
.ph img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

/* ---------------- Layout ---------------- */
.container { max-width: var(--container-max); margin: 0 auto; padding-left: var(--container-pad); padding-right: var(--container-pad); }
.container--wide { max-width: 1320px; }
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section--platinum { background: var(--bg-2); }
.section--charcoal { background: var(--charcoal-900); color: var(--white); }
.section--blue { background: linear-gradient(135deg, var(--electric-blue) 0%, var(--electric-blue-700) 100%); color: var(--white); }
.divider { height: 1px; background: var(--border-1); }

.page-join .hero {
  position: static;
  min-height: auto;
  overflow: visible;
  color: var(--charcoal-900);
  background: transparent;
}

/* ---------------- Buttons ---------------- */
.btn-primary { display: inline-flex; align-items: center; gap: 11px; height: 54px; padding: 0 28px; border-radius: var(--r-lg); background: var(--electric-blue); color: var(--white); font-size: var(--fs-body); font-weight: var(--fw-bold); letter-spacing: 0.005em; box-shadow: 0 12px 28px rgba(33,133,247,0.30); transition: background var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out); border: none; cursor: pointer; }
.btn-primary:hover { background: var(--electric-blue-600); text-decoration: none; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(33,133,247,0.38); }
.btn-primary:active { transform: scale(0.985); }
.btn-primary svg { width: 18px; height: 18px; }
.btn-primary--sm { height: 44px; padding: 0 22px; font-size: var(--fs-meta); border-radius: var(--r-full); box-shadow: 0 6px 16px rgba(33,133,247,0.28); }
.btn-primary--lg { height: 62px; padding: 0 36px; font-size: var(--fs-body-lg); }
.btn-white { background: var(--white); color: var(--electric-blue-700); box-shadow: 0 12px 30px rgba(11,52,112,0.22); }
.btn-white:hover { background: var(--electric-blue-50); color: var(--electric-blue-700); }
.btn-ghost { display:inline-flex; align-items:center; gap:8px; height:54px; padding:0 24px; border-radius: var(--r-lg); background: transparent; color: var(--electric-blue-700); font-weight: var(--fw-bold); border: 1.5px solid var(--border-2); transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out); }
.btn-ghost:hover { background: var(--electric-blue-50); border-color: var(--electric-blue-200); text-decoration:none; }

/* ---------------- Section headers ---------------- */
.eyebrow-row { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.eyebrow-row .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--electric-blue); box-shadow: 0 0 0 4px var(--electric-blue-100); flex:none; }
.eyebrow-row span { font-family: var(--font-section); font-weight: var(--fw-bold); font-size: 12px; letter-spacing: var(--tr-eyebrow); text-transform: uppercase; color: var(--electric-blue-700); }
.section--charcoal .eyebrow-row span, .section--blue .eyebrow-row span { color: var(--electric-blue-200); }
.section--blue .eyebrow-row .dot { background: var(--white); box-shadow: 0 0 0 4px rgba(255,255,255,0.25); }

.sec-head { max-width: 760px; }
.sec-head--center { margin: 0 auto; text-align: center; }
.sec-title { font-family: var(--font-section); font-weight: 800; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.08; letter-spacing: -0.02em; color: var(--charcoal-900); margin: 0 0 16px; text-transform: none; text-wrap: balance; }
.sec-title__blue-line { display: block; color: var(--electric-blue-700); }
.section--charcoal .sec-title, .section--blue .sec-title { color: var(--white); }
.sec-sub { font-size: var(--fs-body-lg); font-weight: var(--fw-semibold); color: var(--electric-blue-700); margin: 0 0 16px; }
.section--charcoal .sec-sub, .section--blue .sec-sub { color: var(--electric-blue-200); }
.sec-lead { font-size: var(--fs-body-lg); font-weight: var(--fw-medium); color: var(--fg-2); line-height: 1.6; margin: 0; max-width: 660px; }
.section--charcoal .sec-lead { color: rgba(255,255,255,0.82); }
.section--blue .sec-lead { color: rgba(255,255,255,0.92); }

/* ---------------- Check list ---------------- */
.points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 15px; }
.points li { display: grid; grid-template-columns: 26px 1fr; gap: 14px; align-items: start; font-size: var(--fs-body); font-weight: var(--fw-medium); line-height: 1.5; color: var(--charcoal-700); }
.points .check { margin-top: 1px; width: 26px; height: 26px; border-radius: 50%; background: var(--electric-blue-50); color: var(--electric-blue-600); display: grid; place-items: center; flex: none; }
.points .check svg { width: 15px; height: 15px; display: block; }
.points b { font-weight: var(--fw-bold); color: var(--charcoal-900); }
.section--charcoal .points li { color: rgba(255,255,255,0.85); }
.section--charcoal .points b { color: var(--white); }
.section--charcoal .points .check { background: rgba(33,133,247,0.2); color: var(--electric-blue-200); }

/* =========================================================================
   HERO
   ========================================================================= */
.hero { display: grid; grid-template-columns: minmax(420px, 0.85fr) 1fr; align-items: center; gap: 56px; max-width: 1320px; width: 100%; margin: 0 auto; padding: 40px 40px 64px; }
.hero-logo { width: min(100%, 260px); height: auto; margin: 0 0 20px; }
.hero .headline { text-transform: none; color: var(--charcoal-900); font-weight: 800; font-size: clamp(36px, 4vw, 54px); line-height: 1.06; letter-spacing: -0.02em; margin: 0 0 24px; }
.hero .headline .accent { color: var(--electric-blue); }
.discover { font-family: var(--font-body); font-weight: var(--fw-bold); font-size: var(--fs-body-lg); color: var(--charcoal-800); margin: 0 0 18px; }
.hero .points { margin-bottom: 32px; }
.cta-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

/* hero stat strip */
.stat-strip { display: flex; align-items: center; gap: 22px; margin-top: 18px; flex-wrap: wrap; }
.stat-strip .st { display: flex; flex-direction: column; }
.stat-strip .st .n { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--charcoal-900); line-height: 1; letter-spacing: -0.01em; display:flex; align-items:center; gap:5px; }
.stat-strip .st .n svg { width: 16px; height: 16px; color: var(--warning-500); }
.stat-strip .st .l { font-size: 11px; font-weight: var(--fw-semibold); color: var(--charcoal-500); margin-top: 5px; }
.stat-strip .sep { width: 1px; height: 28px; background: var(--border-2); }

/* bento mosaic */
.bento { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1.35fr 1.35fr 1fr; grid-template-areas: "main main tall" "main main tall" "keys sold stat"; gap: 14px; height: 600px; }
.bento figure { margin: 0; border-radius: var(--r-lg); overflow: hidden; background: var(--white); box-shadow: var(--shadow-2); position: relative; }
.bento figure img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--dur-slow) var(--ease-out); }
.bento figure:hover img { transform: scale(1.04); }
.b-main { grid-area: main; border-radius: var(--r-xl); box-shadow: var(--shadow-3); }
.b-tall { grid-area: tall; }
.b-keys { grid-area: keys; }
.b-sold { grid-area: sold; }
.b-stat { grid-area: stat; position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-2); }
.b-stat::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(33,133,247,0.78) 0%, rgba(33,133,247,0.54) 54%, rgba(33,133,247,0.34) 100%); }
.b-stat img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--dur-slow) var(--ease-out); }
.b-stat:hover img { transform: scale(1.04); }
.b-stat__content { position: absolute; left: 16px; top: 50%; z-index: 2; transform: translateY(-50%); width: calc(100% - 32px); }
.b-stat .num { font-family: var(--font-display); font-weight: 800; font-size: 34px; color: var(--white); line-height: 1; letter-spacing: -0.02em; }
.b-stat .lbl { font-size: 13px; font-weight: var(--fw-semibold); color: rgba(255,255,255,0.92); margin-top: 6px; }
.b-main figcaption { position: absolute; left: 16px; bottom: 16px; background: rgba(255,255,255,0.95); border-radius: var(--r-full); padding: 7px 14px 7px 12px; display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: var(--fw-bold); color: var(--charcoal-800); box-shadow: var(--shadow-2); }
.b-main figcaption .pin { width: 7px; height: 7px; border-radius: 50%; background: var(--electric-blue); }
@media (max-width: 1080px){ .hero { grid-template-columns: 1fr; } .bento { height: 520px; } }

/* =========================================================================
   CTA STRIP COMPONENT + BANNER SECTION
   ========================================================================= */
/* Section wrapper — compact vertical rhythm */
.join-cta-section { padding: 28px 0 36px; }

/* Component — stacks button above stat-strip */
.join-cta-strip { display: flex; flex-direction: column; }
.join-cta-strip .stat-strip { margin-top: 16px; }

/* Large / banner variant */
.join-cta-strip--large { align-items: center; }
.join-cta-strip--large .btn-primary { min-width: 500px; justify-content: center; padding-left: 44px; padding-right: 44px; }
.join-cta-strip--large .stat-strip { justify-content: center; }

/* Hero (normal) variant — left-aligned on desktop */
.join-cta-strip:not(.join-cta-strip--large) .btn-primary { align-self: flex-start; margin-right: auto; }

@media (max-width: 560px) {
  .join-cta-strip--large .btn-primary { width: 100%; min-width: unset; }
  .join-cta-strip:not(.join-cta-strip--large) .btn-primary { width: 100%; height: 62px; padding: 0 36px; font-size: var(--fs-body-lg); align-self: auto; margin-right: 0; justify-content: center; }
  .join-cta-strip:not(.join-cta-strip--large) .stat-strip { justify-content: center; }
}

/* =========================================================================
   JOIN LEADS
   ========================================================================= */
.join-leads-copy { align-self: center; }
.join-leads-title { margin-bottom: 20px; }
.join-leads-title span { color: var(--electric-blue-700); }
.join-leads-list { display: flex; flex-direction: column; gap: 22px; margin: 34px 0 30px; }
.join-leads-item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
.join-leads-icon { width: 48px; height: 48px; border-radius: var(--r-md); background: var(--electric-blue-50); color: var(--electric-blue-600); display: grid; place-items: center; }
.join-leads-icon svg { width: 23px; height: 23px; }
.join-leads-icon--zillow .zillow-icon { width: 25px; height: 32px; }
.join-leads-item h3 { margin: 0 0 7px; color: var(--charcoal-900); font-size: var(--fs-sub); line-height: 1.2; }
.join-leads-item p { margin: 0; color: var(--fg-2); font-size: var(--fs-body); line-height: 1.55; }
.join-leads-cta { display: flex; flex-direction: column; align-items: center; text-align: center; margin-top: 16px; }
.join-leads-cta p { margin: 0 0 12px; color: var(--electric-blue-700); font-size: 13px; font-weight: var(--fw-bold); letter-spacing: var(--tr-eyebrow); text-transform: uppercase; }
.join-leads-stats { justify-content: center; margin-top: 24px; margin-bottom: 0; }

#join-workshops .join-workshops-head { max-width: 960px; }
#join-workshops .join-workshops-head .sec-lead { margin-left: auto; margin-right: auto; }
#join-workshops .join-workshops-title span { color: var(--electric-blue-700); }

@media (max-width: 560px) {
  .join-leads-item { grid-template-columns: 42px 1fr; gap: 14px; }
  .join-leads-icon { width: 42px; height: 42px; border-radius: 12px; }
  .join-leads-cta .btn-primary { width: 100%; justify-content: center; }
  .join-leads-stats { width: 100%; justify-content: space-between; gap: 12px; }
}

/* =========================================================================
   TESTIMONIALS carousel
   ========================================================================= */
.tcar-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.tcar-head--center { position: relative; justify-content: center; text-align: center; }
.tcar-head--center .sec-head { margin: 0 auto; }
.tcar-head--center .eyebrow-row { justify-content: center; }
.tcar-head--center .tcar-nav { position: absolute; right: 0; bottom: 0; }
.tcar-nav { display: flex; gap: 10px; }
.tcar-nav button { width: 48px; height: 48px; border-radius: var(--r-full); border: 1.5px solid var(--border-2); background: var(--white); color: var(--charcoal-700); display: grid; place-items: center; cursor: pointer; transition: all var(--dur-fast) var(--ease-out); }
.tcar-nav button:hover { background: var(--electric-blue); color: var(--white); border-color: var(--electric-blue); transform: translateY(-1px); }
.tcar-nav button svg { width: 20px; height: 20px; }
.tcar { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 40px 24px; margin: 0 -40px; scrollbar-width: none; cursor: grab; touch-action: pan-y; user-select: none; }
.tcar.dragging { cursor: grabbing; scroll-snap-type: none; }
.tcar.dragging .tcard { pointer-events: none; }
.tcar::-webkit-scrollbar { display: none; }
.tcard { flex: 0 0 360px; scroll-snap-align: start; background: var(--white); border-radius: var(--r-lg); box-shadow: var(--shadow-1); border: 1px solid var(--border-1); overflow: hidden; cursor: pointer; transition: box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); }
.tcard:hover { box-shadow: var(--shadow-3); transform: translateY(-3px); }
.tcard:focus-visible { outline: 3px solid var(--electric-blue-300); outline-offset: 4px; }
.tcard__thumb { position: relative; width: 100%; aspect-ratio: 16/9; background: var(--charcoal-200); display:block; overflow: hidden; }
.tcard__thumb img { width: 100%; height: 100%; object-fit: cover; }
.tcard__thumb .play { position: absolute; inset: 0; margin: auto; width: 58px; height: 58px; border-radius: var(--r-full); background: rgba(255,255,255,0.94); display: grid; place-items: center; box-shadow: var(--shadow-3); transition: transform var(--dur-fast) var(--ease-out); }
.tcard__thumb:hover .play { transform: scale(1.08); }
.tcard__thumb .play svg { width: 22px; height: 22px; color: var(--electric-blue); margin-left: 3px; }
.tcard__thumb .yt { position:absolute; top:12px; left:12px; background:rgba(13,21,38,0.78); color:#fff; font-size:11px; font-weight:var(--fw-bold); padding:4px 9px; border-radius: var(--r-full); display:flex; align-items:center; gap:6px; }
.tcard__thumb .yt svg { width:14px; height:14px; }
.tcard__body { padding: 20px; }
.tcard__name { font-family: var(--font-sub); font-weight: var(--fw-bold); font-size: 18px; color: var(--charcoal-900); margin: 0 0 6px; }
.tcard__meta { font-size: 12px; font-weight: var(--fw-semibold); color: var(--electric-blue-700); margin: 0 0 12px; line-height: 1.4; }
.tcard__result { font-size: 14px; font-weight: var(--fw-semibold); color: var(--charcoal-700); margin: 0 0 12px; line-height: 1.45; }
.tcard__quote { font-size: 14px; font-weight: var(--fw-medium); color: var(--charcoal-600); line-height: 1.55; margin: 0; padding-top: 12px; border-top: 1px solid var(--border-1); font-style: italic; }
.video-modal { position: fixed; inset: 0; z-index: 300; display: none; align-items: center; justify-content: center; padding: 0; background: rgba(4, 8, 15, 0.92); }
.video-modal.is-open { display: flex; }
.video-modal__frame { width: min(100vw, 177.78vh); max-width: 100vw; max-height: 100vh; aspect-ratio: 16 / 9; }
.video-modal__frame iframe { width: 100%; height: 100%; border: 0; display: block; background: #000; }
body.video-modal-open { overflow: hidden; }
@media (max-width: 900px){ .tcar-head--center { align-items: center; flex-direction: column; } .tcar-head--center .tcar-nav { position: static; } }
@media (max-width: 720px){ .tcar { padding-left: 24px; padding-right: 24px; margin: 0 -24px; } .tcard { flex-basis: 300px; } }

/* =========================================================================
   Discovery call modal
   ========================================================================= */
.join-modal {
  position: fixed;
  inset: 0;
  z-index: 360;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.join-modal.is-open {
  display: flex;
}

.join-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 15, 0.72);
}

.join-modal__panel {
  position: relative;
  width: min(100%, 760px);
  max-height: min(88vh, 780px);
  overflow-y: auto;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: var(--r-xl);
  background: var(--white);
  box-shadow: 0 28px 72px rgba(11, 52, 112, 0.28), 0 8px 24px rgba(11, 52, 112, 0.12);
}

.join-modal__close {
  position: sticky;
  top: 18px;
  float: right;
  z-index: 2;
  width: 42px;
  height: 42px;
  margin: 18px 18px -60px 0;
  border: 1px solid var(--border-1);
  border-radius: var(--r-full);
  background: rgba(255,255,255,0.94);
  color: var(--charcoal-800);
  cursor: pointer;
  box-shadow: var(--shadow-2);
  transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}

.join-modal__close:hover {
  background: var(--electric-blue);
  color: var(--white);
  transform: translateY(-1px);
}

.join-modal__close span,
.join-modal__close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.join-modal__close span {
  transform: translate(-50%, -50%) rotate(45deg);
}

.join-modal__close span::after {
  content: "";
  transform: translate(-50%, -50%) rotate(90deg);
}

.join-modal__content {
  padding: 44px;
}

.join-modal__intro {
  max-width: 620px;
  margin-bottom: 24px;
}

.join-modal__intro .eyebrow-row {
  margin-bottom: 14px;
}

.join-modal__intro h2,
.join-modal__success h2 {
  margin: 0 0 12px;
  color: var(--charcoal-900);
  font-family: var(--font-section);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-transform: none;
}

.join-modal__intro p,
.join-modal__success p {
  max-width: 620px;
  margin: 0;
  color: var(--fg-2);
  font-size: var(--fs-body-lg);
  font-weight: var(--fw-medium);
  line-height: 1.58;
}

.join-modal__note {
  display: grid;
  grid-template-columns: minmax(150px, 0.38fr) 1fr;
  gap: 18px;
  margin-bottom: 28px;
  padding: 20px;
  border: 1px solid var(--electric-blue-100);
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, var(--electric-blue-50), var(--white));
}

.join-modal__note h3 {
  margin: 0;
  color: var(--electric-blue-800);
  font-size: var(--fs-body-lg);
  line-height: 1.2;
}

.join-modal__note p {
  margin: 0;
  color: var(--charcoal-700);
  font-size: 15px;
  line-height: 1.55;
}

.join-discovery-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.join-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.join-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.join-field span {
  color: var(--charcoal-800);
  font-size: 13px;
  font-weight: var(--fw-bold);
}

.join-field input,
.join-field select {
  width: 100%;
  min-height: 50px;
  border: 1.5px solid var(--border-2);
  border-radius: var(--r-md);
  background: var(--white);
  color: var(--charcoal-900);
  font: inherit;
  font-size: 15px;
  font-weight: var(--fw-medium);
  line-height: 1.2;
  padding: 0 14px;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}

.join-field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--electric-blue-700) 50%), linear-gradient(135deg, var(--electric-blue-700) 50%, transparent 50%);
  background-position: calc(100% - 19px) 21px, calc(100% - 13px) 21px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.join-field input:focus,
.join-field select:focus {
  border-color: var(--electric-blue);
  box-shadow: var(--shadow-focus);
  outline: none;
}

.join-form-reassurance {
  margin: 0;
  color: var(--charcoal-600);
  font-size: 14px;
  line-height: 1.5;
}

.join-form-submit--full {
  width: 100%;
  justify-content: center;
}

.join-modal__success {
  display: none;
  min-height: 520px;
  padding: 56px 44px;
  text-align: center;
  place-items: center;
}

.join-modal.is-success .join-modal__content {
  display: none;
}

.join-modal.is-success .join-modal__success {
  display: grid;
}

.join-success-icon {
  width: 118px;
  height: 118px;
  border-radius: var(--r-full);
  background: var(--success-50);
  color: var(--success-500);
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 10px rgba(14, 165, 233, 0.10), 0 20px 46px rgba(11, 52, 112, 0.16);
}

.join-success-icon svg {
  width: 66px;
  height: 66px;
  stroke-width: 2.3;
}

.join-modal__success .btn-primary {
  margin-top: 4px;
}

body.join-modal-open {
  overflow: hidden;
}

@media (max-width: 720px) {
  .join-modal {
    align-items: stretch;
    padding: 12px;
  }

  .join-modal__panel {
    max-height: calc(100vh - 24px);
    border-radius: 20px;
  }

  .join-modal__content,
  .join-modal__success {
    padding: 34px 22px;
  }

  .join-modal__close {
    top: 12px;
    margin: 12px 12px -54px 0;
  }

  .join-modal__note,
  .join-form-grid {
    grid-template-columns: 1fr;
  }

  .join-form-submit,
  .join-modal__success .btn-primary {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================================
   CHALLENGE + SOLUTION
   ========================================================================= */
.challenge-solution { background: var(--white); }
.challenge-solution .sec-head { max-width: 900px; }
.challenge-title { margin-bottom: 0; }
#join-challenge-solution .challenge-title span {
  display: block;
  margin-top: 6px;
  color: var(--problem-red);
}
.challenge-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 32px;
  align-items: stretch;
  margin-top: 56px;
}
.challenge-card {
  border: 1px solid var(--border-1);
  border-radius: var(--r-xl);
  padding: 32px;
  box-shadow: var(--shadow-1);
  background: var(--white);
}
.challenge-card h3 {
  margin: 0 0 24px;
  color: var(--charcoal-900);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.16;
  letter-spacing: -0.02em;
}
.challenge-card--problem {
  border-color: rgba(239, 68, 68, 0.24);
  background: linear-gradient(180deg, #fff 0%, #fff7f7 100%);
}
#join-challenge-solution .challenge-card--problem > h3 {
  color: var(--problem-red);
}
.challenge-list { display: flex; flex-direction: column; gap: 24px; }
.challenge-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
}
.challenge-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--danger-50);
  color: var(--danger-500);
  display: grid;
  place-items: center;
}
.challenge-icon svg { width: 24px; height: 24px; }
#join-challenge-solution .challenge-card--problem .challenge-item h4 {
  margin: 0 0 8px;
  color: var(--problem-red);
  font-size: var(--fs-body-lg);
  line-height: 1.22;
}
.challenge-item p {
  margin: 0;
  color: var(--charcoal-600);
  font-size: var(--fs-body);
  line-height: 1.58;
}
.challenge-card--solution {
  background: var(--white);
}
#join-challenge-solution .challenge-card--solution > h3 {
  color: var(--electric-blue);
  font-weight: var(--fw-bold);
}
.solution-lead {
  max-width: 560px;
  margin: -8px 0 28px;
  color: #275921;
  font-size: var(--fs-body-lg);
  font-weight: var(--fw-bold);
  line-height: 1.55;
}
.support-diagram {
  display: block;
  width: min(100%, 720px);
  height: auto;
  margin: 0 auto;
  border-radius: 0;
}
@media (max-width: 980px) {
  .challenge-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .challenge-card { padding: 24px; }
  .challenge-item { grid-template-columns: 42px 1fr; }
  .challenge-icon { width: 42px; height: 42px; border-radius: 12px; }
  .support-diagram { width: 100%; }
}

/* =========================================================================
   Feature grids / cards
   ========================================================================= */
.feat-grid { display: grid; gap: 22px; margin-top: 48px; }
.feat-grid--3 { grid-template-columns: repeat(3, 1fr); }
.feat-grid--4 { grid-template-columns: repeat(4, 1fr); }
.feat-grid--2 { grid-template-columns: repeat(2, 1fr); }
.feat-card { background: var(--white); border: 1px solid var(--border-1); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-1); transition: box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); display: flex; flex-direction: column; }
.feat-card:hover { box-shadow: var(--shadow-3); transform: translateY(-3px); }
.feat-card__img { aspect-ratio: 16/10; }
.feat-card__body { padding: 22px; }
.feat-card__icon { width: 48px; height: 48px; border-radius: var(--r-md); background: var(--electric-blue-50); color: var(--electric-blue-600); display: grid; place-items: center; margin-bottom: 16px; }
.feat-card__icon svg { width: 24px; height: 24px; }
.join-tools-head { max-width: 860px; }
.join-tools-head .sec-lead { margin-left: auto; margin-right: auto; max-width: 720px; }
#join-agent-tools .sec-title span { color: var(--electric-blue-700); }
.join-mentor-title span { color: var(--electric-blue-700); }
.mentor-layout { display: grid; grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr); gap: clamp(40px, 5vw, 72px); align-items: center; }
.mentor-copy .sec-head { max-width: 620px; }
.mentor-list { margin-top: 34px; max-width: 640px; }
.mentor-media .collage { height: 520px; }
@media (max-width: 980px){
  .mentor-layout { grid-template-columns: 1fr; }
  .mentor-copy .sec-head, .mentor-list, .mentor-media .collage { max-width: 760px; }
}
.feat-card__logo { height: 52px; display: flex; align-items: center; margin-bottom: 20px; }
.feat-card__logo img { width: auto; max-width: 150px; max-height: 48px; object-fit: contain; }
.feat-card__logo--wide img { max-width: 180px; }
.feat-card__ai-icons { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.feat-card__ai-icons img { width: 42px; height: 42px; object-fit: contain; border-radius: var(--r-md); background: var(--white); box-shadow: 0 8px 18px rgba(11, 52, 112, 0.10); }
.feat-card h4 { font-size: var(--fs-sub); color: var(--charcoal-900); margin: 0 0 8px; }
.feat-card p { font-size: var(--fs-body); color: var(--fg-2); margin: 0; line-height: 1.55; }
.feat-card .tag { display:inline-block; font-size:11px; font-weight:var(--fw-bold); text-transform:uppercase; letter-spacing:var(--tr-eyebrow); color: var(--electric-blue-700); margin-bottom:8px; }
@media (max-width: 980px){ .feat-grid--3, .feat-grid--4 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 620px){ .feat-grid--2, .feat-grid--3, .feat-grid--4 { grid-template-columns: 1fr; } }

/* small image collage (hero-style) used in several sections */
.collage { display: grid; gap: 14px; height: 460px; }
.collage--a { grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 1fr 1fr; grid-template-areas: "big big2 tall" "big small tall"; }
.collage figure { margin:0; border-radius: var(--r-lg); overflow:hidden; box-shadow: var(--shadow-2); }
.collage figure img { width:100%; height:100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
.collage figure:hover img { transform: scale(1.04); }
.collage .c-big { grid-area: big; }
.collage .c-big2 { grid-area: big2; }
.collage .c-tall { grid-area: tall; }
.collage .c-small { grid-area: small; }
@media (max-width: 760px){ .collage { height: 360px; } }

/* culture image/card mosaic */
.culture-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
  align-items: stretch;
}
.culture-column {
  display: grid;
  grid-template-rows: auto auto;
  gap: 22px;
  min-width: 0;
}
.culture-column--image-top {
  grid-template-areas: "photo" "card";
}
.culture-column--image-bottom {
  grid-template-areas: "card" "photo";
}
.culture-card {
  grid-area: card;
  min-height: 100%;
  aspect-ratio: 1 / 1;
}
.culture-card .feat-card__body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.culture-card h4 {
  font-size: var(--fs-body-lg);
}
.culture-photo {
  grid-area: photo;
  margin: 0;
  min-height: 100%;
  aspect-ratio: 2 / 3;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-2);
  background: var(--white);
}
.culture-photo img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-out);
}
.culture-photo:hover img {
  transform: scale(1.04);
}
@media (max-width: 980px) {
  .culture-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .culture-mosaic {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
  .culture-column,
  .culture-column--image-top,
  .culture-column--image-bottom {
    grid-template-rows: auto auto;
    gap: 16px;
  }
  .culture-card .feat-card__body {
    justify-content: flex-start;
  }
  .culture-photo {
    aspect-ratio: 4 / 3;
  }
}

/* two-column split with image */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split--media-right .split__media { order: 2; }
.split__media { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-3); aspect-ratio: 4/3; }
.discovery-device {
  display: grid;
  place-items: center;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.discovery-device img {
  width: min(100%, 620px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 42px rgba(11, 52, 112, 0.14));
}
@media (max-width: 920px){ .split { grid-template-columns: 1fr; } .split--media-right .split__media { order: 0; } }

/* feature list item (icon + text rows) */
.flist { display: flex; flex-direction: column; gap: 22px; }
.flist__item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
.flist__ico { width: 48px; height: 48px; border-radius: var(--r-md); background: var(--electric-blue-50); color: var(--electric-blue-600); display: grid; place-items: center; flex:none; }
.flist__ico svg { width: 23px; height: 23px; }
.flist__item h4 { font-size: var(--fs-sub); color: var(--charcoal-900); margin: 0 0 6px; }
.flist__item p { font-size: var(--fs-body); color: var(--fg-2); margin: 0; line-height: 1.55; }

/* =========================================================================
   Diagrams
   ========================================================================= */
/* framework cards (roleplay) */
.frameworks { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fw-card { background: var(--white); border: 1px solid var(--border-1); border-radius: var(--r-lg); padding: 24px; box-shadow: var(--shadow-1); }
.fw-card__tag { display:inline-block; font-size:11px; font-weight:var(--fw-bold); text-transform:uppercase; letter-spacing:var(--tr-eyebrow); color:var(--electric-blue-700); margin-bottom:6px; }
.fw-card h4 { font-size: var(--fs-sub-lg); color: var(--charcoal-900); margin: 0 0 4px; }
.fw-card__acr { font-size: 13px; color: var(--fg-3); margin: 0 0 18px; font-weight: var(--fw-medium); }
.fw-steps { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.fw-steps .s { display:inline-flex; align-items:center; gap:8px; }
.fw-steps .chip { background: var(--electric-blue-50); color: var(--electric-blue-700); font-size: 13px; font-weight: var(--fw-bold); padding: 7px 14px; border-radius: var(--r-full); }
.fw-steps .arr { color: var(--charcoal-300); }
.fw-steps .arr svg { width: 16px; height: 16px; display:block; }
.fw-card p { font-size: 14px; color: var(--fg-2); margin: 0; line-height: 1.5; }
@media (max-width: 760px){ .frameworks { grid-template-columns: 1fr; } }

/* roleplay split layout */
.roleplay-layout { display: grid; grid-template-columns: minmax(420px, 0.96fr) minmax(480px, 1.04fr); gap: clamp(44px, 5vw, 76px); align-items: center; }
.roleplay-media { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: clamp(210px, 16vw, 280px) clamp(340px, 30vw, 460px) clamp(210px, 16vw, 280px); gap: 20px; }
.roleplay-photo { margin: 0; border-radius: var(--r-lg); box-shadow: var(--shadow-2); }
.roleplay-photo--wide-a { grid-column: 1 / 3; grid-row: 1 / 2; }
.roleplay-photo--mid-a { grid-column: 1 / 2; grid-row: 2 / 3; }
.roleplay-photo--mid-b { grid-column: 2 / 3; grid-row: 2 / 3; }
.roleplay-photo--wide-b { grid-column: 1 / 3; grid-row: 3 / 4; }
.roleplay-photo--mid-a img,
.roleplay-photo--mid-b img { object-position: center top; }
.roleplay-copy .sec-head { max-width: 680px; }
.roleplay-flow { position: relative; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 56px auto; margin-top: 36px; overflow: visible; }
.roleplay-flow-card { position: relative; z-index: 1; background: var(--white); border: 1px solid var(--border-1); border-radius: var(--r-xl); padding: 30px; box-shadow: var(--shadow-1); }
.roleplay-flow-card__head { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; margin-bottom: 28px; }
.roleplay-flow-card__icon { width: 48px; height: 48px; border-radius: var(--r-md); background: var(--electric-blue-50); color: var(--electric-blue-600); display: grid; place-items: center; flex: none; }
.roleplay-flow-card__icon svg { width: 23px; height: 23px; }
.roleplay-flow-card__icon--practice { margin: 0; }
.roleplay-framework-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 4px; }
.roleplay-framework-item { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.roleplay-framework-item + .roleplay-framework-item { border-left: 1px solid var(--border-1); padding-left: 24px; }
.roleplay-framework-item__icon { width: 42px; height: 42px; border-radius: var(--r-md); background: var(--electric-blue-50); color: var(--electric-blue-600); display: grid; place-items: center; }
.roleplay-framework-item__icon svg { width: 20px; height: 20px; }
.roleplay-flow__junction { position: relative; z-index: 2; height: 56px; }
.roleplay-flow__junction::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: var(--electric-blue); transform: translateX(-50%); }
.roleplay-flow__junction svg { position: absolute; top: 50%; left: 50%; z-index: 3; width: 16px; height: 16px; padding: 8px; border-radius: var(--r-full); color: var(--white); background: var(--electric-blue); box-shadow: 0 10px 24px rgba(33, 133, 247, 0.24); transform: translate(-50%, -50%) rotate(90deg); box-sizing: content-box; }
.roleplay-flow-card--practice { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; border-color: var(--electric-blue-200); }
.roleplay-flow-card h3 { margin: 0 0 6px; color: var(--charcoal-900); font-size: var(--fs-sub); line-height: 1.2; }
.roleplay-framework-item h4 { margin: 0 0 7px; color: var(--charcoal-900); font-size: var(--fs-body-lg); line-height: 1.2; }
.roleplay-flow-card p,
.roleplay-framework-item p { margin: 0; color: var(--fg-2); line-height: 1.55; font-size: var(--fs-body); }
.roleplay-flow-card .points { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border-1); gap: 12px; }
.roleplay-flow-card .points li { font-size: 15px; grid-template-columns: 24px 1fr; }
.roleplay-flow-card .points .check { width: 24px; height: 24px; }
@media (max-width: 1040px){
  .roleplay-layout { grid-template-columns: 1fr; }
  .roleplay-copy .sec-head { max-width: 760px; }
  .roleplay-media { max-width: 760px; }
}
@media (max-width: 620px){
  .roleplay-media { grid-template-rows: 190px 300px 190px; gap: 12px; min-height: auto; }
  .roleplay-flow { grid-template-rows: auto; gap: 16px; }
  .roleplay-flow::before, .roleplay-flow::after, .roleplay-flow__junction { display: none; }
  .roleplay-flow-card--practice { grid-column: auto; grid-row: auto; display: block; margin-top: 0; }
  .roleplay-flow-card__icon--practice { margin-bottom: 22px; }
  .roleplay-framework-pair { grid-template-columns: 1fr; }
  .roleplay-framework-item + .roleplay-framework-item { border-left: 0; border-top: 1px solid var(--border-1); padding-left: 0; padding-top: 20px; }
}

/* =========================================================================
   Career Path (section 11) — diagonal staged cards joined by a flow line.
   Cards are absolutely positioned on a fixed 1140x810 "stage" that JS
   scales to fit the container width; on mobile the stage stacks vertically.
   Fonts follow the site (Inter); colors use brand tokens.
   ========================================================================= */
.pp-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(120% 80% at 85% 10%, var(--white) 0%, rgba(255,255,255,0) 60%),
    linear-gradient(180deg, #FBFCFE 0%, var(--platinum) 100%);
}
/* faint decorative glow, bottom-left */
.pp-section::before {
  content: "";
  position: absolute;
  left: -8%; bottom: -10%;
  width: 70%; height: 50%;
  background: radial-gradient(60% 80% at 30% 70%, rgba(33,133,247,0.05) 0%, rgba(33,133,247,0) 70%);
  z-index: 0; pointer-events: none;
}
.pp-section .container { position: relative; z-index: 1; }

/* ---- header ---- */
.pp-head { max-width: 760px; margin-bottom: -90px; }
.pp-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-section); font-weight: var(--fw-bold); font-size: 12px; letter-spacing: var(--tr-eyebrow); text-transform: uppercase; color: var(--electric-blue-700); margin: 0 0 18px; }
.pp-eyebrow .pp-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--electric-blue); box-shadow: 0 0 0 4px var(--electric-blue-100); flex: none; }
.pp-title { font-family: var(--font-section); font-weight: 800; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.08; letter-spacing: -0.02em; color: var(--charcoal-900); margin: 0 0 16px; max-width: 16ch; text-wrap: balance; }
.pp-title span { display: block; color: var(--electric-blue-700); }
.pp-subtitle { font-family: var(--font-body); font-weight: var(--fw-medium); font-size: var(--fs-body-lg); line-height: 1.6; color: var(--fg-2); margin: 0; max-width: 34ch; }

/* ---- stage / graphic ---- */
.pp-stage-viewport { position: relative; margin-top: 0; }
.pp-stage { position: absolute; top: 0; left: 50%; margin-left: -570px; width: 1140px; height: 810px; transform-origin: top center; }
.pp-line { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; z-index: 0; }

/* numbered badge (overlaps each card's top edge) */
.pp-badge { position: absolute; top: -26px; left: 28px; width: 52px; height: 52px; border-radius: var(--r-full); background: var(--electric-blue); color: var(--white); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 20px; z-index: 4; box-shadow: 0 0 0 7px var(--white), 0 8px 18px rgba(33,133,247,0.30); }

/* card */
.pp-card { position: absolute; width: 304px; background: var(--white); border: 1px solid var(--border-1); border-radius: 18px; padding: 44px 30px 30px; box-shadow: var(--shadow-3); z-index: 2; }
.pp-card--1 { left: 70px;  top: 360px; }
.pp-card--2 { left: 420px; top: 230px; }
.pp-card--3 { left: 770px; top: 100px; }

.pp-icon { width: 78px; height: 78px; border-radius: var(--r-full); background: var(--electric-blue-50); display: grid; place-items: center; margin-bottom: 26px; }
.pp-icon svg { width: 42px; height: 42px; display: block; color: var(--electric-blue-900); }

.pp-card-title { font-family: var(--font-section); font-weight: 700; font-size: 27px; line-height: 1.1; letter-spacing: -0.01em; color: var(--charcoal-900); margin: 0 0 14px; }
.pp-card-lead { font-family: var(--font-body); font-weight: var(--fw-bold); font-size: var(--fs-body); line-height: 1.42; color: var(--charcoal-800); margin: 0 0 18px; }
.pp-divider { width: 34px; height: 3px; border-radius: 2px; background: var(--electric-blue-100); margin: 0 0 18px; }
.pp-card-body { font-family: var(--font-body); font-weight: var(--fw-medium); font-size: 14.5px; line-height: 1.6; color: var(--fg-2); margin: 0 0 28px; }

/* progress dashes */
.pp-progress { display: flex; gap: 8px; align-items: center; }
.pp-progress span { height: 4px; width: 26px; border-radius: var(--r-full); background: var(--charcoal-100); }
.pp-progress span.is-active { width: 40px; background: var(--electric-blue); }

/* mobile — stack the stage vertically, hide the connector line */
@media (max-width: 760px) {
  .pp-head { margin-bottom: 32px; }
  .pp-stage-viewport { margin-top: 0; height: auto !important; }
  .pp-line { display: none; }
  .pp-stage { position: static; width: 100%; height: auto !important; margin: 0; transform: none !important; display: flex; flex-direction: column; gap: 44px; padding-top: 30px; }
  /* position:relative keeps the badge anchored to its own card */
  .pp-card { position: relative !important; left: auto; top: auto; width: 100% !important; max-width: 440px; margin: 0 auto; }
  .pp-badge { left: 24px; }
}

/* pyramid (structure) */
.pyramid-logo { display: block; width: min(100%, 300px); height: auto; margin: 0 auto 22px; }
.pyramid { display: flex; flex-direction: column; align-items: center; gap: 12px; max-width: 820px; margin: 44px auto 0; }
.pyr-row { position: relative; display: flex; align-items: center; gap: 20px; color: var(--white); border-radius: var(--r-xl); padding: 22px 28px; overflow: hidden; isolation: isolate; }
.pyr-row::before { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 1px solid rgba(255,255,255,0.16); pointer-events: none; }
.pyr-row__icon { flex: none; width: 56px; height: 56px; border-radius: var(--r-md); background: rgba(255,255,255,0.14); display: grid; place-items: center; }
.pyr-row__icon svg { display: block; width: auto; height: 30px; color: var(--white); }
.pyr-row__body { min-width: 0; text-align: left; }
.pyr-row__title { margin: 0 0 6px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; line-height: 1.1; }
.pyr-row__key { font-family: var(--font-section); font-weight: 800; font-size: var(--fs-sub); letter-spacing: 0.04em; text-transform: uppercase; color: var(--white); }
.pyr-row__sep { color: rgba(255,255,255,0.45); font-weight: var(--fw-semibold); }
.pyr-row__desc { font-weight: var(--fw-semibold); font-size: var(--fs-body-lg); color: rgba(255,255,255,0.92); }
.pyr-row__items { color: rgba(255,255,255,0.82); font-size: 14px; margin: 0; line-height: 1.55; }
.pyr-1 { width: 60%; background: linear-gradient(135deg, #16A06B, #0C7A52); box-shadow: 0 18px 40px rgba(12,122,82,0.28); }
.pyr-2 { width: 80%; background: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-700)); box-shadow: 0 18px 40px rgba(11,52,112,0.26); }
.pyr-3 { width: 100%; background: var(--charcoal-900); box-shadow: 0 18px 40px rgba(11,52,112,0.20); }
@media (max-width: 700px){
  .pyr-1 { width: 80%; }
  .pyr-2 { width: 90%; }
  .pyr-3 { width: 100%; }
  .pyr-row { gap: 16px; padding: 20px; }
  .pyr-row__icon { width: 48px; height: 48px; }
  .pyr-row__icon svg { height: 26px; }
}

/* cycle (split model) */
.cycle { display: flex; flex-direction: column; gap: 0; max-width: 640px; margin: 40px auto 0; }
.cycle__node { background: var(--white); border: 1px solid var(--border-1); border-radius: var(--r-lg); padding: 18px 24px; box-shadow: var(--shadow-1); display:flex; align-items:center; gap:16px; }
.cycle__node .ci { width: 42px; height: 42px; border-radius: var(--r-md); background: var(--electric-blue-50); color: var(--electric-blue-600); display:grid; place-items:center; flex:none; }
.cycle__node .ci svg { width: 22px; height: 22px; }
.cycle__node p { margin: 0; font-size: var(--fs-body); font-weight: var(--fw-semibold); color: var(--charcoal-800); line-height: 1.4; }
.cycle__arrow { display: grid; place-items: center; height: 28px; color: var(--electric-blue-400); }
.cycle__arrow svg { width: 22px; height: 22px; }

/* =========================================================================
   Laptop mockup (Slack)
   ========================================================================= */
.laptop { max-width: 860px; margin: 0 auto; }
.laptop__screen { background: var(--charcoal-900); border-radius: 16px 16px 0 0; padding: 12px 12px 0; box-shadow: var(--shadow-4); }
.laptop__bar { display:flex; gap:7px; padding: 6px 6px 10px; }
.laptop__bar i { width: 11px; height: 11px; border-radius: 50%; display:block; }
.laptop__bar i:nth-child(1){ background:#ff5f57; } .laptop__bar i:nth-child(2){ background:#febc2e; } .laptop__bar i:nth-child(3){ background:#28c840; }
.laptop__view { aspect-ratio: 16/10; border-radius: 6px; overflow: hidden; background: var(--platinum); }
.laptop__view img { width:100%; height:100%; object-fit: cover; }
.laptop__base { height: 18px; background: linear-gradient(180deg, var(--charcoal-300), var(--charcoal-200)); border-radius: 0 0 12px 12px; position: relative; box-shadow: var(--shadow-2); }
.laptop__base::after { content:""; position:absolute; top:0; left:50%; transform:translateX(-50%); width: 120px; height: 7px; background: var(--charcoal-400); border-radius: 0 0 8px 8px; }

/* =========================================================================
   Support carousel (IG posts)
   ========================================================================= */
.igcar { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 40px 22px; margin: 36px -40px 0; scrollbar-width: none; }
.igcar::-webkit-scrollbar { display: none; }
.igcard { flex: 0 0 280px; scroll-snap-align: start; background: var(--white); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-1); border: 1px solid var(--border-1); }
.igcard__img { aspect-ratio: 1/1; }
.igcard__cap { padding: 12px 14px; font-size: 12px; font-weight: var(--fw-semibold); color: var(--charcoal-600); display:flex; align-items:center; gap:8px; }
.igcard__cap .d { width:7px;height:7px;border-radius:50%;background:var(--electric-blue); }
@media (max-width:720px){ .igcar{ padding-left:24px; padding-right:24px; margin-left:-24px; margin-right:-24px; } }

/* support two columns */
.deal-support-layout { display: grid; grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr); gap: clamp(36px, 5vw, 72px); align-items: center; overflow: hidden; }
.deal-support-copy .sec-head { max-width: 620px; }
.deal-support-copy .sec-lead { max-width: 600px; }
#join-deal-support .sec-title span { color: var(--electric-blue-700); }
.support-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 40px; }
.support-cols--stacked { grid-template-columns: 1fr; max-width: 620px; margin-top: 34px; }
.support-col { background: var(--white); border: 1px solid var(--border-1); border-radius: var(--r-xl); padding: 30px; box-shadow: var(--shadow-1); }
.support-col__icon { width: 50px; height: 50px; border-radius: var(--r-md); background: var(--electric-blue-50); color: var(--electric-blue-600); display:grid; place-items:center; margin-bottom: 16px; }
.support-col__icon svg { width: 25px; height: 25px; }
.support-col h4 { font-size: var(--fs-sub-lg); color: var(--charcoal-900); margin: 0 0 6px; }
.support-col > p { font-size: var(--fs-body); color: var(--fg-2); margin: 0 0 18px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; }
.tag-list span { background: var(--bg-2); border: 1px solid var(--border-1); color: var(--charcoal-700); font-size: 13px; font-weight: var(--fw-semibold); padding: 8px 14px; border-radius: var(--r-full); }
.support-image-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(10px, 1.4vw, 16px); min-height: 680px; align-items: start; }
.support-image-grid__col { display: flex; flex-direction: column; gap: clamp(10px, 1.4vw, 16px); }
.support-image-grid__col:nth-child(1) { padding-top: 28px; }
.support-image-grid__col:nth-child(2) { padding-top: 92px; }
.support-image-grid__col:nth-child(3) { padding-top: 0; }
.support-image-grid__col:nth-child(4) { padding-top: 58px; }
.support-shot { margin: 0; aspect-ratio: 9 / 14; border-radius: var(--r-md); box-shadow: 0 14px 30px rgba(11, 52, 112, 0.14); }
.support-shot img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 1040px){
  .deal-support-layout { grid-template-columns: 1fr; align-items: start; }
  .deal-support-copy .sec-head, .deal-support-copy .sec-lead, .support-cols--stacked { max-width: 760px; }
  .support-image-grid { min-height: auto; max-width: 760px; }
}
@media (max-width: 820px){ .support-cols { grid-template-columns: 1fr; } }
@media (max-width: 640px){
  .support-image-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-image-grid__col:nth-child(1) { padding-top: 0; }
  .support-image-grid__col:nth-child(2) { padding-top: 44px; }
  .support-image-grid__col:nth-child(3) { padding-top: 0; }
  .support-image-grid__col:nth-child(4) { padding-top: 44px; }
}

/* =========================================================================
   Who is for (image + text rows grid)
   ========================================================================= */
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.who-card { background: var(--white); border: 1px solid var(--border-1); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-1); transition: box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); }
.who-card:hover { box-shadow: var(--shadow-3); transform: translateY(-3px); }
.who-card__img { aspect-ratio: 16/10; position: relative; }
.who-card__num { position:absolute; top:12px; left:12px; width:34px; height:34px; border-radius: var(--r-full); background: rgba(255,255,255,0.95); color: var(--electric-blue-700); font-family: var(--font-display); font-weight:800; font-size:15px; display:grid; place-items:center; box-shadow: var(--shadow-2); }
.who-card__body { padding: 22px; }
.who-card h4 { font-size: var(--fs-sub); color: var(--charcoal-900); margin: 0 0 8px; line-height:1.2; }
.who-card p { font-size: 14px; color: var(--fg-2); margin: 0; line-height: 1.55; }
@media (max-width: 980px){ .who-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px){ .who-grid { grid-template-columns: 1fr; } }

/* =========================================================================
   FAQ accordion
   ========================================================================= */
.faq { max-width: 820px; margin: 44px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq details { background: var(--white); border: 1px solid var(--border-1); border-radius: var(--r-md); padding: 0 24px; box-shadow: var(--shadow-1); transition: box-shadow var(--dur-fast) var(--ease-out); }
.faq details[open] { box-shadow: var(--shadow-2); border-color: var(--electric-blue-200); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; font-family: var(--font-sub); font-weight: var(--fw-semibold); font-size: var(--fs-body-lg); color: var(--charcoal-900); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pl { width: 26px; height: 26px; flex:none; position: relative; color: var(--electric-blue); transition: transform var(--dur-base) var(--ease-out); }
.faq details[open] summary .pl { transform: rotate(45deg); }
.faq summary .pl::before, .faq summary .pl::after { content:""; position:absolute; background: currentColor; border-radius: 2px; }
.faq summary .pl::before { top: 50%; left: 4px; right: 4px; height: 2.5px; transform: translateY(-50%); }
.faq summary .pl::after { left: 50%; top: 4px; bottom: 4px; width: 2.5px; transform: translateX(-50%); }
.faq details p { font-size: var(--fs-body); color: var(--fg-2); line-height: 1.6; margin: 0; padding: 0 0 22px; max-width: 680px; }

/* =========================================================================
   Final CTA + footer
   ========================================================================= */
.final-cta { text-align: center; }
.final-cta .sec-title { margin-bottom: 20px; }
.lp-footer { background: var(--charcoal-900); color: rgba(255,255,255,0.6); padding: 44px 0; }
.lp-footer__inner { max-width: 1320px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.lp-footer img { height: 30px; }
.lp-footer p { margin: 0; font-size: 13px; }

/* small zillow strip */
.zillow-strip { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; background: var(--white); border: 1px solid var(--border-1); border-radius: var(--r-lg); padding: 20px 28px; box-shadow: var(--shadow-1); margin-top: 32px; }
.zillow-strip .zlogo { font-weight: 800; font-size: 20px; color: var(--electric-blue-700); letter-spacing: -0.02em; }
.zillow-strip .zs { display:flex; flex-direction:column; }
.zillow-strip .zs .n { font-family: var(--font-display); font-weight:800; font-size:20px; color: var(--charcoal-900); display:flex; align-items:center; gap:5px; }
.zillow-strip .zs .n svg { width:16px; height:16px; color: var(--warning-500); }
.zillow-strip .zs .l { font-size:12px; font-weight:var(--fw-semibold); color: var(--charcoal-500); }
.zillow-strip .sep { width:1px; height:34px; background: var(--border-2); }

/* reveal on scroll (progressive — only hides when JS active) */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out); }
.js .reveal.in { opacity: 1; transform: none; }
