:root {
  --ink: #0f0e0b;
  --ink-2: #1c1915;
  --paper: #f5efe3;
  --paper-2: #e7dccb;
  --porcelain: #fffaf1;
  --muted: #746d62;
  --line: rgba(15, 14, 11, 0.14);
  --line-dark: rgba(255, 250, 241, 0.16);
  --signal: #ea5614;
  --signal-2: #c9401e;
  --logic: #7b9a8a;
  --gold: #c89b63;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", "Hiragino Sans GB", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(15, 14, 11, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 14, 11, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mix-blend-mode: multiply;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 14px clamp(18px, 4vw, 58px);
  color: var(--porcelain);
  background: rgba(15, 14, 11, 0.78);
  border-bottom: 1px solid rgba(255, 250, 241, 0.12);
  box-shadow: 0 10px 30px rgba(15, 14, 11, 0.18);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "Bodoni 72", "Didot", "Songti SC", serif;
  font-size: 14px;
  line-height: 1;
}

.image-mark {
  overflow: hidden;
  border: 0;
  border-radius: 0;
}

.image-mark img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong {
  max-width: 180px;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-copy small {
  color: rgba(255, 250, 241, 0.64);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 44px);
  font-size: 13px;
  font-weight: 700;
}

.nav-links a,
.nav-cta {
  position: relative;
  padding-bottom: 5px;
}

.nav-links a::after,
.nav-cta::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms var(--ease);
}

.nav-links a:hover::after,
.nav-cta:hover::after {
  transform: scaleX(1);
}

.nav-cta {
  width: max-content;
  font-size: 13px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 94svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 38%, rgba(234, 86, 20, 0.24), transparent 34%),
    linear-gradient(135deg, #0b0a08 0%, #18130f 54%, #0f0e0b 100%);
  color: var(--porcelain);
}

#hero-canvas,
.texture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.texture {
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(11, 10, 8, 0.88) 0%, rgba(11, 10, 8, 0.58) 44%, rgba(11, 10, 8, 0.18) 100%),
    radial-gradient(circle at 12% 22%, rgba(255, 250, 241, 0.08), transparent 22%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) minmax(330px, 420px);
  gap: clamp(24px, 5vw, 76px);
  align-items: center;
  width: min(1280px, calc(100% - 40px));
  min-height: 94svh;
  margin: 0 auto;
  padding: 112px 0 58px;
}

.hero-rail {
  display: grid;
  align-content: end;
  gap: 22px;
  min-height: 520px;
  color: rgba(255, 250, 241, 0.46);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--signal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Songti SC", "Noto Serif CJK SC", serif;
  font-weight: 800;
}

h1 {
  max-width: 890px;
  font-size: clamp(32px, 4.7vw, 70px);
  line-height: 0.96;
}

h2 {
  font-size: clamp(34px, 5.2vw, 76px);
  line-height: 1.08;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.24;
}

.hero-copy {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(255, 250, 241, 0.78);
  font-size: clamp(11px, 1.2vw, 15px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 220ms var(--ease), background 220ms var(--ease), border-color 220ms var(--ease);
}

.button:hover {
  transform: translateY(-3px);
}

.button.primary {
  border-color: var(--signal);
  background: var(--signal);
  color: #140804;
}

.button.secondary {
  color: var(--porcelain);
}

.button.dark {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--porcelain);
}

.button.dark-outline {
  border-color: rgba(22, 8, 4, 0.42);
  color: #160804;
}

.command-panel {
  border: 1px solid rgba(255, 250, 241, 0.18);
  background: rgba(255, 250, 241, 0.055);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.panel-top {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 250, 241, 0.14);
  color: rgba(255, 250, 241, 0.58);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.panel-top i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 28px var(--signal);
}

.panel-orbit {
  position: relative;
  display: grid;
  height: 360px;
  place-items: center;
}

.orbit-ring,
.orbit-ring::before,
.orbit-ring::after {
  position: absolute;
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 50%;
}

.orbit-ring {
  width: 258px;
  height: 258px;
  animation: spin 26s linear infinite;
}

.orbit-ring::before,
.orbit-ring::after {
  content: "";
}

