:root {
  --bg: #fbf7f1;
  --bg-card: #ffffff;
  --bg-card-2: #f6f1e8;
  --ink: #2c2620;
  --ink-dim: #7a7168;
  --ink-faint: #9a9186;
  --sage: #5c8a6f;
  --sage-deep: #3f6b52;
  --sage-soft: #e7efe8;
  --clay: #d98b62;
  --clay-deep: #b96a43;
  --clay-soft: #f7ece4;
  --line: rgba(44, 38, 32, 0.09);
  --shadow-sm: 0 1px 2px rgba(44,38,32,.05), 0 2px 10px rgba(44,38,32,.05);
  --shadow-md: 0 14px 34px -18px rgba(44,38,32,.28);
}
* { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
html, body { margin: 0; padding: 0; }
body { font-family: 'Roboto', system-ui, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.55; overflow-x: hidden; }
h1,h2,h3,h4 { font-family: 'Roboto', system-ui, sans-serif; font-weight: 600; line-height: 1.1; margin: 0; letter-spacing: -.01em; color: var(--ink); }
p { margin: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
a { color: var(--clay-deep); text-decoration: none; }
.mono { font-family: 'Roboto', system-ui, sans-serif; }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 26px; }

.field { position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 40% at 12% 0%, rgba(92,138,111,0.09), transparent 70%),
    radial-gradient(ellipse 50% 40% at 92% 8%, rgba(217,139,98,0.07), transparent 70%); }

header { background: rgba(251,247,241,.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.nav { display: flex; align-items: center; gap: 22px; padding: 13px 0; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand .mark { height: 30px; width: 30px; border-radius: 999px; background: var(--sage); display: grid; place-items: center; }
.brand .mark svg { width: 17px; height: 17px; }
.brand .name { font-family: 'Roboto', system-ui, sans-serif; font-weight: 600; font-size: 20px; color: var(--ink); }
.nav-link { font-size: 14px; font-weight: 500; color: var(--ink-dim); padding: 6px 2px; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; }
.nav-link:hover { color: var(--sage-deep); }
.nav-link.active { color: var(--sage-deep); border-color: var(--clay); }
.nav-cta { background: var(--sage); color: #fff; font-size: 13.5px; font-weight: 600; padding: 9px 15px; border-radius: 10px; transition: background .15s; }
.nav-cta:hover { background: var(--sage-deep); }

.page { position: relative; z-index: 1; animation: rise .5s cubic-bezier(.2,.7,.2,1) both; }
@keyframes rise { from { opacity: 0; transform: translateY(12px);} to { opacity: 1; transform: none; } }

.hero { padding: 66px 0 46px; display: grid; grid-template-columns: 1.3fr .9fr; gap: 44px; align-items: center; }
.eyebrow { font-family: 'Roboto', system-ui, sans-serif; font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--clay-deep); font-weight: 500; margin-bottom: 12px; }
.hero h1 { font-size: 43px; margin-bottom: 16px; }
.hero h1 .accent { color: var(--sage-deep); }
.hero .lead { font-size: 17px; color: var(--ink-dim); max-width: 54ch; }
.hero .lead b { color: var(--ink); font-weight: 600; }
.approval-note { font-size: 12.5px; color: var(--ink-dim); margin-top: 14px; max-width: 54ch; font-style: italic; border-left: 2px solid var(--sage-soft); padding-left: 12px; }
.hero-ctas { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 20px; border-radius: 11px; font-size: 14.5px; font-weight: 600; transition: transform .12s, background .15s, box-shadow .2s; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--sage); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--sage-deep); }
.btn-ghost { background: var(--bg-card); color: var(--sage-deep); border: 1px solid var(--line); }
.btn-ghost:hover { background: var(--bg-card-2); }

.seal-wrap { display: grid; place-items: center; }
.seal { width: 244px; height: 244px; border-radius: 50%; position: relative; background: var(--bg-card); border: 1px solid var(--line); box-shadow: var(--shadow-md); display: grid; place-items: center; animation: stampIn .8s .2s cubic-bezier(.2,1.25,.4,1) both; }
@keyframes stampIn { from { transform: scale(.62) rotate(-12deg); opacity: 0; } to { transform: none; opacity: 1; } }
.seal::before { content: ""; position: absolute; inset: 12px; border: 2px dashed var(--sage-soft); border-radius: 50%; }
.seal::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(217,139,98,.35); border-radius: 50%; }
.seal-inner { text-align: center; position: relative; z-index: 1; padding: 0 30px; }
.seal-inner .heart { width: 22px; height: 22px; margin: 0 auto 6px; display: block; }
.seal-inner .kicker { font-family: 'Roboto', system-ui, sans-serif; font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--clay-deep); font-weight: 500; }
.seal-inner .days { font-family: 'Roboto', system-ui, sans-serif; font-size: 56px; font-weight: 700; color: var(--sage-deep); line-height: 1; margin: 4px 0 2px; }
.seal-inner .until { font-size: 11.5px; color: var(--ink-dim); }
.seal-inner .date { font-family: 'Roboto', system-ui, sans-serif; font-size: 12px; color: var(--sage-deep); margin-top: 7px; font-weight: 500; }

