:root {
  --ink: #111214;
  --muted: #68645f;
  --line: #d9d6d1;
  --paper: #f7f6f4;
  --surface: #ffffff;
  --accent: #ff5b1f;
  --accent-dark: #d94712;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Geist, Inter, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 10; padding: .65rem 1rem; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.site-header { padding: 1.25rem 1.25rem 0; }
.header-inner { width: min(1180px, 100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem 1rem; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 10px 30px rgba(17,18,20,.08); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 2.35rem; height: 2.35rem; border-radius: 9px; }
.header-nav { display: flex; align-items: center; gap: 1.1rem; font-size: .92rem; font-weight: 600; }
.header-nav a { text-decoration: none; color: var(--muted); }
.header-nav a:hover { color: var(--ink); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 2.8rem; padding: .65rem 1rem; border-radius: 9px; background: var(--ink); color: white !important; text-decoration: none; font-weight: 700; border: 0; }
.header-cta:hover, .button:hover { background: #2b2c2f; }
.page-shell { width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; }
.hero { padding: clamp(4rem, 9vw, 8rem) 0 3.5rem; max-width: 860px; }
.eyebrow { margin: 0 0 1.15rem; color: var(--accent-dark); font-size: .75rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { margin: 0; max-width: 850px; font-size: clamp(3rem, 8vw, 6.5rem); font-weight: 800; }
.hero-intro { max-width: 680px; margin: 1.5rem 0 0; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(240px, .8fr); gap: 1.25rem; align-items: start; padding-bottom: 6rem; }
.content-card, .side-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.35rem, 3vw, 2.4rem); box-shadow: 0 12px 36px rgba(17,18,20,.05); }
.content-card h2 { margin: 2.1rem 0 .7rem; font-size: clamp(1.4rem, 2.4vw, 2rem); }
.content-card h2:first-child { margin-top: 0; }
.content-card h3 { margin: 1.25rem 0 .45rem; font-size: 1.1rem; letter-spacing: -.02em; }
.content-card p, .content-card li { color: var(--muted); }
.content-card ul { padding-left: 1.25rem; }
.side-card { position: sticky; top: 1rem; background: var(--ink); color: white; }
.side-card h2 { margin: 0 0 .8rem; color: white; font-size: 1.55rem; }
.side-card p { color: #d7d4cf; }
.side-card a:not(.button) { color: white; font-weight: 700; }
.side-card .button { margin-top: 1rem; background: var(--accent); }
.side-card .button:hover { background: var(--accent-dark); }
.legal-note { margin: 0 0 1.5rem; padding: .9rem 1rem; border-left: 3px solid var(--accent); background: #fff6f1; color: var(--muted); font-size: .95rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding-bottom: 6rem; }
.service-card { min-height: 230px; padding: 1.5rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.service-card .number { color: var(--accent); font-weight: 800; }
.service-card h2 { margin: 2rem 0 .5rem; font-size: 1.45rem; }
.service-card p { margin: 0; color: var(--muted); }
.site-footer { padding: 3rem 0 1.5rem; background: #eceae7; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2rem; }
.footer-title { margin: 0 0 1rem; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-copy { max-width: 300px; color: var(--muted); }
.footer-links { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px dashed #c5c1bb; color: var(--muted); font-size: .9rem; }
.footer-bottom a { color: var(--accent-dark); }
@media (max-width: 800px) {
  .header-nav { display: none; }
  .header-inner { padding: .65rem .75rem; }
  .page-shell { width: min(100% - 1.5rem, 680px); }
  .hero { padding-top: 4rem; }
  .content-grid, .service-grid, .footer-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .service-card { min-height: 0; }
  .footer-bottom { flex-direction: column; }
}