.orbit-ring::before {
  inset: 42px;
  border-color: rgba(234, 86, 20, 0.22);
}

.orbit-ring::after {
  inset: -38px 18px;
  border-color: rgba(123, 154, 138, 0.22);
}

.orbit-core {
  position: relative;
  z-index: 1;
  display: grid;
  width: 138px;
  height: 138px;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  background: var(--porcelain);
  color: var(--ink);
  text-align: center;
}

.orbit-core strong {
  font-family: "Bodoni 72", "Didot", serif;
  font-size: 54px;
  line-height: 0.9;
}

.orbit-core span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.node {
  position: absolute;
  padding: 7px 12px;
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 999px;
  background: rgba(15, 14, 11, 0.46);
  color: rgba(255, 250, 241, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.node-one {
  top: 64px;
  right: 64px;
}

.node-two {
  bottom: 70px;
  right: 88px;
}

.node-three {
  bottom: 104px;
  left: 54px;
}

.node-four {
  top: 88px;
  left: 82px;
}

.panel-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 250, 241, 0.14);
}

.panel-metrics article {
  min-height: 108px;
  padding: 18px;
  border-right: 1px solid rgba(255, 250, 241, 0.12);
}

.panel-metrics article:last-child {
  border-right: 0;
}

.panel-metrics span,
.step span {
  color: var(--signal);
  font-family: "Bodoni 72", "Didot", serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.panel-metrics strong {
  display: block;
  margin-top: 16px;
  color: rgba(255, 250, 241, 0.78);
  font-size: 13px;
}

.marquee-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--porcelain);
}

.marquee-band span {
  min-height: 82px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(14px, 1.5vw, 19px);
  font-weight: 900;
}

.section {
  padding: clamp(86px, 12vw, 156px) clamp(18px, 5vw, 72px);
}

.section-head,
.friction,
.system-intro,
.belief-section .section-head,
.product-grid,
.proof-placeholder,
.fit-grid,
.not-fit,
.conversion {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: clamp(28px, 7vw, 96px);
  align-items: start;
  margin-bottom: 52px;
}

.section-head.compact {
  display: block;
  max-width: 980px;
  text-align: center;
}

.section-head.compact h2 span {
  display: block;
}

.belief-title-line {
  font-size: clamp(50px, 5.4vw, 92px);
  white-space: nowrap;
}

.section-head .eyebrow,
.system-intro .eyebrow,
.friction-title .eyebrow {
  padding-top: 12px;
}

.belief-section {
  padding: clamp(86px, 11vw, 146px) clamp(18px, 5vw, 72px);
  background: var(--paper);
}

.belief-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1180px, 100%);
  margin: 38px auto 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.belief-grid article {
  min-height: 300px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.58), rgba(255, 250, 241, 0.12)),
    var(--paper);
}

.belief-grid h3 {
  margin-top: 92px;
}

.belief-grid p,
.friction-lines p,
.system-intro p,
.step p,
.product-grid p,
.proof-placeholder p,
.fit-grid p,
.not-fit li,
.belief p,
.conversion p {
  color: var(--muted);
}

.belief-grid span,
.product-grid span,
.proof-placeholder span,
.step span {
  color: var(--signal);
  font-family: "Bodoni 72", "Didot", serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.pain {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.64fr);
  gap: clamp(34px, 8vw, 110px);
}

.friction-lines {
  display: grid;
  align-content: end;
  gap: 0;
}

.friction-lines p {
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(18px, 2vw, 24px);
}

.delivery {
  overflow: hidden;
  background: var(--ink);
  color: var(--porcelain);
}

.system-intro {
  display: grid;
  grid-template-columns: 0.36fr 0.8fr 0.56fr;
  gap: clamp(24px, 5vw, 76px);
  align-items: start;
}

.system-intro p:last-child {
  margin: 10px 0 0;
  color: rgba(255, 250, 241, 0.64);
  font-size: 18px;
}

.system-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  width: min(1180px, 100%);
  margin: 72px auto 0;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.system-board::before {
  position: absolute;
  inset: -90px -10% auto;
  height: 220px;
  content: "";
  background: radial-gradient(circle at 50% 0%, rgba(234, 86, 20, 0.2), transparent 68%);
  pointer-events: none;
}

