@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap);
/* Bundled Taplio landing CSS for Webflow code components (shadow DOM). Generated by build_landings_css.py. */
/* ===== colors_and_type.css ===== */
/* Taplio Design System — colors_and_type.css
 * Source of truth: /Local-components/* in taplio.com.fig
 * lemfont Bold (display) is the real brand font, loaded locally.
 */

@font-face {
  font-family: "lemfont";
  src: url(https://code-components.website-files.com/6a4f43ca256c82d2c531c655%2Fmodule%2F8edb84e6a4d0b865e6ef-lemfont-Bold.ttf) format("truetype"),
       url(https://code-components.website-files.com/6a4f43ca256c82d2c531c655%2Fmodule%2F6c439063892f5537bdc5-lemfont-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:host, :host, .tap-landing {
  /* ---------- Colors: Brand ---------- */
  --brand-25:  #F0F5FF;
  --brand-50:  #ECEEFF;
  --brand-500: #316BFF;
  --brand-600: #3556E6;  /* Primary */
  --brand-700: #2C58B6;  /* Pressed */

  /* ---------- Colors: Ink (text) ---------- */
  --ink-900: #121212;
  --ink-700: #213856;
  --ink-500: #566F8F;
  --ink-400: #616366;
  --ink-300: #98A1AC;
  --ink-200: #CBCBCC;

  /* ---------- Colors: Lines & surfaces ---------- */
  --line-100: #EFEFEF;
  --line-200: #E5E5E5;
  --line-300: #DEDEDE;

  --surface-0:   #FFFFFF;
  --surface-50:  #FBFBFB;
  --surface-100: #F6F6F6;
  --surface-200: #F2F2F2;

  /* ---------- Colors: Semantic ---------- */
  --success-500: #31C52E;
  --success-300: #53DB78;
  --warn-500:    #EC6181;
  --info-500:    #0F66C4;

  /* ---------- Foreground / background semantic ---------- */
  --fg-1: var(--ink-900);
  --fg-2: var(--ink-400);
  --fg-3: var(--ink-300);
  --fg-link: var(--brand-600);
  --bg-1: var(--surface-0);
  --bg-2: var(--surface-50);
  --bg-3: var(--surface-200);
  --bg-brand: var(--brand-600);

  /* ---------- Type: Families ---------- */
  --font-display: "lemfont", "Inter", system-ui, sans-serif;
  --font-body:    "Inter", system-ui, -apple-system, sans-serif;
  --font-feature: "DM Sans", "Inter", system-ui, sans-serif;

  /* ---------- Type: Sizes ---------- */
  --text-xs:  12px;
  --text-sm:  14px;
  --text-md:  16px;
  --text-lg:  18px;
  --text-xl:  20px;
  --text-2xl: 24px;
  --text-3xl: 32px;
  --text-display-sm: 36px;
  --text-display-md: 44px;
  --text-display-lg: 56px;
  --text-display-xl: 78px;

  /* ---------- Type: Line heights ---------- */
  --lh-tight:  1.2;
  --lh-snug:   1.3;
  --lh-normal: 1.4;
  --lh-loose:  1.55;

  /* ---------- Type: Weights ---------- */
  --fw-regular: 400;
  --fw-medium:  500;
  --fw-semi:    600;
  --fw-bold:    700;

  /* ---------- Spacing (all 4-aligned) ---------- */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-16: 64px;
  --space-20: 80px;
  --space-25: 100px;
  --space-35: 140px;

  /* ---------- Layout ---------- */
  --container-max: 1120px;
  --container-gutter: 160px;

  /* ---------- Radius ---------- */
  --radius-sm:  8px;
  --radius-md:  12px;
  --radius-lg:  16px;
  --radius-xl:  20px;
  --radius-2xl: 28px;
  --radius-full: 9999px;

  /* ---------- Shadow ---------- */
  --shadow-card:         2px 4px 8px rgba(0,0,0,0.04);
  --shadow-card-hover:   2px 6px 14px rgba(0,0,0,0.07);
  --shadow-elevated:     0px 4px 4px rgba(0,0,0,0.25);

  /* ---------- Motion ---------- */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast:  120ms;
  --dur-base:  150ms;
  --dur-slow:  300ms;
}

/* =================================================================
 * Element defaults
 * ================================================================= */

html { color-scheme: light; }
body, :host, .tap-landing {
  font-family: var(--font-body);
  font-size: var(--text-md);
  line-height: var(--lh-normal);
  color: var(--fg-1);
  background: var(--bg-1);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, .h1 {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: var(--text-display-md);
  line-height: var(--lh-tight);
  letter-spacing: 0.01em;
  color: var(--ink-900);
  margin: 0;
}
h2, .h2 {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: var(--text-display-sm);
  line-height: var(--lh-tight);
  letter-spacing: 0.01em;
  color: var(--ink-900);
  margin: 0;
}
h3, .h3 {
  font-family: var(--font-body);
  font-weight: var(--fw-semi);
  font-size: var(--text-2xl);
  line-height: var(--lh-normal);
  color: var(--ink-900);
  margin: 0;
}
h4, .h4 {
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: var(--text-lg);
  line-height: var(--lh-normal);
  color: var(--ink-900);
  margin: 0;
}
p, .p {
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
  font-size: var(--text-md);
  line-height: var(--lh-normal);
  color: var(--fg-2);
  margin: 0;
}
small, .caption {
  font-size: var(--text-sm);
  color: var(--fg-3);
}
a {
  color: var(--fg-link);
  text-decoration: none;
  transition: color var(--dur-base) var(--ease-out);
}
a:hover { color: var(--brand-700); }

code, pre {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
  background: var(--surface-100);
  border-radius: 6px;
  padding: 2px 6px;
}

/* =================================================================
 * Component primitives
 * ================================================================= */

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: var(--space-2);
  height: 44px;
  padding: 0 var(--space-5);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
  font-size: var(--text-md);
  line-height: 1;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color var(--dur-base) var(--ease-out),
              color var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out);
}
.btn--primary { background: var(--brand-600); color: #fff; }
.btn--primary:hover { background: var(--brand-700); }
.btn--secondary { background: var(--brand-50); color: var(--brand-600); }
.btn--secondary:hover { background: #DDE2FF; }
.btn--outline { background: transparent; color: var(--ink-400); border-color: var(--line-200); }
.btn--outline:hover { background: var(--surface-100); color: var(--ink-900); }
.btn--ghost { background: transparent; color: var(--ink-400); }
.btn--ghost:hover { background: var(--surface-100); }
.btn--sm { height: 36px; padding: 0 var(--space-4); font-size: var(--text-sm); }
.btn--lg { height: 52px; padding: 0 var(--space-6); font-size: var(--text-lg); }

.card {
  background: var(--surface-0);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  padding: var(--space-5);
}

.input {
  height: 44px;
  padding: 0 var(--space-4);
  border-radius: var(--radius-md);
  border: 1px solid var(--line-200);
  background: var(--surface-0);
  font-family: var(--font-body);
  font-size: var(--text-md);
  color: var(--ink-900);
}
.input:focus { outline: none; border-color: var(--brand-600); box-shadow: 0 0 0 4px rgba(53,86,230,0.12); }

.badge {
  display: inline-flex; align-items: center; gap: 6px;
  height: 24px; padding: 0 10px;
  border-radius: var(--radius-full);
  background: var(--brand-50); color: var(--brand-600);
  font-size: var(--text-xs); font-weight: var(--fw-medium);
}

/* ===== marketing.css ===== */
/* Taplio marketing — shared shell + components
 * Layers on top of colors_and_type.css (tokens + primitives).
 * Accent + heading font are tweakable via --accent / --display-font.
 */

:host, :host, .tap-landing {
  --accent: var(--brand-600);
  --accent-bright: var(--brand-500);
  --accent-press: var(--brand-700);
  --accent-tint: var(--brand-50);
  --accent-faint: var(--brand-25);
  --display-font: var(--font-display);
  --page-max: 1200px;
  --gutter: clamp(20px, 5vw, 80px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body, :host, .tap-landing { margin: 0; overflow-x: hidden; }
/* Each code component renders in its own shadow root as .tap-landing. The body rule
   above gets remapped onto it — but overflow-x:hidden forces overflow-y to `auto`,
   which makes the component scroll internally when Webflow gives the host a fixed
   height. `clip` prevents horizontal overflow WITHOUT coupling the vertical axis. */
.tap-landing { overflow-x: clip; overflow-y: visible; height: auto; max-height: none; }

.h-display { font-family: var(--display-font); font-weight: 700; letter-spacing: 0.01em; line-height: 1.05; color: var(--ink-900); margin: 0; }
.accent-text { color: var(--accent); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--page-max); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent);
}
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--accent); }
.eyebrow--center::before { display: none; }

.lead { font-family: var(--font-body); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; color: var(--ink-400); }

/* ---------- Coach badge (shared) ---------- */
.coach-badge { display: inline-flex; align-items: center; gap: 9px; padding: 6px 16px 6px 7px; border-radius: 999px; background: #fff; border: 1px solid var(--line-200); box-shadow: var(--shadow-card); font-size: 13px; font-weight: 600; color: var(--ink-700); white-space: nowrap; max-width: 100%; }
.coach-badge .av { flex: none; width: 26px; height: 26px; border-radius: 999px; background: var(--accent); color: #fff; display: grid; place-items: center; }
.coach-badge .av .ic, .coach-badge .av svg { width: 15px; height: 15px; }
.coach-badge .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--success-500); }

/* ---------- Buttons (extend primitives) ---------- */
.btn { white-space: nowrap; }
.btn--primary { background: var(--accent); }
.btn--primary:hover { background: var(--accent-press); }
.btn--secondary { background: var(--accent-tint); color: var(--accent); }
.btn--cta { box-shadow: 0 12px 28px -10px color-mix(in srgb, var(--accent) 70%, transparent); }
.btn--xl { height: 58px; padding: 0 30px; font-size: 17px; font-weight: 600; border-radius: 14px; }
.btn .ic { width: 18px; height: 18px; }

.btn-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.note-row { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ink-300); }
.note-row .ic { width: 16px; height: 16px; color: var(--success-500); }

/* ---------- Floating nav ---------- */
.nav-wrap { position: sticky; top: 16px; z-index: 60; padding: 0 var(--gutter); }
.nav {
  display: flex; align-items: center; gap: 8px;
  max-width: var(--page-max); margin: 0 auto;
  padding: 10px 10px 10px 22px; border-radius: 18px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(18,18,18,0.06);
  box-shadow: 0 8px 30px rgba(18,18,18,0.06);
}
.nav__logo { height: 26px; display: block; }
.nav__links { display: flex; align-items: center; gap: 4px; margin-left: 18px; }
.nav__link {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-body); font-size: 15px; font-weight: 500; color: var(--ink-700);
  padding: 9px 12px; border-radius: 10px; cursor: pointer; background: none; border: 0;
  transition: background var(--dur-base), color var(--dur-base);
}
.nav__link:hover { color: var(--ink-900); background: var(--surface-100); }
.nav__link .chev { width: 15px; height: 15px; transition: transform var(--dur-base); }
.nav__actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }

