/* ============================================================
   Landscapey — pro-landing.css
   Pro acquisition page (/for-landscapers).
   Visually adjacent to the consumer landing but darker, more
   business-like — slightly less editorial-magazine, slightly
   more "trade publication."
   ============================================================ */

.page-pro { background: var(--paper); }

.pro-container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ── HERO ─────────────────────────────────────────────────── */
.pro-hero {
  padding: clamp(72px, 12vh, 160px) 0 clamp(64px, 10vh, 120px);
  background:
    radial-gradient(900px 520px at 88% 18%, rgba(148, 165, 133, 0.22), transparent 65%),
    radial-gradient(700px 400px at 12% 90%, rgba(200, 170, 132, 0.14), transparent 70%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper-deep) 100%);
  text-align: center;
  position: relative;
}

.pro-headline {
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.96;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 24px 0 22px;
  font-weight: 400;
}
.pro-headline em {
  font-style: italic;
  color: var(--moss);
}
.pro-sub {
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 640px;
  margin: 0 auto 36px;
}

.pro-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.pro-trust {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--mist);
}
.pro-trust span { display: inline-flex; align-items: center; gap: 6px; }
.pro-trust span::before {
  content: "";
  width: 12px; height: 12px;
  background: var(--moss);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* ── Shared section heading ───────────────────────────────── */
.pro-section-head {
  text-align: center;
  margin-bottom: 72px;
  max-width: 760px;
  margin-inline: auto;
}
.pro-section-head .eyebrow { justify-content: center; }
.pro-section-head .section-heading { margin-top: 18px; }

/* ── WHY ──────────────────────────────────────────────────── */
.pro-why { padding: clamp(80px, 12vh, 160px) 0; background: var(--paper); }

.pro-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 880px) {
  .pro-why-grid { grid-template-columns: 1fr; }
}

.pro-why-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--line);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.pro-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 50px -28px rgba(28, 31, 26, 0.18);
}
.pro-why-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--paper);
  display: grid; place-items: center;
  color: var(--moss-deep);
  border: 1px solid var(--line);
  margin-bottom: 24px;
}
.pro-why-icon svg { width: 22px; height: 22px; }
.pro-why-card h3 {
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.015em;
  margin: 0 0 12px;
  color: var(--ink);
}
.pro-why-card p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* ── HOW IT WORKS ─────────────────────────────────────────── */
.pro-how {
  padding: clamp(80px, 12vh, 160px) 0;
  background: var(--paper-deep);
  border-top: 1px solid var(--line);
}

.pro-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 56px);
  position: relative;
}
.pro-steps::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 14%; right: 14%;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--line-strong) 0 6px, transparent 6px 12px);
}
@media (max-width: 880px) {
  .pro-steps { grid-template-columns: 1fr; gap: 48px; }
  .pro-steps::before { display: none; }
}

.pro-step .step-num {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 64px;
  line-height: 1;
  font-style: italic;
  color: var(--moss);
  background: var(--paper-deep);
  padding-right: 14px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.pro-step h3 {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
  font-weight: 400;
  color: var(--ink);
}
.pro-step p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.6;
  max-width: 320px;
}

/* ── CLOSING CTA ──────────────────────────────────────────── */
.pro-close { padding: clamp(64px, 10vh, 140px) 0; background: var(--paper); }

.pro-close-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  padding: clamp(72px, 10vw, 120px) clamp(40px, 6vw, 80px);
  background:
    radial-gradient(900px 500px at 80% 20%, rgba(148, 165, 133, 0.45), transparent 60%),
    linear-gradient(135deg, var(--moss-deep) 0%, var(--moss) 50%, #1f2a18 100%);
  color: var(--paper);
  text-align: center;
}
.pro-close-card .eyebrow,
.pro-close-card .eyebrow-light {
  color: var(--sage-soft);
  justify-content: center;
}
.pro-close-card .eyebrow::before,
.pro-close-card .eyebrow-light::before { background: var(--sage-soft); }

.pro-close-card h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 80px);
  line-height: 0.96;
  letter-spacing: -0.025em;
  margin: 18px 0 20px;
  font-weight: 400;
}
.pro-close-card h2 em { font-style: italic; color: var(--sage-soft); }
.pro-close-card p {
  font-size: clamp(15px, 1.3vw, 18px);
  color: rgba(247, 244, 236, 0.78);
  margin: 0 auto 32px;
  max-width: 480px;
  line-height: 1.55;
}

/* ── FEATURES grid (6 cards; reuses .pro-why-card / .pro-why-grid) ── */
.pro-features { padding: clamp(80px, 12vh, 160px) 0; background: var(--paper); }
.pro-why-card em { font-style: italic; color: var(--moss-deep); }

