@charset "UTF-8";
/* ===== BeMyWords marketing styles — v27 cream/green (Claude Design) =====
 * Self-contained: no Bootstrap import. Loaded only by the marketing layout.
 * Source design: docs/v27-claude-design-handoff/BeMyWords Site.dc.html
 */
/* line 39, app/assets/stylesheets/marketing.scss */
* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/instrument-serif-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/instrument-serif-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+2020, U+20A0-20C0;
}

@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/instrument-serif-latin-italic.woff2) format("woff2");
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/dm-sans-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/dm-sans-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+2020, U+20A0-20C0;
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/jetbrains-mono-latin-400.woff2) format("woff2");
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/jetbrains-mono-latin-500.woff2) format("woff2");
}

/* line 76, app/assets/stylesheets/marketing.scss */
.mkt {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #14171A;
  line-height: 1.55;
  background: #F6F2EA;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* line 84, app/assets/stylesheets/marketing.scss */
.mkt a:not(.mkt-btn) {
  color: #143A2E;
  text-decoration: none;
}

/* line 85, app/assets/stylesheets/marketing.scss */
.mkt a:not(.mkt-btn):hover {
  color: #E8A33D;
}

/* line 87, app/assets/stylesheets/marketing.scss */
.mkt code {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.9em;
  background: #FFFFFF;
  border: 1px solid #E4DCCE;
  border-radius: 4px;
  padding: 0.1em 0.35em;
}

/* line 97, app/assets/stylesheets/marketing.scss */
.mkt-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 720px) {
  /* line 98, app/assets/stylesheets/marketing.scss */
  .mkt-wrap {
    padding: 0 20px;
  }
}

/* line 100, app/assets/stylesheets/marketing.scss */
.mkt-display {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.03;
  margin: 0;
}

/* line 108, app/assets/stylesheets/marketing.scss */
h1.mkt-display {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  text-wrap: balance;
}

/* line 109, app/assets/stylesheets/marketing.scss */
h2.mkt-display {
  font-size: clamp(1.9rem, 4vw, 2.75rem);
}

/* line 110, app/assets/stylesheets/marketing.scss */
h3.mkt-display {
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
}

/* line 112, app/assets/stylesheets/marketing.scss */
.mkt-kicker {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.69rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7C7F73;
}

/* line 119, app/assets/stylesheets/marketing.scss */
.mkt-kicker-amber {
  color: #E8A33D;
}

/* line 121, app/assets/stylesheets/marketing.scss */
.mkt-eyebrow {
  display: inline-block;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.69rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #143A2E;
}

/* line 130, app/assets/stylesheets/marketing.scss */
.mkt-fine {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.69rem;
  color: #7C7F73;
  letter-spacing: 0.04em;
}

/* line 133, app/assets/stylesheets/marketing.scss */
.mkt-btn {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 30px;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
}

/* line 143, app/assets/stylesheets/marketing.scss */
.mkt-btn-primary {
  background: #143A2E;
  color: #F6F2EA;
}

/* line 143, app/assets/stylesheets/marketing.scss */
.mkt-btn-primary:hover {
  background: #0E2A21;
}

/* line 144, app/assets/stylesheets/marketing.scss */
.mkt-btn-amber {
  background: #E8A33D;
  color: #14171A;
}

/* line 144, app/assets/stylesheets/marketing.scss */
.mkt-btn-amber:hover {
  background: #F0B458;
}

/* line 145, app/assets/stylesheets/marketing.scss */
.mkt-btn-ghost {
  background: #FFFFFF;
  color: #14171A;
  border-color: #E4DCCE;
}

/* line 145, app/assets/stylesheets/marketing.scss */
.mkt-btn-ghost:hover {
  border-color: #143A2E;
}

/* line 146, app/assets/stylesheets/marketing.scss */
.mkt-btn-lg {
  font-size: 1rem;
  padding: 0.95rem 1.9rem;
}

/* line 147, app/assets/stylesheets/marketing.scss */
.mkt-btn-block {
  display: block;
  width: 100%;
  margin-top: auto;
}

/* line 150, app/assets/stylesheets/marketing.scss */
.mkt-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(246, 242, 234, 0.92);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid #E4DCCE;
}

/* line 159, app/assets/stylesheets/marketing.scss */
.mkt-header-row {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  white-space: nowrap;
}

/* line 168, app/assets/stylesheets/marketing.scss */
.mkt-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #14171A;
}

/* line 173, app/assets/stylesheets/marketing.scss */
.mkt-logo:hover {
  color: #14171A;
}

/* line 174, app/assets/stylesheets/marketing.scss */
.mkt-logo svg {
  display: block;
}

/* line 176, app/assets/stylesheets/marketing.scss */
.mkt-logo-word {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

/* line 178, app/assets/stylesheets/marketing.scss */
.mkt-header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.95rem;
}

/* line 184, app/assets/stylesheets/marketing.scss */
.mkt-header-nav a {
  color: #3F4550;
}

/* line 184, app/assets/stylesheets/marketing.scss */
.mkt-header-nav a:hover {
  color: #143A2E;
}

/* line 187, app/assets/stylesheets/marketing.scss */
.mkt-header-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* line 188, app/assets/stylesheets/marketing.scss */
.mkt-header-login {
  font-size: 0.95rem;
  color: #3F4550;
}

/* line 193, app/assets/stylesheets/marketing.scss */
.auth-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
}

/* line 203, app/assets/stylesheets/marketing.scss */
.auth-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 26px;
  color: #14171A;
}

/* line 209, app/assets/stylesheets/marketing.scss */
.auth-brand:hover {
  color: #14171A;
  text-decoration: none;
}

/* line 210, app/assets/stylesheets/marketing.scss */
.auth-brand svg {
  display: block;
}

/* line 213, app/assets/stylesheets/marketing.scss */
.auth-card {
  width: 100%;
  max-width: 430px;
  background: #FFFFFF;
  border: 1px solid #E4DCCE;
  border-radius: 16px;
  padding: 36px 32px;
}

/* line 221, app/assets/stylesheets/marketing.scss */
.auth-card h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
}

/* line 230, app/assets/stylesheets/marketing.scss */
.auth-card .auth-lede {
  color: #3F4550;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 24px;
}

/* line 232, app/assets/stylesheets/marketing.scss */
.auth-card label {
  display: block;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.69rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #55594F;
  margin-bottom: 6px;
}

