/* ============================================================
   R BRAGA ENGENHARIA — per-section styles
   ============================================================ */

/* ---------------- TOP BAR (destaque) ---------------- */
.topbar {
  background: var(--accent);
  color: #fff;
  position: relative;
  z-index: 51;
}
.topbar__in {
  display: flex; align-items: center; justify-content: center;
  gap: 11px; min-height: 42px; padding-block: 8px; text-align: center;
}
.topbar svg { width: 18px; height: 18px; flex: none; opacity: .92; }
.topbar__text {
  font-size: 14px; font-weight: 500; line-height: 1.35;
  color: color-mix(in oklab, #fff 90%, var(--accent));
}
.topbar__text b { font-weight: 700; color: #fff; }
.topbar__strong {
  margin-left: 8px; font-weight: 700; color: #fff;
  border-left: 1px solid color-mix(in oklab, #fff 45%, transparent);
  padding-left: 8px; white-space: nowrap;
}
@media (max-width: 560px) {
  .topbar__in { gap: 9px; padding-block: 9px; }
  .topbar svg { width: 16px; height: 16px; }
  .topbar__text { font-size: 12.5px; }
  .topbar__strong { display: block; margin-left: 0; border-left: 0; padding-left: 0; }
}

/* ---------------- NAV ---------------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: saturate(180%) blur(12px);
  background: color-mix(in oklab, var(--bg) 82%, transparent);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.nav[data-stuck="true"] { border-bottom-color: var(--hair); }
.nav__in { display: flex; align-items: center; gap: 24px; height: 68px; }
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand__logo {
  width: 42px; height: 42px; border-radius: 10px;
  background: #fff; overflow: hidden; flex: none;
  display: grid; place-items: center;
  box-shadow: var(--sh-sm); border: 1px solid var(--hair);
}
.brand__logo img { width: 100%; height: 100%; object-fit: contain; }
.brand__name { display: flex; flex-direction: column; line-height: 1.08; }
.brand__name b { font-weight: 650; font-size: 15.5px; letter-spacing: -0.01em; white-space: nowrap; }
.brand__name span { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; }
.nav__links { display: flex; gap: 4px; }
.nav__links a {
  font-size: 14.5px; color: var(--ink-2); padding: 8px 13px; border-radius: 8px;
  transition: color .18s, background .18s; white-space: nowrap;
}
.nav__links a:hover { color: var(--ink); background: var(--surface-2); }
.nav__cta { display: flex; align-items: center; gap: 10px; }
.nav__burger { display: none; }
.nav__cta-short { display: none; }
@media (max-width: 1040px) {
  .nav__links { display: none; }
}
@media (max-width: 600px) {
  .nav__cta .btn-ghost { display: none; }
  .brand__name b { font-size: 14px; }
  .brand__name span { display: none; }
  .nav__cta-full { display: none; }
  .nav__cta-short { display: inline; }
  .nav__in { gap: 12px; }
  .nav__cta .btn-primary { padding: 11px 16px; font-size: 14px; }
}
@media (max-width: 360px) {
  .brand__logo { width: 36px; height: 36px; }
  .brand__name b { font-size: 13px; }
}

/* ---------------- HERO ---------------- */
.hero { padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(48px, 6vw, 96px); overflow: hidden; }
.hero__grid {
  display: grid; grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 72px); align-items: center;
}
.hero__copy { max-width: 800px; }
.hero__chip {
  display: inline-flex; align-items: center; gap: 9px; white-space: nowrap;
  font-size: 13px; font-weight: 500; color: var(--ink-2);
  background: var(--surface); border: 1px solid var(--hair);
  padding: 7px 13px 7px 9px; border-radius: 100px; box-shadow: var(--sh-sm);
  margin-bottom: 26px;
}
.hero__chip-div { width: 1px; height: 13px; background: var(--hair); flex: none; }
.hero__chip-cnpj { font-family: var(--mono); font-size: 12px; letter-spacing: 0.02em; color: var(--ink-3); }
@media (max-width: 460px) {
  .hero__chip { flex-wrap: wrap; white-space: normal; border-radius: var(--r-md); }
  .hero__chip-div { display: none; }
}
.hero__chip .dot { width: 7px; height: 7px; border-radius: 50%; background: #1f9d55; box-shadow: 0 0 0 3px color-mix(in oklab, #1f9d55 22%, transparent); }
.hero__chip b { color: var(--ink); font-weight: 600; }
.hero h1 {
  font-size: clamp(34px, 5.2vw, 62px);
  letter-spacing: -0.03em; line-height: 1.02;
}
.hero h1 .strike { position: relative; color: var(--ink-3); white-space: nowrap; }
.hero h1 .strike::after {
  content: ""; position: absolute; left: -2px; right: -2px; top: 52%; height: 3px;
  background: var(--steel); transform: rotate(-3deg); border-radius: 2px;
}
.hero h1 .hl { color: var(--accent-ink); }
.hero__lede { margin-top: 24px; font-size: clamp(16px, 1.5vw, 19.5px); color: var(--ink-2); max-width: 50ch; line-height: 1.55; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero__signals { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--hair); }
.signal { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-2); }
.signal svg { width: 18px; height: 18px; color: var(--accent); flex: none; }
.signal b { color: var(--ink); font-weight: 600; }

/* hero visual — laudo document card */
.hero__visual { position: relative; }
.hero__doc {
  background: var(--surface); border: 1px solid var(--hair);
  border-radius: var(--r-lg); box-shadow: var(--sh-lg);
  padding: clamp(22px, 2.4vw, 30px); width: 100%;
}
.hero__doc-head { display: flex; align-items: center; justify-content: space-between; }
.hero__doc-kicker { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-ink); }
.hero__doc-ref { font-family: var(--mono); font-size: 11.5px; color: var(--ink-3); letter-spacing: 0.04em; }
.hero__doc-title { font-size: clamp(18px, 1.8vw, 22px); font-weight: 650; letter-spacing: -0.02em; margin-top: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--hair); }
.hero__doc-meta { display: flex; flex-direction: column; gap: 12px; margin: 18px 0; }
.hero__doc-meta > div { display: flex; flex-direction: column; gap: 2px; }
.hero__doc-meta span { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.hero__doc-meta b { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.hero__doc-checklist { display: flex; flex-direction: column; gap: 10px; padding: 16px; background: var(--surface-2); border: 1px solid var(--hair-2); border-radius: var(--r-md); }
.hero__doc-cl-label { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.hero__doc-cl-row { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 500; color: var(--ink); }
.hero__doc-cl-row svg { width: 16px; height: 16px; color: var(--accent); flex: none; }
.hero__doc-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-top: 20px; }
.hero__doc-sign { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.hero__doc-sign .line { height: 1.5px; background: var(--ink); opacity: .55; max-width: 160px; }
.hero__doc-sign .cap { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.04em; color: var(--ink-3); }
.hero__doc-stamp {
  display: inline-flex; align-items: center; gap: 7px; flex: none;
  font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 0.08em;
  color: var(--accent-ink); border: 1.5px solid var(--accent-line); border-radius: 8px;
  padding: 8px 12px; transform: rotate(-4deg); background: var(--accent-soft);
}
.hero__doc-stamp svg { width: 16px; height: 16px; }
.hero__badge {
  position: absolute; left: -22px; bottom: 34px;
  background: var(--surface); border: 1px solid var(--hair);
  border-radius: var(--r-md); padding: 14px 16px; box-shadow: var(--sh-lg);
  display: flex; align-items: center; gap: 12px; max-width: 230px;
}
.hero__badge .seal {
  width: 40px; height: 40px; border-radius: 9px; flex: none;
  background: var(--accent-soft); color: var(--accent-ink);
  display: grid; place-items: center;
}
.hero__badge .seal svg { width: 21px; height: 21px; }
.hero__badge .t { font-size: 13px; line-height: 1.3; }
.hero__badge .t b { display: block; font-size: 13.5px; font-weight: 650; color: var(--ink); }
.hero__badge .t span { font-family: var(--mono); font-size: 11px; color: var(--ink-3); letter-spacing: 0.04em; }
.hero__crea {
  position: absolute; top: 20px; right: -14px; white-space: nowrap;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  background: var(--ink); color: var(--bg); padding: 7px 12px; border-radius: 7px;
  box-shadow: var(--sh-md);
}
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__visual { max-width: 460px; }
  .hero__badge { left: 0; }
  .hero__crea { right: 12px; }
}

/* ---------------- THESIS ---------------- */
.thesis__head { max-width: 64ch; margin-bottom: clamp(36px, 4vw, 56px); }
.compare {
  display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  gap: clamp(16px, 2.5vw, 36px); align-items: stretch;
}
.compare__col {
  background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-lg);
  padding: clamp(22px, 2.6vw, 32px); box-shadow: var(--sh-sm);
}
.compare__col.is-good { border-color: var(--accent-line); box-shadow: var(--sh-md); }
.compare__label { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.compare__label .ic { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; flex: none; }
.compare__label .ic svg { width: 17px; height: 17px; }
.is-bad .ic { background: color-mix(in oklab, var(--steel) 16%, var(--surface)); color: var(--steel); }
.is-good .ic { background: var(--accent-soft); color: var(--accent-ink); }
.compare__label b { font-size: 16px; font-weight: 650; }
.compare__label .mono-tag { margin-left: auto; }
.compare__list { display: flex; flex-direction: column; gap: 14px; }
.compare__row { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--ink-2); }
.compare__row svg { width: 18px; height: 18px; flex: none; margin-top: 1px; }
.is-bad .compare__row svg { color: var(--steel); }
.is-good .compare__row svg { color: var(--accent); }
.is-good .compare__row b { color: var(--ink); font-weight: 600; }
.compare__vs {
  align-self: center; font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em;
  color: var(--ink-3); border: 1px solid var(--hair); border-radius: 100px;
  width: 46px; height: 46px; display: grid; place-items: center; background: var(--bg);
}
.thesis__urgency { margin-top: clamp(44px, 5.5vw, 72px); }
.thesis__urgency-title { font-size: clamp(22px, 2.8vw, 32px); letter-spacing: -0.02em; margin-top: 14px; max-width: 24ch; }
.tpoint { display: flex; gap: 13px; }
.tpoint .n { font-family: var(--mono); font-size: 13px; color: var(--accent-ink); padding-top: 2px; }
.tpoint p { font-size: 14.5px; color: var(--ink-2); }
.tpoint b { color: var(--ink); display: block; margin-bottom: 3px; font-weight: 600; font-size: 15px; }
@media (max-width: 860px) {
  .compare { grid-template-columns: 1fr; }
  .compare__vs { justify-self: center; }
  .thesis__points { grid-template-columns: 1fr; gap: 18px; }
}
.args__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; background: var(--hair); border: 1px solid var(--hair); border-radius: var(--r-lg); overflow: hidden; }
.argcard {
  background: var(--surface); padding: clamp(24px, 2.4vw, 34px);
  display: flex; flex-direction: column; gap: 14px; position: relative;
  transition: background .25s var(--ease);
}
.argcard:hover { background: var(--surface-2); }
.argcard__num { font-family: var(--mono); font-size: 12px; color: var(--ink-3); letter-spacing: 0.06em; }
.argcard__ic { width: 42px; height: 42px; border-radius: 10px; background: var(--accent-soft); color: var(--accent-ink); display: grid; place-items: center; }
.argcard__ic svg { width: 22px; height: 22px; }
.argcard h3 { font-size: 19px; letter-spacing: -0.02em; }
.argcard__lede { font-size: 15px; color: var(--ink); font-weight: 540; }
.argcard__body { font-size: 14.5px; color: var(--ink-2); line-height: 1.55; }
.argcard__sig { margin-top: auto; padding-top: 14px; display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.04em; color: var(--accent-ink); text-transform: uppercase; }
.argcard__sig::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
@media (max-width: 620px) { .args__grid { grid-template-columns: 1fr; } }