/* Mega menu */
.nav__mega-host { position: relative; }
.mega {
  position: absolute; top: calc(100% + 12px); left: 0; transform: translateY(8px);
  width: min(720px, 92vw); max-width: calc(100vw - 24px); padding: 14px; border-radius: 20px;
  background: var(--surface-0); border: 1px solid var(--line-200);
  box-shadow: 0 24px 60px -20px rgba(18,18,18,0.22);
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity var(--dur-base), transform var(--dur-base), visibility var(--dur-base);
}
/* Invisible bridge across the button-to-panel gap so the menu stays open while the
   cursor travels down into it. */
.mega::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.nav__mega-host:hover .mega,
.nav__mega-host:focus-within .mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.nav__mega-host:hover .chev { transform: rotate(180deg); }
.mega__item { display: flex; gap: 13px; padding: 13px; border-radius: 14px; text-decoration: none; transition: background var(--dur-base); }
.mega__item:hover { background: var(--surface-100); }
.mega__ic { flex: none; width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent); }
.mega__ic .ic { width: 20px; height: 20px; }
.mega__t { font-family: var(--font-body); font-weight: 600; font-size: 15px; color: var(--ink-900); margin: 0 0 2px; display: flex; align-items: center; gap: 7px; }
.mega__d { font-size: 13px; line-height: 1.4; color: var(--ink-400); margin: 0; }
.pill { font-size: 10px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--accent); background: var(--accent-tint); padding: 2px 7px; border-radius: 999px; }

/* Standalone navbar code component: keep it pinned on top and let dropdowns overlay
   every section below. The Webflow component element should also be set to
   Position: Fixed/Sticky, top 0, full width, high z-index — page-level stacking is
   controlled by the host element, which lives outside the shadow root. */
/* position:fixed pins the bar to the viewport and lets its dropdowns overlay every
   section below — even though each code component renders in its own shadow host.
   A fixed subtree escapes host-level stacking to the viewport's top layer, so no
   Webflow-side z-index config is needed. (Caveat: an ancestor with transform/filter/
   will-change would trap it — the page body has none.) */
/* The bar is position:fixed so its dropdowns escape to the viewport's top layer and
   overlay every section below (no Webflow z-index config needed). A fixed root would
   collapse the code component to 0px height and make it impossible to add in the
   Designer — so a sibling `.nav-spacer` stays in flow and reserves the bar's height,
   giving the component a real, selectable box. */
.tap-navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 2147483000; padding-top: 16px; }
.nav-spacer { height: 74px; pointer-events: none; }
.tap-navbar, .tap-navbar .nav__links, .tap-navbar .nav__mega-host { overflow: visible; }
.tap-navbar .mega { z-index: 2147483001; }

/* Resources / Free tools / Use cases dropdowns. Every item = icon + title +
   description + a hover arrow. Claude Skills / Masterclasses / Benchmark are cards. */
.mega--menu { display: block; padding: 12px; }
.mega--res { width: 520px; }
.mega--tools { width: 760px; }
.mega--uc { width: 340px; }

.mega__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 6px; }
.mega__list { display: grid; grid-template-columns: 1fr; gap: 2px; }
.mega__tools-row { display: grid; grid-template-columns: 210px 1fr; gap: 12px; }
.mega__tools-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; align-content: start; }

/* icon + title + description link, with a hover arrow (image #2 pattern) */
.mega__mini { display: flex; align-items: center; gap: 11px; padding: 9px 11px; border-radius: 12px; text-decoration: none; border: 1px solid transparent; transition: background var(--dur-base), border-color var(--dur-base); }
.mega__mini:hover { background: var(--surface-0); border-color: var(--line-200); box-shadow: 0 6px 16px -10px rgba(18,18,18,0.22); }
.mega__mini-ic { flex: none; width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; background: var(--surface-100); color: var(--accent); }
.mega__mini-ic .ic, .mega__mini-ic svg { width: 17px; height: 17px; display: block; }
.mega__mini-tx { flex: 1; min-width: 0; }
/* Scope text styles to the text wrapper so they don't clobber .mega__mini-ic (also a span). */
.mega__mini-tx b { display: block; font-family: var(--font-body); font-size: 13.5px; font-weight: 600; color: var(--ink-900); line-height: 1.25; }
.mega__mini-tx span { display: block; font-size: 11.5px; line-height: 1.3; color: var(--ink-400); margin-top: 1px; }

/* Hover arrow shared by product items and minis */
.mega__arw { flex: none; width: 17px; height: 17px; color: var(--accent); opacity: 0; transform: translateX(-5px); transition: opacity var(--dur-base), transform var(--dur-base); }
.mega__mini:hover .mega__arw, .mega__item:hover .mega__arw { opacity: 1; transform: translateX(0); }
.mega__item { align-items: center; }
.mega__item-tx { flex: 1; min-width: 0; }