.system-center {
  display: grid;
  min-height: 250px;
  padding: 28px;
  align-content: center;
  grid-column: span 2;
  background: var(--signal);
  color: #160804;
  position: relative;
  z-index: 1;
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease), filter 260ms var(--ease);
}

.system-center strong {
  font-family: "Bodoni 72", "Didot", serif;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.9;
}

.system-center span {
  max-width: 170px;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.step {
  min-height: 250px;
  padding: 26px;
  background: #171512;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  transition:
    transform 260ms var(--ease),
    box-shadow 260ms var(--ease),
    border-color 260ms var(--ease),
    background 260ms var(--ease);
}

.system-center:hover,
.step:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.system-center:hover {
  filter: saturate(1.08) brightness(1.02);
}

.step:hover {
  border-color: rgba(234, 86, 20, 0.58);
  background: #211c17;
}

.step h3 {
  margin-top: 50px;
}

.step p {
  margin: 14px 0 0;
  color: rgba(255, 250, 241, 0.62);
  font-size: 15px;
}

.step-a,
.step-b,
.step-c,
.step-d {
  grid-column: span 2;
}

.step-e,
.step-f {
  grid-column: span 3;
}

.product-section {
  background: var(--paper-2);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.product-grid article {
  min-height: 330px;
  padding: 30px;
  background: var(--paper);
}

.product-grid h3 {
  margin-top: 82px;
}

.product-grid p {
  margin: 14px 0 0;
}

.product-grid a {
  display: inline-flex;
  margin-top: 28px;
  color: var(--signal);
  font-weight: 900;
}

.qr-placeholder {
  background: var(--ink) !important;
  color: var(--porcelain);
}

.qr-placeholder p {
  color: rgba(255, 250, 241, 0.66);
}

.proof-section {
  background:
    radial-gradient(circle at 68% 30%, rgba(234, 86, 20, 0.12), transparent 34%),
    var(--paper);
}

.proof-placeholder {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: clamp(28px, 6vw, 72px);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.72), rgba(255, 250, 241, 0.2)),
    var(--paper);
}

.proof-placeholder div {
  max-width: 760px;
  text-align: center;
}

.proof-placeholder h3 {
  margin-top: 22px;
  font-size: clamp(26px, 4vw, 48px);
}

.proof-placeholder p {
  margin: 20px auto 0;
  max-width: 620px;
  font-size: 18px;
}

.fit-section {
  background: var(--paper);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.fit-grid article {
  min-height: 260px;
  padding: 28px;
  background: var(--porcelain);
}

.fit-grid article.wide {
  grid-column: span 4;
  min-height: 190px;
  background: var(--signal);
  color: #160804;
}

.fit-grid article.wide p {
  color: rgba(22, 8, 4, 0.72);
}

.fit-grid p {
  margin: 16px 0 0;
}

.not-fit {
  margin-top: 34px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--line);
  background: var(--paper-2);
}

.not-fit ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.not-fit li {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.conversion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(34px, 8vw, 96px);
  align-items: end;
  padding: clamp(70px, 9vw, 118px) clamp(18px, 5vw, 72px);
  background: var(--signal);
  color: #160804;
}

.conversion h2 {
  max-width: 900px;
}

.conversion p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(22, 8, 4, 0.76);
  font-size: 18px;
}

.conversion .eyebrow {
  color: #160804;
}

.conversion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.consult-card {
  padding: 24px;
  border: 1px solid rgba(22, 8, 4, 0.26);
  background: rgba(255, 250, 241, 0.28);
}

.qr-box {
  display: grid;
  min-height: 260px;
  place-items: center;
  border: 1px dashed rgba(22, 8, 4, 0.46);
  color: rgba(22, 8, 4, 0.62);
  font-weight: 900;
}

.consult-card h3 {
  margin-top: 24px;
}

.consult-card p {
  margin-top: 8px;
}

