:root {
  --mc-navy: #12324f;
  --mc-ink: #1a2f45;
  --mc-muted: #5f6f7f;
  --mc-line: rgba(18, 50, 79, 0.12);
  --mc-teal: #0f8a72;
  --mc-teal-deep: #0b6d5a;
  --mc-sand: #f4efe6;
  --mc-mint: #e7f6f1;
  --mc-warn: #c05621;
  --mc-ok: #15803d;
  --mc-high: #b45309;
}

* { box-sizing: border-box; }

body.mc-page {
  margin: 0;
  min-height: 100dvh;
  font-family: Figtree, "Plus Jakarta Sans", sans-serif;
  color: var(--mc-ink);
  background:
    radial-gradient(120% 80% at 0% 0%, #d9efe8 0%, transparent 50%),
    radial-gradient(90% 70% at 100% 10%, #f3e7d4 0%, transparent 45%),
    linear-gradient(180deg, #f7faf8 0%, #eef3f7 100%);
}

.mc-deco {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(18, 50, 79, 0.04) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
}

.mc-shell {
  position: relative;
  width: min(34rem, 100%);
  margin: 0 auto;
  min-height: 100dvh;
  padding: 1rem 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.mc-top {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  gap: 0.65rem;
  margin: -1rem -1rem 0;
  padding: calc(0.85rem + env(safe-area-inset-top, 0px)) 1rem 0.75rem;
  background:
    linear-gradient(
      180deg,
      rgba(247, 250, 248, 0.98) 0%,
      rgba(247, 250, 248, 0.94) 70%,
      rgba(247, 250, 248, 0.88) 100%
    );
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  border-bottom: 1px solid rgba(18, 50, 79, 0.08);
  box-shadow: 0 10px 24px rgba(18, 50, 79, 0.06);
}

.mc-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
}

.mc-brand img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 8px 18px rgba(18, 50, 79, 0.12);
}

.mc-brand strong {
  display: block;
  font-family: "Plus Jakarta Sans", Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 750;
  color: var(--mc-navy);
}

.mc-brand em {
  display: block;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--mc-muted);
}

.mc-progress-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 0.65rem;
  align-items: center;
}

.mc-step {
  margin: 0;
  grid-column: 1;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--mc-muted);
}

.mc-pct {
  margin: 0;
  grid-column: 2;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--mc-navy);
}

.mc-progress {
  grid-column: 1 / -1;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(18, 50, 79, 0.08);
  overflow: hidden;
}

.mc-progress__bar {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0f8a72, #2f9e7a);
  transition: width 0.35s ease;
}

.mc-main { flex: 1; }

.mc-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 50, 79, 0.08);
  border-radius: 1.35rem;
  padding: 1.15rem 1rem 1.25rem;
  box-shadow: 0 18px 40px rgba(18, 50, 79, 0.08);
  animation: mcIn 0.38s ease both;
}

.mc-card.is-exit { animation: mcOut 0.18s ease both; }

@keyframes mcIn {
  from { opacity: 0; transform: translateY(14px) scale(0.985); }
  to { opacity: 1; transform: none; }
}
@keyframes mcOut {
  to { opacity: 0; transform: translateY(-8px) scale(0.99); }
}

.mc-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #8a95a5;
}

.mc-title {
  margin: 0 0 0.45rem;
  font-family: "Plus Jakarta Sans", Figtree, sans-serif;
  font-size: clamp(1.35rem, 5vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--mc-navy);
}

.mc-lead {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--mc-muted);
  font-weight: 500;
}

.mc-hero {
  width: min(11rem, 42vw);
  height: auto;
  display: block;
  margin: 0 0 1rem auto;
}

.mc-visual {
  margin: -0.15rem -0.15rem 0.95rem;
  border-radius: 1.05rem;
  overflow: hidden;
  background: linear-gradient(135deg, #dff5ee, #f5ebe0);
  animation: mcFloat 4.5s ease-in-out infinite;
}

.mc-visual--hero {
  min-height: 9.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.75rem;
}

.mc-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mc-visual--hero img {
  width: min(100%, 18rem);
  max-height: 11rem;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  background: transparent;
}

.mc-visual--photo {
  max-height: 7.5rem;
}

.mc-visual--photo img {
  height: 7.5rem;
  filter: saturate(1.05) contrast(1.02);
}

@keyframes mcFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

.mc-hook-head {
  display: block;
  margin-bottom: 0.25rem;
}

.mc-bands {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin: 0.2rem 0 1rem;
}

.mc-band {
  text-align: center;
  padding: 0.55rem 0.3rem;
  border-radius: 0.8rem;
  border: 1px solid transparent;
}

.mc-band strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
}
.mc-band span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.68rem;
  font-weight: 650;
}

