:root { --bg:#fff; --fg:#141414; --muted:#737373; --line:#e5e5e5; --card:#f7f7f7; }
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--fg); font-family: Jost, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
.display { font-family: "Playfair Display", Georgia, serif; }
.wrap { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.eyebrow { font-size: 11px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--muted); }
.divider { display: block; width: 6rem; height: 1px; }
a { color: inherit; }
.hero {
  position: relative; min-height: 82svh; display: flex; align-items: flex-end;
  background: var(--fg); color: #fff; padding: 96px 0 80px; overflow: hidden;
}
.hero .eyebrow { color: rgba(255,255,255,.55); }
.hero h1 { font-size: clamp(3.2rem, 10vw, 6.4rem); line-height: .94; letter-spacing: -.02em; font-weight: 400; margin-top: 24px; }
.hero h1 .b { font-weight: 700; }
.hero .divider { background: rgba(255,255,255,.35); margin-top: 40px; }
.lede { margin-top: 32px; max-width: 440px; font-size: 17px; font-weight: 300; line-height: 1.65; color: rgba(255,255,255,.75); }
.meta { margin-top: 32px; font-size: 13px; font-weight: 300; letter-spacing: .04em; color: rgba(255,255,255,.5); }
.cta {
  position: relative; overflow: hidden; display: inline-flex; margin-top: 40px;
  border: 1px solid #fff; color: #fff; padding: 14px 28px;
  font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; text-decoration: none;
}
.cta::before {
  content: ""; position: absolute; inset: 0; background: #fff;
  transform: translateX(-101%); transition: transform .55s cubic-bezier(.22,1,.36,1);
}
.cta:hover { color: var(--fg); }
.cta:hover::before { transform: translateX(0); }
.cta span { position: relative; z-index: 1; }
section { padding: 96px 0; }
h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 400; line-height: 1.04; margin-top: 20px; }
.intro { margin-top: 20px; max-width: 560px; font-size: 16px; font-weight: 300; line-height: 1.7; color: var(--muted); }
.chat { margin-top: 48px; border: 1px solid var(--line); background: #fff; }
.chat-head { border-bottom: 1px solid var(--line); padding: 16px 20px; }
.chat-title { font-size: 23px; font-weight: 400; margin-top: 8px; }
.chat-body { padding: 24px 20px; }
.chat-bubble { max-width: 34rem; background: var(--card); padding: 12px 16px; font-size: 15px; font-weight: 300; line-height: 1.65; }
.chat-foot { border-top: 1px solid var(--line); padding: 16px 20px; font-size: 14px; font-weight: 300; color: var(--muted); }
form { margin-top: 48px; border: 1px solid var(--line); background: #fff; padding: 36px 28px; }
form h3 { font-size: 26px; font-weight: 400; }
form p.hint { margin-top: 10px; font-size: 15px; font-weight: 300; line-height: 1.65; color: var(--muted); }
.grid { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label.field { display: block; font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
input[type=text], input[type=tel] {
  width: 100%; margin-top: 8px; border: 1px solid var(--line); background: #fff;
  padding: 14px 16px; font: 15px Jost, sans-serif; color: var(--fg); border-radius: 0;
}
fieldset { margin-top: 24px; border: 0; padding: 0; }
legend { font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.check { display: flex; gap: 12px; align-items: flex-start; margin-top: 16px; font-size: 13px; font-weight: 300; line-height: 1.55; }
.check input { margin-top: 3px; width: 18px; height: 18px; flex: 0 0 18px; }
.legal { margin-top: 20px; font-size: 12px; font-weight: 300; line-height: 1.65; color: var(--muted); }
.legal a { color: var(--fg); text-underline-offset: 3px; }
.submit {
  margin-top: 28px; display: inline-flex; border: 1px solid var(--fg); background: var(--fg); color: #fff;
  padding: 14px 28px; font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
}
.after { margin-top: 64px; padding-top: 48px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 28px; font-size: 15px; font-weight: 300; line-height: 1.7; color: var(--muted); }
.after strong { color: var(--fg); font-weight: 500; }
.after a { color: var(--fg); text-underline-offset: 3px; }
.help { background: var(--card); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.help em { font-style: italic; }
.cards { margin-top: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px 48px; }
.card { border-top: 1px solid var(--line); padding-top: 24px; }
.num { font-size: 38px; font-weight: 400; line-height: 1; color: rgba(20,20,20,.15); }
.card h3 { font-size: 26px; font-weight: 400; margin-top: 16px; }
.card p { margin-top: 12px; font-size: 15px; font-weight: 300; line-height: 1.65; color: var(--muted); }
footer { background: var(--fg); color: #fff; padding: 80px 24px; text-align: center; }
footer .divider { margin: 0 auto; background: rgba(255,255,255,.25); }
footer .name { margin-top: 40px; font-size: 30px; font-weight: 400; }
footer .eye { margin-top: 16px; color: rgba(255,255,255,.45); }
footer .contact { margin-top: 20px; font-size: 13px; font-weight: 300; letter-spacing: .04em; color: rgba(255,255,255,.55); }
footer .contact a { color: inherit; text-decoration: none; }
footer nav { margin-top: 32px; display: flex; justify-content: center; gap: 32px; font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
footer nav a { color: rgba(255,255,255,.7); text-decoration: none; }
footer .copy { margin-top: 32px; font-size: 11px; letter-spacing: .12em; color: rgba(255,255,255,.35); }
.topbar { border-bottom: 1px solid var(--line); padding: 20px 0; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-size: 22px; font-weight: 400; text-decoration: none; letter-spacing: -.02em; }
.topbar nav { display: flex; gap: 24px; font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.topbar nav a { text-decoration: none; }
.topbar nav a:hover, .topbar nav a[aria-current="page"] { color: var(--fg); }
.legal-page { padding: 80px 0 112px; }
.legal-page h1 { font-size: clamp(2.4rem, 6vw, 4rem); font-weight: 400; line-height: 1.04; margin-top: 16px; }
.legal-page .divider { background: var(--line); margin-top: 32px; }
.legal-page .updated { margin-top: 24px; font-size: 12px; font-weight: 300; letter-spacing: .12em; color: var(--muted); }
.legal-page section { padding: 0; margin-top: 48px; }
.legal-page h2 { font-size: 25px; margin-top: 0; }
.legal-page p { margin-top: 16px; font-size: 16px; font-weight: 300; line-height: 1.7; color: var(--muted); }
.legal-callout { border: 1px solid var(--fg); padding: 24px 22px; margin-top: 24px; font-size: 15px; font-weight: 400; line-height: 1.65; color: var(--fg); }
@media (max-width: 640px) {
  .hero h1 { font-size: 52px; }
  .grid, .cards { grid-template-columns: 1fr; }
  .hero { padding: 72px 0 56px; min-height: 72svh; }
  section { padding: 72px 0; }
  .legal-page { padding: 56px 0 80px; }
}
