/* ============================================================
   The Leads Online Ltd — brand stylesheet
   Palette: pine green #0B3B23 / leaf #026521 / ivory #F6F5EF
            ink #12211A / brass #C19A3D
   Type: Archivo (display) · IBM Plex Sans (body) · IBM Plex Mono (labels)
   ============================================================ */

:root {
  --pine: #0B3B23;
  --pine-deep: #072818;
  --leaf: #026521;
  --leaf-soft: #0d7a30;
  --ivory: #F6F5EF;
  --paper: #FDFDFB;
  --ink: #12211A;
  --muted: #5B6B62;
  --line: #E3E2D9;
  --brass: #C19A3D;
  --brass-soft: #E5C878;
  --radius: 14px;
  --shadow: 0 12px 40px rgba(11, 59, 35, 0.10);
  --font-display: "Archivo", sans-serif;
  --font-body: "IBM Plex Sans", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.12; letter-spacing: -0.015em; }
h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 700; }
h3 { font-size: 1.18rem; font-weight: 600; }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--leaf);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--brass); }
.dark .eyebrow { color: var(--brass-soft); }

.lead { color: var(--muted); font-size: 1.08rem; max-width: 60ch; }
.section { padding: 96px 0; }
.section.tight { padding: 72px 0; }
.section.ivory { background: var(--ivory); }
.section.dark { background: var(--pine); color: #EAF2EC; }
.section.dark .lead { color: #B9CCBF; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 26px; border-radius: 10px;
  font-family: var(--font-display); font-weight: 600; font-size: 0.95rem;
  border: 1.5px solid transparent; cursor: pointer; transition: all .18s ease;
}
.btn.primary { background: var(--pine); color: #fff; }
.btn.primary:hover { background: var(--leaf); transform: translateY(-1px); }
.btn.ghost { border-color: var(--pine); color: var(--pine); background: transparent; }
.btn.ghost:hover { background: var(--pine); color: #fff; }
.dark .btn.primary { background: var(--brass); color: var(--pine-deep); }
.dark .btn.primary:hover { background: var(--brass-soft); }
.dark .btn.ghost { border-color: rgba(255,255,255,.4); color: #fff; }
.dark .btn.ghost:hover { background: rgba(255,255,255,.1); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(253,253,251,.9); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.logo { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); }
.logo-mark {
  width: 38px; height: 38px; border-radius: 9px;
  background: var(--pine); color: var(--brass-soft);
  display: grid; place-items: center;
  font-weight: 700; font-size: 0.95rem; letter-spacing: 0.02em;
}
.logo-name { font-weight: 700; font-size: 1.02rem; line-height: 1.15; }
.logo-name span { display: block; font-family: var(--font-mono); font-weight: 400; font-size: 0.6rem; letter-spacing: 0.22em; color: var(--muted); text-transform: uppercase; }
.nav-links { display: flex; gap: 30px; align-items: center; list-style: none; }
.nav-links a { font-size: 0.94rem; font-weight: 500; color: var(--ink); opacity: .85; }
.nav-links a:hover, .nav-links a.active { color: var(--leaf); opacity: 1; }
.nav-cta { display: flex; gap: 12px; align-items: center; }
.nav .btn { padding: 11px 20px; font-size: 0.88rem; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background:
  radial-gradient(1000px 500px at 85% -10%, rgba(2,101,33,.08), transparent 60%),
  linear-gradient(180deg, var(--ivory) 0%, var(--paper) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; padding: 88px 0 96px; }
.hero h1 em { font-style: normal; color: var(--leaf); }
.hero .lead { margin: 22px 0 30px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust {
  margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 0.76rem; color: var(--muted);
  display: flex; gap: 26px; flex-wrap: wrap; letter-spacing: 0.04em;
}
.hero-trust b { color: var(--pine); font-weight: 600; }

/* the signature: live agent demo card */
.demo-card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  box-shadow: var(--shadow); overflow: hidden; max-width: 430px; justify-self: end; width: 100%;
}
.demo-head { background: var(--pine); color: #fff; padding: 15px 18px; display: flex; align-items: center; gap: 11px; }
.demo-avatar { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.18); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; }
.demo-head .who { font-size: 0.92rem; font-weight: 600; line-height: 1.2; }
.demo-head .who small { display: block; font-weight: 400; font-size: 0.7rem; opacity: .8; }
.demo-live { margin-left: auto; font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: .12em; background: rgba(255,255,255,.14); padding: 5px 10px; border-radius: 99px; display: flex; align-items: center; gap: 6px; }
.demo-live i { width: 7px; height: 7px; border-radius: 50%; background: #6EE7A0; animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.35} }
.demo-body { padding: 18px; background: #FBFBF8; display: flex; flex-direction: column; gap: 11px; min-height: 320px; }
.bub { max-width: 82%; padding: 10px 14px; border-radius: 14px; font-size: 0.86rem; line-height: 1.5; opacity: 0; transform: translateY(8px); animation: rise .5s ease forwards; }
.bub.visitor { background: var(--pine); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
.bub.agent { background: #fff; border: 1px solid var(--line); align-self: flex-start; border-bottom-left-radius: 4px; }
.bub.note { align-self: center; background: none; border: none; font-family: var(--font-mono); font-size: 0.66rem; color: var(--muted); letter-spacing: .08em; padding: 2px; }
.bub .tick { color: var(--leaf); font-weight: 600; }
@keyframes rise { to { opacity: 1; transform: translateY(0); } }
.b1{animation-delay:.3s}.b2{animation-delay:1s}.b3{animation-delay:1.9s}.b4{animation-delay:2.8s}.b5{animation-delay:3.7s}.b6{animation-delay:4.5s}
.demo-foot { border-top: 1px solid var(--line); background: #fff; padding: 12px 16px; display: flex; gap: 10px; align-items: center; }
.demo-foot .fake-input { flex: 1; border: 1px solid var(--line); border-radius: 9px; padding: 9px 13px; font-size: 0.84rem; color: var(--muted); }
.demo-foot .send { background: var(--pine); color: #fff; border: none; border-radius: 9px; padding: 9px 16px; font-family: var(--font-display); font-weight: 600; font-size: 0.82rem; }

/* ---------- cards & grids ---------- */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card h3 { margin: 16px 0 8px; }
.card p { color: var(--muted); font-size: 0.95rem; }
.ic {
  width: 44px; height: 44px; border-radius: 11px;
  background: var(--ivory); border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--leaf);
}
.ic svg { width: 21px; height: 21px; }

.section-head { max-width: 640px; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::before { display: none; }
.section-head .lead { margin-top: 14px; }

/* ---------- stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { border-left: 2px solid var(--brass); padding-left: 22px; }
.stat b {
  font-family: var(--font-display); font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  font-weight: 700; color: #fff; display: block; line-height: 1.1;
}
.stat span { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: #A9C2B1; }

/* ---------- industries ---------- */
.ind { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ind-card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 26px 24px; overflow: hidden;
}
.ind-card::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(var(--leaf), var(--brass)); opacity: 0; transition: .2s; }
.ind-card:hover::after { opacity: 1; }
.ind-card h3 { font-size: 1.05rem; }
.ind-card p { color: var(--muted); font-size: 0.9rem; margin-top: 6px; }
.ind-card .tag { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--brass); }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step { background: var(--ivory); border-radius: var(--radius); padding: 30px 28px; position: relative; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: .12em; color: var(--brass);
}
.step h3 { margin: 12px 0 8px; }
.step p { color: var(--muted); font-size: 0.94rem; }

/* ---------- testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; }
.quote p { font-size: 0.97rem; flex: 1; }
.quote p::before { content: "“"; font-family: var(--font-display); font-size: 2rem; color: var(--brass); display: block; line-height: 0.6; margin-bottom: 12px; }
.quote footer { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.quote footer b { font-family: var(--font-display); font-size: 0.92rem; display: block; }
.quote footer span { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: .1em; color: var(--muted); text-transform: uppercase; }

/* ---------- founder strip ---------- */
.founder { display: grid; grid-template-columns: 340px 1fr; gap: 56px; align-items: center; }
.founder-photo { position: relative; }
.founder-photo img { border-radius: 18px; box-shadow: var(--shadow); }
.founder-photo::after {
  content: ""; position: absolute; inset: 14px -14px -14px 14px;
  border: 1.5px solid var(--brass); border-radius: 18px; z-index: -1;
}
.founder blockquote { font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; line-height: 1.5; margin: 18px 0 22px; }
.cred { display: flex; gap: 12px; align-items: flex-start; margin-top: 14px; }
.cred svg { width: 18px; height: 18px; color: var(--brass); flex: 0 0 18px; margin-top: 3px; }
.cred p { font-size: 0.95rem; color: var(--muted); }
.cred p b { color: var(--ink); }

/* ---------- mission/vision ---------- */
.mv { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.mv .card { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.14); }
.mv .card h3 { color: var(--brass-soft); }
.mv .card p { color: #C6D8CC; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { max-width: 620px; margin: 0 auto 14px; }
.cta-band .lead { margin: 0 auto 30px; }

/* ---------- footer ---------- */
.site-footer { background: var(--pine-deep); color: #AFC6B7; padding: 64px 0 34px; font-size: 0.9rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 44px; }
.site-footer h4 { color: #fff; font-size: 0.95rem; margin-bottom: 16px; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 9px; }
.site-footer a:hover { color: var(--brass-soft); }
.foot-logo { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.foot-logo .logo-mark { background: rgba(255,255,255,.08); }
.foot-logo .logo-name { color: #fff; }
.foot-logo .logo-name span { color: #7FA18C; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: .04em; }

/* ---------- page hero (inner pages) ---------- */
.page-hero { background: var(--pine); color: #fff; padding: 84px 0 72px; }
.page-hero .lead { color: #B9CCBF; margin-top: 16px; }

/* ---------- about ---------- */
.bio { display: grid; grid-template-columns: 380px 1fr; gap: 64px; align-items: start; }
.bio-photo { position: sticky; top: 110px; }
.bio-photo img { border-radius: 18px; box-shadow: var(--shadow); }
.bio-photo .plate {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  margin-top: -34px; margin-left: 22px; margin-right: 22px; position: relative;
  padding: 16px 18px; box-shadow: var(--shadow);
}
.bio-photo .plate b { font-family: var(--font-display); display: block; }
.bio-photo .plate span { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.bio h2 { margin-bottom: 18px; }
.bio p + p { margin-top: 16px; }
.bio p { color: #33443A; }
.pull {
  border-left: 3px solid var(--brass); background: var(--ivory);
  border-radius: 0 12px 12px 0; padding: 20px 24px; margin: 26px 0;
  font-family: var(--font-display); font-size: 1.12rem; font-weight: 500;
}

/* ---------- legal ---------- */
.legal { max-width: 800px; }
.legal h2 { font-size: 1.35rem; margin: 40px 0 12px; }
.legal p, .legal li { color: #33443A; font-size: 0.97rem; }
.legal ul { padding-left: 22px; margin: 10px 0; }
.legal .updated { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: .1em; color: var(--muted); text-transform: uppercase; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }
.c-item { display: flex; gap: 16px; margin-bottom: 26px; }
.c-item .ic { flex: 0 0 44px; }
.c-item b { font-family: var(--font-display); display: block; }
.c-item a, .c-item span { color: var(--muted); font-size: 0.96rem; }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.form label { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); display: block; margin: 18px 0 7px; }
.form input, .form textarea, .form select {
  width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 12px 14px;
  font-family: var(--font-body); font-size: 0.95rem; background: var(--paper);
}
.form input:focus, .form textarea:focus, .form select:focus { outline: none; border-color: var(--leaf); }
.form .btn { margin-top: 24px; width: 100%; justify-content: center; }
.form .note { font-size: 0.8rem; color: var(--muted); margin-top: 12px; text-align: center; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .bub { animation: none; opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; padding: 56px 0 64px; }
  .demo-card { justify-self: start; }
  .grid3, .ind, .steps, .quotes { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; row-gap: 34px; }
  .founder, .bio, .contact-grid { grid-template-columns: 1fr; }
  .bio-photo { position: static; max-width: 380px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .mv, .grid2 { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .grid3, .ind, .steps, .quotes { grid-template-columns: 1fr; }
  .nav-links, .nav-cta .btn.ghost { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; position: absolute; top: 74px; left: 0; right: 0;
    flex-direction: column; background: var(--paper); padding: 22px 28px;
    border-bottom: 1px solid var(--line); gap: 18px;
  }
  .section { padding: 68px 0; }
}


/* ---------- hero ambience (mouse-reactive orbs) ---------- */
.hero { position: relative; }
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; pointer-events: none; transition: transform .25s ease-out; }
.orb.o1 { width: 420px; height: 420px; background: radial-gradient(circle, rgba(2,101,33,.22), transparent 65%); top: -120px; right: 8%; }
.orb.o2 { width: 320px; height: 320px; background: radial-gradient(circle, rgba(193,154,61,.20), transparent 65%); bottom: -80px; left: 4%; }
.hero-grid { position: relative; z-index: 1; }
.demo-card { transform-style: preserve-3d; transition: transform .2s ease-out; will-change: transform; }

/* ---------- hero stat chips ---------- */
.hero-trust { border-top: none; padding-top: 0; margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 560px; }
.tchip {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 16px 18px; position: relative; overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.tchip::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--leaf), var(--brass)); }
.tchip:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.tchip b { font-family: var(--font-display); font-size: 1.45rem; font-weight: 700; color: var(--pine); display: block; line-height: 1.1; }
.tchip span { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* ---------- our services (home) ---------- */
.svc { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.svc-card {
  position: relative; display: block; background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 32px 30px; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--pine); }
.svc-card .tag { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); }
.svc-card h3 { font-size: 1.3rem; margin: 10px 0 8px; }
.svc-card p { color: var(--muted); font-size: 0.95rem; max-width: 46ch; }
.svc-card .go {
  margin-top: 20px; display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600; font-size: 0.9rem; color: var(--leaf);
}
.svc-card .go svg { width: 16px; height: 16px; transition: transform .18s; }
.svc-card:hover .go svg { transform: translateX(4px); }
.svc-card .bgnum {
  position: absolute; right: 18px; bottom: -18px; font-family: var(--font-display);
  font-size: 6rem; font-weight: 700; color: var(--ivory); z-index: 0; user-select: none;
}
.svc-card > * { position: relative; z-index: 1; }

/* ---------- success section (upgraded) ---------- */
.stats { grid-template-columns: repeat(4, 1fr); }
.stat {
  border-left: none; padding: 28px 26px; border-radius: 16px;
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12);
  position: relative; overflow: hidden; transition: transform .2s ease, background .2s ease;
}
.stat::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--brass), transparent 70%); }
.stat:hover { transform: translateY(-4px); background: rgba(255,255,255,.07); }
.stat b { background: linear-gradient(100deg, #fff 30%, var(--brass-soft)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat span { display: block; margin-top: 8px; }

/* ---------- FAQ ---------- */
.faq-item { border: 1px solid var(--line); border-radius: 12px; background: #fff; margin-bottom: 12px; overflow: hidden; }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 20px 24px; font-family: var(--font-display);
  font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.3rem; color: var(--brass); transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .a { padding: 0 24px 20px; color: var(--muted); font-size: 0.96rem; }

/* ---------- blog ---------- */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card .thumb { height: 150px; background: linear-gradient(120deg, var(--pine), var(--leaf)); position: relative; }
.post-card .thumb::after { content: attr(data-label); position: absolute; left: 20px; bottom: 16px; color: var(--brass-soft); font-family: var(--font-mono); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; }
.post-card .body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-size: 1.08rem; }
.post-card p { color: var(--muted); font-size: 0.92rem; margin: 10px 0 16px; flex: 1; }
.post-card .meta { font-family: var(--font-mono); font-size: 0.66rem; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }
.article { max-width: 760px; }
.article h2 { font-size: 1.4rem; margin: 36px 0 12px; }
.article p, .article li { color: #33443A; }
.article p + p { margin-top: 14px; }
.article ul { padding-left: 22px; margin: 12px 0; }

/* ---------- service detail pages ---------- */
.feat-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 26px; margin-top: 22px; }
.feat { display: flex; gap: 12px; align-items: flex-start; }
.feat svg { width: 18px; height: 18px; color: var(--leaf); flex: 0 0 18px; margin-top: 4px; }
.feat b { display: block; font-family: var(--font-display); font-size: 0.98rem; }
.feat span { color: var(--muted); font-size: 0.9rem; }
.benefit-band { background: var(--ivory); border-radius: 18px; padding: 40px; }

@media (max-width: 980px) { .svc, .feat-list, .posts { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .svc, .feat-list, .posts, .hero-trust { grid-template-columns: 1fr; } }


/* ---------- v3 ---------- */
.hero h1 { font-size: clamp(2.1rem, 4.2vw, 3.15rem); }
.nowrap { white-space: nowrap; }
@media (max-width: 860px) { .nowrap { white-space: normal; } }

/* success v3 — editorial number wall */
.stats2 { display: grid; grid-template-columns: repeat(4, 1fr); }
.s2 { padding: 10px 34px 6px; position: relative; }
.s2 + .s2 { border-left: 1px solid rgba(255,255,255,.14); }
.s2-num {
  font-family: var(--font-display); font-weight: 700; letter-spacing: -0.02em;
  font-size: clamp(2.6rem, 4.6vw, 3.6rem); line-height: 1;
  background: linear-gradient(105deg, #FFFFFF 35%, var(--brass-soft) 90%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  display: block;
}
.s2-bar { display: block; width: 34px; height: 2px; background: var(--brass); margin: 16px 0 12px; border-radius: 2px; }
.s2-lbl { font-family: var(--font-body); font-size: 0.95rem; color: #C7D8CC; line-height: 1.45; display: block; }
.s2-lbl i { font-style: normal; color: #8FAE9A; font-size: 0.82rem; }
.s2:hover .s2-num { filter: drop-shadow(0 0 22px rgba(229,200,120,.35)); }
@media (max-width: 980px) { .stats2 { grid-template-columns: 1fr 1fr; row-gap: 40px; } .s2:nth-child(3) { border-left: none; } }
@media (max-width: 620px) { .stats2 { grid-template-columns: 1fr; } .s2 + .s2 { border-left: none; border-top: 1px solid rgba(255,255,255,.14); padding-top: 30px; margin-top: 6px; } }

/* footer socials */
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a {
  width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  color: #CFE2D6; transition: all .18s;
}
.socials a:hover { background: var(--brass); color: var(--pine-deep); border-color: var(--brass); }
.socials svg { width: 17px; height: 17px; }

/* pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 36px 32px; display: flex; flex-direction: column; position: relative; }
.price-card.pop { border: 2px solid var(--pine); box-shadow: var(--shadow); }
.price-card .badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--brass); color: var(--pine-deep); font-family: var(--font-mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; padding: 6px 14px; border-radius: 99px; }
.price-card h3 { font-size: 1.25rem; }
.price-card .amount { font-family: var(--font-display); font-weight: 700; font-size: 2.4rem; margin: 14px 0 2px; color: var(--pine); }
.price-card .amount small { font-size: .95rem; font-weight: 500; color: var(--muted); }
.price-card .setup { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .08em; color: var(--muted); text-transform: uppercase; }
.price-card ul { list-style: none; margin: 24px 0 28px; flex: 1; }
.price-card li { padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: .93rem; color: #33443A; display: flex; gap: 10px; }
.price-card li::before { content: "—"; color: var(--brass); }
.price-card .btn { justify-content: center; }
@media (max-width: 980px) { .price-grid { grid-template-columns: 1fr; } }

/* case studies */
.case { display: grid; grid-template-columns: 300px 1fr; gap: 46px; padding: 46px 0; border-top: 1px solid var(--line); }
.case:first-of-type { border-top: none; }
.case-side .tag { font-family: var(--font-mono); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); }
.case-side h3 { font-size: 1.35rem; margin: 10px 0 16px; }
.case-nums { display: flex; flex-direction: column; gap: 14px; margin-top: 18px; }
.case-nums b { font-family: var(--font-display); font-size: 1.6rem; color: var(--pine); display: block; line-height: 1.1; }
.case-nums span { font-size: .82rem; color: var(--muted); }
.case-body h4 { font-family: var(--font-display); font-size: .95rem; margin: 18px 0 6px; color: var(--leaf); text-transform: uppercase; letter-spacing: .06em; }
.case-body h4:first-child { margin-top: 0; }
.case-body p { color: #33443A; font-size: .97rem; }
@media (max-width: 900px) { .case { grid-template-columns: 1fr; gap: 20px; } }


/* ---------- partners marquee ---------- */
.partners { padding: 56px 0 64px; background: var(--paper); border-top: 1px solid var(--line); }
.partners .phead { text-align: center; margin-bottom: 34px; }
.marquee { overflow: hidden; position: relative; }
.marquee::before, .marquee::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--paper), transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, var(--paper), transparent); }
.mtrack { display: flex; gap: 72px; width: max-content; animation: slide 28s linear infinite; }
.marquee:hover .mtrack { animation-play-state: paused; }
@keyframes slide { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.plogo {
  display: flex; align-items: center; gap: 10px; white-space: nowrap;
  font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; color: #3E4F45;
  opacity: .75; transition: opacity .2s;
}
.plogo:hover { opacity: 1; }
.plogo i { width: 9px; height: 9px; border-radius: 3px; background: linear-gradient(135deg, var(--leaf), var(--brass)); }
@media (prefers-reduced-motion: reduce) { .mtrack { animation: none; flex-wrap: wrap; width: auto; justify-content: center; } }


/* ---------- brand logo images ---------- */
.nav { height: 88px; }
.logo img.brandmark { height: 68px; width: auto; display: block; }
.foot-logo img.brandmark-foot { height: 128px; width: auto; display: block; margin-bottom: 4px; }
.nav-links.open { top: 88px; }
@media (max-width: 700px) { .nav { height: 72px; } .logo img.brandmark { height: 54px; } }

/* ============================================================
   MOBILE POLISH (v8) — full responsive pass
   ============================================================ */
html, body { overflow-x: hidden; }

@media (max-width: 980px) {
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .foot-grid > div:first-child { grid-column: 1 / -1; }
  .foot-logo img.brandmark-foot { height: 104px; }
}

@media (max-width: 700px) {
  .wrap { padding: 0 20px; }
  .section { padding: 60px 0; }
  .page-hero { padding: 60px 0 50px; }

  /* footer: one clean column */
  .foot-grid { grid-template-columns: 1fr; gap: 30px; margin-bottom: 34px; }
  .foot-logo img.brandmark-foot { height: 88px; }
  .site-footer { padding: 48px 0 26px; }
  .site-footer p { max-width: 46ch; }
  .foot-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .socials { margin-top: 4px; }

  /* hero */
  .hero-grid { gap: 40px; padding: 44px 0 56px; }
  .tchip { padding: 13px 15px; }
  .tchip b { font-size: 1.25rem; }
  .demo-body { min-height: 260px; }

  /* cards & bands breathe on small screens */
  .card, .step, .ind-card, .svc-card, .quote { padding: 24px 20px; }
  .form { padding: 26px 20px; }
  .benefit-band { padding: 28px 22px; }
  .founder { gap: 36px; }
  .founder-photo { max-width: 320px; }
  .founder-photo::after { inset: 10px -8px -10px 10px; }
  .bio-photo .plate { margin-left: 12px; margin-right: 12px; }
  .founder blockquote { font-size: 1.1rem; }
  .pull { padding: 16px 18px; font-size: 1.02rem; }

  /* stats band */
  .s2 { padding: 6px 4px; }

  /* partners marquee */
  .mtrack { gap: 46px; }
  .plogo { font-size: 1.1rem; }
  .partners { padding: 44px 0 50px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 2.05rem; }
  .btn { padding: 13px 20px; font-size: 0.9rem; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .foot-logo img.brandmark-foot { height: 78px; }
}


/* ---------- footer balance polish (v8.1) ---------- */
.foot-logo img.brandmark-foot { max-width: 100%; }
.site-footer .foot-grid > div:first-child p { max-width: 34ch; line-height: 1.7; }

/* tablet & small laptop: brand block gets its own full row, link columns share below */
@media (max-width: 1080px) {
  .foot-grid { grid-template-columns: 1fr 1fr 1fr; gap: 36px; }
  .foot-grid > div:first-child { grid-column: 1 / -1; max-width: 460px; }
  .foot-logo img.brandmark-foot { height: 100px; }
}
@media (max-width: 700px) {
  .foot-grid { grid-template-columns: 1fr; }
  .foot-grid > div:first-child { max-width: none; }
}

/* ============================================================
   v8.2 — footer: two-column style (logo side 70% / links 30%),
   left block nudged down to align with the right column text
   ============================================================ */
.foot-grid > div:first-child { padding-top: 12px; }

@media (max-width: 1080px) {
  .foot-grid { grid-template-columns: minmax(0, 7fr) minmax(0, 3fr); gap: 30px 26px; }
  .foot-grid > div:first-child { grid-column: auto; max-width: none; }
  .foot-logo img.brandmark-foot { height: 112px; }
  .site-footer .foot-grid > div:first-child p { max-width: 42ch; }
}

@media (max-width: 700px) {
  .foot-grid { grid-template-columns: minmax(0, 65fr) minmax(0, 35fr); gap: 28px 18px; }
  .foot-logo img.brandmark-foot { height: 96px; }
}

@media (max-width: 420px) {
  .foot-logo img.brandmark-foot { height: 84px; }
}