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

/* Self-hosted Inter (variable, latin) — no Google Fonts CDN, so no third-party request/tracking. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/marketing/fonts/inter-var.woff2') format('woff2');
}

:root {
  --navy:    #0d2118;
  --indigo:  #1e6635;
  --indigo2: #2d7a40;
  --slate:   #527060;
  --light:   #f0faf5;
  --border:  #c6e5d4;
  --green:   #16a34a;
  --red:     #dc2626;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #0f1f14;
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;   /* backstop: no accidental horizontal scroll on small screens */
}

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 22px; border-radius: 8px; font-weight: 600; font-size: 0.95rem;
  text-decoration: none; cursor: pointer; transition: all .15s ease; border: none;
  white-space: nowrap; flex-shrink: 0;   /* nav buttons keep their natural width, never wrap */
}
.btn-primary   { background: var(--indigo2); color: #fff; }
.btn-primary:hover { background: var(--indigo); }
.btn-ghost     { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.3); }
.btn-ghost:hover   { background: rgba(255,255,255,.1); }
.btn-outline   { background: transparent; color: var(--indigo2); border: 1.5px solid var(--indigo2); }
.btn-outline:hover { background: var(--indigo2); color: #fff; }
.btn-lg        { padding: 14px 28px; font-size: 1rem; }
.btn-full      { width: 100%; display: block; text-align: center; }

/* ── Nav ── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(8,22,13,.96); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 24px; gap: 24px;
  display: flex; align-items: center; justify-content: space-between; height: 60px;
}
.nav-logo { white-space: nowrap; }   /* keep the brand on one line */
.nav-logo { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 1.1rem; }
.nav-logo-img { display: block; flex-shrink: 0; }

/* ── Hero brand block ── */
.hero-brand-block {
  background: #162d1e;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 36px 60px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: fit-content;
  max-width: 100%;      /* never exceed the container → margin auto keeps it centered on phones */
  margin: 0 auto 48px;
}
.hero-brand-tree  { margin-bottom: 14px; filter: drop-shadow(0 4px 20px rgba(0,0,0,0.5)); }
.hero-brand-name  {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.75rem; font-weight: 700; letter-spacing: 0.4em;
  color: #e8dfc0; margin-bottom: 5px;
  padding-left: 0.4em; /* compensate trailing letter-spacing for optical centering */
}
.hero-brand-divider {
  font-family: Georgia, serif; font-size: 0.78rem;
  letter-spacing: 0.22em; color: #7aaa72; margin-bottom: 8px;
  padding-left: 0.22em;
}
.hero-brand-tagline {
  font-family: Georgia, serif; font-size: 0.6rem;
  letter-spacing: 0.16em; color: #4f7849; text-transform: uppercase;
  padding-left: 0.16em;
}

/* Footer brand row */
.footer-brand-row { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: #7fb898; text-decoration: none; font-size: 0.9rem; font-weight: 500; white-space: nowrap; }
.nav-links a:hover { color: #fff; }

/* ── Hero ── */
.hero {
  background: linear-gradient(160deg, #071510 0%, #0c2a18 55%, #071510 100%);
  color: #fff; padding: 100px 0 80px; text-align: center;
}
.hero-badge {
  display: inline-block; background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.28);
  color: #86efac; padding: 5px 16px; border-radius: 100px; font-size: 0.82rem;
  font-weight: 600; letter-spacing: .03em; margin-bottom: 24px;
}
.hero-headline {
  font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 800; line-height: 1.1;
  letter-spacing: -.03em; margin-bottom: 20px;
}
.highlight { color: #4ade80; }
.hero-subline {
  font-size: 1.15rem; color: #7fb898; max-width: 620px; margin: 0 auto 36px;
}
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px; }
.hero-stat-row {
  display: flex; align-items: center; justify-content: center; gap: 32px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px; padding: 24px 48px; width: fit-content; margin: 0 auto;
}
.stat { text-align: center; }
.stat-num { display: block; font-size: 2.2rem; font-weight: 800; color: #fff; }
.stat-label { font-size: 0.8rem; color: #527060; }
.stat-arrow { font-size: 2rem; color: #4ade80; }

/* ── Proof bar ── */
.proof-bar { background: var(--light); border-bottom: 1px solid var(--border); padding: 20px 0; }
.proof-label { text-align: center; font-size: 0.82rem; color: var(--slate); margin-bottom: 12px; }
.proof-logos { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; }
.proof-item { font-size: 0.88rem; font-weight: 600; color: #1e4030; }

/* ── Origin story ── */
.origin-section {
  background: linear-gradient(160deg, #0a2015 0%, #0e2e1b 60%, #0a2015 100%);
  color: #fff; padding: 80px 0;
}
.origin-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.origin-eyebrow {
  font-family: Georgia, serif; font-size: 0.72rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: #5ab872; margin-bottom: 20px;
}
.origin-headline {
  font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800;
  color: #dff2e6; margin-bottom: 28px; line-height: 1.2;
}
.origin-body {
  font-size: 1.02rem; color: #7fb898; line-height: 1.8;
}
.origin-body strong { color: #b4dfca; font-weight: 600; }

/* ── Sections ── */
.section    { padding: 80px 0; }
.section-alt{ background: var(--light); }
.section-title { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; text-align: center; margin-bottom: 12px; }
.section-sub   { text-align: center; color: var(--slate); font-size: 1.05rem; max-width: 580px; margin: 0 auto 48px; }

/* ── Comparison table ── */
.compare-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare-hint { display: none; }   /* mobile-only "swipe" affordance for the wide matrix (see @media) */
.compare-table { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.compare-header, .compare-row { display: grid; grid-template-columns: 2fr 1.5fr 1.5fr; }
/* Multi-category matrix: label + 3 competitor categories + Ponderosa. min-width goes on the TABLE
   itself (not just the rows) so the table actually grows past the viewport and .compare-scroll has
   something to scroll — otherwise the table's overflow:hidden clips the wide rows and it never
   scrolls on mobile. */
.compare-table.matrix { min-width: 780px; }
.compare-table.matrix .compare-header,
.compare-table.matrix .compare-row { grid-template-columns: 1.7fr 1fr 1fr 1fr 1.2fr; }
.compare-header { background: #e6f4ec; }
.compare-col    { padding: 14px 20px; font-size: 0.88rem; }
.compare-table.matrix .compare-col { padding: 13px 14px; font-size: 0.82rem; }
.label-col      { font-weight: 500; color: #1a3825; }
.compare-row    { border-top: 1px solid var(--border); }
.compare-row.alt{ background: #f5fbf7; }
.compare-table.matrix .ponderosa-col { background: #f0fdf4; }
.jet-col   { color: var(--red);   font-weight: 500; }
.cat-col   { color: var(--slate); font-weight: 500; }
.cat-col.bad { color: #9a6a3a; }
.ponderosa-col{ color: var(--green); font-weight: 600; }
.col-tag    { font-size: 0.78rem; font-weight: 700; padding: 3px 10px; border-radius: 6px; display: inline-block; }
.jet-tag    { background: #fef2f2; color: var(--red); }
.cat-tag    { background: #eef3f0; color: #527060; font-size: 0.72rem; }
.ponderosa-tag { background: #f0fdf4; color: var(--green); }
.compare-foot { text-align: center; font-size: 0.8rem; color: var(--slate); margin-top: 16px; max-width: 760px; margin-left: auto; margin-right: auto; }

/* ── Dark section + security grid ── */
.section-dark { background: linear-gradient(160deg, #0a2015 0%, #0e2e1b 60%, #0a2015 100%); }
.security-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.security-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px; padding: 24px;
}
.security-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: #dff2e6; }
.security-card p  { font-size: 0.88rem; color: #7fb898; line-height: 1.6; }

/* ── FAQ ── */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  border: 1px solid var(--border); border-radius: 10px; padding: 4px 20px; background: #fff;
}
.faq-item summary {
  font-weight: 600; color: #1a3825; cursor: pointer; padding: 14px 0; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--indigo2); font-size: 1.3rem; font-weight: 400; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { font-size: 0.9rem; color: var(--slate); line-height: 1.7; padding: 0 0 16px; }
.faq-item p a { color: var(--indigo2); }

/* ── Screen-reader-only labels ── */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ── Feature grid ── */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.feature-card {
  background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 24px;
  transition: box-shadow .2s; cursor: default;
}
.feature-card:hover { box-shadow: 0 8px 24px rgba(45,122,64,.1); }
.feature-icon { font-size: 1.8rem; margin-bottom: 12px; }
.feature-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: #1a3825; }
.feature-card p  { font-size: 0.88rem; color: var(--slate); line-height: 1.6; }
code { background: #e4f4ea; padding: 1px 5px; border-radius: 4px; font-size: 0.82rem; }

/* ── Steps ── */
.steps { max-width: 680px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.step  { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--border); }
.step:last-child { border-bottom: none; }
.step-num {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
  background: var(--indigo2); color: #fff; font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
}
.step-body h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 6px; color: #1a3825; }
.step-body p  { font-size: 0.9rem; color: var(--slate); }

/* ── Pricing ── */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin-bottom: 32px; }
.pricing-card {
  background: #fff; border: 1.5px solid var(--border); border-radius: 16px; padding: 32px 28px;
  position: relative; display: flex; flex-direction: column;
}
.pricing-card.featured { border-color: var(--indigo2); box-shadow: 0 0 0 4px rgba(45,122,64,.12); }
.plan-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--indigo2); color: #fff; padding: 3px 14px;
  border-radius: 100px; font-size: 0.75rem; font-weight: 700; white-space: nowrap;
}
.plan-name   { font-size: 1rem; font-weight: 700; color: var(--slate); margin-bottom: 8px; }
.plan-price  { font-size: 2.4rem; font-weight: 800; margin-bottom: 4px; color: #0f1f14; }
.plan-price span { font-size: 1rem; font-weight: 400; color: var(--slate); }
.plan-annual { font-size: 0.8rem; color: #16a34a; margin-bottom: 24px; font-weight: 600; }
.plan-features { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 8px; }
.plan-features li { font-size: 0.88rem; color: #1a3825; }
.plan-onboard {
  font-size: 0.8rem; color: var(--slate); text-align: center; margin-bottom: 16px; line-height: 1.4;
  margin-top: auto;   /* push the onboarding note + CTA to the bottom so they align across all cards */
}
.plan-onboard span { color: var(--green); font-weight: 600; }
.guarantee {
  max-width: 680px; margin: 0 auto 24px; text-align: center;
  background: #f0fdf4; border: 1.5px solid var(--border); border-radius: 14px; padding: 20px 24px;
}
.guarantee-badge {
  display: inline-block; background: var(--indigo2); color: #fff; font-weight: 700;
  font-size: 0.82rem; padding: 5px 14px; border-radius: 100px; margin-bottom: 10px;
}
.guarantee p { font-size: 0.92rem; color: #1a3825; line-height: 1.6; }
.guarantee em { font-style: normal; font-weight: 700; }
.pricing-note {
  text-align: center; font-size: 0.88rem; color: var(--slate); max-width: 680px; margin: 0 auto;
  line-height: 1.7;
}

/* ── Demo section ── */
.demo-section { background: var(--navy); color: #fff; }
.demo-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
}
.demo-text h2 { font-size: 2rem; font-weight: 800; margin-bottom: 16px; }
.demo-text p  { color: #7fb898; margin-bottom: 24px; font-size: 1rem; }
.demo-promises { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.demo-promises li { color: #86efac; font-weight: 500; font-size: 0.9rem; }
.demo-form { background: #fff; border-radius: 16px; padding: 32px; color: #0f172a; }
.demo-form h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 20px; }
.demo-form form { display: flex; flex-direction: column; gap: 12px; }
.demo-form input, .demo-form select, .demo-form textarea {
  width: 100%; padding: 10px 14px; border: 1.5px solid var(--border);
  border-radius: 8px; font-size: 0.9rem; font-family: inherit;
  outline: none; transition: border-color .15s;
}
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus {
  border-color: var(--indigo2);
}
.form-note { font-size: 0.78rem; color: var(--slate); text-align: center; margin-top: 4px; }

/* ── Footer ── */
.footer { background: #071510; color: #527060; padding: 40px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 24px; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { color: #e8dfc0; font-size: 1rem; }
.footer-brand span   { font-size: 0.8rem; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { color: #527060; text-decoration: none; font-size: 0.88rem; }
.footer-links a:hover { color: #e8dfc0; }
.footer-copy { font-size: 0.78rem; border-top: 1px solid #0d2118; padding-top: 20px; }

@media (max-width: 860px) {
  .nav-links { gap: 16px; }
  .nav-links a:not(.btn) { display: none; }
}

@media (max-width: 720px) {
  .section { padding: 56px 0; }
  /* minmax(0,1fr) + min-width:0 lets the column shrink to the container instead of growing to the
     items' min-content (which overflowed the page by ~28px on narrow phones). */
  .demo-inner { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .demo-text, .demo-form { min-width: 0; }
  .hero { padding: 64px 0 56px; }
  .hero-brand-block { padding: 28px 28px 22px; margin-bottom: 32px; }
  .hero-stat-row { flex-direction: column; padding: 20px 24px; gap: 12px; width: 100%; }
  .stat-arrow { transform: rotate(90deg); }
  .hero-cta .btn { width: 100%; }
  .compare-foot { font-size: 0.74rem; }
  .pricing-grid, .feature-grid, .security-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

/* ── Phones: the three nav items (logo + Log in + Request a demo) don't fit one row, so wrap to two:
      logo on top, the two buttons centered below. Shrink both so they sit comfortably. ── */
@media (max-width: 600px) {
  .nav-inner { flex-wrap: wrap; height: auto; padding: 8px 14px; gap: 8px 10px; }
  .nav-logo { font-size: 0.98rem; gap: 7px; }
  .nav-logo-img { width: 26px; height: 26px; }
  .nav-links { width: 100%; justify-content: center; gap: 10px; }
  .nav .btn { padding: 8px 14px; font-size: 0.85rem; }
  /* Shrink the brand wordmark so the logo frame fits (and stays centered) on phones */
  .hero-brand-block { padding: 26px 20px 20px; }
  .hero-brand-name { font-size: 1.4rem; letter-spacing: 0.26em; padding-left: 0.26em; }
  .hero-brand-divider { font-size: 0.72rem; letter-spacing: 0.18em; padding-left: 0.18em; }
  .hero-brand-tagline { font-size: 0.55rem; letter-spacing: 0.13em; padding-left: 0.13em; }
  /* Comparison table reads tighter on small screens */
  .compare-col { padding: 11px 12px; font-size: 0.8rem; }
  .compare-table.matrix .compare-col { padding: 11px 10px; font-size: 0.76rem; }
  /* The 5-column matrix scrolls horizontally on phones — signal that it's swipeable. */
  .compare-hint { display: block; text-align: right; font-size: 0.78rem; font-weight: 600;
                  color: var(--slate); margin: 0 2px 8px; }
}

/* ── Material icons ─────────────────────────────────────────────────────────── */
/* Self-hosted Material Icons — no external CDN dependency, so first-time visitors (and networks that
   block/slow Google Fonts) always get real glyphs instead of literal ligature text ("arrow_forward"). */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/marketing/fonts/material-icons.woff2') format('woff2');
  font-display: swap;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal; font-style: normal;
  line-height: 1; letter-spacing: normal; text-transform: none;
  display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr;
  vertical-align: middle;
  -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Feature & security card icons — monochrome, brand-colored (bright on the dark security section) */
.feature-icon .material-icons { font-size: 2rem; color: var(--indigo2); }
.security-card .feature-icon .material-icons { color: #4ade80; }

/* Industry chips in the proof bar */
.proof-item { display: inline-flex; align-items: center; gap: 5px; }
.proof-item .material-icons { font-size: 1.15rem; color: var(--indigo2); }

/* Hero stat arrow + the "Ponderosa wins" bolt in the comparison table */
.stat-arrow .material-icons { font-size: 2rem; }
.compare-col.good .material-icons { font-size: 1.05rem; vertical-align: -3px; margin-right: 2px; }

/* Inline arrow inside buttons */
.btn-icon { font-size: 1.15em; vertical-align: -4px; margin-left: 4px; }

/* Guarantee badge */
.guarantee-badge { display: inline-flex; align-items: center; gap: 5px; }
.guarantee-badge .material-icons { font-size: 1rem; }

/* Checklist ticks (pricing plans + demo promises) */
.plan-features li, .demo-promises li { display: flex; align-items: flex-start; gap: 8px; }
.plan-features .material-icons { font-size: 1.1rem; color: var(--green); flex-shrink: 0; margin-top: 1px; }
.demo-promises .material-icons { font-size: 1.1rem; color: #4ade80; flex-shrink: 0; margin-top: 1px; }

/* ── Origin pain-point callouts ─────────────────────────────────────────────── */
.origin-callouts { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 36px; }
.origin-callout {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  color: #b4dfca; font-size: 0.86rem; font-weight: 600; padding: 10px 16px; border-radius: 100px;
}
.origin-callout .material-icons { font-size: 1.1rem; color: #7aaa72; }

/* ── Pricing: TBD line ──────────────────────────────────────────────────────── */
.plan-price-tbd { font-size: 1.15rem; font-weight: 700; color: var(--indigo2); margin-bottom: 4px; }

/* ── Team ───────────────────────────────────────────────────────────────────── */
.team-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; margin-top: 12px; }
.team-card { display: flex; flex-direction: column; align-items: center; text-align: center; }
.team-photo {
  width: 160px; height: 160px; border-radius: 50%; overflow: hidden;
  border: 4px solid #fff; box-shadow: 0 8px 24px rgba(13,33,24,.12); background: #dfeee6;
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(1.02); }
/* Per-photo framing: crop out the baked-in caption / off-brand shirt logo. */
.team-photo img.team-cronk  { object-position: center 28%; }
.team-photo img.team-travis { object-position: center 30%; }
.team-name { margin-top: 16px; font-weight: 700; font-size: 1.05rem; color: #0f1f14; }
.team-title { margin-top: 2px; font-size: 0.85rem; font-weight: 600; color: var(--indigo2); }
.team-support { text-align: center; max-width: 620px; margin: 36px auto 0; font-size: 0.92rem; color: var(--slate); line-height: 1.7; }

/* ── Hero CTA reassurance line ───────────────────────────────────────────────── */
.hero-cta { margin-bottom: 16px; }
.hero-cta-note { color: #6f9a80; font-size: 0.85rem; margin-bottom: 44px; }

/* ── Cost-savings CTA band ──────────────────────────────────────────────────── */
.cta-band { background: linear-gradient(160deg, #0a2015 0%, #0e2e1b 60%, #0a2015 100%); color: #fff; padding: 56px 0; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 800; color: #dff2e6; margin-bottom: 10px; line-height: 1.25; max-width: 660px; }
.cta-band p { color: #9cc7ad; font-size: 1rem; max-width: 660px; }
.cta-band p strong { color: #dff2e6; }
.cta-band .btn { flex-shrink: 0; }

/* ── Dogfooding quote + proof stat ──────────────────────────────────────────── */
.testimonial { max-width: 760px; margin: 0 auto; text-align: center; }
.testimonial .quote-mark { font-size: 3rem; color: var(--indigo2); opacity: .32; }
.testimonial blockquote { font-size: 1.3rem; line-height: 1.6; font-weight: 500; color: #14301f; margin: 2px 0 24px; }
.testimonial-author { display: inline-flex; align-items: center; gap: 12px; }
.testimonial-author img {
  width: 56px; height: 56px; border-radius: 50%; object-fit: cover; object-position: center 28%;
  filter: grayscale(100%); border: 2px solid #fff; box-shadow: 0 4px 12px rgba(13,33,24,.12);
}
.ta-meta { text-align: left; display: flex; flex-direction: column; }
.ta-name { font-weight: 700; color: #0f1f14; font-size: 0.95rem; }
.ta-title { font-size: 0.82rem; font-weight: 600; color: var(--indigo2); }
.proof-stat {
  display: flex; align-items: center; justify-content: center; gap: 20px; max-width: 620px;
  margin: 40px auto 0; padding: 22px 28px; background: #fff; border: 1px solid var(--border);
  border-radius: 14px; box-shadow: 0 8px 28px rgba(13,33,24,.06);
}
.proof-stat-num { font-size: 2.6rem; font-weight: 800; color: var(--indigo2); line-height: 1; flex-shrink: 0; }
.proof-stat-text { text-align: left; font-size: 0.95rem; color: #1a3825; line-height: 1.5; }

/* ════ Visual polish pass ════════════════════════════════════════════════════
   Later rules intentionally override earlier ones: typography smoothing, anchor
   offsets, richer hero, consistent section eyebrows, icon chips, hover/motion,
   and small fixes (pricing CTA alignment, stat-label contrast). */

/* ── Foundation ── */
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
section[id] { scroll-margin-top: 76px; }   /* anchor links no longer hide titles under the sticky nav */
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--indigo2); outline-offset: 2px; border-radius: 4px;
}

/* ── Buttons: depth + lift ── */
.btn { transition: all .18s ease; }
.btn-primary { box-shadow: 0 6px 18px rgba(45,122,64,.28); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(45,122,64,.36); }
.btn-light { background: #fff; color: #0c2a18; box-shadow: 0 6px 18px rgba(0,0,0,.25); }
.btn-light:hover { background: #dff2e6; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

/* ── Nav: solidify + shadow once scrolled ── */
.nav { transition: background .25s ease, box-shadow .25s ease; }
.nav.scrolled { background: rgba(6,17,11,.99); box-shadow: 0 6px 24px rgba(0,0,0,.35); }

/* ── Hero: layered glow + faint grid for a premium dark canvas ── */
.hero { position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(640px 320px at 50% -5%, rgba(74,222,128,.16), transparent 70%),
    radial-gradient(820px 420px at 12% 105%, rgba(45,122,64,.20), transparent 70%),
    radial-gradient(700px 360px at 88% 92%, rgba(232,223,192,.06), transparent 70%);
}
.hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 28%, #000 25%, transparent 72%);
  mask-image: radial-gradient(ellipse at 50% 28%, #000 25%, transparent 72%);
}
.hero .container { position: relative; z-index: 1; }
.hero-brand-block { box-shadow: 0 24px 60px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.06); }
.highlight {
  background: linear-gradient(115deg, #4ade80 20%, #a7f3d0 80%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat-label { color: #6f9a80; }   /* was slate-on-dark — too low contrast */

/* ── Section eyebrows (light backgrounds) — consistent cadence across the page ── */
.section-eyebrow {
  font-family: Georgia, serif; font-size: 0.72rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--indigo2); text-align: center; margin-bottom: 14px;
}

/* ── Feature & security cards: icon chips + hover lift ── */
.feature-icon {
  width: 52px; height: 52px; border-radius: 12px; background: #e4f4ea;
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.feature-icon .material-icons { font-size: 1.6rem; }
.security-card .feature-icon { background: rgba(74,222,128,.12); }
.feature-card { transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.feature-card:hover { transform: translateY(-3px); border-color: #9fd4b4; box-shadow: 0 14px 34px rgba(13,33,24,.10); }
.security-card { transition: border-color .2s ease, transform .2s ease; }
.security-card:hover { transform: translateY(-3px); border-color: rgba(74,222,128,.35); }

/* ── Comparison table: make the Ponderosa column unmistakable ── */
.compare-table.matrix .ponderosa-col { border-left: 2px solid #bbe7cb; }
.compare-header .ponderosa-col { background: #e7f9ee; }
.ponderosa-tag { background: var(--indigo2); color: #fff; }
.compare-row { transition: background .15s ease; }
.compare-row:hover { background: #eef8f1; }

/* ── Steps: connected timeline ── */
.step { position: relative; border-bottom: none; }
.step::before {
  content: ''; position: absolute; left: 21px; top: 72px; bottom: -28px;
  width: 2px; background: var(--border);
}
.step:last-child::before { display: none; }

/* ── Pricing: align CTAs across cards + hover lift ── */
.pricing-card .btn { margin-top: auto; }
.pricing-card { transition: box-shadow .25s ease, transform .25s ease; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(13,33,24,.12); }
.pricing-card.featured:hover { box-shadow: 0 18px 44px rgba(45,122,64,.20), 0 0 0 4px rgba(45,122,64,.12); }

/* ── FAQ: hover/open affordance, animated +
       (override the earlier '−' content swap with a rotation) ── */
.faq-item { transition: border-color .2s ease, box-shadow .2s ease; }
.faq-item:hover { border-color: #9fd4b4; }
.faq-item[open] { border-color: var(--indigo2); box-shadow: 0 6px 20px rgba(13,33,24,.06); }
.faq-item summary::after { transition: transform .2s ease; }
.faq-item[open] summary::after { content: '+'; transform: rotate(45deg); }

/* ── CTA band + demo: subtle glow, form depth ── */
.cta-band { position: relative; overflow: hidden; }
.cta-band::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(520px 260px at 85% 50%, rgba(74,222,128,.13), transparent 70%);
}
.cta-band .container { position: relative; }
.demo-form { box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus {
  border-color: var(--indigo2); box-shadow: 0 0 0 3px rgba(45,122,64,.14);
}

/* ── Monitoring / alerts ─────────────────────────────────────────────────────
   Two-column: an app-style notification feed (mirroring the in-product bell) beside
   three supporting points. The feed grounds the claim in the product's real UI. */
.monitor-inner, .assistant-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 8px; }
.monitor-points { list-style: none; display: flex; flex-direction: column; gap: 24px; }
.monitor-point { display: flex; gap: 15px; }
.monitor-point .feature-icon { flex-shrink: 0; width: 46px; height: 46px; margin-bottom: 0; }
.monitor-point .feature-icon .material-icons { font-size: 1.45rem; }
.monitor-point h4 { font-size: 1.02rem; font-weight: 700; color: #1a3825; margin-bottom: 4px; }
.monitor-point p  { font-size: 0.9rem; color: var(--slate); line-height: 1.6; }

.alert-panel {
  background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(13,33,24,.14);
}
.alert-panel-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; border-bottom: 1px solid var(--border); background: #f7fcf9;
}
.alert-panel-head strong { font-size: 0.92rem; color: #14301f; font-weight: 700; }
.alert-panel-head .material-icons { font-size: 1.1rem; color: var(--indigo2); vertical-align: -3px; margin-right: 6px; }
.alert-badge { background: var(--red); color: #fff; font-size: 0.7rem; font-weight: 700; border-radius: 100px; padding: 2px 9px; }
.alert-row { display: flex; gap: 12px; padding: 14px 18px; border-bottom: 1px solid #eef4f0; }
.alert-row:last-of-type { border-bottom: none; }
.alert-row.unread { background: #f5fbf7; }
.alert-dot { width: 9px; height: 9px; border-radius: 50%; margin-top: 5px; flex-shrink: 0; }
.alert-dot.crit { background: var(--red); }
.alert-dot.warn { background: #d97706; }
.alert-dot.info { background: var(--green); }
.alert-msg  { font-size: 0.9rem; color: #14301f; font-weight: 600; line-height: 1.35; }
.alert-time { font-size: 0.76rem; color: var(--slate); margin-top: 3px; }
.alert-panel-foot { padding: 11px 18px; text-align: right; border-top: 1px solid var(--border); background: #fbfefc; }
.alert-panel-foot span { font-size: 0.82rem; color: var(--indigo2); font-weight: 600; }

/* ── AI assistant (Ponder) chat preview ──────────────────────────────────────
   A chat panel mirroring the in-product assistant, with an inline budget-vs-actual
   mini chart to show that Ponder draws real charts from real figures. */
.chat-panel {
  background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(13,33,24,.14);
}
.chat-head {
  display: flex; align-items: center; gap: 9px;
  padding: 13px 18px; background: linear-gradient(180deg, #0e2e1b, #0a2015);
}
.chat-head .material-icons { color: #4ade80; font-size: 1.2rem; }
.chat-head strong { color: #e8dfc0; font-size: 0.92rem; font-weight: 700; }
.chat-head .chat-sub { color: #7fb898; font-size: 0.74rem; margin-left: auto; }
.chat-body { padding: 18px; display: flex; flex-direction: column; gap: 12px; background: #fbfefc; }
.chat-msg { max-width: 88%; padding: 11px 15px; border-radius: 15px; font-size: 0.88rem; line-height: 1.55; }
.chat-msg.user { align-self: flex-end; background: var(--indigo2); color: #fff; border-bottom-right-radius: 5px; }
.chat-msg.bot  { align-self: flex-start; background: #fff; border: 1px solid var(--border); color: #14301f; border-bottom-left-radius: 5px; }
.chat-msg.bot strong { color: #0f1f14; font-weight: 700; }
.mini-chart {
  display: flex; align-items: flex-end; gap: 22px; height: 92px;
  margin: 12px 2px 2px; padding: 8px 6px 0; border-top: 1px dashed var(--border);
}
.mini-col { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.mini-bar { width: 30px; border-radius: 5px 5px 0 0; }
.mini-bar.budget { background: #bfe3cd; }
.mini-bar.actual { background: var(--indigo2); }
.mini-bar-label { font-size: 0.68rem; color: var(--slate); font-weight: 600; }
.chat-meta { font-size: 0.72rem; color: var(--slate); margin-top: 10px; }
.chat-foot {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 16px; border-top: 1px solid var(--border); background: #fff;
}
.chat-foot .chat-input { flex: 1; font-size: 0.84rem; color: #9fb4a8; }
.chat-foot .material-icons { color: var(--indigo2); font-size: 1.2rem; }
.assistant-note {
  text-align: center; font-size: 0.86rem; color: var(--slate);
  max-width: 720px; margin: 36px auto 0; line-height: 1.7;
}
.assistant-note strong { color: #1a3825; font-weight: 700; }

/* Inline links inside feature-card copy (e.g. "See Meet Ponder") */
.feature-card p a { color: var(--indigo2); font-weight: 600; }

@media (max-width: 720px) {
  .monitor-inner, .assistant-inner { grid-template-columns: 1fr; gap: 32px; }
}

/* ── Reveal-on-scroll (JS adds .rv + .in; without JS nothing is ever hidden) ── */
html.js-reveal .rv { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
html.js-reveal .rv.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js-reveal .rv { opacity: 1; transform: none; transition: none; }
  .btn, .feature-card, .security-card, .pricing-card, .compare-row { transition: none; }
}

/* ── Cookie consent banner ──────────────────────────────────────────────── */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 1000;
  max-width: 720px; margin: 0 auto;
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px;
  background: #0d2118; color: #e6f2ea; border: 1px solid #1e6635; border-radius: 12px;
  padding: 16px 20px; box-shadow: 0 12px 40px rgba(0,0,0,.35);
}
.cookie-banner-text { flex: 1 1 320px; font-size: 0.9rem; line-height: 1.5; margin: 0; }
.cookie-banner-text a { color: #7fd99e; text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-banner-actions .btn { padding: 8px 16px; font-size: 0.88rem; }

/* ── Legal pages (privacy / terms) ──────────────────────────────────────── */
.legal { max-width: 760px; margin: 0 auto; padding: 48px 24px 96px; line-height: 1.65; color: #16301f; }
.legal h1 { font-size: 2rem; margin-bottom: 6px; }
.legal h2 { font-size: 1.2rem; margin: 28px 0 8px; color: #0d2118; }
.legal p, .legal li { color: #2c4636; }
.legal ul { margin: 8px 0 8px 22px; }
.legal li { margin-bottom: 6px; }
.legal a { color: #1e6635; text-decoration: underline; }
.legal-meta { color: #527060; font-size: 0.9rem; margin-bottom: 20px; }
.legal-back { margin-bottom: 8px; font-size: 0.9rem; }
.legal-links { margin-top: 36px; padding-top: 16px; border-top: 1px solid var(--border); font-size: 0.92rem; }
.legal-draft {
  background: #fff7ed; border: 1px solid #fdba74; color: #7c2d12;
  border-radius: 10px; padding: 14px 18px; margin: 18px 0 28px; font-size: 0.92rem; line-height: 1.55;
}