/* line 242, app/assets/stylesheets/marketing.scss */
.auth-card input[type="email"], .auth-card input[type="text"] {
  width: 100%;
  padding: 0.7rem 0.85rem;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.98rem;
  color: #14171A;
  background: #F6F2EA;
  border: 1px solid #E4DCCE;
  border-radius: 10px;
}

/* line 251, app/assets/stylesheets/marketing.scss */
.auth-card input[type="email"]:focus, .auth-card input[type="text"]:focus {
  outline: none;
  border-color: #143A2E;
  background: #FFFFFF;
}

/* line 254, app/assets/stylesheets/marketing.scss */
.auth-card .auth-field {
  margin-bottom: 18px;
}

/* line 255, app/assets/stylesheets/marketing.scss */
.auth-card .auth-hint {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  color: #7C7F73;
}

/* line 259, app/assets/stylesheets/marketing.scss */
.auth-card .mkt-btn {
  width: 100%;
}

/* line 262, app/assets/stylesheets/marketing.scss */
.auth-alt {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.69rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7C7F73;
}

/* line 273, app/assets/stylesheets/marketing.scss */
.auth-alt::before, .auth-alt::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #E4DCCE;
}

/* line 276, app/assets/stylesheets/marketing.scss */
.auth-switch {
  margin: 22px 0 0;
  text-align: center;
  font-size: 0.92rem;
  color: #3F4550;
}

/* line 281, app/assets/stylesheets/marketing.scss */
.auth-switch a {
  color: #143A2E;
  text-decoration: underline;
}

/* line 284, app/assets/stylesheets/marketing.scss */
.auth-foot {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.69rem;
  letter-spacing: 0.04em;
}

/* line 288, app/assets/stylesheets/marketing.scss */
.auth-foot a {
  color: #7C7F73;
}

/* line 288, app/assets/stylesheets/marketing.scss */
.auth-foot a:hover {
  color: #14171A;
}

/* line 293, app/assets/stylesheets/marketing.scss */
.mkt-roadmap-board {
  width: 100%;
  min-height: 600px;
  height: 78vh;
  border: 0;
  border-radius: 14px;
  background: #F6F2EA;
}

/* line 303, app/assets/stylesheets/marketing.scss */
.mkt-doc-notice {
  padding: 10px 14px;
  margin-block-end: 24px;
  border: 1px solid #E4DCCE;
  border-radius: 10px;
  background: #EFE9DD;
  color: #3F4550;
  font-size: 0.92rem;
}

/* line 317, app/assets/stylesheets/marketing.scss */
.mkt-nav-toggle {
  display: none;
  position: relative;
}

/* line 321, app/assets/stylesheets/marketing.scss */
.mkt-nav-toggle > summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #14171A;
  padding: 4px;
}

/* line 328, app/assets/stylesheets/marketing.scss */
.mkt-nav-toggle > summary::-webkit-details-marker {
  display: none;
}

/* line 331, app/assets/stylesheets/marketing.scss */
.mkt-nav-toggle .mkt-nav-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 210px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px;
  background: #F6F2EA;
  border: 1px solid #E4DCCE;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(20, 23, 26, 0.12);
}

/* line 345, app/assets/stylesheets/marketing.scss */
.mkt-nav-toggle .mkt-nav-panel a {
  padding: 9px 12px;
  border-radius: 8px;
  color: #14171A;
  font-size: 0.97rem;
}

/* line 350, app/assets/stylesheets/marketing.scss */
.mkt-nav-toggle .mkt-nav-panel a:hover {
  background: #E4DCCE;
  text-decoration: none;
}

@media (max-width: 880px) {
  /* line 356, app/assets/stylesheets/marketing.scss */
  .mkt-header-nav {
    display: none;
  }
  /* line 357, app/assets/stylesheets/marketing.scss */
  .mkt-nav-toggle {
    display: block;
  }
  /* line 359, app/assets/stylesheets/marketing.scss */
  .mkt-header-login {
    display: none;
  }
}

/* line 367, app/assets/stylesheets/marketing.scss */
.skiwo-langswitch {
  position: relative;
  display: inline-block;
}

/* line 371, app/assets/stylesheets/marketing.scss */
.skiwo-langswitch__trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.69rem;
  font-weight: 500;
  color: #7C7F73;
  background: #FFFFFF;
  border: 1px solid #DED6C8;
  border-radius: 20px;
  padding: 6px 11px;
  cursor: pointer;
  list-style: none;
}

/* line 386, app/assets/stylesheets/marketing.scss */
.skiwo-langswitch__trigger::-webkit-details-marker {
  display: none;
}

/* line 387, app/assets/stylesheets/marketing.scss */
.skiwo-langswitch__trigger:hover {
  color: #14171A;
}

/* line 390, app/assets/stylesheets/marketing.scss */
.skiwo-langswitch[open] .skiwo-langswitch__trigger {
  color: #14171A;
}

/* line 391, app/assets/stylesheets/marketing.scss */
.skiwo-langswitch__caret {
  transition: transform .12s ease;
}

/* line 392, app/assets/stylesheets/marketing.scss */
.skiwo-langswitch[open] .skiwo-langswitch__caret {
  transform: rotate(180deg);
}

/* line 394, app/assets/stylesheets/marketing.scss */
.skiwo-langswitch__menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 50;
  min-width: 9.5rem;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  background: #FFFFFF;
  border: 1px solid #E4DCCE;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(20, 23, 26, 0.12);
}

/* line 409, app/assets/stylesheets/marketing.scss */
.skiwo-langswitch__item {
  display: block;
  padding: 7px 14px;
  font-size: 0.9rem;
  color: #3F4550;
  text-decoration: none;
}

/* line 416, app/assets/stylesheets/marketing.scss */
.skiwo-langswitch__item:hover {
  background: #EFE9DD;
  color: #14171A;
  text-decoration: none;
}

/* line 417, app/assets/stylesheets/marketing.scss */
.skiwo-langswitch__item.is-current {
  font-weight: 600;
  color: #143A2E;
}

/* line 424, app/assets/stylesheets/marketing.scss */
.mkt-footer .mkt-lang-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.69rem;
  font-weight: 500;
  border: 1px solid #262A2E;
  border-radius: 20px;
  padding: 6px 11px;
  background: transparent;
  color: #949890;
}

