.mars-home,
.mars-about-page,
.mars-services-page,
.mars-guides-page,
.mars-quote-page {
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mars-umbrella-page .wp-block-post-title {
  display: none;
}

.mars-hero {
  align-items: center;
  display: grid;
  gap: clamp(24px, 5vw, 64px);
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1.05fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(28px, 6vw, 72px) 18px clamp(22px, 4vw, 48px);
}

.mars-hero__media img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.mars-hero__copy h1,
.mars-quote-intro h1 {
  color: #121722;
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 8px 0 16px;
}

.mars-hero__copy p,
.mars-quote-intro p {
  color: #4b5563;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 20px;
  max-width: 620px;
}

.mars-kicker {
  color: #0f766e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.mars-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.mars-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.mars-button:hover {
  transform: translateY(-1px);
}

.mars-button--primary {
  background: #0f766e;
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.22);
  color: #ffffff;
}

.mars-button--secondary {
  background: #f3f4f6;
  color: #111827;
}

.mars-section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 20px 18px 48px;
}

.mars-section__header {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.mars-section__header h2 {
  color: #121722;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: 0;
  margin: 4px 0 0;
}

.mars-section__intro {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
  margin: -4px 0 20px;
  max-width: 780px;
}

.mars-guardian-band {
  align-items: center;
  background: #fff7ed;
  border-bottom: 1px solid #fed7aa;
  border-top: 1px solid #fed7aa;
  display: grid;
  gap: clamp(20px, 4vw, 48px);
  grid-template-columns: minmax(260px, 0.95fr) minmax(280px, 1.05fr);
  margin: 0;
  max-width: none;
  padding: clamp(34px, 6vw, 58px) max(18px, calc((100vw - 1180px) / 2 + 18px));
}

.mars-guardian-band .mars-kicker {
  color: #c2410c;
}

.mars-guardian-band h2 {
  color: #121722;
  font-size: clamp(28px, 4vw, 46px);
  letter-spacing: 0;
  line-height: 1.08;
  margin: 8px 0 0;
  max-width: 720px;
}

.mars-guardian-band p:not(.mars-kicker) {
  color: #5b341b;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.75;
  margin: 0;
  max-width: 760px;
}

.mars-vision-band {
  background: #101827;
  border-bottom: 1px solid #263244;
  border-top: 1px solid #263244;
  color: #f9fafb;
  margin: 0 0 42px;
  max-width: none;
  padding: clamp(34px, 6vw, 58px) max(18px, calc((100vw - 1180px) / 2 + 18px));
}

.mars-vision-band .mars-kicker {
  color: #f97316;
}

.mars-vision-band h2 {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 46px);
  letter-spacing: 0;
  line-height: 1.08;
  margin: 8px 0 16px;
  max-width: 880px;
}

.mars-vision-band p:not(.mars-kicker) {
  color: #d1d5db;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.72;
  margin: 0;
  max-width: 960px;
}

.mars-vision-band--page {
  margin-bottom: 44px;
  margin-top: -8px;
}

.mars-product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mars-product-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

.mars-product-card__image {
  background: #f9fafb;
  display: block;
  overflow: hidden;
  position: relative;
}

.mars-product-card__image img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.mars-product-card__image span {
  background: rgba(17, 24, 39, 0.86);
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  left: 10px;
  max-width: calc(100% - 20px);
  overflow: hidden;
  padding: 6px 9px;
  position: absolute;
  text-overflow: ellipsis;
  top: 10px;
  white-space: nowrap;
}

.mars-product-card__body {
  padding: 16px;
}

.mars-product-card h3 {
  font-size: 17px;
  line-height: 1.25;
  margin: 0 0 8px;
}

.mars-product-card h3 a {
  color: #111827;
  text-decoration: none;
}

.mars-product-card p {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 14px;
  min-height: 42px;
}

.mars-product-card__footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mars-link {
  color: #0f766e;
  font-weight: 800;
  text-decoration: none;
}

.mars-video-section {
  align-items: center;
  display: grid;
  gap: clamp(22px, 5vw, 56px);
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
}

