/* Happy ERP landing — ຄືນໄລຟ໌ world */

body { background:
  radial-gradient(1200px 600px at 85% -5%, #1a1030 0%, transparent 60%),
  radial-gradient(900px 500px at -10% 30%, #101a2e 0%, transparent 55%),
  var(--ground);
}

main { display: block; }
section { padding: 84px clamp(18px, 6vw, 96px) 36px; max-width: 1240px; margin: 0 auto; }
section > h2 { font-size: clamp(26px, 4vw, 42px); margin-bottom: 14px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; font-weight: 700; font-size: 16px;
  padding: 13px 26px; border-radius: 12px;
  transition: transform .25s var(--ease-out), background .25s var(--ease-out);
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-live { background: var(--live-deep); color: #fff; }
.btn-live:hover { background: #b81b39; }
.btn-ghost { color: var(--text); border: 1.5px solid var(--line); background: var(--panel); }
.btn-ghost:hover { border-color: var(--text-faint); }
.btn-s { padding: 9px 18px; font-size: 14.5px; border-radius: 10px; }
.btn-xl { padding: 17px 40px; font-size: 19px; border-radius: 14px; }

/* ---------- header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 28px;
  padding: 12px clamp(18px, 4vw, 48px);
  background: color-mix(in srgb, var(--ground-deep) 88%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); }
.brand:hover { text-decoration: none; }
.brand-logo { width: 34px; height: 34px; flex: none; }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 18px; letter-spacing: .01em; }
.brand-name b { font-weight: 900; color: var(--live); }
.site-nav { display: flex; gap: 22px; margin-inline: auto; }
.site-nav a { color: var(--text-dim); font-size: 15px; font-weight: 500; }
.site-nav a:hover { color: var(--text); text-decoration: none; }
.head-actions { display: flex; align-items: center; gap: 14px; }
.lang-switch { display: flex; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }
.lang-switch button { padding: 6px 11px; font-size: 12.5px; font-weight: 600; color: var(--text-dim); }
.lang-switch button:hover { color: var(--text); }
.lang-switch button.on { background: var(--panel-3); color: var(--text); }

/* ---------- hero ---------- */
.hero {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px); align-items: center;
  padding-top: 72px; padding-bottom: 72px; min-height: 78vh;
}
.hero-copy h1 {
  font-size: clamp(34px, 5.2vw, 62px);
  font-weight: 900; line-height: 1.42;
}
.hero-copy h1 em { font-style: normal; color: var(--live); }
.hero-sub {
  margin-top: 22px; font-size: clamp(16px, 1.6vw, 19px);
  color: var(--text-dim); max-width: 34em;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-proof { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 26px 0 0; padding: 0; }
.hero-proof li { display: inline-flex; align-items: center; gap: 8px; color: var(--text-dim); font-size: 14px; }
.hero-proof svg { width: 15px; height: 15px; color: var(--paid); flex: none; }

/* live scene: phone + tray, depth by overlap only */
.hero-scene { position: relative; justify-self: end; width: min(100%, 500px); }
.phone {
  margin: 0; width: min(78%, 350px);
  background: var(--ground-deep);
  border: 1.5px solid var(--line);
  border-radius: 28px; overflow: hidden;
}
.phone-top {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 16px 10px;
}
.live-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--live-deep); color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 12px; letter-spacing: .06em;
  padding: 4px 11px; border-radius: 7px;
}
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; animation: pulse 1.6s var(--ease-out) infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1);} 50% { opacity: .45; transform: scale(.72);} }
.viewers { display: inline-flex; align-items: center; gap: 6px; color: var(--text-dim); font-size: 13px; font-weight: 600; }
.viewers svg { width: 16px; height: 16px; }
.live-time { margin-left: auto; color: var(--text-faint); font-size: 13px; font-weight: 600; }