.capture { background: var(--bg-card); border: 1px solid var(--line); border-left: 4px solid var(--clay); border-radius: 16px; box-shadow: var(--shadow-sm); padding: 20px 24px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin: 8px 0 54px; }
.capture .cap-text b { display: block; font-family: 'Roboto', system-ui, sans-serif; font-weight: 600; font-size: 17px; color: var(--ink); }
.capture .cap-text small { color: var(--ink-dim); font-size: 12.5px; }
.capture form { display: flex; gap: 9px; margin-left: auto; flex-wrap: wrap; align-items: flex-end; }
.capture .field-group { display: flex; flex-direction: column; gap: 4px; }
.capture label { font-size: 11px; font-family: 'Roboto', system-ui, sans-serif; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-faint); }
.capture input { border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 11px 14px; font-size: 14px; font-family: inherit; min-width: 230px; color: var(--ink); }
.capture input:focus { outline: 2px solid var(--sage); border-color: var(--sage); }
.capture .btn { padding: 11px 16px; }

.section { padding: 26px 0 50px; }
.section h2 { font-size: 28px; margin-bottom: 12px; }
.section .sub { color: var(--ink-dim); font-size: 15px; max-width: 62ch; }

.law-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 26px; }
.card { background: var(--bg-card); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(92,138,111,.4); }
.law-item { padding: 18px 20px; display: flex; gap: 14px; }
.law-item .ic { width: 40px; height: 40px; border-radius: 12px; background: var(--sage-soft); display: grid; place-items: center; flex: none; color: var(--sage-deep); }
.law-item .ic svg { width: 20px; height: 20px; }
.law-item b { color: var(--ink); font-size: 14.5px; font-family: 'Roboto', system-ui, sans-serif; }
.law-item p { font-size: 13.5px; color: var(--ink-dim); margin-top: 3px; }
.law-link { margin-top: 22px; font-size: 14.5px; font-weight: 600; }

.paths { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.path { padding: 28px; display: flex; flex-direction: column; border-radius: 18px; }
.path.agency { border-top: 4px solid var(--sage); }
.path.companion { border-top: 4px solid var(--clay); }
.path .who { font-family: 'Roboto', system-ui, sans-serif; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; color: var(--ink-faint); }
.path h3 { font-size: 21px; margin: 8px 0 10px; }
.path .pitch { font-size: 14.5px; color: var(--ink-dim); margin-bottom: 16px; }
.path ul { margin: 0 0 22px; padding-left: 20px; font-size: 14px; color: var(--ink-dim); }
.path li { margin-bottom: 7px; }
.path .btn { margin-top: auto; align-self: flex-start; }

.guide-head { padding: 54px 0 8px; max-width: 780px; }
.guide-head h1 { font-size: 34px; margin-bottom: 14px; }
.guide-meta { display: flex; gap: 14px; font-family: 'Roboto', system-ui, sans-serif; font-size: 12px; color: var(--ink-faint); margin-bottom: 20px; flex-wrap: wrap; }
.updated { font-family: 'Roboto', system-ui, sans-serif; font-size: 12px; color: var(--sage-deep); background: var(--sage-soft); display: inline-block; padding: 4px 10px; border-radius: 999px; margin-bottom: 18px; }
.guide-body { max-width: 780px; padding-bottom: 40px; }
.guide-body p { font-size: 15px; color: #3a342d; margin-bottom: 14px; }
.guide-body h2 { font-size: 22px; margin: 34px 0 10px; }
.guide-body h3 { font-size: 17px; margin: 24px 0 8px; color: var(--sage-deep); }
.guide-body ul, .guide-body ol { font-size: 15px; color: #3a342d; padding-left: 24px; margin: 0 0 14px; }
.guide-body li { margin-bottom: 7px; }
.cite { font-family: 'Roboto', system-ui, sans-serif; font-size: 12px; color: var(--ink-faint); }
.callout { border-left: 3px solid var(--clay); background: var(--clay-soft); padding: 14px 18px; border-radius: 0 12px 12px 0; margin: 18px 0; font-size: 14px; }
.callout b { color: var(--sage-deep); }
table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; background: var(--bg-card); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); }
thead th { text-align: left; font-family: 'Roboto', system-ui, sans-serif; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); font-weight: 500; padding: 12px 18px; background: var(--bg-card-2); }
tbody td { padding: 13px 18px; border-top: 1px solid var(--line); font-size: 14px; }
tbody td:first-child { font-weight: 600; color: var(--sage-deep); white-space: nowrap; }
.disclaim { font-size: 12.5px; color: var(--ink-faint); border-top: 1px solid var(--line); padding-top: 16px; margin-top: 32px; }