/* line 437, app/assets/stylesheets/marketing.scss */
.mkt-footer .mkt-lang-pill a {
  color: #949890;
}

/* line 437, app/assets/stylesheets/marketing.scss */
.mkt-footer .mkt-lang-pill a:hover {
  color: #F6F2EA;
}

/* line 438, app/assets/stylesheets/marketing.scss */
.mkt-footer .mkt-lang-pill .mkt-lang-on {
  color: #F6F2EA;
}

/* line 439, app/assets/stylesheets/marketing.scss */
.mkt-footer .mkt-lang-pill .mkt-lang-sep {
  opacity: 0.4;
}

/* line 443, app/assets/stylesheets/marketing.scss */
.mkt-hero {
  padding: 78px 0 0;
}

/* line 445, app/assets/stylesheets/marketing.scss */
.mkt-hero-centered .mkt-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

/* line 452, app/assets/stylesheets/marketing.scss */
.mkt-hero-centered .mkt-wrap h1 {
  max-width: 900px;
}

/* line 455, app/assets/stylesheets/marketing.scss */
.mkt-page-lede {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-bottom: 20px;
}

/* line 462, app/assets/stylesheets/marketing.scss */
.mkt-lede-centered {
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

/* line 464, app/assets/stylesheets/marketing.scss */
.mkt-hero-sub {
  font-size: 1.2rem;
  line-height: 1.55;
  color: #55594F;
  margin: 0;
  max-width: 640px;
  text-wrap: pretty;
}

/* line 465, app/assets/stylesheets/marketing.scss */
.mkt-hero-cta {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 466, app/assets/stylesheets/marketing.scss */
.mkt-hero-fine {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.69rem;
  color: #7C7F73;
  letter-spacing: 0.04em;
  margin: 0;
}

/* line 469, app/assets/stylesheets/marketing.scss */
.mkt-photo-band {
  padding-top: 52px;
}

/* line 471, app/assets/stylesheets/marketing.scss */
.mkt-photo-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #E4DCCE;
}

/* line 477, app/assets/stylesheets/marketing.scss */
.mkt-photo-frame > img {
  display: block;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 35%;
     object-position: center 35%;
}

/* line 480, app/assets/stylesheets/marketing.scss */
.mkt-photo-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(20, 23, 26, 0.55) 0%, rgba(20, 23, 26, 0.1) 45%, rgba(20, 23, 26, 0) 70%);
}

/* line 486, app/assets/stylesheets/marketing.scss */
.mkt-receipt {
  background: rgba(246, 242, 234, 0.97);
  border-radius: 14px;
  padding: 20px 22px;
  width: 330px;
  max-width: calc(100% - 40px);
}

/* line 493, app/assets/stylesheets/marketing.scss */
.mkt-receipt-overlay {
  position: absolute;
  left: 36px;
  bottom: 36px;
}

/* line 495, app/assets/stylesheets/marketing.scss */
.mkt-receipt-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

/* line 496, app/assets/stylesheets/marketing.scss */
.mkt-receipt-eyebrow {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.63rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7C7F73;
}

/* line 497, app/assets/stylesheets/marketing.scss */
.mkt-receipt-stamp {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.57rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #143A2E;
  background: #DCE9DF;
  padding: 5px 8px;
  border-radius: 5px;
  white-space: nowrap;
}

/* line 509, app/assets/stylesheets/marketing.scss */
.mkt-receipt-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.88rem;
}

/* line 515, app/assets/stylesheets/marketing.scss */
.mkt-receipt-rows li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E4DCCE;
}

/* line 523, app/assets/stylesheets/marketing.scss */
.mkt-receipt-rows li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 524, app/assets/stylesheets/marketing.scss */
.mkt-receipt-rows li span {
  color: #55594F;
}

/* line 525, app/assets/stylesheets/marketing.scss */
.mkt-receipt-rows li strong {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 400;
}

/* line 528, app/assets/stylesheets/marketing.scss */
.mkt-num-good {
  color: #143A2E;
}

@media (max-width: 720px) {
  /* line 531, app/assets/stylesheets/marketing.scss */
  .mkt-photo-frame > img {
    height: 380px;
  }
  /* line 532, app/assets/stylesheets/marketing.scss */
  .mkt-receipt-overlay {
    left: 16px;
    bottom: 16px;
  }
}

/* line 536, app/assets/stylesheets/marketing.scss */
.mkt-section {
  padding-top: 88px;
}

/* line 537, app/assets/stylesheets/marketing.scss */
.mkt-section-last {
  padding-bottom: 96px;
}

/* line 539, app/assets/stylesheets/marketing.scss */
.mkt-section-head {
  margin-bottom: 28px;
}

/* line 541, app/assets/stylesheets/marketing.scss */
.mkt-section-head h2 {
  margin-bottom: 10px;
}

/* line 542, app/assets/stylesheets/marketing.scss */
.mkt-section-head p {
  font-size: 1rem;
  line-height: 1.6;
  color: #55594F;
  margin: 0;
  max-width: 640px;
}

/* line 545, app/assets/stylesheets/marketing.scss */
.mkt-split-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

/* line 552, app/assets/stylesheets/marketing.scss */
.mkt-split-head h2 {
  max-width: 520px;
}

/* line 553, app/assets/stylesheets/marketing.scss */
.mkt-split-head p {
  font-size: 1rem;
  line-height: 1.6;
  color: #55594F;
  margin: 0;
  max-width: 400px;
  text-wrap: pretty;
}

@media (max-width: 880px) {
  /* line 555, app/assets/stylesheets/marketing.scss */
  .mkt-split-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* line 557, app/assets/stylesheets/marketing.scss */
.mkt-h2-max {
  max-width: 640px;
  margin-bottom: 28px;
}

/* line 560, app/assets/stylesheets/marketing.scss */
.mkt-doors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}

/* line 562, app/assets/stylesheets/marketing.scss */
.mkt-door {
  background: #FFFFFF;
  border: 1px solid #E4DCCE;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #14171A;
}

/* line 571, app/assets/stylesheets/marketing.scss */
.mkt-door:hover {
  border-color: #143A2E;
  color: #14171A;
  text-decoration: none;
}

