:root {
  --bg: #240232;
  --bg2: #2e043f;
  --bg3: #3a0353;
  --sf: #43075e;
  --bd: rgba(248, 210, 153, 0.12);
  --bd2: rgba(248, 210, 153, 0.22);
  --tx: #f7f7f7;
  --tx2: #f5e5b1;
  --tx3: #c9b0ce;
  --pur: #f8d299;
  --blu: #804a8a;
  --gold: #f8d299;
  --cream: #f5e5b1;
  --grape: #3a0353;
  --mid: #804a8a;
  --grad: linear-gradient(135deg, #f8d299, #f5e5b1);
  --nav: 68px;
  --dsb: 240px;
}
.lm {
  --bg: #f7f7f7;
  --bg2: #f5e5b1;
  --bg3: #efe3c4;
  --sf: #fff;
  --bd: rgba(58, 3, 83, 0.1);
  --bd2: rgba(58, 3, 83, 0.18);
  --tx: #3a0353;
  --tx2: #5a2a68;
  --tx3: #804a8a;
  --pur: #3a0353;
  --gold: #3a0353;
  --grad: linear-gradient(135deg, #3a0353, #804a8a);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: "Space Grotesk", "Syne", sans-serif;
  background: var(--bg);
  color: var(--tx);
  overflow-x: hidden;
  transition: background 0.3s, color 0.3s;
}
img {
  max-width: 100%;
}
.row > [class*="col-"] {
  min-width: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
.gt {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.slbl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.73rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--pur);
  margin-bottom: 14px;
}
.slbl::before {
  content: "";
  width: 20px;
  height: 1.5px;
  background: var(--grad);
}
.stitle {
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}
.ssub {
  font-size: 1rem;
  color: var(--tx);
  max-width: 560px;
}
.aur {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.aur-a {
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(248, 210, 153, 0.22),
    transparent 70%
  );
}
.aur-b {
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(128, 74, 138, 0.22),
    transparent 70%
  );
}
.gc {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 18px;
  transition: 0.3s;
}
.gc:hover {
  border-color: rgba(248, 210, 153, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.25);
}
.bgrd {
  background: var(--gold);
  border: none;
  color: #3a0353;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  border-radius: 12px;
  transition: 0.25s;
  cursor: pointer;
}
.bgrd:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(248, 210, 153, 0.4);
  background:white ;
  border: 1px solid var(--bd);
  color: #3a0353;
}
.lm .bgrd {
  background: #3a0353;
  color: #f8d299;
}
.lm .bgrd:hover {
  color: #f8d299;
  box-shadow: 0 8px 24px rgba(58, 3, 83, 0.25);
}
.boc {
  background: transparent;
  border: 1px solid var(--bd2);
  color: var(--tx);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  border-radius: 12px;
  transition: 0.25s;
  cursor: pointer;
}
.boc:hover {
  border-color: var(--pur);
  background: rgba(248, 210, 153, 0.08);
  color: var(--tx);
}
.rv {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s, transform 0.65s;
}
.rv.in {
  opacity: 1;
  transform: none;
}
.sp {
  padding: 90px 0;
}
/* NAVBAR */
#nbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  height: var(--nav);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: rgba(36, 2, 50, 0.82);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--bd);
  display: flex;
  align-items: center;
  transition: background 0.3s, box-shadow 0.3s;
}
.lm #nbar {
  background: rgba(247, 247, 247, 0.9);
}
#nbar.scr {
  background: rgba(36, 2, 50, 0.96);
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.4);
}
.lm #nbar.scr {
  background: rgba(247, 247, 247, 0.97);
}
.logo-i {
  width: 38px;
  height: 38px;
  background: #3a0353;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8d299;
  font-size: 0.95rem;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid rgba(248, 210, 153, 0.25);
}
.logo-i img,
.logo-mark {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 11px;
  display: block;
}
.nav-link {
  color: var(--tx2) !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 6px 14px !important;
  border-radius: 8px;
  transition: 0.2s !important;
}
.nav-link:hover {
  color: var(--tx) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}
.lm .nav-link:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
#mbmenu {
  position: fixed;
  top: var(--nav);
  left: 0;
  right: 0;
  z-index: 1049;
  background: rgba(36, 2, 50, 0.98);
  backdrop-filter: blur(20px);
  padding: 14px 20px 20px;
  border-bottom: 1px solid var(--bd);
  display: none;
}
.lm #mbmenu {
  background: rgba(247, 247, 247, 0.98);
}
#mbmenu.open {
  display: block;
}
/* HERO */
#hero {
  min-height: 100vh;
  padding-top: var(--nav);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hbadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px 5px 8px;
  border-radius: 100px;
  background: rgba(248, 210, 153, 0.12);
  border: 1px solid rgba(248, 210, 153, 0.3);
  font-size: 0.78rem;
  font-weight: 600;
  color: #f5e5b1;
  margin-bottom: 22px;
  max-width: 100%;
  white-space: normal;
  text-align: left;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 7px 12px;
  border-radius: 8px;
  color: #f5e5b1;
  background: #1a0126;
  border: 1px solid rgba(248, 210, 153, 0.22);
  box-shadow: 0 0 0 1px rgba(58, 3, 83, 0.4), 0 8px 20px rgba(0, 0, 0, 0.22);
  white-space: nowrap;
}
.hero-pill .cmt {
  color: #804a8a;
}
.hero-pill .kw {
  color: #f8d299;
}
.hero-pill .str {
  color: #f7f7f7;
}
.bdot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pur);
  animation: bpls 2s infinite;
  flex-shrink: 0;
}
.h1 {
  font-size: clamp(2.4rem, 6.5vw, 5rem);
  font-weight: 700;
  line-height: 1.09;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}