/* ---------------- CLIENTS (discreet logo strip) ---------------- */
.clients__head { text-align: center; max-width: 40ch; margin: 0 auto clamp(36px, 4vw, 56px); }
.eyebrow--center { display: inline-flex; }
.clients__title { font-size: clamp(22px, 2.8vw, 34px); letter-spacing: -0.02em; margin-top: 14px; }
.clients__strip {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: clamp(24px, 3.2vw, 46px);
}
.clientlogo { display: grid; place-items: center; height: 56px; }
.clientlogo img {
  max-height: 56px; max-width: 150px; width: auto; height: auto; object-fit: contain;
  filter: grayscale(1); opacity: .55;
  transition: filter .3s var(--ease), opacity .3s var(--ease);
}
.clientlogo:hover img { filter: grayscale(0); opacity: 1; }
/* the tall army badge reads small at row height — give it a touch more */
.clientlogo:nth-child(3) img { max-height: 64px; }
.clients__disc { text-align: center; font-size: 12.5px; color: var(--ink-3); margin-top: clamp(28px, 3.5vw, 44px); max-width: 60ch; margin-inline: auto; }

/* dark mode: render logos as light monochrome silhouettes so they read on dark bg */
[data-theme="dark"] .clientlogo img { filter: grayscale(1) brightness(0) invert(1); opacity: .62; }
[data-theme="dark"] .clientlogo:hover img { filter: grayscale(1) brightness(0) invert(1); opacity: 1; }

