/* ============ LANDING (fontpair-lime) ============
   Scoped under .lp so the short class names never clash with app.css.
   Tokens mirror the sitewide system: lime #d4ff01, ink #0E0E0C, 999px pills. */

.lp {
  --canvas: #F2F2EC;
  --light: #FAFAF7;
  --ink: #0E0E0C;
  --inv: #FAFAF7;
  --muted: #6B6B66;
  --bd: #E6E6E0;
  --lime: #d4ff01;
  --dark: #0E0E0C;
  --disp: "Space Grotesk";
  --sans: "DM Sans";
  --mono: "JetBrains Mono";

  /* Centered content width cap. Section backgrounds stay full-bleed; only
     the inner content (held inside the section's horizontal padding) is
     constrained. The `max(...)` pattern gives a responsive 16–48px inner
     gutter on smaller screens and grows side padding on wider screens so
     the content column never exceeds --page-max. */
  --page-max: 1280px;
  --page-pad: clamp(16px, 4vw, 48px);

  background: var(--canvas);
  font-family: var(--sans), sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
.lp * { margin: 0; padding: 0; box-sizing: border-box; }
.lp svg { display: block; }
.lp a { color: inherit; text-decoration: none; }
.lp .sec {
  padding-top: 80px; padding-bottom: 80px;
  padding-left:  max(var(--page-pad), calc((100% - var(--page-max)) / 2 + var(--page-pad)));
  padding-right: max(var(--page-pad), calc((100% - var(--page-max)) / 2 + var(--page-pad)));
}
.lp .mono { font-family: var(--mono), monospace; }
.lp .disp { font-family: var(--disp), sans-serif; }

/* shared header pattern */
.lp .shead { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 44px; }
.lp .kick { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.lp .kick i { display: block; width: 28px; height: 1px; background: var(--ink); }
.lp .kick span { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: 1.5px; }
.lp .shead h2 { font-family: var(--disp); font-size: 48px; font-weight: 600; letter-spacing: -1.6px; line-height: 1.02; }
.lp .shead .r { width: 380px; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; text-align: right; }
.lp .shead .r p { font-size: 15px; color: var(--muted); line-height: 1.5; }
.lp .shead .r .lk { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; font-size: 14px; font-weight: 500; }
.lp .shead .r .lk i { display: block; height: 1px; background: var(--ink); width: 100%; }

.lp .pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; font-size: 14px; font-weight: 600; white-space: nowrap; }
.lp .pill.ink { background: var(--ink); color: var(--inv); padding: 13px 24px; }
.lp .pill.lime { background: var(--lime); color: var(--ink); padding: 13px 24px; }
.lp .pill.ghost { border: 1.5px solid var(--ink); padding: 12px 24px; }
.lp .arr { width: 14px; height: 14px; }

/* HERO */
.lp .hero {
  padding-top: 64px; padding-bottom: 0;
  padding-left:  max(var(--page-pad), calc((100% - var(--page-max)) / 2 + var(--page-pad)));
  padding-right: max(var(--page-pad), calc((100% - var(--page-max)) / 2 + var(--page-pad)));
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px;
}
.lp .eb { font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: 2.4px; color: var(--muted); }
.lp .hrow { display: flex; align-items: flex-end; gap: 16px; justify-content: center; flex-wrap: wrap; }
.lp .hrow .h1 { font-family: var(--disp); font-size: 62px; font-weight: 700; letter-spacing: -2.4px; line-height: 1; }
.lp .aw { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.lp .aw em { font-family: var(--disp); font-style: normal; font-weight: 700; font-size: 62px; letter-spacing: -2.4px; line-height: 1; }
.lp .aw i { display: block; width: 100%; height: 7px; border-radius: 999px; background: var(--lime); }
.lp .sbar {
  width: 780px; max-width: 100%; height: 64px;
  background: #fff; border: 1.5px solid var(--ink); border-radius: 999px;
  display: flex; align-items: center; gap: 13px; padding: 0 10px 0 26px;
  box-shadow: 0 16px 38px rgba(14,14,12,.13);
  transition: box-shadow .2s;
}
.lp .sbar:focus-within { box-shadow: 0 18px 44px rgba(14,14,12,.2); }
.lp .sbar .q {
  flex: 1; min-width: 0;
  font-size: 16px; font-weight: 500;
  font-family: var(--sans), sans-serif;
  border: 0; outline: 0; background: transparent; color: var(--ink);
}
.lp .sbar .q::placeholder { color: #9b9b94; }
.lp .kbd { background: var(--light); border: 1px solid var(--bd); border-radius: 6px; padding: 5px 8px; font-family: var(--mono); font-size: 10px; font-weight: 600; color: var(--muted); white-space: nowrap; }
.lp .sbtn { display: flex; align-items: center; gap: 7px; background: var(--lime); border-radius: 999px; padding: 12px 20px; font-weight: 700; font-size: 14px; cursor: pointer; border: 0; font-family: var(--sans), sans-serif; }
.lp .stat { display: flex; align-items: center; gap: 14px; }
.lp .sticker { display: flex; align-items: center; gap: 7px; background: var(--ink); color: var(--inv); border-radius: 999px; padding: 6px 14px; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: 1px; transform: rotate(-2deg); }
.lp .sticker i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.lp .stat > span:last-child { font-family: var(--mono); font-size: 10px; color: var(--muted); letter-spacing: .8px; }

/* WALL */
.lp .wallwrap {
  position: relative;
  padding-top: 40px; padding-bottom: 110px;
  padding-left:  max(var(--page-pad), calc((100% - var(--page-max)) / 2 + var(--page-pad)));
  padding-right: max(var(--page-pad), calc((100% - var(--page-max)) / 2 + var(--page-pad)));
}
.lp .wall { display: flex; gap: 16px; align-items: flex-start; }
.lp .wfade {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 260px;
  background: linear-gradient(180deg, rgba(242,242,236,0) 0%, #F2F2EC 85%);
  pointer-events: none;
}
.lp .browseall {
  position: absolute; left: 50%; transform: translateX(-50%);
  bottom: 40px;
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--ink); color: var(--inv);
  border-radius: 999px;
  padding: 14px 26px;
  font-size: 14px; font-weight: 600;
  box-shadow: 0 14px 30px rgba(14,14,12,.25);
  white-space: nowrap;
  transition: transform .18s, box-shadow .18s;
}
.lp .browseall:hover { transform: translateX(-50%) translateY(-2px); box-shadow: 0 18px 36px rgba(14,14,12,.3); }
.lp .browseall svg { color: var(--lime); }
.lp .wcol { flex: 1; display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.lp .wcol.off { padding-top: 28px; }
.lp .wcard {
  background: #fff; border: 1px solid var(--bd); border-radius: 16px;
  padding: 18px; display: flex; flex-direction: column; gap: 10px;
  transition: opacity .35s ease, filter .35s ease, border-color .25s, box-shadow .25s, transform .25s;
}
.lp .wcard.match { border: 1.5px solid var(--ink); box-shadow: 0 14px 30px rgba(14,14,12,.15); transform: translateY(-2px); }
.lp .wcard.dim { opacity: .45; filter: blur(1.5px); }
.lp .wcard .tr { display: flex; justify-content: space-between; align-items: flex-start; }
.lp .wcard .ag { font-size: 40px; font-weight: 700; letter-spacing: -1.5px; line-height: 1; }
.lp .mtag { background: var(--lime); border-radius: 999px; padding: 4px 9px; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: 1px; }
.lp .wno { font-family: var(--mono); font-size: 10px; font-weight: 600; color: var(--muted); letter-spacing: .8px; }
.lp .wsample { font-size: 13px; color: var(--muted); line-height: 1.4; }
.lp .wdv { height: 1px; background: var(--bd); }
.lp .wbot { display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; }
.lp .wbot .nm { font-size: 14px; font-weight: 600; }
.lp .wbot .tg { font-family: var(--mono); font-size: 9px; color: var(--muted); letter-spacing: .8px; margin-top: 3px; }
.lp .try { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 7px 13px; font-size: 12px; font-weight: 600; white-space: nowrap; cursor: pointer; }
.lp .try.lime { background: var(--lime); }
.lp .try.ghost { background: #fff; border: 1px solid var(--bd); }
.lp .try svg { width: 11px; height: 11px; }

/* CATEGORIES */
.lp .cats { background: var(--canvas); }
.lp .catgrid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.lp .cat {
  background: #fff; border: 1px solid var(--bd); border-radius: 14px;
  height: 280px; padding: 24px;
  display: flex; flex-direction: column; justify-content: space-between;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.lp .cat:hover { transform: translateY(-4px); border-color: var(--ink); box-shadow: 0 12px 28px rgba(14,14,12,.1); }
.lp .cat .cap { font-family: var(--mono); font-size: 10px; color: var(--muted); letter-spacing: 1.4px; }
.lp .cat .aa { font-size: 88px; line-height: .9; letter-spacing: -3px; }
.lp .cat .ft { display: flex; justify-content: space-between; align-items: center; }
.lp .cat .ft b { font-family: var(--disp); font-size: 18px; font-weight: 600; letter-spacing: -.4px; }
.lp .cat .ft svg { width: 14px; height: 14px; color: var(--muted); }

/* TRENDING */
.lp .trend { background: var(--light); }
.lp .tgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.lp .tcard { background: var(--dark); border-radius: 14px; height: 340px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; color: var(--inv); min-width: 0; }
.lp .tcard .top { display: flex; justify-content: space-between; align-items: center; }
.lp .tcard .num { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 1.4px; color: #FAFAF780; }
.lp .var { background: var(--lime); color: var(--ink); border-radius: 4px; padding: 4px 8px; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: 1.2px; }
.lp .tcard .big { font-size: 80px; line-height: 1.18; letter-spacing: -4px; color: var(--inv); white-space: nowrap; overflow: hidden; padding-bottom: 6px; }
.lp .tcard .bot { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.lp .tcard .meta { font-family: var(--mono); font-size: 10px; color: #FAFAF780; margin-top: 4px; }
.lp .dl { display: flex; align-items: center; gap: 8px; background: var(--lime); color: var(--ink); border-radius: 999px; padding: 11px 18px; font-size: 14px; font-weight: 600; cursor: pointer; }
.lp .dl svg { width: 14px; height: 14px; }

/* SHELF */
.lp .shelf-sec { background: var(--canvas); overflow: hidden; }
.lp .shelf-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 40px; }
.lp .shelf-head .eb2 { font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: 2.4px; color: var(--muted); margin-bottom: 14px; }
.lp .shelf-head h2 { font-family: var(--disp); font-size: 60px; font-weight: 700; letter-spacing: -2.2px; line-height: .98; }
.lp .shelf-head p { margin-top: 14px; max-width: 640px; font-size: 16px; color: var(--muted); line-height: 1.55; }
.lp .shelf-head .cnt { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 1.5px; color: var(--muted); white-space: nowrap; }
.lp .shelf-body { display: flex; gap: 48px; align-items: flex-end; }

.lp .sleeve {
  flex: none; width: 370px;
  background: #fff; border: 2px solid var(--ink); border-radius: 10px;
  padding: 26px; display: flex; flex-direction: column; gap: 18px;
  transform: rotate(-3deg);
  box-shadow: 0 18px 40px rgba(14,14,12,.15);
  transition: transform .45s cubic-bezier(.34,1.56,.64,1), opacity .3s;
}
/* scroll-in: starts tucked into the shelf, slides out + rotates */
.lp .sleeve.tucked { transform: translateX(140px) translateY(60px) rotate(8deg); opacity: 0; }
/* swap animation when pulling a new record */
.lp .sleeve.swapping { transform: translateY(110px) rotate(6deg); opacity: 0; transition: transform .28s ease-in, opacity .22s; }
.lp .sleeve .h { display: flex; justify-content: space-between; align-items: center; }
.lp .sleeve .no { font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: 1px; color: var(--muted); }
.lp .btag { background: var(--lime); border-radius: 999px; padding: 4px 10px; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: 1px; }
.lp .sleeve .gag { font-size: 110px; font-weight: 700; letter-spacing: -3px; line-height: 1; }
.lp .sleeve .gprev { font-size: 14px; line-height: 1.55; color: var(--muted); margin-top: -4px; }
.lp .sleeve .n1 { font-size: 20px; font-weight: 700; letter-spacing: -.4px; }
.lp .sleeve .n2 { font-size: 15px; font-weight: 500; color: var(--muted); margin-top: 2px; }
.lp .pal { display: flex; gap: 8px; align-items: center; }
.lp .pal i { width: 18px; height: 18px; border-radius: 50%; }
.lp .sleeve .cf { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--bd); padding-top: 12px; }
.lp .sleeve .uc { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 1px; color: var(--muted); }
.lp .use { display: flex; align-items: center; gap: 7px; background: var(--ink); color: var(--inv); border-radius: 999px; padding: 9px 16px; font-size: 13px; font-weight: 600; cursor: pointer; }

.lp .shelfrow { flex: 1; display: flex; gap: 6px; align-items: flex-end; border-bottom: 2px solid var(--ink); padding-bottom: 12px; min-width: 0; }
.lp .spine {
  flex: 1; border: 1px solid var(--bd); border-radius: 6px;
  padding: 12px 8px;
  display: flex; flex-direction: column; justify-content: space-between; align-items: center;
  min-width: 0; cursor: pointer;
  transition: transform .22s, box-shadow .22s, border-color .22s;
}
.lp .spine:hover { transform: translateY(-10px); border-color: var(--ink); box-shadow: 0 10px 24px rgba(14,14,12,.14); }
.lp .spine.outed { background: #FBFFE5 !important; cursor: default; }
.lp .spine.outed:hover { transform: none; box-shadow: none; border-color: var(--bd); }
.lp .spine .sno { font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: 1px; color: var(--muted); }
.lp .vtx { writing-mode: vertical-rl; transform: rotate(180deg); display: flex; align-items: center; gap: 4px; }
.lp .vtx .hn { font-size: 17px; font-weight: 700; letter-spacing: -.4px; }
.lp .vtx .x { font-family: var(--mono); font-size: 10px; color: var(--muted); transform: rotate(90deg); }
.lp .vtx .bn { font-size: 13px; font-weight: 500; color: var(--muted); }
.lp .spine .dot { width: 6px; height: 6px; border-radius: 50%; }
.lp .shelf-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; }
.lp .shelf-foot span:first-child { font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: .6px; }
.lp .openlib { display: flex; align-items: center; gap: 8px; background: var(--ink); color: var(--inv); border-radius: 999px; padding: 12px 22px; font-size: 14px; font-weight: 600; }

/* USE CARDS */
.lp .usesec { background: var(--light); }
.lp .ugrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lp .ucard { background: #fff; border: 1px solid var(--bd); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; min-height: 380px; }
.lp .ucard .num { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 1.4px; color: #9aba00; }
.lp .ucard .kk { font-size: 10px; font-weight: 600; letter-spacing: 1.2px; color: var(--muted); }
.lp .ucard h3 { font-size: 34px; font-weight: 700; letter-spacing: -1.4px; line-height: 1.04; margin: 12px 0; }
.lp .ucard .bd { font-size: 14.5px; line-height: 1.55; color: var(--ink); }
.lp .ucard .bot { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.lp .ucard .fl { font-family: var(--mono); font-size: 11px; color: var(--muted); }
.lp .ucard .ab { width: 36px; height: 36px; border-radius: 50%; background: var(--lime); display: flex; align-items: center; justify-content: center; flex: none; }
.lp .ucard .ab svg { width: 15px; height: 15px; }

/* PRICING */
.lp .pricing { background: var(--canvas); }
.lp .plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-items: end; max-width: 880px; margin: 0 auto; }

/* Billing toggle */
.lp .billing-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin-bottom: 40px; }
.lp .billing-row .billing-toggle { grid-column: 2; justify-self: center; }
.lp .billing-row .save-badge { grid-column: 3; justify-self: start; }
.lp .billing-toggle {
  display: inline-flex; gap: 4px;
  background: #fff; border: 1.5px solid var(--ink); border-radius: 999px;
  padding: 4px;
}
.lp .billing-toggle button {
  border: 0; background: transparent; cursor: pointer;
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 13px; font-weight: 600;
  font-family: var(--sans), sans-serif;
  color: var(--muted);
  transition: background .15s, color .15s;
}
.lp .billing-toggle button.on { background: var(--ink); color: var(--inv); }
.lp .save-badge {
  background: var(--lime); color: var(--ink);
  border-radius: 999px; padding: 6px 13px;
  font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: 1px;
  transform: rotate(-2deg);
}
.lp .plan .pr .was {
  font-family: var(--mono); font-size: 12px; color: var(--muted);
  text-decoration: line-through; padding-bottom: 9px;
}
.lp .plan.hot .pr .was { color: #FAFAF766; }
.lp .plan { background: #fff; border: 1px solid var(--bd); border-radius: 20px; padding: 40px 36px; display: flex; flex-direction: column; gap: 22px; }
.lp .plan.hot { background: var(--dark); color: var(--inv); border-color: var(--dark); box-shadow: 0 20px 44px rgba(14,14,12,.2); }
.lp .plan .tr2 { display: flex; justify-content: space-between; align-items: center; }
.lp .plan .pno { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 1.4px; color: var(--muted); }
.lp .plan.hot .pno { color: #FAFAF780; }
.lp .hotchip { background: var(--lime); color: var(--ink); border-radius: 999px; padding: 4px 10px; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: 1px; }
.lp .plan h3 { font-family: var(--disp); font-size: 26px; font-weight: 600; letter-spacing: -.6px; }
.lp .plan.hot h3 { color: var(--inv); }
.lp .plan .pr { display: flex; align-items: flex-end; gap: 10px; }
.lp .plan .pr b { font-family: var(--disp); font-size: 56px; font-weight: 700; letter-spacing: -2.5px; line-height: 1; }
.lp .plan.hot .pr b { color: var(--lime); }
.lp .plan .pr span { font-family: var(--mono); font-size: 11px; color: var(--muted); padding-bottom: 6px; }
.lp .plan.hot .pr span { color: #FAFAF780; }
.lp .plan .pd { font-size: 14px; line-height: 1.55; color: var(--muted); }
.lp .plan.hot .pd { color: #FAFAF7B3; }
.lp .plan .dv2 { height: 1px; background: var(--bd); }
.lp .plan.hot .dv2 { background: #FFFFFF1F; }
.lp .plan ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.lp .plan li { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.lp .ck { width: 16px; height: 16px; border-radius: 50%; background: var(--ink); display: flex; align-items: center; justify-content: center; flex: none; }
.lp .ck svg { width: 9px; height: 9px; color: var(--lime); }
.lp .plan.hot .ck { background: var(--lime); }
.lp .plan.hot .ck svg { color: var(--ink); }
.lp .pcta { height: 48px; border-radius: 999px; display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 14px; font-weight: 600; border: 1.5px solid var(--ink); cursor: pointer; }
.lp .plan.hot .pcta { background: var(--lime); border: none; color: var(--ink); font-weight: 700; }
.lp .pnote { margin-top: 36px; text-align: center; font-family: var(--mono); font-size: 10px; color: var(--muted); letter-spacing: 1.2px; }

/* NOTES */
.lp .notes { background: var(--light); }
.lp .ngrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lp .ncard { background: var(--dark); border-radius: 14px; padding: 24px; display: flex; flex-direction: column; gap: 16px; color: var(--inv); }
.lp .ntile { height: 200px; border-radius: 14px; display: flex; align-items: center; justify-content: center; }
.lp .ncard .nmeta { font-family: var(--mono); font-size: 10px; letter-spacing: 1.4px; color: #FAFAF780; }
/* app.css globally forces h1-h4 to var(--ink); dark cards need explicit white */
.lp .ncard h3 { font-family: var(--disp); font-size: 22px; font-weight: 600; letter-spacing: -.5px; line-height: 1.2; color: var(--inv); }
.lp .ncard .auth { font-family: var(--mono); font-size: 10px; color: #FAFAF780; }
.lp .ncard .nex { font-size: 13px; line-height: 1.55; color: #FAFAF7B3; }
.lp .ncard .nfoot { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: auto; }
.lp .ncard .nread { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--lime); white-space: nowrap; }
.lp a.ncard { cursor: pointer; transition: transform .18s, box-shadow .18s; }
.lp a.ncard:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(14,14,12,.22); }

/* GET STARTED */
.lp .getst { background: var(--canvas); }
.lp .gcards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lp .gcard { border-radius: 14px; padding: 32px; min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; }
.lp .gcard.dark { background: var(--dark); color: var(--inv); }
.lp .gcard.lite { background: #fff; border: 1px solid var(--bd); }
.lp .gno { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 1.4px; color: var(--muted); }
.lp .gcard.dark .gno { color: #FAFAF780; }
.lp .gcard h3 { font-family: var(--disp); font-size: 30px; font-weight: 600; letter-spacing: -1px; margin-bottom: 10px; }
.lp .gcard.dark h3 { color: var(--inv); }
.lp .gcard p { font-size: 14px; line-height: 1.55; color: var(--muted); }
.lp .gcard.dark p { color: #FAFAF7B3; }
.lp .gbot { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 22px; }
.lp .limebtn { display: inline-flex; align-items: center; gap: 8px; background: var(--lime); color: var(--ink); border-radius: 999px; height: 44px; padding: 0 22px; font-size: 14px; font-weight: 600; cursor: pointer; }
.lp .gnote { font-family: var(--mono); font-size: 9px; letter-spacing: 1.2px; color: #FAFAF759; }
.lp .erow { display: flex; gap: 10px; align-items: center; margin-top: 22px; }
.lp .email { flex: 1; height: 44px; background: var(--light); border: 1px solid var(--bd); border-radius: 999px; display: flex; align-items: center; padding: 0 18px; font-size: 14px; color: var(--ink); font-family: var(--sans), sans-serif; outline: none; }
.lp .email::placeholder { color: var(--muted); }
.lp .sub { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: var(--inv); border-radius: 999px; height: 44px; padding: 0 22px; font-size: 14px; font-weight: 600; flex: none; cursor: pointer; border: 0; font-family: var(--sans), sans-serif; }
.lp .sub svg { color: var(--lime); }

@media (max-width: 1100px) {
  .lp .sec, .lp .hero, .lp .wallwrap { padding-left: 28px; padding-right: 28px; }
  .lp .shead { flex-direction: column; align-items: flex-start; }
  .lp .shead .r { width: 100%; align-items: flex-start; text-align: left; }
  .lp .catgrid { grid-template-columns: repeat(3, 1fr); }
  .lp .tgrid, .lp .ugrid, .lp .ngrid, .lp .plans { grid-template-columns: 1fr; }
  .lp .gcards { grid-template-columns: 1fr; }
  .lp .wall { flex-wrap: wrap; }
  .lp .wcol { flex: 1 1 40%; }
  .lp .shelf-body { flex-direction: column; align-items: stretch; }
  .lp .hrow .h1, .lp .aw em { font-size: clamp(34px, 7vw, 62px); }
}

/* ============ PRICING PAGE ============ */
.lp .pp-hero {
  padding-top: 72px; padding-bottom: 8px;
  padding-left:  max(var(--page-pad), calc((100% - var(--page-max)) / 2 + var(--page-pad)));
  padding-right: max(var(--page-pad), calc((100% - var(--page-max)) / 2 + var(--page-pad)));
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px;
}
.lp .pp-hero .eb { font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: 2.4px; color: var(--muted); }
.lp .pp-hero h1 { font-family: var(--disp); font-size: 56px; font-weight: 700; letter-spacing: -2.2px; line-height: 1; }
.lp .pp-hero p { max-width: 560px; font-size: 16px; color: var(--muted); line-height: 1.55; }

/* FAQ */
.lp .faq { background: var(--light); }
.lp .faq-grid { display: grid; grid-template-columns: 1fr; gap: 16px; align-items: start; max-width: 720px; margin: 0 auto; }
@media (max-width: 900px) { .lp .faq-grid { grid-template-columns: 1fr; } }
.lp .faq-item {
  background: #fff; border: 1px solid var(--bd); border-radius: 14px;
  overflow: hidden;
  transition: border-color .15s;
}
.lp .faq-item.open { border-color: var(--ink); }
.lp .faq-q {
  width: 100%;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  background: transparent; border: 0; cursor: pointer;
  padding: 20px 22px;
  font-size: 15px; font-weight: 600; color: var(--ink);
  font-family: var(--sans), sans-serif;
  text-align: left;
}
.lp .faq-q .ic {
  width: 26px; height: 26px; border-radius: 999px;
  background: var(--canvas);
  display: grid; place-items: center; flex: none;
  transition: background .15s, transform .2s;
}
.lp .faq-item.open .faq-q .ic { background: var(--lime); transform: rotate(45deg); }
.lp .faq-q .ic svg { width: 13px; height: 13px; }
.lp .faq-a { padding: 0 22px 20px; font-size: 14px; line-height: 1.6; color: var(--muted); }
.lp .faq-a a { font-weight: 600; color: var(--ink); text-decoration: underline; }

/* guarantee strip */
.lp .assure { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; padding: 0 80px 8px; }
.lp .assure span { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 1px; color: var(--muted); }
.lp .assure i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
