/* ===================================================================
   VEERO — Editorial redesign · sub-page components
   Sub-hero · breadcrumb · stat cards · values · timeline · tiers ·
   comparison tables · FAQ · included lists · contact form + calendar
   =================================================================== */

/* ---------- Sub-page hero (compact, ghost word) ---------- */
.subhero { position: relative; padding: 150px 0 clamp(40px, 6vw, 78px); overflow: clip; }
.subhero__ghost {
  position: absolute; top: 96px; right: -2vw; left: -2vw;
  font-size: clamp(64px, 16vw, 280px); text-align: center; z-index: 0;
}
.subhero .wrap { position: relative; z-index: 2; }
.subhero__inner { max-width: 760px; }
.subhero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(38px, 5.4vw, 74px);
  line-height: 0.99; letter-spacing: -0.02em; margin: 20px 0 22px; }
.subhero h1 em { font-style: italic; color: var(--accent); }
.subhero .lead { max-width: 600px; }
.subhero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.crumb { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--ink-soft); font-weight: 500; }
.crumb a { color: var(--ink-soft); transition: color .15s; }
.crumb a:hover { color: var(--accent); }
.crumb .sep { color: var(--ink-faint); }
.band-navy .crumb, .band-navy .crumb a { color: var(--on-navy-soft); }

/* ---------- Generic section head ---------- */
.shead { max-width: 660px; margin-bottom: 56px; }
.shead.center { margin-inline: auto; text-align: center; }
.shead.center .kicker { justify-content: center; }
.shead h2 { font-size: clamp(30px, 3.7vw, 50px); margin-top: 16px; }
.shead .lead { margin-top: 16px; }

/* ---------- Two-column editorial split ---------- */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px, 5vw, 80px); align-items: center; }
.split__body h2 { font-size: clamp(28px, 3.4vw, 44px); margin: 16px 0 18px; }
@media (max-width: 860px){ .split { grid-template-columns: 1fr; } }

/* ---------- Figure stat card (About story) ---------- */
.figcard { background: var(--card); border: 1px solid var(--ink-faint); border-radius: 24px;
  padding: 38px 40px; box-shadow: 0 24px 60px rgba(20,30,55,0.08); position: relative; overflow: hidden; }
.figcard::before { content: ""; position: absolute; right: -16%; top: -22%; width: 58%; height: 56%;
  background: rgba(226,96,63,0.10); border-radius: 50%; }
.figcard__row { position: relative; }
.figcard__num { font-family: var(--serif); font-weight: 500; font-size: clamp(40px, 4.4vw, 56px);
  color: var(--ink); line-height: 1; }
.figcard__num em { font-style: normal; color: var(--accent); }
.figcard__label { font-size: 14.5px; color: var(--ink-soft); margin-top: 6px; }
.figcard hr { border: 0; border-top: 1px solid var(--ink-faint); margin: 26px 0; }

/* ---------- Mission band quote ---------- */
.mission { max-width: 940px; margin: 0 auto; text-align: center; }
.mission .kicker { justify-content: center; }
.mission__q { font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 3.5vw, 44px);
  line-height: 1.18; letter-spacing: -0.015em; margin: 22px 0 0; }
.mission__q .mark { color: var(--accent); }

/* ---------- Numbered value cards ---------- */
.vgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vcard { position: relative; background: var(--card); border: 1px solid var(--ink-faint);
  border-radius: 22px; padding: 34px 30px 30px; transition: transform .2s, box-shadow .2s; }
.vcard:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(20,30,55,0.10); }
.vcard__n { font-family: var(--serif); font-size: 30px; color: transparent;
  -webkit-text-stroke: 1.3px var(--accent); line-height: 1; margin-bottom: 18px; }
.vcard h3 { font-size: 21px; margin-bottom: 10px; }
.vcard p { font-size: 15px; color: var(--ink-soft); margin: 0; }
@media (max-width: 860px){ .vgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px){ .vgrid { grid-template-columns: 1fr; } }

/* ---------- Team cards ---------- */
.team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tcard { background: var(--card); border: 1px solid var(--ink-faint); border-radius: 22px;
  padding: 26px; transition: transform .2s, box-shadow .2s; }
.tcard:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(20,30,55,0.10); }
.tcard__photo { aspect-ratio: 1; border-radius: 18px; display: grid; place-items: center;
  font-family: var(--serif); font-size: 30px; color: var(--on-navy); background: var(--navy);
  margin-bottom: 18px; }