/* ── SPOTLIGHTS (alternating feature deep-dives) ──────────── */
.pro-spotlight { padding: clamp(72px, 10vh, 140px) 0; background: var(--paper); }
.pro-spotlight.reverse { background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.pro-spotlight-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
.pro-spotlight.reverse .pro-spotlight-visual { order: -1; }
@media (max-width: 880px) {
  .pro-spotlight-inner { grid-template-columns: 1fr; gap: 44px; }
  .pro-spotlight.reverse .pro-spotlight-visual { order: 0; }
}

.pro-spotlight-copy .eyebrow { margin-bottom: 16px; }
.pro-spotlight-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: var(--ink);
  margin: 0 0 18px;
}
.pro-spotlight-copy h2 em { font-style: italic; color: var(--moss); }
.pro-spotlight-copy > p {
  color: var(--ink-soft);
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  margin: 0 0 26px;
  max-width: 520px;
}
.pro-spotlight-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.pro-spotlight-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
}
.pro-spotlight-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 1px;
  width: 19px; height: 19px;
  background: var(--moss);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.pro-spotlight-link {
  display: inline-block;
  margin-top: 24px;
  color: var(--moss-deep);
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}
.pro-spotlight-link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Clickable profile mock → the live demo profile */
.profile-mock-link { display: block; text-decoration: none; color: inherit; }
.profile-mock-link .profile-mock { transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease); }
.profile-mock-link:hover .profile-mock {
  transform: translateY(-3px);
  border-color: var(--sage);
  box-shadow: 0 36px 70px -34px rgba(28, 31, 26, 0.4);
}

.pro-spotlight-visual {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 4vw, 48px);
  position: relative;
  overflow: hidden;
}
.pro-spotlight.reverse .pro-spotlight-visual { background: var(--paper); }

/* route map mock */
.route-mock { width: 100%; height: auto; display: block; }
.route-mock .route-path {
  fill: none;
  stroke: var(--moss);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 6 9;
  opacity: 0.65;
}
.route-mock .route-stop circle {
  fill: var(--paper);
  stroke: var(--moss-deep);
  stroke-width: 2.5;
}
.route-mock .route-stop.is-home circle { fill: var(--moss-deep); stroke: var(--moss-deep); }
.route-mock .route-stop text {
  fill: var(--moss-deep);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  text-anchor: middle;
}
.route-mock .route-stop.is-home text { fill: var(--paper); }
.route-mock-stat {
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}
.route-mock-stat strong { color: var(--moss-deep); font-size: 15px; }

/* P&L mock */
.pl-mock { font-family: var(--font-sans); }
.pl-mock-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.pl-mock-head > span:first-child {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mist);
}
.pl-mock-net {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 32px);
  color: var(--moss-deep);
}
.pl-row {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 8px;
}
.pl-row span:last-child { font-variant-numeric: tabular-nums; font-weight: 500; }
.pl-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(28, 31, 26, 0.06);
  overflow: hidden;
  margin-bottom: 18px;
}
.pl-bar i { display: block; height: 100%; border-radius: 999px; background: var(--moss); }
.pl-bar.is-exp i { background: var(--clay, #b85c3a); }
.pl-mini-list {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 9px;
}
.pl-mini {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--ink-soft);
}
.pl-mini span:last-child { font-variant-numeric: tabular-nums; }

/* ── LEADS band ───────────────────────────────────────────── */
.pro-leads {
  padding: clamp(80px, 12vh, 160px) 0;
  background:
    radial-gradient(800px 480px at 90% 10%, rgba(148, 165, 133, 0.18), transparent 65%),
    var(--paper);
}
.pro-leads-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
@media (max-width: 880px) { .pro-leads-inner { grid-template-columns: 1fr; gap: 44px; } }

.pro-leads-copy .eyebrow { margin-bottom: 16px; }
.pro-leads-copy .section-heading { margin: 0 0 20px; }
.pro-leads-copy .section-heading em { font-style: italic; color: var(--moss); }
.pro-leads-copy > p {
  color: var(--ink-soft);
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 540px;
}

/* lead card mock */
.lead-mock {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-width: 420px;
  margin: 0 auto;
  box-shadow: 0 30px 60px -34px rgba(28, 31, 26, 0.3);
}
.lead-mock-imgs { display: grid; grid-template-columns: 1fr 1fr; height: 150px; }
.lead-mock-img { display: block; }
.lead-mock-img.is-before { background: linear-gradient(135deg, #b3a896 0%, #8a8170 100%); }
.lead-mock-img.is-after {
  background:
    radial-gradient(420px 240px at 70% 40%, rgba(255, 200, 180, 0.4), transparent 60%),
    linear-gradient(135deg, #c8aa84 0%, #b85c3a 100%);
}
.lead-mock-body { padding: 22px 24px 24px; }
.lead-mock-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.lead-mock-row strong {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--ink);
}
.lead-mock-zip {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--moss-deep);
  background: rgba(74, 91, 62, 0.1);
  padding: 4px 9px;
  border-radius: 999px;
  white-space: nowrap;
}
.lead-mock-body > p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
  font-style: italic;
  margin: 0 0 18px;
}
.lead-mock-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.lead-mock-name { font-size: 14px; color: var(--ink); font-weight: 500; }
.lead-mock-action {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--moss-deep);
}