/* --- Claude Skills card (grey, dual 3D squircles) --- */
.cs-card { position: relative; display: block; padding: 16px 16px 0; border-radius: 18px; text-decoration: none; overflow: hidden; background: var(--surface-100); border: 1px solid var(--line-200); transition: box-shadow var(--dur-base), transform var(--dur-base); min-height: 210px; }
.cs-card:hover { box-shadow: 0 16px 34px -18px rgba(18,18,18,0.28); transform: translateY(-2px); }
.cs-badge { display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: 0.06em; color: #fff; background: var(--accent); padding: 4px 10px; border-radius: 999px; }
.cs-card__t { display: block; font-family: var(--font-body); font-weight: 700; font-size: 17px; color: var(--ink-900); margin-top: 12px; line-height: 1.2; }
.cs-card__d { display: block; font-size: 13px; line-height: 1.4; color: var(--ink-500, var(--ink-400)); margin-top: 8px; }
.cs-illus { display: flex; justify-content: flex-start; margin-top: 14px; padding-bottom: 4px; }
/* iOS 26 liquid-glass squircles: translucent tinted glass + gloss highlight + rim */
.cs-sq { width: 66px; height: 66px; border-radius: 18px; display: grid; place-items: center; box-shadow: 0 12px 22px -10px rgba(18,18,18,0.4); }
.cs-sq--clay { background: linear-gradient(150deg, #d98a63, #bf6640); transform: rotate(-11deg); z-index: 1; }
.cs-sq--blue { background: linear-gradient(150deg, #4b68ec, #2f4fd8); transform: rotate(9deg); margin-left: -16px; }
.cs-burst { width: 34px; height: 34px; }
.cs-mark { width: 34px; height: 34px; color: #fff; }

/* --- Masterclasses card (blue, generated 3D icon) --- */
.mc-card { position: relative; display: flex; flex-direction: column; padding: 16px; border-radius: 18px; text-decoration: none; overflow: hidden; background: linear-gradient(160deg, #4b68ec 0%, #2f4fd8 60%, #2440b8 100%); min-height: 210px; transition: box-shadow var(--dur-base), transform var(--dur-base); }
.mc-card:hover { box-shadow: 0 16px 34px -16px rgba(47,79,216,0.6); transform: translateY(-2px); }
.mc-card__img { width: 96px; height: 96px; object-fit: contain; filter: drop-shadow(0 14px 22px rgba(8,16,70,0.6)); margin: -4px 0 auto -6px; }
.mc-card__t { display: block; font-family: var(--font-body); font-weight: 700; font-size: 17px; color: #fff; margin-top: 14px; line-height: 1.2; }
.mc-card__d { display: block; font-size: 13px; line-height: 1.4; color: rgba(255,255,255,0.82); margin-top: 8px; }

/* --- Benchmark card (square, chart background) --- */
.bench-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; border-radius: 16px; text-decoration: none; overflow: hidden; background: linear-gradient(160deg, #1e2b57 0%, #24408f 100%); aspect-ratio: 1 / 1; transition: box-shadow var(--dur-base), transform var(--dur-base); }
.bench-card:hover { box-shadow: 0 16px 34px -16px rgba(36,64,143,0.65); transform: translateY(-2px); }
.bench-card__chart { position: absolute; left: 0; right: 0; bottom: 0; height: 62%; color: rgba(120,160,255,0.45); }
.bench-chart { width: 100%; height: 100%; display: block; }
.bench-chart rect { fill: rgba(120,160,255,0.32); }
.bench-card__ic { position: relative; width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: rgba(255,255,255,0.16); color: #fff; margin-bottom: auto; }
.bench-card__ic .ic { width: 20px; height: 20px; }
.bench-card__t { position: relative; font-family: var(--font-body); font-weight: 700; font-size: 15px; color: #fff; line-height: 1.2; }
.bench-card__d { position: relative; font-size: 12px; line-height: 1.35; color: rgba(255,255,255,0.85); margin-top: 5px; }

/* Buttons duplicated inside the links panel — desktop shows the bar copy, mobile
   shows these inside the burger menu. */
.nav__mobile-actions { display: none; }
.nav__burger .ic { width: 24px; height: 24px; }

/* Mobile menu for the standalone navbar component (burger toggles .is-open). */
@media (max-width: 900px) {
  /* Bar keeps only the logo + burger; the two CTAs move into the burger menu. */
  .nav__actions .btn { display: none; }
  .nav.is-open { position: relative; }
  .nav.is-open .nav__links {
    display: flex; position: absolute; top: calc(100% + 12px); left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--surface-0); border: 1px solid var(--line-200); border-radius: 18px;
    padding: 12px; box-shadow: 0 24px 60px -20px rgba(18,18,18,0.22); margin-left: 0;
  }
  .nav.is-open .nav__mega-host { position: static; }
  /* Accordion: each section is collapsed until its title is tapped (.is-expanded). */
  .nav.is-open .mega {
    position: static; transform: none; width: 100%; min-width: 0; box-shadow: none; border: 0;
    grid-template-columns: 1fr;
    opacity: 1; visibility: hidden; pointer-events: none;
    max-height: 0; overflow: hidden; padding: 0 0 0 10px;
    transition: max-height 0.32s ease, padding 0.32s ease;
  }
  .nav.is-open .nav__mega-host.is-expanded .mega {
    visibility: visible; pointer-events: auto; max-height: 1600px; padding: 2px 0 10px 10px;
  }
  .nav.is-open .nav__mega-host.is-expanded > .nav__link .chev { transform: rotate(180deg); }
  .nav.is-open .mega::before { display: none; }
  /* stack the multi-column dropdown layouts on narrow screens */
  .nav.is-open .mega--res, .nav.is-open .mega--tools, .nav.is-open .mega--uc { width: 100%; }
  .nav.is-open .mega__cards, .nav.is-open .mega__tools-row, .nav.is-open .mega__tools-grid { grid-template-columns: 1fr; }
  .nav.is-open .bench-card { aspect-ratio: auto; min-height: 120px; }
  .nav.is-open .nav__mobile-actions {
    display: flex; flex-direction: column; gap: 8px;
    margin-top: 10px; padding-top: 12px; border-top: 1px solid var(--line-200);
  }
  .nav.is-open .nav__mobile-actions .btn { display: inline-flex; justify-content: center; width: 100%; }
}

.nav__burger { display: none; }

/* ---------- App mockup chrome ---------- */
.shot {
  border-radius: var(--radius-xl); background: var(--surface-0);
  border: 1px solid var(--line-200); overflow: hidden;
  box-shadow: 0 40px 80px -40px rgba(33,56,86,0.35), 0 8px 24px -12px rgba(33,56,86,0.18);
}
.shot__bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 1px solid var(--line-100); background: var(--surface-50); }
.shot__dot { width: 11px; height: 11px; border-radius: 50%; background: var(--line-300); }
.shot__dot:nth-child(1) { background: #FF5F57; }
.shot__dot:nth-child(2) { background: #FEBC2E; }
.shot__dot:nth-child(3) { background: #28C840; }
.shot__url { margin-left: 14px; font-family: var(--font-body); font-size: 12px; color: var(--ink-300); display: flex; align-items: center; gap: 6px; }
.shot__url .ic { width: 12px; height: 12px; }

/* Generic app layout inside a shot */
.app { display: grid; grid-template-columns: 64px 1fr; background: var(--surface-50); }
.app__rail { background: var(--surface-0); border-right: 1px solid var(--line-100); padding: 16px 0; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.app__rail-logo { width: 30px; height: 30px; border-radius: 9px; background: var(--accent); display: grid; place-items: center; margin-bottom: 8px; }
.app__rail-ic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; color: var(--ink-300); }
.app__rail-ic .ic { width: 19px; height: 19px; }
.app__rail-ic.is-active { background: var(--accent-tint); color: var(--accent); }
.app__main { padding: 20px; min-width: 0; }

/* ---------- Feature rows (image-text) ---------- */
.featrow { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.featrow--flip .featrow__media { order: -1; }
.featrow + .featrow { margin-top: clamp(72px, 10vw, 130px); }
.feat-kicker { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 14px; color: var(--accent); margin-bottom: 18px; }
.feat-kicker .ic { width: 17px; height: 17px; }
.featrow h3.h-display { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.12; }
.featrow .lead { margin-top: 16px; }

.checklist { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.checklist li { display: flex; gap: 11px; font-family: var(--font-feature); font-size: 16px; line-height: 1.45; color: var(--ink-400); }
.checklist .ic { flex: none; width: 20px; height: 20px; color: var(--accent); margin-top: 1px; }

/* ---------- Stat / proof strip ---------- */
.proofstrip { display: flex; flex-wrap: wrap; gap: clamp(28px, 5vw, 64px); align-items: center; justify-content: center; }
.proofstrip__t { font-size: 13px; color: var(--ink-300); font-weight: 500; }
.logo-ghost { font-family: var(--display-font); font-weight: 700; font-size: 19px; color: var(--ink-300); opacity: 0.8; }

.statgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 4vw, 48px); }
.stat__n { font-family: var(--display-font); font-weight: 700; font-size: clamp(40px, 5vw, 60px); line-height: 1; color: var(--accent); letter-spacing: -0.01em; }
.stat__l { margin-top: 10px; font-size: 15px; color: var(--ink-400); }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; border-top: 1px solid var(--line-200); }
.faq__item { border-bottom: 1px solid var(--line-200); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; background: none; border: 0; cursor: pointer; text-align: left; font-family: var(--font-body); font-weight: 600; font-size: 18px; color: var(--ink-900); }
.faq__q .ic { flex: none; width: 22px; height: 22px; color: var(--ink-300); transition: transform var(--dur-base); }
.faq__item.is-open .faq__q .ic { transform: rotate(45deg); color: var(--accent); }
.faq__a { overflow: hidden; max-height: 0; transition: max-height var(--dur-slow) var(--ease-out); }
.faq__a-inner { padding: 0 4px 26px; font-size: 16px; line-height: 1.6; color: var(--ink-400); max-width: 660px; }

/* ---------- Nav CTA — animated gradient border ---------- */
.nav__actions .btn--primary { position: relative; z-index: 0; isolation: isolate; overflow: visible; }
.nav__actions .btn--primary::before {
  content: ""; position: absolute; inset: -2px; border-radius: inherit; z-index: -1;
  background: linear-gradient(120deg, var(--brand-500), #8FA8FF, var(--brand-700), #6E86F7, var(--brand-500));
  background-size: 300% 300%;
  animation: navCtaBorder 4s ease infinite;
}
.nav__actions .btn--primary::after {
  content: ""; position: absolute; inset: -2px; border-radius: inherit; z-index: -2;
  background: linear-gradient(120deg, var(--brand-500), #8FA8FF, var(--brand-700), #6E86F7, var(--brand-500));
  background-size: 300% 300%;
  filter: blur(9px); opacity: 0.55;
  animation: navCtaBorder 4s ease infinite;
}
@keyframes navCtaBorder { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@media (prefers-reduced-motion: reduce) { .nav__actions .btn--primary::before, .nav__actions .btn--primary::after { animation: none; } }

/* ---------- Support block ---------- */
.support { text-align: center; max-width: 580px; margin: 0 auto; }
.support__avatars { display: flex; justify-content: center; margin-bottom: 24px; }
.support__av { width: 62px; height: 62px; border-radius: 999px; border: 3px solid var(--surface-0); margin-left: -16px; box-shadow: var(--shadow-card); overflow: hidden; background: var(--surface-100); }
.support__av:first-child { margin-left: 0; }
.support h3 { font-family: var(--display-font); font-weight: 700; font-size: clamp(24px, 3vw, 34px); color: var(--ink-900); margin: 0 0 10px; letter-spacing: 0.01em; }
.support p { color: var(--ink-400); font-size: 17px; line-height: 1.5; margin: 0 auto 26px; max-width: 42ch; }
.support .btn .ic { width: 18px; height: 18px; }

/* ---------- Final CTA ---------- */
.cta-card {
  position: relative; overflow: hidden; border-radius: var(--radius-2xl);
  padding: clamp(52px, 7vw, 90px) clamp(28px, 5vw, 64px) clamp(250px, 32vw, 380px); text-align: center; color: #fff;
  /* Brand blue #3656E6, lighter at the top, darker toward the bottom. */
  background: linear-gradient(180deg, #4c69ec 0%, #3656e6 42%, #2941b2 100%);
  box-shadow: 0 40px 90px -40px color-mix(in srgb, var(--accent) 80%, transparent);
}
/* Decorative banner pinned to the bottom of the card, capped at 30% of its height
   (does not affect the card's total height). */
.cta-card__bg { position: absolute; left: 0; right: 0; bottom: 0; top: auto; width: 100%; height: 30%; max-height: 30%; object-fit: cover; object-position: center bottom; opacity: 1; z-index: 0; }
.cta-card > *:not(.cta-card__bg) { position: relative; z-index: 2; }
.cta-card h2 { font-family: var(--display-font); font-weight: 700; font-size: clamp(32px, 4.5vw, 54px); line-height: 1.08; letter-spacing: 0.01em; margin: 0 auto; max-width: 16ch; color: #fff; }
.cta-card p { color: rgba(255,255,255,0.86); font-size: 18px; line-height: 1.5; max-width: 46ch; margin: 18px auto 0; }
.cta-card .btn-row { justify-content: center; margin-top: 32px; }
.btn--onbrand { background: #fff; color: var(--accent); }
.btn--onbrand:hover { background: #fff; opacity: 0.92; }
.btn--onbrand-ghost { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.4); }
.btn--onbrand-ghost:hover { background: rgba(255,255,255,0.2); }

/* ---------- Footer ---------- */
.footer { background: var(--surface-200); padding: clamp(56px, 7vw, 84px) 0 40px; }
.footer__top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; }
.footer__brand p { margin-top: 16px; max-width: 30ch; font-size: 15px; color: var(--ink-400); }
.footer__col h5 { font-family: var(--font-body); font-weight: 600; font-size: 14px; color: var(--ink-900); margin: 0 0 16px; }
.footer__col a { display: block; font-size: 14px; color: var(--ink-400); padding: 6px 0; }
.footer__col a:hover { color: var(--accent); }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line-200); font-size: 13px; color: var(--ink-300); }
.footer__social { display: flex; gap: 8px; }
.footer__social a { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: var(--surface-0); color: var(--ink-400); border: 1px solid var(--line-200); }
.footer__social a:hover { color: var(--accent); border-color: var(--accent); }
.footer__social .ic { width: 17px; height: 17px; }

/* ---------- Testimonials grid (shared) ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tcard { background: #fff; border: 1px solid var(--line-200); border-radius: var(--radius-xl); padding: 26px; box-shadow: var(--shadow-card); display: flex; flex-direction: column; }
.tcard__stars { color: var(--accent); display: flex; gap: 2px; margin-bottom: 13px; }
.tcard__stars { color: #F5A623; }
.tcard__stars .ic, .tcard__stars svg { width: 16px; height: 16px; fill: currentColor; stroke: currentColor; }
.tcard p { font-size: 15px; line-height: 1.55; color: var(--ink-700); margin: 0; }
.tcard__rev { margin-top: 16px; display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; font-size: 13px; font-weight: 600; color: var(--success-500); background: color-mix(in srgb, var(--success-500) 12%, white); border-radius: 999px; padding: 5px 11px; }
.tcard__rev .ic { width: 14px; height: 14px; }
.tcard__who { display: flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 20px; }
.tcard__who .av { width: 42px; height: 42px; border-radius: 999px; background: linear-gradient(135deg, #213856, #566F8F); flex: none; }
.tcard__who b { font-size: 14px; color: var(--ink-900); display: block; }
.tcard__who small { font-size: 12px; color: var(--ink-300); }

.logo-inline { height: 0.92em; width: auto; vertical-align: baseline; transform: translateY(0.07em); margin-left: 0.12em; }

/* Homepage "Loved by creators" testimonial style, reused in product "Real results"
   sections (real photos + follower counts + LinkedIn icon + filled orange stars). */
.tcard .stars { color: #F5A623; display: flex; gap: 2px; margin-bottom: 13px; }
.tcard .stars .ic, .tcard .stars svg { width: 16px; height: 16px; fill: currentColor; stroke: currentColor; }
.tcard .who { display: flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 20px; }
.tcard .who .av { width: 44px; height: 44px; border-radius: 999px; object-fit: cover; flex: none; background: var(--line-100); }
.tcard .who img.av { object-fit: cover; }
.tcard .who b { font-size: 14px; color: var(--ink-900); display: block; }
.tcard .who small { font-size: 12px; color: var(--ink-300); }
.tcard-li { width: 20px; height: 20px; margin-left: auto; flex: none; }

/* inline CTA strip under testimonials */
.cta-inline { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: clamp(40px, 5vw, 56px); text-align: center; }
.cta-inline h3 { font-family: var(--display-font); font-weight: 700; font-size: clamp(24px, 3vw, 34px); color: var(--ink-900); margin: 0; letter-spacing: 0.01em; }

@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr; } }

/* ---------- Testimonials marquee (self-scrolling) ---------- */
.testi-marquee { position: relative; overflow: hidden; }
.testi-marquee .testi-track { display: flex; gap: 20px; width: max-content; will-change: transform; }
.testi-marquee .tcard { width: 350px; flex: none; }
.testi-marquee.is-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media (prefers-reduced-motion: no-preference) {
  .testi-marquee.is-anim { -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
  .testi-marquee.is-anim .testi-track { animation: testiScroll var(--testi-dur, 40s) linear infinite; }
  .testi-marquee.is-anim:hover .testi-track { animation-play-state: paused; }
}
@keyframes testiScroll { to { transform: translateX(calc(-1 * var(--testi-shift, 0px))); } }
@media (max-width: 600px) { .testi-marquee .tcard { width: 300px; } }

/* ---------- Resources / blog ---------- */
.reshead { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(32px, 4vw, 48px); }
.reshead h2 { font-size: clamp(28px, 3.6vw, 42px); margin-top: 14px; }
.resgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rcard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line-200); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-card); transition: box-shadow var(--dur-base), transform var(--dur-base); }
.rcard:hover { box-shadow: var(--shadow-card-hover); transform: translateY(-3px); }
.rcard__img { width: 100%; aspect-ratio: 16 / 10; display: block; background: var(--surface-100); object-fit: cover; }
.rcard__body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.rcard__cat { align-self: flex-start; font-size: 12px; font-weight: 600; color: var(--accent); background: var(--accent-tint); border-radius: 999px; padding: 4px 11px; }
.rcard__t { font-family: var(--font-body); font-weight: 600; font-size: 18px; line-height: 1.3; color: var(--ink-900); margin: 0; text-wrap: pretty; }
.rcard__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 4px; }
.rcard__meta { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--ink-300); }
.rcard__meta .ic { width: 14px; height: 14px; }
.rcard__more { color: var(--accent); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; }
.rcard__more .ic { width: 15px; height: 15px; }
@media (max-width: 900px) { .resgrid { grid-template-columns: 1fr 1fr; } .reshead { flex-direction: column; align-items: flex-start; } }
@media (max-width: 600px) { .resgrid { grid-template-columns: 1fr; } }

/* ---------- Reveal on scroll ---------- */
/* End-state is the BASE so content is always visible (print, reduced-motion,
   no-IntersectionObserver, export). Hidden start only applies once JS opts in
   via html.js-reveal AND the user allows motion. */
.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  html.js-reveal .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
  html.js-reveal .reveal.in { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__burger { display: inline-flex; }
  .featrow { grid-template-columns: 1fr; gap: 36px; }
  .featrow--flip .featrow__media { order: 0; }
  .statgrid { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer__top { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
}

.band .testi, .testi__q { color: #fff; }

/* Proof strip: 5-star rating + overlapping avatar stack of real creators (Sec2). */
.proofstrip--people { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.proof-stars { display: inline-flex; gap: 3px; color: #F5A623; }
.proof-stars .rstar { width: 22px; height: 22px; }
.proof-avstack { display: flex; justify-content: center; align-items: center; }
.proof-av { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; margin-left: -16px; box-shadow: 0 6px 18px -6px rgba(18,18,18,0.28); background: var(--line-100); }
.proof-av:first-child { margin-left: 0; }
@media (max-width: 560px){ .proof-av { width: 52px; height: 52px; margin-left: -14px; } .proof-stars .rstar { width: 19px; height: 19px; } }

/* ===== product.css ===== */
/* Shared styles for all Taplio product pages.
 * Loaded after colors_and_type.css + marketing.css. */

/* ---------- Hero (split) ---------- */
.hero { position: relative; padding: clamp(48px, 7vw, 96px) 0 clamp(56px, 8vw, 110px); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 50% at 78% 8%, color-mix(in srgb, var(--accent) 12%, transparent), transparent 70%),
    linear-gradient(180deg, var(--accent-faint), #fff 62%); }
.hero__grid { display: grid; grid-template-columns: 1.04fr 1.18fr; gap: clamp(32px, 4vw, 64px); align-items: center; }
.hero h1.h-display { font-size: clamp(38px, 5.2vw, 64px); line-height: 1.03; }
.hero .lead { margin-top: 22px; max-width: 62ch; }
.hero .btn-row { margin-top: 32px; }
.hero__notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; }
.hero .coach-badge { margin-bottom: 22px; }

.hero.tw-center .hero__grid { grid-template-columns: 1fr; text-align: center; }
.hero.tw-center .btn-row, .hero.tw-center .hero__notes { justify-content: center; }
.hero.tw-center .lead { margin-left: auto; margin-right: auto; }
.hero.tw-center .coach-badge { margin-left: auto; margin-right: auto; }
.hero.tw-center { padding-bottom: 0; }
.hero.tw-center .hero__media { max-width: 980px; margin: clamp(24px, 3.5vw, 44px) auto 0; }

/* Merged hero + proof strip: one blue glow behind the hero visual that bleeds DOWN
   into the proof / "creators love" strip (same component, so no section border clips
   it). Used on the homepage and the Create hero. */
.hero, .hero__stage { overflow: visible; height: auto; }
.hero__stage { position: relative; margin-top: 0; }
.hero__stage-inner, .hero__proof { position: relative; z-index: 1; }
.hero__proof { padding-top: clamp(34px, 4vw, 54px); padding-bottom: clamp(40px, 5vw, 74px); }
.hero.tw-center .hero__stage .hero__media { margin-top: clamp(24px, 3.5vw, 44px); }
.hero__glow { position: absolute; left: 50%; top: -8%; transform: translateX(-50%);
  width: min(1360px, 104%); height: 128%; z-index: 0; pointer-events: none;
  background:
    radial-gradient(62% 56% at 50% 44%, color-mix(in srgb, var(--brand-500) 52%, transparent), transparent 76%),
    radial-gradient(50% 52% at 20% 30%, color-mix(in srgb, #5B7BF0 42%, transparent), transparent 70%),
    radial-gradient(54% 54% at 82% 60%, color-mix(in srgb, var(--brand-500) 42%, transparent), transparent 70%),
    linear-gradient(180deg, transparent 44%, color-mix(in srgb, var(--brand-500) 20%, transparent) 78%, transparent 100%);
  filter: blur(58px); }
@media (prefers-reduced-motion: no-preference) { .hero__glow { animation: heroGlow 9s ease-in-out infinite alternate; } }
@keyframes heroGlow { from { transform: translate(-52%, 1%) scale(1); opacity: .85; } to { transform: translate(-48%, -3%) scale(1.1); opacity: 1; } }

/* ---------- Floating cards ---------- */
.hero__media { position: relative; }
.float { position: absolute; z-index: 5; }
.float-card { background: #fff; border-radius: 16px; border: 1px solid var(--line-200); box-shadow: 0 24px 50px -24px rgba(33,56,86,0.4); padding: 14px; }
.float--tl { top: -26px; left: -34px; width: 248px; }
.float--br { bottom: -22px; right: -28px; width: 230px; }
@media (max-width: 1080px) { .float--tl { left: -8px; } .float--br { right: -6px; } }

.mini-h { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--ink-300); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.06em; }
.mini-h .ic { width: 14px; height: 14px; color: var(--accent); }
.big-num { font-family: var(--display-font); font-weight: 700; font-size: 26px; color: var(--ink-900); }

/* ---------- Mockup interior helpers ---------- */
.fakeshot { padding: 18px; background: var(--surface-50); }
.chip2 { font-size: 12.5px; font-weight: 500; color: var(--ink-700); background: #fff; border: 1px solid var(--line-200); border-radius: 999px; padding: 7px 12px; display: inline-flex; align-items: center; gap: 6px; }
.chip2 .ic { width: 13px; height: 13px; color: var(--accent); }
.chip2--on { background: var(--accent-tint); border-color: transparent; color: var(--accent); }
.cmp-chips { display: flex; flex-wrap: wrap; gap: 8px; }

.cmp-coach { display: flex; gap: 11px; padding: 13px; border-radius: 13px; background: var(--accent-faint); border: 1px solid color-mix(in srgb, var(--accent) 18%, transparent); }
.cmp-coach .av { flex: none; width: 30px; height: 30px; border-radius: 999px; background: var(--accent); color: #fff; display: grid; place-items: center; }
.cmp-coach .av .ic { width: 16px; height: 16px; }
.cmp-coach .txt { font-size: 13px; line-height: 1.45; color: var(--ink-700); }
.cmp-coach .txt b { color: var(--ink-900); }

.row-card { background: #fff; border: 1px solid var(--line-200); border-radius: 13px; padding: 13px; }
.row-card + .row-card { margin-top: 10px; }
.row-card__top { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
.row-card__av { width: 32px; height: 32px; border-radius: 999px; background: linear-gradient(135deg, var(--accent), var(--accent-bright)); flex: none; }
.row-card__top b { font-size: 13px; color: var(--ink-900); }
.row-card__top small { display: block; font-size: 11px; color: var(--ink-300); }
.row-card__body { font-size: 13px; line-height: 1.5; color: var(--ink-700); }
.row-card__body .hk { font-weight: 700; color: var(--ink-900); }
.row-card__stats { display: flex; gap: 14px; margin-top: 10px; padding-top: 9px; border-top: 1px solid var(--line-100); font-size: 12px; color: var(--ink-400); }
.row-card__stats span { display: flex; align-items: center; gap: 5px; }
.row-card__stats .ic { width: 13px; height: 13px; }

/* feed search/filters */
.feed__search { display: flex; align-items: center; gap: 9px; padding: 10px 13px; border-radius: 11px; border: 1px solid var(--line-200); background: #fff; font-size: 13px; color: var(--ink-300); }
.feed__search .ic { width: 15px; height: 15px; }
.fchip { font-size: 12px; font-weight: 500; padding: 6px 11px; border-radius: 999px; background: #fff; border: 1px solid var(--line-200); color: var(--ink-400); }
.fchip.is-on { background: var(--accent); border-color: var(--accent); color: #fff; }

/* calendar / queue */
.cal { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.cal__col { display: flex; flex-direction: column; gap: 8px; }
.cal__d { font-size: 11px; color: var(--ink-300); text-align: center; font-weight: 600; }
.cal__slot { height: 34px; border-radius: 8px; background: var(--surface-100); border: 1px solid var(--line-200); }
.cal__slot.is-on { background: var(--accent-tint); border-color: color-mix(in srgb, var(--accent) 22%, transparent); }
.cal__slot.is-now { background: var(--accent); }

/* bars */
.barchart { display: flex; align-items: flex-end; gap: 10px; height: 130px; }
.barchart .bar { flex: 1; border-radius: 7px 7px 0 0; background: var(--accent-tint); }
.barchart .bar.is-hi { background: var(--accent); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { background: #fff; border: 1px solid var(--line-200); border-radius: var(--radius-xl); padding: 26px; box-shadow: var(--shadow-card); }
.step__n { width: 34px; height: 34px; border-radius: 10px; background: var(--accent-tint); color: var(--accent); display: grid; place-items: center; font-family: var(--display-font); font-weight: 700; margin-bottom: 18px; }
.step h4 { font-size: 19px; font-weight: 600; color: var(--ink-900); }
.step p { margin-top: 8px; font-size: 15px; line-height: 1.5; color: var(--ink-400); }
.step__shot { margin-top: 18px; border-radius: 12px; border: 1px solid var(--line-100); overflow: hidden; background: var(--surface-50); }

/* ---------- Compare ---------- */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cmp-col { border-radius: var(--radius-xl); padding: 32px; }
.cmp-col--old { background: var(--surface-100); border: 1px solid var(--line-200); }
.cmp-col--new { background: linear-gradient(135deg, #4863FF 0%, #2C58B6 100%); color: #fff; box-shadow: 0 30px 70px -34px color-mix(in srgb, var(--accent) 70%, transparent); }
.cmp-col h4 { font-family: var(--display-font); font-weight: 700; font-size: 22px; margin: 0 0 20px; }
.cmp-col--old h4 { color: var(--ink-400); }
.cmp-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.cmp-col li { display: flex; gap: 11px; font-size: 15px; line-height: 1.45; }
.cmp-col li .ic { flex: none; width: 20px; height: 20px; margin-top: 1px; }
.cmp-col--old li { color: var(--ink-400); }
.cmp-col--old li .ic { color: var(--ink-300); }
.cmp-col--new li { color: rgba(255,255,255,0.92); }
.cmp-col--new li .ic { color: #fff; }

/* ---------- Section head ---------- */
.section-head { max-width: 760px; margin: 0 auto clamp(40px, 5vw, 60px); text-align: center; }
.section-head h2 { font-size: clamp(30px, 4vw, 48px); margin-top: 16px; }
.section-head .lead { margin: 18px auto 0; }
.section-head .eyebrow { margin: 0 auto; }

/* ---------- Testimonial band (rounded gradient container, not flat fill) ---------- */
.band { background: transparent; }
.testi { max-width: 940px; margin: 0 auto; text-align: center; color: #fff; background: linear-gradient(135deg, #4863FF 0%, #2C58B6 100%); border-radius: var(--radius-2xl); padding: clamp(40px, 6vw, 76px) clamp(28px, 5vw, 64px); box-shadow: 0 36px 90px -44px rgba(44, 88, 182, 0.7); }
.testi__q { font-family: var(--display-font); font-weight: 700; font-size: clamp(24px, 3.4vw, 38px); line-height: 1.25; letter-spacing: 0.01em; }
.testi__by { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 28px; }
.testi__by .av { width: 48px; height: 48px; border-radius: 999px; background: rgba(255,255,255,0.2); }
.testi__by img.av { object-fit: cover; }
.testi__by .who { text-align: left; }
.testi__by .who b { display: block; font-size: 15px; }
.testi__by .who small { color: rgba(255,255,255,0.7); }

@media (max-width: 760px) {
  .hero__grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .compare { grid-template-columns: 1fr; }
  .float--tl, .float--br { display: none; }
}
/* Force centered hero on product pages (data-hero-shot), independent of the
   tw-center class which a script strips at load. Higher specificity than the
   2-col .hero__grid rule; scoped so the Home tabbed hero is untouched. */
body[data-hero-shot] .hero .hero__grid { grid-template-columns: 1fr; text-align: center; }
body[data-hero-shot] .hero .btn-row, body[data-hero-shot] .hero .hero__notes { justify-content: center; }
body[data-hero-shot] .hero .lead { margin-left: auto; margin-right: auto; }
body[data-hero-shot] .hero .coach-badge, body[data-hero-shot] .hero .eyebrow { margin-left: auto; margin-right: auto; }
body[data-hero-shot] .hero .hero__media { max-width: 980px; margin: clamp(24px,3.5vw,44px) auto 0; }
body[data-hero-shot] .hero { padding-bottom: 0; }

/* Section-7 stats block rendered as a blue card with white text (design correction, 2026-07). */
.statgrid { background: linear-gradient(135deg, #2C49E6 0%, #3A63FF 55%, #5A7BFF 100%); border-radius: 28px; padding: clamp(34px, 4vw, 56px); color: #fff; box-shadow: 0 30px 70px -34px rgba(53,86,230,0.45); }
.statgrid .stat__n { color: #fff; }
.statgrid .stat__l { color: rgba(255,255,255,0.78); }

/* Hosted product-shot image replacing the JS-built data-tapshot shot (Home hero). */
.hero-shot-img, .hero-shot-video { display: block; background:#fff; width: 100%; height: auto; border-radius: 16px; box-shadow: 0 40px 90px -40px rgba(33,56,86,0.35); }

/* Home hero: 6 preloaded shot videos stacked in a fixed-aspect box (no jump on tab change). */
.hero-video-stack { position: relative; width: 100%; aspect-ratio: 1060 / 639; border-radius: 16px; overflow: hidden; box-shadow: 0 40px 90px -40px rgba(33,56,86,0.35); background: #fff; }
.hero-video-stack .hero-shot-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top left; background: #fff; opacity: 0; transition: opacity .28s ease; border-radius: 0; box-shadow: none; }
.hero-video-stack .hero-shot-video.is-active { opacity: 1; }
/* Support card avatars: small + overlapping. */
.support-card__avs { display: inline-flex; align-items: center; }
.support-card__avs img, .support-card__avs .sup-av { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; margin-left: -10px; box-shadow: 0 3px 10px -3px rgba(18,18,18,0.25); }
.support-card__avs img:first-child, .support-card__avs .sup-av:first-child { margin-left: 0; }
#intercom-trigger { cursor: pointer; }

/* ===== hero-anim.css ===== */
/* Hero product-shot animations — CONTINUOUS / looping.
 * Base (no-JS, reduced-motion) = fully rendered shot. JS only ADDS motion on top,
 * gated by html.js-hero, so nothing is ever hidden / can freeze blank. */

@media (prefers-reduced-motion: no-preference) {

  /* Floating badge cards: slow idle bob */
  .hero .float.ha-bob { animation: haBob 6.5s ease-in-out infinite; }
  @keyframes haBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

  /* Live indicator dot — breathing pulse */
  .coach-badge .dot { animation: haPulse 2.2s ease-in-out infinite; }
  @keyframes haPulse {
    0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--success-500) 55%, transparent); }
    70% { box-shadow: 0 0 0 6px color-mix(in srgb, var(--success-500) 0%, transparent); }
  }

  /* Data bars / sparklines — continuous breathing (live data feel) */
  .hero .ha-breathe { transform-origin: bottom; animation: haBreathe 2.8s ease-in-out infinite; }
  @keyframes haBreathe { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(var(--ha-min, 0.6)); } }

  /* Pop when a value/status changes */
  .hero .ha-pop { animation: haPop 0.45s var(--ease-out); }
  @keyframes haPop { 0% { transform: scale(0.82); } 60% { transform: scale(1.06); } 100% { transform: scale(1); } }

  /* Cycling chip highlight */
  .hero .chip2 { transition: background 0.4s, color 0.4s, border-color 0.4s; }
  .hero .chip2.ha-hi {
    background: var(--accent-tint) !important;
    border-color: transparent !important;
    color: var(--accent) !important;
  }

  /* Calendar / queue scan */
  .hero .cal__slot { transition: background 0.45s var(--ease-out), border-color 0.45s var(--ease-out); }
  .hero .cal__slot.ha-now { background: var(--accent) !important; border-color: var(--accent) !important; }

  /* Carousel thumbnail browse ring */
  .hero .thumb { transition: outline-color 0.35s, box-shadow 0.35s; outline: 2px solid transparent; }
  .hero .thumb.ha-ring {
    outline-color: var(--accent);
    outline-offset: 2px;
    box-shadow: 0 6px 16px -6px color-mix(in srgb, var(--accent) 60%, transparent);
  }

  /* Coach bubble gentle attention pulse */
  .hero .cmp-coach.ha-glow { animation: haGlow 3.4s ease-in-out infinite; }
  @keyframes haGlow {
    0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 0%, transparent); }
    50% { box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 14%, transparent); }
  }
}

/* ===== taplio-app.css ===== */
/* Authentic Taplio web-app UI — reconstructed 1:1 from the Taplio Figma handoff.
 * Used to render real product shots inside marketing heroes/feature rows.
 * Scale the whole thing by wrapping in .tapscale[data-scale]. */

.tapapp { display: flex; background: #F7F7F7; font-family: "Inter", system-ui, sans-serif; color: var(--ink-900); text-align: left; min-height: 992px; }
.tapapp.is-focus { min-height: 448px; }
.tapapp * { box-sizing: border-box; }

/* ---------- Sidebar ---------- */
.tapside { width: 270px; flex: none; background: #fff; border-right: 1px solid #EBEBEB; padding: 16px; display: flex; flex-direction: column; gap: 16px; }
.tapside__head { display: flex; align-items: center; justify-content: space-between; }
.tapside__brand { display: flex; align-items: center; gap: 6px; font-weight: 700; }
.tapside__brand svg { height: 19px; width: auto; }
.tapside__brand .chev { width: 15px; height: 15px; color: var(--ink-700); }
.tapside__collapse { width: 16px; height: 16px; color: #6B7280; }
.tapwrite { display: flex; align-items: center; justify-content: center; gap: 8px; height: 40px; border-radius: var(--radius-md); background: var(--brand-600); color: #fff; font-size: 14px; font-weight: 600; }
.tapwrite svg { width: 16px; height: 16px; }
.tapnav { display: flex; flex-direction: column; gap: 4px; }
.tapnav__item { display: flex; align-items: center; gap: 11px; height: 36px; padding: 0 10px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 500; color: var(--ink-700); }
.tapnav__item svg { width: 18px; height: 18px; color: var(--ink-300); flex: none; }
.tapnav__item .lbl { flex: 1; }
.tapnav__item.is-active { background: var(--brand-50); color: var(--brand-600); }
.tapnav__item.is-active svg { color: var(--brand-600); }
.tapnav__badge { font-size: 10px; font-weight: 700; color: #fff; background: var(--warn-500); border-radius: 6px; padding: 1px 6px; }
.tapnav__item .caret { width: 14px; height: 14px; color: var(--ink-300); }
.tapside__foot { margin-top: auto; }
.tapacad { display: flex; align-items: center; gap: 10px; height: 40px; padding: 0 10px; border: 1px solid var(--line-200); border-radius: var(--radius-md); font-size: 14px; font-weight: 500; color: var(--ink-700); }
.tapacad__ic { width: 24px; height: 24px; border-radius: 7px; background: var(--brand-600); color: #fff; display: grid; place-items: center; flex: none; }
.tapacad__ic svg { width: 14px; height: 14px; }

/* ---------- Main ---------- */
.tapmain { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.taptop { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 24px; background: #fff; border-bottom: 1px solid var(--line-100); }
.taptop__title { font-size: 16px; font-weight: 600; color: var(--ink-900); }
.taptop__right { display: flex; align-items: center; gap: 10px; }
.tappill { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--ink-700); background: var(--surface-100); border: 1px solid var(--line-200); border-radius: 999px; padding: 5px 11px; }
.tappill svg { width: 13px; height: 13px; }
.tappill--brand { background: var(--brand-50); border-color: transparent; color: var(--brand-600); }

.tapbody { padding: 20px 24px 24px; overflow: hidden; }
.taptabs { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.taptab { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--ink-400); background: #fff; border: 1px solid var(--line-200); border-radius: 999px; padding: 7px 13px; }
.taptab svg { width: 14px; height: 14px; }
.taptab.is-active { background: var(--brand-600); border-color: var(--brand-600); color: #fff; }
.taptab.is-active svg { color: #fff; }
.tapsub { font-size: 15px; font-weight: 600; color: var(--ink-900); margin: 0 0 14px; }

/* masonry-ish columns of post cards */
.tapfeed { columns: 3; column-gap: 12px; }
@media (max-width: 720px) { .tapfeed { columns: 2; } }

/* ---------- Post card (With media=False) ---------- */
.tapcard { break-inside: avoid; background: #fff; border-radius: var(--radius-md); border: 1px solid var(--line-100); padding: 12px; margin-bottom: 12px; display: flex; flex-direction: column; gap: 12px; }
.tapcard__top { display: flex; align-items: flex-start; gap: 12px; }
.tapcard__av { width: 40px; height: 40px; border-radius: 999px; flex: none; background: linear-gradient(135deg, #213856, #566F8F); object-fit: cover; }
.tapcard__id { flex: 1; min-width: 0; }
.tapcard__name { font-size: 14px; font-weight: 500; color: var(--ink-900); }
.tapcard__meta { font-size: 12px; color: var(--ink-300); margin-top: 2px; }
.tapcard__more { width: 28px; height: 28px; border-radius: 7px; display: grid; place-items: center; color: var(--ink-300); flex: none; }
.tapcard__more svg { width: 16px; height: 16px; }
.tapcard__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.taptag { font-size: 11px; font-weight: 500; color: var(--ink-400); background: var(--surface-100); border-radius: 6px; padding: 3px 8px; }
.tapcard__post { font-size: 14px; line-height: 1.4; color: var(--ink-900); }
.tapcard__post .more { color: var(--ink-300); font-weight: 500; font-size: 12px; }
.tapcard__react { display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: var(--ink-400); }
.tapreact { display: inline-flex; align-items: center; gap: 4px; }
.tapreact__icons { display: inline-flex; }
.tapreact__icons span { width: 16px; height: 16px; border-radius: 999px; display: grid; place-items: center; margin-left: -4px; border: 1.5px solid #fff; }
.tapreact__icons span:first-child { margin-left: 0; }
.tapreact__icons svg { width: 9px; height: 9px; color: #fff; }
.tapcard__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; border-top: 1px solid var(--line-200); padding-top: 12px; }
.tapviral { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--brand-600); }
.tapviral svg { width: 14px; height: 14px; }
.tapcard__btns { display: flex; gap: 8px; flex: none; }
.tapbtn { display: inline-flex; align-items: center; gap: 5px; height: 32px; padding: 0 13px; border-radius: var(--radius-sm); font-size: 13px; font-weight: 600; }
.tapbtn svg { width: 14px; height: 14px; }
.tapbtn--ghost { background: #fff; border: 1px solid var(--line-200); color: var(--ink-700); }
.tapbtn--brand { background: var(--brand-50); color: var(--brand-600); }

/* ---------- Scale wrapper ---------- */
.tapscale { overflow: hidden; }
.tapscale > .tapapp { transform-origin: top left; }
.tapviewport { position: relative; width: 100%; overflow: hidden; }
.tapapp-host { position: absolute; top: 0; left: 0; }
/* wired shots must fill their slot (parents may use margin:auto → shrink-to-fit) */
.hero__media, .featrow__media { width: 100%; }
.shot[data-tapshot] { display: block; width: 100%; }
/* Hero top padding (clears the floating nav + breathing room) */
header.hero, header.page-hero { padding-top: 140px; }

/* ---------- Focus / compact mode (Z-pattern half-width slots) ---------- */
/* Drops the sidebar and zooms into the meaningful panel so it stays legible. */
.tapapp.is-focus { background: #fff; }
.tapapp.is-focus .tapside { display: none; }
.tapapp.is-focus .taptop { padding: 16px 20px; }
.tapapp.is-focus .taptop__title { font-size: 18px; }
.tapapp.is-focus .tapbody { padding: 20px; }
.tapapp.is-focus .taptab, .tapapp.is-focus .tapsub { font-size: 15px; }
.tapapp.is-focus .tapsub { margin-bottom: 16px; }
/* one idea per panel, larger */
.tapapp.is-focus .tapfeed { columns: 2; }
.tapapp.is-focus .tapgrid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
.tapapp.is-focus .tapcomp { grid-template-columns: 1fr; }
.tapapp.is-focus .tapcomp__tools { display: none; }
.tapapp.is-focus .tapcomp__text { min-height: 90px; font-size: 16px; }
.tapapp.is-focus .tapcard, .tapapp.is-focus .tapeng, .tapapp.is-focus .taprow { font-size: 14px; }
.tapapp.is-focus .tapmetric__v { font-size: 26px; }
.tapapp.is-focus .tapmetric__chart svg, .tapapp.is-focus .tapmetric__chart > div { height: 52px !important; }
.tapapp.is-focus .tapcal { gap: 6px; }
.tapapp.is-focus .tapslot { min-height: 76px; }
.tapapp.is-focus .tapslot span { font-size: 13px; }
.tapapp.is-focus .tapslot small { font-size: 11px; }

/* shot wrapper for hero/feature product shots */
.hero-shot { width: 100%; max-width: 1060px; margin: clamp(22px, 3vw, 40px) auto 0; }

/* ---------- Exploded animated scenes (real UI fragments floating) ---------- */
.tapscene { position: relative; width: 100%; font-family: "Inter", system-ui, sans-serif; text-align: left; }
.tapscene * { box-sizing: border-box; }
.tapscene__stage { position: relative; width: 100%; max-width: 600px; margin: 40px auto; }
.tapscene__main { position: relative; z-index: 2; background: #fff; border: 1px solid var(--line-200); border-radius: var(--radius-xl); box-shadow: 0 40px 80px -36px rgba(33,56,86,0.4), 0 8px 24px -12px rgba(33,56,86,0.18); padding: 16px; }
.tapscene__label { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: var(--ink-300); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px; }
.tapscene__label svg { width: 14px; height: 14px; color: var(--brand-600); }

.tapfloat { position: absolute; z-index: 4; background: #fff; border: 1px solid var(--line-200); border-radius: 15px; box-shadow: 0 26px 54px -24px rgba(33,56,86,0.45); padding: 13px 15px; }
.tapfloat .tapscene__label { margin-bottom: 9px; }
.tapfloat--tl { top: -42px; left: -64px; width: 240px; }
.tapfloat--br { bottom: -34px; right: -66px; width: 236px; }
@media (max-width: 1000px) { .tapfloat--tl { left: -28px; } .tapfloat--br { right: -28px; } }
@media (max-width: 640px) { .tapfloat { position: static; width: auto !important; margin-top: 12px; box-shadow: var(--shadow-card); } .tapscene__stage { max-width: 520px; } }

@media (prefers-reduced-motion: no-preference) {
  .tapfloat { animation: tapBob 6.5s ease-in-out infinite; }
  .tapfloat--br { animation-delay: -3.3s; }
  @keyframes tapBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
}
@media (max-width: 640px) { .tapfloat { animation: none !important; } }

/* mini fragments inside scenes */
.tapmini-row { display: flex; align-items: center; gap: 9px; padding: 5px 0; }
.tapmini-row .av { width: 26px; height: 26px; border-radius: 999px; flex: none; background: linear-gradient(135deg, var(--brand-600), #6E86F7); }
.tapmini-row .ln { flex: 1; min-width: 0; }
.tapmini-row .ln b { display: block; height: 7px; width: 64%; border-radius: 4px; background: var(--ink-200); margin-bottom: 5px; }
.tapmini-row .ln i { display: block; height: 6px; width: 90%; border-radius: 4px; background: var(--line-200); }
.tapmini-viral { font-size: 11px; font-weight: 700; color: var(--success-500); display: inline-flex; align-items: center; gap: 3px; flex: none; }
.tapmini-viral svg { width: 12px; height: 12px; }
.tapmeter { height: 8px; border-radius: 999px; background: var(--surface-200); overflow: hidden; margin: 9px 0 7px; }
.tapmeter span { display: block; height: 100%; width: 86%; border-radius: 999px; background: linear-gradient(90deg, var(--brand-500), var(--success-500)); }
.tapbig { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: var(--ink-900); }
.tapbig.up { color: var(--success-500); }
.tapsmall { font-size: 12px; color: var(--ink-300); }
.tapscene .tapstatus.cyc { animation: tapPop 0.4s var(--ease-out); }
@keyframes tapPop { 0% { transform: scale(0.82); } 60% { transform: scale(1.06); } 100% { transform: scale(1); } }

/* ---------- Composer ---------- */
.tapcomp { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 16px; }
.tapcomp__tools { display: flex; flex-direction: column; gap: 14px; }
.tapcomp__tabs { display: flex; gap: 6px; }
.tapchip { font-size: 12px; font-weight: 600; color: var(--ink-400); background: #fff; border: 1px solid var(--line-200); border-radius: 8px; padding: 6px 10px; display: inline-flex; align-items: center; gap: 5px; }
.tapchip svg { width: 13px; height: 13px; }
.tapchip.is-on { background: var(--brand-50); border-color: transparent; color: var(--brand-600); }
.tapdrop { border: 1.5px dashed var(--line-300); border-radius: var(--radius-md); padding: 26px; display: flex; flex-direction: column; align-items: center; gap: 4px; color: var(--ink-300); background: #fff; }
.tapdrop svg { color: var(--ink-300); margin-bottom: 6px; }
.tapdrop b { color: var(--ink-700); font-size: 14px; }
.tapdrop span { font-size: 13px; color: var(--ink-400); }
.tapdrop small { font-size: 12px; color: var(--ink-300); margin-top: 4px; }
.tapor { text-align: center; position: relative; color: var(--ink-300); font-size: 12px; }
.tapor::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line-200); }
.tapor span { position: relative; background: #F7F7F7; padding: 0 12px; }
.tapcomp__gen { display: flex; align-items: center; justify-content: center; gap: 7px; height: 38px; border-radius: var(--radius-sm); border: 1px solid var(--line-200); background: #fff; font-size: 13px; font-weight: 600; color: var(--ink-700); }
.tapcomp__gen svg { width: 15px; height: 15px; color: var(--brand-600); }
.tapassist { border-radius: var(--radius-md); padding: 14px; color: #fff; background: linear-gradient(120deg, #5B4BE0, #EC6181); }
.tapassist svg { color: #fff; }
.tapassist b { font-size: 14px; }
.tapassist p { margin: 4px 0 0; font-size: 12px; opacity: 0.9; }
.tapcomp__editor { background: #fff; border: 1px solid var(--line-200); border-radius: var(--radius-md); padding: 16px; display: flex; flex-direction: column; gap: 14px; }
.tapcomp__ehead { display: flex; align-items: center; justify-content: space-between; }
.tapcomp__author { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--ink-900); }
.tapcomp__author svg { color: var(--ink-400); }
.tapseg { display: inline-flex; background: var(--surface-100); border-radius: 8px; padding: 3px; font-size: 12px; font-weight: 600; }
.tapseg span { padding: 5px 12px; border-radius: 6px; color: var(--ink-400); }
.tapseg .is-on { background: #fff; color: var(--brand-600); box-shadow: 0 1px 2px rgba(0,0,0,0.08); }
.tapcomp__text { font-size: 14px; line-height: 1.5; color: var(--ink-900); min-height: 120px; }
.tap-cursor::after { content: "\258c"; color: var(--brand-600); animation: tapBlink 1.05s steps(1) infinite; }
@keyframes tapBlink { 50% { opacity: 0; } }
.tapcomp__ai { display: flex; flex-wrap: wrap; gap: 7px; }
.tapchip2 { font-size: 12.5px; font-weight: 600; color: var(--ink-700); background: #fff; border: 1px solid var(--line-200); border-radius: 999px; padding: 6px 11px; display: inline-flex; align-items: center; gap: 5px; }
.tapchip2 svg { width: 13px; height: 13px; color: var(--brand-600); }
.tapcomp__foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line-100); padding-top: 13px; }
.tapcomp__saved { font-size: 12px; color: var(--ink-300); display: inline-flex; align-items: center; gap: 5px; }
.tapsched { display: inline-flex; align-items: center; gap: 7px; background: var(--brand-600); color: #fff; font-size: 13px; font-weight: 600; border-radius: var(--radius-sm); padding: 9px 14px; }
.tapsched small { opacity: 0.8; font-weight: 500; }

/* ---------- Schedule calendar ---------- */
.tapcal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.tapcol { display: flex; flex-direction: column; gap: 8px; }
.tapcol__d { font-size: 12px; font-weight: 600; color: var(--ink-300); text-align: center; }
.tapslot { background: #fff; border: 1px solid var(--line-200); border-radius: 10px; padding: 9px; min-height: 64px; display: flex; flex-direction: column; gap: 5px; }
.tapslot small { font-size: 10px; color: var(--ink-300); font-weight: 600; }
.tapslot span { font-size: 11px; line-height: 1.3; color: var(--ink-700); }
.tapslot.is-on { background: var(--brand-50); border-color: color-mix(in srgb, var(--brand-600) 20%, transparent); }
.tapslot.is-on span { color: var(--ink-900); }
.tapslot--empty { align-items: center; justify-content: center; color: var(--ink-200); border-style: dashed; }

/* bigger calendar cards (hero + full week) */
.tapcal--big .tapslot { min-height: 92px; padding: 11px; gap: 7px; }
.tapslot__h { display: flex; align-items: center; gap: 7px; }
.tapslot__av { width: 20px; height: 20px; border-radius: 999px; background: linear-gradient(135deg, var(--brand-600), #6E86F7); flex: none; }
.tapcal--big .tapslot small { font-size: 11px; }
.tapcal--big .tapslot span { font-size: 12.5px; line-height: 1.3; }

/* Schedule Z1 — best-reach slot list */
.tapbest { display: flex; flex-direction: column; gap: 10px; }
.tapbest__row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--line-200); border-radius: var(--radius-md); background: #fff; }
.tapbest__row.is-best { border-color: var(--brand-600); background: var(--brand-50); box-shadow: 0 0 0 1px var(--brand-600); }
.tapbest__t { font-size: 14px; font-weight: 600; color: var(--ink-900); width: 74px; flex: none; }
.tapbest__bar { flex: 1; height: 8px; border-radius: 999px; background: var(--surface-200); overflow: hidden; }
.tapbest__bar span { display: block; height: 100%; border-radius: 999px; background: var(--line-300); }
.tapbest__row.is-best .tapbest__bar span { background: linear-gradient(90deg, var(--brand-500), var(--success-500)); }
.tapbest__badge { font-size: 12px; font-weight: 700; color: var(--success-500); display: inline-flex; align-items: center; gap: 4px; flex: none; }
.tapbest__badge svg { width: 13px; height: 13px; }
.tapbest__pct { font-size: 12px; font-weight: 600; color: var(--ink-300); width: 36px; text-align: right; flex: none; }

/* Schedule Z2 — queue-running-low widget */
.tapqueue { background: #fff; border: 1px solid var(--line-200); border-radius: var(--radius-xl); padding: 20px; display: flex; flex-direction: column; gap: 16px; max-width: 540px; }
.tapqueue__head { display: flex; align-items: center; gap: 13px; }
.tapqueue__ic { width: 42px; height: 42px; border-radius: 12px; background: color-mix(in srgb, var(--warn-500) 14%, white); color: var(--warn-500); display: grid; place-items: center; flex: none; }
.tapqueue__head b { display: block; font-size: 16px; color: var(--ink-900); }
.tapqueue__head small { font-size: 13px; color: var(--ink-400); }
.tapqdots { display: flex; gap: 8px; }
.tapqdot { flex: 1; height: 30px; border-radius: 8px; background: var(--surface-100); border: 1px solid var(--line-200); }
.tapqdot.is-on { background: var(--brand-50); border-color: color-mix(in srgb, var(--brand-600) 25%, transparent); }
.tapqueue__bar { height: 8px; border-radius: 999px; background: var(--surface-200); overflow: hidden; }
.tapqueue__bar span { display: block; height: 100%; border-radius: 999px; background: var(--warn-500); }
.tapqueue__foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.tapslot.is-cyc { background: var(--brand-600); border-color: var(--brand-600); box-shadow: 0 8px 20px -8px color-mix(in srgb, var(--brand-600) 70%, transparent); transform: translateY(-2px); }
.tapslot.is-cyc small, .tapslot.is-cyc span { color: #fff; }
.tapslot { transition: background .35s, border-color .35s, color .35s, transform .35s, box-shadow .35s; }

/* Inspiration feed — cards rise up from the bottom on render */
@media (prefers-reduced-motion: no-preference) {
  .tapfeed.is-rise .tapcard { animation: tapRise 0.55s var(--ease-out) backwards; }
  .tapfeed.is-rise .tapcard:nth-child(1) { animation-delay: 0.04s; }
  .tapfeed.is-rise .tapcard:nth-child(2) { animation-delay: 0.13s; }
  .tapfeed.is-rise .tapcard:nth-child(3) { animation-delay: 0.22s; }
  .tapfeed.is-rise .tapcard:nth-child(4) { animation-delay: 0.31s; }
  .tapfeed.is-rise .tapcard:nth-child(5) { animation-delay: 0.40s; }
  .tapfeed.is-rise .tapcard:nth-child(6) { animation-delay: 0.49s; }
  @keyframes tapRise { from { opacity: 0; transform: translateY(48px); } to { opacity: 1; transform: none; } }
}

/* ---------- Engage ---------- */
.tapeng { background: #fff; border: 1px solid var(--line-200); border-radius: var(--radius-md); padding: 14px; display: flex; flex-direction: column; gap: 11px; margin-bottom: 12px; }
.tapeng__reply { display: flex; gap: 8px; font-size: 13px; line-height: 1.45; color: var(--ink-700); background: var(--brand-50); border-radius: 10px; padding: 11px; }
.tapeng__reply svg { color: var(--brand-600); flex: none; margin-top: 2px; }
.tapeng .tapcard__btns { justify-content: flex-end; }

/* ---------- Analytics ---------- */
.tapgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.tapmetric { background: #fff; border: 1px solid var(--line-200); border-radius: var(--radius-md); padding: 14px; }
.tapmetric__l { font-size: 12px; color: var(--ink-300); font-weight: 600; }
.tapmetric__row { display: flex; align-items: baseline; gap: 8px; margin: 6px 0 10px; }
.tapmetric__v { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--ink-900); }
.tapmetric__d { font-size: 12px; font-weight: 600; color: var(--success-500); display: inline-flex; align-items: center; gap: 2px; }
.tapmetric__d svg { width: 12px; height: 12px; }

/* ---------- Outreach list ---------- */
.taplist { display: flex; flex-direction: column; gap: 10px; }
.taprow { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line-200); border-radius: var(--radius-md); padding: 12px 14px; }
.taprow__id { flex: 1; min-width: 0; }
.taprow__id b { font-size: 14px; color: var(--ink-900); display: block; }
.taprow__id small { font-size: 12px; color: var(--ink-300); }
.tapstatus { font-size: 12px; font-weight: 600; border-radius: 999px; padding: 5px 11px; display: inline-flex; align-items: center; gap: 5px; }
.tapstatus svg { width: 12px; height: 12px; }
.tapstatus.is-ok { background: var(--brand-50); color: var(--brand-600); }
.tapstatus.is-sent { background: color-mix(in srgb, var(--success-500) 14%, white); color: var(--success-500); }
.tapstatus.is-req { background: var(--surface-100); color: var(--ink-400); }

/* ---------- Analytics Z1: exponential curve ---------- */
.tapcurve { position: relative; margin: 4px 0 10px; }
.tapcurve svg { width: 100%; height: 168px; display: block; overflow: visible; }
.tapcurve .ln { stroke: var(--brand-600); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.tapcurve .ar { fill: url(#tg); }
.tapcurve .end { fill: var(--brand-600); stroke: #fff; stroke-width: 2.5; }
@media (prefers-reduced-motion: no-preference) {
  .tapcurve .ln { stroke-dasharray: 520; animation: tapDraw 3.2s ease-in-out infinite; }
  .tapcurve .ar { transform-origin: bottom; animation: tapAreaIn 3.2s ease-in-out infinite; }
  .tapcurve .end { animation: tapEndIn 3.2s ease-in-out infinite; }
  @keyframes tapDraw { 0% { stroke-dashoffset: 520; } 55% { stroke-dashoffset: 0; } 88% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 520; } }
  @keyframes tapAreaIn { 0%,20% { opacity: 0; } 60%,90% { opacity: 1; } 100% { opacity: 0; } }
  @keyframes tapEndIn { 0%,50% { opacity: 0; } 58%,90% { opacity: 1; } 100% { opacity: 0; } }
}
.tapcurve__foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.tapcurve__foot b { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: var(--ink-900); display: block; }
.tapcurve__foot small { font-size: 12px; color: var(--ink-300); }
.tapcurve__chips { display: flex; gap: 6px; }
.tapcurve__t { font-size: 11px; font-weight: 600; color: var(--ink-300); background: var(--surface-100); border-radius: 6px; padding: 4px 8px; }
.tapcurve__t.is-on { background: var(--brand-50); color: var(--brand-600); }

/* ---------- Analytics Z2: per-post table ---------- */
.tappt { display: flex; flex-direction: column; gap: 6px; }
.tapptr { display: grid; grid-template-columns: 1fr 64px 56px 80px; align-items: center; gap: 8px; padding: 11px 13px; border: 1px solid var(--line-200); border-radius: 11px; background: #fff; }
.tapptr--head { border: 0; background: transparent; padding: 4px 13px; }
.tapptr--head .tapptr__t, .tapptr--head .tapptr__n { font-size: 11px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: var(--ink-300); }
.tapptr__t { font-size: 13px; color: var(--ink-900); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: flex; align-items: center; gap: 7px; }
.tapptr__n { font-size: 13px; color: var(--ink-400); text-align: right; }
.tapptr.is-top { background: var(--brand-50); border-color: color-mix(in srgb, var(--brand-600) 22%, transparent); }
.tapptr.is-top .tapptr__t, .tapptr.is-top .tapptr__n { color: var(--ink-900); font-weight: 600; }
.tapptr__star { color: var(--brand-600); display: inline-flex; flex: none; }

/* ---------- Analytics Z3: headline numbers + share ---------- */
.tapbig3row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
.tapbig3 { background: #fff; border: 1px solid var(--line-200); border-radius: 14px; padding: 16px; }
.tapbig3__l { font-size: 12px; color: var(--ink-300); font-weight: 600; }
.tapbig3__v { font-family: var(--font-display); font-weight: 700; font-size: 30px; color: var(--ink-900); margin: 6px 0 4px; line-height: 1; }
.tapbig3__d { font-size: 12px; font-weight: 600; color: var(--success-500); display: inline-flex; align-items: center; gap: 3px; }
.tapbig3__d svg { width: 12px; height: 12px; }
.tapsharebar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px; border: 1px solid var(--line-200); border-radius: 14px; background: var(--surface-50); flex-wrap: wrap; }
.tapsharebar__t { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--ink-700); }
.tapsharebar__t svg { color: var(--brand-600); }
.tapsharebtn { display: inline-flex; align-items: center; gap: 8px; background: var(--brand-600); color: #fff; font-size: 15px; font-weight: 600; border-radius: 12px; padding: 12px 20px; box-shadow: 0 10px 24px -10px color-mix(in srgb, var(--brand-600) 70%, transparent); }
.tapsharebtn svg { color: #fff; }

/* ---------- Ideas (Dashboard) ---------- */
.tapideas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.tapidea { background: #fff; border: 1px solid var(--line-200); border-radius: var(--radius-md); padding: 16px; display: flex; flex-direction: column; gap: 14px; }
.tapidea p { font-size: 14px; line-height: 1.4; color: var(--ink-900); margin: 0; flex: 1; }
.tapidea .tapbtn { align-self: flex-start; }
.tapapp.is-focus .tapideas { grid-template-columns: 1fr 1fr; }

/* ---------- AI Chat Assist ---------- */
.tapchat { display: flex; flex-direction: column; gap: 14px; max-width: 620px; }
.tapchat__welcome { text-align: center; padding: 18px; }
.tapchat__ic { width: 44px; height: 44px; border-radius: 12px; background: var(--brand-50); color: var(--brand-600); display: inline-grid; place-items: center; margin-bottom: 12px; }
.tapchat__welcome b { display: block; font-size: 18px; color: var(--ink-900); margin-bottom: 6px; }
.tapchat__welcome p { font-size: 14px; color: var(--ink-400); margin: 0 auto; max-width: 42ch; line-height: 1.5; }
.tapchat__opts { display: flex; flex-direction: column; gap: 8px; }
.tapchatopt { display: flex; align-items: center; gap: 9px; padding: 12px 14px; border: 1px solid var(--line-200); border-radius: var(--radius-md); font-size: 14px; font-weight: 500; color: var(--ink-700); background: #fff; }
.tapchatopt svg { width: 15px; height: 15px; color: var(--brand-600); }
.tapchat__bubble { display: flex; gap: 9px; align-items: flex-start; background: var(--brand-50); border-radius: 13px; padding: 12px 14px; font-size: 13.5px; line-height: 1.45; color: var(--ink-700); }
.tapchat__bubble .tapcard__av { flex: none; }
.tapchat__input { display: flex; align-items: center; gap: 9px; border: 1px solid var(--line-300); border-radius: 999px; padding: 11px 11px 11px 15px; color: var(--ink-300); font-size: 14px; }
.tapchat__input svg { color: var(--brand-600); }
.tapchat__input span:first-of-type { flex: 1; }
.tapchat__send { width: 30px; height: 30px; border-radius: 999px; background: var(--brand-600); color: #fff; display: grid; place-items: center; }
.tapchat__send svg { color: #fff; }

/* ---------- Carousel generator ---------- */
.tapcaro { display: flex; gap: 12px; align-items: stretch; }
.tapcaro__slide { flex: 1; aspect-ratio: 4 / 5; border-radius: 14px; border: 1px solid var(--line-200); background: #fff; padding: 14px; display: flex; flex-direction: column; gap: 8px; box-shadow: var(--shadow-card); }
.tapcaro__slide .k { font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; opacity: 0.7; }
.tapcaro__slide .n { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--brand-600); }
.tapcaro__slide b { font-family: var(--font-display); font-weight: 700; font-size: 17px; line-height: 1.15; }
.tapcaro__slide small { margin-top: auto; font-size: 11px; opacity: 0.7; }
.tapcaro__slide--cover { background: var(--brand-600); color: #fff; border-color: transparent; }
.tapcaro__slide--add { align-items: center; justify-content: center; border-style: dashed; color: var(--ink-200); background: var(--surface-50); }
.tapcaro__slide--add svg { width: 22px; height: 22px; }

/* ---------- Carousel: recycle / repurpose ---------- */
.taprecycle { display: grid; grid-template-columns: 1fr auto 1.05fr; gap: 12px; align-items: center; }
.taprecycle__arrow { width: 36px; height: 36px; border-radius: 999px; background: var(--brand-50); color: var(--brand-600); display: grid; place-items: center; justify-self: center; }
.taprecycle__arrow svg { width: 18px; height: 18px; }
.tapsource { display: flex; flex-direction: column; gap: 10px; }
.tapsource__bar { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line-300); border-radius: 10px; padding: 11px 13px; font-size: 13px; color: var(--ink-400); background: #fff; }
.tapsource__bar svg { width: 15px; height: 15px; color: var(--brand-600); flex: none; }
.tapsource__bar span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tapsource__chips { display: flex; gap: 8px; }

/* ---------- Carousel: templates + brand ---------- */
.taptpls { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 18px; }
.taptpl { aspect-ratio: 4 / 5; border-radius: 10px; border: 1px solid var(--line-200); background: #fff; padding: 12px; display: flex; flex-direction: column; gap: 6px; justify-content: flex-end; box-shadow: var(--shadow-card); }
.taptpl.is-on { border-color: var(--brand-600); box-shadow: 0 0 0 2px var(--brand-50); }
.taptpl__bar { height: 9px; border-radius: 4px; background: var(--ink-900); width: 82%; }
.taptpl__bar.s { background: var(--line-300); width: 60%; height: 6px; }
.tapbrand { display: flex; flex-direction: column; gap: 13px; }
.tapbrand__row { display: flex; align-items: center; gap: 14px; }
.tapbrand__lbl { font-size: 13px; font-weight: 600; color: var(--ink-400); width: 52px; }
.tapsws { display: flex; gap: 8px; }
.tapsw { width: 26px; height: 26px; border-radius: 999px; box-shadow: 0 0 0 1px var(--line-200); }
.tapsw.is-on { box-shadow: 0 0 0 2px var(--brand-600); }
.tapchip2.is-on { background: var(--brand-50); border-color: transparent; color: var(--brand-600); }

/* ---------- Engage Z1: feed with highlighted posts ---------- */
.tapcard.is-hot { border-color: var(--brand-600); box-shadow: 0 0 0 1px var(--brand-600); position: relative; }
.tapcard__flag { display: inline-flex; align-items: center; gap: 5px; align-self: flex-start; font-size: 11px; font-weight: 700; color: var(--brand-600); background: var(--brand-50); border-radius: 999px; padding: 3px 9px; }
.tapcard__flag svg { width: 12px; height: 12px; }

/* ---------- Engage Z2: Smart Comment ---------- */
.tapsmart { background: var(--brand-50); border: 1px solid color-mix(in srgb, var(--brand-600) 18%, transparent); border-radius: var(--radius-md); padding: 14px; display: flex; flex-direction: column; gap: 11px; }
.tapsmart__head { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: var(--brand-600); }
.tapsmart__head svg { width: 14px; height: 14px; }
.tapsmart p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--ink-900); }
.tapsmart__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ===== mcp-cta.css ===== */
/* MCP promo block — pastel "friendly" aesthetic (matches linkedin-mcp-a.html),
   sitting on a light product page. Injected after the FAQ. */
.mcpb-sec { padding-top: clamp(20px, 3vw, 36px); }
.mcpb {
  position: relative; overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(160deg, #FFFAF5 0%, #FBF5FF 52%, #F1F6FF 100%);
  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: 0 30px 70px -34px rgba(53,86,230,0.28), 0 2px 8px rgba(0,0,0,0.04);
  padding: clamp(30px, 4vw, 52px);
}
/* soft pastel blobs */
.mcpb__glowa, .mcpb__glowb { position: absolute; border-radius: 50%; filter: blur(56px); pointer-events: none; z-index: 0; opacity: 0.75; }
.mcpb__glowa { width: 340px; height: 340px; top: -140px; right: -80px; background: #FFD9C0; }
.mcpb__glowb { width: 300px; height: 300px; bottom: -160px; left: -70px; background: #D9CDFF; }
@media (prefers-reduced-motion: no-preference) {
  .mcpb__glowa { animation: mcpbGlowA 13s ease-in-out infinite alternate; }
  .mcpb__glowb { animation: mcpbGlowB 15s ease-in-out infinite alternate; }
  @keyframes mcpbGlowA { to { transform: translate(-22px, 28px) scale(1.12); } }
  @keyframes mcpbGlowB { to { transform: translate(26px, -20px) scale(1.1); } }
}
.mcpb__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(28px, 4vw, 52px); align-items: center; }

.mcpb__eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: 0.02em; color: var(--brand-600); background: #fff; border: 1px solid var(--line-200); border-radius: 999px; padding: 6px 14px 6px 6px; }
.mcpb__spark { width: 24px; height: 24px; border-radius: 999px; display: grid; place-items: center; background: linear-gradient(135deg, #6B7BFF, #3556E6); color: #fff; }
.mcpb__spark svg { width: 14px; height: 14px; }
.mcpb__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(24px, 2.8vw, 34px); line-height: 1.12; letter-spacing: 0.005em; color: var(--ink-900); margin: 16px 0 0; max-width: 20ch; }
.mcpb__body { font-family: var(--font-body); font-size: 16px; line-height: 1.55; color: var(--ink-400); margin: 14px 0 0; max-width: 46ch; }
.mcpb__cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 26px; }
.mcpb__btn {
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  font-family: var(--font-body); font-weight: 600; font-size: 15px; color: #fff;
  padding: 13px 24px; border-radius: 999px;
  background: linear-gradient(135deg, #6B7BFF, #3556E6);
  box-shadow: 0 14px 30px -10px rgba(53,86,230,0.5);
  transition: transform .15s, box-shadow .15s;
}
.mcpb__btn:hover { transform: translateY(-2px); color: #fff; background: linear-gradient(135deg, #4A5CE0, #2C58B6); box-shadow: 0 20px 40px -10px rgba(53,86,230,0.6); }
.mcpb__btn svg { width: 17px; height: 17px; }
.mcpb__note { font-family: var(--font-body); font-size: 13px; color: var(--ink-300); }

.mcpb__panel { background: rgba(255,255,255,0.72); border: 1px solid #fff; border-radius: 20px; padding: 18px; box-shadow: 0 18px 40px -26px rgba(53,86,230,0.35); backdrop-filter: blur(6px); }
.mcpb__panelhead { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--line-100); }
.mcpb__dots { display: flex; gap: 6px; }
.mcpb__dots i { width: 10px; height: 10px; border-radius: 50%; background: rgba(0,0,0,0.10); }
.mcpb__dots i:nth-child(1){ background:#FF8A5B; } .mcpb__dots i:nth-child(2){ background:#FFB36B; } .mcpb__dots i:nth-child(3){ background:#27C268; }
.mcpb__pt { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: 12px; color: var(--ink-300); letter-spacing: 0.03em; }
.mcpb__clients { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; }
.mcpb__clients img { width: 18px; height: 18px; object-fit: contain; display: block; opacity: 0.9; }
.mcpb__oai { width: 18px; height: 18px; display: block; color: var(--ink-700); opacity: 0.9; }
.mcpb__tools { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.mcpb__tool { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: 12.5px; color: var(--brand-600); background: #EEF1FF; border: 1px solid #DCE2FF; border-radius: 10px; padding: 7px 11px; }
.mcpb__cmd { font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace); font-size: 12px; color: var(--ink-700); background: #F4F1FB; border: 1px solid #E4DEF6; border-radius: 12px; padding: 11px 13px; overflow-x: auto; white-space: nowrap; }
.mcpb__prompt { color: var(--brand-600); }

@media (max-width: 820px) {
  .mcpb__inner { grid-template-columns: 1fr; }
  .mcpb__title { max-width: none; }
}

/* Mobile: let the grid columns shrink so text wraps and the command scrolls (not overflow). */
.mcpb__copy, .mcpb__panel { min-width: 0; }
@media (max-width: 820px) {
  .mcpb__title, .mcpb__body { max-width: none; }
  .mcpb__cmd { font-size: 11px; }
}
.mcpb__claude { width: 18px; height: 18px; display: block; opacity: 0.95; }