.tcard h4 { font-family: var(--serif); font-weight: 500; font-size: 20px; margin: 0 0 2px; }
.tcard__role { font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.tcard p { font-size: 14px; color: var(--ink-soft); margin: 0; }
@media (max-width: 900px){ .team { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px){ .team { grid-template-columns: 1fr; } }

/* ---------- Metric trio ---------- */
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.metric { text-align: center; padding: 8px; }
.metric__n { font-family: var(--serif); font-weight: 500; font-size: clamp(40px, 5vw, 62px);
  line-height: 1; color: var(--accent); }
.metric p { margin: 12px auto 0; max-width: 240px; font-size: 15px; color: var(--ink-soft); }
.band-navy .metric p { color: var(--on-navy-soft); }
@media (max-width: 680px){ .metrics { grid-template-columns: 1fr; gap: 36px; } }

/* ---------- Vertical timeline (How it works steps) ---------- */
.tl { max-width: 860px; }
.tl__step { display: grid; grid-template-columns: 84px 1fr; gap: 28px; padding: 30px 0;
  border-top: 1px solid var(--ink-faint); }
.tl__step:last-child { border-bottom: 1px solid var(--ink-faint); }
.tl__n { font-family: var(--serif); font-size: clamp(48px, 6vw, 72px); line-height: 0.8;
  color: transparent; -webkit-text-stroke: 1.3px var(--ink-faint); }
.band-navy .tl__n { -webkit-text-stroke-color: rgba(237,234,226,0.4); }
.tl__step:hover .tl__n { -webkit-text-stroke-color: var(--accent); }
.tl__meta { font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 8px; display: block; }
.tl__body h3 { font-size: clamp(21px, 2.4vw, 28px); margin-bottom: 8px; }
.tl__body p { margin: 0; max-width: 560px; color: var(--ink-soft); }
.band-navy .tl__body p { color: var(--on-navy-soft); }
@media (max-width: 600px){ .tl__step { grid-template-columns: 1fr; gap: 8px; } }

/* ---------- Pricing tiers ---------- */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.tier { background: var(--card); border: 1px solid var(--ink-faint); border-radius: 24px;
  padding: 34px 30px; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.tier:hover { transform: translateY(-4px); box-shadow: 0 20px 46px rgba(20,30,55,0.10); }
.tier--feat { background: var(--navy); color: var(--on-navy); border-color: var(--navy);
  transform: translateY(-12px); box-shadow: 0 30px 64px rgba(20,30,55,0.24); }
.tier--feat:hover { transform: translateY(-16px); }
.tier--feat h3, .tier--feat .tier__price { color: var(--on-navy); }
.tier__badge { align-self: flex-start; font-size: 11.5px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: #fff; background: var(--accent); padding: 6px 13px;
  border-radius: 999px; margin-bottom: 16px; }
.tier h3 { font-size: 24px; margin-bottom: 4px; }
.tier__sub { font-size: 13.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: 20px; }
.tier--feat .tier__sub { color: var(--accent); }
.tier__price { font-family: var(--serif); font-weight: 500; font-size: 38px; line-height: 1;
  color: var(--ink); margin-bottom: 24px; }
.tier__price small { display: block; font-family: var(--sans); font-size: 13.5px; font-weight: 500;
  color: var(--ink-soft); margin-top: 8px; }
.tier--feat .tier__price small { color: var(--on-navy-soft); }
.tier__feats { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-direction: column;
  gap: 12px; flex: 1; }
.tier__feats li { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; }
.tier__feats .tk { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; margin-top: 1px;
  display: grid; place-items: center; background: rgba(226,96,63,0.12); color: var(--accent); }
.tier--feat .tier__feats .tk { background: rgba(237,234,226,0.14); }
.tier__feats .tk svg { width: 13px; height: 13px; }
.tier .btn { justify-content: center; }
.price-note { text-align: center; color: var(--ink-soft); margin-top: 30px; font-size: 14px; }
.price-note a { color: var(--accent); font-weight: 600; }
@media (max-width: 880px){ .tiers { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .tier--feat { transform: none; } .tier--feat:hover { transform: translateY(-4px); } }

/* ---------- Comparison table ---------- */
.ctable-wrap { overflow-x: auto; border-radius: 22px; border: 1px solid var(--ink-faint); background: var(--card); }
.ctable { width: 100%; border-collapse: collapse; min-width: 620px; }
.ctable th, .ctable td { text-align: left; padding: 17px 22px; font-size: 15px;
  border-bottom: 1px solid var(--ink-faint); }
.ctable thead th { font-family: var(--sans); font-weight: 600; font-size: 13px; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-soft); background: var(--paper-2); }
.ctable td:first-child, .ctable th:first-child { font-weight: 600; }
.ctable .col-v { background: rgba(226,96,63,0.06); color: var(--ink); font-weight: 600;
  border-left: 1px solid rgba(226,96,63,0.18); border-right: 1px solid rgba(226,96,63,0.18); }
.ctable thead .col-v { background: var(--accent); color: #fff; }
.ctable tfoot td { font-family: var(--serif); font-size: 17px; background: var(--paper-2); border-bottom: 0; }
.ctable tfoot .col-v { background: rgba(226,96,63,0.12); }
.ctable .yes { color: var(--accent); font-weight: 700; }
.ctable .no { color: var(--ink-soft); }
.table-note { text-align: center; color: var(--ink-soft); margin: 18px auto 0; font-size: 13px; max-width: 680px; }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq__item { background: var(--card); border: 1px solid var(--ink-faint); border-radius: 18px;
  overflow: hidden; transition: border-color .2s; }
.faq__item[open] { border-color: rgba(226,96,63,0.4); }
.faq__q { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 16px;
  padding: 22px 26px; font-family: var(--serif); font-weight: 500; font-size: clamp(18px, 2vw, 22px); }
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after { content: ""; width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  margin-left: auto; background: rgba(27,26,22,0.06) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231B1A16' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center / 16px no-repeat;
  transition: transform .3s, background-color .2s; }
.faq__item[open] .faq__q::after { transform: rotate(135deg); background-color: var(--accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E"); }
.faq__a { padding: 0 26px 24px; }
.faq__a p { margin: 0; color: var(--ink-soft); font-size: 15.5px; max-width: 660px; }

/* ---------- Included / not-included two-column ---------- */
.incl { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.incl__card { background: var(--card); border: 1px solid var(--ink-faint); border-radius: 24px; padding: 34px 32px; }
.incl__card h3 { display: flex; align-items: center; gap: 11px; font-family: var(--serif);
  font-weight: 500; font-size: 23px; margin-bottom: 20px; }
.incl__card h3 .badge { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; }
.incl__card h3 .badge svg { width: 19px; height: 19px; }
.incl--get h3 .badge { background: rgba(226,96,63,0.14); color: var(--accent); }
.incl--not h3 .badge { background: rgba(27,26,22,0.07); color: var(--ink-soft); }
.incl ul { list-style: none; margin: 0; padding: 0; }
.incl li { display: flex; gap: 12px; align-items: flex-start; padding: 13px 0;
  border-bottom: 1px solid var(--ink-faint); font-size: 15px; }
.incl li:last-child { border-bottom: 0; }
.incl li svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; }
.incl--get li svg { color: var(--accent); }
.incl--not li svg { color: var(--ink-soft); }
.incl strong { color: var(--ink); }
@media (max-width: 760px){ .incl { grid-template-columns: 1fr; } }

/* ---------- Contact layout ---------- */
.contact { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 920px){ .contact { grid-template-columns: 1fr; } }

.cform { background: var(--card); border: 1px solid var(--ink-faint); border-radius: 26px;
  padding: clamp(28px, 4vw, 44px); box-shadow: 0 24px 60px rgba(20,30,55,0.08); }
.cform h2 { font-size: 27px; margin-bottom: 6px; }
.cform__intro { color: var(--ink-soft); margin-bottom: 28px; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
.fgrid .full { grid-column: 1 / -1; }
.fld label { display: block; font-size: 13px; font-weight: 600; letter-spacing: .03em; color: var(--ink);
  margin-bottom: 7px; }
.fld input, .fld select, .fld textarea { width: 100%; padding: 14px 16px; border-radius: 14px;
  border: 1px solid var(--ink-faint); background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-size: 15px; transition: border-color .18s, background .18s; }
.fld textarea { min-height: 120px; resize: vertical; }
.fld select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235B564C' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 42px; }
.fld input:focus, .fld select:focus, .fld textarea:focus { outline: 0; border-color: var(--accent); background: var(--card); }
.fld__err { display: none; color: var(--accent); font-size: 12.5px; margin-top: 5px; }
.fld.invalid input, .fld.invalid select, .fld.invalid textarea { border-color: var(--accent); }
.fld.invalid .fld__err { display: block; }
.cform .btn { width: 100%; justify-content: center; }
.cform__ok { display: none; text-align: center; padding: 30px 20px; }
.cform__ok.on { display: block; }
.cform__ok .ok-ic { width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 16px;
  display: grid; place-items: center; background: rgba(226,96,63,0.14); color: var(--accent); }
.cform__ok h4 { font-family: var(--serif); font-weight: 500; font-size: 24px; margin-bottom: 8px; }
.cform__ok p { color: var(--ink-soft); margin: 0; }

/* contact aside */
.cinfo { background: var(--navy); color: var(--on-navy); border-radius: 22px; padding: 30px 30px; margin-bottom: 18px; }
.cinfo h4 { font-family: var(--serif); font-weight: 500; color: var(--on-navy); font-size: 21px; margin-bottom: 18px; }
.cinfo ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 15px; }
.cinfo li { display: flex; align-items: center; gap: 13px; font-size: 15px; color: var(--on-navy-soft); }
.cinfo li a { color: var(--on-navy); }
.cinfo li a:hover { color: var(--accent); }
.cinfo .ic { width: 38px; height: 38px; border-radius: 11px; background: rgba(237,234,226,0.1);
  color: var(--accent); display: grid; place-items: center; flex-shrink: 0; }
.cinfo .ic svg { width: 18px; height: 18px; }

/* calendar mock */
.cal { background: var(--card); border: 1px solid var(--ink-faint); border-radius: 22px; overflow: hidden; }
.cal__head { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-bottom: 1px solid var(--ink-faint); }
.cal__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--accent); color: #fff;
  font-family: var(--serif); font-size: 21px; display: grid; place-items: center; flex-shrink: 0; }
.cal__head h4 { font-family: var(--serif); font-weight: 500; font-size: 18px; margin: 0 0 2px; }
.cal__head p { font-size: 13px; color: var(--ink-soft); margin: 0; }
.cal__body { padding: 22px 24px; }
.cal__month { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.cal__month span { font-weight: 600; font-size: 15px; }
.cal__month button { width: 32px; height: 32px; border-radius: 50%; background: var(--paper-2);
  display: grid; place-items: center; color: var(--ink); transition: background .18s; }
.cal__month button:hover { background: rgba(226,96,63,0.14); color: var(--accent); }
.cal__month button svg { width: 16px; height: 16px; }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal__grid .dow { text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; color: var(--ink-soft); padding: 4px 0 8px; }
.cal__grid .day { aspect-ratio: 1; display: grid; place-items: center; font-size: 13.5px;
  border-radius: 10px; color: var(--ink); }
.cal__grid .day.muted { color: var(--ink-faint); }
.cal__grid .day.available { cursor: pointer; font-weight: 600; background: rgba(226,96,63,0.08);
  color: var(--accent-d); transition: background .15s, color .15s, transform .15s; }
.cal__grid .day.available:hover { background: rgba(226,96,63,0.18); transform: translateY(-1px); }
.cal__grid .day.selected { background: var(--accent); color: #fff; }
.cal__slots { margin-top: 20px; }
.cal__slots-title { font-size: 13px; font-weight: 600; color: var(--ink-soft); margin-bottom: 12px; }
.cal__slot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.cal__slot { padding: 11px 6px; text-align: center; font-size: 13.5px; font-weight: 600;
  border-radius: 12px; border: 1px solid var(--ink-faint); cursor: pointer;
  transition: border-color .15s, background .15s, color .15s; }
.cal__slot:hover { border-color: var(--accent); color: var(--accent); }
.cal__slot.selected { background: var(--accent); color: #fff; border-color: var(--accent); }
.cal__confirm { width: 100%; justify-content: center; margin-top: 16px; }
.cal__tz { text-align: center; font-size: 12px; color: var(--ink-soft); margin: 12px 0 0; }

/* branded picker fade-in */
.cal__picker { animation: calFade .35s ease both; }
@keyframes calFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* ===================================================================
   INDUSTRY PAGES
   =================================================================== */

/* ---------- Industry hero (two-col: copy + roles card) ---------- */
.ihero { position: relative; padding: 150px 0 clamp(40px, 6vw, 80px); overflow: clip; }
.ihero__ghost { position: absolute; top: 92px; left: -2vw; right: -2vw;
  font-size: clamp(110px, 19vw, 290px); text-align: center; z-index: 0; }
.ihero .wrap { position: relative; z-index: 2; }
.ihero__grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: clamp(34px, 5vw, 72px);
  align-items: center; padding-top: clamp(18px, 4vw, 44px); }
.ihero__copy { max-width: 640px; }
.ihero__copy h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 4.7vw, 62px);
  line-height: 1.0; letter-spacing: -0.02em; margin: 18px 0 22px; }
.ihero__copy h1 em { font-style: italic; color: var(--accent); }
.ihero__copy .lead { max-width: 540px; }
.ihero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.iroles { position: relative; background: var(--card); border: 1px solid var(--ink-faint);
  border-radius: 24px; padding: 32px 32px 28px; box-shadow: 0 26px 64px rgba(20,30,55,.13); overflow: hidden; }
.iroles::before { content: ""; position: absolute; right: -14%; top: -18%; width: 56%; height: 54%;
  background: rgba(226,96,63,0.10); border-radius: 50%; }
.iroles__label { position: relative; font-weight: 600; font-size: 12.5px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--accent); }
.iroles h3 { position: relative; font-family: var(--serif); font-weight: 500; font-size: 23px;
  margin: 9px 0 18px; line-height: 1.15; }
.iroles ul { position: relative; list-style: none; margin: 0; padding: 0; }
.iroles li { display: flex; align-items: center; gap: 14px; padding: 13px 0;
  border-bottom: 1px solid var(--ink-faint); font-weight: 600; font-size: 15.5px; }
.iroles li:last-child { border-bottom: 0; }
.iroles .tk { width: 27px; height: 27px; border-radius: 50%; flex-shrink: 0;
  background: rgba(226,96,63,0.12); color: var(--accent); display: grid; place-items: center; }
.iroles .tk svg { width: 15px; height: 15px; }
@media (max-width: 880px){ .ihero__grid { grid-template-columns: 1fr; } .iroles { max-width: 460px; } }

/* ---------- Sister-brand callout ---------- */
.sister { display: flex; align-items: center; gap: 28px; background: var(--card);
  border: 1px solid var(--ink-faint); border-radius: 24px; padding: 30px 34px;
  box-shadow: 0 18px 44px rgba(20,30,55,0.07); }
.sister__logo { width: 66px; height: 66px; border-radius: 17px; flex-shrink: 0; background: var(--navy);
  color: var(--on-navy); font-family: var(--serif); font-weight: 600; font-size: 25px; display: grid; place-items: center; }
.sister__body { flex: 1; }
.sister__body h3 { font-size: 23px; margin-bottom: 5px; }
.sister__body p { margin: 0 0 5px; color: var(--ink-soft); font-size: 15px; max-width: 540px; }
.sister__url { font-size: 13.5px; font-weight: 600; color: var(--accent); }
.sister .btn { flex-shrink: 0; }
@media (max-width: 760px){ .sister { flex-direction: column; align-items: flex-start; } }

/* ---------- Problem grid (The Reality) ---------- */
.pgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pcard { background: var(--card); border: 1px solid var(--ink-faint); border-radius: 20px;
  padding: 28px 26px; transition: transform .2s, box-shadow .2s; }
.pcard:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(20,30,55,0.10); }
.pcard__ico { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
  background: rgba(27,26,22,0.05); color: var(--ink); margin-bottom: 18px; }
.pcard__ico svg { width: 23px; height: 23px; }
.pcard h3 { font-size: 18px; line-height: 1.2; margin-bottom: 8px; }
.pcard p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }
@media (max-width: 900px){ .pgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px){ .pgrid { grid-template-columns: 1fr; } }

/* ---------- Deliver list (What we deliver — on navy) ---------- */
.dlist { display: grid; grid-template-columns: 1fr 1fr; gap: 0 44px; }
.ditem { display: flex; gap: 18px; align-items: flex-start; padding: 26px 0;
  border-top: 1px solid rgba(237,234,226,0.16); }
.ditem__ico { width: 50px; height: 50px; border-radius: 14px; flex-shrink: 0;
  background: rgba(237,234,226,0.1); color: var(--accent); display: grid; place-items: center; }
.ditem__ico svg { width: 24px; height: 24px; }
.ditem h3 { font-size: 20px; margin-bottom: 6px; color: var(--on-navy); }
.ditem p { margin: 0; font-size: 14.5px; color: var(--on-navy-soft); }
@media (max-width: 760px){ .dlist { grid-template-columns: 1fr; } }

/* ---------- Tools strip ---------- */
.tools { display: flex; flex-wrap: wrap; gap: 12px; }
.tools span { background: var(--card); border: 1px solid var(--ink-faint); border-radius: 999px;
  padding: 12px 22px; font-weight: 600; font-size: 15px; color: var(--ink);
  transition: border-color .18s, transform .18s, color .18s; }
.tools span:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }

/* ---------- Industries index (directory) ---------- */
.ind-cat { margin-bottom: 54px; }
.ind-cat:last-child { margin-bottom: 0; }
.ind-cat__head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.ind-cat__ico { width: 44px; height: 44px; border-radius: 13px; background: rgba(226,96,63,0.12);
  color: var(--accent); display: grid; place-items: center; flex-shrink: 0; }
.ind-cat__ico svg { width: 23px; height: 23px; }
.ind-cat__title { font-family: var(--serif); font-weight: 500; font-size: 27px; letter-spacing: -0.01em; }
.indgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.indcard { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--ink-faint);
  border-radius: 22px; padding: 30px 30px 26px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.indcard:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(20,30,55,0.10); border-color: rgba(226,96,63,0.4); }
.indcard__ico { width: 50px; height: 50px; border-radius: 14px; background: rgba(27,26,22,0.05); color: var(--ink);
  display: grid; place-items: center; margin-bottom: 20px; transition: background .2s, color .2s; }
.indcard:hover .indcard__ico { background: var(--accent); color: #fff; }
.indcard__ico svg { width: 25px; height: 25px; }
.indcard h3 { font-size: 22px; margin-bottom: 8px; }
.indcard p { font-size: 14.5px; color: var(--ink-soft); margin: 0 0 18px; flex: 1; }
.indcard__link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14.5px;
  color: var(--accent); transition: gap .18s; }