@media (max-width: 680px) { .clients__strip { gap: 28px 40px; } .clientlogo { height: 44px; } .clientlogo img { max-height: 44px; max-width: 120px; } .clientlogo:nth-child(3) img { max-height: 52px; } }

/* ---------------- PATHOLOGIES (visual, clean) ---------------- */
.patho__head { text-align: center; max-width: 60ch; margin: 0 auto clamp(36px, 4vw, 52px); }
.patho__title { font-size: clamp(26px, 3.6vw, 42px); letter-spacing: -0.02em; margin-top: 14px; }
.patho__sub { font-size: clamp(15px, 1.4vw, 18px); color: var(--ink-2); line-height: 1.55; margin-top: 16px; max-width: 64ch; margin-inline: auto; }

.patho__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pathocard {
  position: relative; margin: 0; border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 4 / 5; background: var(--surface-2); box-shadow: var(--sh-sm);
}
.pathocard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.pathocard:hover img { transform: scale(1.05); }
.pathocard::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,11,15,.82) 0%, rgba(8,11,15,.30) 38%, transparent 62%);
}
.pathocard__label {
  position: absolute; left: 20px; bottom: 18px; z-index: 2; color: #fff;
  font-size: clamp(16px, 1.6vw, 20px); font-weight: 650; letter-spacing: -0.01em;
  text-shadow: 0 1px 10px rgba(0,0,0,.5);
}

