.mss-page {
  background: #fafbf9;
  color: #0e1f1a;
}

.mss-page-hero {
  background: #fff0e8;
  border-bottom: 1px solid #e5ede9;
  overflow: hidden;
  padding: 54px 0 46px;
  position: relative;
}

.mss-page-hero__inner {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 820px);
}

.mss-page-hero__inner--media {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
}

.mss-page-hero__content {
  max-width: 1120px;
}

.mss-page-breadcrumbs {
  align-items: center;
  color: #9aa9a3;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  font-weight: 600;
  gap: 7px;
  line-height: 1.35;
  margin-bottom: 16px;
}

.mss-page-breadcrumbs a {
  color: #7f928b;
  text-decoration: none;
}

.mss-page-breadcrumbs a:hover {
  color: var(--mss-brand-primary-dark, #008f5b);
}

.mss-page-breadcrumbs svg {
  color: #bdc9c4;
  height: 12px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 12px;
}

.mss-page-breadcrumbs span {
  color: #8da099;
  overflow-wrap: anywhere;
}

.mss-page-hero__kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.mss-page-hero__kicker a,
.mss-page-tags a {
  background: var(--mss-brand-primary-light, #e8f7f0);
  border-radius: 999px;
  color: var(--mss-brand-primary-dark, #008f5b);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
  padding: 8px 13px;
  text-decoration: none;
}

.mss-page-hero__title {
  color: #143238;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0;
  max-width: 900px;
}

.mss-page-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.mss-page-hero__features span {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dbe9e3;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(14, 31, 26, 0.05);
  color: #2d4a3f;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 7px;
  line-height: 1.2;
  padding: 9px 12px;
  white-space: nowrap;
}

.mss-page-hero__features svg {
  color: var(--mss-brand-primary, #00a86b);
  flex: 0 0 auto;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 17px;
}

.mss-page-hero__excerpt {
  color: #5a7268;
  font-size: 1.12rem;
  font-weight: 550;
  line-height: 1.65;
  margin: 22px 0 0;
  max-width: 680px;
}

.mss-page-meta {
  align-items: center;
  color: #5a7268;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 22px;
}

.mss-page-meta span {
  align-items: center;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 750;
  gap: 8px;
}

.mss-page-meta svg {
  color: var(--mss-brand-primary, #00a86b);
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 18px;
}

.mss-page-hero__image {
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(14, 31, 26, 0.12);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.mss-page-hero__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mss-page-body {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  padding-bottom: 86px;
  padding-top: 54px;
}

.mss-page-article:not(.mss-page-article--post) .mss-page-body {
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
}

.mss-page-article--sale .mss-page-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(242, 103, 34, 0.13), transparent 28%),
    radial-gradient(circle at 8% 82%, rgba(0, 168, 107, 0.12), transparent 30%),
    #fff0e8;
}

.mss-page-article--sale .mss-page-hero__title {
  max-width: 760px;
}

.mss-page-article--sale .mss-page-body {
  display: block;
  max-width: 1320px;
}

.mss-page-article--sale .mss-page-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.mss-page-hero__features--sale span:first-child {
  background: #f26722;
  border-color: #f26722;
  color: #ffffff;
}

.mss-page-hero__features--sale span:first-child svg {
  color: #ffffff;
}

.mss-page-article:not(.mss-page-article--post) .mss-page-body--with-sidebar {
  max-width: 1320px;
  padding-left: 32px;
  padding-right: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  justify-content: start;
}

.mss-page-content {
  background: #ffffff;
  border: 1px solid #e5ede9;
  border-radius: 22px;
  box-shadow: 0 12px 36px rgba(14, 31, 26, 0.05);
  min-width: 0;
  padding: clamp(24px, 4vw, 48px);
}

.mss-price-page .mss-price {
  padding-bottom: 56px;
}

.mss-price-page-content {
  padding: 0 0 72px;
}

.mss-price-page-content .mss-page-body {
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
  padding-top: 0;
}

.entry-content {
  color: #2e4b42;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.18vw, 1.1rem);
  font-weight: 450;
  line-height: 1.82;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.entry-content section {
  border-top: 1px solid #e5ede9;
  margin-top: clamp(16px, 2vw, 24px);
  padding-top: clamp(16px, 2vw, 24px);
}

.entry-content section:first-child,
.entry-content .mss-article-lead + section {
  border-top: 0;
}

.entry-content .mss-article-lead {
  background:
    linear-gradient(135deg, rgba(255, 107, 71, 0.08), rgba(0, 168, 107, 0.08)),
    #f7fbf8;
  border: 1px solid #dbe9e3;
  border-radius: 20px;
  color: #143238;
  font-size: clamp(1.08rem, 2vw, 1.22rem);
  font-weight: 650;
  line-height: 1.65;
  margin-bottom: clamp(18px, 3vw, 28px);
  padding: clamp(20px, 3vw, 30px);
}

.entry-content .mss-article-lead p {
  margin-bottom: 0;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content table,
.entry-content figure,
.entry-content .wp-block-image {
  margin-bottom: 1.35em;
  margin-top: 0;
}

.entry-content p {
  max-width: 78ch;
}

.entry-content strong,
.entry-content b {
  color: #143238;
  font-weight: 850;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #143238;
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin: clamp(28px, 4vw, 42px) 0 0.72em;
  text-wrap: balance;
}

.entry-content h2 {
  align-items: center;
  display: flex;
  font-size: clamp(1.45rem, 1.12rem + 1vw, 2rem);
  gap: 12px;
}

.entry-content h2::before {
  background:
    linear-gradient(135deg, var(--mss-brand-primary, #00a86b), var(--mss-brand-secondary, #f26722));
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(var(--mss-brand-primary-rgb, 0, 168, 107), 0.18);
  content: "";
  flex: 0 0 auto;
  height: 13px;
  width: 13px;
}

.entry-content h3 {
  font-size: clamp(1.22rem, 1.04rem + 0.6vw, 1.55rem);
}

.entry-content h4 {
  color: #285347;
  font-size: 1.1rem;
  text-transform: none;
}

.entry-content a {
  color: var(--mss-brand-secondary, #f26722);
  font-weight: 750;
  text-decoration-color: rgba(242, 103, 34, 0.32);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.entry-content a:hover {
  color: var(--mss-brand-primary-dark, #008f5b);
  text-decoration-color: rgba(0, 143, 91, 0.38);
}

.entry-content ul,
.entry-content ol {
  display: grid;
  gap: 10px;
  max-width: 78ch;
  padding-left: 0;
}

.entry-content ul {
  list-style: none;
}

.entry-content ol {
  counter-reset: mss-content-list;
  list-style: none;
}

.entry-content ul:not(.mss-content-checklist) > li,
.entry-content ol > li {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 253, 250, 0.92)),
    #f4fbf8;
  border: 1px solid #e1eee8;
  border-radius: 16px;
  color: #25483f;
  font-weight: 650;
  line-height: 1.58;
  padding: 12px 16px 12px 48px;
  position: relative;
  box-shadow: 0 10px 24px rgba(20, 50, 56, 0.045);
}

.entry-content ul:not(.mss-content-checklist) > li::before {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(var(--mss-brand-primary-rgb, 0, 168, 107), 0.2);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(var(--mss-brand-primary-rgb, 0, 168, 107), 0.12);
  color: var(--mss-brand-primary, #00a86b);
  content: "✓";
  display: flex;
  font-size: 0.8rem;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  left: 14px;
  line-height: 1;
  position: absolute;
  top: 13px;
  width: 24px;
}

.entry-content ol > li {
  counter-increment: mss-content-list;
}

.entry-content ol > li::before {
  align-items: center;
  background: var(--mss-brand-primary, #00a86b);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(var(--mss-brand-primary-rgb, 0, 168, 107), 0.18);
  color: #ffffff;
  content: counter(mss-content-list);
  display: flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 25px;
  justify-content: center;
  left: 14px;
  line-height: 1;
  position: absolute;
  top: 13px;
  width: 25px;
}

.entry-content li + li {
  margin-top: 0;
}

.entry-content blockquote {
  background:
    radial-gradient(circle at 8% 0, rgba(var(--mss-brand-primary-rgb, 0, 168, 107), 0.12), transparent 30%),
    linear-gradient(135deg, #f3fbf7 0%, #ffffff 100%);
  border: 1px solid #dbece5;
  border-left: 5px solid var(--mss-brand-primary, #00a86b);
  border-radius: 18px;
  color: #143238;
  font-size: clamp(1.06rem, 0.95rem + 0.35vw, 1.22rem);
  font-weight: 700;
  line-height: 1.55;
  padding: clamp(18px, 3vw, 26px);
  box-shadow: 0 18px 40px rgba(20, 50, 56, 0.07);
}

.entry-content img {
  border-radius: 18px;
  height: auto;
  max-width: 100%;
}

.entry-content figure img {
  display: block;
}

.entry-content figcaption {
  color: #6f8580;
  font-size: 0.88rem;
  margin-top: 9px;
  text-align: center;
}

.entry-content table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #dfece6;
  border-radius: 18px;
  display: table;
  margin-left: 0;
  margin-right: 0;
  table-layout: auto;
  width: 100%;
  box-shadow: 0 16px 34px rgba(20, 50, 56, 0.055);
  overflow: hidden;
}

.entry-content thead th:first-child {
  border-top-left-radius: 17px;
}

.entry-content thead th:last-child {
  border-top-right-radius: 17px;
}

.entry-content th,
.entry-content td {
  border-bottom: 1px solid #e5ede9;
  color: #2f514a;
  font-size: 1rem;
  line-height: 1.55;
  padding: 16px 18px;
  text-align: left;
  vertical-align: middle;
}

.entry-content th {
  background: linear-gradient(180deg, #f4fbf8 0%, #edf8f3 100%);
  color: #143238;
  font-weight: 850;
  white-space: nowrap;
}

.entry-content tbody tr:nth-child(even) td {
  background: #fbfdfc;
}

.entry-content tbody tr:hover td {
  background: #fff7f1;
}

.entry-content tr:last-child td {
  border-bottom: 0;
}

.entry-content code {
  background: #f2f6f4;
  border-radius: 6px;
  color: #143238;
  font-size: 0.92em;
  padding: 0.12em 0.35em;
}

.entry-content pre {
  background: #143238;
  border-radius: 16px;
  color: #ffffff;
  overflow-x: auto;
  padding: 20px;
}

.entry-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.entry-content .wp-block-button__link {
  background: var(--mss-brand-primary, #00a86b);
  border-radius: 12px;
  color: #ffffff;
  font-weight: 850;
  padding: 13px 20px;
  text-decoration: none;
}

.entry-content .mss-content-checklist {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 1.35em;
  padding: 0;
}

.entry-content .mss-content-checklist li {
  align-items: flex-start;
  background: #f3faf7;
  border: 1px solid #e2eee8;
  border-radius: 16px;
  color: #24453a;
  display: flex;
  font-weight: 800;
  gap: 10px;
  line-height: 1.45;
  padding: 14px 16px;
}

.entry-content .mss-content-checklist li::before {
  background: var(--mss-brand-primary, #00a86b);
  border-radius: 999px;
  color: #ffffff;
  content: "✓";
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 900;
  height: 22px;
  line-height: 22px;
  margin-top: 1px;
  text-align: center;
  width: 22px;
}

.entry-content .mss-article-cta {
  margin: 18px 0 1.35em;
}

.entry-content .mss-article-button {
  align-items: center;
  background: var(--mss-brand-primary, #00a86b);
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(0, 168, 107, 0.18);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  line-height: 1.2;
  padding: 14px 22px;
  text-decoration: none;
}

.entry-content .mss-article-button:hover {
  background: var(--mss-brand-primary-dark, #008f5b);
}

.entry-content .mss-content-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 1.35em;
}

.entry-content .mss-content-gallery figure {
  margin: 0;
}

.entry-content .mss-content-gallery img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.entry-content .mss-content-video {
  aspect-ratio: 16 / 9;
  background: #0e1f1a;
  border-radius: 18px;
  margin: 0 0 1.35em;
  overflow: hidden;
}

.entry-content .mss-content-video iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.entry-content .mss-content-post-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.entry-content .mss-content-post-card {
  background: #ffffff;
  border: 1px solid #e2eee8;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(14, 31, 26, 0.06);
  overflow: hidden;
}

.entry-content .mss-content-post-card__image {
  aspect-ratio: 16 / 9;
  display: block;
  overflow: hidden;
}

.entry-content .mss-content-post-card__image img {
  border-radius: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
  width: 100%;
}

.entry-content .mss-content-post-card:hover .mss-content-post-card__image img {
  transform: scale(1.03);
}

.entry-content .mss-content-post-card__body {
  padding: 20px;
}

.entry-content .mss-content-post-card time {
  color: var(--mss-brand-primary-dark, #008f5b);
  display: block;
  font-size: 0.82rem;
  font-weight: 850;
  margin-bottom: 9px;
}

.entry-content .mss-content-post-card h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 10px;
}

.entry-content .mss-content-post-card h2 a {
  color: #143238;
  text-decoration: none;
}

.entry-content .mss-content-post-card h2 a:hover {
  color: var(--mss-brand-primary-dark, #008f5b);
}

.entry-content .mss-content-post-card p {
  color: #5a7268;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

.mss-sale-landing {
  color: #143238;
}

.mss-sale-hero-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 46%),
    linear-gradient(135deg, var(--mss-brand-primary, #00a86b), #008f5b);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(14, 31, 26, 0.12);
  color: #ffffff;
  display: grid;
  gap: clamp(22px, 4vw, 44px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  overflow: hidden;
  padding: clamp(28px, 5vw, 56px);
  position: relative;
}

.mss-sale-hero-card::before,
.mss-sale-hero-card::after {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.mss-sale-hero-card::before {
  height: 260px;
  right: -78px;
  top: -98px;
  width: 260px;
}

.mss-sale-hero-card::after {
  bottom: -120px;
  height: 320px;
  left: 42%;
  width: 320px;
}

.mss-sale-hero-card > * {
  position: relative;
  z-index: 1;
}

.mss-sale-eyebrow {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: 0 0 18px;
  padding: 9px 13px;
  text-transform: uppercase;
}

.mss-sale-title {
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 5vw, 4.4rem);
  font-weight: 900;
  line-height: 0.98;
  margin: 0;
  max-width: 760px;
}

.mss-sale-title strong {
  color: #ffe4d5;
  display: block;
  font-size: clamp(3.7rem, 10vw, 8rem);
  line-height: 0.88;
}

.mss-sale-lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  font-weight: 650;
  line-height: 1.6;
  margin: 22px 0 0;
  max-width: 760px;
}

.mss-sale-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mss-sale-button,
.entry-content .mss-sale-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  text-decoration: none;
}

.mss-sale-button.is-primary {
  background: #ffffff;
  color: #008f5b;
}

.mss-sale-button.is-secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

.mss-sale-button svg {
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 17px;
}

.mss-sale-coupon {
  align-self: center;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 22px 58px rgba(14, 31, 26, 0.14);
  color: #143238;
  display: grid;
  gap: 14px;
  justify-items: start;
  padding: clamp(22px, 4vw, 34px);
}

.mss-sale-coupon__label {
  color: #f26722;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mss-sale-coupon__value {
  color: #f26722;
  font-size: clamp(4rem, 9vw, 7rem);
  font-weight: 950;
  line-height: 0.9;
}

.mss-sale-coupon__text {
  color: #536c62;
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
}

.mss-sale-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.mss-sale-card {
  background: #ffffff;
  border: 1px solid #e5ede9;
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(14, 31, 26, 0.06);
  padding: 24px;
}

.mss-sale-card h2,
.mss-sale-card h3 {
  color: #143238;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.28rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 18px;
}

.mss-sale-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mss-sale-list li {
  align-items: flex-start;
  background: #f6fbf8;
  border-radius: 14px;
  color: #2d4a3f;
  display: flex;
  font-weight: 750;
  gap: 10px;
  line-height: 1.45;
  padding: 13px 14px;
}

.mss-sale-list li::before {
  background: #f26722;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px #ffffff;
  content: "";
  flex: 0 0 13px;
  height: 13px;
  margin-top: 4px;
  width: 13px;
}

.mss-sale-note {
  background: #fff7f2;
  border: 1px solid #f7d7c5;
  border-radius: 18px;
  color: #6b3c23;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.55;
  margin: 28px 0 0;
  padding: 18px 20px;
}

.mss-sale-branches {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.mss-sale-branch {
  background: #ffffff;
  border: 1px solid #e5ede9;
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(14, 31, 26, 0.06);
  display: grid;
  gap: 14px;
  padding: 24px;
}

.mss-sale-branch strong {
  color: #143238;
  font-size: 1.14rem;
  font-weight: 900;
}

.mss-sale-branch span {
  color: #536c62;
  font-weight: 750;
}

.mss-sale-phone-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.entry-content .mss-sale-phone-list a,
.mss-sale-phone-list a {
  background: #f2f8f5;
  border-radius: 999px;
  color: #143238;
  font-size: 0.95rem;
  font-weight: 850;
  padding: 9px 12px;
  text-decoration: none;
}

.entry-content .mss-sale-phone-list a:first-child,
.mss-sale-phone-list a:first-child {
  background: var(--mss-brand-primary, #00a86b);
  color: #ffffff;
}

.mss-page-aside {
  position: sticky;
  top: 112px;
}

.mss-page-aside__card {
  background: #ffffff;
  border: 1px solid #e5ede9;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(14, 31, 26, 0.05);
  padding: 22px;
}

.mss-page-aside__title {
  color: #143238;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
}

.mss-page-aside__meta {
  color: #6f8580;
  display: grid;
  font-size: 0.86rem;
  font-weight: 650;
  gap: 6px;
  margin-top: 14px;
}

.mss-page-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.mss-page-promos {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.mss-page-promos__head {
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,0) 42%),
    #0e1f1a;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(14, 31, 26, 0.12);
  color: #ffffff;
  display: grid;
  gap: 7px;
  padding: 18px 20px;
}

.mss-page-promos__head span {
  color: #9ee4c3;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mss-page-promos__head strong {
  font-size: 1.1rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.mss-page-promos__list,
.mss-page-promos__widgets,
.mss-page-promos__banners {
  display: grid;
  gap: 14px;
}

.mss-page-promo-banner {
  display: block;
  overflow: hidden;
  border: 1px solid #e0ebe5;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(14, 31, 26, 0.08);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.mss-page-promo-banner:hover {
  box-shadow: 0 18px 44px rgba(14, 31, 26, 0.12);
  transform: translateY(-2px);
}

.mss-page-promo-banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.mss-page-promo,
.mss-page-promo-widget {
  background: #ffffff;
  border: 1px solid #e0ebe5;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(14, 31, 26, 0.06);
  overflow: hidden;
  position: relative;
}

.mss-page-promo::before,
.mss-page-promo::after {
  background: #fafbf9;
  border: 1px solid #e0ebe5;
  border-radius: 50%;
  content: "";
  height: 24px;
  position: absolute;
  top: 92px;
  width: 24px;
  z-index: 2;
}

.mss-page-promo::before {
  left: -13px;
}

.mss-page-promo::after {
  right: -13px;
}

.mss-page-promo__discount {
  align-items: center;
  background:
    radial-gradient(circle at 10% 15%, rgba(255,255,255,.24), transparent 28%),
    radial-gradient(circle at 92% 75%, rgba(255,255,255,.16), transparent 30%),
    linear-gradient(135deg, var(--mss-brand-primary, #00b879), var(--mss-brand-primary-dark, #008f5b));
  color: #ffffff;
  display: grid;
  gap: 3px;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 104px;
  padding: 20px;
  position: relative;
}

.mss-page-promo__discount::after {
  color: rgba(255,255,255,.16);
  content: "%";
  font-size: 70px;
  font-weight: 950;
  position: absolute;
  right: 16px;
  top: 8px;
  transform: rotate(12deg);
}

.mss-page-promo__discount strong {
  font-size: 3.7rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.9;
  white-space: nowrap;
}

.mss-page-promo__discount span {
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.12;
}

.mss-page-promo__content {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.mss-page-promo__content em {
  color: var(--mss-brand-primary-dark, #008f5b);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.mss-page-promo__content h3 {
  color: #143238;
  font-size: 1.28rem;
  line-height: 1.18;
  margin: 0;
}

.mss-page-promo__content p {
  color: #536c62;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

.mss-page-promo__content a {
  align-items: center;
  background: var(--mss-brand-primary, #00a86b);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 850;
  gap: 9px;
  justify-self: start;
  margin-top: 4px;
  padding: 11px 16px;
  text-decoration: none;
}

.mss-page-promo__content svg {
  height: 15px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 15px;
}

.mss-page-promo.is-tone-amber .mss-page-promo__discount,
.mss-page-promo.is-tone-amber .mss-page-promo__content a {
  background:
    radial-gradient(circle at 10% 15%, rgba(255,255,255,.24), transparent 28%),
    radial-gradient(circle at 92% 75%, rgba(255,255,255,.16), transparent 30%),
    linear-gradient(135deg, #ffb13b, #f59b24);
}

.mss-page-promo.is-tone-amber .mss-page-promo__content a {
  background: #f59b24;
}

.mss-page-promo.is-tone-amber .mss-page-promo__content em {
  color: #b56500;
}

.mss-page-sidebar__widget-title,
.mss-page-promo-widget .widget-title {
  color: #143238;
  font-size: 1.08rem;
  line-height: 1.25;
  margin: 0 0 12px;
}

.mss-page-promo-widget {
  color: #2d4a3f;
  font-size: 0.96rem;
  line-height: 1.55;
  padding: 20px;
}

.mss-page-promo-widget > :last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .mss-page-hero {
    padding: 44px 0 36px;
  }

  .mss-page-hero__inner,
  .mss-page-body,
  .mss-page-article:not(.mss-page-article--post) .mss-page-body--with-sidebar {
    grid-template-columns: 1fr;
  }

  .mss-page-hero__image {
    max-width: 620px;
  }

  .mss-sale-hero-card,
  .mss-sale-grid,
  .mss-sale-branches {
    grid-template-columns: 1fr;
  }

  .mss-page-aside {
    position: static;
  }

  .entry-content .mss-content-checklist {
    grid-template-columns: 1fr;
  }

  .entry-content .mss-content-gallery {
    grid-template-columns: 1fr;
  }

  .entry-content .mss-content-post-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mss-page-hero {
    padding: 12px 0 22px;
  }

  .mss-page-breadcrumbs {
    margin-bottom: 10px;
  }

  .mss-page-hero__title {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
  }

  .mss-page-body {
    gap: 24px;
    padding-bottom: 58px;
    padding-top: 28px;
  }

  .mss-page-content {
    border-radius: 18px;
    padding: 22px 18px;
  }

  .mss-page-article--sale .mss-page-content {
    padding: 0;
  }

  .mss-sale-hero-card,
  .mss-sale-card,
  .mss-sale-branch {
    border-radius: 18px;
  }

  .mss-sale-actions {
    display: grid;
  }

  .entry-content {
    font-size: 0.98rem;
  }

  .entry-content h2 {
    gap: 10px;
  }

  .entry-content h2::before {
    height: 11px;
    width: 11px;
  }

  .entry-content ul:not(.mss-content-checklist) > li,
  .entry-content ol > li {
    border-radius: 14px;
    padding: 11px 13px 11px 42px;
  }

  .entry-content ul:not(.mss-content-checklist) > li::before,
  .entry-content ol > li::before {
    height: 22px;
    left: 12px;
    top: 12px;
    width: 22px;
  }

  .entry-content table {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0) calc(100% - 64px), rgba(242, 103, 34, 0.1) 100%),
      #ffffff;
    display: block;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    position: relative;
    scrollbar-color: rgba(242, 103, 34, 0.42) transparent;
    scrollbar-width: thin;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .entry-content table::before {
    align-items: center;
    background: rgba(255, 244, 236, 0.94);
    border: 1px solid rgba(242, 103, 34, 0.24);
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(242, 103, 34, 0.14);
    color: var(--mss-brand-secondary, #f26722);
    content: "⇄";
    display: inline-flex;
    font-size: 16px;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    pointer-events: none;
    position: sticky;
    right: 10px;
    top: 10px;
    transform: translateY(4px);
    width: 42px;
    z-index: 3;
  }

  .entry-content table::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(242, 103, 34, 0.18));
    content: "";
    height: 100%;
    pointer-events: none;
    position: sticky;
    right: 0;
    top: 0;
    width: 36px;
    z-index: 2;
  }

  .entry-content table::-webkit-scrollbar {
    height: 6px;
  }

  .entry-content table::-webkit-scrollbar-thumb {
    background: rgba(242, 103, 34, 0.42);
    border-radius: 999px;
  }

  .entry-content table::-webkit-scrollbar-track {
    background: transparent;
  }

  .entry-content th,
  .entry-content td {
    padding: 14px 16px;
    white-space: nowrap;
  }
}
