/* ============================================================
   Fast Comment — landing (competitor-grade). Scoped .fc-* classes.
   Loaded AFTER styles.css so it wins on the landing only.
   Light + cartoon-yellow-lightning brand.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700;12..96,800&display=swap');

:root {
  --fc-head: 'Bricolage Grotesque', 'Fredoka', system-ui, sans-serif;
  --fc-ink: #17181B;
  --fc-ink-2: #5C606B;
  --fc-yellow: #FFC400;
  --fc-yellow-deep: #EDA900;
  --fc-yellow-tint: #FFF6D6;
  --fc-ground: #FBFAF6;
  --fc-alt: #F6F5EF;
  --fc-line: #EAE8DF;
  --fc-pos: #1FA45B;
  --fc-navy: #171922;
  --fc-max: 1180px;
}

/* kill the old fixed-header offset gap look, give landing air */
.fc-page { overflow-x: clip; }
.fc-page main.main { margin-top: 70px; padding: 0; }
.fc-wrap { max-width: var(--fc-max); margin: 0 auto; padding: 0 24px; }
.fc-page section { padding: 84px 0; }

.fc-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--fc-body, 'Inter'); font-weight: 700; font-size: 13px;
  letter-spacing: .02em; color: var(--fc-ink);
  background: var(--fc-yellow-tint); border: 1px solid #F2E4A6;
  padding: 7px 14px 7px 11px; border-radius: 999px;
}
.fc-eyebrow .b { color: var(--fc-yellow-deep); font-size: 15px; line-height: 1; }

.fc-h1 { font-family: var(--fc-head); font-weight: 800; letter-spacing: -.03em;
  font-size: clamp(38px, 5.4vw, 62px); line-height: 1.03; color: var(--fc-ink); text-wrap: balance; }
.fc-h1 .hl { position: relative; white-space: nowrap; }
.fc-h1 .hl::after { content: ''; position: absolute; left: -2px; right: -2px; bottom: .07em; height: .34em;
  background: var(--fc-yellow); z-index: -1; border-radius: 4px; transform: rotate(-1.2deg); }
.fc-h2 { font-family: var(--fc-head); font-weight: 800; letter-spacing: -.025em;
  font-size: clamp(28px, 3.6vw, 42px); line-height: 1.08; color: var(--fc-ink); text-wrap: balance; }
.fc-lead { color: var(--fc-ink-2); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; max-width: 54ch; }
.fc-kicker { font-family: 'Inter'; font-weight: 700; font-size: 13px; text-transform: uppercase;
  letter-spacing: .12em; color: var(--fc-yellow-deep); }

/* buttons (landing scope, override shared pill buttons for punch) */
.fc-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: 'Inter'; font-weight: 700; font-size: 16px; border-radius: 14px;
  padding: 15px 26px; cursor: pointer; border: 2px solid transparent; text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.fc-btn-primary { background: var(--fc-yellow); color: var(--fc-ink);
  box-shadow: 0 10px 24px rgba(255,196,0,.42), inset 0 -3px 0 rgba(0,0,0,.10); }
.fc-btn-primary:hover { background: var(--fc-yellow-deep); transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(255,196,0,.5), inset 0 -3px 0 rgba(0,0,0,.12); }
.fc-btn-ghost { background: #fff; color: var(--fc-ink); border-color: var(--fc-line); }
.fc-btn-ghost:hover { border-color: var(--fc-ink); transform: translateY(-2px); }
.fc-btn-dark { background: var(--fc-ink); color: #fff; }
.fc-btn-dark:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.28); }
.fc-btn.lg { font-size: 17px; padding: 17px 30px; }