.patho__cta { display: flex; justify-content: center; margin-top: clamp(30px, 3.6vw, 44px); }

@media (max-width: 760px) {
  .patho__grid { grid-template-columns: 1fr; gap: 16px; }
  .pathocard { aspect-ratio: 16 / 11; }
  .patho__cta .btn { width: 100%; justify-content: center; }
}

/* ---------------- PULL BAND ---------------- */
.pull { background: var(--ink); color: var(--bg); position: relative; overflow: hidden; }
.pull__bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; }
.pull__in { position: relative; padding-block: clamp(56px, 7vw, 96px); }
.pull p { font-size: clamp(24px, 3.4vw, 42px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.12; max-width: 20ch; }
.pull .hl { color: color-mix(in oklab, var(--accent) 62%, white); }
.pull__sig { margin-top: 26px; font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.1em; color: color-mix(in oklab, var(--bg) 64%, transparent); text-transform: uppercase; }

/* ---------------- WHY NOW ---------------- */
.whynow__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 44px; }
.whycard { background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-lg); padding: clamp(24px, 2.4vw, 32px); box-shadow: var(--sh-sm); display: flex; flex-direction: column; gap: 14px; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.whycard:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.whycard__top { display: flex; align-items: center; justify-content: space-between; }
.whycard__ic { width: 44px; height: 44px; border-radius: 11px; border: 1px solid var(--accent-line); color: var(--accent-ink); display: grid; place-items: center; }
.whycard__ic svg { width: 22px; height: 22px; }
.whycard__idx { font-family: var(--mono); font-size: 28px; font-weight: 300; color: var(--hair); letter-spacing: -0.04em; }
.whycard h3 { font-size: 19px; }
.whycard p { font-size: 14.5px; color: var(--ink-2); }
@media (max-width: 860px) { .whynow__grid { grid-template-columns: 1fr; } }

