:root {
  --lp-bg: #f5efe4;
  --lp-paper: rgba(255, 251, 244, 0.84);
  --lp-paper-strong: #fffaf2;
  --lp-paper-soft: rgba(255, 247, 235, 0.82);
  --lp-ink: #211f1a;
  --lp-muted: #6f6659;
  --lp-line: rgba(93, 73, 43, 0.12);
  --lp-line-strong: rgba(93, 73, 43, 0.22);
  --lp-accent: #cc5a16;
  --lp-accent-2: #f0a64a;
  --lp-accent-3: #ffe5b3;
  --lp-shadow: 0 24px 60px rgba(60, 40, 12, 0.12);
  --lp-radius-lg: 30px;
  --lp-radius-md: 22px;
  --lp-radius-sm: 16px;
}

body.landing-mp {
  margin: 0;
  color: var(--lp-ink);
  font-family: "Outfit", "Space Grotesk", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 0% 0%, rgba(204, 90, 22, 0.16), transparent 24%),
    radial-gradient(circle at 100% 12%, rgba(240, 166, 74, 0.18), transparent 24%),
    linear-gradient(135deg, #f8f2e8 0%, #f4ead9 48%, #f9f4ea 100%);
}

body.landing-mp::before {
  display: none;
}

.lp-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(117, 93, 57, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 93, 57, 0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(circle at 50% 12%, black 0%, transparent 75%);
}

.lp-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(255, 248, 239, 0.82);
  border-bottom: 1px solid rgba(93, 73, 43, 0.08);
}

.lp-nav {
  width: min(1180px, 94vw);
  margin: 0 auto;
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.lp-brand {
  color: var(--lp-ink);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.lp-brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #fffaf2;
  border: 1px solid rgba(93, 73, 43, 0.1);
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 0 0 3px rgba(204, 90, 22, 0.06);
}

.lp-brand-mark::before {
  content: "";
  width: 23px;
  height: 23px;
  background: url("/assets/micuota-mate-mark.png") center / contain no-repeat;
  display: block;
}

.lp-brand-mark img {
  display: none;
}

.lp-nav-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 2px;
  padding: 4px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(93, 73, 43, 0.08);
}

.lp-nav-badge img {
  display: block;
  width: 160px;
  max-width: 100%;
  height: auto;
  opacity: 0.94;
}

.lp-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.lp-links a {
  color: #4b4337;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 8px 12px;
  border-radius: 999px;
  transition: background 140ms ease, color 140ms ease;
}

.lp-links a:hover {
  background: rgba(204, 90, 22, 0.08);
  color: var(--lp-accent);
}

.lp-main {
  width: min(1180px, 94vw);
  margin: 26px auto 70px;
}

.lp-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}

.lp-hero-media {
  display: grid;
  gap: 12px;
}

.lp-visual-frame,
.lp-section,
.lp-login-card,
.lp-hero-copy,
.lp-hero-card,
.lp-feature,
.lp-step {
  border: 1px solid var(--lp-line);
  box-shadow: var(--lp-shadow);
}

.lp-visual-frame {
  margin: 0;
  border-radius: var(--lp-radius-lg);
  overflow: hidden;
  background: var(--lp-paper);
  backdrop-filter: blur(16px);
}

.lp-visual-hero {
  min-height: 290px;
}

.lp-hero-copy {
  border-radius: var(--lp-radius-lg);
  background: linear-gradient(145deg, rgba(255, 251, 244, 0.88) 0%, rgba(255, 243, 226, 0.88) 100%);
  padding: clamp(24px, 5vw, 44px);
  position: relative;
  overflow: hidden;
}

.lp-hero-copy::after,
.lp-section::after,
.lp-studio-board::after,
.lp-final-portrait::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 166, 74, 0.24) 0%, transparent 72%);
  pointer-events: none;
}

.lp-overline {
  margin: 0 0 10px;
  display: inline-flex;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--lp-accent);
}

.lp-hero h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  max-width: 11ch;
}

.lp-lead {
  margin: 14px 0 0;
  color: var(--lp-muted);
  max-width: 54ch;
  font-size: 1.02rem;
  line-height: 1.68;
}

.lp-cta-row {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lp-btn {
  border: 0;
  border-radius: 999px;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.92rem;
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.lp-btn:hover {
  transform: translateY(-1px);
}

.lp-btn-primary {
  color: #fff8f0;
  background: linear-gradient(145deg, var(--lp-accent) 0%, var(--lp-accent-2) 100%);
  box-shadow: 0 12px 26px rgba(204, 90, 22, 0.18);
}

.lp-btn-light {
  color: var(--lp-ink);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--lp-line);
}

.lp-btn-dark {
  margin-left: 8px;
  color: #fff8f0;
  background: linear-gradient(145deg, #8f4e2d 0%, #cc5a16 100%);
}

.lp-btn-full {
  width: 100%;
}

.lp-trust-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.lp-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4b4337;
  font-size: 0.94rem;
}

.lp-trust-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lp-accent);
}

