/* ─── /growth — Guaranteed Growth Service ───
   Additions layered on top of /landing/landing/landing.css. Reuses the same
   tokens (--red2, --gold, --green, --shadow-card …). Only the NEW sections and
   the consultation booking modal live here; everything else is the shared
   design system. */

/* ─── Hero: growth-only top tightening so the copy clears the fold ─── */
@media (min-width: 981px) { .hero .hero-in { padding-top: 64px; } }
/* Hero promises: a touch tighter on desktop so each one reads as a single line */
@media (min-width: 981px) { .hero .hero-checks li { font-size: 15px; letter-spacing: -0.02em; } }

/* trusted-by marquee (Stores we run) */
@keyframes gmarquee { to { transform: translateX(-50%); } }
.trusted { padding: 66px 0 58px; text-align: center; background: #fff; }
.trusted-label { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--faint); }
.trusted-track-wrap { margin-top: 26px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.trusted-track { display: flex; gap: 16px; width: max-content; animation: gmarquee 34s linear infinite; }
.trusted-logo { width: 150px; height: 64px; background: #fff; border: 1px solid var(--line); border-radius: 12px; display: grid; place-items: center; padding: 12px 18px; flex: none; }
.trusted-logo img { max-width: 100%; max-height: 40px; width: auto; height: auto; object-fit: contain; }
@media (prefers-reduced-motion: reduce) { .trusted-track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; } }

/* generic section + heading */
.gsec { padding: 88px 0; }
.gsec.tint-a { background: var(--band-a); }
.gsec.tint-c { background: var(--band-c); }
.gsec.tint-d { background: var(--band-d); }
.gsec.white { background: var(--band-b); }
.gh { text-align: center; max-width: 760px; margin: 0 auto 52px; }
.gh .eyebrow {
  display: inline-block; font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--red2); margin-bottom: 14px;
}
.gh h2 { font-size: clamp(28px, 3.2vw, 40px); font-weight: 700; letter-spacing: -0.7px; line-height: 1.12; }
.gh p { margin-top: 14px; color: var(--muted); font-size: 17px; }

