/*
Theme Name: MarketState
Theme URI: https://marketstate.ai/
Author: MarketState
Description: Lightweight MarketState public theme without Elementor.
Version: 2.0.0
Text Domain: marketstate
*/

:root {
  --ms-bg: #0f1115;
  --ms-panel: #151922;
  --ms-panel-2: #1b1f25;
  --ms-line: #303744;
  --ms-line-soft: #262c36;
  --ms-ink: #d3dae6;
  --ms-ink-strong: #f5f7fb;
  --ms-muted: #96a0b2;
  --ms-cyan: #8be0f3;
  --ms-green: #86d19c;
  --ms-shell: 1166px;
  --ms-shell-wide: 1320px;
  --ms-shell-content: 900px;
  --ms-shell-narrow: 720px;
  --ms-page-x: 44px;
  --ms-page-y: 136px;
  --ms-gap: 24px;
  --ms-gap-sm: 14px;
  --ms-gap-lg: 42px;
  --ms-image: url("https://app.marketstate.ai/assets/images/product-hub-background.jpg");
  --ms-font: "Kumbh Sans", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

body {
  background: var(--ms-bg);
  color: var(--ms-ink);
  font-family: var(--ms-font);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ms-container,
.ms-page-shell,
.ms-shell {
  width: min(var(--ms-shell), calc(100vw - 102px));
  margin-inline: auto;
}

.ms-container--nav {
  width: min(1180px, calc(100vw - 88px));
}

.ms-container--footer {
  width: min(var(--ms-shell), calc(100vw - 102px));
}

.ms-container--wide {
  width: min(var(--ms-shell-wide), calc(100vw - 102px));
}

.ms-container--content,
.ms-container--article {
  width: min(var(--ms-shell-content), calc(100vw - 102px));
}

.ms-container--narrow {
  width: min(var(--ms-shell-narrow), calc(100vw - 102px));
}

.ms-container--full {
  width: 100%;
}

.ms-section {
  width: 100%;
  padding-block: 72px;
}

.ms-section--tight {
  padding-block: 36px;
}

.ms-section--hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.ms-stack {
  display: flex;
  flex-direction: column;
  gap: var(--ms-gap);
}

.ms-stack--sm {
  gap: var(--ms-gap-sm);
}

.ms-stack--lg,
.ms-stack--page {
  gap: var(--ms-gap-lg);
}

.ms-row {
  display: flex;
  align-items: center;
  gap: var(--ms-gap);
}

.ms-row--between {
  justify-content: space-between;
}

.ms-grid {
  display: grid;
  gap: var(--ms-gap);
}

.ms-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ms-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ms-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ms-surface {
  border: 1px solid var(--ms-line-soft);
  border-radius: 8px;
  background: rgba(21, 25, 34, 0.62);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.ms-surface--solid {
  background: var(--ms-panel);
}

.ms-surface--subtle {
  background: rgba(15, 17, 21, 0.48);
}

.is-style-marketstate-container {
  width: min(var(--ms-shell-content), calc(100vw - 102px));
  margin-inline: auto;
}

.is-style-marketstate-wide {
  width: min(var(--ms-shell), calc(100vw - 102px));
  margin-inline: auto;
}

.is-style-marketstate-narrow {
  width: min(var(--ms-shell-narrow), calc(100vw - 102px));
  margin-inline: auto;
}

.is-style-marketstate-surface {
  padding: 24px;
  border: 1px solid var(--ms-line-soft);
  border-radius: 8px;
  background: rgba(21, 25, 34, 0.62);
}

.is-style-marketstate-grid-2,
.is-style-marketstate-grid-3 {
  display: grid;
  gap: var(--ms-gap);
}

.is-style-marketstate-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.is-style-marketstate-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.is-style-marketstate-secondary .wp-block-button__link {
  border: 1px solid var(--ms-line);
  background: var(--ms-panel-2);
  color: var(--ms-ink);
}

.ms-align-left {
  text-align: left;
}

.ms-align-center {
  text-align: center;
}

.ms-align-right {
  text-align: right;
}

.ms-tablet-only,
.ms-mobile-only,
.ms-hide-desktop {
  display: none !important;
}

.ms-theme-header {
  position: absolute;
  z-index: 20;
  top: 24px;
  left: 0;
  right: 0;
  pointer-events: none;
}

.ms-nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  pointer-events: auto;
}

.ms-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  text-decoration: none;
}

.ms-brand img {
  display: block;
  width: min(142px, 42vw);
  height: auto;
}

.ms-theme-nav {
  min-width: 0;
}

.ms-menu,
.ms-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 18px 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ms-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ms-ink-strong);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.ms-menu a:hover,
.ms-menu .current-menu-item > a,
.blog .ms-menu a[href*="/blog/"],
.archive .ms-menu a[href*="/blog/"],
.search .ms-menu a[href*="/blog/"] {
  color: var(--ms-cyan);
}