.about-body { max-width: 720px; padding: 54px 0 60px; }
.about-body h1 { font-size: 34px; margin-bottom: 18px; }
.about-body p { font-size: 15.5px; color: #3a342d; margin-bottom: 15px; }
.diff { margin: 24px 0; display: grid; gap: 12px; }
.diff-item { padding: 16px 20px; border-radius: 14px; }
.diff-item b { color: var(--sage-deep); font-family: 'Roboto', system-ui, sans-serif; }
.diff-item p { font-size: 14px; color: var(--ink-dim); margin: 4px 0 0; }
.mission { font-family: 'Roboto', system-ui, sans-serif; font-size: 19px; color: var(--sage-deep); border-left: 3px solid var(--clay); padding-left: 18px; margin: 28px 0; line-height: 1.4; }
.contact-box { background: var(--bg-card); border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; box-shadow: var(--shadow-sm); margin-top: 24px; font-size: 14.5px; }

.legal-body { max-width: 760px; padding: 54px 0 60px; }
.legal-body h1 { font-size: 32px; margin-bottom: 8px; }
.legal-body h2 { font-size: 19px; margin: 28px 0 8px; color: var(--sage-deep); }
.legal-body p { font-size: 14.5px; color: #3a342d; margin-bottom: 13px; }
.stub-badge { font-family: 'Roboto', system-ui, sans-serif; font-size: 12px; color: var(--clay-deep); background: var(--clay-soft); display: inline-block; padding: 5px 11px; border-radius: 999px; margin-bottom: 20px; }

footer { background: var(--ink); color: #cfc7ba; padding: 34px 0; margin-top: 20px; position: relative; z-index: 1; }
footer .wrap { display: flex; flex-direction: column; gap: 12px; }
footer .frow { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; width: 100%; font-size: 13px; }
footer .fbrand { font-family: 'Roboto', system-ui, sans-serif; font-size: 18px; color: #fff; margin-right: auto; }
footer a { color: #cfc7ba; }
footer a:hover { color: #fff; }
.legal { font-size: 11.5px; color: #8f877b; margin: 0; max-width: 78ch; }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; padding: 40px 0 26px; gap: 30px; }
  .hero h1 { font-size: 32px; }
  .seal { width: 210px; height: 210px; }
  .seal-inner .days { font-size: 46px; }
  .law-grid, .paths { grid-template-columns: 1fr; }
  .capture form { margin-left: 0; width: 100%; }
  .capture input { flex: 1; min-width: 0; }
  .nav { gap: 14px; }
  .nav-cta { display: none; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; } }

.form-error { font-size: 13px; color: var(--clay-deep); margin: -44px 0 54px; font-family: 'Roboto', system-ui, sans-serif; }
@media (max-width: 820px) { .form-error { margin: 10px 0 30px; } }

.legal-dates { font-family: 'Roboto', system-ui, sans-serif; font-size: 12.5px; color: var(--ink-faint); margin-bottom: 22px !important; }
.legal-body ul { font-size: 14.5px; color: #3a342d; padding-left: 22px; margin: 0 0 13px; }
.legal-body li { margin-bottom: 6px; }
.legal-caps { font-size: 12.5px !important; letter-spacing: .01em; color: var(--ink-dim) !important; line-height: 1.6; }

/* ---------- Round 2: expanded form ---------- */
.capture.expanded { display: block; padding: 26px 28px; }
.capture.expanded .cap-text { margin-bottom: 18px; }
.capture.expanded form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; margin: 0; align-items: start; }
.capture.expanded .field-group { width: 100%; }
.capture.expanded .field-group.full { grid-column: 1 / -1; }
.capture.expanded input, .capture.expanded select { width: 100%; min-width: 0; }
.capture.expanded select { border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 11px 14px; font-size: 14px; font-family: inherit; color: var(--ink); appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237a7168' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.capture.expanded select:focus { outline: 2px solid var(--sage); border-color: var(--sage); }
.interests { grid-column: 1 / -1; }
.interests > span.legend { font-size: 11px; font-family: 'Roboto', system-ui, sans-serif; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-faint); display: block; margin-bottom: 8px; }
.interest-opts { display: flex; flex-direction: column; gap: 10px; }
.chk { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ink); cursor: pointer; }
.capture.expanded .chk input, .chk input { width: 16px !important; height: 16px; min-width: 16px !important; max-width: 16px; margin: 0; flex: none; accent-color: var(--sage); cursor: pointer; padding: 0 !important; border: none !important; background: none !important; border-radius: 0 !important; }
.capture.expanded .submit-row { grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 2px; }
.capture.expanded .submit-note { font-size: 12px; color: var(--ink-faint); }

/* ---------- How Companza Works ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; counter-reset: step; }
.step { background: var(--bg-card); border: 1px solid var(--line); border-radius: 16px; padding: 22px 20px; box-shadow: var(--shadow-sm); position: relative; }
.step .num { width: 34px; height: 34px; border-radius: 999px; background: var(--sage); color: #fff; font-family: 'Roboto', system-ui, sans-serif; font-weight: 600; font-size: 17px; display: grid; place-items: center; margin-bottom: 14px; }
.step h3 { font-size: 16px; margin-bottom: 6px; }
.step p { font-size: 13.5px; color: var(--ink-dim); }

/* ---------- Requirements urgency ---------- */
.reqbox { background: var(--bg-card); border: 1px solid var(--line); border-left: 4px solid var(--clay); border-radius: 16px; padding: 26px 28px; margin-top: 24px; box-shadow: var(--shadow-sm); }
.reqbox .req-lead { font-size: 15px; color: var(--ink); margin-bottom: 14px; }
.reqbox .req-lead b { color: var(--clay-deep); }
.reqbox ul { margin: 0 0 16px; padding: 0; list-style: none; }
.reqbox li { font-size: 14.5px; color: #3a342d; padding: 9px 0 9px 30px; position: relative; border-top: 1px solid var(--line); }
.reqbox li:first-child { border-top: none; }
.reqbox li::before { content: ""; position: absolute; left: 2px; top: 12px; width: 16px; height: 16px; border-radius: 4px; background: var(--sage-soft); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%233f6b52' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.reqbox .closer { font-family: 'Roboto', system-ui, sans-serif; font-size: 17px; color: var(--sage-deep); margin: 0; }

/* ---------- FAQ ---------- */
.faq { margin-top: 26px; display: grid; gap: 10px; }
.faq details { background: var(--bg-card); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 17px 20px; font-family: 'Roboto', system-ui, sans-serif; font-weight: 600; font-size: 16px; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: 'Roboto', system-ui, sans-serif; font-weight: 400; font-size: 22px; color: var(--sage); line-height: 1; flex: none; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-a { padding: 0 20px 18px; font-size: 14.5px; color: #3a342d; }
.faq .faq-a a { font-weight: 500; }

/* ---------- Founding agencies ---------- */
.founding { background: linear-gradient(135deg, var(--sage-soft), var(--clay-soft)); border: 1px solid var(--line); border-radius: 20px; padding: 34px 32px; margin-top: 26px; }
.founding .badge { display: inline-block; font-family: 'Roboto', system-ui, sans-serif; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--clay-deep); background: #fff; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; }
.founding h2 { font-size: 26px; margin-bottom: 10px; }
.founding p { font-size: 15px; color: #3a342d; max-width: 60ch; margin-bottom: 14px; }
.founding ul { margin: 0 0 20px; padding-left: 20px; font-size: 14.5px; color: #3a342d; }
.founding li { margin-bottom: 7px; }
.founding .free-note { font-size: 12.5px; color: var(--ink-dim); font-style: italic; }

/* ---------- Pricing posture ---------- */
.pricing-note { background: var(--bg-card); border: 1px dashed rgba(92,138,111,.5); border-radius: 16px; padding: 24px 28px; margin-top: 24px; text-align: center; }
.pricing-note .k { font-family: 'Roboto', system-ui, sans-serif; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--clay-deep); margin-bottom: 10px; }
.pricing-note p { font-size: 16px; color: var(--ink); max-width: 60ch; margin: 0 auto; font-family: 'Roboto', system-ui, sans-serif; }

@media (max-width: 820px) {
  .capture.expanded form { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .steps { grid-template-columns: 1fr; }
}