.mc-band--low { background: #e7f7f1; color: #15803d; }
.mc-band--fair { background: #fff6e5; color: #b7791f; }
.mc-band--high { background: #fdece7; color: #c2410c; }

.mc-benefits {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.mc-benefits li {
  padding: 0.75rem 0.85rem;
  border-radius: 0.9rem;
  background: #fff;
  border: 1px solid var(--mc-line);
}

.mc-benefits strong {
  display: block;
  font-size: 0.92rem;
  color: var(--mc-navy);
  margin-bottom: 0.15rem;
}
.mc-benefits span {
  font-size: 0.84rem;
  color: var(--mc-muted);
  line-height: 1.4;
}

.mc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 0.95rem;
  background: var(--mc-teal);
  color: #fff;
  font: inherit;
  font-size: 1.02rem;
  font-weight: 750;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 12px 24px rgba(15, 138, 114, 0.28);
  appearance: none;
  -webkit-appearance: none;
}

.mc-cta:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.mc-cta--ghost {
  background: transparent;
  color: var(--mc-navy);
  border: 1.5px solid var(--mc-line);
  box-shadow: none;
  margin-top: 0.55rem;
}

.mc-cta--wa {
  background: #128c7e;
  margin-top: 0.55rem;
}

.mc-cta--share {
  background: #12324f;
  box-shadow: 0 12px 24px rgba(18, 50, 79, 0.22);
  margin-top: 1rem;
}

.mc-cta--share:hover {
  background: #0d2438;
}

.mc-actions .mc-cta--share,
.mc-actions .mc-cta--wa {
  margin-top: 0;
}

.mc-report-actions {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.mc-report-actions .mc-cta {
  margin-top: 0;
}

.mc-breakdown {
  margin-top: 0.95rem;
  padding: 0.85rem 0.9rem;
  border-radius: 0.95rem;
  background: #f4faf8;
  border: 1px solid rgba(15, 138, 114, 0.14);
}

.mc-breakdown__title {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5f6f7f;
}

.mc-breakdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.mc-breakdown__list li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.92rem;
}

.mc-breakdown__list span {
  color: #5f6f7f;
  font-weight: 600;
}

.mc-breakdown__list strong {
  color: var(--mc-navy);
  font-weight: 800;
}

.mc-breakdown__note {
  margin: 0.65rem 0 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #7a8698;
  font-weight: 500;
}

.mc-time {
  margin: 0.7rem 0 0;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  color: #8a95a5;
}

.mc-field-label {
  display: block;
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mc-muted);
}

.mc-select,
.mc-input,
.mc-search {
  width: 100%;
  min-height: 3rem;
  border: 1.5px solid var(--mc-line);
  border-radius: 0.95rem;
  padding: 0.75rem 0.95rem;
  font: inherit;
  font-size: 1rem;
  font-weight: 550;
  color: var(--mc-navy);
  background: #fff;
  outline: none;
}

.mc-input-wrap {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  border: 1.5px solid var(--mc-line);
  border-radius: 0.95rem;
  padding: 0 0.95rem 0 0;
  background: #fff;
}

.mc-input-wrap:focus-within {
  border-color: rgba(15, 138, 114, 0.55);
  box-shadow: 0 0 0 4px rgba(15, 138, 114, 0.12);
}

.mc-input-wrap .mc-input {
  border: 0;
  box-shadow: none;
  border-radius: 0.95rem;
  min-width: 0;
  flex: 1;
  padding-right: 0.35rem;
}

.mc-input-wrap .mc-input:focus {
  border: 0;
  box-shadow: none;
}

.mc-input-unit {
  flex-shrink: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--mc-muted);
  white-space: nowrap;
}

.mc-select:focus,
.mc-input:focus,
.mc-search:focus {
  border-color: rgba(15, 138, 114, 0.55);
  box-shadow: 0 0 0 4px rgba(15, 138, 114, 0.12);
}

.mc-cache-note {
  margin: 0.55rem 0 0;
  font-size: 0.82rem;
  color: var(--mc-teal-deep);
  font-weight: 600;
}

.mc-slider-wrap {
  margin-top: 0.85rem;
  padding: 0.95rem;
  border-radius: 1rem;
  background: linear-gradient(160deg, #f4faf7, #f8f5ef);
}

.mc-slider-value {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.mc-slider-value strong {
  font-family: "Plus Jakarta Sans", Figtree, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--mc-navy);
  letter-spacing: -0.02em;
}

.mc-slider-value span {
  font-size: 0.82rem;
  font-weight: 650;
  color: var(--mc-muted);
}

.mc-range {
  width: 100%;
  appearance: none;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(18, 50, 79, 0.1);
  outline: none;
}

.mc-range::-webkit-slider-thumb {
  appearance: none;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background: var(--mc-teal);
  border: 3px solid #fff;
  box-shadow: 0 6px 14px rgba(15, 138, 114, 0.35);
  cursor: pointer;
}

.mc-range::-moz-range-thumb {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background: var(--mc-teal);
  border: 3px solid #fff;
  box-shadow: 0 6px 14px rgba(15, 138, 114, 0.35);
  cursor: pointer;
}

.mc-manual {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.85rem;
}

.mc-nudge {
  margin-top: 0.95rem;
  padding: 0.85rem 0.95rem;
  border-radius: 0.95rem;
  background: #12324f;
  color: #fff;
  animation: mcPulse 1.8s ease-in-out infinite;
}

.mc-nudge p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 600;
}

@keyframes mcPulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 10px 24px rgba(18, 50, 79, 0.2); }
  50% { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(18, 50, 79, 0.28); }
}

