@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 363, app/assets/stylesheets/marketing.scss */
.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;
  color: #7C7F73;
  border: 1px solid #DED6C8;
  border-radius: 20px;
  padding: 6px 11px;
  background: #FFFFFF;
}

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

/* line 376, app/assets/stylesheets/marketing.scss */
.mkt-lang-pill a:hover {
  color: #14171A;
}

/* line 377, app/assets/stylesheets/marketing.scss */
.mkt-lang-pill .mkt-lang-on {
  color: #14171A;
}

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

/* line 381, app/assets/stylesheets/marketing.scss */
.mkt-footer .mkt-lang-pill {
  background: transparent;
  border-color: #262A2E;
  color: #949890;
}

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

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

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

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

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

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

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

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

/* line 411, 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 412, 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 413, 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 416, app/assets/stylesheets/marketing.scss */
.mkt-photo-band {
  padding-top: 52px;
}

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

/* line 424, 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 427, 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 433, 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 440, app/assets/stylesheets/marketing.scss */
.mkt-receipt-overlay {
  position: absolute;
  left: 36px;
  bottom: 36px;
}

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

/* line 443, 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 444, 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 456, app/assets/stylesheets/marketing.scss */
.mkt-receipt-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.88rem;
}

/* line 462, 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 470, app/assets/stylesheets/marketing.scss */
.mkt-receipt-rows li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 500, 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 502, app/assets/stylesheets/marketing.scss */
  .mkt-split-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

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

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

/* line 509, 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 518, app/assets/stylesheets/marketing.scss */
.mkt-door:hover {
  border-color: #143A2E;
  color: #14171A;
  text-decoration: none;
}

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

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

/* line 528, 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 529, 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 532, app/assets/stylesheets/marketing.scss */
  .mkt-doors {
    grid-template-columns: 1fr;
  }
}

/* line 535, 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 535, app/assets/stylesheets/marketing.scss */
  .mkt-dark-band {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }
}

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

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

/* line 552, 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 555, 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 567, app/assets/stylesheets/marketing.scss */
.mkt-code-comment {
  color: #7C7F73;
}

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

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

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

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

/* line 583, 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 584, app/assets/stylesheets/marketing.scss */
.mkt-steps-dark h3 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #F6F2EA;
  margin: 0 0 6px;
}

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

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

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

/* line 597, 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 611, app/assets/stylesheets/marketing.scss */
.mkt-promise h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
}

/* line 612, 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 615, app/assets/stylesheets/marketing.scss */
  .mkt-promises {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/* line 619, 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 627, 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 619, app/assets/stylesheets/marketing.scss */
  .mkt-skiwo-band {
    grid-template-columns: 1fr;
  }
  /* line 628, app/assets/stylesheets/marketing.scss */
  .mkt-skiwo-band img {
    min-height: 240px;
  }
}

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

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

/* line 642, 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 642, app/assets/stylesheets/marketing.scss */
  .mkt-price-band {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }
}

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

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

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

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

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

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

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

/* line 663, 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 666, app/assets/stylesheets/marketing.scss */
.mkt-price-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  flex: none;
}

/* line 667, 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 667, app/assets/stylesheets/marketing.scss */
.mkt-price-alt:hover {
  color: #E8A33D;
}

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

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

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

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

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

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

/* line 684, 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 694, app/assets/stylesheets/marketing.scss */
.mkt-arrows li::before {
  content: "→ ";
  color: #143A2E;
}

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

/* line 705, 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 706, app/assets/stylesheets/marketing.scss */
.mkt-score-chip span:last-child {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #55594F;
}

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

/* line 716, 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 710, app/assets/stylesheets/marketing.scss */
  .mkt-byok-band {
    grid-template-columns: 1fr;
  }
}

/* line 720, 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 729, app/assets/stylesheets/marketing.scss */
.mkt-byok-copy h3 {
  color: #F6F2EA;
}

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

/* line 733, 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 740, app/assets/stylesheets/marketing.scss */
.mkt-dark-link:hover {
  color: #E8A33D;
}

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

/* line 746, 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 754, app/assets/stylesheets/marketing.scss */
.mkt-pill:hover {
  border-color: #143A2E;
  color: #143A2E;
  text-decoration: none;
}

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