.tlog {
  opacity: 0.4;
  filter: grayscale(1);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--tx2);
  transition: 0.3s;
}
.tlog:hover {
  opacity: 0.75;
  filter: none;
}
.dwrap {
  border-radius: 26px;
  overflow: hidden;
  background: var(--sf);
  border: 1px solid var(--bd2);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.65), 0 0 40px rgba(248, 210, 153, 0.2);
}
.dtbar {
  background: var(--bg3);
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--bd);
}
.dd {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.dgrid {
  display: grid;
  grid-template-columns: 185px 1fr;
}
.dside {
  background: var(--bg2);
  border-right: 1px solid var(--bd);
  padding: 14px 10px;
}
.dsi {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 0.81rem;
  color: var(--tx3);
  margin-bottom: 3px;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
  text-align: left;
  transition: 0.2s;
}
.dsi i {
  width: 16px;
  text-align: center;
}
.dsi.on,
.dsi:hover {
  background: rgba(248, 210, 153, 0.14);
  color: #f5e5b1;
}
.stpill {
  background: var(--bg3);
  border: 1px solid var(--bd);
  border-radius: 12px;
  padding: 12px;
  position: relative;
  overflow: hidden;
}
.stpill::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--grad);
  opacity: 0.7;
}
.bbar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(to top, #f8d299, #804a8a);
  transform-origin: bottom;
  animation: bgrow 0.8s ease forwards;
}
.cbbl {
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 0.72rem;
  line-height: 1.45;
  max-width: 88%;
}
.cbai {
  background: rgba(248, 210, 153, 0.14);
  border: 1px solid rgba(248, 210, 153, 0.2);
  color: var(--tx2);
  align-self: flex-start;
}
.cbus {
  background: var(--grad);
  color: #fff;
  align-self: flex-end;
}
.tdot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pur);
  animation: tbounce 0.9s infinite;
  display: inline-block;
}
@media (max-width: 991px) {
  .dgrid {
    grid-template-columns: 1fr;
  }
  .dside {
    display: none;
  }
}
/* PROOF */
#proof {
  background: var(--bg2);
  border-top: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);
  padding: 44px 0;
}
.pnum {
  font-size: 1.9rem;
  font-weight: 700;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}