/* ── PRICING teaser ───────────────────────────────────────── */
.pro-pricing-teaser { padding: clamp(40px, 6vh, 80px) 0 clamp(72px, 10vh, 140px); background: var(--paper-deep); }
.pricing-teaser-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: clamp(36px, 5vw, 64px);
}
.pricing-teaser-copy { max-width: 560px; }
.pricing-teaser-copy .eyebrow { margin-bottom: 14px; }
.pricing-teaser-copy h2 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--ink);
  margin: 0 0 12px;
  line-height: 1;
}
.pricing-teaser-copy .pt-amount { font-size: clamp(48px, 7vw, 72px); letter-spacing: -0.02em; }
.pricing-teaser-copy .pt-per { font-size: clamp(18px, 2vw, 24px); color: var(--mist); }
.pricing-teaser-copy p {
  color: var(--ink-soft);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 720px) {
  .pricing-teaser-card { flex-direction: column; align-items: flex-start; }
}

/* ── CRM-first additions (2026-06-10) ─────────────────────── */
/* struck "was" price on the teaser */
.pricing-teaser-copy .pt-was {
  font-size: clamp(26px, 3.6vw, 38px);
  color: var(--mist);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--terracotta);
  margin-right: 12px;
  vertical-align: 8px;
}

/* "New" pill on a feature card */
.pro-new {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--moss-deep);
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  vertical-align: 3px;
}
.pro-why-card.is-highlight { border-color: var(--sage); background: rgba(148, 165, 133, 0.08); }

/* public-profile browser mock */
.profile-mock {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-width: 440px;
  margin: 0 auto;
  box-shadow: 0 30px 60px -34px rgba(28, 31, 26, 0.3);
}
.profile-mock-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: var(--paper-deep);
  border-bottom: 1px solid var(--line);
}
.pm-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--sage-soft); }
.pm-url {
  margin-left: 10px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--mist);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-mock-body { padding: 24px 26px 26px; }
.pm-eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: 8px;
}
.pm-name {
  display: block;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 26px;
  color: var(--ink);
  margin-bottom: 10px;
}
.pm-chip {
  display: inline-block;
  font-size: 12px;
  color: var(--moss-deep);
  background: rgba(148, 165, 133, 0.16);
  border: 1px solid var(--sage);
  border-radius: 999px;
  padding: 4px 11px;
  margin-bottom: 18px;
}
.pm-form { display: flex; flex-direction: column; gap: 9px; }
.pm-form-line {
  display: block;
  height: 13px;
  border-radius: 6px;
  background: var(--paper-deep);
  border: 1px solid var(--line);
}
.pm-form-line.is-short { width: 62%; }
.pm-btn {
  margin-top: 6px;
  align-self: flex-start;
  background: var(--moss-deep);
  color: var(--paper);
  font-size: 13.5px;
  font-weight: 500;
  border-radius: 999px;
  padding: 9px 18px;
}

/* ── Features rail (one-row horizontal scroll, 2026-06-10) ── */
.pro-features.is-compact { padding: clamp(56px, 8vh, 100px) 0; }
.pro-features.is-compact .pro-section-head { margin-bottom: clamp(22px, 3vh, 36px); }

.pro-rail-wrap { position: relative; }
.pro-why-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(248px, 24vw, 308px);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 4px 20px;
  scrollbar-width: none;
  outline: none;
}
.pro-why-rail::-webkit-scrollbar { display: none; }
.pro-why-rail .pro-why-card { scroll-snap-align: start; height: 100%; }

/* edge fades hint there's more to scroll */
.pro-rail-wrap::before,
.pro-rail-wrap::after {
  content: "";
  position: absolute;
  top: 0; bottom: 20px;
  width: clamp(16px, 3vw, 48px);
  pointer-events: none;
  z-index: 1;
}
.pro-rail-wrap::before { left: 0; background: linear-gradient(90deg, var(--paper), transparent); }
.pro-rail-wrap::after  { right: 0; background: linear-gradient(270deg, var(--paper), transparent); }

.pro-rail-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  z-index: 2;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px -12px rgba(28, 31, 26, 0.35);
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease), opacity 0.25s var(--ease), transform 0.25s var(--ease);
}
.pro-rail-btn svg { width: 18px; height: 18px; }
.pro-rail-btn:hover { background: var(--moss-deep); color: var(--paper); }
.pro-rail-btn.is-prev { left: -6px; }
.pro-rail-btn.is-next { right: -6px; }
.pro-rail-btn[disabled] { opacity: 0; pointer-events: none; }
@media (hover: none) and (pointer: coarse) {
  .pro-rail-btn { display: none; }   /* touch devices just swipe */
}
