/* Ledgavo landing-page proposal — Hermes, 17 Sep 2026.
   Uses the Foldavo product-line system: warm paper, deep ink, editorial headings,
   and a single orange action colour. */

:root {
  --paper: #f7f5ef;
  --paper-bright: #fffefa;
  --ink: #142421;
  --ink-soft: #42504d;
  --line: #d9ddd5;
  --mist: #e9ede7;
  --navy: #1e3152;
  --navy-deep: #12223d;
  --navy-soft: #dbe2ed;
  --gold: #e1a92f;
  --cta: #e65321;
  --cta-hover: #c94216;
  --cta-text: #ffffff;
  --shadow: 0 24px 70px rgba(20, 36, 33, .14);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.3;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.06;
  text-wrap: balance;
}
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.75rem, 5.35vw, 5.15rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.15rem, 4.1vw, 3.8rem); }
h3 { margin-bottom: 9px; font-size: clamp(1.25rem, 1.8vw, 1.65rem); }
.lead { max-width: 690px; color: var(--ink-soft); font-size: clamp(1.1rem, 1.8vw, 1.3rem); line-height: 1.55; }
.section { padding: 112px 0; }

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 25px;
  border: 2px solid var(--cta);
  border-radius: 999px;
  background: var(--cta);
  box-shadow: 0 10px 25px rgba(230, 83, 33, .25);
  color: var(--cta-text);
  font-weight: 800;
  text-decoration: none;
  transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.button:hover { background: var(--cta-hover); border-color: var(--cta-hover); box-shadow: 0 14px 30px rgba(230, 83, 33, .31); transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
.button svg { width: 18px; }
.button-small { min-height: 44px; padding-inline: 18px; box-shadow: none; font-size: .9rem; }
.reassurance { max-width: 640px; display: flex; align-items: flex-start; gap: 9px; margin: 14px 0 0; color: var(--ink-soft); font-size: .87rem; font-weight: 650; }
.reassurance svg { width: 17px; flex: 0 0 auto; margin-top: 4px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(20, 36, 33, .1);
  background: rgba(247, 245, 239, .95);
  backdrop-filter: blur(12px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 10px; }
.brand span, .brand strong, .brand small { display: block; }
.brand strong { font-size: 1.08rem; line-height: 1.1; letter-spacing: -.025em; }
.brand small { margin-top: 2px; color: var(--ink-soft); font-size: .65rem; font-weight: 700; letter-spacing: .04em; }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links > a:not(.button) { color: var(--ink-soft); font-size: .89rem; font-weight: 700; text-decoration: none; }
.nav-links > a:not(.button):hover { color: var(--ink); }

.hero { padding: 78px 0 82px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); gap: 68px; align-items: center; }
.hero h1 strong { text-decoration: underline; text-decoration-color: var(--cta); text-decoration-thickness: .1em; text-underline-offset: .13em; }
.hero .lead { margin-bottom: 30px; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; }
.hero .button { min-height: 60px; padding-inline: 29px; font-size: 1.03rem; }

.product-scene { min-width: 0; position: relative; margin: 0; padding: 28px 0 0 22px; }
.scene-halo { position: absolute; inset: -8% -28% -15% 4%; border-radius: 50%; background: #e1e6e1; }
.app-frame { position: relative; z-index: 1; overflow: hidden; border: 1px solid #c7cec8; border-radius: 19px; background: var(--paper-bright); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.app-toolbar { min-height: 53px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 17px; border-bottom: 1px solid var(--line); background: #f0f1ed; font-size: .72rem; }
.traffic { display: flex; gap: 5px; }
.traffic i { width: 8px; height: 8px; border-radius: 50%; background: #c8cdc7; }
.app-toolbar strong { font-size: .79rem; letter-spacing: -.01em; }
.toolbar-label { justify-self: end; color: var(--ink-soft); }
.app-workspace { min-height: 370px; display: grid; grid-template-columns: .82fr 1.18fr; }
.statement-pane, .rows-pane { padding: 18px; }
.statement-pane { border-right: 1px solid var(--line); background: #f0f1ed; }
.pane-label { display: block; margin-bottom: 12px; color: var(--ink-soft); font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.statement-page { min-height: 290px; padding: 26px 20px; border: 1px solid #d4d6d0; background: white; box-shadow: 0 9px 25px rgba(20, 36, 33, .08); }
.statement-title { width: 65%; height: 11px; margin-bottom: 28px; border-radius: 20px; background: var(--navy); }
.statement-line { height: 7px; margin: 14px 0; border-radius: 20px; background: #d6dbdf; }
.statement-line.short { width: 58%; }
.statement-line.mid { width: 77%; }
.rows-pane { position: relative; background: white; }
.csv-head, .csv-row { display: grid; grid-template-columns: .8fr 1.6fr .55fr .55fr .75fr; gap: 7px; align-items: center; }
.csv-head { padding: 9px 7px; border-block: 1px solid var(--line); color: var(--ink-soft); font-size: .47rem; font-weight: 800; }
.csv-row { padding: 13px 7px; border-bottom: 1px solid #e8eae6; }
.csv-row i { height: 5px; border-radius: 10px; background: #d7dce0; }
.csv-row i:last-child { background: #efc664; }
.verdict { position: absolute; right: 17px; bottom: 18px; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 999px; background: var(--navy); color: white; font-size: .7rem; }
.verdict svg { width: 15px; color: #efc664; }
.product-scene figcaption { position: relative; z-index: 2; margin-top: 18px; color: var(--ink-soft); font-size: .78rem; font-weight: 700; text-align: center; }

.problem { border-top: 1px solid var(--line); background: var(--paper-bright); }
.problem-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 96px; align-items: start; }
.problem-points { border-top: 1px solid var(--line); }
.problem-points article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.problem-points > article > span { font-family: Georgia, serif; color: var(--ink-soft); }
.problem-points p { margin-bottom: 0; color: var(--ink-soft); }

.how { background: var(--navy-deep); color: white; }
.how .eyebrow { color: var(--navy-soft); }
.how h2 { max-width: 900px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; border-block: 1px solid rgba(255,255,255,.2); }
.step { min-width: 0; padding: 36px 38px 40px 0; }
.step + .step { padding-left: 38px; border-left: 1px solid rgba(255,255,255,.2); }
.step-number { display: block; margin-bottom: 55px; color: #efc664; font-family: Georgia, serif; font-size: 3.6rem; line-height: 1; }
.step h3 { font-family: "Avenir Next", Avenir, sans-serif; letter-spacing: -.02em; }
.step p { margin-bottom: 0; color: var(--navy-soft); }

.benefit-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 96px; align-items: start; }
.benefit-intro { position: sticky; top: 116px; }
.benefit-intro .button { margin-top: 8px; }
.benefit-list { border-top: 1px solid var(--line); }
.benefit { display: grid; grid-template-columns: 35px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.check { width: 25px; height: 25px; display: grid; place-items: center; margin-top: 2px; border: 1.5px solid var(--ink); border-radius: 50%; font-size: .74rem; font-weight: 900; }
.benefit p { margin-bottom: 0; color: var(--ink-soft); }

.private { padding: 34px 0 112px; }
.private-panel { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; padding: clamp(42px, 7vw, 86px); overflow: hidden; position: relative; border-radius: var(--radius-lg); background: var(--navy-deep); color: white; }
.private-panel::after { content: ""; width: 430px; height: 430px; position: absolute; right: -210px; top: -210px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.02); }
.private .eyebrow, .private .lead { color: var(--navy-soft); }
.privacy-list { position: relative; z-index: 1; }
.privacy-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.privacy-list article:last-child { border-bottom: 0; }
.privacy-list > article > span { color: #efc664; font-family: Georgia, serif; }
.privacy-list h3 { font-family: "Avenir Next", Avenir, sans-serif; font-size: 1.03rem; letter-spacing: -.015em; }
.privacy-list p { margin-bottom: 0; color: var(--navy-soft); font-size: .92rem; }

.audiences { border-block: 1px solid var(--line); background: var(--paper-bright); }
.audiences h2 { max-width: 760px; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 64px; margin-top: 48px; }
.audience-grid article { padding: 27px 0; border-top: 1px solid var(--line); }
.audience-grid article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
.audience-grid span { display: block; margin-bottom: 7px; font-weight: 850; }
.audience-grid p { margin-bottom: 0; color: var(--ink-soft); }

.trial-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 96px; align-items: start; }
.trial-copy { max-width: 620px; padding-top: 10px; }
.trial-copy .lead { margin-bottom: 28px; }

.offer-section { padding: 20px 0 110px; }
.offer-panel { padding: clamp(46px, 8vw, 90px); border-radius: var(--radius-lg); background: var(--mist); text-align: center; }
.offer-panel h2 { max-width: 760px; margin-inline: auto; }
.offer-actions { display: flex; align-items: center; justify-content: center; gap: 24px; margin: 32px 0 18px; }
.text-link { min-height: 50px; display: inline-flex; align-items: center; gap: 7px; font-weight: 850; text-underline-offset: 4px; }
.text-link:hover { color: var(--cta-hover); }
.offer-meta { margin: 0; font-weight: 800; }
.checkout, .licence { margin: 5px 0 0; color: var(--ink-soft); font-size: .9rem; }
.limits { max-width: 880px; margin: 35px auto 0; padding-top: 24px; border-top: 1px solid #cfd4cd; color: var(--ink-soft); font-size: .82rem; line-height: 1.55; }

.site-footer { padding: 35px 0 46px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .83rem; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-top nav { display: flex; gap: 20px; }
.footer-top nav a { text-underline-offset: 3px; }
.legal { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.legal p { margin: 0; }

@media (max-width: 980px) {
  .hero-grid, .problem-grid, .benefit-layout, .private-panel, .trial-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { max-width: 800px; }
  .product-scene { width: min(100%, 650px); margin-inline: auto; }
  .benefit-intro { position: static; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 82px 0; }
  .nav { min-height: 68px; }
  .nav-links > a:not(.button) { display: none; }
  .button-small { min-height: 42px; padding-inline: 14px; font-size: .78rem; }
  .hero { padding: 52px 0 72px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero h1 { font-size: clamp(2.55rem, 12.6vw, 4rem); }
  .product-scene { padding-left: 0; }
  .app-workspace { min-height: 330px; grid-template-columns: .78fr 1.22fr; }
  .statement-pane, .rows-pane { padding: 11px; }
  .statement-page { min-height: 265px; padding: 18px 12px; }
  .csv-head, .csv-row { gap: 4px; }
  .csv-head { font-size: .4rem; }
  .verdict { right: 10px; bottom: 12px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { padding: 28px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .step:last-child { border-bottom: 0; }
  .step-number { margin-bottom: 20px; font-size: 2.4rem; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .audience-grid article:last-child { border-bottom: 1px solid var(--line); }
  .offer-actions { flex-direction: column; gap: 14px; }
  .offer-actions .button { width: 100%; }
  .footer-top { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .brand img { width: 38px; height: 38px; }
  .brand small { display: none; }
  .nav-links .button { max-width: 150px; line-height: 1.2; text-align: center; }
  .app-toolbar { grid-template-columns: 1fr auto; }
  .toolbar-label { display: none; }
  .app-workspace { min-height: 290px; }
  .statement-page { min-height: 230px; }
  .csv-head span:nth-child(3), .csv-head span:nth-child(4), .csv-row i:nth-child(3), .csv-row i:nth-child(4) { display: none; }
  .csv-head, .csv-row { grid-template-columns: .75fr 1.5fr .8fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* real screenshot of the shipped build (replaces the designed placeholder) */
.product-scene .app-shot { display: block; width: 100%; height: auto; border-radius: 14px; box-shadow: 0 18px 48px rgba(20, 29, 49, .28); position: relative; }
.product-scene .scene-caption { margin-top: 10px; font-size: 12.5px; color: #55534d; text-align: center; }

.hero .price-note { margin: 10px 0 0; font-size: 13.5px; color: #55534d; }
