/* ==========================================================================
   Busy Bee Services Inc - styles.css
   Honey amber never carries white text. Amber blocks take INK text (9.3:1).
   Amber-toned text on white uses --honey-dk (5.4:1).
   ========================================================================== */

:root {
  --ink:       #12100E;
  --ink-2:     #26221D;
  --ink-3:     #3A3229;
  --honey:     #F0A500;
  --honey-lt:  #FFC24D;
  --honey-dk:  #8F6100;
  --honey-wash:#FDF3DC;
  --paper:     #FFFFFF;
  --paper-2:   #FBF8F2;
  --paper-3:   #F3EDE1;
  --line:      #E5DFD4;
  --line-2:    #D6CDBC;
  --muted:     #6B6257;
  --ok:        #1E7A4A;
  --alert:     #A33A1B;

  --display: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --wrap: 1150px;
  --r: 8px;
  --r-lg: 14px;
  --shadow: 0 1px 2px rgba(18,16,14,.05), 0 8px 22px rgba(18,16,14,.06);
  --shadow-lg: 0 2px 6px rgba(18,16,14,.07), 0 22px 50px rgba(18,16,14,.13);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
  color: var(--ink-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; height: auto; display: block; }

h1, h2, h3 {
  font-family: var(--display);
  color: var(--ink);
  line-height: 1.14;
  letter-spacing: -0.018em;
  margin: 0 0 .5em;
  font-weight: 600;
}
h4, h5 {
  font-family: var(--sans); font-weight: 700; color: var(--ink);
  line-height: 1.3; margin: 0 0 .5em; letter-spacing: -.01em;
}
h1 { font-size: clamp(2.2rem, 5.4vw, 3.7rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.55rem); }
h3 { font-size: clamp(1.2rem, 2.1vw, 1.5rem); }
h4 { font-size: 1.04rem; }
h5 { font-size: .95rem; }
p  { margin: 0 0 1.1em; }
a  { color: var(--honey-dk); text-underline-offset: 2px; }
a:hover { color: var(--ink); }

:focus-visible { outline: 3px solid var(--honey); outline-offset: 2px; border-radius: 3px; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 780px; }
.mid { max-width: 950px; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--ink); color: #fff; padding: 12px 18px; font-weight: 700;
}
.skip:focus { left: 0; color: #fff; }

/* ---------- Labels ---------- */
.eyebrow {
  font-family: var(--mono); font-size: .73rem; letter-spacing: .15em;
  text-transform: uppercase; color: var(--honey-dk); font-weight: 600; margin: 0 0 .9em;
}
.eyebrow.on-dark { color: var(--honey-lt); }

/* ---------- Honeycomb motif ---------- */
.comb {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97' viewBox='0 0 56 97'%3E%3Cg fill='none' stroke='%23F0A500' stroke-opacity='0.16' stroke-width='1'%3E%3Cpath d='M28 0l24.2 14v28L28 56 3.8 42V14z'/%3E%3Cpath d='M28 48.5l24.2 14v28L28 104.5 3.8 90.5v-28z'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- Topbar ---------- */
.topbar {
  background: var(--ink); color: #B8AF9F; font-size: .84rem; padding: 9px 0;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.topbar b { color: #fff; }
.topbar a { color: var(--honey-lt); font-weight: 700; text-decoration: none; white-space: nowrap; }
.topbar a:hover { color: #fff; text-decoration: underline; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.95);
  backdrop-filter: saturate(1.5) blur(10px); border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand:hover { color: inherit; }
.brand-mark { width: 38px; height: 38px; flex: 0 0 38px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.03; }
.brand-name {
  font-family: var(--display); font-weight: 700; font-size: 1.26rem; color: var(--ink); letter-spacing: -.02em;
}
.brand-sub {
  font-family: var(--mono); font-size: .58rem; letter-spacing: .17em; text-transform: uppercase;
  color: var(--muted); font-weight: 600; margin-top: 3px;
}

.nav { display: flex; align-items: center; gap: 4px; }
.nav > a:not(.btn), .nav .drop > button {
  color: var(--ink-2); text-decoration: none; font-weight: 600; font-size: .93rem;
  padding: 9px 12px; border-radius: var(--r); background: none; border: 0; cursor: pointer;
  font-family: var(--sans); display: inline-flex; align-items: center; gap: 5px;
}
.nav > a:not(.btn):hover, .nav .drop > button:hover { color: var(--honey-dk); background: var(--paper-2); }
.nav > a.btn { margin-left: 10px; }
.nav > a[aria-current="page"] { color: var(--honey-dk); }

.drop { position: relative; }
.drop-menu {
  display: none; position: absolute; top: calc(100% + 6px); left: 0; min-width: 268px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg); padding: 8px; z-index: 70;
}
.drop.open .drop-menu { display: block; }
.drop-menu a {
  display: block; padding: 9px 12px; border-radius: var(--r); color: var(--ink-2);
  text-decoration: none; font-size: .92rem; font-weight: 600;
}
.drop-menu a:hover { background: var(--honey-wash); color: var(--ink); }
.drop-menu .sep { height: 1px; background: var(--line); margin: 7px 4px; }

.hamburger {
  display: none; background: none; border: 1px solid var(--line); border-radius: var(--r);
  width: 44px; height: 44px; padding: 0; cursor: pointer; align-items: center; justify-content: center;
}
.hamburger span { display: block; width: 19px; height: 2px; background: var(--ink); position: relative; }
.hamburger span::before, .hamburger span::after {
  content: ""; position: absolute; left: 0; width: 19px; height: 2px; background: var(--ink);
}
.hamburger span::before { top: -6px; }
.hamburger span::after { top: 6px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; border-radius: var(--r); font-weight: 700; font-size: 1rem;
  text-decoration: none; border: 2px solid transparent; cursor: pointer; line-height: 1.2;
  font-family: var(--sans);
  transition: transform .12s ease, background .15s ease, border-color .15s ease;
}
.btn:hover { transform: translateY(-1px); }
@media (prefers-reduced-motion: reduce) { .btn:hover { transform: none; } }

/* Amber ALWAYS carries ink text. Never white on amber. */
.btn-honey { background: var(--honey); color: var(--ink); border-color: var(--honey); }
.btn-honey:hover { background: var(--honey-lt); color: var(--ink); border-color: var(--honey-lt); }

.btn-ink { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-ink:hover { background: var(--ink-3); color: #fff; border-color: var(--ink-3); }

.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); }

.btn-ghost-lt { background: transparent; color: #fff; border-color: rgba(255,255,255,.36); }
.btn-ghost-lt:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }

.btn-lg { padding: 17px 32px; font-size: 1.07rem; }
.btn-sm { padding: 10px 18px; font-size: .9rem; }
.btn-block { width: 100%; }
.tnum { font-variant-numeric: tabular-nums; }

/* ---------- Sections ---------- */
section { padding: 78px 0; }
.sec-tight { padding: 52px 0; }
.sec-alt { background: var(--paper-2); }
.sec-wash { background: var(--honey-wash); }
.sec-dark { background: var(--ink); color: #B8AF9F; position: relative; overflow: hidden; }
.sec-dark > .wrap { position: relative; z-index: 1; }
.sec-dark h1, .sec-dark h2, .sec-dark h3, .sec-dark h4 { color: #fff; }
.sec-dark a { color: var(--honey-lt); }
.sec-dark .lead { color: #A79D8D; }

.sec-head { max-width: 730px; margin-bottom: 44px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.lead { font-size: 1.14rem; color: var(--muted); margin-bottom: 0; }

/* ---------- Hero ---------- */
.hero {
  background: var(--ink); color: #B8AF9F; position: relative; overflow: hidden; padding: 0;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(760px 380px at 84% 6%, rgba(240,165,0,.18), transparent 62%),
    radial-gradient(520px 300px at 2% 98%, rgba(240,165,0,.09), transparent 60%);
}
.hero .wrap { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 54px; align-items: center; padding: 78px 0 84px; }
.hero-solo { padding: 66px 0 70px; max-width: 860px; }
.hero h1 { color: #fff; margin-bottom: .36em; }
.hero h1 .accent { color: var(--honey); }
.hero-sub { font-size: 1.16rem; color: #A79D8D; max-width: 36em; margin-bottom: 1.9em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 30px; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 10px 24px; font-size: .87rem; color: #8F8676;
  padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12);
}
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { flex: 0 0 15px; color: var(--honey); }

/* Range panel */
.range-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--r-lg); padding: 30px; backdrop-filter: blur(6px);
}
.range-card .kicker {
  font-family: var(--mono); font-size: .69rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--honey-lt); font-weight: 600; margin-bottom: 12px;
}
.range-card .big {
  font-family: var(--display); font-size: clamp(1.8rem, 4.2vw, 2.5rem); font-weight: 700;
  color: #fff; letter-spacing: -.03em; line-height: 1.05; margin-bottom: 8px;
}
.range-card .note { font-size: .89rem; color: #8F8676; margin: 0 0 22px; }
.range-card ul { list-style: none; margin: 22px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.13); }
.range-card li { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; color: #A79D8D; margin-bottom: 11px; }
.range-card li:last-child { margin-bottom: 0; }
.range-card li svg { flex: 0 0 16px; margin-top: 4px; color: var(--honey); }

/* ---------- Grid + cards ---------- */
.grid { display: grid; gap: 22px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 28px; box-shadow: var(--shadow);
}
.card h3, .card h4 { margin-bottom: .45em; }
.card p:last-child { margin-bottom: 0; }
.card-link { text-decoration: none; color: inherit; display: block; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.card-link:hover { border-color: var(--honey); box-shadow: var(--shadow-lg); transform: translateY(-2px); color: inherit; }
@media (prefers-reduced-motion: reduce) { .card-link:hover { transform: none; } }

.card-icon {
  width: 46px; height: 46px; border-radius: var(--r); background: var(--honey-wash);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: var(--honey-dk);
}
.card-icon svg { width: 23px; height: 23px; }

/* Product card with a spec table */
.prod .amt {
  font-family: var(--display); font-size: 1.5rem; font-weight: 700; color: var(--ink);
  letter-spacing: -.025em; line-height: 1.1; margin: 0 0 4px;
}
.prod .amt-l { font-family: var(--mono); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); margin: 0 0 18px; }
.spec { list-style: none; margin: 0 0 18px; padding: 0; }
.spec li {
  display: flex; justify-content: space-between; gap: 14px; padding: 9px 0;
  border-bottom: 1px solid var(--line); font-size: .92rem;
}
.spec li:last-child { border-bottom: 0; }
.spec .k { color: var(--muted); }
.spec .v { color: var(--ink); font-weight: 700; text-align: right; }

.more { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; font-weight: 700; font-size: .93rem; color: var(--honey-dk); text-decoration: none; }
.card-link:hover .more { gap: 10px; }

/* ---------- Checklist ---------- */
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 13px; font-size: 1rem; }
.checklist li:last-child { margin-bottom: 0; }
.checklist svg { flex: 0 0 19px; margin-top: 4px; color: var(--ok); }
.checklist b { color: var(--ink); }
.sec-dark .checklist li { color: #B8AF9F; }
.sec-dark .checklist b { color: #fff; }
.sec-dark .checklist svg { color: var(--honey); }

/* ---------- Steps ---------- */
.steps { counter-reset: s; display: grid; gap: 26px; grid-template-columns: repeat(4, 1fr); }
.steps.s3 { grid-template-columns: repeat(3, 1fr); }
.step { position: relative; padding-top: 56px; }
.step::before {
  counter-increment: s; content: counter(s);
  position: absolute; top: 0; left: 0; width: 42px; height: 42px;
  background: var(--honey); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 700; font-size: 1.1rem;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.step h4 { margin-bottom: .35em; }
.step p { font-size: .95rem; color: var(--muted); margin: 0; }
.sec-dark .step p { color: #A79D8D; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.stats.s3 { grid-template-columns: repeat(3, 1fr); }
.stat .n {
  font-family: var(--display); font-size: clamp(1.9rem, 4.2vw, 2.8rem); font-weight: 700;
  color: var(--honey); letter-spacing: -.03em; line-height: 1; margin-bottom: 8px; font-variant-numeric: tabular-nums;
}
.stat .l { font-size: .93rem; color: #8F8676; }
.sec-alt .stat .n, .sec-wash .stat .n { color: var(--honey-dk); }
.sec-alt .stat .l, .sec-wash .stat .l { color: var(--muted); }

/* ---------- Industries ---------- */
.ind-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ind {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  padding: 18px 20px; display: flex; gap: 12px; align-items: flex-start;
}
.ind svg { flex: 0 0 20px; margin-top: 3px; color: var(--honey-dk); }
.ind b { display: block; color: var(--ink); font-size: .97rem; margin-bottom: 2px; }
.ind span { font-size: .86rem; color: var(--muted); line-height: 1.45; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; padding: 21px 46px 21px 0; font-weight: 700; color: var(--ink);
  font-size: 1.04rem; list-style: none; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 400; color: var(--honey-dk); line-height: 1;
}
.faq details[open] summary::after { content: "\2212"; }
.faq summary:hover { color: var(--honey-dk); }
.faq .body { padding: 0 46px 23px 0; color: var(--muted); }
.faq .body p:last-child { margin-bottom: 0; }

/* ---------- Callout ---------- */
.callout { background: var(--honey-wash); border: 1px solid #EFD9A4; padding: 22px 26px; border-radius: var(--r); margin: 30px 0; }
.callout p:last-child { margin-bottom: 0; }
.callout .callout-t { display: block; font-weight: 700; color: var(--ink); margin-bottom: 6px; font-size: .96rem; }
.callout.plain { background: var(--paper-2); border-color: var(--line); }

/* ---------- Disclosure ---------- */
.disclosure {
  font-size: .82rem; color: var(--muted); line-height: 1.6;
  border-top: 1px solid var(--line); padding-top: 20px; margin-top: 34px;
}
.sec-dark .disclosure { color: #8F8676; border-top-color: rgba(255,255,255,.12); }

/* ==========================================================================
   APPLICATION FORM
   ========================================================================== */
.app-shell { display: grid; grid-template-columns: 260px 1fr; gap: 44px; align-items: start; }

.app-rail { position: sticky; top: 100px; }
.app-rail h4 {
  font-family: var(--mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); font-weight: 600; margin-bottom: 14px;
}
.app-rail ol { list-style: none; margin: 0; padding: 0; counter-reset: r; }
.app-rail li { counter-increment: r; }
.app-rail a {
  display: flex; gap: 11px; align-items: baseline; padding: 9px 12px; border-radius: var(--r);
  color: var(--ink-2); text-decoration: none; font-size: .91rem; font-weight: 600; line-height: 1.35;
}
.app-rail a::before {
  content: counter(r); font-family: var(--mono); font-size: .74rem; color: var(--muted);
  flex: 0 0 14px; font-weight: 600;
}
.app-rail a:hover { background: var(--honey-wash); color: var(--ink); }
.app-rail a.on { background: var(--ink); color: #fff; }
.app-rail a.on::before { color: var(--honey); }

.fset {
  border: 1px solid var(--line); border-radius: var(--r-lg); padding: 0; margin: 0 0 24px;
  background: var(--paper); box-shadow: var(--shadow); scroll-margin-top: 100px;
}
/* The visible section header is a plain div inside the fieldset. The <legend> is
   kept for assistive tech only, which avoids every <legend> layout quirk. */
.fset > legend.sr-only {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.fset-head {
  display: flex; gap: 15px; align-items: center;
  padding: 20px 26px; border-bottom: 1px solid var(--line);
  background: var(--paper-2); border-radius: var(--r-lg) var(--r-lg) 0 0; width: 100%;
}
.fset-n {
  flex: 0 0 34px; height: 34px; background: var(--honey); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 700; font-size: 1rem;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.fset-head > span:last-child { display: block; }
.fset-t { display: block; font-family: var(--display); font-size: 1.24rem; font-weight: 700; color: var(--ink); line-height: 1.2; }
.fset-d { display: block; font-size: .86rem; color: var(--muted); margin-top: 3px; line-height: 1.4; }
.fset-body { padding: 26px; }

.frow { display: grid; gap: 18px; margin-bottom: 18px; }
.frow:last-child { margin-bottom: 0; }
.f2 { grid-template-columns: 1fr 1fr; }
.f3 { grid-template-columns: 1fr 1fr 1fr; }
.f21 { grid-template-columns: 2fr 1fr; }
.f12 { grid-template-columns: 1fr 2fr; }

.fld { display: flex; flex-direction: column; }
.fld > label {
  font-size: .84rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; letter-spacing: -.005em;
}
.fld .hint { font-size: .78rem; color: var(--muted); font-weight: 400; margin-top: 5px; line-height: 1.45; }
.req { color: var(--alert); font-weight: 700; }

.fld input[type="text"], .fld input[type="email"], .fld input[type="tel"],
.fld input[type="date"], .fld input[type="number"], .fld select, .fld textarea {
  font-family: var(--sans); font-size: 1rem; color: var(--ink);
  padding: 12px 14px; border: 1px solid var(--line-2); border-radius: var(--r);
  background: var(--paper); width: 100%; line-height: 1.4;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.fld textarea { resize: vertical; min-height: 96px; }
.fld input:hover, .fld select:hover, .fld textarea:hover { border-color: var(--muted); }
.fld input:focus, .fld select:focus, .fld textarea:focus {
  outline: none; border-color: var(--honey); box-shadow: 0 0 0 3px rgba(240,165,0,.22);
}
.fld input::placeholder, .fld textarea::placeholder { color: #A79D8D; }

.money { position: relative; }
.money input { padding-left: 30px; }
.money::before {
  content: "$"; position: absolute; left: 13px; top: 50%; transform: translateY(-50%);
  color: var(--muted); font-weight: 700; pointer-events: none; z-index: 1;
}

/* Choice chips: radio and checkbox styled as selectable tiles */
.choices { display: flex; flex-wrap: wrap; gap: 9px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; width: 0; height: 0; }
.choice span {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 17px; border: 1px solid var(--line-2); border-radius: 100px;
  font-size: .93rem; font-weight: 600; color: var(--ink-2); cursor: pointer; background: var(--paper);
  transition: border-color .12s ease, background .12s ease, color .12s ease;
  user-select: none;
}
.choice span::before {
  content: ""; width: 15px; height: 15px; border: 2px solid var(--line-2); border-radius: 50%;
  flex: 0 0 15px; transition: border-color .12s ease, background .12s ease, box-shadow .12s ease;
}
.choice input[type="checkbox"] + span::before { border-radius: 4px; }
.choice span:hover { border-color: var(--muted); }
.choice input:checked + span {
  border-color: var(--ink); background: var(--ink); color: #fff;
}
.choice input:checked + span::before { border-color: var(--honey); background: var(--honey); box-shadow: inset 0 0 0 2px var(--ink); }
.choice input:focus-visible + span { outline: 3px solid var(--honey); outline-offset: 2px; }

.yn { display: flex; gap: 9px; align-items: center; }

/* Consent block */
.consent {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px; font-size: .87rem; line-height: 1.62; color: var(--muted); max-height: 260px; overflow-y: auto;
}
.consent p:last-child { margin-bottom: 0; }
.agree { display: flex; gap: 12px; align-items: flex-start; margin-top: 20px; }
.agree input { width: 21px; height: 21px; flex: 0 0 21px; margin-top: 2px; accent-color: var(--honey); }
.agree label { font-size: .95rem; color: var(--ink); font-weight: 600; line-height: 1.5; }
.agree-optional {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 18px; margin-top: 16px;
}
.agree-optional label { font-size: .86rem; font-weight: 400; color: var(--muted); line-height: 1.6; }
.agree-optional .agree-t {
  display: block; font-family: var(--mono); font-size: .68rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--honey-dk); font-weight: 600; margin-bottom: 7px;
}
.agree-optional b { color: var(--ink); }

.app-submit {
  background: var(--ink); border-radius: var(--r-lg); padding: 30px; margin-top: 8px;
  display: flex; gap: 24px; align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.app-submit p { color: #A79D8D; font-size: .9rem; margin: 0; max-width: 44ch; line-height: 1.55; }
.app-submit p b { color: #fff; }

.app-alt {
  display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
  padding: 20px 24px; background: var(--honey-wash); border: 1px solid #EFD9A4;
  border-radius: var(--r-lg); margin-bottom: 30px;
}
.app-alt svg { flex: 0 0 22px; color: var(--honey-dk); }
.app-alt .t { font-weight: 700; color: var(--ink); font-size: .98rem; }
.app-alt .d { font-size: .88rem; color: var(--muted); }

.formnote { font-size: .84rem; color: var(--muted); margin-top: 18px; }

/* Progress */
.app-prog {
  height: 4px; background: var(--paper-3); border-radius: 100px; overflow: hidden; margin-bottom: 28px;
}
.app-prog i {
  display: block; height: 100%; background: var(--honey); width: 100%;
  transform: scaleX(0); transform-origin: left center; transition: transform .3s ease;
}

/* ---------- Final CTA ---------- */
.final { background: var(--ink); color: #B8AF9F; text-align: center; padding: 86px 0; position: relative; overflow: hidden; }
.final > .wrap { position: relative; z-index: 1; }
.final h2 { color: #fff; margin-bottom: .4em; }
.final .lead { color: #A79D8D; margin: 0 auto 32px; max-width: 42em; }
.final .btns { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: #0B0A09; color: #8F8676; padding: 60px 0 0; font-size: .93rem; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 46px; }
.site-footer h4 {
  color: #fff; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase;
  font-family: var(--mono); font-weight: 600; margin-bottom: 16px;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: #8F8676; text-decoration: none; }
.site-footer a:hover { color: var(--honey-lt); text-decoration: underline; }
.foot-brand .brand-name { color: #fff; }
.foot-brand .brand-sub { color: #6B6357; }
.foot-blurb { margin: 16px 0 18px; line-height: 1.6; max-width: 32em; }
.foot-contact { list-style: none; padding: 0; margin: 0; }
.foot-contact li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; }
.foot-contact svg { flex: 0 0 16px; margin-top: 4px; color: var(--honey); }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,.09); padding: 22px 0 28px;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .84rem; color: #635C51;
}
.foot-legal { max-width: 100%; padding: 0 0 22px; font-size: .78rem; color: #635C51; line-height: 1.6; }

/* ---------- Reveal ---------- */
.reveal { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
  .js .reveal.in { opacity: 1; transform: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1040px) {
  .app-shell { grid-template-columns: 1fr; gap: 26px; }
  .app-rail { position: static; }
  .app-rail ol { display: flex; flex-wrap: wrap; gap: 6px; }
  .app-rail a { padding: 8px 13px; border: 1px solid var(--line); border-radius: 100px; font-size: .85rem; }
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding: 58px 0 64px; }
  .g4, .ind-grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .steps.s3 { grid-template-columns: repeat(2, 1fr); }
  .stats, .stats.s3 { grid-template-columns: repeat(2, 1fr); gap: 26px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .f3 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  section { padding: 56px 0; }

  .hamburger { display: flex; }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper);
    border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0;
    padding: 8px 0; box-shadow: var(--shadow-lg); max-height: 78vh; overflow-y: auto;
  }
  .nav.open { display: flex; }
  .nav > a:not(.btn), .nav .drop > button { padding: 13px 22px; border-radius: 0; font-size: 1rem; width: 100%; justify-content: space-between; }
  .nav > a.btn { margin: 10px 22px; width: calc(100% - 44px); }
  .drop-menu {
    position: static; display: none; box-shadow: none; border: 0; border-radius: 0;
    background: var(--paper-2); padding: 4px 0 8px; min-width: 0;
  }
  .drop.open .drop-menu { display: block; }
  .drop-menu a { padding: 11px 34px; font-size: .94rem; }
  .site-header .wrap { position: relative; }

  .g2, .g3, .g4, .ind-grid { grid-template-columns: 1fr; }
  .steps, .steps.s3 { grid-template-columns: 1fr; gap: 22px; }
  .stats, .stats.s3 { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr; gap: 30px; }
  .f2, .f3, .f21, .f12 { grid-template-columns: 1fr; }
  .hero-cta .btn, .final .btns .btn { width: 100%; }
  .app-submit { flex-direction: column; align-items: stretch; }
  .app-submit .btn { width: 100%; }
  .fset-body { padding: 20px; }
  .fset-head { padding: 16px 20px; }
  .topbar .hide-sm { display: none; }
}

/* Footer legal links */
.foot-legal-links { display: inline-flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.foot-legal-links a { text-decoration: underline; text-underline-offset: 2px; }