/* line 572, app/assets/stylesheets/marketing.scss */
.mkt-door img {
  display: block;
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 575, app/assets/stylesheets/marketing.scss */
.mkt-door-body {
  padding: 24px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 581, app/assets/stylesheets/marketing.scss */
.mkt-door-body h3 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  font-size: 1.65rem;
  line-height: 1.1;
  margin: 0;
}

/* line 582, app/assets/stylesheets/marketing.scss */
.mkt-door-body p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #55594F;
  margin: 0;
}

@media (max-width: 880px) {
  /* line 585, app/assets/stylesheets/marketing.scss */
  .mkt-doors {
    grid-template-columns: 1fr;
  }
}

/* line 588, app/assets/stylesheets/marketing.scss */
.mkt-dark-band {
  background: #14171A;
  border-radius: 20px;
  padding: 52px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
}

@media (max-width: 880px) {
  /* line 588, app/assets/stylesheets/marketing.scss */
  .mkt-dark-band {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }
}

/* line 599, app/assets/stylesheets/marketing.scss */
.mkt-dark-lead {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 604, app/assets/stylesheets/marketing.scss */
.mkt-dark-lead h2 {
  color: #F6F2EA;
}

/* line 605, app/assets/stylesheets/marketing.scss */
.mkt-dark-lead > p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #A7ABA0;
  margin: 0;
  max-width: 420px;
  text-wrap: pretty;
}

/* line 608, app/assets/stylesheets/marketing.scss */
.mkt-code {
  background: #0E1114;
  border: 1px solid #262A2E;
  border-radius: 10px;
  padding: 16px 18px;
  margin-top: 8px;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.75rem;
  line-height: 1.8;
  color: #F6F2EA;
  overflow-x: auto;
}

/* line 620, app/assets/stylesheets/marketing.scss */
.mkt-code-comment {
  color: #7C7F73;
}

/* line 621, app/assets/stylesheets/marketing.scss */
.mkt-code-amber {
  color: #E8A33D;
}

/* line 623, app/assets/stylesheets/marketing.scss */
.mkt-steps-dark {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 628, app/assets/stylesheets/marketing.scss */
.mkt-steps-dark li {
  display: flex;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid #262A2E;
}

/* line 633, app/assets/stylesheets/marketing.scss */
.mkt-steps-dark li:last-child {
  border-bottom: 0;
}

/* line 636, app/assets/stylesheets/marketing.scss */
.mkt-steps-dark .mkt-step-num {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.75rem;
  color: #E8A33D;
  padding-top: 4px;
  flex: none;
}

/* line 637, app/assets/stylesheets/marketing.scss */
.mkt-steps-dark h3 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #F6F2EA;
  margin: 0 0 6px;
}

/* line 638, app/assets/stylesheets/marketing.scss */
.mkt-steps-dark p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #A7ABA0;
  margin: 0;
}

/* line 642, app/assets/stylesheets/marketing.scss */
.mkt-promises {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* line 644, app/assets/stylesheets/marketing.scss */
.mkt-promise {
  background: #FFFFFF;
  border: 1px solid #E4DCCE;
  border-radius: 14px;
  padding: 26px 24px;
}

/* line 650, app/assets/stylesheets/marketing.scss */
.mkt-promise .mkt-promise-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #DCE9DF;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.8rem;
  color: #143A2E;
  margin-bottom: 16px;
}

/* line 664, app/assets/stylesheets/marketing.scss */
.mkt-promise h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
}

/* line 665, app/assets/stylesheets/marketing.scss */
.mkt-promise p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #55594F;
  margin: 0;
}

@media (max-width: 1023px) {
  /* line 668, app/assets/stylesheets/marketing.scss */
  .mkt-promises {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  /* line 669, app/assets/stylesheets/marketing.scss */
  .mkt-promises {
    grid-template-columns: 1fr;
  }
}

/* line 672, app/assets/stylesheets/marketing.scss */
.mkt-skiwo-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #FFFFFF;
  border: 1px solid #E4DCCE;
  border-radius: 20px;
  overflow: hidden;
}

/* line 680, app/assets/stylesheets/marketing.scss */
.mkt-skiwo-band img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 880px) {
  /* line 672, app/assets/stylesheets/marketing.scss */
  .mkt-skiwo-band {
    grid-template-columns: 1fr;
  }
  /* line 681, app/assets/stylesheets/marketing.scss */
  .mkt-skiwo-band img {
    min-height: 240px;
  }
}