.mc-inclusions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.mc-staffing-rules {
  margin: 0 0 1rem;
  padding: 0.85rem 0.9rem;
  border-radius: 1rem;
  background: rgba(18, 50, 79, 0.04);
  border: 1px solid rgba(18, 50, 79, 0.1);
}

.mc-staffing-rules__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-weight: 750;
  color: var(--mc-navy);
}

.mc-staffing-rules__hint {
  margin: 0.45rem 0 0;
  font-size: 0.82rem;
  color: var(--mc-muted);
  line-height: 1.4;
}

.mc-staffing-rules__meta {
  margin: 0.55rem 0 0;
  font-size: 0.86rem;
  color: var(--mc-navy);
}

.mc-inc__copy {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.mc-inc__hint {
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 650;
  color: #8a95a5;
}

.mc-staffing-alert {
  margin: 0 0 1rem;
  padding: 0.9rem 0.95rem;
  border-radius: 1rem;
  text-align: left;
  background: #fff4ed;
  border: 1px solid rgba(192, 86, 33, 0.28);
  color: #7c2d12;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.mc-staffing-alert__title {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mc-staffing-alert ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.35rem;
}

.mc-staffing-alert li {
  font-size: 0.9rem;
  line-height: 1.4;
}

.mc-staffing-alert__meta {
  margin: 0.65rem 0 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #9a3412;
}

.mc-staffing-ok {
  margin: 0 0 1rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.9rem;
  text-align: left;
  background: #e7f7f1;
  color: #15803d;
  font-size: 0.88rem;
  font-weight: 700;
}

.mc-disclaimer {
  margin: 0 1rem 1rem;
  padding: 0.55rem 0.7rem;
  border-radius: 0.7rem;
  text-align: left;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.4;
  color: #7c2d12;
  background: rgba(255, 244, 237, 0.95);
  border: 1px solid rgba(192, 86, 33, 0.35);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.mc-disclaimer strong {
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.mc-result .mc-staffing-alert,
.mc-result .mc-staffing-ok {
  background: rgba(255, 255, 255, 0.96);
}

.mc-result .mc-disclaimer {
  margin-left: 0;
  margin-right: 0;
  color: #9a3412;
  background: rgba(255, 247, 237, 0.98);
  border-color: rgba(234, 88, 12, 0.45);
}

.mc-inc {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.75rem 0.8rem;
  border-radius: 0.95rem;
  border: 1.5px solid transparent;
  background: #f7faf9;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}

.mc-inc.is-on {
  border-color: rgba(15, 138, 114, 0.45);
  background: #eef8f4;
  box-shadow: 0 0 0 3px rgba(15, 138, 114, 0.1);
}

.mc-inc--simple {
  grid-template-columns: auto 1fr;
}

.mc-inc__check {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 0.4rem;
  border: 1.5px solid rgba(18, 50, 79, 0.18);
  background: #fff;
  display: grid;
  place-items: center;
  color: transparent;
}

.mc-inc.is-on .mc-inc__check {
  background: var(--mc-teal);
  border-color: transparent;
  color: #fff;
}

.mc-inc__check svg { width: 0.85rem; height: 0.85rem; }

.mc-inc__label {
  font-weight: 700;
  color: var(--mc-navy);
  font-size: 0.95rem;
}

.mc-inc__qty {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  opacity: 0.35;
  pointer-events: none;
}

.mc-inc.is-on .mc-inc__qty {
  opacity: 1;
  pointer-events: auto;
}

.mc-inc__qty button {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.45rem;
  border: 1px solid var(--mc-line);
  background: #fff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  color: var(--mc-navy);
}

.mc-inc__qty span {
  min-width: 1.2rem;
  text-align: center;
  font-weight: 750;
}

.mc-result {
  text-align: center;
  overflow: hidden;
  color: #fff;
  border: 0;
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(246, 201, 69, 0.22), transparent 55%),
    linear-gradient(145deg, #12324f 0%, #0f5c52 48%, #0f8a72 100%);
  box-shadow: 0 18px 40px rgba(18, 50, 79, 0.22);
}

.mc-result .mc-kicker {
  color: #9ad9c8;
}

.mc-result .mc-title {
  color: #fff;
}

.mc-result .mc-lead {
  color: rgba(216, 245, 238, 0.92);
}

.mc-result .mc-actions,
.mc-result .mc-details,
.mc-result .mc-result__stats {
  text-align: left;
}

.mc-meter {
  --fill: 50;
  position: relative;
  width: min(17rem, 100%);
  margin: 0.4rem auto 0.85rem;
}

.mc-result .mc-meter {
  width: 100%;
  max-width: none;
  margin: 0.55rem 0 0.95rem;
  padding: 1rem 0.75rem 1.05rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.mc-result .mc-meter__svg {
  width: min(17rem, 100%);
  margin: 0 auto;
}

.mc-meter__svg { width: 100%; height: auto; display: block; }
.mc-meter__track { stroke: rgba(18, 50, 79, 0.1); }
.mc-meter__arc {
  stroke-dasharray: 0 100;
  transition: stroke-dasharray 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.mc-meter.is-on .mc-meter__arc { stroke-dasharray: var(--fill) 100; }
.mc-meter__needle {
  transform-origin: 140px 130px;
  transform: rotate(-90deg);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  fill: var(--mc-navy);
}
.mc-meter.is-on .mc-meter__needle { transform: rotate(var(--deg)); }
.mc-meter__score {
  margin-top: -0.35rem;
  font-family: "Plus Jakarta Sans", Figtree, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--mc-navy);
  line-height: 1.1;
}
.mc-meter__band {
  display: inline-flex;
  margin: 0.45rem auto 0.55rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.mc-meter__band.is-low { background: #e7f7f1; color: #15803d; }
.mc-meter__band.is-fair { background: #fff6e5; color: #b7791f; }
.mc-meter__band.is-high { background: #fdece7; color: #c2410c; }

.mc-result__blurb {
  margin: 0 auto 1rem;
  max-width: 24rem;
  color: rgba(216, 245, 238, 0.92);
  line-height: 1.5;
  font-size: 0.95rem;
}

.mc-result__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin: 0 0 1rem;
  text-align: left;
}

.mc-result__stats--key > div {
  padding: 0.9rem 0.85rem;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.mc-result__stats span {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  color: #8a95a5;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.mc-result__stats strong {
  display: block;
  margin-top: 0.3rem;
  font-size: clamp(1rem, 4.2vw, 1.15rem);
  color: var(--mc-navy);
  word-break: break-word;
}

.mc-details {
  display: block;
  text-align: left;
  margin: 0 0 1.25rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.96);
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.mc-details summary {
  list-style: none;
  cursor: pointer;
  padding: 0.9rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mc-navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.mc-details summary::-webkit-details-marker { display: none; }

.mc-details summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--mc-teal);
  line-height: 1;
}

.mc-details[open] summary::after { content: "–"; }

.mc-details .mc-breakdown {
  margin: 0;
  border: 0;
  border-radius: 0;
  border-top: 1px solid rgba(18, 50, 79, 0.08);
  background: #f8fbfa;
}

.mc-breakdown__note { display: none; }

.mc-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  margin-top: 0.15rem;
  width: 100%;
  text-align: left;
}

.mc-actions--report {
  margin-top: 0.5rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.mc-actions__label {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ad9c8;
  text-align: center;
}

.mc-actions .mc-cta {
  margin: 0;
  width: 100%;
  max-width: none;
}

.mc-result .mc-cta--share {
  margin-top: 0;
  background: #f6c945;
  color: #12324f;
  box-shadow: 0 10px 22px rgba(246, 201, 69, 0.28);
}

.mc-result .mc-cta--share:hover {
  background: #ffd45c;
}

.mc-result .mc-cta--wa {
  margin-top: 0;
}

.mc-cta--soft {
  background: #fff;
  color: var(--mc-navy);
  border: 1.5px solid rgba(18, 50, 79, 0.14);
  box-shadow: none;
}

.mc-result .mc-cta--soft {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
}

.mc-cta--soft:hover {
  background: #f8fafc;
}

.mc-result .mc-cta--soft:hover {
  background: rgba(255, 255, 255, 0.16);
}

.mc-cta--invite {
  background: #f6c945;
  color: #12324f;
  box-shadow: 0 10px 22px rgba(246, 201, 69, 0.28);
}

.mc-cta--invite:hover {
  background: #ffd45c;
}

.mc-actions__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 1rem;
  padding-top: 0.25rem;
}

.mc-actions__links a,
.mc-actions__more {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(216, 245, 238, 0.88);
  text-decoration: none;
  padding: 0.35rem 0;
}

.mc-actions__more {
  color: rgba(216, 245, 238, 0.8);
  font-weight: 650;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 0.15rem;
  padding-top: 0.75rem;
}

.mc-actions__links a:hover,
.mc-actions__more:hover {
  color: #fff;
  text-decoration: underline;
}

.mc-invite {
  margin-top: 1.25rem;
  padding: 0.95rem 0.9rem 1.05rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  text-align: left;
  animation: mcInviteIn 0.55s ease both;
}

@keyframes mcInviteIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.mc-invite__visual {
  position: relative;
  margin: 0 0 0.85rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.mc-invite__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.mc-invite__mark {
  position: absolute;
  top: 0.55rem;
  right: 0.65rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f6c945;
  color: #12324f;
  font-family: "Plus Jakarta Sans", Figtree, sans-serif;
  font-weight: 800;
  font-size: 1.45rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  animation: mcPulseQ 1.8s ease-in-out infinite;
}

@keyframes mcPulseQ {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

.mc-invite__kicker {
  margin: 0 0 0.3rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ad9c8;
}

.mc-invite__title {
  margin: 0 0 0.45rem;
  font-family: "Plus Jakarta Sans", Figtree, sans-serif;
  font-size: clamp(1.2rem, 4.6vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #fff;
}

.mc-invite__title em {
  font-style: normal;
  color: #f6c945;
}

.mc-invite__lead {
  margin: 0 0 0.9rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(216, 245, 238, 0.92);
  font-weight: 500;
}

/* Shared forwarded report page */
.mc-page--report .mc-top {
  position: relative;
  margin: 0;
  padding: 0.85rem 0 0.75rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.mc-page--report .mc-shell {
  padding-bottom: 2rem;
}

.mc-page--report .mc-card {
  padding: 1.2rem 1.05rem 1.35rem;
}

.mc-page--report .mc-title {
  font-size: clamp(1.25rem, 5vw, 1.55rem);
}

.mc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.mc-foot p {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mc-muted);
  line-height: 1.35;
  flex: 1;
  min-width: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.mc-foot p.is-swap {
  animation: mcCoach 0.45s ease;
}

@keyframes mcCoach {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

.mc-back {
  border: 0;
  background: transparent;
  color: var(--mc-navy);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  padding: 0.45rem 0.55rem;
}

.mc-back[hidden] { display: none; }

.places-ac { position: relative; z-index: 8; }
.places-ac__list {
  position: absolute;
  left: 0; right: 0;
  top: calc(100% + 0.3rem);
  max-height: 14rem;
  overflow: auto;
  background: #fff;
  border: 1px solid var(--mc-line);
  border-radius: 0.9rem;
  box-shadow: 0 14px 30px rgba(18, 50, 79, 0.14);
  z-index: 20;
}
.places-ac__item {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid rgba(18, 50, 79, 0.06);
  background: #fff;
  padding: 0.7rem 0.85rem;
  font: inherit;
  cursor: pointer;
}
.places-ac__item:hover,
.places-ac__item.is-active { background: rgba(15, 138, 114, 0.08); }
.places-ac__main { display: block; font-weight: 700; color: var(--mc-navy); font-size: 0.9rem; }
.places-ac__secondary { display: block; margin-top: 0.12rem; font-size: 0.75rem; color: var(--mc-muted); }
.places-ac__hint { margin: 0.4rem 0 0; font-size: 0.8rem; color: var(--mc-muted); }
.places-ac__hint--warn { color: #b42318; }

.mc-contact {
  display: grid;
  gap: 0.4rem;
  margin: 1rem 0 1.15rem;
}

.mc-contact__label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--mc-navy);
}

.mc-contact__label em {
  font-style: normal;
  font-weight: 600;
  color: var(--mc-muted);
}

.mc-contact__note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--mc-muted);
}

@media (max-width: 560px) {
  .mc-hook-head { grid-template-columns: 1fr; }
  .mc-hero { margin: 0 0 0.75rem; justify-self: end; }
}