.indcard:hover .indcard__link { gap: 12px; }
.indcard__link svg { width: 17px; height: 17px; }
@media (max-width: 680px){ .indgrid { grid-template-columns: 1fr; } }

/* ===================================================================
   INSIGHTS / BLOG
   =================================================================== */

/* ---------- Index: featured + grid ---------- */
.feat-post { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 4vw, 56px);
  align-items: center; background: var(--navy); color: var(--on-navy); border-radius: 26px;
  padding: clamp(30px, 4vw, 52px); margin-bottom: 28px; position: relative; overflow: hidden; }
.feat-post::before { content: ""; position: absolute; right: -8%; top: -30%; width: 46%; height: 90%;
  background: rgba(226,96,63,0.16); border-radius: 50%; }
.feat-post__tag { position: relative; font-weight: 600; font-size: 12.5px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent); }
.feat-post h2 { position: relative; color: var(--on-navy); font-size: clamp(28px, 3.4vw, 42px);
  margin: 16px 0 14px; line-height: 1.06; }
.feat-post p { position: relative; color: var(--on-navy-soft); font-size: 16.5px; margin: 0 0 22px; max-width: 520px; }
.feat-post__meta { position: relative; display: flex; align-items: center; gap: 12px; font-size: 13.5px;
  color: var(--on-navy-soft); margin-bottom: 24px; }