.plbl {
  font-size: 0.77rem;
  color: var(--tx3);
  margin-top: 3px;
}
.lscroll {
  overflow: hidden;
  margin-top: 28px;
}
.ltrack {
  display: flex;
  gap: 36px;
  width: max-content;
  animation: lscr 18s linear infinite;
}
.lbr {
  font-size: 0.87rem;
  font-weight: 700;
  color: var(--tx3);
  opacity: 0.5;
  white-space: nowrap;
}
/* FEATURES */
.ftico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
}
.ftag {
  display: inline-block;
  margin-top: 10px;
  padding: 2px 10px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 600;
  background: rgba(248, 210, 153, 0.12);
  color: #f5e5b1;
  border: 1px solid rgba(248, 210, 153, 0.2);
}
/* BENTO */
.bgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.bs2 {
  grid-column: span 2;
}
.bt2 {
  grid-row: span 2;
}
.bvis {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--bg3);
}
.bvis::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(248, 210, 153, 0.14),
    rgba(128, 74, 138, 0.08)
  );
}
@media (max-width: 767px) {
  .bgrid {
    grid-template-columns: 1fr;
  }
  .bs2,
  .bt2 {
    grid-column: span 1;
    grid-row: span 1;
  }
}
/* PRODUCT PREVIEW */
.dprev {
  background: var(--sf);
  border: 1px solid var(--bd2);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.5);
}
.dpbody {
  display: grid;
  grid-template-columns: 205px 1fr;
  min-height: 430px;
}
.dpside {
  background: var(--bg2);
  border-right: 1px solid var(--bd);
  padding: 16px 12px;
}
.dpnl {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 9px;
  font-size: 0.82rem;
  color: var(--tx3);
  margin-bottom: 4px;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
  text-align: left;
  transition: 0.2s;
}
.dpnl i {
  width: 16px;
  text-align: center;
}
.dpnl.on,
.dpnl:hover {
  background: rgba(248, 210, 153, 0.14);
  color: #f5e5b1;
}
.dpc {
  padding: 22px;
}
.dpane {
  display: none;
}
.dpane.on {
  display: block;
}
.dpst {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.dps {
  background: var(--bg3);
  border: 1px solid var(--bd);
  border-radius: 12px;
  padding: 14px;
  position: relative;
  overflow: hidden;
}
.dps::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--grad);
  opacity: 0.6;
}
.dpsv {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.dpsl {
  font-size: 0.67rem;
  color: var(--tx3);
}
.dpsd {
  font-size: 0.67rem;
  color: #34d399;
  font-weight: 600;
}
.dpbars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 88px;
}
.dpbar {
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(to top, #f8d299, #804a8a);
  opacity: 0.75;
  animation: bgrow 0.7s ease forwards;
  transform-origin: bottom;
}
.arow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: var(--bg3);
  border: 1px solid var(--bd);
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 0.82rem;
}
.adot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.gon {
  background: #34d399;
  box-shadow: 0 0 6px #34d399;
}
.gpu {
  background: #f8d299;
  box-shadow: 0 0 6px #f8d299;
}
.gor {
  background: #f59e0b;
}
.bst {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 100px;
}
.son {
  background: rgba(52, 211, 153, 0.12);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.2);
}
.sbz {
  background: rgba(248, 210, 153, 0.12);
  color: #f5e5b1;
  border: 1px solid rgba(248, 210, 153, 0.2);
}
.sid {
  background: rgba(245, 158, 11, 0.1);
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.2);
}
.cit {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 12px;
  background: var(--bg3);
  border: 1px solid var(--bd);
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 0.81rem;
}
.cav {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
}
.arl {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--bg3);
  border: 1px solid var(--bd);
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 0.82rem;
}
.ari {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .dpbody {
    grid-template-columns: 1fr;
  }
  .dpside {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid var(--bd);
  }
  .dpnl {
    white-space: nowrap;
    flex-shrink: 0;
    width: auto;
  }
  .dpst {
    grid-template-columns: 1fr 1fr;
  }
}
/* HOW */
.hnum {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 18px;
  box-shadow: 0 8px 24px rgba(248, 210, 153, 0.35);
}
/* ANALYTICS */
.anst {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 16px;
  padding: 20px;
}
.atrnd {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 100px;
}
.tup {
  color: #34d399;
  background: rgba(52, 211, 153, 0.1);
}
.rtbar {
  height: 4px;
  background: var(--bg3);
  border-radius: 100px;
  overflow: hidden;
}
.rtfill {
  height: 100%;
  border-radius: 100px;
  background: var(--grad);
}
/* PRICING */
.pcard {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 18px;
  padding: 30px;
  transition: 0.3s;
  position: relative;
}
.pcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
.pcard.pop {
  border: 1px solid rgba(248, 210, 153, 0.4);
  background: linear-gradient(
    135deg,
    rgba(248, 210, 153, 0.06),
    rgba(128, 74, 138, 0.03)
  );
  box-shadow: 0 0 40px rgba(248, 210, 153, 0.12);
}
.pbadge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad);
  color: #fff;
  font-size: 0.73rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 100px;
  white-space: nowrap;
}
.pamt {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1;
}
.pamt sup {
  font-size: 1.2rem;
  vertical-align: top;
  margin-top: 9px;
  display: inline-block;
}
.pfl {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.pchk {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.65rem;
  color: #34d399;
  margin-top: 1px;
}
.tav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--bd2);
}
/* FAQ */
.acco .accordion-item {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 18px !important;
  margin-bottom: 10px;
  overflow: hidden;
}
.acco .accordion-button {
  background: var(--sf);
  color: var(--tx);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.94rem;
  box-shadow: none;
  border-radius: 18px !important;
  padding: 18px 22px;
}
.acco .accordion-button:not(.collapsed) {
  background: rgba(248, 210, 153, 0.06);
  color: var(--pur);
}
.acco .accordion-button::after {
  filter: invert(1) hue-rotate(220deg);
}
.lm .acco .accordion-button::after {
  filter: none;
}
.acco .accordion-body {
  color: var(--tx2);
  font-size: 0.875rem;
  line-height: 1.7;
  padding: 0 22px 18px;
}
/* CTA */
#cta {
  padding: 110px 0;
  position: relative;
  overflow: hidden;
  background: var(--bg3);
  text-align: center;
}
/* FOOTER */
#foot {
  background: var(--bg);
  border-top: 1px solid var(--bd);
  padding: 60px 0 28px;
}
.fcol h5 {
  font-size: 0.77rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--tx3);
  margin-bottom: 14px;
}
.fcol a {
  display: block;
  font-size: 0.875rem;
  color: var(--tx2);
  padding: 3px 0;
  transition: 0.2s;
}
.fcol a:hover {
  color: var(--pur);
}
.nli {
  padding: 9px 14px;
  border-radius: 12px;
  border: 1px solid var(--bd2);
  background: var(--sf);
  color: var(--tx);
  font-size: 0.83rem;
  font-family: "Space Grotesk", sans-serif;
  outline: none;
  flex: 1;
}
.nli:focus {
  border-color: var(--pur);
}
.sico {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid var(--bd);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tx3);
  transition: 0.2s;
  font-size: 0.88rem;
}
.sico:hover {
  border-color: var(--pur);
  color: var(--pur);
}
/* OFFCANVAS LOGIN */
#lofc {
  width: 420px;
  background: var(--bg2);
  border-left: 1px solid var(--bd2);
}
.lm #lofc {
  background: #f5f5ff;
}
.offcanvas-header {
  border-bottom: 1px solid var(--bd);
  padding: 20px 24px;
}
.offcanvas-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: var(--tx);
}
.olbl {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--tx2);
  margin-bottom: 6px;
  display: block;
}
.oinp {
  width: 100%;
  padding: 11px 14px;
  border-radius: 12px;
  border: 1px solid var(--bd2);
  background: var(--sf);
  color: var(--tx);
  font-size: 0.9rem;
  font-family: "Space Grotesk", sans-serif;
  outline: none;
  transition: 0.2s;
  margin-bottom: 14px;
}
.oinp:focus {
  border-color: var(--pur);
  box-shadow: 0 0 0 3px rgba(248, 210, 153, 0.15);
}
.odiv {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--tx3);
  font-size: 0.8rem;
  margin: 16px 0;
}
.odiv::before,
.odiv::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--bd);
}
.oauth {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid var(--bd2);
  background: var(--sf);
  color: var(--tx2);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  transition: 0.2s;
  cursor: pointer;
  margin-bottom: 8px;
}
.oauth:hover {
  border-color: var(--pur);
  color: var(--tx);
}
.tab-switch {
  display: flex;
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 22px;
}
.tab-sw-btn {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 9px;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  cursor: pointer;
  transition: 0.2s;
  background: transparent;
  color: var(--tx3);
}
.tab-sw-btn.on {
  background: var(--grad);
  color: #fff;
}
.err-msg {
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.25);
  color: #f87171;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.82rem;
  margin-bottom: 12px;
  display: none;
}
/* MAGNIFIC */
.mfp-bg {
  background: #000;
  opacity: 0.9;
}
.mfp-iframe-holder .mfp-content {
  max-width: 900px;
}
/* ======================== DASHBOARD ======================== */
#dashboard {
  display: none;
  min-height: 100vh;
  background: var(--bg);
}
/* DB TOPBAR */
.db-top {
  position: fixed;
  top: 0;
  left: var(--dsb);
  right: 0;
  height: var(--nav);
  background: rgba(8, 8, 15, 0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--bd);
  z-index: 900;
  display: flex;
  align-items: center;
  padding: 0 28px;
  gap: 16px;
  transition: left 0.3s;
}
.lm .db-top {
  background: rgba(250, 250, 254, 0.9);
}
.db-top-search {
  flex: 1;
  max-width: 380px;
  position: relative;
}
.db-top-search input {
  width: 100%;
  padding: 8px 14px 8px 36px;
  border-radius: 10px;
  border: 1px solid var(--bd2);
  background: var(--sf);
  color: var(--tx);
  font-size: 0.85rem;
  font-family: "Space Grotesk", sans-serif;
  outline: none;
}
.db-top-search input:focus {
  border-color: var(--pur);
}
.db-top-search i {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--tx3);
  font-size: 0.85rem;
}
.db-user-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 12px;
  border: 1px solid var(--bd);
  cursor: pointer;
  transition: 0.2s;
}
.db-user-pill:hover {
  border-color: var(--pur);
  background: rgba(248, 210, 153, 0.06);
}
.db-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}
/* DB SIDEBAR */
.db-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--dsb);
  height: 100vh;
  background: var(--bg2);
  border-right: 1px solid var(--bd);
  z-index: 950;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.3s;
}
.db-logo {
  padding: 18px 20px;
  border-bottom: 1px solid var(--bd);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--tx);
}
.db-nav {
  flex: 1;
  padding: 16px 12px;
  overflow-y: auto;
}
.db-nav-section {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--tx3);
  padding: 0 10px;
  margin: 16px 0 8px;
}
.db-nl {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.875rem;
  color: var(--tx2);
  margin-bottom: 3px;
  cursor: pointer;
  border: none;
  width: 100%;
  background: transparent;
  font-family: "Space Grotesk", sans-serif;
  text-align: left;
  transition: 0.2s;
  position: relative;
}
.db-nl i {
  width: 18px;
  text-align: center;
  font-size: 0.9rem;
}
.db-nl:hover {
  background: rgba(248, 210, 153, 0.1);
  color: var(--tx);
}
.db-nl.active {
  background: rgba(248, 210, 153, 0.15);
  color: #f5e5b1;
  font-weight: 600;
}
.db-nl.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 3px;
  background: var(--grad);
  border-radius: 0 3px 3px 0;
}
.db-badge {
  margin-left: auto;
  background: var(--pur);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 100px;
}
.db-bottom {
  padding: 16px 12px;
  border-top: 1px solid var(--bd);
}
/* DB MAIN */
.db-main {
  margin-left: var(--dsb);
  padding-top: var(--nav);
  min-height: 100vh;
}
.db-content {
  padding: 28px;
}
/* DB SECTIONS */
.db-section {
  display: none;
}
.db-section.active {
  display: block;
}
/* STAT CARDS */
.db-stat-card {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 16px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.db-stat-card:hover {
  border-color: rgba(248, 210, 153, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.db-stat-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--grad);
  opacity: 0.6;
}
.db-stat-val {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 4px;
}
.db-stat-lbl {
  font-size: 0.78rem;
  color: var(--tx3);
  margin-bottom: 6px;
}
.db-stat-delta {
  font-size: 0.75rem;
  font-weight: 600;
}
.delta-up {
  color: #34d399;
}
.delta-dn {
  color: #f87171;
}
/* AI CHAT */
.chat-wrap {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  height: 520px;
  overflow: hidden;
}
.chat-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--bd);
  display: flex;
  align-items: center;
  gap: 12px;
}
.chat-ai-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.chat-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #34d399;
  font-weight: 600;
}
.chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scroll-behavior: smooth;
}
.chat-body::-webkit-scrollbar {
  width: 4px;
}
.chat-body::-webkit-scrollbar-track {
  background: transparent;
}
.chat-body::-webkit-scrollbar-thumb {
  background: var(--bd2);
  border-radius: 4px;
}
.msg {
  max-width: 80%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.875rem;
  line-height: 1.55;
  word-break: break-word;
}
.msg-ai {
  background: var(--bg3);
  border: 1px solid var(--bd);
  color: var(--tx);
  align-self: flex-start;
  border-radius: 4px 14px 14px 14px;
}
.msg-user {
  background: var(--grad);
  color: #fff;
  align-self: flex-end;
  border-radius: 14px 14px 4px 14px;
}
.msg-time {
  font-size: 0.68rem;
  color: var(--tx3);
  margin-top: 4px;
}
.typing-ind {
  display: flex;
  gap: 4px;
  padding: 10px 14px;
  background: var(--bg3);
  border: 1px solid var(--bd);
  border-radius: 4px 14px 14px 14px;
  align-self: flex-start;
  align-items: center;
}
.typing-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pur);
  animation: tbounce 0.9s infinite;
}
.typing-dot:nth-child(2) {
  animation-delay: 0.15s;
}
.typing-dot:nth-child(3) {
  animation-delay: 0.3s;
}
.chat-input-wrap {
  padding: 14px 16px;
  border-top: 1px solid var(--bd);
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.chat-inp {
  flex: 1;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid var(--bd2);
  background: var(--bg3);
  color: var(--tx);
  font-size: 0.875rem;
  font-family: "Space Grotesk", sans-serif;
  outline: none;
  resize: none;
  max-height: 100px;
  line-height: 1.5;
  transition: 0.2s;
}
.chat-inp:focus {
  border-color: var(--pur);
}
.chat-send {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--grad);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
  flex-shrink: 0;
}
.chat-send:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(248, 210, 153, 0.4);
}
.chat-send:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
/* AGENT CARD */
.agent-card {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 16px;
  padding: 20px;
  transition: 0.3s;
}
.agent-card:hover {
  border-color: rgba(248, 210, 153, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.agent-status {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.ag-online {
  background: #34d399;
  box-shadow: 0 0 8px #34d399;
}
.ag-busy {
  background: #f8d299;
  box-shadow: 0 0 8px #f8d299;
}
.ag-offline {
  background: #6b6b8a;
}
/* TABLE */
.db-table {
  width: 100%;
  border-collapse: collapse;
}
.db-table th {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--tx3);
  padding: 10px 16px;
  border-bottom: 1px solid var(--bd);
  text-align: left;
}
.db-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--bd);
  font-size: 0.875rem;
  color: var(--tx2);
}
.db-table tr:last-child td {
  border-bottom: none;
}
.db-table tr:hover td {
  background: rgba(248, 210, 153, 0.04);
}
/* SETTINGS */
.setting-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid var(--bd);
}
.setting-row:last-child {
  border-bottom: none;
}
.toggle-switch {
  position: relative;
  width: 44px;
  height: 24px;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.toggle-thumb {
  position: absolute;
  inset: 0;
  background: var(--bd2);
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
}
.toggle-thumb::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.toggle-switch input:checked + .toggle-thumb {
  background: var(--grad);
}
.toggle-switch input:checked + .toggle-thumb::before {
  transform: translateX(20px);
}
/* NOTIFICATION */
.notif-item {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 12px;
  background: var(--sf);
  border: 1px solid var(--bd);
  margin-bottom: 10px;
  transition: 0.2s;
}
.notif-item:hover {
  border-color: rgba(248, 210, 153, 0.2);
}
.notif-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* DROPDOWN PANELS */
.db-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 2000;
  background: var(--bg2);
  border: 1px solid var(--bd2);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  min-width: 340px;
  overflow: hidden;
  animation: fadeIn 0.2s ease;
  display: none;
}
.db-dropdown.open {
  display: block;
}
.dd-header {
  padding: 16px 18px;
  border-bottom: 1px solid var(--bd);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dd-header-title {
  font-weight: 700;
  font-size: 0.95rem;
}
.dd-close {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid var(--bd2);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tx3);
  cursor: pointer;
  font-size: 0.8rem;
  transition: 0.2s;
}
.dd-close:hover {
  border-color: var(--pur);
  color: var(--pur);
}
.dd-body {
  padding: 14px;
  max-height: 380px;
  overflow-y: auto;
}
.dd-body::-webkit-scrollbar {
  width: 4px;
}
.dd-body::-webkit-scrollbar-thumb {
  background: var(--bd2);
  border-radius: 4px;
}
.notif-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f8d299;
  flex-shrink: 0;
  margin-top: 5px;
}
.notif-dot.read {
  background: var(--bd2);
}
.notif-unread {
  background: rgba(248, 210, 153, 0.06);
  border-color: rgba(248, 210, 153, 0.2);
}
/* PROFILE DROPDOWN */
.profile-dd {
  min-width: 260px;
}
.profile-dd-top {
  padding: 18px;
  border-bottom: 1px solid var(--bd);
  display: flex;
  align-items: center;
  gap: 12px;
}
.profile-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-size: 0.875rem;
  color: var(--tx2);
  cursor: pointer;
  transition: 0.2s;
  border-radius: 10px;
  margin: 2px 8px;
  border: none;
  background: transparent;
  width: calc(100% - 16px);
  font-family: "Space Grotesk", sans-serif;
  text-align: left;
}
.profile-menu-item i {
  width: 18px;
  text-align: center;
  font-size: 0.9rem;
}
.profile-menu-item:hover {
  background: rgba(248, 210, 153, 0.1);
  color: var(--tx);
}
.profile-menu-item.danger:hover {
  background: rgba(248, 113, 113, 0.1);
  color: #f87171;
}
.profile-dd-footer {
  padding: 10px 8px;
  border-top: 1px solid var(--bd);
}
/* MOBILE DB */
@media (max-width: 991px) {
  .db-sidebar {
    transform: translateX(-100%);
    transition: 0.3s;
  }
  .db-sidebar.mob-open {
    transform: translateX(0);
  }
  .db-main {
    margin-left: 0;
  }
  .db-top {
    left: 0;
  }
}
/* KEYFRAMES */
@keyframes bpls {
  0%,
  100% {
    box-shadow: 0 0 6px var(--pur);
  }
  50% {
    box-shadow: 0 0 14px var(--pur);
  }
}
@keyframes bgrow {
  from {
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 0.75;
  }
}
@keyframes tbounce {
  0%,
  60%,
  100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
}
@keyframes lscr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadU {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes dinI {
  from {
    opacity: 0;
    transform: perspective(1200px) rotateX(5deg) translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.afu {
  animation: fadU 0.8s ease both;
}
.adi {
  animation: dinI 1.1s ease 0.35s both;
}
.rv {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s, transform 0.65s;
}
.rv.in {
  opacity: 1;
  transform: none;
}
@media (max-width: 575px) {
  .h1 {
    font-size: 2.2rem;
  }
  .stitle {
    font-size: 1.8rem;
  }
  #lofc {
    width: 100%;
  }
  .db-top-search {
    display: none;
  }
  .db-content {
    padding: 16px;
  }
}

/* Z2H school */
.brand-word {
  font-family: "Syne", "Space Grotesk", sans-serif;
  letter-spacing: 0.18em;
  font-weight: 700;
  font-size: 0.92rem;
}
.mono {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
}
.term {
  background: #1a0126;
  border: 1px solid rgba(248, 210, 153, 0.22);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45), 0 0 40px rgba(248, 210, 153, 0.12);
  text-align: left;
}
.term-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 16px;
  background: #2a0438;
  border-bottom: 1px solid rgba(248, 210, 153, 0.12);
}
.term {
  max-width: 100%;
}
.term-body {
  padding: 22px 24px 26px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.82rem;
  line-height: 1.7;
  color: #f5e5b1;
  min-height: 280px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.term-body > div {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.term-body .cmt { color: #804a8a; }
.term-body .kw { color: #f8d299; }
.term-body .str { color: #f7f7f7; }
.term-cursor {
  display: inline-block;
  width: 8px;
  height: 1.05em;
  background: #f8d299;
  margin-left: 2px;
  vertical-align: text-bottom;
  animation: termBlink 1.05s steps(1, end) infinite;
}
.term-cursor.writing {
  animation: none;
  opacity: 1;
}
@keyframes termBlink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}
.lm .term-cursor {
  background: #3a0353;
}
.method-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.method-row-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.method-card {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 16px;
  padding: 22px 16px;
  text-align: center;
  height: 100%;
}
.method-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: var(--cream);
  color: #3a0353;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.method-card p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--tx2);
  line-height: 1.55;
}
.loop-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);
}
.loop-step {
  padding: 36px 24px 32px;
  border-right: 1px solid var(--bd);
}
.loop-step:last-child {
  border-right: none;
}
.loop-n {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.loop-step h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.loop-step p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--tx2);
  line-height: 1.6;
}
.flow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.mind-box.mid {
  background: rgba(248, 210, 153, 0.08);
  border-color: rgba(248, 210, 153, 0.22);
}
.mind-kicker {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: var(--pur);
  margin-bottom: 14px;
}
.say-sec .chip {
  background: rgba(58, 3, 83, 0.06);
  border-color: rgba(58, 3, 83, 0.14);
  color: #3a0353;
}
.say-sec .ssub,
.say-sec .z2h-mini,
.say-sec p {
  color: #5a2a68;
}
.say-sec .slbl {
  color: #804a8a;
}
.method-num {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--pur);
  margin-bottom: 8px;
}
.bin-strip {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: var(--tx3);
  opacity: 0.55;
  overflow: hidden;
  white-space: nowrap;
}
.chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 100px;
  border: 1px solid var(--bd2);
  font-size: 0.78rem;
  color: var(--tx2);
  background: rgba(248, 210, 153, 0.06);
}
.proj-idx {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--pur);
}
.who-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.who-grid.justify-content-center {
  justify-content: center;
}
.mind-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.mind-box {
  border-radius: 18px;
  padding: 28px;
  border: 1px solid var(--bd);
}
.mind-box.before {
  background: var(--sf);
}
.mind-box.after {
  background: linear-gradient(180deg, rgba(248, 210, 153, 0.12), transparent);
  border-color: rgba(248, 210, 153, 0.35);
}
.ftico {
  color: #3a0353;
}
.hnum {
  color: #3a0353;
}
.lm .term {
  background: #fff;
}
.lm .term-bar {
  background: #f7f7f7;
}
.lm .term-body {
  color: #3a0353;
}
.lm .hero-pill {
  background: #fff;
  color: #3a0353;
  border-color: rgba(58, 3, 83, 0.18);
  box-shadow: 0 4px 14px rgba(58, 3, 83, 0.08);
}
.lm .hero-pill .cmt {
  color: #804a8a;
}
.lm .hero-pill .kw {
  color: #3a0353;
}
.lm .hero-pill .str {
  color: #1a0126;
}
@media (max-width: 991px) {
  .method-row,
  .method-row-3,
  .mind-split,
  .flow-grid,
  .loop-track {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .method-row,
  .method-row-3,
  .mind-split,
  .flow-grid,
  .loop-track {
    grid-template-columns: 1fr;
  }
  .loop-step {
    border-right: none;
    border-bottom: 1px solid var(--bd);
  }
  .loop-step:last-child {
    border-bottom: none;
  }
}

#paths {
  background: var(--bg2);
}
.course-all {
  display: inline-flex;
  align-items: center;
  background: #3a0353;
  color: #f8d299;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 12px 22px;
  border-radius: 100px;
  border: 1px solid rgba(248, 210, 153, 0.25);
  transition: 0.2s;
  white-space: nowrap;
}
.course-all:hover {
  background: #4a0a68;
  color: #f8d299;
  transform: translateY(-1px);
}
.lm .course-all {
  background: #3a0353;
  color: #f8d299;
}
.course-card {
  background: #fff;
  border-radius: 28px;
  padding: 10px 10px 18px;
  color: #3a0353;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
a.course-join {
  color: #f8d299;
  text-decoration: none;
}
.course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}
.course-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
}
.course-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.course-rate {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(247, 247, 247, 0.92);
  color: #3a0353;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
}
.course-rate i {
  color: #e8a317;
  font-size: 0.7rem;
}
.course-body {
  padding: 16px 10px 4px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.course-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: #3a0353;
  margin-bottom: 8px;
}
.course-desc {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #6b4a73;
  margin-bottom: 12px;
}
.course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.course-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ececec;
  color: #6b4a73;
  font-size: 0.72rem;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 100px;
}
.course-meta i {
  font-size: 0.68rem;
  color: #804a8a;
}
.course-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.course-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 0.8rem;
  font-weight: 700;
}
.course-stars i {
  color: #e8a317;
  font-size: 0.68rem;
}
.course-learners {
  font-size: 0.75rem;
  color: #6b4a73;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.course-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 4px;
}
.course-mentor {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #3a0353;
}
.course-mentor img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.course-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(58, 3, 83, 0.16);
}
.course-join {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #3a0353;
  color: #f8d299;
  border: none;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  padding: 9px 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.2s;
}
.course-join:hover {
  background: #4a0a68;
  color: #f8d299;
}
.course-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3a0353;
}