/* line 684, app/assets/stylesheets/marketing.scss */
.mkt-skiwo-copy {
  padding: 52px 46px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

/* line 691, app/assets/stylesheets/marketing.scss */
.mkt-skiwo-copy p {
  font-size: 1rem;
  line-height: 1.65;
  color: #55594F;
  margin: 0;
  text-wrap: pretty;
}

/* line 695, app/assets/stylesheets/marketing.scss */
.mkt-price-band {
  background: #143A2E;
  border-radius: 20px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

@media (max-width: 880px) {
  /* line 695, app/assets/stylesheets/marketing.scss */
  .mkt-price-band {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }
}

/* line 707, app/assets/stylesheets/marketing.scss */
.mkt-price-lead {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 708, app/assets/stylesheets/marketing.scss */
.mkt-price-line {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

/* line 709, app/assets/stylesheets/marketing.scss */
.mkt-price-big {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 3.4rem;
  line-height: 1;
}

/* line 710, app/assets/stylesheets/marketing.scss */
.mkt-price-mid {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2.6rem;
  line-height: 1;
}

/* line 711, app/assets/stylesheets/marketing.scss */
.mkt-price-unit {
  font-size: 0.95rem;
  color: #7C7F73;
}

/* line 714, app/assets/stylesheets/marketing.scss */
.mkt-price-band .mkt-price-big {
  color: #F6F2EA;
}

/* line 715, app/assets/stylesheets/marketing.scss */
.mkt-price-band .mkt-price-unit {
  color: #B9C6BC;
}

/* line 716, app/assets/stylesheets/marketing.scss */
.mkt-price-band p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #B9C6BC;
  margin: 0;
  max-width: 520px;
  text-wrap: pretty;
}

/* line 719, app/assets/stylesheets/marketing.scss */
.mkt-price-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  flex: none;
}

/* line 720, app/assets/stylesheets/marketing.scss */
.mkt-price-alt {
  font-size: 0.92rem;
  color: #F6F2EA;
  border-bottom: 1px solid rgba(246, 242, 234, 0.4);
}

/* line 720, app/assets/stylesheets/marketing.scss */
.mkt-price-alt:hover {
  color: #E8A33D;
}

/* line 723, app/assets/stylesheets/marketing.scss */
.mkt-passes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

@media (max-width: 880px) {
  /* line 724, app/assets/stylesheets/marketing.scss */
  .mkt-passes {
    grid-template-columns: 1fr;
  }
}

/* line 726, app/assets/stylesheets/marketing.scss */
.mkt-pass {
  background: #FFFFFF;
  border: 1px solid #E4DCCE;
  border-radius: 16px;
  padding: 32px 30px;
}

/* line 732, app/assets/stylesheets/marketing.scss */
.mkt-pass .mkt-kicker {
  display: block;
  margin-bottom: 14px;
}

/* line 733, app/assets/stylesheets/marketing.scss */
.mkt-pass h3 {
  margin: 0 0 12px;
}

/* line 734, app/assets/stylesheets/marketing.scss */
.mkt-pass > p {
  font-size: 0.94rem;
  line-height: 1.65;
  color: #55594F;
  margin: 0 0 18px;
}

/* line 737, app/assets/stylesheets/marketing.scss */
.mkt-arrows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 0.88rem;
  color: #55594F;
}

/* line 747, app/assets/stylesheets/marketing.scss */
.mkt-arrows li::before {
  content: "→ ";
  color: #143A2E;
}

/* line 750, app/assets/stylesheets/marketing.scss */
.mkt-score-chip {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #F6F2EA;
  border-radius: 10px;
  padding: 14px 16px;
}

/* line 758, app/assets/stylesheets/marketing.scss */
.mkt-score-chip .mkt-score {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  color: #143A2E;
}

/* line 759, app/assets/stylesheets/marketing.scss */
.mkt-score-chip span:last-child {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #55594F;
}

/* line 763, app/assets/stylesheets/marketing.scss */
.mkt-byok-band {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

/* line 769, app/assets/stylesheets/marketing.scss */
.mkt-byok-band img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 880px) {
  /* line 763, app/assets/stylesheets/marketing.scss */
  .mkt-byok-band {
    grid-template-columns: 1fr;
  }
}

/* line 773, app/assets/stylesheets/marketing.scss */
.mkt-byok-copy {
  background: #14171A;
  border-radius: 16px;
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}

/* line 782, app/assets/stylesheets/marketing.scss */
.mkt-byok-copy h3 {
  color: #F6F2EA;
}

/* line 783, app/assets/stylesheets/marketing.scss */
.mkt-byok-copy p {
  font-size: 0.94rem;
  line-height: 1.65;
  color: #A7ABA0;
  margin: 0;
}

/* line 786, app/assets/stylesheets/marketing.scss */
.mkt-dark-link {
  font-size: 0.92rem;
  color: #F6F2EA;
  border-bottom: 1px solid #E8A33D;
  align-self: flex-start;
  padding-bottom: 2px;
  margin-top: 6px;
}

/* line 793, app/assets/stylesheets/marketing.scss */
.mkt-dark-link:hover {
  color: #E8A33D;
}

/* line 797, app/assets/stylesheets/marketing.scss */
.mkt-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

/* line 799, app/assets/stylesheets/marketing.scss */
.mkt-pill {
  font-size: 0.92rem;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 24px;
  background: #FFFFFF;
  color: #3F4550;
  border: 1px solid #DED6C8;
}

/* line 807, app/assets/stylesheets/marketing.scss */
.mkt-pill:hover {
  border-color: #143A2E;
  color: #143A2E;
  text-decoration: none;
}

/* line 810, app/assets/stylesheets/marketing.scss */
.mkt-persona {
  padding-top: 40px;
  scroll-margin-top: 90px;
}

/* line 812, app/assets/stylesheets/marketing.scss */
.mkt-persona-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #FFFFFF;
  border: 1px solid #E4DCCE;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 22px;
}

/* line 821, app/assets/stylesheets/marketing.scss */
.mkt-persona-band img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 880px) {
  /* line 812, app/assets/stylesheets/marketing.scss */
  .mkt-persona-band {
    grid-template-columns: 1fr;
  }
  /* line 822, app/assets/stylesheets/marketing.scss */
  .mkt-persona-band img {
    min-height: 240px;
  }
}

/* line 825, app/assets/stylesheets/marketing.scss */
.mkt-persona-copy {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

/* line 832, app/assets/stylesheets/marketing.scss */
.mkt-persona-copy > p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #55594F;
  margin: 0;
  text-wrap: pretty;
}

/* line 835, app/assets/stylesheets/marketing.scss */
.mkt-persona-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  flex-wrap: wrap;
}

/* line 837, app/assets/stylesheets/marketing.scss */
.mkt-persona-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 880px) {
  /* line 838, app/assets/stylesheets/marketing.scss */
  .mkt-persona-cards {
    grid-template-columns: 1fr;
  }
}

/* line 840, app/assets/stylesheets/marketing.scss */
.mkt-mini-card {
  background: #F6F2EA;
  border: 1px solid #E4DCCE;
  border-radius: 14px;
  padding: 26px 24px;
}

/* line 846, app/assets/stylesheets/marketing.scss */
.mkt-mini-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
}

/* line 847, app/assets/stylesheets/marketing.scss */
.mkt-mini-card p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #55594F;
  margin: 0;
}

/* line 849, app/assets/stylesheets/marketing.scss */
.mkt-section .mkt-mini-card {
  background: #FFFFFF;
}

/* line 850, app/assets/stylesheets/marketing.scss */
.mkt-persona .mkt-mini-card {
  background: #F6F2EA;
}

/* line 853, app/assets/stylesheets/marketing.scss */
.mkt-honesty-table {
  background: #FFFFFF;
  border: 1px solid #E4DCCE;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 22px;
  overflow-x: auto;
}

/* line 861, app/assets/stylesheets/marketing.scss */
.mkt-honesty-table table {
  width: 100%;
  border-collapse: collapse;
}

/* line 863, app/assets/stylesheets/marketing.scss */
.mkt-honesty-table thead th {
  background: #F6F2EA;
  border-bottom: 1px solid #E4DCCE;
  padding: 18px 24px;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7C7F73;
  font-weight: 500;
  text-align: left;
}

/* line 875, app/assets/stylesheets/marketing.scss */
.mkt-honesty-table thead .mkt-th-us {
  color: #143A2E;
}

