/* =========================================================================
   marketing.css — the PRODUCT site (Consult SaaS) + shared product chrome.
   Styled after sonder-mr.com: bold Helvetica grotesque, flat high-contrast
   colour blocks (black/white + blue/pink/yellow/orange/green), sharp corners.
   Scoped to .product so it never touches tenant consultation sites.
   ========================================================================= */

.product {
  --p:        var(--snd-blue);       /* accent: links, icons, highlights */
  --p-ink:    var(--snd-blue-ink);
  --p-soft:   var(--snd-blue-soft);
  --p-dark:   var(--snd-ink);        /* black: nav, footer, primary buttons, big type */
  --p-contrast: #ffffff;
  --brand: var(--p); --brand-ink: var(--p-ink); --brand-soft: var(--p-soft); --brand-contrast: #fff;
  background: #fff; color: #000;
  font-family: var(--snd-font);
  -webkit-font-smoothing: antialiased;
}
.product h1, .product h2, .product h3, .product h4 { font-family: var(--snd-font); font-weight: 700; letter-spacing: -.02em; color: #000; line-height: 1.02; }
.product .lead { color: #1a1a1a; }
.product .muted { color: #555; }

/* buttons — solid black (primary), hard outline (ghost); always sharp */
.product .btn { background: #000; color: #fff; border: 0; border-radius: 0; font-family: var(--snd-font); font-weight: 700; letter-spacing: -.01em; padding: 13px 22px; transition: background .15s, color .15s; }
.product .btn:hover { background: var(--snd-blue); color: #fff; transform: none; box-shadow: none; filter: none; }
.product .btn.ghost { background: transparent; color: #000; border: 1.5px solid #000; }
.product .btn.ghost:hover { background: #000; color: #fff; }
.product .btn-lg { padding: 16px 28px; font-size: 16px; border-radius: 0; }

/* ---- Product top nav: black bar ---------------------------------------- */
.pnav { position: sticky; top: 0; z-index: 60; background: #000; border-bottom: 0; }
.pnav .wrap { display: flex; align-items: center; gap: 22px; height: 64px; }
.pnav .brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.25rem; letter-spacing: -.03em; color: #fff; text-decoration: none; text-transform: uppercase; }
.pnav .brand .mark { width: 30px; height: 30px; border-radius: 0; background: #fff; display: grid; place-items: center; color: #000; font-weight: 800; }
.pnav .links { display: flex; gap: 2px; margin-left: 20px; }
.pnav .links a { color: #fff; text-decoration: none; font-weight: 600; font-size: 14px; padding: 8px 10px; border-radius: 0; border-bottom: 2px solid transparent; }
.pnav .links a:hover { background: transparent; color: #fff; border-bottom-color: var(--snd-yellow); }
.pnav .right { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.pnav .right a.login, .pnav .right .login { color: #fff; text-decoration: none; font-weight: 650; font-size: 14px; }
.pnav .right .btn { background: var(--snd-blue); color: #fff; }
.pnav .right .btn:hover { background: #fff; color: #000; }

/* ---- Hero --------------------------------------------------------------- */
.phero { background: #fff; border-bottom: 3px solid #000; }
.phero .wrap { padding: 74px 24px 60px; }
.phero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.kicker { display: inline-flex; align-items: center; gap: 8px; background: #000; color: #fff; font-weight: 700; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; padding: 7px 12px; border-radius: 0; margin-bottom: 20px; }
.phero h1 { font-size: clamp(2.6rem, 5.4vw, 4.4rem); letter-spacing: -.03em; line-height: .98; }
.phero h1 .hl { background: var(--snd-blue); color: #fff; padding: 0 .12em; -webkit-background-clip: border-box; background-clip: border-box; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.phero .lead { font-size: 1.22rem; line-height: 1.45; margin: 22px 0 28px; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.trust { margin-top: 34px; color: #555; font-size: 13px; }
.trust .logos { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 10px; align-items: center; }
.trust .logos span { font-weight: 800; color: #000; letter-spacing: -.02em; font-size: 18px; text-transform: uppercase; }

/* product screenshot mock */
.shot { background: #000; border-radius: 0; padding: 10px; box-shadow: 14px 14px 0 var(--snd-blue); }
.shot .bar { display: flex; gap: 6px; padding: 8px 10px; }
.shot .bar i { width: 11px; height: 11px; border-radius: 50%; background: #444; }
.shot .scr { background: #fff; border-radius: 0; overflow: hidden; }
.shot .scr .topline { height: 40px; background: var(--snd-blue); display: flex; align-items: center; padding: 0 14px; color: #fff; font-weight: 700; font-size: 13px; gap: 8px; }
.shot .scr .body { padding: 14px; display: grid; gap: 10px; }

/* ---- Sections ----------------------------------------------------------- */
.psection { padding: 84px 0; }
.psection.alt { background: #f4f4f2; border-top: 3px solid #000; border-bottom: 3px solid #000; }
.phead { max-width: 720px; margin: 0 auto 46px; text-align: center; }
.phead .eyebrow { color: #000; font-weight: 800; letter-spacing: .12em; }
.phead h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.feat { background: #fff; border: 2px solid #000; border-radius: 0; padding: 26px; }
.feat .fic { width: 48px; height: 48px; border-radius: 0; background: var(--snd-blue); color: #fff; display: grid; place-items: center; font-size: 22px; margin-bottom: 16px; }
.feat:nth-child(2) .fic { background: var(--snd-orange); }
.feat:nth-child(3) .fic { background: var(--snd-green); }
.feat:nth-child(4) .fic { background: var(--snd-pink); color: #000; }
.feat:nth-child(5) .fic { background: var(--snd-yellow); color: #000; }
.feat:nth-child(6) .fic { background: var(--snd-maroon); }
.feat h3 { font-size: 1.12rem; }
.feat p { color: #444; font-size: 14.5px; margin: 0; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stepc { position: relative; padding-top: 14px; }
.stepc .n { width: 40px; height: 40px; border-radius: 0; background: #000; color: #fff; font-weight: 800; display: grid; place-items: center; margin-bottom: 14px; font-size: 18px; }
.stepc h3 { font-size: 1.08rem; }
.stepc p { color: #444; font-size: 14.5px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.checklist { list-style: none; padding: 0; margin: 18px 0 0; }
.checklist li { padding: 8px 0 8px 30px; position: relative; color: #1a1a1a; font-size: 15px; }
.checklist li::before { content: "→"; position: absolute; left: 0; color: var(--snd-blue); font-weight: 800; }

/* pricing */
.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; align-items: stretch; border: 2px solid #000; }
.price { background: #fff; border-right: 2px solid #000; border-radius: 0; padding: 30px; display: flex; flex-direction: column; }
.price:last-child { border-right: 0; }
.price.feature { background: #000; color: #fff; }
.price.feature .amt, .price.feature li { color: #fff; }
.price.feature .muted { color: #bbb; }
.price .amt { font-size: 2.6rem; font-weight: 800; letter-spacing: -.03em; color: #000; margin: 10px 0; }
.price ul { list-style: none; padding: 0; margin: 16px 0 22px; flex: 1; }
.price li { padding: 7px 0 7px 26px; position: relative; font-size: 14.5px; color: #1a1a1a; }
.price li::before { content: "→"; position: absolute; left: 0; color: var(--snd-blue); font-weight: 800; }
.price.feature li::before { color: var(--snd-yellow); }
.price.feature .btn { background: var(--snd-yellow); color: #000; }
.price.feature .btn:hover { background: #fff; color: #000; }

.quote { max-width: 820px; margin: 0 auto; text-align: center; }
.quote p { font-size: clamp(1.4rem, 2.6vw, 2rem); font-weight: 700; letter-spacing: -.02em; color: #000; line-height: 1.2; }

.bigcta { background: var(--snd-blue); color: #fff; border-radius: 0; padding: 64px; text-align: center; }
.bigcta h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.8rem); }
.bigcta p { color: rgba(255,255,255,.85); }
.bigcta .btn { background: #fff; color: #000; } .bigcta .btn:hover { background: #000; color: #fff; }

.pfooter { background: #000; color: #aaa; }
.pfooter .wrap { padding: 56px 24px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 28px; }
.pfooter .brand .mark { background: #fff !important; color: #000 !important; border-radius: 0 !important; }
.pfooter a { color: #ccc; text-decoration: none; display: block; padding: 4px 0; font-size: 14px; }
.pfooter a:hover { color: var(--snd-yellow); }
.pfooter h4 { color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.pfoot-legal { border-top: 1px solid #333; } .pfoot-legal .wrap { padding: 16px 24px; display: flex; justify-content: space-between; font-size: 12px; color: #888; }

/* the auth pages re-cap .wrap to a centred column (kept) */
.product .wrap { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }

@media (max-width: 920px) {
  .phero-grid, .split { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .prices, .pfooter .wrap { grid-template-columns: 1fr; }
  .price { border-right: 0; border-bottom: 2px solid #000; } .price:last-child { border-bottom: 0; }
}