.feat-post__meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
.feat-post__aside { position: relative; }
.feat-post__num { font-family: var(--serif); font-size: clamp(56px, 8vw, 104px); line-height: 0.9;
  color: transparent; -webkit-text-stroke: 1.4px rgba(237,234,226,0.4); }
.feat-post__num em { font-style: normal; -webkit-text-stroke: 0; color: var(--accent); }
.feat-post__aside-label { font-size: 14px; color: var(--on-navy-soft); margin-top: 14px; max-width: 280px; }
@media (max-width: 820px){ .feat-post { grid-template-columns: 1fr; } .feat-post__aside { display: none; } }

.postgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.postcard { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--ink-faint);
  border-radius: 22px; padding: 30px 30px 26px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.postcard:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(20,30,55,0.10); border-color: rgba(226,96,63,0.4); }
.postcard__cat { font-weight: 600; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.postcard h3 { font-size: 21px; line-height: 1.18; margin: 14px 0 10px; }
.postcard p { font-size: 14.5px; color: var(--ink-soft); margin: 0 0 18px; flex: 1; }
.postcard__meta { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-soft);
  padding-top: 16px; border-top: 1px solid var(--ink-faint); }
.postcard__meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--ink-faint); }
.postcard__more { margin-left: auto; display: inline-flex; align-items: center; color: var(--accent); transition: transform .18s; }
.postcard__more svg { width: 17px; height: 17px; }
.postcard:hover .postcard__more { transform: translateX(3px); }
@media (max-width: 880px){ .postgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .postgrid { grid-template-columns: 1fr; } }

/* ---------- Article page ---------- */
.post { padding: 150px 0 0; }
.post__head { max-width: 760px; margin: 0 auto; text-align: center; }
.post__head .crumb { justify-content: center; }
.post__cat { font-weight: 600; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); display: block; margin: 18px 0 0; }
.post__head h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.04; letter-spacing: -0.02em; margin: 14px 0 20px; }
.post__meta { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
  font-size: 14px; color: var(--ink-soft); }
.post__meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
.post__rule { max-width: 720px; margin: 40px auto 0; border: 0; border-top: 1px solid var(--ink-faint); }

.prose { max-width: 720px; margin: 0 auto; font-size: 18px; line-height: 1.72; color: var(--ink); }
.prose > p:first-of-type { font-size: 21px; line-height: 1.6; color: var(--ink); }
.prose h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(25px, 3vw, 33px);
  letter-spacing: -0.01em; margin: 1.5em 0 .5em; }
.prose h3 { font-family: var(--serif); font-weight: 500; font-size: 22px; margin: 1.4em 0 .4em; }
.prose p { margin: 0 0 1.2em; }
.prose ul, .prose ol { margin: 0 0 1.4em; padding-left: 1.3em; }
.prose li { margin-bottom: .55em; }
.prose li::marker { color: var(--accent); }
.prose a { color: var(--accent-d); text-decoration: underline; text-underline-offset: 2px; }
.prose a:hover { color: var(--accent); }
.prose strong { font-weight: 700; }
.prose blockquote { margin: 1.6em 0; padding: 4px 0 4px 24px; border-left: 3px solid var(--accent);
  font-family: var(--serif); font-style: italic; font-size: 23px; line-height: 1.4; color: var(--ink); }
.prose hr { border: 0; border-top: 1px solid var(--ink-faint); margin: 2.4em 0; }
.prose .callout { background: var(--card); border: 1px solid var(--ink-faint); border-radius: 18px;
  padding: 24px 28px; margin: 1.8em 0; font-size: 16px; line-height: 1.6; }
.prose .callout strong { color: var(--accent-d); }

.post-faq { max-width: 720px; margin: 0 auto; }
.post-faq h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(25px, 3vw, 33px); margin-bottom: 20px; }

/* ---------- Article: Key takeaways (TL;DR) ---------- */
.prose .tldr { background: var(--paper-2); border: 1px solid var(--ink-faint);
  border-left: 3px solid var(--accent); border-radius: 16px; padding: 22px 28px; margin: 1.6em 0 2.2em; }