/* line 759, 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 768, 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 759, app/assets/stylesheets/marketing.scss */
  .mkt-persona-band {
    grid-template-columns: 1fr;
  }
  /* line 769, app/assets/stylesheets/marketing.scss */
  .mkt-persona-band img {
    min-height: 240px;
  }
}

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

/* line 779, 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 782, app/assets/stylesheets/marketing.scss */
.mkt-persona-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

/* line 800, 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 808, app/assets/stylesheets/marketing.scss */
.mkt-honesty-table table {
  width: 100%;
  border-collapse: collapse;
}

/* line 810, 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 822, app/assets/stylesheets/marketing.scss */
.mkt-honesty-table thead .mkt-th-us {
  color: #143A2E;
}

/* line 824, 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 830, app/assets/stylesheets/marketing.scss */
.mkt-honesty-table tbody tr:last-child td {
  border-bottom: 0;
}

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

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

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

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

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

/* line 841, 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 842, 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 843, app/assets/stylesheets/marketing.scss */
.mkt-vs-table tbody th {
  color: #55594F;
  font-weight: 600;
  white-space: nowrap;
}

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

/* line 847, 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 852, app/assets/stylesheets/marketing.scss */
.mkt-vs-honesty h3 {
  margin: 0 0 0.4rem;
}

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

/* line 857, 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 857, app/assets/stylesheets/marketing.scss */
  .mkt-price-duo {
    grid-template-columns: 1fr;
  }
}

/* line 866, 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 875, app/assets/stylesheets/marketing.scss */
.mkt-price-card .mkt-kicker {
  display: block;
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

/* line 893, 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 907, 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 917, app/assets/stylesheets/marketing.scss */
.mkt-checks li::before {
  content: "✓ ";
  color: #143A2E;
}

/* line 920, 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 929, app/assets/stylesheets/marketing.scss */
.mkt-callout .mkt-kicker {
  color: #7A6437;
  padding-top: 3px;
  flex: none;
  width: 150px;
}

/* line 930, 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 920, app/assets/stylesheets/marketing.scss */
  .mkt-callout {
    flex-direction: column;
    gap: 8px;
  }
}

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

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

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

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

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

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

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

/* line 952, 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 945, app/assets/stylesheets/marketing.scss */
  .mkt-faq-grid {
    grid-template-columns: 1fr;
  }
}

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

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

/* line 966, 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 967, app/assets/stylesheets/marketing.scss */
.mkt-cta-band p {
  color: #B9C6BC;
  margin: 0 0 22px;
}

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

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

/* line 979, 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 985, 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 995, app/assets/stylesheets/marketing.scss */
.mkt-footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

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

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

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

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

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

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

/* line 1010, 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 1012, 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 1020, 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 1024, app/assets/stylesheets/marketing.scss */
.mkt-docs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}

/* line 1030, 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 1038, 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 1045, 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 1046, app/assets/stylesheets/marketing.scss */
.mkt-docs-grid .mkt-docs-card h4 {
  margin: 0 0 0.15rem;
  font-size: 1rem;
}

/* line 1047, 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 1050, app/assets/stylesheets/marketing.scss */
  .mkt-docs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/* line 1057, 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 1058, app/assets/stylesheets/marketing.scss */
.mkt-doc-content h1, .mkt-legal h1 {
  margin-top: 0;
}

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

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

/* line 1061, 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 1062, 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 1063, 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 1064, app/assets/stylesheets/marketing.scss */
.mkt-doc-content table, .mkt-legal table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

/* line 1065, 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 1070, app/assets/stylesheets/marketing.scss */
.mkt-doc-back {
  display: inline-block;
  font-size: 0.92rem;
  color: #55594F;
  margin-bottom: 1.25rem;
}

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

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

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

/* line 1081, 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 1090, app/assets/stylesheets/marketing.scss */
.filter-ref-rail-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1092, 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 1098, app/assets/stylesheets/marketing.scss */
.filter-ref-rail-item:hover {
  color: #143A2E;
  text-decoration: none;
}

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

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

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

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

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