/* ---------------- DIFFERENTIAL (bars) ---------------- */
.diff__grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(32px, 5vw, 64px); align-items: center; }
.diff__panel { background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 40px); box-shadow: var(--sh-md); }
.diffbar { margin-bottom: 0; }
.diffbar__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.diffbar__head b { font-size: 15px; font-weight: 600; }
.diffbar__head .pct { font-family: var(--mono); font-size: 13px; color: var(--ink-3); }
.diffbar__track { height: 12px; border-radius: 100px; background: var(--surface-2); overflow: hidden; position: relative; }
.diffbar__fill { height: 100%; border-radius: 100px; transform-origin: left; transform: scaleX(0); transition: transform 1s var(--ease); }
.diffbar.in .diffbar__fill { transform: scaleX(1); }
[data-reveal-off] .diffbar__fill { transform: scaleX(1) !important; transition: none; }
.diffbar__fill.is-low { background: repeating-linear-gradient(90deg, var(--steel), var(--steel) 6px, color-mix(in oklab, var(--steel) 60%, var(--surface)) 6px, color-mix(in oklab, var(--steel) 60%, var(--surface)) 12px); }
.diffbar__fill.is-high { background: var(--accent); }
.diff__legend { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--hair); display: flex; gap: 22px; flex-wrap: wrap; }
.diff__legend span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-2); }
.diff__legend i { width: 12px; height: 12px; border-radius: 3px; }
@media (max-width: 860px) { .diff__grid { grid-template-columns: 1fr; gap: 32px; } }

/* ---------------- SERVICE ---------------- */
.service__grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: clamp(34px, 5vw, 68px); align-items: start; }
.service__copy .lede { margin-top: 20px; }
.service__list { margin-top: 26px; display: flex; flex-direction: column; gap: 14px; }
.service__list .row { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--ink-2); }
.service__list .row svg { width: 19px; height: 19px; color: var(--accent); flex: none; margin-top: 1px; }
.fronts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.front { background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-md); padding: 20px; box-shadow: var(--sh-sm); transition: border-color .2s, transform .2s var(--ease); }
.front:hover { border-color: var(--accent-line); transform: translateY(-2px); }
.front__ic { width: 38px; height: 38px; border-radius: 9px; background: var(--surface-2); color: var(--accent-ink); display: grid; place-items: center; margin-bottom: 13px; }
.front__ic svg { width: 20px; height: 20px; }
.front b { font-size: 15.5px; font-weight: 620; display: block; margin-bottom: 5px; }
.front p { font-size: 13.5px; color: var(--ink-3); line-height: 1.5; }
@media (max-width: 860px) { .service__grid { grid-template-columns: 1fr; gap: 34px; } }
@media (max-width: 460px) { .fronts { grid-template-columns: 1fr; } }

/* ---------------- PROCESS (timeline) ---------------- */
.proc { position: relative; }
.proc__grid { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr); gap: clamp(32px, 5vw, 64px); align-items: start; }
.proc__head { position: sticky; top: 96px; }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 23px; top: 16px; bottom: 16px; width: 2px; background: var(--hair); }
.step { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 20px; padding-block: 16px; position: relative; }
.step__node { width: 48px; height: 48px; border-radius: 12px; background: var(--surface); border: 1px solid var(--hair); display: grid; place-items: center; font-family: var(--mono); font-size: 16px; font-weight: 600; color: var(--accent-ink); z-index: 1; box-shadow: var(--sh-sm); transition: background .3s var(--ease), color .3s, border-color .3s, transform .3s; }
.step:hover .step__node, .step.in .step__node { border-color: var(--accent-line); }
.step__body { padding-top: 6px; }
.step__body h3 { font-size: 18px; }
.step__body p { font-size: 14.5px; color: var(--ink-2); margin-top: 5px; }
.step__body .deliver { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--accent-ink); }
.step__body .deliver svg { width: 14px; height: 14px; }
.step.is-final .step__node { background: var(--accent); color: #fff; border-color: var(--accent); box-shadow: 0 6px 18px color-mix(in oklab, var(--accent) 36%, transparent); }
@media (max-width: 860px) { .proc__grid { grid-template-columns: 1fr; gap: 28px; } .proc__head { position: static; } }

/* ---------------- FAQ ---------------- */
.faq__grid { display: grid; grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr); gap: clamp(32px, 5vw, 60px); align-items: start; }
.faq__head { position: sticky; top: 96px; }
.faq__list { border-top: 1px solid var(--hair); }
.faq__item { border-bottom: 1px solid var(--hair); }
.faq__q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 22px 4px; display: flex; align-items: center; gap: 18px; color: var(--ink); }
.faq__q h3 { font-size: clamp(16px, 1.6vw, 19px); font-weight: 600; flex: 1; letter-spacing: -0.01em; }
.faq__q .sign { width: 26px; height: 26px; flex: none; position: relative; color: var(--accent-ink); }
.faq__q .sign::before, .faq__q .sign::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; transition: transform .3s var(--ease); }
.faq__q .sign::before { left: 4px; right: 4px; top: 12px; height: 2px; }
.faq__q .sign::after { top: 4px; bottom: 4px; left: 12px; width: 2px; }
.faq__item[data-open="true"] .sign::after { transform: scaleY(0); }
.faq__a { overflow: hidden; max-height: 0; transition: max-height .4s var(--ease); }
.faq__a-in { padding: 0 44px 24px 4px; font-size: 15px; color: var(--ink-2); line-height: 1.6; }
@media (max-width: 800px) { .faq__grid { grid-template-columns: 1fr; gap: 24px; } .faq__head { position: static; } }