.say-sec {
  background: #f7f7f7;
}
.say-sec .stitle {
  color: #3a0353;
}
.say-sec .gt {
  background: linear-gradient(135deg, #3a0353, #804a8a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.say-title {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}
.say-card {
  background: #efe6ea;
  border-radius: 16px;
  padding: 28px 26px 22px;
  min-height: 280px;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #3a0353;
}
.say-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.4rem;
  line-height: 0.7;
  color: rgba(128, 74, 138, 0.4);
  margin-bottom: 16px;
}
.say-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #3a0353;
  margin-bottom: 0;
  flex: 1;
}
.say-who {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.say-who img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.say-who strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: #3a0353;
}
.say-who span {
  display: block;
  font-size: 0.78rem;
  color: #804a8a;
  font-weight: 400;
}
.say-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}
.say-nav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #804a8a;
  background: transparent;
  color: #804a8a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}
.say-nav button:hover {
  background: #3a0353;
  border-color: #3a0353;
  color: #f8d299;
}
.lm .say-sec {
  background: #f7f7f7;
}

#nbar .container,
#nbar .d-flex {
  min-width: 0;
}

@media (max-width: 991px) {
  .container,
  .row,
  .row > [class*="col-"],
  #hero > .container,
  #landing,
  section {
    max-width: 100%;
  }
  #landing,
  section {
    overflow-x: hidden;
  }
  .insc-main {
    padding: calc(var(--nav) + 28px) 0 48px;
  }
  .sp {
    padding: 64px 0;
  }
  #hero {
    min-height: unset;
    padding: calc(var(--nav) + 28px) 0 40px;
  }
  .h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
    word-break: break-word;
  }
  .stitle {
    word-break: break-word;
  }
  .ssub {
    max-width: 100%;
  }
  .aur-a,
  .aur-b {
    width: 280px;
    height: 280px;
  }
  .term-body {
    font-size: 0.72rem;
    padding: 16px 14px 20px;
    min-height: 220px;
  }
}