.phone-stage {
  position: relative; height: 420px;
  background:
    radial-gradient(340px 260px at 60% 18%, #232a44 0%, transparent 70%),
    linear-gradient(180deg, #131726 0%, #0a0c13 100%);
  padding: 14px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.pinned-product {
  position: absolute; top: 14px; left: 14px; right: 14px;
  display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto;
  gap: 2px 10px; align-items: center;
  background: color-mix(in srgb, var(--panel) 92%, transparent);
  border: 1px solid var(--line);
  border-radius: 14px; padding: 12px 14px;
}
.pp-code {
  grid-row: 1 / span 2;
  font-family: var(--font-display); font-weight: 900; font-size: 22px;
  color: var(--kip-ink); background: var(--kip);
  padding: 8px 10px; border-radius: 10px;
}
.pp-name { font-weight: 600; font-size: 14px; }
.pp-price { color: var(--kip); font-weight: 700; font-size: 15px; }
.pp-stock { grid-column: 2; color: var(--text-dim); font-size: 12px; }
.pp-stock b { color: var(--text); }

.comment-stream {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 8px;
  max-height: 250px; overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 26%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 26%);
}
.reactions { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 2; }
.rx {
  position: absolute; bottom: 8px; width: 22px; height: 22px;
  color: var(--live);
  animation: rx-float var(--dur, 3.2s) cubic-bezier(0.16, 1, 0.3, 1) forwards;
  opacity: 0;
}
.rx svg { width: 100%; height: 100%; display: block; }
.rx-alt { color: var(--kip); }
@keyframes rx-float {
  0% { opacity: 0; transform: translate(0, 0) scale(.6); }
  10% { opacity: 1; transform: translate(var(--sw1, -6px), -34px) scale(1); }
  72% { opacity: .95; transform: translate(var(--sw2, 8px), -215px) scale(1.05); }
  100% { opacity: 0; transform: translate(var(--sw1, -6px), -300px) scale(.92); }
}

.order-tray {
  position: absolute; right: 0; bottom: 34px;
  width: min(62%, 270px);
  background: var(--panel);
  border: 1.5px solid var(--line);
  border-radius: 18px; padding: 16px 18px;
}
.tray-title { color: var(--text-dim); font-size: 13px; font-weight: 600; }
.tray-count {
  font-family: var(--font-display); font-weight: 900;
  font-size: 44px; line-height: 1.1; color: var(--paid);
}
.tray-rows { list-style: none; margin: 10px 0 0; padding: 0; }
.tray-rows li {
  display: flex; gap: 10px; justify-content: space-between;
  font-size: 12.5px; color: var(--text-dim);
  padding: 7px 0; border-top: 1px solid var(--line-soft);
}
.tray-rows li span:first-child { color: var(--text-faint); }
.tray-rows li span:last-child { color: var(--kip); font-weight: 600; }
.tray-flash { animation: tray-in .5s var(--ease-out); }
@keyframes tray-in { from { background: var(--paid-tint); } to { background: transparent; } }

/* ---------- night timeline: one axis rules ---------- */
.night-sub { color: var(--text-dim); max-width: 44em; font-size: 16.5px; margin-bottom: 46px; }
.timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline::before {
  content: ""; position: absolute; top: 8px; bottom: 8px; left: 86px;
  width: 2px; background: linear-gradient(180deg, var(--live) 0%, var(--live-deep) 70%, var(--paid) 100%);
}
.timeline li { display: grid; grid-template-columns: 64px 44px 1fr; align-items: start; padding: 0 0 38px; }
.t-time {
  font-family: var(--font-display); font-weight: 800; font-size: 18px;
  color: var(--live); text-align: right; padding-top: 14px;
}
.timeline li:last-child .t-time { color: var(--paid); }
.timeline li::after {
  content: ""; grid-column: 2; grid-row: 1;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--ground); border: 3px solid var(--live);
  margin: 21px auto 0; position: relative; z-index: 1;
}
.timeline li:last-child::after { border-color: var(--paid); }
.t-card {
  grid-column: 3;
  background: var(--panel); border: 1px solid var(--line-soft);
  border-radius: 16px; padding: 20px 24px;
}
.t-card h3 { font-size: 19px; margin-bottom: 10px; }
.t-old { color: var(--text-faint); font-size: 14.5px; text-decoration: line-through; text-decoration-color: color-mix(in srgb, var(--live) 55%, transparent); text-decoration-thickness: 1px; }
.t-new { color: var(--text); font-size: 15.5px; margin-top: 7px; }
.t-new::first-line { }

/* ---------- modules ---------- */
.modules > h2 { margin-bottom: 40px; }
.mod-big {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.1fr);
  gap: clamp(20px, 4vw, 56px); align-items: center;
  padding: 34px 0; border-top: 1px solid var(--line-soft);
}
.mod-flip { direction: rtl; }
.mod-flip > * { direction: ltr; }
.mod-copy h3 { font-size: clamp(21px, 2.6vw, 28px); margin-bottom: 12px; }
.mod-copy p { color: var(--text-dim); font-size: 16px; margin-bottom: 20px; max-width: 36em; }