.ms-page,
.ms-theme-main > .ms-page {
  max-width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding: var(--ms-page-y) var(--ms-page-x) 76px;
  background:
    linear-gradient(90deg, rgba(15, 17, 21, 0.94), rgba(15, 17, 21, 0.68)),
    var(--ms-image) center / cover fixed no-repeat,
    var(--ms-bg);
  color: var(--ms-ink);
  overflow-x: clip;
}

.ms-page-header {
  max-width: none;
}

.ms-page-title {
  max-width: none;
  margin: 0;
  color: var(--ms-ink-strong);
  font-family: var(--ms-font);
  font-size: clamp(42px, 6vw, 64px);
  font-weight: 560;
  line-height: 1.04;
  letter-spacing: 0;
}

.ms-page-lead {
  max-width: none;
  margin: 18px 0 0;
  color: var(--ms-muted);
  font-size: 18px;
  font-weight: 430;
  line-height: 1.65;
}

.ms-page-copy {
  max-width: none;
  margin-top: 26px;
}

.ms-page-copy p,
.ms-entry p,
.ms-entry li,
.ms-entry-content p,
.ms-entry-content li {
  margin: 18px 0 0;
  color: var(--ms-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

.ms-page-copy p:first-child,
.ms-entry-content p:first-child {
  margin-top: 0;
}

.ms-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ms-button,
.wp-element-button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 8px;
  font-family: var(--ms-font);
  font-size: 16px;
  font-weight: 780;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

.ms-button-primary,
.wp-element-button,
.wp-block-button__link {
  border: 1px solid rgba(139, 224, 243, 0.55);
  background: rgba(139, 224, 243, 0.15);
  color: var(--ms-ink-strong);
}

.ms-button-secondary {
  border: 1px solid var(--ms-line);
  background: var(--ms-panel-2);
  color: var(--ms-ink);
}

.ms-button-green {
  border: 1px solid rgba(134, 209, 156, 0.52);
  background: rgba(134, 209, 156, 0.14);
  color: var(--ms-ink-strong);
}

.ms-eyebrow {
  margin: 0 0 12px;
  color: var(--ms-cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ms-home-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 132px;
  padding-bottom: 86px;
  overflow: hidden;
}

.ms-home-layout {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 10px;
  width: 100%;
}

.ms-home-copy {
  width: min(100%, 760px);
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ms-home-title {
  font-size: clamp(52px, 7vw, 81px);
  font-weight: 600;
  line-height: 1.06;
}

.ms-home-lead {
  max-width: 620px;
  margin-left: auto !important;
  margin-right: auto !important;
  color: var(--ms-ink);
  font-size: clamp(19px, 2.15vw, 24px);
  line-height: 1.48;
  text-align: center !important;
}

.ms-home-copy .ms-page-actions {
  justify-content: center;
}

.ms-home-video {
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.ms-home-video-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  transform: translateY(-18px);
}

.ms-home-copyright {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 22px;
  margin: 0;
  color: rgba(211, 218, 230, 0.68);
  font-size: 13px;
  text-align: center;
}

.ms-pricing-page {
  padding-bottom: 88px;
}

.ms-pricing-shell {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.ms-pricing-hero {
  max-width: 760px;
  text-align: left;
}

.ms-pricing-hero .ms-page-title {
  font-size: clamp(38px, 4.8vw, 52px);
}

.ms-pricing-hero .ms-page-lead {
  max-width: 680px;
  color: var(--ms-ink);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.52;
}

.ms-pricing-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.ms-pricing-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  gap: 20px;
  padding: 28px;
  border: 1px solid rgba(211, 218, 230, 0.14);
  border-radius: 8px;
  background: rgba(21, 25, 34, 0.62);
  backdrop-filter: blur(8px);
}

.ms-pricing-card-paid {
  border-color: rgba(139, 224, 243, 0.36);
  background: rgba(27, 31, 37, 0.78);
}

.ms-pricing-plan-name {
  margin: 0;
  color: var(--ms-ink-strong);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.08;
}

.ms-pricing-price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: var(--ms-ink-strong);
}

.ms-pricing-price span {
  font-size: clamp(48px, 5vw, 62px);
  font-weight: 620;
  line-height: 0.92;
}

.ms-pricing-price small {
  color: var(--ms-muted);
  font-size: 15px;
  font-weight: 620;
  line-height: 1.25;
}

.ms-pricing-summary {
  margin: 0;
  color: var(--ms-ink);
  font-size: 16px;
  line-height: 1.55;
}

.ms-pricing-button {
  width: fit-content;
  margin-top: auto;
}

.ms-archive-header {
  max-width: 800px;
  margin-bottom: 24px;
}

.ms-search-form {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.ms-search-form label {
  flex: 1;
  min-width: 0;
}

.ms-search-field {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--ms-line);
  border-radius: 8px;
  background: rgba(21, 25, 34, 0.72);
  color: var(--ms-ink);
  font: inherit;
  outline: none;
}

.ms-search-field:focus {
  border-color: rgba(139, 224, 243, 0.55);
  box-shadow: 0 0 0 2px rgba(139, 224, 243, 0.16);
}

.ms-search-form button {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(139, 224, 243, 0.55);
  border-radius: 8px;
  background: rgba(139, 224, 243, 0.15);
  color: var(--ms-ink-strong);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.ms-theme-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.ms-theme-list a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid var(--ms-line);
  border-radius: 999px;
  background: rgba(27, 31, 37, 0.74);
  color: var(--ms-ink);
  font-size: 13px;
  font-weight: 560;
  text-decoration: none;
}

.ms-theme-list a:hover,
.ms-theme-list a.is-active {
  border-color: rgba(139, 224, 243, 0.62);
  background: rgba(139, 224, 243, 0.15);
  color: var(--ms-ink-strong);
}

.ms-post-grid {
  gap: 16px;
}

.ms-post-card,
.ms-page-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.ms-post-card h2,
.ms-page-card h2 {
  margin: 0;
  color: var(--ms-ink-strong);
  font-size: 22px;
  font-weight: 560;
  line-height: 1.2;
}

.ms-post-card h2 a,
.ms-read-more {
  color: inherit;
  text-decoration: none;
}

.ms-post-card h2 a:hover,
.ms-read-more:hover {
  color: var(--ms-cyan);
}

.ms-post-card p {
  margin: 0;
  color: var(--ms-ink);
  font-size: 15px;
  line-height: 1.62;
}

.ms-post-meta,
.ms-post-meta a {
  margin: 0;
  color: var(--ms-muted);
  font-size: 12px;
  font-weight: 560;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ms-post-meta a {
  margin-left: 8px;
  color: var(--ms-cyan);
}

.ms-read-more {
  margin-top: auto;
  color: var(--ms-cyan);
  font-size: 14px;
  font-weight: 700;
}

.ms-pagination {
  margin-top: 28px;
}

.ms-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ms-pagination a,
.ms-pagination span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid var(--ms-line);
  border-radius: 8px;
  color: var(--ms-ink);
  text-decoration: none;
}

.ms-pagination .current,
.ms-pagination a:hover {
  border-color: rgba(139, 224, 243, 0.55);
  color: var(--ms-ink-strong);
  background: rgba(139, 224, 243, 0.12);
}

.ms-single-article {
  max-width: 900px;
}

.ms-single-header {
  margin-bottom: 28px;
}

.ms-entry-content h2,
.ms-entry-content h3,
.ms-entry h2,
.ms-entry h3 {
  margin: 34px 0 0;
  color: var(--ms-ink-strong);
  font-weight: 560;
  line-height: 1.18;
}

.ms-entry-content h2,
.ms-entry h2 {
  font-size: 28px;
}

.ms-entry-content h3,
.ms-entry h3 {
  font-size: 22px;
}

.ms-entry-content ul,
.ms-entry-content ol,
.ms-entry ul,
.ms-entry ol {
  margin: 18px 0 0;
  padding-left: 1.25em;
}

.ms-entry-content table,
.ms-entry table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
}

.ms-entry-content th,
.ms-entry-content td,
.ms-entry th,
.ms-entry td {
  padding: 10px 0;
  border-bottom: 1px solid var(--ms-line-soft);
  color: var(--ms-ink);
  text-align: left;
}

.ms-prose > :first-child,
.ms-entry-content > :first-child {
  margin-top: 0;
}

.ms-prose :where(.alignwide) {
  max-width: min(var(--ms-shell), calc(100vw - 102px));
  margin-left: calc((min(var(--ms-shell-content), calc(100vw - 102px)) - min(var(--ms-shell), calc(100vw - 102px))) / 2);
  margin-right: calc((min(var(--ms-shell-content), calc(100vw - 102px)) - min(var(--ms-shell), calc(100vw - 102px))) / 2);
}

.ms-prose :where(.alignfull) {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.ms-error-page {
  max-width: 760px;
}

.ms-site-footer-block {
  display: block;
  max-width: 100vw;
  overflow-x: clip;
  padding: 46px 44px;
  background: #050607;
  color: var(--ms-ink);
}

.ms-site-footer-shell {
  width: min(var(--ms-shell), calc(100vw - 102px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 42px;
}

.ms-site-footer-logo {
  display: block;
  width: 142px;
  height: auto;
  margin: 0 0 18px;
}

.ms-site-footer-brand p {
  margin: 8px 0 0;
  color: var(--ms-muted);
  font-size: 13px;
  line-height: 1.45;
}

.ms-site-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 26px;
}

.ms-site-footer-links a {
  color: var(--ms-ink);
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
}

.ms-site-footer-links a:hover {
  color: var(--ms-ink-strong);
}

@media (max-width: 900px) {
  .ms-container,
  .ms-page-shell,
  .ms-shell,
  .ms-container--content,
  .ms-container--article,
  .ms-container--wide,
  .ms-container--footer {
    width: min(var(--ms-shell), calc(100vw - 70px));
  }

  .ms-container--nav {
    width: min(1180px, calc(100vw - 56px));
  }

  .ms-container--narrow {
    width: min(var(--ms-shell-narrow), calc(100vw - 70px));
  }

  .is-style-marketstate-container,
  .is-style-marketstate-wide,
  .is-style-marketstate-narrow {
    width: min(var(--ms-shell), calc(100vw - 70px));
  }

  .is-style-marketstate-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-nav-shell {
    gap: 16px;
  }

  .ms-brand img {
    width: min(128px, 34vw);
  }

  .ms-menu,
  .ms-menu ul {
    gap: 10px 12px;
  }

  .ms-menu a {
    font-size: 14px;
  }

  .ms-page,
  .ms-theme-main > .ms-page {
    padding: 130px 28px 64px;
    background:
      linear-gradient(0deg, rgba(15, 17, 21, 0.95), rgba(15, 17, 21, 0.66)),
      var(--ms-image) center / cover no-repeat,
      var(--ms-bg);
  }

  .ms-page-title {
    font-size: clamp(38px, 8vw, 56px);
  }

  .ms-home-hero {
    align-items: flex-start;
    padding-top: 132px;
  }

  .ms-home-video {
    min-height: 280px;
  }

  .ms-pricing-plans {
    grid-template-columns: 1fr;
  }

  .ms-grid--tablet-1 {
    grid-template-columns: 1fr;
  }

  .ms-grid--tablet-2,
  .ms-grid--3,
  .ms-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-tablet-stack {
    flex-direction: column;
    align-items: stretch;
  }

  .ms-hide-tablet {
    display: none !important;
  }

  .ms-tablet-only {
    display: block !important;
  }
}

@media (max-width: 560px) {
  .ms-container,
  .ms-page-shell,
  .ms-shell,
  .ms-container--content,
  .ms-container--article,
  .ms-container--wide,
  .ms-container--narrow,
  .ms-container--footer {
    width: min(var(--ms-shell), calc(100vw - 62px));
  }

  .ms-container--nav {
    width: min(1180px, calc(100vw - 48px));
  }

  .is-style-marketstate-container,
  .is-style-marketstate-wide,
  .is-style-marketstate-narrow {
    width: min(var(--ms-shell), calc(100vw - 62px));
  }

  .is-style-marketstate-grid-2,
  .is-style-marketstate-grid-3 {
    grid-template-columns: 1fr;
  }

  .ms-theme-header {
    top: 20px;
  }

  .ms-nav-shell {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .ms-brand img {
    width: 112px;
  }

  .ms-theme-nav {
    flex: 1;
  }

  .ms-menu,
  .ms-menu ul {
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: flex-end;
  }

  .ms-menu a {
    font-size: 16px;
    font-weight: 560;
  }

  .ms-page,
  .ms-theme-main > .ms-page {
    min-height: 100svh;
    padding: 112px 24px 52px;
  }

  .ms-page-title {
    font-size: clamp(34px, 10vw, 43px);
    line-height: 1.08;
  }

  .ms-page-lead {
    font-size: 16px;
    line-height: 1.58;
  }

  .ms-page-actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
  }

  .ms-button,
  .wp-element-button,
  .wp-block-button__link {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
  }

  .ms-home-hero {
    height: 100svh;
    min-height: 100svh;
    padding: clamp(104px, 14svh, 132px) 24px clamp(42px, 6svh, 64px);
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .ms-home-layout {
    max-width: 100%;
    gap: clamp(6px, 1.5svh, 12px);
  }

  .ms-home-title {
    width: 100%;
    padding: 8px;
    font-size: clamp(38px, 11vw, 50px);
  }

  .ms-home-lead {
    width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 8px 8px;
    font-size: 18px;
    line-height: 1.28;
  }

  .ms-home-copy .ms-page-actions {
    width: 100%;
    margin-top: 10px;
    padding: 6px;
    align-items: center;
  }

  .ms-home-copy .ms-button {
    width: 168px;
    min-height: 66px;
    padding: 0 12px;
    font-size: 17px;
    white-space: normal;
    text-align: center;
  }

  .ms-home-video {
    max-width: 100%;
    min-height: 0;
    padding: clamp(6px, 1.5svh, 14px) 0 0;
    overflow: hidden;
  }

  .ms-home-video-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
    transform: none;
  }

  .ms-pricing-shell {
    gap: 24px;
  }

  .ms-pricing-hero {
    text-align: center;
  }

  .ms-pricing-hero .ms-page-title {
    font-size: clamp(32px, 9.4vw, 40px);
    line-height: 1.06;
  }

  .ms-pricing-hero .ms-page-lead {
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.42;
  }

  .ms-pricing-card {
    gap: 16px;
    padding: 22px;
  }

  .ms-pricing-plan-name {
    font-size: 24px;
  }

  .ms-pricing-price {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .ms-pricing-price span {
    font-size: 48px;
  }

  .ms-pricing-summary {
    display: none;
  }

  .ms-pricing-button {
    width: 100%;
    min-height: 54px;
  }

  .ms-search-form {
    flex-direction: column;
  }

  .ms-theme-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .ms-theme-list::-webkit-scrollbar {
    display: none;
  }

  .ms-grid,
  .ms-grid--2,
  .ms-grid--3,
  .ms-grid--4,
  .ms-post-grid {
    grid-template-columns: 1fr;
  }

  .ms-row,
  .ms-mobile-stack {
    flex-direction: column;
    align-items: stretch;
  }

  .ms-mobile-center {
    text-align: center;
    align-items: center;
  }

  .ms-mobile-left {
    text-align: left;
    align-items: flex-start;
  }

  .ms-mobile-first {
    order: -1;
  }

  .ms-mobile-last {
    order: 99;
  }

  .ms-hide-mobile,
  .ms-desktop-only {
    display: none !important;
  }

  .ms-mobile-only,
  .ms-hide-desktop {
    display: block !important;
  }

  .ms-post-card h2 {
    font-size: 24px;
  }

  .ms-site-footer-block {
    padding: 38px 24px;
  }

  .ms-site-footer-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ms-site-footer-logo {
    width: 124px;
  }

  .ms-site-footer-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ms-site-footer-links a {
    min-height: 34px;
    font-size: 15px;
  }
}