.prose .tldr__label { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 12.5px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.prose .tldr__label svg { width: 15px; height: 15px; }
.prose .tldr ul { margin: 0; padding-left: 1.15em; }
.prose .tldr li { font-size: 16px; line-height: 1.55; margin-bottom: .55em; }
.prose .tldr li:last-child { margin-bottom: 0; }

/* ---------- Article: Keep reading (internal links) ---------- */
.prose .related { margin: 2.6em 0 0; padding-top: 1.7em; border-top: 1px solid var(--ink-faint); }
.prose .related__label { font-weight: 600; font-size: 12.5px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-soft); margin-bottom: 16px; }
.prose .related ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.prose .related li { margin: 0; }
.prose .related a { display: inline-flex; align-items: center; gap: 9px; font-family: var(--serif);
  font-weight: 500; font-size: 19px; line-height: 1.3; color: var(--ink); text-decoration: none; }
.prose .related a svg { width: 17px; height: 17px; color: var(--accent); transition: transform .18s; }
.prose .related a:hover { color: var(--accent-d); }
.prose .related a:hover svg { transform: translateX(3px); }

/* ===================================================================
   RESOURCES — tools hub
   =================================================================== */
.res-tool { background: var(--card); border: 1px solid var(--ink-faint); border-radius: 26px;
  padding: clamp(28px, 4vw, 46px); box-shadow: 0 22px 56px rgba(20,30,55,0.07); }
.res-tool__tag { font-weight: 600; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); display: inline-flex; align-items: center; gap: 9px; }
.res-tool__tag svg { width: 17px; height: 17px; }
.res-tool h2 { font-size: clamp(25px, 3vw, 34px); margin: 12px 0 8px; }
.res-tool > p.lead { margin-bottom: 28px; max-width: 620px; }

/* Cost calculator */
.calc { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(28px, 4vw, 48px); align-items: start; }
.calc__panel { background: var(--paper); border: 1px solid var(--ink-faint); border-radius: 20px; padding: 28px 28px 30px; }
.calc__label { font-size: 13px; font-weight: 600; letter-spacing: .03em; color: var(--ink-soft); }
.calc__salary { font-family: var(--serif); font-weight: 500; font-size: clamp(40px, 5vw, 56px);
  line-height: 1; color: var(--ink); margin: 8px 0 22px; }
.calc__salary span { color: var(--accent); }
.calc input[type="range"] { width: 100%; -webkit-appearance: none; appearance: none; height: 6px;
  border-radius: 999px; background: rgba(27,26,22,0.12); outline: none; }
.calc input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none;
  width: 26px; height: 26px; border-radius: 50%; background: var(--accent); cursor: pointer;
  border: 4px solid var(--card); box-shadow: 0 3px 10px rgba(226,96,63,0.4); }
.calc input[type="range"]::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent); cursor: pointer; border: 4px solid var(--card); }
.calc__range-meta { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--ink-soft); margin-top: 10px; }
.calc__rows { list-style: none; margin: 0; padding: 0; }
.calc__rows li { display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  padding: 10px 0; border-bottom: 1px solid var(--ink-faint); font-size: 14.5px; }
.calc__rows li span:first-child { color: var(--ink-soft); }
.calc__rows li b { font-weight: 600; font-variant-numeric: tabular-nums; }
.calc__rows li.base b { color: var(--ink); }
.calc__rows li.oncost b { color: var(--accent-d); }
.calc__total { display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  margin-top: 16px; padding-top: 18px; border-top: 2px solid var(--ink); }
.calc__total span { font-weight: 600; font-size: 15px; }
.calc__total b { font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 3vw, 34px);
  color: var(--ink); font-variant-numeric: tabular-nums; }
.calc__veero { margin-top: 18px; background: var(--navy); color: var(--on-navy); border-radius: 16px; padding: 20px 22px; }
.calc__veero strong { color: #fff; }
.calc__veero p { margin: 0 0 14px; font-size: 14px; color: var(--on-navy-soft); }
.calc__veero .btn { width: 100%; justify-content: center; }
.calc__note { font-size: 12.5px; color: var(--ink-soft); margin: 16px 0 0; }
@media (max-width: 820px){ .calc { grid-template-columns: 1fr; } }

/* Readiness checklist */
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check-item { display: flex; gap: 13px; align-items: flex-start; padding: 16px 18px; border: 1px solid var(--ink-faint);
  border-radius: 14px; cursor: pointer; background: var(--paper); transition: border-color .18s, background .18s; user-select: none; }
.check-item:hover { border-color: rgba(226,96,63,0.5); }
.check-item input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--accent); cursor: pointer; flex-shrink: 0; }
.check-item.checked { border-color: var(--accent); background: rgba(226,96,63,0.07); }
.check-item span { font-size: 15px; font-weight: 600; line-height: 1.35; }
.check-result { margin-top: 22px; background: var(--paper); border: 1px solid var(--ink-faint); border-radius: 16px;
  padding: 22px 24px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.check-result__score { font-family: var(--serif); font-weight: 500; font-size: 40px; line-height: 1; color: var(--accent); flex-shrink: 0; }
.check-result__score small { display: block; font-family: var(--sans); font-size: 12px; color: var(--ink-soft); font-weight: 600; }
.check-result__msg { font-size: 15.5px; }
.check-result__msg strong { display: block; font-family: var(--serif); font-weight: 500; font-size: 19px; margin-bottom: 3px; }
@media (max-width: 620px){ .checklist { grid-template-columns: 1fr; } }

/* Scoping template */
.tmpl { background: var(--paper); border: 1px solid var(--ink-faint); border-radius: 18px; padding: 30px 32px; }
.tmpl__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.tmpl__head h3 { font-family: var(--serif); font-weight: 500; font-size: 22px; }
.tmpl__field { margin-bottom: 18px; }
.tmpl__field:last-child { margin-bottom: 0; }
.tmpl__field-label { font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 6px; }
.tmpl__field-hint { font-size: 13px; color: var(--ink-soft); margin-bottom: 8px; }
.tmpl__lines { border: 1px dashed var(--ink-faint); border-radius: 12px; min-height: 64px; padding: 12px 14px;
  background: var(--card); font-size: 14.5px; color: var(--ink); }
.tmpl__lines:focus { outline: 0; border-color: var(--accent); border-style: solid; }
.tmpl__lines:empty::before { content: attr(data-ph); color: var(--ink-faint); }

/* Guides list */
.guides-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.guide-link { display: flex; align-items: center; gap: 14px; padding: 16px 20px; border: 1px solid var(--ink-faint);
  border-radius: 14px; background: var(--card); transition: border-color .18s, transform .18s; }
.guide-link:hover { border-color: var(--accent); transform: translateX(3px); }
.guide-link__cat { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--accent); flex-shrink: 0; width: 92px; }
.guide-link strong { font-weight: 600; font-size: 14.5px; flex: 1; }
.guide-link .ar { color: var(--ink-soft); display: inline-flex; }
.guide-link .ar svg { width: 17px; height: 17px; }
.guide-link:hover .ar { color: var(--accent); }
@media (max-width: 680px){ .guides-list { grid-template-columns: 1fr; } .guide-link__cat { width: auto; } }