.mod-shot { min-width: 0; }
.shot-console, .shot-orders {
  background: var(--ground-deep); border: 1.5px solid var(--line);
  border-radius: 18px; padding: 22px;
  display: flex; flex-direction: column; gap: 12px;
}
.sc-in { display: flex; align-items: center; gap: 10px; background: var(--cf-tint); border: 1px solid var(--cf); border-radius: 999px; padding: 8px 14px; width: fit-content; font-size: 14px; color: var(--text-dim); }
.sc-in b { color: var(--text); }
.sc-arrow { color: var(--live); padding-left: 20px; }
.sc-arrow svg { width: 26px; height: 26px; }
.sc-order {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
  background: var(--panel-2); border-radius: 12px; padding: 12px 16px; font-size: 14px;
}
.sc-order > .num:first-child { color: var(--text-faint); }
.sc-kip { color: var(--kip); font-weight: 700; }
.so-row {
  display: flex; align-items: center; gap: 14px; justify-content: space-between;
  background: var(--panel-2); border-radius: 12px; padding: 12px 16px; font-size: 14px;
}
.so-row > .num { color: var(--text-faint); }

.mod-strip { border-top: 1px solid var(--line-soft); }
.mod-strip article {
  display: grid; grid-template-columns: minmax(120px, 220px) 1fr;
  gap: 8px 28px; padding: 22px 0; border-bottom: 1px solid var(--line-soft);
  align-items: baseline;
}
.mod-strip h3 { font-size: 18px; }
.mod-strip p { color: var(--text-dim); font-size: 15px; max-width: 52em; }


/* inbox mock (modules) */
.shot-inbox { display: flex; flex-direction: column; gap: 8px; }
.si-row { display: grid; grid-template-columns: 30px minmax(0,1fr) auto; gap: 10px; align-items: center; background: var(--panel-2); border-radius: 12px; padding: 10px 12px; }
.si-ava { width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--a); color: var(--ground-deep); font-weight: 700; font-size: 13px; }
.si-main { display: flex; flex-direction: column; min-width: 0; line-height: 1.35; }
.si-main b { font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.si-main small { color: var(--text-faint); font-size: 12.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.si-tag { font-size: 11.5px; font-weight: 700; border-radius: 6px; padding: 2px 8px; white-space: nowrap; }
.si-tag.hot { background: var(--live-tint); color: var(--live); }
.si-tag.hide { background: var(--kip-tint); color: var(--kip); }
.si-tag.warn { background: var(--kip-tint); color: var(--kip); }
.si-order { display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px dashed var(--paid); border-radius: 12px; padding: 9px 12px; font-size: 13.5px; color: var(--paid); }
.si-order b { color: var(--text); }

/* ---------- lao-first ---------- */
.lao-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 48px; margin-top: 26px; }
.lao-item {
  display: grid; grid-template-columns: 40px 1fr; gap: 4px 18px;
  padding: 20px 0; border-top: 1px solid var(--line-soft);
}
.lao-ic { width: 32px; height: 32px; color: var(--live); grid-row: 1 / span 2; margin-top: 5px; }
.lao-item:nth-child(2) .lao-ic { color: var(--kip); }
.lao-item:nth-child(3) .lao-ic { color: var(--paid); }
.lao-item:nth-child(4) .lao-ic { color: var(--cf); }
.lao-item h3 { font-size: 17.5px; }
.lao-item p { color: var(--text-dim); font-size: 14.5px; }

/* ---------- compare ---------- */
.cmp-wrap { overflow-x: auto; margin-top: 26px; border: 1.5px solid var(--line); border-radius: 16px; }
.cmp-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.cmp-table th, .cmp-table td { text-align: left; padding: 14px 20px; font-size: 15px; }
.cmp-table thead th { font-family: var(--font-display); font-weight: 800; font-size: 15px; background: var(--panel); border-bottom: 1.5px solid var(--line); }
.cmp-table tbody tr + tr td { border-top: 1px solid var(--line-soft); }
.cmp-table td:first-child { color: var(--text); font-weight: 600; }
.cmp-us { background: color-mix(in srgb, var(--live-tint) 55%, transparent); }
thead .cmp-us { color: var(--live); }
.yes, .no, .half { display: inline-flex; vertical-align: middle; }
.yes svg, .no svg, .half svg { width: 17px; height: 17px; }
.yes { color: var(--paid); }
.no { color: var(--live); }
.half { color: var(--kip); }
.cmp-table small { color: var(--text-faint); font-size: 12.5px; display: inline-block; margin-left: 6px; }

/* ---------- pricing ---------- */
.pr-note { color: var(--kip); background: var(--kip-tint); border: 1px solid color-mix(in srgb, var(--kip) 45%, transparent); border-radius: 10px; padding: 10px 16px; font-size: 14px; width: fit-content; margin-bottom: 34px; }
.pr-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; align-items: stretch; }
.pr-card {
  display: flex; flex-direction: column;
  background: var(--panel); border: 1.5px solid var(--line-soft);
  border-radius: 20px; padding: 28px;
}
.pr-hot { background: var(--panel-2); border-color: var(--live); position: relative; }
.pr-card h3 { font-size: 20px; }
.pr-price { margin: 14px 0 4px; }
.pr-price .num { font-family: var(--font-display); font-weight: 900; font-size: 34px; color: var(--kip); }
.pr-per { color: var(--text-faint); font-size: 14px; margin-left: 6px; }
.pr-card ul { list-style: none; margin: 14px 0 24px; padding: 0; flex: 1; }
.pr-card li { padding: 8px 0 8px 24px; color: var(--text-dim); font-size: 14.5px; border-top: 1px solid var(--line-soft); position: relative; }
.pr-card li::before {
  content: ""; position: absolute; left: 2px; top: 12px; width: 14px; height: 14px;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cpath d="M2.5 8.5l3.5 3.5 7.5-8" fill="none" stroke="%233ddc97" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') center/contain no-repeat;
}