/* line 877, app/assets/stylesheets/marketing.scss */
.mkt-honesty-table tbody td {
  padding: 20px 24px;
  font-size: 0.94rem;
  border-bottom: 1px solid #EFE9DD;
  vertical-align: top;
}

/* line 883, app/assets/stylesheets/marketing.scss */
.mkt-honesty-table tbody tr:last-child td {
  border-bottom: 0;
}

/* line 884, app/assets/stylesheets/marketing.scss */
.mkt-honesty-table tbody td:first-child {
  font-weight: 500;
}

/* line 885, app/assets/stylesheets/marketing.scss */
.mkt-honesty-table .mkt-td-us {
  color: #143A2E;
}

/* line 886, app/assets/stylesheets/marketing.scss */
.mkt-honesty-table .mkt-td-dim {
  color: #7C7F73;
}

/* line 891, app/assets/stylesheets/marketing.scss */
.mkt-konami-keys {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 2rem;
}

/* line 897, app/assets/stylesheets/marketing.scss */
.mkt-konami-keys span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.4rem;
  border: 1px solid #E4DCCE;
  border-bottom-width: 3px;
  border-radius: 6px;
  background: #FFFFFF;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.9rem;
  color: #14171A;
}

/* line 915, app/assets/stylesheets/marketing.scss */
.mkt-lang-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.5rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 923, app/assets/stylesheets/marketing.scss */
.mkt-lang-grid li {
  padding: 0.45rem 0;
  border-bottom: 1px solid #E4DCCE;
  font-size: 0.95rem;
}

/* line 933, app/assets/stylesheets/marketing.scss */
.mkt-stack {
  padding: 1.75rem 0 0.25rem;
}

/* line 936, app/assets/stylesheets/marketing.scss */
.mkt-stack .mkt-stack-lead {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  color: #7C7F73;
}

/* line 942, app/assets/stylesheets/marketing.scss */
.mkt-stack .mkt-stack-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 951, app/assets/stylesheets/marketing.scss */
.mkt-stack .mkt-stack-item,
.mkt-stack .mkt-stack-all {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid #E4DCCE;
  border-radius: 999px;
  background: #FFFFFF;
  color: #14171A;
  font-size: 0.9rem;
  line-height: 1.2;
  text-decoration: none;
}

/* line 965, app/assets/stylesheets/marketing.scss */
.mkt-stack .mkt-stack-item:hover,
.mkt-stack .mkt-stack-all:hover {
  border-color: #7C7F73;
}

/* line 966, app/assets/stylesheets/marketing.scss */
.mkt-stack .mkt-stack-item img,
.mkt-stack .mkt-stack-all img {
  display: block;
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 969, app/assets/stylesheets/marketing.scss */
.mkt-stack .mkt-stack-all {
  color: #55594F;
  font-weight: 500;
}

/* line 976, app/assets/stylesheets/marketing.scss */
.mkt-vs-answer {
  max-width: 62ch;
}

/* line 979, app/assets/stylesheets/marketing.scss */
.mkt-vs-answer h2 {
  font-size: 1.35rem;
  margin: 0 0 0.6rem;
}

/* line 980, app/assets/stylesheets/marketing.scss */
.mkt-vs-answer p {
  margin: 0;
  color: #55594F;
  font-size: 1.05rem;
  line-height: 1.65;
}

/* line 983, app/assets/stylesheets/marketing.scss */
.mkt-vs-table {
  overflow-x: auto;
}

/* line 986, app/assets/stylesheets/marketing.scss */
.mkt-vs-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

/* line 987, app/assets/stylesheets/marketing.scss */
.mkt-vs-table th, .mkt-vs-table td {
  text-align: left;
  vertical-align: top;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #E4DCCE;
}

/* line 988, app/assets/stylesheets/marketing.scss */
.mkt-vs-table thead th {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7C7F73;
  font-weight: 500;
}

/* line 989, app/assets/stylesheets/marketing.scss */
.mkt-vs-table tbody th {
  color: #55594F;
  font-weight: 600;
  white-space: nowrap;
}

/* line 990, app/assets/stylesheets/marketing.scss */
.mkt-vs-table .mkt-vs-us {
  background: #DCE9DF;
  border-radius: 4px;
}

/* line 993, app/assets/stylesheets/marketing.scss */
.mkt-vs-honesty {
  margin-top: 2.5rem;
  border-left: 3px solid #E8A33D;
  padding: 0.5rem 0 0.5rem 1.25rem;
}

/* line 998, app/assets/stylesheets/marketing.scss */
.mkt-vs-honesty h3 {
  margin: 0 0 0.4rem;
}

/* line 999, app/assets/stylesheets/marketing.scss */
.mkt-vs-honesty p {
  margin: 0;
  color: #55594F;
}

/* line 1003, app/assets/stylesheets/marketing.scss */
.mkt-price-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 22px;
  align-items: stretch;
}

@media (max-width: 880px) {
  /* line 1003, app/assets/stylesheets/marketing.scss */
  .mkt-price-duo {
    grid-template-columns: 1fr;
  }
}

/* line 1012, app/assets/stylesheets/marketing.scss */
.mkt-price-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E4DCCE;
  border-radius: 18px;
  padding: 38px 34px;
  display: flex;
  flex-direction: column;
}

/* line 1021, app/assets/stylesheets/marketing.scss */
.mkt-price-card .mkt-kicker {
  display: block;
  margin-bottom: 16px;
}

/* line 1022, app/assets/stylesheets/marketing.scss */
.mkt-price-card .mkt-price-line {
  margin-bottom: 8px;
}

/* line 1023, app/assets/stylesheets/marketing.scss */
.mkt-price-card > p {
  font-size: 0.94rem;
  line-height: 1.6;
  color: #55594F;
  margin: 0 0 24px;
}

/* line 1026, app/assets/stylesheets/marketing.scss */
.mkt-price-card-featured {
  border: 2px solid #143A2E;
}

/* line 1028, app/assets/stylesheets/marketing.scss */
.mkt-price-card-pine {
  background: #143A2E;
  border-color: #143A2E;
}

/* line 1032, app/assets/stylesheets/marketing.scss */
.mkt-price-card-pine .mkt-kicker {
  color: #B9C6BC;
}

/* line 1033, app/assets/stylesheets/marketing.scss */
.mkt-price-card-pine .mkt-price-big {
  color: #F6F2EA;
}