@media (max-width: 575px) {
  .hbadge {
    font-size: 0.68rem;
    padding: 4px 10px 4px 6px;
  }
  .brand-word {
    letter-spacing: 0.08em;
    font-size: 0.78rem;
  }
  #hero .bgrd.btn,
  #hero .boc.btn {
    width: 100%;
    justify-content: center;
  }
  #hero .d-flex.flex-wrap {
    width: 100%;
  }
  .gc h3.fs-5 {
    font-size: 1rem;
  }
}
.z2h-mini {
  font-size: .82rem;
  color: var(--tx2);
  margin: 0;
  line-height: 1.5;
}

/* Course / inscription */
.insc-main {
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav) + 48px) 0 80px;
}
.insc-title {
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}
.insc-lead {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  color: var(--tx);
  max-width: 520px;
  margin-bottom: 24px;
  line-height: 1.7;
}
.insc-hero-img {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(248, 210, 153, 0.22);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}
.insc-hero-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.insc-img-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: #3a0353;
  background: #f8d299;
  padding: 6px 10px;
  border-radius: 8px;
}
.insc-feat {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 16px;
  padding: 14px;
  height: 100%;
}
.insc-feat i {
  color: var(--gold);
  margin-top: 3px;
}
.insc-feat strong {
  display: block;
  font-size: 0.88rem;
}
.insc-feat span {
  display: block;
  font-size: 0.75rem;
  color: var(--tx3);
  line-height: 1.4;
}
.insc-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.insc-stats > div {
  background: var(--sf);
  border: 1px solid var(--bd);
  border-radius: 16px;
  padding: 14px 12px;
  text-align: center;
}
.insc-stats strong {
  display: block;
  font-size: 1.05rem;
  color: var(--gold);
}
.insc-stats span {
  font-size: 0.72rem;
  color: var(--tx3);
}
.insc-card {
  background: #1a0126;
  border: 1px solid rgba(248, 210, 153, 0.22);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45), 0 0 40px rgba(248, 210, 153, 0.08);
}
.lm .insc-card {
  background: #fff;
  box-shadow: 0 24px 60px rgba(58, 3, 83, 0.1);
}
.insc-card-inner {
  padding: 28px 26px 32px;
}
.insc-card h2 {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.insc-card-sub {
  font-size: 0.9rem;
  color: var(--tx2);
  line-height: 1.6;
  margin-bottom: 8px;
}
.insc-label {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #804a8a;
  margin: 28px 0 14px;
  padding-top: 18px;
  border-top: 1px dashed rgba(248, 210, 153, 0.16);
}
.lm .insc-label {
  border-top-color: rgba(58, 3, 83, 0.16);
}
.insc-label:first-of-type {
  margin-top: 8px;
  padding-top: 0;
  border-top: none;
}
.level-grid,
.insc-prefs {
  display: grid;
  gap: 10px;
}
.level-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 8px;
}
.insc-prefs {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 8px;
}
.level-option,
.insc-pref {
  background: var(--sf);
  border: 1px solid var(--bd2);
  color: var(--tx);
  border-radius: 14px;
  padding: 14px 12px;
  text-align: left;
  cursor: pointer;
  transition: 0.2s;
  font-family: "Space Grotesk", sans-serif;
}
.level-option strong {
  display: block;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  color: #804a8a;
  margin-bottom: 4px;
}
.level-option span {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
}
.level-option small {
  display: block;
  font-size: 0.72rem;
  color: var(--tx3);
  margin-top: 4px;
}
.level-option:hover,
.insc-pref:hover,
.level-option.on,
.insc-pref.on {
  border-color: var(--gold);
  background: rgba(248, 210, 153, 0.08);
  color: var(--tx);
}
.insc-pref {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.88rem;
  min-height: 52px;
}
.insc-area {
  min-height: 110px;
  resize: vertical;
}
.insc-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.82rem;
  color: var(--tx2);
  margin-bottom: 10px;
  cursor: pointer;
}
.insc-check input {
  margin-top: 4px;
  accent-color: #f8d299;
}
.insc-check a {
  color: var(--gold);
  text-decoration: underline;
}
.insc-submit {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.insc-submit-btn {
  width: 100%;
  justify-content: center;
  padding: 14px 20px !important;
  border-radius: 12px !important;
  font-size: 1rem !important;
}
.insc-lock {
  font-size: 0.75rem;
  color: var(--tx3);
  text-align: center;
}
.insc-success {
  text-align: center;
  background: rgba(248, 210, 153, 0.08);
  border: 1px solid rgba(248, 210, 153, 0.22);
  border-radius: 16px;
  padding: 24px 18px;
}
.insc-success .success-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f8d299;
  color: #3a0353;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.insc-success h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.insc-success p {
  font-size: 0.88rem;
  color: var(--tx2);
  margin-bottom: 12px;
}
.insc-seo p {
  color: var(--tx2);
  line-height: 1.75;
  font-size: 1.02rem;
}
@media (max-width: 767px) {
  .level-grid,
  .insc-prefs,
  .insc-stats {
    grid-template-columns: 1fr;
  }
  .insc-hero-img img {
    height: 220px;
  }
  .insc-card-inner {
    padding: 20px 16px 24px;
  }
}
/* =========================================================
   Z2H — FORMATIONS PAGE
========================================================= */