.lp-studio-board {
  position: relative;
  padding: 22px;
  display: grid;
  gap: 16px;
  background:
    linear-gradient(145deg, rgba(255, 251, 244, 0.9) 0%, rgba(255, 243, 226, 0.88) 100%);
}

.lp-board-header,
.lp-board-people {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lp-board-chip,
.lp-portrait-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--lp-line);
  background: rgba(255, 255, 255, 0.74);
  color: var(--lp-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-board-header strong {
  font-size: 1.05rem;
}

.lp-board-balance,
.lp-board-card,
.lp-preview-card,
.lp-collage-card,
.lp-portrait-note {
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-sm);
  background: rgba(255, 255, 255, 0.66);
  padding: 16px;
}

.lp-board-balance small,
.lp-board-card small,
.lp-preview-card small,
.lp-portrait-note small {
  display: block;
  margin-bottom: 8px;
  color: var(--lp-muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-board-balance strong {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--lp-accent);
}

.lp-board-columns,
.lp-preview-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lp-board-card strong,
.lp-preview-card strong,
.lp-collage-card strong,
.lp-portrait-note strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.3;
}

.lp-board-card span,
.lp-preview-card span,
.lp-board-people p,
.lp-final-cta-copy p,
.lp-access-copy p,
.lp-access-copy ul,
.lp-step p,
.lp-feature p,
.lp-card-note,
.lp-small-note {
  color: var(--lp-muted);
}

.lp-board-people p {
  margin: 0;
  max-width: 28ch;
  line-height: 1.5;
}

.lp-avatar-stack {
  display: flex;
  align-items: center;
}

.lp-avatar-stack span {
  width: 42px;
  height: 42px;
  margin-left: -10px;
  border-radius: 50%;
  border: 3px solid rgba(255, 250, 243, 0.96);
  background: linear-gradient(145deg, var(--lp-accent-3) 0%, #ffd79b 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: #7a4b25;
}

.lp-avatar-stack span:first-child {
  margin-left: 0;
}

.lp-hero-card {
  border-radius: var(--lp-radius-lg);
  background: var(--lp-paper);
  padding: 22px;
  display: grid;
  gap: 10px;
  align-content: start;
}

.lp-kicker {
  margin: 0 0 6px;
  font-weight: 800;
  color: var(--lp-accent);
}

.lp-kpi {
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-sm);
  background: rgba(255, 255, 255, 0.66);
  padding: 12px;
}

.lp-kpi small {
  display: block;
  color: var(--lp-muted);
  margin-bottom: 4px;
}

.lp-kpi strong {
  font-size: 1.45rem;
  color: var(--lp-ink);
}

.lp-card-note {
  margin: 4px 0 0;
  font-size: 0.92rem;
}

.lp-section {
  margin-top: 18px;
  background: var(--lp-paper);
  border-radius: var(--lp-radius-lg);
  padding: clamp(20px, 4.3vw, 34px);
  position: relative;
  overflow: hidden;
}

.lp-section h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.lp-section > p {
  color: var(--lp-muted);
  max-width: 62ch;
  line-height: 1.6;
}

.lp-feature-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lp-use-case-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lp-use-case-card {
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: rgba(255, 255, 255, 0.68);
  padding: 20px;
  box-shadow: 0 18px 34px rgba(33, 31, 26, 0.08);
}

.lp-use-case-head h3 {
  margin: 8px 0 0;
  font-size: 1.24rem;
  line-height: 1.1;
}

