/* GENERATED by scripts/offer/build-bundles.ts — do not hand-edit. */
/* ===== gcb — bundle pricing table (generated from src/lib/offer/pricing-table.ts) ===== */
.gcb{padding:clamp(48px,7vw,88px) 0}
/* The DOCUMENT is the scrolling element, so smooth anchor scrolling has to be set
   there — but only on pages that actually carry this section, hence :has(). Setting
   it bare on html would change scroll behaviour across every host page. */
html:has(.gcb){scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html:has(.gcb){scroll-behavior:auto}}
.gcb *{box-sizing:border-box}
.gcb .gcb-shell{max-width:1180px;margin-inline:auto;padding-inline:clamp(20px,5vw,40px)}
.gcb .gcb-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.gcb .gcb-ic{width:18px;height:18px;flex:none;display:block}
.gcb .gcb-head{max-width:660px;margin-bottom:clamp(28px,4vw,48px)}
.gcb .gcb-h{font-family:var(--font-display,inherit);font-weight:700;font-size:clamp(29px,3.4vw,42px);
  letter-spacing:-.028em;line-height:1.06;color:var(--ink,#1a1d18);margin:0}
.gcb .gcb-lede{font-size:clamp(16px,1.5vw,18px);color:var(--ink-2,#4a4f46);margin:14px 0 0}

/* ---- lead (hero) tier ----
   The entry plan stands alone, full width: most buyers want exactly this and
   should not have to compare three cards to reach it. */
.gcb .gcb-lead{margin-bottom:clamp(20px,3vw,28px)}
.gcb .gcb-card--hero{padding:clamp(26px,3vw,36px)}
.gcb .gcb-card--hero .gcb-cardhead{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 22px;
  padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--border,#e3e6de)}
.gcb .gcb-card--hero .gcb-name{font-size:30px}
.gcb .gcb-card--hero .gcb-tagline{flex:1 1 auto;margin:0}
.gcb .gcb-card--hero .gcb-price{margin:0}
.gcb .gcb-card--hero .gcb-price strong{font-size:56px}
.gcb .gcb-card--hero .gcb-terms{flex-basis:100%;margin:0}
.gcb .gcb-card--hero .gcb-blurb{max-width:62ch}
/* Two columns of features so the taller FREE-itemised list does not run long. */
.gcb .gcb-card--hero .gcb-feats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px clamp(20px,3vw,40px)}
.gcb .gcb-card--hero .gcb-foot{display:flex;flex-wrap:wrap;align-items:center;gap:8px 20px;padding-top:24px}
.gcb .gcb-card--hero .gcb-btn{width:auto;flex:0 0 auto;padding-inline:34px}
.gcb .gcb-card--hero .gcb-save{flex:1 1 260px;margin:0}
.gcb .gcb-card--hero .gcb-for{flex-basis:100%;margin:0}
/* FREE lines carry the emphasis — the value stack is the argument. */
.gcb .gcb-feats li.gcb-free span{font-weight:600}

/* ---- signpost to the store tiers ----
   Deliberately NOT scoped under .gcb: the same signpost also renders in the DFY
   hero, which lives outside this section. The gcb- prefix already namespaces it. */
.gcb-signpost{display:flex;flex-wrap:wrap;align-items:center;gap:6px 16px;margin-bottom:clamp(28px,4vw,44px)}
.gcb-more{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-label,inherit);
  font-weight:700;font-size:15px;padding:13px 24px;border-radius:var(--r-pill,999px);
  border:1.5px solid var(--border-strong,#c9cec2);background:transparent;color:var(--ink,#1a1d18);
  text-decoration:none;cursor:pointer;transition:border-color .14s ease,background .14s ease}
.gcb-more:hover{border-color:var(--ink,#1a1d18);background:var(--surface-2,#f5f7f1)}
.gcb-more .gcb-ic{width:18px;height:18px;flex:none;display:block}
.gcb-signhint{font-size:13.5px;color:var(--muted,#777d72);margin:0}
/* In the hero the signpost sits under the price note, so it needs its own rhythm. */
.gcs .gcb-signpost{margin:18px 0 0}

/* ---- store tiers ---- */
/* scroll-margin keeps the heading clear of a sticky header when the anchor lands. */
.gcb .gcb-store{scroll-margin-top:88px}
.gcb .gcb-storeh{font-family:var(--font-display,inherit);font-weight:700;font-size:clamp(20px,2.2vw,26px);
  letter-spacing:-.02em;color:var(--ink,#1a1d18);margin:0 0 16px}

/* ---- cards ---- */
.gcb .gcb-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,24px);align-items:start}
/* MUST come after .gcb-cards: same specificity, so source order decides. Declared
   above it, the 3-column base rule wins and the store tiers render at 1/3 width. */
.gcb .gcb-cards--store{grid-template-columns:repeat(2,minmax(0,1fr))}
.gcb .gcb-card{position:relative;display:flex;flex-direction:column;height:100%;background:var(--surface,#fff);
  border:1px solid var(--border,#e3e6de);border-radius:var(--r-lg,18px);padding:26px 24px 24px}
.gcb .gcb-card--pop{border-color:var(--brand,#9bd45f);box-shadow:0 0 0 3px rgba(155,212,95,.18)}
.gcb .gcb-badge{position:absolute;top:-11px;left:24px;background:var(--brand,#9bd45f);color:var(--brand-ink,#1a1d18);
  font-family:var(--font-label,inherit);font-weight:700;font-size:11px;letter-spacing:.06em;text-transform:uppercase;
  padding:4px 10px;border-radius:var(--r-pill,999px)}
.gcb .gcb-name{font-family:var(--font-display,inherit);font-weight:700;font-size:24px;letter-spacing:-.02em;
  color:var(--ink,#1a1d18);margin:0}
.gcb .gcb-tagline{font-size:14.5px;color:var(--muted,#777d72);margin:5px 0 0}
.gcb .gcb-price{display:flex;align-items:baseline;gap:10px;margin:18px 0 0}
.gcb .gcb-price s{color:var(--muted,#777d72);font-size:17px}
.gcb .gcb-price strong{font-family:var(--font-display,inherit);font-weight:700;font-size:46px;line-height:1;
  color:var(--ink,#1a1d18);letter-spacing:-.03em}
.gcb .gcb-terms{font-size:13px;color:var(--muted,#777d72);margin:6px 0 0}
.gcb .gcb-blurb{font-size:14.5px;color:var(--ink-2,#4a4f46);margin:16px 0 0}
.gcb .gcb-feats{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}
.gcb .gcb-feats li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;color:var(--ink,#1a1d18);line-height:1.45}
.gcb .gcb-feats .gcb-ic{color:var(--brand-strong,#5f9c22);margin-top:2px}
.gcb .gcb-foot{margin-top:auto;padding-top:22px}
.gcb .gcb-btn{display:flex;width:100%;align-items:center;justify-content:center;font-family:var(--font-label,inherit);
  font-weight:700;font-size:15px;padding:14px 22px;border-radius:var(--r-pill,999px);border:1.5px solid var(--border-strong,#c9cec2);
  background:transparent;color:var(--ink,#1a1d18);cursor:pointer;text-decoration:none;
  transition:background .14s ease,border-color .14s ease,color .14s ease}
.gcb .gcb-btn:hover{border-color:var(--ink,#1a1d18);background:var(--surface-2,#f5f7f1)}
.gcb .gcb-btn--pop{background:var(--brand,#9bd45f);border-color:var(--brand,#9bd45f);color:var(--brand-ink,#1a1d18)}
.gcb .gcb-btn--pop:hover{background:#a9dc76;border-color:#a9dc76;color:var(--brand-ink,#1a1d18)}
/* the tier the wizard currently carries — set by signup.js on the apex */
.gcb .gcb-btn--chosen{border-color:var(--brand-strong,#5f9c22);box-shadow:0 0 0 3px rgba(155,212,95,.22)}
.gcb .gcb-save{font-size:13px;color:var(--ink-2,#4a4f46);margin:14px 0 0;font-weight:600}
.gcb .gcb-for{font-size:12.5px;color:var(--muted,#777d72);margin:5px 0 0}

/* ---- comparison matrix ---- */
/* The matrix is wider than a phone. It scrolls INSIDE this wrapper — max-width
   pins the wrapper to its container so the wide table can never push the page
   itself sideways, whatever host page the section is dropped into. */
.gcb .gcb-tablewrap{margin-top:clamp(36px,5vw,64px);max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.gcb .gcb-table{width:100%;min-width:640px;border-collapse:collapse;font-size:14.5px}
.gcb .gcb-table th,.gcb .gcb-table td{text-align:left;padding:13px 16px;border-bottom:1px solid var(--border,#e3e6de)}
.gcb .gcb-table thead th{vertical-align:bottom;font-family:var(--font-display,inherit);color:var(--ink,#1a1d18);
  border-bottom:1.5px solid var(--border-strong,#c9cec2)}
.gcb .gcb-table thead th:first-child{font-size:15px}
.gcb .gcb-table td,.gcb .gcb-table tbody th{text-align:center}
.gcb .gcb-table tbody th[scope=row]{text-align:left;font-weight:500;color:var(--ink-2,#4a4f46)}
.gcb .gcb-th-n{display:block;font-weight:700;font-size:16px;letter-spacing:-.01em}
.gcb .gcb-th-p{display:block;font-family:var(--font-body,inherit);font-weight:600;font-size:13.5px;color:var(--muted,#777d72);margin-top:2px}
.gcb .gcb-col-pop{color:var(--brand-strong,#5f9c22)}
.gcb .gcb-sec th{background:var(--surface-2,#f5f7f1);font-family:var(--font-label,inherit);font-weight:700;
  font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted,#777d72);text-align:left}
.gcb .gcb-yes .gcb-ic{color:var(--brand-strong,#5f9c22);margin-inline:auto}
.gcb .gcb-no{color:var(--border-strong,#c9cec2)}

@media (max-width:900px){
  .gcb .gcb-cards{grid-template-columns:1fr;gap:22px}
  .gcb .gcb-cards--store{grid-template-columns:1fr}
  /* The lead tier already leads on mobile, so promoting "most popular" above it
     would fight the hierarchy — only reorder inside the store row. */
  .gcb .gcb-cards--store .gcb-card--pop{order:-1}
  .gcb .gcb-card--hero .gcb-feats{grid-template-columns:1fr}
  .gcb .gcb-card--hero .gcb-price strong{font-size:46px}
  .gcb .gcb-card--hero .gcb-btn{width:100%;flex:1 1 100%}
}