/* ---------- faq ---------- */
.faq details { border-top: 1px solid var(--line-soft); }
.faq details:last-of-type { border-bottom: 1px solid var(--line-soft); }
.faq summary {
  cursor: pointer; list-style: none;
  font-family: var(--font-display); font-weight: 700; font-size: 17px;
  padding: 20px 40px 20px 0; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  color: var(--live); font-size: 24px; font-weight: 400;
  transition: transform .3s var(--ease-out);
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { color: var(--text-dim); font-size: 15.5px; padding: 0 0 22px; max-width: 60em; }
.faq { padding-bottom: 20px; }
.faq > h2 { margin-bottom: 20px; }

/* ---------- close ---------- */
.close { text-align: center; padding-top: 110px; padding-bottom: 120px; }
.close h2 { font-size: clamp(26px, 4vw, 44px); max-width: 20em; margin: 0 auto 34px; }
.close-note { color: var(--text-faint); margin-top: 16px; font-size: 14px; }

/* ---------- footer ---------- */
.site-foot {
  border-top: 1px solid var(--line-soft);
  padding: 44px clamp(18px, 6vw, 96px) 54px;
  max-width: 1240px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto; gap: 20px 40px; align-items: start;
}
.foot-brand { display: flex; gap: 14px; align-items: flex-start; }
.foot-line { color: var(--text-dim); font-size: 14px; margin-top: 2px; }
.foot-nav { display: flex; gap: 24px; }
.foot-nav a { color: var(--text-dim); font-size: 14.5px; }
.foot-note { grid-column: 1 / -1; color: var(--text-faint); font-size: 13px; border-top: 1px solid var(--line-soft); padding-top: 20px; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .site-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 48px; }
  .hero-scene { justify-self: center; margin-top: 12px; }
  .lao-grid { grid-template-columns: 1fr; gap: 0; }
  .pr-grid { grid-template-columns: 1fr; }
  .mod-big { grid-template-columns: 1fr; }
  .mod-flip { direction: ltr; }
  .mod-strip article { grid-template-columns: 1fr; gap: 4px; }
}
@media (max-width: 640px) {
  section { padding-top: 60px; }
  .timeline::before { left: 56px; }
  .timeline li { grid-template-columns: 40px 32px 1fr; }
  .t-time { font-size: 14px; padding-top: 16px; }
  .t-card { padding: 16px 18px; }
  .phone { width: 86%; }
  

.order-tray { width: 58%; bottom: 20px; padding: 12px 14px; }
  .tray-count { font-size: 32px; }
  .head-actions .btn { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ---------- phone-first ---------- */
.m-nav-toggle, .burger, .m-scrim, .m-drawer, .m-cta { display: none; }
@media (max-width: 980px) {
  .head-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
  .burger { display: inline-flex; color: var(--text); padding: 8px; border-radius: 10px; margin-right: -6px; cursor: pointer; }
  .burger svg { width: 24px; height: 24px; }
  .m-scrim { display: block; position: fixed; inset: 0; z-index: 60; background: rgba(0,0,0,.55); opacity: 0; pointer-events: none; transition: opacity .25s; }
  .m-drawer { display: flex; flex-direction: column; gap: 4px; position: fixed; top: 0; right: 0; bottom: 0; width: min(82vw, 320px); z-index: 70;
    background: var(--ground-deep); border-left: 1px solid var(--line-soft); padding: 16px 14px calc(16px + env(safe-area-inset-bottom));
    transform: translateX(104%); transition: transform .28s var(--ease-out); }
  .m-nav-toggle:checked ~ .m-scrim { opacity: 1; pointer-events: auto; }
  .m-nav-toggle:checked ~ .m-drawer { transform: none; }
  .m-drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 2px 8px 14px; border-bottom: 1px solid var(--line-soft); margin-bottom: 8px; }
  .m-drawer .x { display: inline-flex; padding: 6px; color: var(--text-dim); cursor: pointer; }
  .m-drawer .x svg { width: 22px; height: 22px; }
  .m-drawer > a { padding: 13px 12px; border-radius: 10px; color: var(--text); font-size: 16px; font-weight: 600; }
  .m-drawer > a:hover { background: var(--panel); text-decoration: none; }
  .m-drawer > a.btn { margin-top: auto; justify-content: center; padding: 14px; }
}
@media (max-width: 640px) {
  .site-head { padding: 10px 16px; gap: 12px; }
  .brand-name { font-size: 17px; }
  .lang-switch button { padding: 7px 9px; }
  .hero { padding-top: 26px; padding-bottom: 40px; gap: 26px; }
  .hero-copy h1 { font-size: 33px; line-height: 1.38; }
  .hero-sub { margin-top: 16px; font-size: 15.5px; }
  .hero-cta { margin-top: 22px; gap: 10px; }
  .hero-cta .btn { flex: 1 1 auto; justify-content: center; padding: 13px 14px; }
  .hero-proof { gap: 6px 16px; margin-top: 18px; }
  /* live scene: phone full width, order tray becomes its own card below (no overlap on small screens) */
  .hero-scene { width: 100%; justify-self: stretch; display: flex; flex-direction: column; gap: 12px; }
  .phone { width: 100%; max-width: none; }
  .phone-stage { height: 340px; }
  .order-tray { position: static; width: 100%; bottom: auto; right: auto; left: auto; transform: none; }
  section { padding: 50px 18px 26px; }
  section > h2 { font-size: 25px; }
  .mod-big .btn, .pr-card .btn, .btn-xl { width: 100%; justify-content: center; }
  .btn-xl { padding: 15px 24px; font-size: 17px; }
  /* compare table → stacked rows with column labels */
  .cmp-table { min-width: 0; }
  .cmp-table thead { display: none; }
  .cmp-table tbody tr { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 10px; padding: 14px 14px; }
  .cmp-table tbody tr + tr { border-top: 1px solid var(--line-soft); }
  .cmp-table tbody tr + tr td { border-top: 0; }
  .cmp-table td { padding: 0; display: block; font-size: 14px; }
  .cmp-table td:first-child { grid-column: 1 / -1; font-weight: 700; font-size: 15px; }
  .cmp-table td[data-col] { padding: 8px 10px; border-radius: 10px; background: var(--panel); }
  .cmp-table td.cmp-us[data-col] { background: var(--live-tint); }
  .cmp-table td[data-col]::before { content: attr(data-col); display: block; font-family: var(--font-display); font-size: 11.5px; color: var(--text-faint); margin-bottom: 3px; }
  .cmp-table td.cmp-us[data-col]::before { color: var(--live); }
  .cmp-table small { display: block; margin: 3px 0 0; }
  /* footer */
  .site-foot { grid-template-columns: 1fr; gap: 18px; padding: 30px 18px calc(40px + 78px); }
  .foot-nav { gap: 18px; flex-wrap: wrap; }
  /* sticky CTA (shown by JS once the hero buttons scroll away) */
  .m-cta { display: flex; gap: 10px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: color-mix(in srgb, var(--ground-deep) 90%, transparent); backdrop-filter: blur(12px);
    border-top: 1px solid var(--line-soft); transform: translateY(110%); transition: transform .3s var(--ease-out); }
  .m-cta.show { transform: none; }
  .m-cta .btn { flex: 1; justify-content: center; padding: 13px 10px; font-size: 15px; }
  .m-cta .btn-ghost { flex: 0 0 auto; padding-inline: 18px; }
}