.formations-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav) + 48px) 0 28px;
}
.formations-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.formation-search {
  position: relative;
  flex: 1;
  min-width: 220px;
  max-width: 360px;
}
.formation-search .oinp {
  margin-bottom: 0;
}
.course-load-wrap {
  text-align: center;
  margin-top: 36px;
}

.formation-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.course-filter {
  border: 1px solid var(--bd);
  background: var(--bg);
  color: var(--tx2);
  border-radius: 999px;
  padding: 9px 17px;
  font-family: "Space Grotesk", sans-serif;
  font-size: .78rem;
  font-weight: 600;
  cursor: pointer;
  transition: .2s ease;
}

.course-filter:hover,
.course-filter.on {
  background: #f8d299;
  border-color: #f8d299;
  color: #3a0353;
}


/* =========================================================
 COURSE CARD
========================================================= */

.zcourse-card {
  position: relative;
  overflow: hidden;
  background: var(--bg);
  border: 1px solid var(--bd);
  border-radius: 20px;
  transition: transform .25s ease,
              box-shadow .25s ease,
              border-color .25s ease;
}

.zcourse-card:hover {
  transform: translateY(-5px);
  border-color: rgba(128, 90, 213, .45);
  box-shadow: 0 20px 50px rgba(0,0,0,.09);
}