/* ─── Offer: 3 cards ─── */
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.offer-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 32px 28px 30px; box-shadow: var(--shadow-card);
  display: flex; flex-direction: column; gap: 12px;
}
.offer-card .oc-ic {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: var(--redfield); color: #fff; margin-bottom: 6px;
}
.offer-card:nth-child(2) .oc-ic { background: linear-gradient(140deg, #FFC53D, #E3A600); color: var(--red3); }
.offer-card:nth-child(3) .oc-ic { background: linear-gradient(140deg, #2BBF6E, #178A4C); }
.offer-card .oc-ic svg { width: 26px; height: 26px; }
.offer-card h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.3px; }
.offer-card p { color: var(--muted); font-size: 15px; line-height: 1.6; }

/* ─── How it works: 5 steps ─── */
.how-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; position: relative; }
.how-flow::before {
  content: ""; position: absolute; top: 27px; left: 10%; right: 10%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px);
  z-index: 0;
}
.how-step { position: relative; z-index: 1; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.how-num {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  font-family: 'Instrument Serif', Georgia, serif; font-size: 26px; color: var(--red2);
  background: #fff; border: 2px solid var(--line);
}
.how-step.final-step .how-num { background: var(--redfield); color: #fff; border-color: transparent; box-shadow: 0 14px 30px -12px rgba(180, 20, 25, 0.5); }
.how-step h3 { font-size: 16.5px; font-weight: 700; letter-spacing: -0.2px; margin-top: 4px; }
.how-step p { font-size: 13.5px; color: var(--muted); line-height: 1.55; max-width: 22ch; }

/* ─── Guarantee ─── */
.guarantee { background: var(--redfield); color: #fff; padding: 96px 0; position: relative; overflow: hidden; }
.guarantee::before {
  content: ""; position: absolute; inset: 0; opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Ccircle cx='3' cy='3' r='1.5' fill='%23FFC53D'/%3E%3C/svg%3E");
}
.guar-wrap { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.guar-lead .seal {
  width: 74px; height: 74px; border-radius: 20px; display: grid; place-items: center;
  background: var(--gold); color: var(--red3); margin-bottom: 22px;
  box-shadow: 0 18px 40px -14px rgba(30, 5, 8, 0.55);
}
.guar-lead .seal svg { width: 40px; height: 40px; }
.guar-lead h2 { font-size: clamp(30px, 3.4vw, 42px); font-weight: 700; letter-spacing: -0.8px; line-height: 1.12; }
.guar-lead p { margin-top: 18px; font-size: 17px; line-height: 1.6; color: rgba(255, 240, 232, 0.94); font-weight: 300; max-width: 46ch; }
.guar-lead .guar-cta { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.guar-card { background: #fff; color: var(--ink); border-radius: 22px; padding: 34px 34px 32px; box-shadow: 0 40px 80px -30px rgba(30, 5, 8, 0.6); }
.guar-card .gct { font-size: 18px; font-weight: 700; letter-spacing: -0.3px; margin-bottom: 20px; }
.guar-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.guar-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 15.5px; color: var(--ink-2); line-height: 1.5; }
.guar-list .ck { width: 24px; height: 24px; margin-top: 1px; }
.guar-list .ck svg { width: 14px; height: 14px; }

/* ─── What we do: 6 engines ─── */
.eng-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.eng-card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px 26px;
  transition: box-shadow 0.15s, transform 0.15s; display: flex; flex-direction: column; gap: 11px;
}
.eng-card:hover { box-shadow: var(--shadow-card); transform: translateY(-3px); }
.eng-card .eng-ic {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: #FDECEA; color: var(--red2); margin-bottom: 4px;
}
.eng-card .eng-ic svg { width: 24px; height: 24px; }
.eng-card h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.3px; line-height: 1.25; }
.eng-card p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }

/* ─── Who it is for ─── */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fit-card { border-radius: 20px; padding: 32px 30px; border: 1px solid var(--line); background: #fff; }
.fit-card.yes { border-color: color-mix(in oklab, var(--green) 40%, transparent); background: #F1FBF5; }
.fit-card.no { background: var(--band-a); }
.fit-card h3 { font-size: 19px; font-weight: 700; letter-spacing: -0.3px; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.fit-card h3 .badge-ic { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; flex: none; }
.fit-card.yes h3 .badge-ic { background: var(--green); color: #fff; }
.fit-card.no h3 .badge-ic { background: #E6DAD0; color: var(--muted); }
.fit-card h3 .badge-ic svg { width: 18px; height: 18px; }
.fit-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.fit-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: var(--ink-2); line-height: 1.5; }
.fit-list .mk { width: 22px; height: 22px; border-radius: 50%; flex: none; display: grid; place-items: center; margin-top: 1px; }
.fit-list .mk svg { width: 13px; height: 13px; }
.fit-card.yes .mk { background: var(--green); color: #fff; }
.fit-card.no .mk { background: #E0D3C8; color: var(--muted); }
.fit-note { margin-top: 30px; text-align: center; font-size: 16px; color: var(--ink-2); }
.fit-note a { color: var(--red2); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ─── FAQ ─── */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; background: #fff; overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 24px; display: flex; align-items: center; gap: 16px;
  font-size: 17px; font-weight: 600; color: var(--ink); letter-spacing: -0.2px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .fq-plus { margin-left: auto; flex: none; width: 22px; height: 22px; position: relative; transition: transform 0.2s; color: var(--red2); }
.faq-item summary .fq-plus::before, .faq-item summary .fq-plus::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; }
.faq-item summary .fq-plus::before { top: 10px; left: 2px; right: 2px; height: 2px; }
.faq-item summary .fq-plus::after { left: 10px; top: 2px; bottom: 2px; width: 2px; transition: transform 0.2s; }
.faq-item[open] summary .fq-plus::after { transform: rotate(90deg); opacity: 0; }
.faq-item .fq-a { padding: 0 24px 22px; color: var(--muted); font-size: 15.5px; line-height: 1.65; max-width: 68ch; }

/* small secondary link in footer (the old "Building your own system?") */
.foot-build { margin-top: 14px; }
.foot-build a { font-size: 13px; color: var(--faint); text-decoration: underline; text-underline-offset: 3px; }
.foot-build a:hover { color: var(--red2); }

/* ══════════════ CONSULTATION BOOKING MODAL (Google gate → slot picker → WhatsApp) ══════════════ */
.bk-modal { position: fixed; inset: 0; z-index: 1100; display: flex; align-items: center; justify-content: center; padding: 20px; }
.bk-modal[hidden] { display: none; }
.bk-backdrop { position: absolute; inset: 0; background: rgba(31, 20, 15, 0.6); backdrop-filter: blur(4px); }
.bk-card {
  position: relative; width: 100%; max-width: 480px; max-height: calc(100vh - 40px); overflow-y: auto;
  background: #fff; border-radius: 22px; box-shadow: 0 40px 90px -24px rgba(80, 20, 10, 0.55);
  padding: 26px 28px 28px; animation: demoIn 0.2s ease-out;
}
.bk-x { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border: none; background: none; border-radius: 9px; font-size: 26px; line-height: 1; color: var(--faint); cursor: pointer; display: grid; place-items: center; z-index: 2; }
.bk-x:hover { background: var(--paper); color: var(--ink); }

/* progress */
.bk-brand { display: flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 20px; }
.bk-brand svg { width: 30px; height: 30px; }
.bk-brand .word { font-size: 19px; font-weight: 600; letter-spacing: -0.5px; color: var(--ink); }
.bk-brand .word b { color: var(--red2); font-weight: 700; }
.bk-prog { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; }
.bk-prog .dot { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-size: 12.5px; font-weight: 700; background: var(--paper); color: var(--faint); border: 1.5px solid var(--line); flex: none; font-family: 'JetBrains Mono', monospace; }
.bk-prog .bar { flex: 1; height: 2px; background: var(--line); border-radius: 2px; }
.bk-prog .dot.on { background: var(--red2); color: #fff; border-color: var(--red2); }
.bk-prog .dot.done { background: var(--green); color: #fff; border-color: var(--green); }

.bk-step { display: none; }
.bk-step.on { display: block; animation: demoIn 0.2s ease-out; }
.bk-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red2); }
.bk-title { font-size: 22px; font-weight: 700; letter-spacing: -0.4px; color: var(--ink); margin-top: 8px; line-height: 1.2; }
.bk-sub { font-size: 14px; color: var(--muted); margin-top: 8px; line-height: 1.5; }

/* step 1 — Google gate */
.bk-google {
  display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%;
  margin-top: 24px; padding: 14px 20px; border-radius: 12px; border: 1.5px solid var(--line);
  background: #fff; font-family: inherit; font-size: 15.5px; font-weight: 600; color: var(--ink-2); cursor: pointer;
  transition: background 0.12s, border-color 0.12s;
}
.bk-google:hover { background: var(--paper); border-color: #D8CCC1; }
.bk-gmark { width: 22px; height: 22px; flex: none; }
.bk-gnote { margin-top: 16px; font-size: 12.5px; color: var(--faint); text-align: center; display: flex; align-items: center; justify-content: center; gap: 7px; }
.bk-gnote svg { width: 14px; height: 14px; flex: none; }

/* step 2 — meeting form */
.bk-form { margin-top: 20px; display: flex; flex-direction: column; gap: 18px; }
.bk-field label { display: block; font-size: 13px; font-weight: 600; color: var(--ink-2); margin-bottom: 8px; }
.bk-field label .opt { font-weight: 400; color: var(--faint); }
.bk-input {
  width: 100%; font-family: inherit; font-size: 15px; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff;
  transition: border-color 0.12s;
}
.bk-input::placeholder { color: var(--faint); }
.bk-input:focus { outline: none; border-color: var(--red2); }
.bk-phone { display: flex; align-items: stretch; gap: 8px; }
.bk-phone .bk-cc { position: relative; flex: none; display: flex; }
.bk-cc-btn { display: flex; align-items: center; gap: 7px; padding: 0 11px; border: 1.5px solid var(--line); border-radius: 10px; background: var(--paper); font-family: inherit; font-size: 15px; font-weight: 600; color: var(--ink-2); cursor: pointer; transition: background 0.12s, border-color 0.12s; }
.bk-cc-btn:hover { border-color: #D8CCC1; }
.bk-cc.open .bk-cc-btn { border-color: var(--red2); background: #fff; }
.bk-wa-ic { width: 19px; height: 19px; flex: none; }
.bk-cc-chev { width: 15px; height: 15px; flex: none; color: var(--faint); transition: transform 0.15s; }
.bk-cc.open .bk-cc-chev { transform: rotate(180deg); }
.bk-cc-menu { position: absolute; top: calc(100% + 8px); left: 0; z-index: 40; width: 272px; max-width: 80vw; background: #fff; border: 1.5px solid var(--line); border-radius: 14px; box-shadow: 0 22px 50px -18px rgba(60, 20, 10, 0.32); padding: 8px; }
.bk-cc-menu[hidden] { display: none; }
.bk-cc-search { padding: 2px 2px 8px; }
.bk-cc-search input { width: 100%; font-family: inherit; font-size: 14px; color: var(--ink); padding: 10px 12px; border: 1.5px solid var(--line); border-radius: 9px; background: var(--paper); }
.bk-cc-search input:focus { outline: none; border-color: var(--red2); background: #fff; }
.bk-cc-search input::placeholder { color: var(--faint); }
.bk-cc-list { max-height: 232px; overflow-y: auto; display: flex; flex-direction: column; }
.bk-cc-opt { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 10px 12px; border: none; background: none; text-align: left; font-family: inherit; font-size: 14.5px; color: var(--ink); cursor: pointer; border-radius: 9px; transition: background 0.1s; }
.bk-cc-opt:hover { background: var(--paper); }
.bk-cc-opt.on { color: var(--red2); font-weight: 600; }
.bk-cc-opt .dial { font-family: 'JetBrains Mono', monospace; font-size: 13px; color: var(--faint); flex: none; }
.bk-cc-opt.on .dial { color: var(--red2); }
.bk-cc-empty { padding: 14px 12px; font-size: 13px; color: var(--faint); text-align: center; }
.bk-phone .bk-input { flex: 1; }

/* day + time slot picker */
.bk-tz { font-size: 12px; color: var(--faint); margin-top: 8px; display: flex; align-items: center; gap: 6px; }
.bk-tz svg { width: 13px; height: 13px; }
/* day picker — paginated week with ‹ › arrows */
.bk-monthnav { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 14px; }
.bk-cal-range { font-size: 15px; font-weight: 600; letter-spacing: -0.2px; color: var(--ink); min-width: 132px; text-align: center; }
.bk-mbtn { border: none; background: none; cursor: pointer; color: var(--faint); padding: 4px; border-radius: 6px; display: grid; place-items: center; transition: color 0.12s; }
.bk-mbtn:hover:not(:disabled) { color: var(--red2); }
.bk-mbtn:disabled { opacity: 0.3; cursor: default; }
.bk-mbtn svg { width: 16px; height: 16px; }
.bk-dayrow { display: flex; align-items: center; gap: 8px; }
.bk-arrow { width: 34px; height: 62px; flex: none; border-radius: 10px; border: 1.5px solid var(--line); background: #fff; cursor: pointer; display: grid; place-items: center; color: var(--ink-2); transition: background 0.12s, border-color 0.12s, color 0.12s; }
.bk-arrow:hover:not(:disabled) { background: var(--paper); border-color: #D8CCC1; color: var(--red2); }
.bk-arrow:disabled { opacity: 0.3; cursor: default; }
.bk-arrow svg { width: 18px; height: 18px; }
.bk-days { flex: 1; min-width: 0; display: flex; gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.bk-days::-webkit-scrollbar { display: none; }
.bk-day { flex: 0 0 calc((100% - 40px) / 6); scroll-snap-align: start; display: flex; flex-direction: column; align-items: center; gap: 1px; padding: 11px 4px 10px; border-radius: 12px; cursor: pointer; border: 1.5px solid var(--line); background: #fff; font-family: inherit; transition: border-color 0.12s, background 0.12s; }
.bk-day:hover { background: var(--paper); }
.bk-day.on { border-color: var(--red2); background: #FEF3F1; }
.bk-day .dow { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.bk-day .dnum { display: block; font-size: 19px; font-weight: 500; color: var(--ink); font-family: 'JetBrains Mono', monospace; line-height: 1.3; letter-spacing: -0.5px; }
.bk-day.booked { opacity: 0.4; cursor: not-allowed; background: var(--paper); }
.bk-day.booked:hover { background: var(--paper); }
.bk-day.booked .dnum { text-decoration: line-through; color: var(--faint); }
.bk-times { margin-top: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.bk-slot {
  padding: 9px 4px; border-radius: 9px; border: 1.5px solid var(--line); background: #fff; cursor: pointer;
  font-family: 'JetBrains Mono', monospace; font-size: 12.5px; color: var(--ink-2); text-align: center; transition: border-color 0.12s, background 0.12s;
}
.bk-slot:hover { background: var(--paper); }
.bk-slot.on { border-color: var(--red2); background: var(--red2); color: #fff; }
.bk-slot.booked { opacity: 0.45; cursor: not-allowed; text-decoration: line-through; background: var(--paper); color: var(--faint); }
.bk-slot.booked:hover { background: var(--paper); }

/* segmented choices */
.bk-seg { display: flex; gap: 8px; flex-wrap: wrap; }
.bk-seg button {
  flex: 1 1 auto; min-width: 84px; padding: 11px 12px; border-radius: 10px; cursor: pointer;
  border: 1.5px solid var(--line); background: #fff; font-family: inherit; font-size: 13.5px; font-weight: 500; color: var(--ink-2);
  transition: border-color 0.12s, background 0.12s, color 0.12s; white-space: nowrap;
}
.bk-seg button:hover { background: var(--paper); }
.bk-seg button.on { border-color: var(--red2); background: #FEF3F1; color: var(--red2); font-weight: 600; }

.bk-submit { width: 100%; margin-top: 4px; }
.bk-err { font-size: 12.5px; color: var(--red2); margin-top: -8px; display: none; }
.bk-err.show { display: block; }

/* step 3 — WhatsApp confirm */
.bk-ok { text-align: center; padding: 8px 0 4px; }
.bk-ok .ok-ic { width: 68px; height: 68px; border-radius: 50%; background: #E4F6EC; color: var(--green); display: grid; place-items: center; margin: 6px auto 20px; }
.bk-ok .ok-ic svg { width: 34px; height: 34px; }
.bk-ok .bk-title { margin-top: 0; }
.bk-recap { margin: 20px 0 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; font-size: 13.5px; color: var(--ink-2); display: flex; align-items: center; justify-content: center; gap: 9px; }
.bk-recap svg { width: 16px; height: 16px; color: var(--red2); flex: none; }
.bk-recap b { color: var(--ink); font-weight: 600; }
.bk-wa-btn { width: 100%; background: #25D366 !important; color: #fff !important; border: none; }
.bk-wa-btn:hover { background: #1fbd5c !important; }
.bk-wa-btn svg { width: 20px; height: 20px; }
.bk-redir { display: flex; align-items: center; justify-content: center; gap: 9px; }
.bk-spin { width: 15px; height: 15px; flex: none; border: 2px solid var(--line); border-top-color: var(--red2); border-radius: 50%; animation: bkspin 0.7s linear infinite; }
@keyframes bkspin { to { transform: rotate(360deg); } }

/* ══════════════ BOOKING PAGE (dedicated /growth/book — centered) ══════════════ */
.bookpage { min-height: 100vh; background: var(--paper); position: relative; overflow: hidden; padding: 0 24px 60px; }
.bp-bar { position: relative; z-index: 2; max-width: 980px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0 0; }
.bp-logo { display: inline-flex; align-items: center; gap: 9px; }
.bp-logo svg { width: 28px; height: 28px; }
.bp-logo .word { font-size: 18px; font-weight: 600; letter-spacing: -0.5px; color: var(--ink); }
.bp-logo .word b { color: var(--red2); font-weight: 700; }
.bp-langseg { display: inline-flex; gap: 2px; padding: 3px; border-radius: 999px; background: rgba(31, 27, 24, 0.05); border: 1px solid var(--line); }
.bp-langseg button { border: 0; cursor: pointer; padding: 5px 11px; border-radius: 999px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.04em; line-height: 1; white-space: nowrap; background: transparent; color: var(--muted); font-weight: 400; transition: background 0.15s, color 0.15s; }
.bp-langseg button.on { background: linear-gradient(135deg, #F0552E, #D6301F); color: #fff; font-weight: 600; }
.bp-back { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 500; color: var(--muted); }
.bp-back:hover { color: var(--red2); }
.bp-back svg { width: 16px; height: 16px; }
.bp-center { position: relative; z-index: 1; max-width: 600px; margin: 40px auto 0; }
.bp-head { text-align: center; margin-bottom: 26px; }
.bp-h1 { font-size: clamp(23px, 3vw, 29px); font-weight: 700; letter-spacing: -0.6px; color: var(--ink); line-height: 1.16; text-wrap: balance; }
.bp-desc { margin-top: 11px; font-size: 15.5px; color: var(--muted); font-weight: 300; }
.bk-brand.big { justify-content: center; margin-bottom: 24px; }
.bk-brand.big svg { width: 34px; height: 34px; }
.bk-brand.big .word { font-size: 22px; }
.bk-card2 { background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-card); padding: 34px 40px 36px; }
.bp-foot2 { margin-top: 26px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.04em; color: var(--faint); text-align: center; }
.bp-foot2 a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.bp-foot2 a:hover { color: var(--red2); }
@media (max-width: 560px) { .bk-card2 { padding: 26px 20px 28px; } .bp-center { margin-top: 18px; } .bk-day { padding: 10px 2px 9px; } .bk-day .dnum { font-size: 16px; } }

/* ─── responsive ─── */
@media (max-width: 900px) {
  .offer-grid, .eng-grid { grid-template-columns: 1fr 1fr; }
  .guar-wrap { grid-template-columns: 1fr; gap: 30px; }
  .how-flow { grid-template-columns: repeat(2, 1fr); gap: 30px 18px; }
  .how-flow::before { display: none; }
}
@media (max-width: 620px) {
  .gsec { padding: 60px 0; }
  .offer-grid, .eng-grid, .fit-grid, .how-flow { grid-template-columns: 1fr; }
  .bk-times { grid-template-columns: repeat(3, 1fr); }
  .bk-card { padding: 22px 20px 24px; }
}