/* Print: scoping template only */
@media print {
  body.printing-tmpl > *:not(#print-region) { display: none !important; }
  body.printing-tmpl #print-region { display: block !important; position: static; }
  body.printing-tmpl .tmpl__lines { min-height: 70px; }
}

/* ===================================================================
   RESOURCES — extra tools (cost viz · time audit · role builder ·
   time-zone strip · glossary · downloads)
   =================================================================== */

/* Shared range thumb for audit (mirrors .calc) */
.audit input[type="range"] { width: 100%; -webkit-appearance: none; appearance: none; height: 6px;
  border-radius: 999px; background: rgba(27,26,22,0.12); outline: none; }
.audit input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none;
  width: 24px; height: 24px; border-radius: 50%; background: var(--accent); cursor: pointer;
  border: 4px solid var(--card); box-shadow: 0 3px 10px rgba(226,96,63,0.4); }
.audit input[type="range"]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%;
  background: var(--accent); cursor: pointer; border: 4px solid var(--card); }

/* Cost-composition bar (inside calculator) */
.costviz { margin-top: 24px; }
.costviz__cap { font-size: 12.5px; font-weight: 600; letter-spacing: .03em; color: var(--ink-soft); margin-bottom: 10px; }
.costviz__bar { display: flex; height: 46px; border-radius: 12px; overflow: hidden; border: 1px solid var(--ink-faint); }
.costviz__seg { display: flex; align-items: center; padding: 0 14px; font-size: 12.5px; font-weight: 700;
  color: #fff; white-space: nowrap; transition: flex-basis .35s cubic-bezier(.3,.8,.3,1); overflow: hidden; }
.costviz__seg--base { background: var(--navy); }
.costviz__seg--on { background: var(--accent); }
.costviz__key { display: flex; gap: 22px; margin-top: 13px; font-size: 13px; color: var(--ink-soft); flex-wrap: wrap; }
.costviz__key i { width: 11px; height: 11px; border-radius: 3px; display: inline-block; margin-right: 8px; vertical-align: middle; }
.costviz__monthly { margin-top: 18px; display: flex; justify-content: space-between; align-items: baseline;
  gap: 14px; padding-top: 16px; border-top: 1px dashed var(--ink-faint); }
.costviz__monthly span { font-size: 14px; color: var(--ink-soft); }
.costviz__monthly b { font-family: var(--serif); font-weight: 500; font-size: 26px; color: var(--ink); font-variant-numeric: tabular-nums; }

/* Time audit */
.audit { display: grid; grid-template-columns: 1fr 0.92fr; gap: clamp(28px, 4vw, 48px); align-items: start; }
.audit__inputs { display: flex; flex-direction: column; gap: 20px; }
.audit__row-top { display: flex; justify-content: space-between; align-items: baseline; gap: 14px;
  font-size: 14.5px; font-weight: 600; margin-bottom: 9px; }
.audit__row-top b { color: var(--accent-d); font-variant-numeric: tabular-nums; font-size: 15px; }
.audit__rate { background: var(--paper); border: 1px solid var(--ink-faint); border-radius: 14px; padding: 16px 18px; }
.audit__result { background: var(--navy); color: var(--on-navy); border-radius: 20px; padding: 32px 30px; position: sticky; top: 100px; }
.audit__result-label { font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.audit__big { font-family: var(--serif); font-weight: 500; font-size: clamp(42px, 5.4vw, 60px); line-height: 1;
  color: #fff; margin: 12px 0 4px; font-variant-numeric: tabular-nums; }
.audit__big small { font-family: var(--sans); font-size: 15px; font-weight: 500; color: var(--on-navy-soft); }
.audit__sub { font-size: 14.5px; color: var(--on-navy-soft); margin: 0 0 22px; }
.audit__stats { display: flex; flex-direction: column; gap: 0; margin-bottom: 24px; }
.audit__stat { display: flex; justify-content: space-between; align-items: baseline; gap: 14px;
  padding: 12px 0; border-top: 1px solid rgba(237,234,226,0.16); font-size: 14.5px; color: var(--on-navy-soft); }
.audit__stat b { color: #fff; font-family: var(--serif); font-weight: 500; font-size: 19px; font-variant-numeric: tabular-nums; }
.audit__result .btn { width: 100%; justify-content: center; }
@media (max-width: 820px){ .audit { grid-template-columns: 1fr; } .audit__result { position: static; } }

/* Role builder */
.rb__inds { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.rb__ind { border: 1px solid var(--ink-faint); background: var(--card); border-radius: 999px;
  padding: 10px 18px; font-family: var(--sans); font-weight: 600; font-size: 14px; color: var(--ink-soft);
  cursor: pointer; transition: border-color .18s, color .18s, background .18s; }
.rb__ind:hover { border-color: var(--accent); color: var(--accent); }
.rb__ind.on { background: var(--accent); color: #fff; border-color: var(--accent); }
.rb__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 30px; }
.rb__group h4 { font-family: var(--serif); font-weight: 500; font-size: 18px; margin: 0 0 14px;
  padding-bottom: 10px; border-bottom: 1px solid var(--ink-faint); }
.rb__opts { display: flex; flex-direction: column; gap: 10px; }
.rb__result { margin-top: 26px; background: var(--paper); border: 1px solid var(--ink-faint); border-radius: 18px;
  padding: 26px 28px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.rb__result.empty { grid-template-columns: 1fr; text-align: center; color: var(--ink-soft); }
.rb__badge { width: 64px; height: 64px; border-radius: 16px; background: var(--accent); color: #fff;
  display: grid; place-items: center; flex-shrink: 0; }
.rb__badge svg { width: 30px; height: 30px; }
.rb__role-label { font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); }
.rb__role-name { font-family: var(--serif); font-weight: 500; font-size: clamp(22px, 2.6vw, 28px); line-height: 1.1; margin: 4px 0 6px; }
.rb__role-meta { font-size: 14px; color: var(--ink-soft); margin: 0; }
.rb__result .btn { flex-shrink: 0; }
@media (max-width: 720px){ .rb__grid { grid-template-columns: 1fr; } .rb__result { grid-template-columns: 1fr; text-align: left; } }

/* Time-zone overlap strip */
.tz__toggle { display: inline-flex; gap: 6px; background: var(--paper); border: 1px solid var(--ink-faint);
  border-radius: 999px; padding: 5px; margin-bottom: 28px; }
.tz__toggle button { border: 0; background: transparent; cursor: pointer; font-family: var(--sans);
  font-weight: 600; font-size: 14px; color: var(--ink-soft); padding: 9px 18px; border-radius: 999px; transition: background .18s, color .18s; }
.tz__toggle button.on { background: var(--accent); color: #fff; }
.tz__row { display: grid; grid-template-columns: 150px 1fr; gap: 18px; align-items: center; margin-bottom: 12px; }
.tz__label { font-weight: 600; font-size: 14px; }
.tz__label small { display: block; font-weight: 500; font-size: 12px; color: var(--ink-soft); }
.tz__track { display: grid; grid-template-columns: repeat(24, 1fr); height: 40px; border-radius: 10px;
  overflow: hidden; border: 1px solid var(--ink-faint); background: var(--card); }
.tz__cell { border-right: 1px solid rgba(27,26,22,0.05); transition: background .3s; }
.tz__cell:last-child { border-right: 0; }
.tz__cell.work { background: rgba(22,41,74,0.16); }
.tz__cell.team { background: rgba(226,96,63,0.22); }
.tz__cell.overlap { background: var(--accent); }
.tz__scale { display: grid; grid-template-columns: 150px 1fr; gap: 18px; margin-top: 6px; }
.tz__ticks { display: grid; grid-template-columns: repeat(8, 1fr); font-size: 11px; color: var(--ink-soft); }
.tz__ticks span:nth-child(n+2){ text-align: center; }
.tz__note { margin: 26px 0 0; font-size: 14.5px; color: var(--ink-soft); max-width: 640px; }
.tz__note b { color: var(--ink); }
@media (max-width: 620px){ .tz__row, .tz__scale { grid-template-columns: 88px 1fr; gap: 10px; } .tz__label small { display: none; } }

/* Glossary */
.gloss { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0; }
.gloss__t { background: var(--card); border: 1px solid var(--ink-faint); border-radius: 16px; padding: 24px 26px; transition: border-color .18s; }
.gloss__t:hover { border-color: rgba(226,96,63,0.4); }
.gloss__t dt { font-family: var(--serif); font-weight: 500; font-size: 21px; margin-bottom: 7px; }
.gloss__t dt span { font-size: 12px; font-family: var(--sans); font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; color: var(--accent); margin-left: 8px; vertical-align: middle; }
.gloss__t dd { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }
@media (max-width: 680px){ .gloss { grid-template-columns: 1fr; } }

/* Downloadable templates */
.dlcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dlcard { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--ink-faint);
  border-radius: 22px; padding: 30px 28px 28px; transition: transform .2s, box-shadow .2s; }
.dlcard:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(20,30,55,0.10); }
.dlcard__ico { width: 50px; height: 50px; border-radius: 14px; background: rgba(226,96,63,0.12);
  color: var(--accent); display: grid; place-items: center; margin-bottom: 20px; }
.dlcard__ico svg { width: 25px; height: 25px; }
.dlcard h3 { font-size: 20px; line-height: 1.2; margin-bottom: 8px; }
.dlcard p { font-size: 14.5px; color: var(--ink-soft); margin: 0 0 22px; flex: 1; }
.dlcard .btn { justify-content: center; }
@media (max-width: 820px){ .dlcards { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }

/* ---------- Final CTA (simple band) ---------- */
.fcta { position: relative; overflow: clip; text-align: center; }
.fcta__ghost { position: absolute; inset: auto 0 -8% 0; font-size: clamp(120px, 20vw, 300px);
  text-align: center; z-index: 0; }
.fcta .wrap { position: relative; z-index: 2; }

/* Phones: drop the large clamp() floor so ghost words always fit the viewport */
@media (max-width: 700px){
  .subhero__ghost { font-size: 15vw; top: 128px; }
  .ihero__ghost { font-size: 15vw; top: 128px; }
  .fcta__ghost { font-size: 15vw; }
}
.fcta h2 { font-size: clamp(32px, 4.4vw, 58px); max-width: 880px; margin: 0 auto 16px; }
.fcta .lead { max-width: 600px; margin: 0 auto 30px; }
.fcta__ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