.lp-use-case-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 229, 179, 0.88);
  color: var(--lp-accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-use-case-copy {
  margin: 12px 0 0;
  color: var(--lp-muted);
  line-height: 1.6;
}

.lp-use-case-steps {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.lp-use-case-step {
  padding: 14px 14px 14px 16px;
  border-left: 3px solid rgba(204, 90, 22, 0.5);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 248, 236, 0.78);
}

.lp-use-case-step strong {
  display: block;
  font-size: 0.96rem;
}

.lp-use-case-step span {
  display: block;
  margin-top: 4px;
  color: var(--lp-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.lp-benefits-visuals {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lp-benefits-visuals .lp-visual-frame {
  min-height: 240px;
}

.lp-feature {
  border-radius: var(--lp-radius-md);
  background: rgba(255, 255, 255, 0.62);
  padding: 18px;
}

.lp-feature h3 {
  margin: 0;
  font-size: 1.08rem;
}

.lp-feature p {
  margin: 8px 0 0;
  font-size: 0.95rem;
}

.lp-dashboard-preview,
.lp-people-collage,
.lp-final-portrait {
  position: relative;
  padding: 18px;
  display: grid;
  gap: 12px;
}

.lp-preview-large {
  min-height: 120px;
  align-content: end;
  background: linear-gradient(145deg, rgba(255, 236, 210, 0.82) 0%, rgba(255, 248, 236, 0.82) 100%);
}

.lp-people-collage {
  align-content: end;
  background:
    radial-gradient(circle at 0% 0%, rgba(204, 90, 22, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(255, 251, 244, 0.88) 0%, rgba(255, 240, 214, 0.7) 100%);
}

.lp-collage-card:nth-child(2) {
  margin-left: 18%;
}

.lp-collage-card:nth-child(3) {
  margin-left: 8%;
}

.lp-collage-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--lp-accent);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lp-billing-global > p {
  margin: 10px 0 0;
}

.lp-billing-suite {
  margin-top: 16px;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: rgba(255, 248, 236, 0.68);
  padding: 18px;
}

.lp-billing-suite h3 {
  margin: 0;
  font-size: 1.14rem;
}

.lp-billing-suite > p {
  margin: 10px 0 0;
  color: var(--lp-muted);
  line-height: 1.56;
}

.lp-billing-pillars {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.lp-billing-pillar {
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-sm);
  background: rgba(255, 255, 255, 0.72);
  padding: 14px;
}

.lp-billing-pillar span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 229, 179, 0.92);
  color: var(--lp-accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lp-billing-pillar h4 {
  margin: 10px 0 0;
  font-size: 0.98rem;
  line-height: 1.25;
}

.lp-billing-pillar p {
  margin: 8px 0 0;
  color: var(--lp-muted);
  font-size: 0.92rem;
  line-height: 1.48;
}

.lp-billing-split {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lp-billing-panel {
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-md);
  background: rgba(255, 255, 255, 0.66);
  padding: 18px;
}

.lp-billing-panel h3 {
  margin: 0;
  font-size: 1.1rem;
}

.lp-billing-panel-accent {
  background: linear-gradient(145deg, rgba(255, 241, 219, 0.86) 0%, rgba(255, 247, 235, 0.9) 100%);
  border-color: rgba(204, 90, 22, 0.2);
}

.lp-billing-list {
  margin: 12px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: var(--lp-muted);
  line-height: 1.55;
}

.lp-billing-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lp-billing-feature {
  min-height: 148px;
}

.lp-billing-feature p {
  line-height: 1.56;
}

.lp-billing-cta {
  margin-top: 18px;
}

.lp-steps {
  background: rgba(255, 251, 244, 0.9);
}

.lp-step-row {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lp-visual-flow {
  margin-top: 14px;
  min-height: 160px;
}

.lp-flow-board {
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
  background: linear-gradient(145deg, rgba(255, 251, 244, 0.88) 0%, rgba(255, 240, 214, 0.72) 100%);
}

.lp-flow-pill {
  min-height: 54px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--lp-line);
  background: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
}

.lp-flow-arrow {
  height: 2px;
  background: linear-gradient(90deg, rgba(204, 90, 22, 0.2) 0%, rgba(204, 90, 22, 0.8) 100%);
  position: relative;
}

.lp-flow-arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--lp-accent);
  border-right: 2px solid var(--lp-accent);
  transform: rotate(45deg);
}

.lp-step {
  border-radius: var(--lp-radius-md);
  background: rgba(255, 255, 255, 0.62);
  padding: 16px;
}

.lp-step span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 229, 179, 0.92);
  color: var(--lp-accent);
  font-weight: 800;
}

.lp-step h3 {
  margin: 10px 0 4px;
  font-size: 1rem;
}

.lp-step p {
  margin: 0;
  font-size: 0.92rem;
}

.lp-access {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 16px;
}

.lp-interested-section {
  display: grid;
  gap: 14px;
}

.lp-interested-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 16px;
}

.lp-interested-copy p {
  margin: 10px 0 12px;
}

.lp-interested-copy ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.lp-access-stack {
  display: grid;
  gap: 16px;
}

.lp-final-cta-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
}

.lp-final-cta-copy h2 {
  margin-top: 0;
}

.lp-final-cta-copy p {
  margin-bottom: 16px;
}

.lp-access-copy p {
  margin: 10px 0 12px;
}

.lp-access-copy ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.lp-final-portrait {
  min-height: 260px;
  align-content: start;
}

.lp-portrait-note {
  width: min(280px, 100%);
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.lp-portrait-shape {
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(240, 166, 74, 0.32) 0%, rgba(204, 90, 22, 0.18) 100%);
  border: 1px solid rgba(93, 73, 43, 0.08);
}

.lp-portrait-shape-main {
  right: 16px;
  bottom: 18px;
  width: 180px;
  height: 180px;
}

.lp-portrait-shape-side {
  right: 120px;
  bottom: 36px;
  width: 82px;
  height: 140px;
}

