.smb-page {
  --smb-ink: var(--product-ink);
  --smb-muted: var(--product-muted);
  --smb-line: var(--product-line);
  --smb-surface: var(--product-surface);
  --smb-panel: #fff;
  --smb-green: var(--product-accent);
  --smb-blue: var(--product-deep);
  --smb-charcoal: var(--product-deep);
  background: #fff;
  color: var(--smb-ink);
}
.smb-page * {
  box-sizing: border-box;
}
.smb-page img {
  max-width: 100%;
}
.smb-hero {
  position: relative;
  min-height: 780px;
  padding: 126px 0 56px;
  overflow: hidden;
  background: var(--smb-charcoal);
}
.smb-hero-bg {
  position: absolute;
  inset: 0;
}
.smb-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 30, 24, .9) 0%, rgba(20, 30, 24, .68) 42%, rgba(20, 30, 24, .18) 100%),
    linear-gradient(180deg, rgba(20, 30, 24, .12) 0%, rgba(20, 30, 24, .84) 100%);
}
.smb-hero-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.smb-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 598px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.smb-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
}
.smb-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.smb-breadcrumb a + a::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, .48);
}
.smb-hero-copy {
  max-width: 780px;
  align-self: center;
  padding: 54px 0 44px;
}
.smb-kicker,
.smb-section-head span {
  display: inline-flex;
  color: var(--smb-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.smb-hero .smb-kicker {
  color: #b9df8d;
}
.smb-hero h1,
.smb-section h2,
.smb-cta h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: 0;
}
.smb-hero h1 {
  max-width: 780px;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(46px, 7vw, 92px);
  line-height: .94;
}
.smb-hero-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 19px;
  line-height: 1.72;
}
.smb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.smb-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 4px;
  color: var(--smb-charcoal);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.smb-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}
.smb-btn.primary {
  border-color: var(--smb-green);
  background: var(--smb-green);
  color: #fff;
}
.smb-btn.secondary {
  border-color: rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}
.smb-hero-data {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
}
.smb-hero-data div {
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}
.smb-hero-data div:last-child {
  border-right: 0;
}
.smb-hero-data strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 22px;
  line-height: 1.08;
}
.smb-hero-data span {
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  line-height: 1.55;
}
.smb-section {
  padding: 82px 0;
}
.smb-section h2,
.smb-cta h2 {
  max-width: 900px;
  color: var(--smb-ink);
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.04;
}
.smb-intro-grid,
.smb-spec-grid,
.smb-faq-grid,
.smb-custom-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(390px, 1fr);
  gap: 50px;
  align-items: start;
}
.smb-intro h2,
.smb-spec h2,
.smb-feature-copy h2,
.smb-faq h2,
.smb-custom h2 {
  margin-top: 14px;
}
.smb-intro p,
.smb-spec p {
  margin: 0;
  color: var(--smb-muted);
  font-size: 18px;
  line-height: 1.78;
}
.smb-models,
.smb-spec,
.smb-proof,
.smb-faq {
  background: var(--smb-surface);
}
.smb-section-head {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 36px;
}
.smb-model-grid {
  display: grid;
  gap: 22px;
}
.smb-model-card {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1fr);
  min-height: 360px;
  border: 1px solid var(--smb-line);
  background: #fff;
}
.smb-model-media {
  min-height: 360px;
  display: block;
  overflow: hidden;
  background: #e9eee6;
}
.smb-model-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}
.smb-model-card:hover .smb-model-media img {
  transform: scale(1.035);
}
.smb-model-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 56px);
}
.smb-model-body > span {
  color: var(--smb-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.smb-model-body h3 {
  margin: 12px 0 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
}
.smb-model-body h3 a {
  color: inherit;
  text-decoration: none;
}
.smb-model-body p {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--smb-muted);
  font-size: 16px;
  line-height: 1.75;
}
.smb-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.smb-tags span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--smb-line);
  color: var(--smb-muted);
  font-size: 12px;
  font-weight: 800;
}
.smb-text-link {
  width: fit-content;
  margin-top: 24px;
  color: var(--smb-blue);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}