/* line 1034, app/assets/stylesheets/marketing.scss */
.mkt-price-card-pine .mkt-price-unit {
  color: #B9C6BC;
}

/* line 1035, app/assets/stylesheets/marketing.scss */
.mkt-price-card-pine > p {
  color: #B9C6BC;
}

/* line 1036, app/assets/stylesheets/marketing.scss */
.mkt-price-card-pine .mkt-checks {
  color: #DCE9DF;
}

/* line 1036, app/assets/stylesheets/marketing.scss */
.mkt-price-card-pine .mkt-checks li::before {
  color: #E8A33D;
}

/* line 1039, app/assets/stylesheets/marketing.scss */
.mkt-badge-amber {
  position: absolute;
  top: 24px;
  right: 28px;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.63rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #14171A;
  background: #E8A33D;
  padding: 6px 10px;
  border-radius: 6px;
}

/* line 1053, app/assets/stylesheets/marketing.scss */
.mkt-checks {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 0.94rem;
  color: #3F4550;
}

/* line 1063, app/assets/stylesheets/marketing.scss */
.mkt-checks li::before {
  content: "✓ ";
  color: #143A2E;
}

/* line 1066, app/assets/stylesheets/marketing.scss */
.mkt-callout {
  background: #FBEDD4;
  border: 1px solid #EFD9AE;
  border-radius: 14px;
  padding: 24px 28px;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

/* line 1075, app/assets/stylesheets/marketing.scss */
.mkt-callout .mkt-kicker {
  color: #7A6437;
  padding-top: 3px;
  flex: none;
  width: 150px;
}

/* line 1076, app/assets/stylesheets/marketing.scss */
.mkt-callout p {
  font-size: 0.94rem;
  line-height: 1.65;
  color: #5E4E2C;
  margin: 0;
}

@media (max-width: 720px) {
  /* line 1066, app/assets/stylesheets/marketing.scss */
  .mkt-callout {
    flex-direction: column;
    gap: 8px;
  }
}

/* line 1079, app/assets/stylesheets/marketing.scss */
.mkt-callout-center {
  justify-content: center;
  max-width: 40em;
  margin: 8px auto 0;
  font-weight: 500;
  color: #5E4E2C;
}

/* line 1081, app/assets/stylesheets/marketing.scss */
.mkt-tier-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* line 1086, app/assets/stylesheets/marketing.scss */
.mkt-tier-grid .mkt-price-card {
  padding: 30px 26px;
}

@media (max-width: 1023px) {
  /* line 1081, app/assets/stylesheets/marketing.scss */
  .mkt-tier-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  /* line 1081, app/assets/stylesheets/marketing.scss */
  .mkt-tier-grid {
    grid-template-columns: 1fr;
  }
}

/* line 1091, app/assets/stylesheets/marketing.scss */
.mkt-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 40px;
  margin-top: 24px;
}

/* line 1097, app/assets/stylesheets/marketing.scss */
.mkt-faq-grid h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 7px;
}

/* line 1098, app/assets/stylesheets/marketing.scss */
.mkt-faq-grid p {
  font-size: 0.94rem;
  line-height: 1.6;
  color: #55594F;
  margin: 0;
}

@media (max-width: 720px) {
  /* line 1091, app/assets/stylesheets/marketing.scss */
  .mkt-faq-grid {
    grid-template-columns: 1fr;
  }
}

/* line 1102, app/assets/stylesheets/marketing.scss */
.mkt-pricing-footnote {
  text-align: center;
  margin-top: 2.5rem;
  color: #7C7F73;
  font-size: 0.92rem;
}

/* line 1105, app/assets/stylesheets/marketing.scss */
.mkt-cta-band {
  margin-top: 88px;
  background: #143A2E;
  padding: 72px 0;
  text-align: center;
  color: #F6F2EA;
}

/* line 1112, app/assets/stylesheets/marketing.scss */
.mkt-cta-band h2 {
  color: #F6F2EA;
  margin: 0 0 10px;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.9rem, 4vw, 2.75rem);
}

/* line 1113, app/assets/stylesheets/marketing.scss */
.mkt-cta-band p {
  color: #B9C6BC;
  margin: 0 0 22px;
}

/* line 1116, app/assets/stylesheets/marketing.scss */
.mkt-cta-band p a {
  color: #F6F2EA;
  text-decoration: underline;
}

/* line 1120, app/assets/stylesheets/marketing.scss */
.mkt-footer {
  background: #14171A;
  margin-top: 96px;
  color: #A7ABA0;
}

/* line 1125, app/assets/stylesheets/marketing.scss */
.mkt-cta-band + .mkt-footer {
  margin-top: 0;
}

/* line 1128, app/assets/stylesheets/marketing.scss */
.mkt-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 44px;
  padding: 60px 0 40px;
}

/* line 1134, app/assets/stylesheets/marketing.scss */
.mkt-footer-grid h4 {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #949890;
  margin: 0 0 12px;
  font-weight: 500;
}

/* line 1144, app/assets/stylesheets/marketing.scss */
.mkt-footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 1145, app/assets/stylesheets/marketing.scss */
.mkt-footer-grid a {
  color: #A7ABA0;
  font-size: 0.92rem;
}

/* line 1145, app/assets/stylesheets/marketing.scss */
.mkt-footer-grid a:hover {
  color: #F6F2EA;
}

@media (max-width: 880px) {
  /* line 1128, app/assets/stylesheets/marketing.scss */
  .mkt-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  /* line 1128, app/assets/stylesheets/marketing.scss */
  .mkt-footer-grid {
    grid-template-columns: 1fr;
  }
}

/* line 1151, app/assets/stylesheets/marketing.scss */
.mkt-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 1156, app/assets/stylesheets/marketing.scss */
.mkt-footer-brand .mkt-logo-word {
  color: #F6F2EA;
}

/* line 1157, app/assets/stylesheets/marketing.scss */
.mkt-footer-brand p {
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0;
  max-width: 290px;
}

/* line 1159, app/assets/stylesheets/marketing.scss */
.mkt-footer-org {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.69rem;
  color: #949890;
  margin-top: 6px;
}

/* line 1161, app/assets/stylesheets/marketing.scss */
.mkt-footer-bottom {
  border-top: 1px solid #262A2E;
  padding: 22px 0 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* line 1169, app/assets/stylesheets/marketing.scss */
.mkt-footer-bottom span {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.69rem;
  color: #949890;
}

/* line 1173, app/assets/stylesheets/marketing.scss */
.mkt-docs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}