/* ---------------- HERO ---------------- */
.fc-hero { position: relative; padding: 64px 0 76px;
  background:
    radial-gradient(900px 480px at 88% -12%, var(--fc-yellow-tint), transparent 62%),
    radial-gradient(680px 420px at -8% 8%, #FFFBEB, transparent 60%),
    var(--fc-ground);
  border-bottom: 1px solid var(--fc-line); overflow: hidden; }
.fc-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.fc-hero .fc-lead { margin-top: 20px; }
.fc-cta-row { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.fc-trust { display: flex; align-items: center; gap: 22px; margin-top: 30px; flex-wrap: wrap;
  color: var(--fc-ink-2); font-size: 14px; }
.fc-trust .stars { color: var(--fc-yellow-deep); font-size: 16px; letter-spacing: 1px; }
.fc-trust b { color: var(--fc-ink); }
.fc-trust .sep { width: 1px; height: 20px; background: var(--fc-line); }

/* hero product visual */
.fc-visual { position: relative; min-height: 460px; }
.fc-blob { position: absolute; inset: 6% 4% 2% 6%; border-radius: 40px;
  background: linear-gradient(150deg, #FFE27A, var(--fc-yellow) 55%, var(--fc-yellow-deep));
  transform: rotate(-4deg); box-shadow: 0 30px 60px rgba(255,196,0,.35); }
.fc-blob::after { content: ''; position: absolute; inset: 0; border-radius: 40px;
  background: radial-gradient(120px 120px at 80% 12%, rgba(255,255,255,.5), transparent 70%); }

.fc-phone { position: absolute; top: 30px; left: 12%; width: 250px; height: 400px; z-index: 2;
  background: #fff; border-radius: 34px; padding: 12px; border: 1px solid var(--fc-line);
  box-shadow: 0 34px 70px rgba(23,24,27,.24); }
.fc-phone .notch { width: 92px; height: 22px; background: var(--fc-ink); border-radius: 0 0 14px 14px;
  margin: -12px auto 0; }
.fc-screen { background: var(--fc-alt); border-radius: 24px; height: 100%; padding: 18px 16px;
  display: flex; flex-direction: column; }
.fc-screen .biz { display: flex; align-items: center; gap: 10px; }
.fc-screen .biz .ava { width: 34px; height: 34px; border-radius: 10px;
  background: linear-gradient(135deg, var(--fc-yellow), var(--fc-yellow-deep)); display: grid; place-items: center;
  font-size: 18px; }
.fc-screen .biz .nm { font-weight: 700; font-size: 14px; }
.fc-screen .biz .sub { font-size: 11px; color: var(--fc-ink-2); }
.fc-screen .q { font-family: var(--fc-head); font-weight: 700; font-size: 16px; margin: 16px 2px 12px; }
.fc-emoji { display: flex; justify-content: space-between; margin-bottom: 14px; }
.fc-emoji span { width: 40px; height: 40px; border-radius: 12px; background: #fff; border: 1px solid var(--fc-line);
  display: grid; place-items: center; font-size: 20px; }
.fc-emoji span.on { background: var(--fc-yellow-tint); border-color: var(--fc-yellow); transform: scale(1.08); }
.fc-screen .box { background: #fff; border: 1px solid var(--fc-line); border-radius: 12px; padding: 11px 12px;
  font-size: 11.5px; color: var(--fc-ink-2); flex: 1; }
.fc-screen .box .line { height: 7px; border-radius: 4px; background: #EFEEE7; margin: 7px 0; }
.fc-screen .box .line.s { width: 66%; }
.fc-screen .send { margin-top: 12px; background: var(--fc-yellow); color: var(--fc-ink); text-align: center;
  font-weight: 700; font-size: 13px; padding: 11px; border-radius: 12px; }

/* floating toast + qr card */
.fc-toast { position: absolute; top: 40px; right: 2%; z-index: 3; width: 224px; background: #fff;
  border: 1px solid var(--fc-line); border-radius: 16px; padding: 13px 14px; display: flex; gap: 11px;
  box-shadow: 0 20px 44px rgba(23,24,27,.18); animation: fcFloat 4.5s ease-in-out infinite; }
.fc-toast .ic { width: 34px; height: 34px; border-radius: 10px; background: var(--fc-yellow-tint);
  display: grid; place-items: center; font-size: 17px; flex-shrink: 0; }
.fc-toast .tt { font-weight: 700; font-size: 13px; }
.fc-toast .ds { font-size: 11.5px; color: var(--fc-ink-2); }
.fc-toast .st { color: var(--fc-yellow-deep); font-size: 12px; letter-spacing: 1px; }
.fc-qrcard { position: absolute; bottom: 8px; right: 6%; z-index: 3; width: 158px; background: #fff;
  border: 1px solid var(--fc-line); border-radius: 18px; padding: 14px; text-align: center;
  box-shadow: 0 22px 48px rgba(23,24,27,.18); animation: fcFloat 5.5s ease-in-out .6s infinite; }
.fc-qrcard .cap { font-size: 11px; color: var(--fc-ink-2); margin-top: 8px; font-weight: 600; }
.fc-qrcard svg { width: 100%; height: auto; display: block; }
@keyframes fcFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: reduce) { .fc-toast, .fc-qrcard { animation: none; } }

/* ---------------- LOGO / integrations strip ---------------- */
.fc-strip { background: #fff; border-bottom: 1px solid var(--fc-line); padding: 26px 0; }
.fc-strip p { text-align: center; color: var(--fc-ink-2); font-size: 13px; font-weight: 600; margin-bottom: 14px; }
.fc-logos { display: flex; justify-content: center; align-items: center; gap: 14px 30px; flex-wrap: wrap; }
.fc-logos .pf { display: inline-flex; align-items: center; gap: 8px; color: var(--fc-ink);
  font-weight: 700; font-size: 15px; opacity: .78; }
.fc-logos .pf .d { width: 22px; height: 22px; border-radius: 6px; background: var(--fc-alt);
  display: grid; place-items: center; font-size: 13px; }

/* ---------------- STATS ---------------- */
.fc-stats { background: var(--fc-ink); color: #fff; }
.fc-stats .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.fc-stats .n { font-family: var(--fc-head); font-weight: 800; font-size: clamp(34px, 4vw, 46px);
  color: var(--fc-yellow); letter-spacing: -.02em; }
.fc-stats .l { color: #B9B8B0; font-size: 14px; margin-top: 4px; }

/* ---------------- section head ---------------- */
.fc-sec-head { max-width: 640px; margin: 0 auto 48px; text-align: center; }
.fc-sec-head.left { margin-left: 0; text-align: left; }
.fc-sec-head .fc-lead { margin: 14px auto 0; }
.fc-sec-head.left .fc-lead { margin-left: 0; }

/* ---------------- HOW: 3 steps ---------------- */
.fc-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.fc-step { background: #fff; border: 1px solid var(--fc-line); border-radius: 22px; padding: 28px 26px;
  position: relative; transition: transform .18s, box-shadow .18s; }
.fc-step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md, 0 14px 34px rgba(23,24,27,.09)); }
.fc-step .num { font-family: var(--fc-head); font-weight: 800; font-size: 15px; color: var(--fc-ink);
  width: 40px; height: 40px; border-radius: 12px; background: var(--fc-yellow); display: grid; place-items: center;
  margin-bottom: 18px; box-shadow: inset 0 -3px 0 rgba(0,0,0,.1); }
.fc-step h3 { font-family: var(--fc-head); font-weight: 700; font-size: 20px; }
.fc-step p { color: var(--fc-ink-2); font-size: 15px; margin-top: 8px; }

/* ---------------- VALUE / benefit cards ---------------- */
.fc-alt { background: var(--fc-alt); }
.fc-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.fc-benefit { background: #fff; border: 1px solid var(--fc-line); border-radius: 20px; padding: 26px;
  display: flex; gap: 16px; transition: transform .18s, box-shadow .18s; }
.fc-benefit:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(23,24,27,.08); }
.fc-benefit .ic { width: 50px; height: 50px; border-radius: 14px; background: var(--fc-yellow-tint);
  display: grid; place-items: center; font-size: 24px; flex-shrink: 0; }
.fc-benefit h3 { font-family: var(--fc-head); font-weight: 700; font-size: 19px; }
.fc-benefit p { color: var(--fc-ink-2); font-size: 15px; margin-top: 6px; }
.fc-benefit.wide { grid-column: 1 / -1; background: var(--fc-navy); border-color: var(--fc-navy); }
.fc-benefit.wide .ic { background: rgba(255,196,0,.18); }
.fc-benefit.wide h3 { color: #fff; } .fc-benefit.wide p { color: #B9B8B0; }

/* ---------------- FEATURE ROWS ---------------- */
.fc-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.fc-feature + .fc-feature { margin-top: 72px; }
.fc-feature.flip .fc-fig { order: -1; }
.fc-feature ul { list-style: none; margin-top: 18px; display: grid; gap: 11px; }
.fc-feature li { display: flex; gap: 11px; align-items: flex-start; color: var(--fc-ink); font-size: 15.5px; }
.fc-feature li::before { content: '⚡'; color: var(--fc-yellow-deep); font-size: 14px; margin-top: 2px; }
.fc-fig { background: linear-gradient(160deg, #fff, var(--fc-alt)); border: 1px solid var(--fc-line);
  border-radius: 24px; padding: 30px; box-shadow: 0 18px 44px rgba(23,24,27,.07); min-height: 260px;
  display: grid; place-items: center; }

/* mockup: chat notification */
.fc-chat { width: 100%; max-width: 340px; display: grid; gap: 12px; }
.fc-msg { display: flex; gap: 11px; align-items: flex-start; }
.fc-msg .bot { width: 38px; height: 38px; border-radius: 11px; background: #229ED9; color: #fff;
  display: grid; place-items: center; font-size: 18px; flex-shrink: 0; }
.fc-bubble { background: #fff; border: 1px solid var(--fc-line); border-radius: 14px; border-top-left-radius: 4px;
  padding: 12px 14px; box-shadow: var(--shadow-sm, 0 2px 10px rgba(23,24,27,.05)); }
.fc-bubble .h { font-weight: 700; font-size: 13.5px; } .fc-bubble .h b { color: var(--fc-yellow-deep); }
.fc-bubble .t { font-size: 13px; color: var(--fc-ink-2); margin-top: 3px; }
.fc-bubble .rate { color: var(--fc-yellow-deep); font-size: 14px; letter-spacing: 1px; margin-top: 6px; }

/* mockup: mini dashboard */
.fc-dash { width: 100%; max-width: 360px; background: #fff; border: 1px solid var(--fc-line);
  border-radius: 18px; padding: 18px; box-shadow: 0 10px 26px rgba(23,24,27,.07); }
.fc-dash .row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.fc-dash .row .t { font-family: var(--fc-head); font-weight: 700; font-size: 15px; }
.fc-dash .big { font-family: var(--fc-head); font-weight: 800; font-size: 30px; }
.fc-dash .big span { color: var(--fc-yellow-deep); font-size: 15px; }
.fc-bars { display: flex; align-items: flex-end; gap: 8px; height: 96px; margin-top: 6px; }
.fc-bars i { flex: 1; background: linear-gradient(180deg, var(--fc-yellow), var(--fc-yellow-deep));
  border-radius: 6px 6px 0 0; display: block; }
.fc-dist { display: grid; gap: 6px; margin-top: 16px; }
.fc-dist .d { display: grid; grid-template-columns: 30px 1fr; gap: 8px; align-items: center;
  font-size: 12px; color: var(--fc-ink-2); }
.fc-dist .bar { height: 8px; border-radius: 5px; background: var(--fc-alt); overflow: hidden; }
.fc-dist .bar b { display: block; height: 100%; background: var(--fc-yellow); }

/* mockup: QR styles grid */
.fc-qrs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; width: 100%; max-width: 320px; }
.fc-qrs .qt { aspect-ratio: 1; background: #fff; border: 1px solid var(--fc-line); border-radius: 14px;
  display: grid; place-items: center; padding: 12px; }
.fc-qrs .qt.sel { border-color: var(--fc-yellow); box-shadow: 0 0 0 3px var(--fc-yellow-tint); }
.fc-qrs .qt svg { width: 100%; height: 100%; }

/* ---------------- LIVE QR generator wrapper ---------------- */
.fc-try { background: var(--fc-alt); }
.fc-try .fc-frame { background: #fff; border: 1px solid var(--fc-line); border-radius: 26px;
  box-shadow: 0 24px 60px rgba(23,24,27,.10); padding: 12px; margin-top: 10px; overflow: hidden; }

/* ---------------- TESTIMONIALS ---------------- */
.fc-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fc-quote { background: #fff; border: 1px solid var(--fc-line); border-radius: 20px; padding: 26px; }
.fc-quote .rate { color: var(--fc-yellow-deep); font-size: 16px; letter-spacing: 2px; }
.fc-quote p { color: var(--fc-ink); font-size: 15.5px; line-height: 1.55; margin: 14px 0 18px; }
.fc-quote .who { display: flex; align-items: center; gap: 12px; }
.fc-quote .who .a { width: 42px; height: 42px; border-radius: 12px; font-family: var(--fc-head);
  font-weight: 700; display: grid; place-items: center; background: var(--fc-yellow-tint); color: var(--fc-ink); }
.fc-quote .who .nm { font-weight: 700; font-size: 14.5px; }
.fc-quote .who .rl { font-size: 12.5px; color: var(--fc-ink-2); }

/* ---------------- PRICING ---------------- */
.fc-prices { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; max-width: 760px; margin: 0 auto; }
.fc-price { background: #fff; border: 1px solid var(--fc-line); border-radius: 24px; padding: 32px; }
.fc-price.feat { border: 2px solid var(--fc-yellow); box-shadow: 0 24px 50px rgba(255,196,0,.22); position: relative; }
.fc-price.feat .tag { position: absolute; top: -13px; left: 32px; background: var(--fc-yellow); color: var(--fc-ink);
  font-weight: 700; font-size: 12px; padding: 5px 12px; border-radius: 999px; }
.fc-price h3 { font-family: var(--fc-head); font-weight: 700; font-size: 22px; }
.fc-price .amt { font-family: var(--fc-head); font-weight: 800; font-size: 44px; margin: 8px 0 2px; letter-spacing: -.02em; }
.fc-price .amt span { font-size: 16px; color: var(--fc-ink-2); font-weight: 600; }
.fc-price ul { list-style: none; margin: 20px 0 24px; display: grid; gap: 11px; }
.fc-price li { display: flex; gap: 10px; color: var(--fc-ink); font-size: 15px; }
.fc-price li::before { content: '✓'; color: var(--fc-pos); font-weight: 800; }
.fc-price .fc-btn { width: 100%; }

/* ---------------- FINAL CTA ---------------- */
.fc-final { background:
  radial-gradient(700px 300px at 80% 10%, rgba(255,196,0,.16), transparent 60%), var(--fc-navy); }
.fc-final .box { text-align: center; max-width: 720px; margin: 0 auto; }
.fc-final .bolt { font-size: 44px; }
.fc-final h2 { color: #fff; font-family: var(--fc-head); font-weight: 800; letter-spacing: -.025em;
  font-size: clamp(30px, 4vw, 46px); margin-top: 8px; }
.fc-final p { color: #C4C3BB; font-size: 18px; margin: 14px auto 0; max-width: 48ch; }
.fc-final .fc-cta-row { justify-content: center; }
.fc-final small { display: block; color: #8C8B84; font-size: 13px; margin-top: 16px; }

/* ---------------- FOOTER ---------------- */
.fc-foot { background: var(--fc-ink); color: #B9B8B0; padding: 56px 0 30px; }
.fc-foot .top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.fc-foot .brand { display: flex; align-items: center; gap: 10px; color: #fff; font-family: var(--fc-head);
  font-weight: 800; font-size: 20px; }
.fc-foot .brand svg { width: 26px; height: 26px; }
.fc-foot .about { max-width: 300px; margin-top: 12px; font-size: 14px; }
.fc-foot .cols { display: flex; gap: 56px; flex-wrap: wrap; }
.fc-foot h5 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 12px; }
.fc-foot a { display: block; color: #B9B8B0; padding: 5px 0; font-size: 14px; text-decoration: none; }
.fc-foot a:hover { color: var(--fc-yellow); }
.fc-foot .bottom { margin-top: 36px; padding-top: 22px; border-top: 1px solid #2A2B30; font-size: 13px;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

/* focus */
.fc-page a:focus-visible, .fc-page button:focus-visible {
  outline: 3px solid var(--fc-yellow-deep); outline-offset: 2px; border-radius: 6px; }

/* ---------------- responsive ---------------- */
@media (max-width: 940px) {
  .fc-hero-grid, .fc-feature { grid-template-columns: 1fr; gap: 36px; }
  .fc-feature.flip .fc-fig { order: 0; }
  .fc-visual { min-height: 430px; }
  .fc-steps, .fc-quotes { grid-template-columns: 1fr; }
  .fc-stats .grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .fc-benefits, .fc-prices { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .fc-page section { padding: 60px 0; }
  .fc-phone { left: 4%; width: 224px; }
  .fc-qrcard { right: 2%; width: 132px; }
  .fc-toast { right: 0; width: 200px; }
}