.smb-model-empty {
  padding: 38px;
  border: 1px dashed #b9c8b4;
  background: rgba(255, 255, 255, .76);
}
.smb-model-empty strong {
  display: block;
  color: var(--smb-ink);
  font-size: 22px;
}
.smb-model-empty p {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--smb-muted);
  font-size: 15px;
  line-height: 1.7;
}
.smb-spec p {
  margin-top: 20px;
}
.smb-spec-table {
  display: grid;
  border: 1px solid var(--smb-line);
  background: #fff;
}
.smb-spec-table div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 20px;
  padding: 23px 24px;
  border-bottom: 1px solid var(--smb-line);
}
.smb-spec-table div:last-child {
  border-bottom: 0;
}
.smb-spec-table strong {
  color: var(--smb-green);
  font-size: 15px;
}
.smb-spec-table span {
  color: var(--smb-muted);
  font-size: 14px;
  line-height: 1.62;
}
.smb-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: center;
}
.smb-feature-copy ul {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.smb-feature-copy li {
  padding: 16px 18px;
  border-left: 4px solid var(--smb-green);
  background: var(--smb-surface);
  color: var(--smb-muted);
  font-size: 15px;
  line-height: 1.6;
}
.smb-feature-media {
  overflow: hidden;
  border: 1px solid var(--smb-line);
  background: #e9eee6;
}
.smb-feature-media img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  display: block;
  object-fit: cover;
}
.smb-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.smb-proof-grid article {
  border: 1px solid var(--smb-line);
  background: #fff;
}
.smb-proof-grid img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  display: block;
  object-fit: cover;
}
.smb-proof-grid h3 {
  margin: 22px 22px 0;
  color: var(--smb-ink);
  font-size: 23px;
}
.smb-proof-grid p {
  margin: 12px 22px 24px;
  color: var(--smb-muted);
  font-size: 14px;
  line-height: 1.72;
}
.smb-custom {
  background: var(--smb-charcoal);
  color: #fff;
}
.smb-custom h2 {
  color: #fff;
}
.smb-custom .smb-kicker {
  color: #b9df8d;
}
.smb-custom-list {
  display: grid;
  gap: 10px;
}
.smb-custom-list div {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}
.smb-faq-list {
  display: grid;
  gap: 12px;
}
.smb-faq-list details {
  border: 1px solid var(--smb-line);
  background: #fff;
}
.smb-faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--smb-ink);
  font-size: 16px;
  font-weight: 900;
}
.smb-faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--smb-muted);
  font-size: 14px;
  line-height: 1.7;
}
.smb-cta {
  padding: 72px 0;
  background: #fff;
}
.smb-cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .52fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 36px 42px;
  border: 1px solid var(--smb-line);
  background: linear-gradient(180deg, #fff 0%, var(--smb-surface) 100%);
  animation: smbCtaLift .72s ease both;
}
.smb-cta-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #eef3f6;
  background-size: cover;
  background-position: center;
  min-height: 220px;
  transform: translateZ(0);
}
.smb-cta-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.28) 42%, transparent 68%); transform: translateX(-120%); transition: transform .7s ease; }
.smb-cta-media img {
  width: 100%;
  min-height: 180px;
  aspect-ratio: 1.45 / 1;
  display: block;
  object-fit: cover;
  opacity: 0;
}
.smb-cta-inner:hover .smb-cta-media::after { transform: translateX(120%); }
.smb-cta-inner:hover .smb-cta-media { background-size: 106%; }
.smb-cta-inner .smb-btn { transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease; }
.smb-cta-inner .smb-btn:hover,
.smb-cta-inner .smb-btn:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(90,143,39,.2); }
@keyframes smbCtaLift { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.smb-cta h2 {
  max-width: 760px;
  margin-top: 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  color: var(--smb-green) !important;
}

@media screen and (max-width: 1024px) {
  .smb-hero {
    min-height: 700px;
    padding-top: 104px;
  }
  .smb-hero-data,
  .smb-intro-grid,
  .smb-spec-grid,
  .smb-feature-layout,
  .smb-faq-grid,
  .smb-custom-grid {
    grid-template-columns: 1fr;
  }
  .smb-section-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .smb-model-card {
    grid-template-columns: 1fr;
  }
  .smb-proof-grid {
    grid-template-columns: 1fr;
  }
  .smb-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .smb-hero {
    min-height: 650px;
    padding: 94px 0 30px;
  }
  .smb-hero-copy {
    padding: 44px 0 30px;
  }
  .smb-hero-copy p,
  .smb-intro p,
  .smb-spec p {
    font-size: 16px;
  }
  .smb-hero-data div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }
  .smb-hero-data div:last-child {
    border-bottom: 0;
  }
  .smb-section {
    padding: 58px 0;
  }
  .smb-model-media,
  .smb-model-media img {
    min-height: 260px;
  }
  .smb-model-body {
    padding: 24px;
  }
  .smb-spec-table div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .smb-cta {
    padding: 48px 0;
  }
  .smb-cta-inner {
    padding: 26px 22px;
  }
}

.smb-section-head h2 {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--smb-muted);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

.smb-intro h2,
.smb-section-head h2,
.smb-spec-copy h2,
.smb-feature-copy h2,
.smb-custom h2,
.smb-faq h2,
.smb-cta h2 {
  max-width: 760px !important;
  margin: 14px 0 0 !important;
  color: var(--smb-muted) !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

@media (max-width: 1024px) {
  .smb-cta-inner {
    grid-template-columns: 1fr;
  }
  .smb-cta-media img {
    min-height: 240px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .smb-cta-inner { animation: none; }
  .smb-cta-media::after,
  .smb-cta-inner .smb-btn { transition: none; }
}