/* line 1179, app/assets/stylesheets/marketing.scss */
.mkt-docs-grid .mkt-docs-card {
  border: 1px solid #E4DCCE;
  border-radius: 12px;
  padding: 1.25rem;
  background: #FFFFFF;
  text-align: center;
  color: #14171A;
}

/* line 1187, app/assets/stylesheets/marketing.scss */
.mkt-docs-grid .mkt-docs-card:hover {
  text-decoration: none;
  border-color: #143A2E;
  box-shadow: 0 6px 16px rgba(20, 23, 26, 0.08);
  transform: translateY(-2px);
}

/* line 1194, app/assets/stylesheets/marketing.scss */
.mkt-docs-grid .mkt-docs-card img {
  height: 36px;
  margin-bottom: 0.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 1195, app/assets/stylesheets/marketing.scss */
.mkt-docs-grid .mkt-docs-card h4 {
  margin: 0 0 0.15rem;
  font-size: 1rem;
}

/* line 1196, app/assets/stylesheets/marketing.scss */
.mkt-docs-grid .mkt-docs-card small {
  display: block;
  color: #7C7F73;
  font-size: 0.78rem;
}

@media (max-width: 880px) {
  /* line 1199, app/assets/stylesheets/marketing.scss */
  .mkt-docs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 1201, app/assets/stylesheets/marketing.scss */
.mkt-doc-content, .mkt-legal {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 4rem;
}

/* line 1206, app/assets/stylesheets/marketing.scss */
.mkt-doc-content h1, .mkt-legal h1, .mkt-doc-content h2, .mkt-legal h2, .mkt-doc-content h3, .mkt-legal h3 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* line 1207, app/assets/stylesheets/marketing.scss */
.mkt-doc-content h1, .mkt-legal h1 {
  margin-top: 0;
}

/* line 1208, app/assets/stylesheets/marketing.scss */
.mkt-doc-content h2, .mkt-legal h2 {
  margin-top: 2.5rem;
  padding-top: 0.5rem;
}

/* line 1209, app/assets/stylesheets/marketing.scss */
.mkt-doc-content h3, .mkt-legal h3 {
  margin-top: 1.75rem;
}

/* line 1210, app/assets/stylesheets/marketing.scss */
.mkt-doc-content ul, .mkt-legal ul, .mkt-doc-content ol, .mkt-legal ol {
  margin: 0.5rem 0 1rem;
}

/* line 1211, app/assets/stylesheets/marketing.scss */
.mkt-doc-content blockquote, .mkt-legal blockquote {
  margin: 1.25rem 0;
  border-left: 3px solid #E4DCCE;
  padding-left: 1rem;
  color: #55594F;
}

/* line 1212, app/assets/stylesheets/marketing.scss */
.mkt-doc-content pre, .mkt-legal pre {
  background: #0E1114;
  color: #F6F2EA;
  border-radius: 10px;
  padding: 1rem 1.2rem;
  overflow-x: auto;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.82rem;
}

/* line 1213, app/assets/stylesheets/marketing.scss */
.mkt-doc-content table, .mkt-legal table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

/* line 1214, app/assets/stylesheets/marketing.scss */
.mkt-doc-content th, .mkt-legal th, .mkt-doc-content td, .mkt-legal td {
  border: 1px solid #E4DCCE;
  padding: 0.4rem 0.7rem;
}

/* line 1219, app/assets/stylesheets/marketing.scss */
.mkt-doc-back {
  display: inline-block;
  font-size: 0.92rem;
  color: #55594F;
  margin-bottom: 1.25rem;
}

/* line 1224, app/assets/stylesheets/marketing.scss */
.mkt-doc-back::before {
  content: "← ";
}

/* line 1225, app/assets/stylesheets/marketing.scss */
.mkt-doc-back:hover {
  color: #143A2E;
  text-decoration: none;
}

/* line 1228, app/assets/stylesheets/marketing.scss */
.filter-ref-columns {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

/* line 1230, app/assets/stylesheets/marketing.scss */
.filter-ref-rail {
  position: sticky;
  top: 5.5rem;
  width: 240px;
  flex-shrink: 0;
  max-height: calc(100vh - 6.5rem);
  overflow-y: auto;
}

/* line 1239, app/assets/stylesheets/marketing.scss */
.filter-ref-rail-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1241, app/assets/stylesheets/marketing.scss */
.filter-ref-rail-item {
  display: block;
  font-size: 0.88rem;
  color: #55594F;
  padding: 0.35rem 0.75rem;
  border-left: 2px solid transparent;
}

/* line 1247, app/assets/stylesheets/marketing.scss */
.filter-ref-rail-item:hover {
  color: #143A2E;
  text-decoration: none;
}

/* line 1249, app/assets/stylesheets/marketing.scss */
.filter-ref-rail-item.is-active {
  background: #DCE9DF;
  color: #143A2E;
  border-left-color: #143A2E;
  font-weight: 600;
}

/* line 1257, app/assets/stylesheets/marketing.scss */
.filter-ref-main {
  flex: 1;
  min-width: 0;
}

/* line 1260, app/assets/stylesheets/marketing.scss */
.filter-ref-main .mkt-doc-content, .filter-ref-main .mkt-legal {
  margin-left: 0;
}

/* line 1261, app/assets/stylesheets/marketing.scss */
.filter-ref-main h3[id] {
  scroll-margin-top: 5.5rem;
}

@media (max-width: 1023px) {
  /* line 1265, app/assets/stylesheets/marketing.scss */
  .filter-ref-columns {
    flex-direction: column;
    gap: 1.5rem;
  }
  /* line 1266, app/assets/stylesheets/marketing.scss */
  .filter-ref-rail {
    position: static;
    width: auto;
    max-height: none;
  }
  /* line 1267, app/assets/stylesheets/marketing.scss */
  .filter-ref-rail-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 1268, app/assets/stylesheets/marketing.scss */
  .filter-ref-rail-item {
    border-left: 0;
    border-bottom: 2px solid transparent;
  }
  /* line 1271, app/assets/stylesheets/marketing.scss */
  .filter-ref-rail-item.is-active {
    border-left: 0;
    border-bottom-color: #143A2E;
  }
}