/* =========================================================
 IMAGE
========================================================= */

.zcourse-image {
  position: relative;
  height: 215px;
  overflow: hidden;
  background: var(--bg2);
}

.zcourse-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.zcourse-card:hover .zcourse-image img {
  transform: scale(1.04);
}


/* IMAGE OVERLAY */

.zcourse-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      to top,
      rgba(10,8,20,.45),
      transparent 55%
  );
  pointer-events: none;
}


/* =========================================================
 BADGES
========================================================= */

.zcourse-badge {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;

  padding: 6px 10px;

  border-radius: 999px;

  background: var(--pur);
  color: white;

  font-family: "IBM Plex Mono", monospace;
  font-size: .58rem;
  font-weight: 500;

  letter-spacing: .04em;
}

.zcourse-price {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;

  padding: 7px 10px;

  border-radius: 999px;

  background: rgba(10,10,15,.82);
  color: white;

  font-family: "IBM Plex Mono", monospace;
  font-size: .65rem;
}

.course-badge-new {
  background: #b99a55;
}

.ai-badge {
  background: #7957d6;
}

.marketing-badge {
  background: #9b7a35;
}

.advanced-badge {
  background: #222;
}


/* =========================================================
 BODY
========================================================= */

.zcourse-body {
  padding: 20px;
}