.closing-line {
  grid-column: 1 / -1;
  max-width: none !important;
  margin-top: 10px !important;
  font-family: "Bodoni 72", "Didot", "Songti SC", serif;
  font-size: clamp(24px, 3.4vw, 48px) !important;
  font-weight: 800;
  color: #160804 !important;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 28px clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: var(--porcelain);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 250, 241, 0.58);
  font-size: 13px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-rail {
    display: none;
  }

  .command-panel {
    max-width: 620px;
  }

  .section-head,
  .pain,
  .system-intro,
  .conversion {
    grid-template-columns: 1fr;
  }

  .belief-grid,
  .product-grid,
  .fit-grid,
  .not-fit ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .fit-grid article.wide {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(15, 14, 11, 0.9);
  }

  .brand-copy small,
  .nav-links {
    display: none;
  }

  .brand-copy strong {
    max-width: 132px;
    font-size: 13px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav-cta {
    font-size: 12px;
  }

  .hero-grid {
    width: calc(100% - 32px);
    padding-top: 96px;
  }

  h1 {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(32px, 10vw, 48px);
  }

  .belief-title-line {
    font-size: clamp(32px, 10vw, 48px);
    white-space: normal;
  }

  .command-panel {
    display: none;
  }

  .marquee-band,
  .belief-grid,
  .product-grid,
  .fit-grid,
  .not-fit ul,
  .system-board,
  .conversion {
    grid-template-columns: 1fr;
  }

  .marquee-band span {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .belief-grid article,
  .product-grid article,
  .fit-grid article,
  .fit-grid article.wide {
    grid-column: span 1;
    min-height: 226px;
  }

  .belief-grid h3,
  .product-grid h3 {
    margin-top: 54px;
  }

  .system-center,
  .step,
  .step-a,
  .step-b,
  .step-c,
  .step-d,
  .step-e,
  .step-f {
    grid-column: span 1;
    min-height: 210px;
  }

  .conversion-actions .button,
  .conversion .button {
    width: 100%;
  }

  .qr-box {
    min-height: 210px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .orbit-ring {
    animation: none;
  }

  .button,
  .belief-grid article,
  .system-center,
  .step {
    transition: none;
  }

  .system-center:hover,
  .step:hover {
    transform: none;
  }
}


.form-kicker {
  display: block;
  margin: 0 0 12px !important;
  color: rgba(22, 8, 4, 0.76) !important;
  font-size: 13px !important;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.form-kicker strong {
  font-weight: 1000;
}

.trial-card h3 {
  margin-top: 0;
}

.trial-form {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 14px;
  width: 100%;
  margin-top: 22px;
}

.trial-form .trial-field,
.trial-form label {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 7px;
  width: 100%;
  margin: 0;
}

.trial-form span {
  display: block !important;
  width: 100%;
  color: rgba(22, 8, 4, 0.74);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.trial-form span em {
  color: #7a1f0c;
  font-style: normal;
  font-weight: 1000;
}

.trial-form input {
  display: block !important;
  width: 100% !important;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(22, 8, 4, 0.28);
  border-radius: 0;
  outline: none;
  background: rgba(255, 250, 241, 0.62);
  color: #160804;
  font: inherit;
  font-size: 15px;
  transition: border-color 180ms var(--ease), background 180ms var(--ease), box-shadow 180ms var(--ease);
}

.trial-form input::placeholder {
  color: rgba(22, 8, 4, 0.42);
}

.trial-form input:focus {
  border-color: rgba(22, 8, 4, 0.7);
  background: rgba(255, 250, 241, 0.86);
  box-shadow: 0 0 0 3px rgba(22, 8, 4, 0.08);
}

.trial-form button {
  display: inline-flex !important;
  width: 100% !important;
  margin-top: 4px;
  cursor: pointer;
}

.trial-form button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
}

.form-status {
  min-height: 22px;
  margin: 0 !important;
  padding: 0;
  color: rgba(22, 8, 4, 0.76) !important;
  font-size: 13px !important;
  line-height: 1.5;
}

.form-status.success {
  color: #174f2d !important;
  font-weight: 800;
}

.form-status.error {
  color: #7a1f0c !important;
  font-weight: 800;
}
