/* Partner page extracted layout — see HTML for structure */
:root {
  --ink: #1a1e24;
  --muted: #555e6a;
  --accent: #295f4e;
  --accent-deep: #1a3a2a;
  --accent-light: #e8f0eb;
  --sand: #ebe4d6;
  --rule: #d8d4cc;
  --bg: #ffffff;
  --chalk: #f7f4ee;
  --mono: "DM Mono", ui-monospace, monospace;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "DM Sans", Georgia, serif; color: var(--ink); background: #f5f2ea; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
a:hover { opacity: .85; }
.site-chrome { overflow-x: hidden; }
.shell { max-width: 920px; margin: 0 auto; padding: 0 40px; overflow: hidden; }
.page-body { padding: 32px 0 80px; }
.hero {
  position: relative;
  margin: 0 -40px 48px;
  min-height: 340px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  background: var(--accent-deep);
}
.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .44;
  mix-blend-mode: luminosity;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(165deg, rgba(26,30,20,.12) 0%, rgba(13,26,20,.9) 72%); }
.hero-inner { position: relative; z-index: 1; padding: 48px 40px 40px; color: #fff; }
.hero-kicker { font-family: var(--mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: #c4b8a0; margin-bottom: 14px; }
.hero h1 { font-size: clamp(1.85rem, 4.5vw, 2.65rem); font-weight: 700; line-height: 1.12; letter-spacing: -.025em; max-width: 22ch; margin-bottom: 16px; }
.hero-lead { font-size: 1.02rem; color: #d4ddd8; max-width: 54ch; line-height: 1.6; margin-bottom: 24px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn-primary { display: inline-block; background: #fff; color: var(--accent-deep); font-weight: 600; font-size: .9rem; padding: 12px 22px; border-radius: 6px; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,0,0,.2); opacity: 1; }
.btn-ghost { display: inline-block; color: #fff; font-size: .88rem; padding: 12px 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 6px; text-decoration: none; }
.btn-ghost:hover { background: rgba(255,255,255,.08); opacity: 1; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.chip { font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; background: var(--chalk); border: 1px solid var(--rule); color: var(--accent); padding: 6px 10px; border-radius: 4px; }
.reg-box { background: var(--chalk); border-left: 4px solid var(--accent); padding: 22px 26px; margin-bottom: 48px; border-radius: 0 8px 8px 0; }
.reg-box p { font-size: .94rem; line-height: 1.7; color: #2a3228; }
.reg-box strong { font-weight: 600; }
.section { margin-bottom: 52px; }
.section-label { font-family: var(--mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--rule); }
.section h2 { font-size: 1.45rem; font-weight: 700; letter-spacing: -.02em; margin-bottom: 14px; }
.section p { font-size: .96rem; color: #2a3038; margin-bottom: 12px; max-width: 68ch; }
.section p:last-child { margin-bottom: 0; }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: 8px; overflow: hidden; margin-top: 20px; }
.proof-cell { background: var(--chalk); padding: 20px 18px; text-align: center; }
.proof-num { font-size: 1.75rem; font-weight: 700; color: var(--accent); letter-spacing: -.02em; line-height: 1; margin-bottom: 6px; }
.proof-label { font-size: .78rem; color: var(--muted); line-height: 1.4; }
.cases { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 8px; }
.case { background: var(--chalk); border: 1px solid var(--rule); padding: 20px 22px; border-radius: 8px; transition: border-color .2s ease, transform .2s ease; }
.case:hover { border-color: var(--accent); transform: translateY(-2px); }
.case-title { font-size: .92rem; font-weight: 600; margin-bottom: 6px; }
.case-desc { font-size: .84rem; color: var(--muted); line-height: 1.55; }
.terms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: 8px; overflow: hidden; margin-top: 8px; }
.term { background: #fff; padding: 22px 20px; }
.term-label { font-family: var(--mono); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.term-value { font-size: 1.85rem; font-weight: 700; letter-spacing: -.02em; color: var(--ink); }
.term-note { font-size: .8rem; color: var(--muted); margin-top: 6px; line-height: 1.45; }
.get-list { list-style: none; margin-top: 8px; }
.get-list li { display: flex; gap: 14px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--rule); font-size: .95rem; color: #2a3038; }
.get-list li:last-child { border-bottom: none; }
.tick { font-family: var(--mono); font-size: .8rem; font-weight: 500; color: var(--accent); flex-shrink: 0; }
.timeline { margin-top: 16px; border-left: 2px solid var(--rule); padding-left: 24px; }
.tl-item { position: relative; padding-bottom: 22px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content: ""; position: absolute; left: -30px; top: 6px; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); border: 2px solid #fff; box-shadow: 0 0 0 1px var(--rule); }
.tl-label { font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin-bottom: 4px; }
.tl-item h3 { font-size: .95rem; font-weight: 600; margin-bottom: 4px; }
.tl-item p { font-size: .86rem; color: var(--muted); max-width: 60ch; }
.cta-block { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; background: var(--accent-deep); color: #fff; padding: 40px 36px; border-radius: 12px; margin-top: 16px; }
.cta-block h2 { font-size: 1.5rem; font-weight: 700; letter-spacing: -.02em; margin-bottom: 12px; }
.cta-block p { font-size: .92rem; color: #b8ccc4; line-height: 1.65; margin-bottom: 10px; }
.cta-panel { display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.cta-email { display: inline-block; background: #fff; color: var(--accent-deep); font-weight: 600; font-size: .95rem; padding: 14px 24px; border-radius: 6px; text-align: center; text-decoration: none; }
.cta-email:hover { opacity: 1; transform: translateY(-1px); }
.cta-note { font-size: .82rem; color: #8eaaa0; }
.cta-note a { color: #c8ddd4; }
.doc-meta { display: flex; justify-content: flex-end; align-items: center; padding-bottom: 20px; margin-bottom: 8px; }
.doc-label { font-family: var(--mono); font-size: .68rem; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; text-align: right; line-height: 1.8; }
@media (max-width: 720px) {
  .shell { padding: 0 24px; }
  .hero { margin: 0 -24px 40px; min-height: 300px; }
  .hero-inner { padding: 36px 24px 32px; }
  .cases, .terms-grid, .proof-strip, .cta-block { grid-template-columns: 1fr; }
  .doc-meta { flex-direction: column; }
  .doc-label { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .case:hover, .btn-primary:hover, .cta-email:hover { transform: none; }
}