/* =========================================================
 TAGS
========================================================= */

.course-tag,
.course-level {
  display: inline-flex;
  align-items: center;
  gap: 5px;

  border-radius: 999px;

  padding: 5px 9px;

  font-family: "IBM Plex Mono", monospace;
  font-size: .57rem;
  font-weight: 500;

  letter-spacing: .02em;
}

.course-tag {
  background: rgba(128,90,213,.10);
  color: var(--pur);
}

.design-tag {
  background: rgba(185,154,85,.12);
  color: #a27d32;
}

.ai-tag {
  background: rgba(116,87,210,.12);
  color: #7655d3;
}

.marketing-tag {
  background: rgba(185,154,85,.12);
  color: #a27d32;
}

.course-level {
  background: var(--bg2);
  color: var(--tx3);
}


/* =========================================================
 TITLE
========================================================= */

.zcourse-title {
  font-family: "Syne", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  color: var(--tx);
}


/* =========================================================
 DESCRIPTION
========================================================= */

.zcourse-desc {
  color: var(--tx3);
  font-size: .84rem;
  line-height: 1.65;
  margin-bottom: 18px;
}


/* =========================================================
 META
========================================================= */

.zcourse-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;

  padding: 13px 0;

  border-top: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);

  color: var(--tx3);

  font-family: "IBM Plex Mono", monospace;
  font-size: .62rem;
}

.zcourse-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.zcourse-meta i {
  color: var(--pur);
}


/* =========================================================
 FOOTER
========================================================= */

.zcourse-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 16px;
}

.zcourse-teacher {
  display: flex;
  align-items: center;
  gap: 9px;
}

.teacher-avatar {
  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: var(--pur);
  color: white;

  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: .75rem;
}

.zcourse-teacher strong {
  display: block;
  color: var(--tx);
  font-size: .75rem;
}

.zcourse-teacher small {
  display: block;
  color: var(--tx3);
  font-size: .63rem;
  margin-top: 2px;
}


/* =========================================================
 ARROW
========================================================= */

.course-arrow {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;

  background: var(--pur);
  color: white;

  text-decoration: none;

  transition: .2s ease;
}

.course-arrow:hover {
  color: white;
  transform: translateX(3px);
  box-shadow: 0 8px 20px rgba(128,90,213,.25);
}


/* =========================================================
 MOBILE
========================================================= */

@media (max-width: 767px) {
  .formations-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .formation-search {
    max-width: none;
  }
  .formation-filters {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }
  .course-filter {
    white-space: nowrap;
  }
}