/* ---------------- FINAL CTA ---------------- */
.final { padding-bottom: var(--sec-y); }
.final__box { background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-xl); padding: clamp(36px, 5vw, 72px); box-shadow: var(--sh-lg); position: relative; overflow: hidden; }
.final__box::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px); background-size: 40px 40px; -webkit-mask-image: radial-gradient(120% 120% at 80% 0%, #000, transparent 70%); mask-image: radial-gradient(120% 120% at 80% 0%, #000, transparent 70%); }
.final__in { position: relative; max-width: 62ch; }
.final h2 { font-size: clamp(28px, 4vw, 48px); }
.final p { margin-top: 18px; font-size: clamp(16px, 1.5vw, 19px); color: var(--ink-2); }
.final__cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; align-items: center; }
.final__note { font-family: var(--mono); font-size: 12px; color: var(--ink-3); letter-spacing: 0.04em; }
.final__seals { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--hair); }
.seal-chip { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; color: var(--ink-2); background: var(--bg); border: 1px solid var(--hair); border-radius: 100px; padding: 8px 14px; }
.seal-chip svg { width: 16px; height: 16px; color: var(--accent); }
.seal-chip b { color: var(--ink); font-weight: 600; }

/* ---------------- FOOTER ---------------- */
.footer { border-top: 1px solid var(--hair); background: var(--surface); padding-block: clamp(48px, 5vw, 72px) 32px; }
.footer__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 0.9fr)); gap: 40px; }
.footer__brand .brand { margin-bottom: 18px; }
.footer__brand p { font-size: 14px; color: var(--ink-2); max-width: 36ch; }
.footer__brand .crea { margin-top: 18px; font-family: var(--mono); font-size: 12px; color: var(--ink-3); letter-spacing: 0.06em; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--hair); border-radius: 7px; padding: 7px 11px; }
.footer__regs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.footer__brand .crea { margin-top: 0; }
.footer__brand p b { color: var(--ink); font-weight: 620; }
.footer__col h4 { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 16px; font-weight: 500; }
.footer__col a, .footer__col span { display: block; font-size: 14px; color: var(--ink-2); padding-block: 6px; transition: color .18s; }
.footer__col a:hover { color: var(--accent-ink); }
.footer__bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--hair); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--ink-3); }
.footer__bottom .mono-tag { font-size: 11.5px; }
@media (max-width: 860px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; } .footer__brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .footer__grid { grid-template-columns: 1fr; } }

/* ---------------- WhatsApp float ---------------- */
.wfloat { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: inline-flex; align-items: center; gap: 10px; background: #1f9d55; color: #fff; padding: 13px 18px; border-radius: 100px; box-shadow: 0 6px 22px rgba(31,157,85,.4); font-size: 14.5px; font-weight: 560; transition: transform .2s var(--ease), box-shadow .2s; }
.wfloat:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(31,157,85,.5); }
.wfloat svg { width: 20px; height: 20px; }
@media (max-width: 600px) { .wfloat span { display: none; } .wfloat { padding: 14px; } }