.lp-login-card {
  border-radius: var(--lp-radius-md);
  background: rgba(255, 255, 255, 0.62);
  padding: 16px;
}

.lp-demo-box {
  margin-bottom: 14px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid var(--lp-line);
  background: rgba(255, 248, 236, 0.82);
  display: grid;
  gap: 10px;
}

.lp-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-btn-demo {
  min-height: 40px;
  padding: 0 14px;
  color: var(--lp-ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--lp-line);
  box-shadow: none;
}

.lp-card-head {
  margin-bottom: 12px;
}

.lp-card-head h3 {
  margin: 6px 0 0;
  font-size: 1.3rem;
}

.lp-primary-path {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(204, 90, 22, 0.18);
  background: linear-gradient(135deg, rgba(255, 241, 219, 0.9) 0%, rgba(255, 247, 235, 0.94) 100%);
}

.lp-primary-path p {
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.45;
}

.lp-primary-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--lp-accent) 0%, var(--lp-accent-2) 100%);
  color: #fff8f0;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.landing-mp form {
  display: grid;
  gap: 10px;
}

body.landing-mp .field {
  display: grid;
  gap: 6px;
}

body.landing-mp label {
  font-size: 0.86rem;
  color: var(--lp-ink);
  font-weight: 700;
}

body.landing-mp input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--lp-line);
  border-radius: 12px;
  padding: 0 12px;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.88);
  color: var(--lp-ink);
}

body.landing-mp input::placeholder {
  color: #8a8174;
}

.lp-small-note {
  margin: 10px 0 0;
  font-size: 0.86rem;
}

body.landing-mp .note {
  margin-top: 8px;
  min-height: 20px;
  color: var(--lp-muted);
}

body.landing-mp .note.ok {
  color: #0f8e59;
}

body.landing-mp .note.error {
  color: #d0344a;
}

body.landing-mp .mc-chatbot-toggle {
  border-color: rgba(204, 90, 22, 0.14);
  background: radial-gradient(circle at 30% 30%, rgba(255, 251, 244, 0.96) 0%, rgba(255, 239, 214, 0.92) 48%, rgba(240, 166, 74, 0.9) 100%);
  color: #7b3411;
}

body.landing-mp .mc-chatbot {
  background: rgba(255, 251, 244, 0.18);
  border-color: rgba(93, 73, 43, 0.08);
}

body.landing-mp .mc-chat-msg.bot {
  background: rgba(255, 255, 255, 0.46);
  color: #433b31;
  border-color: rgba(93, 73, 43, 0.1);
}

body.landing-mp .mc-chat-msg.user {
  background: rgba(255, 236, 210, 0.5);
  color: #433227;
  border-color: rgba(204, 90, 22, 0.18);
}

body.landing-mp .mc-chatbot-chips button {
  background: rgba(255, 255, 255, 0.42);
  color: #4b4337;
  border-color: rgba(93, 73, 43, 0.12);
}

body.landing-mp .mc-chatbot-form input {
  background: rgba(255, 255, 255, 0.46);
}

@media (max-width: 980px) {
  .lp-links {
    display: none;
  }

  .lp-hero,
  .lp-feature-grid,
  .lp-use-case-grid,
  .lp-billing-pillars,
  .lp-billing-split,
  .lp-billing-grid,
  .lp-step-row,
  .lp-access,
  .lp-interested-grid,
  .lp-benefits-visuals,
  .lp-final-cta-visual {
    grid-template-columns: 1fr;
  }

  .lp-flow-board {
    grid-template-columns: 1fr;
  }

  .lp-flow-arrow {
    width: 2px;
    height: 22px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(204, 90, 22, 0.2) 0%, rgba(204, 90, 22, 0.8) 100%);
  }

  .lp-flow-arrow::after {
    right: -4px;
    top: auto;
    bottom: -2px;
    transform: rotate(135deg);
  }

  .lp-nav {
    min-height: 66px;
  }

  .lp-nav-badge {
    margin-left: auto;
  }

  .lp-btn-dark {
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  body.landing-mp::before {
    display: none;
  }

  .lp-main {
    width: min(100vw - 16px, 100%);
  }

  .lp-nav {
    gap: 10px;
    flex-wrap: wrap;
  }

  .lp-nav-badge {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
  }

  .lp-nav-badge img {
    width: 150px;
  }

  .lp-hero-copy,
  .lp-section,
  .lp-login-card,
  .lp-hero-card,
  .lp-studio-board,
  .lp-dashboard-preview,
  .lp-people-collage,
  .lp-final-portrait {
    padding: 18px;
  }

  .lp-board-columns,
  .lp-preview-row {
    grid-template-columns: 1fr;
  }

  .lp-board-people {
    align-items: flex-start;
    flex-direction: column;
  }
}
