:root {
  --ink: #15201c;
  --muted: #617069;
  --paper: #fbfaf6;
  --surface: #fff;
  --accent: #d98533;
  --deep: #193a2c;
  --line: #dfe5df;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.demo-bar { padding: .65rem 1rem; color: white; background: #0a1821; text-align: center; font-size: .78rem; font-weight: 750; }
.demo-bar a { color: #ffd458; text-underline-offset: 3px; }
.nav { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 2rem; }
.logo { display: inline-flex; align-items: center; gap: .65rem; font-family: var(--serif); font-size: 1.25rem; font-weight: 850; text-decoration: none; }
.logo-mark { display: grid; width: 39px; height: 39px; place-items: center; color: white; border-radius: 50%; background: var(--deep); font-family: var(--sans); font-size: .8rem; }
.links { display: flex; align-items: center; gap: 1.35rem; }
.links a { font-size: .9rem; font-weight: 750; text-decoration: none; }
.btn { display: inline-flex; min-height: 48px; padding: .75rem 1.1rem; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 10px; background: var(--accent); color: white; font-weight: 850; line-height: 1.1; text-decoration: none; }
.btn-outline { color: var(--deep); border-color: var(--deep); background: transparent; }
.hero { padding: 70px 0 90px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 4.5rem; align-items: center; }
.hero-grid > * { min-width: 0; }
.kicker { margin: 0 0 .9rem; color: var(--accent); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { margin-top: 0; font-family: var(--serif); line-height: .98; letter-spacing: -.035em; }
h1 { margin-bottom: 1.3rem; font-size: clamp(3.4rem, 7vw, 6.2rem); }
h2 { margin-bottom: 1rem; font-size: clamp(2.4rem, 5vw, 4.4rem); }
h3 { margin: 0 0 .45rem; line-height: 1.25; }
.lead { max-width: 620px; margin-bottom: 2rem; color: var(--muted); font-size: 1.12rem; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.visual { position: relative; min-height: 520px; overflow: hidden; border-radius: 24px; background: linear-gradient(150deg, var(--deep), color-mix(in srgb, var(--deep) 62%, var(--accent))); box-shadow: 0 28px 70px rgba(21,32,28,.18); }
.visual::before { content: ""; position: absolute; width: 380px; height: 380px; top: -120px; right: -80px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.05), 0 0 0 110px rgba(255,255,255,.03); }
.visual-card { position: absolute; right: 34px; bottom: 34px; left: 34px; padding: 1.7rem; border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 16px 40px rgba(0,0,0,.15); }
.visual-label { color: var(--accent); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.visual-card strong { display: block; margin: .35rem 0 .5rem; font-family: var(--serif); font-size: 1.65rem; line-height: 1.1; }
.visual-card p { margin: 0; color: var(--muted); }
.proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--line); }
.proof div { padding: 1.4rem; background: var(--surface); }
.proof strong { display: block; margin-bottom: .2rem; }
.proof span { color: var(--muted); font-size: .86rem; }
.section { padding: 100px 0; }
.section.alt { background: white; }
.section-head { display: grid; grid-template-columns: 1fr .8fr; gap: 4rem; align-items: end; margin-bottom: 2.8rem; }
.section-head h2 { margin: 0; }
.section-head p { margin: 0; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { padding: 1.6rem; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.card-num { display: grid; width: 38px; height: 38px; margin-bottom: 2.5rem; place-items: center; color: white; border-radius: 50%; background: var(--deep); font-size: .8rem; font-weight: 900; }
.card p { margin: 0; color: var(--muted); }
.cta { padding: 80px 0; color: white; background: var(--deep); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.cta h2 { max-width: 800px; margin: 0; }
footer { padding: 1.5rem 0; color: #bccbc3; background: #0b1712; font-size: .82rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 1rem; }
.footer-inner a { color: white; }

.auto { --paper: #f4f7f9; --ink: #111c25; --muted: #60717e; --accent: #f05a38; --deep: #102d43; --line: #d9e1e6; }
.cafe { --paper: #fbf4e9; --ink: #2d1d17; --muted: #79665b; --accent: #ba6445; --deep: #49312a; --line: #e7d8cc; }
.auto .logo-mark { border-radius: 10px; }
.cafe .logo-mark { background: var(--accent); }

@media (max-width: 780px) {
  .links a:not(.btn) { display: none; }
  .hero { padding-top: 42px; }
  h1 { font-size: clamp(2.5rem, 11.5vw, 3rem); }
  .hero-grid, .section-head, .cta-grid { grid-template-columns: 1fr; gap: 2rem; }
  .visual { min-height: 390px; }
  .proof, .cards { grid-template-columns: 1fr; }
  .section { padding: 74px 0; }
  .footer-inner { display: grid; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