.mars-video-copy h2 {
  color: #121722;
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: 0;
  line-height: 1.12;
  margin: 6px 0 12px;
}

.mars-video-copy p {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

.mars-video-frame {
  aspect-ratio: 16 / 9;
  background: #111827;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.18);
  overflow: hidden;
  position: relative;
}

.mars-video-frame img {
  display: block;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transform: scale(1.02);
  width: 100%;
}

.mars-video-frame::after {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.08), rgba(17, 24, 39, 0.74));
  content: "";
  inset: 0;
  position: absolute;
}

.mars-video-overlay {
  align-items: center;
  bottom: 18px;
  color: #ffffff;
  display: grid;
  gap: 5px;
  left: 18px;
  position: absolute;
  right: 18px;
  z-index: 2;
}

.mars-video-overlay strong {
  font-size: 20px;
  line-height: 1.1;
}

.mars-video-overlay small {
  color: #d1d5db;
  font-size: 13px;
  font-weight: 800;
}

.mars-play-indicator {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 4px;
  width: 48px;
}

.mars-play-indicator::before {
  border-bottom: 10px solid transparent;
  border-left: 15px solid #0f766e;
  border-top: 10px solid transparent;
  content: "";
  margin-left: 4px;
}

.mars-testimonials {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mars-testimonials article {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: grid;
  gap: 9px;
  padding: 18px;
}

.mars-testimonials p {
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.mars-testimonials strong {
  color: #111827;
  font-size: 14px;
}

.mars-testimonials span {
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
}

.mars-process {
  background: #101827;
  color: #ffffff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 10px 0 0;
}

.mars-process > div {
  background: #172033;
  padding: clamp(22px, 4vw, 42px);
}

.mars-process strong {
  align-items: center;
  background: #f59e0b;
  border-radius: 999px;
  color: #111827;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  margin-bottom: 14px;
  width: 32px;
}

.mars-process h3 {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.mars-process p {
  color: #d1d5db;
  line-height: 1.6;
  margin: 0;
}

.mars-home-trust,
.mars-link-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mars-home-trust article {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  padding: 16px;
}

.mars-home-trust strong,
.mars-link-grid strong {
  color: #111827;
  display: block;
  font-size: 17px;
  line-height: 1.25;
  margin-bottom: 6px;
}

.mars-home-trust span,
.mars-link-grid span {
  color: #4b5563;
  display: block;
  font-size: 14px;
  line-height: 1.55;
}

.mars-link-grid a {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 18px;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mars-link-grid a:hover {
  border-color: #99f6e4;
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.12);
  transform: translateY(-1px);
}

.mars-page-hero {
  margin: 0 auto 10px;
  max-width: 1180px;
  padding: clamp(30px, 6vw, 70px) 18px 18px;
}

.mars-service-grid,
.mars-proof-grid,
.mars-team-grid,
.mars-audience-grid,
.mars-principles,
.mars-process-detail {
  display: grid;
  gap: 16px;
}

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

.mars-service-grid article,
.mars-proof-grid article,
.mars-team-grid article {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 18px;
}

.mars-service-grid span {
  color: #0f766e;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
}

.mars-service-grid h3,
.mars-proof-grid strong,
.mars-team-grid strong {
  color: #111827;
  display: block;
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 8px;
}

.mars-service-grid p,
.mars-proof-grid p,
.mars-team-grid p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

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

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

.mars-story-band,
.mars-cta-band {
  align-items: center;
  background: #f3f4f6;
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(260px, 0.85fr) minmax(280px, 1fr) auto;
  margin-bottom: 48px;
  padding: clamp(22px, 4vw, 34px);
}

.mars-story-band h2,
.mars-cta-band h2,
.mars-story-grid h2 {
  color: #111827;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
  margin: 5px 0 0;
}

.mars-story-band p,
.mars-story-grid p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.mars-story-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(260px, 0.7fr) minmax(280px, 1fr) minmax(280px, 1fr);
}

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

.mars-audience-grid article {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  color: #064e3b;
  font-weight: 850;
  padding: 14px 16px;
}

.mars-process-detail,
.mars-principles {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mars-process-detail > div,
.mars-principles > div {
  background: #101827;
  border-radius: 8px;
  color: #ffffff;
  padding: 20px;
}

.mars-process-detail span,
.mars-principles span {
  color: #f59e0b;
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.mars-process-detail h3,
.mars-principles h3 {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.mars-process-detail p,
.mars-principles p {
  color: #d1d5db;
  line-height: 1.55;
  margin: 0;
}

.mars-guides-section {
  padding-top: 48px;
}

.mars-guides-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto 48px;
  max-width: 1180px;
  padding: 0 18px;
}

.mars-guides-section .mars-guides-grid {
  padding: 0;
}

.mars-guide-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

.mars-guide-card__image {
  background: #f3f4f6;
  display: block;
  overflow: hidden;
}

.mars-guide-card__image img {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.mars-guide-card__body {
  padding: 16px;
}

.mars-guide-card time {
  color: #6b7280;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}

.mars-guide-card h3 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.mars-guide-card h3 a {
  color: #111827;
  text-decoration: none;
}

.mars-guide-card p {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 14px;
}

.mars-customizer {
  background: #ffffff;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  color: #172033;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(260px, 0.95fr) minmax(300px, 1.05fr);
  margin: 26px 0;
  padding: 16px;
}

.mars-customizer * {
  box-sizing: border-box;
}

.mars-customizer__preview {
  align-items: stretch;
  background: #eef3f7;
  border: 1px solid #dde6ee;
  border-radius: 8px;
  display: flex;
  min-height: 430px;
  padding: 14px;
}

.mars-preview-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 14px;
  position: relative;
}

.mars-preview-toolbar {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 14px;
  width: 100%;
}

.mars-preview-toolbar span {
  background: #f3f6f8;
  border: 1px solid #dde6ee;
  border-radius: 999px;
  color: #415066;
  font-size: 12px;
  font-weight: 800;
  min-height: 28px;
  padding: 6px 10px;
}

.mars-preview-canopy {
  background: #111827;
  background-image: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(0,0,0,0.2));
  clip-path: polygon(50% 0, 82% 10%, 100% 38%, 92% 78%, 50% 100%, 8% 78%, 0 38%, 18% 10%);
  height: min(340px, 72vw);
  max-height: 360px;
  max-width: 360px;
  overflow: hidden;
  position: relative;
  touch-action: none;
  width: min(340px, 72vw);
}

.mars-preview-canopy::before {
  background: repeating-conic-gradient(from 0deg, rgba(255,255,255,0.12) 0deg 14deg, rgba(0,0,0,0.14) 14deg 28deg);
  content: "";
  inset: 0;
  opacity: 0.58;
  position: absolute;
  z-index: 1;
}

.mars-preview-panel-lines {
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(255,255,255,0.24) calc(50% - 1px), rgba(255,255,255,0.24) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(0deg, transparent calc(50% - 1px), rgba(255,255,255,0.18) calc(50% - 1px), rgba(255,255,255,0.18) calc(50% + 1px), transparent calc(50% + 1px));
  inset: 0;
  position: absolute;
  z-index: 2;
}

.mars-preview-layer {
  cursor: grab;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  z-index: 4;
}

.mars-preview-layer.is-dragging {
  cursor: grabbing;
}

.mars-preview-layer:focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 4px;
}

.mars-preview-layer--artwork {
  align-items: center;
  background: rgba(255,255,255,0.16);
  border: 1px dashed rgba(255,255,255,0.58);
  border-radius: 8px;
  display: flex;
  height: 120px;
  justify-content: center;
  min-width: 120px;
  padding: 8px;
  transform-origin: center;
  width: 120px;
}

.mars-preview-layer--artwork::before {
  color: rgba(255,255,255,0.9);
  content: "Artwork";
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mars-preview-layer--artwork.has-artwork {
  background: transparent;
  border-color: transparent;
}

.mars-preview-layer--artwork.has-artwork::before {
  content: "";
}

.mars-preview-layer--artwork img {
  display: none;
  max-height: 160px;
  max-width: 160px;
  object-fit: contain;
  pointer-events: none;
}

.mars-preview-layer--artwork.has-artwork img {
  display: block;
}

.mars-preview-layer--text {
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  max-width: 78%;
  overflow-wrap: anywhere;
  padding: 4px 8px;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0,0,0,0.34);
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  white-space: normal;
}

.mars-preview-handle {
  background: #172033;
  border-radius: 999px;
  height: 58px;
  margin-top: -4px;
  width: 8px;
}

.mars-preview-canopy.is-surface-front-panel .mars-preview-panel-lines {
  background: linear-gradient(90deg, transparent 32%, rgba(255,255,255,0.28) 32%, rgba(255,255,255,0.28) 68%, transparent 68%);
}

.mars-preview-canopy.is-surface-edge-border::after {
  border: 16px solid rgba(245,158,11,0.42);
  clip-path: inherit;
  content: "";
  inset: 10px;
  position: absolute;
  z-index: 3;
}

.mars-preview-canopy.is-surface-storage-sleeve {
  clip-path: inset(10% 26% round 8px);
}

.mars-customizer__panel {
  display: grid;
  gap: 14px;
}

.mars-customizer__heading h3 {
  color: #111827;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 4px 0 0;
}

.mars-step-tabs {
  background: #f3f6f8;
  border: 1px solid #dde6ee;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 4px;
}

.mars-step-tabs button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #526174;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  min-height: 36px;
  padding: 7px 6px;
}

.mars-step-tabs button.is-active {
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(17,24,39,0.08);
  color: #0f766e;
}

.mars-step {
  display: grid;
  gap: 14px;
}

.mars-field {
  display: grid;
  gap: 7px;
  margin: 0;
}

.mars-field label,
label.mars-field,
.mars-field legend,
.mars-quote-form label {
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.mars-field input,
.mars-field select,
.mars-field textarea,
.mars-quote-form input,
.mars-quote-form select,
.mars-quote-form textarea {
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: #111827;
  font: inherit;
  min-height: 42px;
  padding: 9px 11px;
  width: 100%;
}

.mars-field input[type="color"] {
  min-height: 42px;
  padding: 4px;
  width: 68px;
}

.mars-field input[type="range"] {
  accent-color: #0f766e;
  min-height: 32px;
  padding: 0;
}

.mars-field small {
  color: #6b7280;
}

.mars-field--inline {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mars-control-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mars-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 2px;
}

.mars-confirm {
  align-items: flex-start;
  background: #f6f9fb;
  border: 1px solid #dde6ee;
  border-radius: 8px;
  color: #172033;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  line-height: 1.45;
  padding: 12px;
}

.mars-confirm input {
  accent-color: #0f766e;
  flex: 0 0 auto;
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

.mars-swatches {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.mars-swatches legend {
  flex: 0 0 100%;
}

.mars-swatch {
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  gap: 7px;
  min-height: 38px;
  padding: 6px 9px;
}

.mars-swatch input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.mars-swatch span {
  background: var(--swatch);
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 999px;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.mars-swatch input:checked + span {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #0f766e;
}

.mars-swatch b {
  color: #374151;
  font-size: 12px;
}

.mars-quote-page {
  margin: 0 auto;
  max-width: 980px;
  padding: clamp(28px, 6vw, 70px) 18px;
}

.mars-quote-intro {
  margin-bottom: 24px;
}

.mars-quote-form {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: grid;
  gap: 18px;
  padding: clamp(18px, 4vw, 30px);
}

.mars-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mars-quote-form label {
  display: grid;
  gap: 7px;
}

.mars-success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  color: #065f46;
  font-weight: 800;
  margin-bottom: 18px;
  padding: 14px 16px;
}

.mars-muted {
  color: #6b7280;
}

@media (max-width: 900px) {
  .mars-hero,
  .mars-customizer {
    grid-template-columns: 1fr;
  }

  .mars-customizer__preview {
    min-height: 380px;
  }

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

  .mars-service-grid,
  .mars-proof-grid,
  .mars-team-grid,
  .mars-audience-grid,
  .mars-home-trust,
  .mars-link-grid,
  .mars-process-detail,
  .mars-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mars-story-band,
  .mars-cta-band,
  .mars-guardian-band,
  .mars-story-grid {
    grid-template-columns: 1fr;
  }

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

  .mars-video-section,
  .mars-testimonials {
    grid-template-columns: 1fr;
  }

  .mars-process {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .mars-product-grid,
  .mars-form-grid,
  .mars-guides-grid,
  .mars-service-grid,
  .mars-proof-grid,
  .mars-team-grid,
  .mars-audience-grid,
  .mars-home-trust,
  .mars-link-grid,
  .mars-process-detail,
  .mars-principles,
  .mars-control-grid {
    grid-template-columns: 1fr;
  }

  .mars-section__header {
    align-items: start;
    flex-direction: column;
  }

  .mars-customizer {
    padding: 12px;
  }

  .mars-customizer__preview {
    min-height: 340px;
    padding: 10px;
  }

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

  .mars-step-actions {
    justify-content: stretch;
  }

  .mars-step-actions .mars-button {
    flex: 1 1 130px;
  }
}

body.mars-customizer-open {
  overflow: hidden;
}

.mars-customizer-shell {
  margin: 22px 0;
  max-width: 100%;
}

.mars-customizer-launch {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 14px;
}

.mars-customizer-launch strong {
  color: #111827;
  display: block;
  font-size: 15px;
  line-height: 1.25;
}

.mars-customizer-launch span {
  color: #5b6472;
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 3px;
}

.mars-customizer {
  background: rgba(17, 24, 39, 0.52);
  border: 0;
  border-radius: 0;
  color: #172033;
  display: none;
  inset: 0;
  margin: 0;
  padding: 16px;
  position: fixed;
  z-index: 999999;
}

.mars-customizer.is-open {
  align-items: center;
  display: flex;
  justify-content: center;
}

.mars-customizer__dialog {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: min(92vh, 880px);
  overflow: hidden;
  width: min(1180px, calc(100vw - 32px));
}

.mars-customizer__topbar {
  align-items: center;
  background: #f7f8f8;
  border-bottom: 1px solid #d9e0ea;
  display: flex;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 18px;
}

.mars-customizer__topbar strong {
  color: #111827;
  font-size: 17px;
}

.mars-icon-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #111827;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 24px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  width: 36px;
}

.mars-icon-button:hover {
  background: #e9eef3;
}

.mars-customizer__workspace {
  display: grid;
  grid-template-columns: minmax(420px, 1.15fr) minmax(360px, 0.85fr);
  min-height: 0;
}

.mars-customizer__preview {
  align-items: stretch;
  background: #f5f6f7;
  border: 0;
  border-radius: 0;
  min-height: 0;
  overflow: auto;
  padding: clamp(16px, 3vw, 30px);
}

.mars-preview-card {
  background: #ffffff;
  border: 1px solid #d9e0ea;
  min-height: 100%;
  padding: clamp(14px, 3vw, 26px);
}

.mars-preview-toolbar {
  margin-bottom: 16px;
}

.mars-preview-canopy {
  background-image: repeating-conic-gradient(from -11.25deg, rgba(255,255,255,0.1) 0deg 22.5deg, rgba(0,0,0,0.16) 22.5deg 45deg);
  height: min(520px, 63vh, 78vw);
  max-height: none;
  max-width: none;
  width: min(520px, 63vh, 78vw);
}

.mars-preview-canopy::before {
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(210, 217, 226, 0.75) calc(50% - 1px), rgba(210, 217, 226, 0.75) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(0deg, transparent calc(50% - 1px), rgba(210, 217, 226, 0.75) calc(50% - 1px), rgba(210, 217, 226, 0.75) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(45deg, transparent calc(50% - 1px), rgba(210, 217, 226, 0.75) calc(50% - 1px), rgba(210, 217, 226, 0.75) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(135deg, transparent calc(50% - 1px), rgba(210, 217, 226, 0.75) calc(50% - 1px), rgba(210, 217, 226, 0.75) calc(50% + 1px), transparent calc(50% + 1px));
  opacity: 0.9;
}

.mars-preview-panel-lines {
  background: none;
  border: 3px solid rgba(210, 217, 226, 0.86);
  clip-path: inherit;
}

.mars-preview-handle {
  display: none;
}

.mars-preview-help {
  color: #5b6472;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  margin: 16px 0 0;
  text-align: center;
}

.mars-preview-layer--artwork:not(.has-artwork) {
  display: none;
}

.mars-preview-layer--artwork {
  background: transparent;
  border: 2px dashed #f59e0b;
  border-radius: 6px;
  height: 180px;
  min-width: 180px;
  padding: 0;
  width: 180px;
}

.mars-preview-layer--artwork img {
  border-radius: 4px;
  display: block;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: contain;
  width: 100%;
}

.mars-preview-layer--text {
  max-width: 70%;
}

.mars-customizer__panel {
  align-content: start;
  border-left: 1px solid #d9e0ea;
  gap: 16px;
  max-height: 100%;
  overflow: auto;
  padding: 22px;
}

.mars-step[hidden] {
  display: none !important;
}

.mars-step-tabs {
  grid-template-columns: repeat(4, minmax(80px, 1fr));
}

.mars-edit-card {
  background: #f7f8f8;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.mars-edit-card strong {
  color: #111827;
  font-size: 14px;
}

.mars-edit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mars-edit-actions button {
  background: #ffffff;
  border: 1px solid #cfd8e3;
  border-radius: 8px;
  color: #172033;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  min-height: 36px;
  padding: 7px 10px;
}

.mars-edit-actions button:hover {
  border-color: #0f766e;
  color: #0f766e;
}

@media (max-width: 980px) {
  .mars-customizer {
    padding: 0;
  }

  .mars-customizer__dialog {
    border-radius: 0;
    height: 100vh;
    width: 100vw;
  }

  .mars-customizer__workspace {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: auto;
  }

  .mars-customizer__preview {
    min-height: 0;
    padding: 12px;
  }

  .mars-preview-card {
    min-height: auto;
  }

  .mars-preview-canopy {
    height: min(360px, 82vw);
    width: min(360px, 82vw);
  }

  .mars-customizer__panel {
    border-left: 0;
    border-top: 1px solid #d9e0ea;
    max-height: none;
    overflow: visible;
    padding: 18px;
  }
}

@media (max-width: 560px) {
  .mars-customizer-launch {
    align-items: stretch;
    flex-direction: column;
  }

  .mars-customizer-launch .mars-button {
    width: 100%;
  }

  .mars-customizer__topbar {
    padding: 0 12px;
  }

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

  .mars-edit-actions button {
    flex: 1 1 120px;
  }

  .mars-preview-layer--artwork {
    height: 136px;
    min-width: 136px;
    width: 136px;
  }
}

.mars-preview-canopy {
  --mars-canopy-color: #ffffff;
  background: #ffffff !important;
  background-image: none !important;
  border-radius: 0;
  clip-path: none !important;
  display: grid;
  place-items: center;
  touch-action: none;
}

.mars-preview-canopy::before,
.mars-preview-canopy::after,
.mars-preview-canopy.is-surface-edge-border::after {
  content: none !important;
  display: none !important;
}

.mars-preview-canopy.is-surface-storage-sleeve {
  clip-path: none !important;
}

.mars-preview-artboard {
  background: var(--mars-canopy-color);
  inset: 0;
  mask-image: var(--mars-umbrella-mask);
  mask-mode: alpha;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  overflow: hidden;
  position: absolute;
  -webkit-mask-image: var(--mars-umbrella-mask);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  z-index: 1;
}

.mars-preview-linework {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 6;
}

.mars-preview-panel-lines {
  display: none !important;
}

.mars-preview-layer {
  touch-action: none;
}

.mars-preview-layer--artwork {
  background: rgba(255, 255, 255, 0.05);
  border: 2px dashed #f59e0b;
  border-radius: 0;
  height: 42%;
  min-height: 110px;
  min-width: 160px;
  overflow: visible;
  padding: 0;
  width: 66%;
  z-index: 3;
}

.mars-preview-layer--artwork.has-artwork {
  background: transparent;
  border-color: #f59e0b;
}

.mars-preview-layer--artwork.has-artwork::before {
  content: "";
}

.mars-preview-layer--artwork img {
  border-radius: 0;
  display: block;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
}

.mars-preview-layer--text {
  cursor: grab;
  z-index: 4;
  text-transform: none;
}

.mars-preview-layer--text.is-active {
  outline: 2px dashed #f59e0b;
  outline-offset: 5px;
}

.mars-swatches {
  align-items: center;
}

.mars-swatch {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #374151;
  font: inherit;
}

.mars-swatch.is-active {
  border-color: #0f766e;
  box-shadow: 0 0 0 2px rgba(15, 118, 110, 0.18);
}

.mars-swatch.is-active span {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #0f766e;
}

.mars-color-picker {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: #374151;
  cursor: pointer;
  display: inline-flex;
  gap: 7px;
  min-height: 38px;
  padding: 5px 7px 5px 9px;
}

.mars-color-picker span {
  background: var(--swatch);
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 999px;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.mars-color-picker b {
  color: #374151;
  font-size: 12px;
}

.mars-color-picker input {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 26px;
  min-height: 26px;
  padding: 0;
  width: 34px;
}

.mars-swatches.is-disabled {
  opacity: 0.48;
}

.mars-swatches.is-disabled .mars-swatch,
.mars-swatches.is-disabled .mars-color-picker,
.mars-swatches.is-disabled .mars-color-picker input {
  cursor: not-allowed;
}

.mars-text-items {
  display: grid;
  gap: 12px;
}

.mars-text-item {
  background: #ffffff;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  display: grid;
  gap: 9px;
  padding: 12px;
}

.mars-text-item.is-active {
  border-color: #0f766e;
  box-shadow: 0 0 0 2px rgba(15, 118, 110, 0.14);
}

.mars-text-item > label {
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.mars-text-item > label span {
  color: #6b7280;
  font-weight: 700;
}

.mars-text-item input,
.mars-text-item select {
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: #111827;
  font: inherit;
  min-height: 40px;
  padding: 8px 10px;
  width: 100%;
}

.mars-text-item input[type="range"] {
  accent-color: #0f766e;
  min-height: 28px;
  padding: 0;
}

.mars-text-item__controls {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(120px, 0.8fr) minmax(150px, 1.2fr);
}

.mars-text-item__controls label {
  color: #374151;
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 5px;
}

.mars-finish-preview {
  align-items: center;
  background: #f6f9fb;
  border: 1px solid #dde6ee;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 12px;
}

.mars-finish-preview strong {
  color: #111827;
  font-size: 14px;
}

.mars-finish-preview span {
  color: #5b6472;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.mars-button[aria-busy="true"] {
  opacity: 0.7;
  pointer-events: none;
}

.mars-preview-editbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
}

.mars-preview-editbar button {
  background: #ffffff;
  border: 1px solid #cfd8e3;
  border-radius: 8px;
  color: #172033;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  min-height: 34px;
  padding: 7px 10px;
}

.mars-preview-editbar button:hover {
  border-color: #0f766e;
  color: #0f766e;
}

@media (max-width: 560px) {
  .mars-preview-layer--artwork {
    height: 40%;
    min-height: 96px;
    min-width: 132px;
    width: 68%;
  }

  .mars-preview-editbar button {
    flex: 1 1 88px;
  }

  .mars-text-item__controls,
  .mars-finish-preview {
    grid-template-columns: 1fr;
  }

  .mars-finish-preview {
    align-items: start;
    display: grid;
  }

  .mars-finish-preview span {
    text-align: left;
  }
}
