/* ====================================================================
   SCAREVISION · MRCGP[INT] LANDING PAGE · Studio OS
   Styles for the MRCGP[INT] international landing page.
   Loads alongside home-page.css (which provides the shared .sca-feat,
   .sca-eyebrow, .sca-userapp, .sca-tools, .sca-how, .sca-why,
   .sca-faq, .sca-final and .sca-free chrome).
   ==================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap');


/* ====================================================================
   01 · HERO  (mission-control · interactive D3 globe)
   ==================================================================== */
.sca-mint-hero {
  --mh-bg-1: #04081A;
  --mh-bg-2: #06112B;
  --mh-bg-3: #050B1F;
  --mh-ink: #F1F6FF;
  --mh-ink-soft: rgba(220, 232, 250, 0.75);
  --mh-ink-mute: rgba(180, 205, 240, 0.6);
  --mh-blue: #6FB6FF;
  --mh-cyan: #4DD9FF;
  --mh-display: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  --mh-serif-it: 'Instrument Serif', Georgia, serif;
  --mh-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;

  position: relative;
  overflow: hidden;
  padding: clamp(60px, 7vw, 110px) clamp(24px, 5vw, 72px) clamp(56px, 6vw, 100px);
  color: var(--mh-ink);
  background:
    radial-gradient(1200px 700px at 70% 30%, rgba(30, 80, 220, 0.32), transparent 60%),
    radial-gradient(800px 600px at 10% 20%, rgba(99, 102, 241, 0.20), transparent 60%),
    radial-gradient(900px 700px at 80% 90%, rgba(6, 182, 212, 0.16), transparent 60%),
    linear-gradient(180deg, var(--mh-bg-1) 0%, var(--mh-bg-2) 60%, var(--mh-bg-3) 100%);
}
.sca-mint-hero::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(120, 180, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 180, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, #000, transparent 90%);
          mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, #000, transparent 90%);
}
.sca-mint-hero-inner { position: relative; max-width: 1200px; margin: 0 auto; }

.sca-mint-hero-meta {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--mh-mono);
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--mh-ink-mute);
}
.sca-mint-hero-meta .sep { width: 1px; height: 12px; background: rgba(180, 205, 240, 0.3); }
.sca-mint-hero-meta .live { color: var(--mh-blue); display: inline-flex; align-items: center; gap: 7px; }
.sca-mint-hero-meta .live .d {
  width: 6px; height: 6px; border-radius: 50%; background: var(--mh-blue);
  box-shadow: 0 0 0 4px rgba(111, 182, 255, 0.18);
  animation: mh-pulse 2s ease-in-out infinite;
}
@keyframes mh-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(111, 182, 255, 0.18); }
  50%      { box-shadow: 0 0 0 7px rgba(111, 182, 255, 0.04); }
}

.sca-mint-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 28px;
  font-family: var(--mh-mono);
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 600;
  color: rgba(150, 200, 255, 0.78);
}
.sca-mint-kicker::before { content: ''; width: 22px; height: 1px; background: currentColor; opacity: 0.6; }

.sca-mint-hero h1 {
  font-family: var(--mh-display);
  font-size: clamp(46px, 7vw, 96px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.96;
  color: var(--mh-ink);
  margin: 22px 0 0 !important;
}
.sca-mint-hero h1 .it { font-family: var(--mh-serif-it); font-style: italic; color: var(--mh-blue); font-weight: 400; }
.sca-mint-hero h1 .cy { color: var(--mh-cyan); }

.sca-mint-hero-lede {
  font-family: var(--mh-display);
  font-size: 16.5px; line-height: 1.6;
  color: var(--mh-ink-soft);
  max-width: 540px;
  margin-top: 24px !important;
}

.sca-mint-hero-ctas { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.sca-mint-hero-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 22px; border-radius: 999px;
  font-family: var(--mh-display); font-size: 14px; font-weight: 500;
  letter-spacing: -0.005em;
  text-decoration: none; cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
  white-space: nowrap;
  border: 1px solid transparent;
}
.sca-mint-hero-btn:hover { transform: translateY(-1px); }
.sca-mint-hero-btn--primary {
  background: #1957F0; color: #fff;
  box-shadow: 0 10px 26px -10px rgba(25, 87, 240, 0.55);
}
.sca-mint-hero-btn--primary:hover { box-shadow: 0 14px 32px -10px rgba(25, 87, 240, 0.7); color: #fff; }
.sca-mint-hero-btn--ghost {
  background: rgba(255, 255, 255, 0.06); color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
}
.sca-mint-hero-btn--ghost:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }

.sca-mint-hero-stats {
  margin-top: 56px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(120, 180, 255, 0.12);
  border-top: 1px solid rgba(120, 180, 255, 0.12);
  border-bottom: 1px solid rgba(120, 180, 255, 0.12);
}
.sca-mint-hero-stat { padding: 16px; background: rgba(6, 13, 32, 0.9); }
.sca-mint-hero-stat .v {
  font-family: var(--mh-display);
  font-size: 30px; letter-spacing: -0.025em; line-height: 1;
  color: var(--mh-ink); font-weight: 400;
}
.sca-mint-hero-stat .v .plus { font-family: var(--mh-mono); font-size: 0.6em; color: var(--mh-blue); vertical-align: 6px; margin-left: 1px; }
.sca-mint-hero-stat .l {
  font-family: var(--mh-mono);
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--mh-ink-mute);
  margin-top: 7px;
}

.sca-mint-hero-grid {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: 48px; align-items: center;
  margin-top: 24px;
}

/* ===== Globe column ===== */
.sca-mint-hero-globe-cell {
  position: relative; min-height: 540px;
  display: flex; align-items: center; justify-content: center;
}
.sca-mint-globe-wrap { position: relative; width: 100%; max-width: 540px; margin: 0 auto; }

/* Circular mask clipped to closest-side. With farthest-corner (the default
   for `circle at center`), the gradient only fully fades at the corners of
   the SVG bounding box — at the edge midpoints the mask is still ~0.82
   opaque, so the back-glow blur bleeds in a soft square halo against the
   container edges. `closest-side` anchors 100% at the edge midpoint, so the
   halo fades cleanly to transparent AT the box edge and the corners stay
   transparent (they're past 100%). No square bleed possible. */
.sca-mint-globe-wrap svg {
  width: 100%; height: auto; display: block;
  cursor: grab; touch-action: none;
  -webkit-mask-image: radial-gradient(circle closest-side at center,
    #000 70%,
    rgba(0,0,0,0.92) 82%,
    rgba(0,0,0,0.55) 92%,
    rgba(0,0,0,0.18) 97%,
    transparent 100%);
          mask-image: radial-gradient(circle closest-side at center,
    #000 70%,
    rgba(0,0,0,0.92) 82%,
    rgba(0,0,0,0.55) 92%,
    rgba(0,0,0,0.18) 97%,
    transparent 100%);
}
.sca-mint-globe-wrap svg.dragging { cursor: grabbing; }

.sca-mint-globe-readouts { position: absolute; inset: 0; pointer-events: none; font-family: var(--mh-mono); }
.sca-mint-globe-readouts .ro {
  position: absolute;
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(140, 190, 240, 0.7);
  display: inline-flex; align-items: center; gap: 8px;
}
.sca-mint-globe-readouts .ro.tl { top: 6px; left: 6px; }
.sca-mint-globe-readouts .ro.tr { top: 6px; right: 6px; }
.sca-mint-globe-readouts .ro.br { bottom: 6px; right: 6px; color: rgba(140, 190, 240, 0.45); }
.sca-mint-globe-readouts .ro .live-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--mh-cyan);
  box-shadow: 0 0 0 3px rgba(77, 200, 255, 0.18);
  animation: mh-pulse 2s ease-in-out infinite;
}
.sca-mint-globe-readouts .ro .dim { opacity: 0.4; margin: 0 4px; }

/* Loading state */
.sca-mint-globe-fallback {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: rgba(150, 200, 255, 0.4);
  font-family: var(--mh-mono); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; pointer-events: none;
}

/* Responsive */
@media (max-width: 1100px) {
  .sca-mint-hero-grid { grid-template-columns: 1fr; }
  .sca-mint-hero-globe-cell { min-height: 440px; }
  .sca-mint-hero-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .sca-mint-hero { padding-top: 40px; }
  .sca-mint-hero-globe-cell { min-height: 360px; }
  .sca-mint-hero-stat .v { font-size: 24px; }
  .sca-mint-hero-stat { padding: 12px; }
}

/* Defeat any inherited .sca-home overrides on margin */
.sca-home .sca-mint-hero h1,
.sca-home .sca-mint-hero p,
.sca-home .sca-mint-hero h3 { margin: 0; }
.sca-home .sca-mint-hero .sca-mint-hero-lede { margin-top: 24px; }


/* ====================================================================
   03 · WHAT IS THE MRCGP[INT]?
   Editorial header (heading + summary side-by-side), at-a-glance
   stats strip, and three explanatory cards (one amber-tinted to flag
   the "what it isn't" caveat). Amber tone reused from the page's
   existing training-linked badge palette so it stays on brand.
   ==================================================================== */
.sca-mint-explainer { padding-top: clamp(72px, 9vw, 110px); padding-bottom: clamp(72px, 9vw, 110px); }
.sca-mint-explainer-inner { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* Two-column header */
.sca-mint-explainer-head {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px;
  align-items: end;
  margin-bottom: 48px;
}
.sca-mint-explainer-head-left .sca-eyebrow {
  display: block;
  margin-bottom: 16px;
}
.sca-mint-explainer-head h2 {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.0;
  color: var(--navy);
  margin: 0 !important;
}
.sca-mint-explainer-hl { letter-spacing: -0.04em; }
.sca-mint-explainer-head-right {
  padding-bottom: 6px;
}
.sca-mint-explainer-head-right p {
  font-size: 17px; line-height: 1.55;
  color: rgba(37, 53, 81, 0.72);
  margin: 0 !important;
}
.sca-mint-explainer-head-right p strong {
  color: var(--navy); font-weight: 650;
}

/* At-a-glance stats strip */
.sca-mint-explainer-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0 0 48px;
  padding: 24px 0;
  border-top: 1px solid rgba(214, 221, 233, 0.9);
  border-bottom: 1px solid rgba(214, 221, 233, 0.9);
}
.sca-mint-explainer-stats > div {
  padding: 0 24px;
  border-left: 1px solid rgba(214, 221, 233, 0.55);
}
.sca-mint-explainer-stats > div:first-child {
  border-left: none;
  padding-left: 0;
}
.sca-mint-explainer-stats dt {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(37, 53, 81, 0.55);
  font-weight: 600;
  margin-bottom: 10px;
}
.sca-mint-explainer-stats dd {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 650;
  color: var(--navy);
  letter-spacing: -0.01em;
  margin: 0;
}
.sca-mint-explainer-stats dd.warn { color: #b45309; }

/* Three explanatory cards */
.sca-mint-explainer-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.sca-mint-explainer-card {
  padding: 26px 26px 28px;
  border-radius: 16px;
  background: rgba(125, 168, 240, 0.07);
  border: 1px solid rgba(214, 221, 233, 0.9);
  display: flex; flex-direction: column;
}
.sca-mint-explainer-card.warn {
  background: rgba(251, 191, 36, 0.08);
  border-color: rgba(251, 191, 36, 0.32);
}
.sca-mint-explainer-card-num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 16px;
}
.sca-mint-explainer-card.warn .sca-mint-explainer-card-num { color: #b45309; }
.sca-mint-explainer-card h3 {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(18px, 1.7vw, 21px);
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--navy);
  margin: 0 0 14px !important;
}
.sca-mint-explainer-card p {
  font-size: 14.5px; line-height: 1.55;
  color: rgba(37, 53, 81, 0.72);
  margin: 0 !important;
}

/* Responsive */
@media (max-width: 900px) {
  .sca-mint-explainer-head { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .sca-mint-explainer-head-right { padding-bottom: 0; }
  .sca-mint-explainer-stats { grid-template-columns: repeat(2, 1fr); gap: 18px 0; padding: 22px 0; }
  .sca-mint-explainer-stats > div { padding: 0 18px; }
  .sca-mint-explainer-stats > div:nth-child(3) { border-left: none; padding-left: 0; }
  .sca-mint-explainer-cards { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 560px) {
  .sca-mint-explainer-stats { grid-template-columns: 1fr; gap: 18px; padding: 20px 0; }
  .sca-mint-explainer-stats > div { border-left: none; padding: 0; }
}


/* ====================================================================
   04 · WHERE THE MRCGP[INT] IS OFFERED
   ==================================================================== */
.sca-mint-where {
  padding-top: clamp(72px, 9vw, 110px); padding-bottom: clamp(72px, 9vw, 110px);
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(15,30,70,1) 0%, rgba(8,14,32,1) 70%),
    #050818;
  overflow: hidden;
}
.sca-mint-where-inner { max-width: 1180px; margin: 0 auto; padding: 0 20px; position: relative; }
.sca-mint-where h2 { color: #fff; }
.sca-mint-where .sca-feat-body { color: rgba(214, 221, 233, 0.78); max-width: 820px; }

/* ===== Mission-control wrapper ===== */
.sca-mint-where-mission { margin-top: 36px; position: relative; }

/* Hide radio inputs (state-only). They sit inside the mission wrapper
   so when a hotspot label is clicked, focus stays near the map and the
   browser doesn't auto-scroll the page to the top. Section 05 reaches
   them via :has() on .sca-home (further down in this file). */
.sca-mint-where-mission > input[type="radio"] {
  position: absolute; opacity: 0; pointer-events: none; width: 1px; height: 1px;
}

/* ===== Status bar ===== */
.sca-mint-where-statusbar {
  display: flex; align-items: center; gap: 14px;
  padding: 10px 16px;
  border: 1px solid rgba(95, 182, 255, 0.18);
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, rgba(95,182,255,0.06), rgba(10,18,48,0.4));
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(214,221,233,0.72);
}
.sca-mint-where-statusbar .live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 4px rgba(74,222,128,0.18), 0 0 12px rgba(74,222,128,0.7);
  animation: mint-pulse-dot 1.6s ease-in-out infinite;
}
.sca-mint-where-statusbar .coord { margin-left: auto; color: #7DA8F0; }
.sca-mint-where-statusbar .sep { color: rgba(214,221,233,0.25); }
@keyframes mint-pulse-dot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(74,222,128,0.18), 0 0 12px rgba(74,222,128,0.6); }
  50%      { box-shadow: 0 0 0 8px rgba(74,222,128,0.04), 0 0 18px rgba(74,222,128,0.85); }
}

/* ===== Stage: map + detail panel ===== */
/* Grid default align-items: stretch makes both columns the same height.
   The map column will now grow to match whichever region's detail panel
   is tallest. */
.sca-mint-where-stage {
  display: grid; grid-template-columns: 1.45fr 1fr; gap: 0;
  border: 1px solid rgba(95, 182, 255, 0.18);
  border-top: none;
  border-radius: 0 0 16px 16px;
  background: rgba(10, 18, 48, 0.55);
  overflow: hidden;
}

/* ===== Map column =====
   No aspect-ratio: the column stretches to match the detail panel via
   the parent grid's default align-items: stretch. The SVG below uses
   preserveAspectRatio="xMidYMid slice" to fill this box, cropping the
   left/right of the world as needed (the map is zoomed in; the visible
   area always covers EMEA + South Asia where every hotspot lives). */
.sca-mint-where-mapwrap {
  position: relative;
  border-right: 1px solid rgba(95, 182, 255, 0.10);
  min-height: 360px;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(20, 50, 110, 0.85) 0%, rgba(6, 12, 30, 1) 75%);
  overflow: hidden;
}
/* Halo glow behind the silhouettes */
.sca-mint-where-glow {
  position: absolute; inset: -5%;
  background:
    radial-gradient(ellipse 50% 45% at 55% 50%, rgba(95, 182, 255, 0.55) 0%, transparent 60%),
    radial-gradient(ellipse 35% 35% at 62% 48%, rgba(125, 168, 240, 0.4) 0%, transparent 65%);
  filter: blur(28px);
  pointer-events: none;
  animation: mint-halo-breathe 7s ease-in-out infinite;
}
@keyframes mint-halo-breathe {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50%      { opacity: 1; transform: scale(1.04); }
}

/* Subtle dot-grid overlay (mission-control vibe) */
.sca-mint-where-mapwrap::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(95, 182, 255, 0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at center, #000 30%, transparent 80%);
          mask-image: radial-gradient(ellipse 70% 60% at center, #000 30%, transparent 80%);
  z-index: 2;
}
/* Lat/lon crosshair sweep line */
.sca-mint-where-mapwrap::after {
  content: ''; position: absolute; top: 0; bottom: 0; left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(95,182,255,0.18), transparent);
  pointer-events: none;
  z-index: 2;
}

/* SVG world map */
.sca-mint-where-map {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 3;
}
.sca-mint-where-map .continents path {
  fill: #050818;
  stroke: rgba(95, 182, 255, 0.55);
  stroke-width: 0.8;
  filter: drop-shadow(0 0 4px rgba(95, 182, 255, 0.55)) drop-shadow(0 0 10px rgba(95, 182, 255, 0.25));
}

/* ===== Hotspots ===== */
/* Hotspots are HTML <label>s positioned absolutely. Their left/top are
   set in JS to track the SVG's slice-rendered land at runtime — they
   can't be hard-coded as % because slice scales the SVG larger than
   the container and offsets it. */
.sca-mint-where-hotspot {
  position: absolute;
  width: 14px; height: 14px;
  margin: -7px 0 0 -7px;
  padding: 0; border: 0; background: transparent;
  cursor: pointer;
  z-index: 6;
  display: block;
}
.sca-mint-where-hotspot::before {
  content: ''; position: absolute; inset: -14px;
  border-radius: 50%;
  border: 1px solid rgba(95, 182, 255, 0.55);
  animation: mint-hotspot-ring 2.2s ease-out infinite;
}
.sca-mint-where-hotspot::after {
  content: ''; position: absolute; inset: 3px;
  border-radius: 50%;
  background: #7DA8F0;
  box-shadow: 0 0 0 3px rgba(125, 168, 240, 0.25), 0 0 12px rgba(95, 182, 255, 0.85);
  transition: box-shadow 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
@keyframes mint-hotspot-ring {
  0%   { transform: scale(0.6); opacity: 0.9; }
  100% { transform: scale(2.2); opacity: 0; }
}
.sca-mint-where-hotspot:hover::after {
  background: #B8D2F7;
  box-shadow: 0 0 0 4px rgba(184, 210, 247, 0.32), 0 0 18px rgba(95, 182, 255, 1);
  transform: scale(1.1);
}
.sca-mint-where-hotspot .lbl {
  position: absolute; left: 50%; bottom: calc(100% + 12px);
  transform: translateX(-50%);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: #fff; white-space: nowrap;
  padding: 4px 9px; border-radius: 4px;
  background: rgba(10, 18, 48, 0.85);
  border: 1px solid rgba(95, 182, 255, 0.32);
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s ease;
}
.sca-mint-where-hotspot:hover .lbl,
.sca-mint-where-hotspot:focus-visible .lbl { opacity: 1; }

/* ===== Detail panel ===== */
.sca-mint-where-detail {
  padding: 26px 26px 28px;
  background: linear-gradient(180deg, rgba(20, 35, 75, 0.45) 0%, rgba(10, 18, 48, 0.6) 100%);
  display: flex; flex-direction: column;
  position: relative;
}
.sca-mint-where-detail::before {
  content: ''; position: absolute; left: 0; top: 26px; bottom: 26px; width: 2px;
  background: linear-gradient(180deg, transparent, rgba(95,182,255,0.65), transparent);
}
.sca-mint-where-detail-card { display: none; }
.sca-mint-where-detail-eyebrow {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #7DA8F0; margin-bottom: 8px;
  display: flex; align-items: center; gap: 8px;
}
.sca-mint-where-detail-eyebrow .pip { width: 5px; height: 5px; border-radius: 50%; background: #5FB6FF; box-shadow: 0 0 8px #5FB6FF; }
.sca-mint-where-detail-title {
  color: #fff; font-size: clamp(24px, 2.4vw, 30px); font-weight: 650;
  letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 6px !important;
}
.sca-mint-where-detail-coord {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11.5px; color: rgba(214,221,233,0.55);
  margin-bottom: 14px;
}
.sca-mint-where-detail-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px; border-radius: 100px;
  font-size: 11px; font-weight: 650; letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 18px;
}
.sca-mint-where-detail-badge.open {
  background: rgba(74, 222, 128, 0.10); color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.22);
}
.sca-mint-where-detail-badge.training {
  background: rgba(251, 191, 36, 0.10); color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.22);
}
.sca-mint-where-detail-rows { display: flex; flex-direction: column; gap: 0; margin-bottom: 16px; }
.sca-mint-where-detail-row {
  display: flex; gap: 12px; padding: 10px 0;
  border-top: 1px solid rgba(95, 182, 255, 0.10);
  color: rgba(214,221,233,0.85); font-size: 13.5px; line-height: 1.55;
}
.sca-mint-where-detail-row:first-child { border-top: none; }
.sca-mint-where-detail-row i {
  flex-shrink: 0; width: 24px; color: #7DA8F0; font-size: 12px;
  margin-top: 3px; opacity: 0.8;
}
.sca-mint-where-detail-row strong {
  display: block; color: #fff; font-weight: 600; margin-bottom: 1px;
  font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase;
  color: rgba(214,221,233,0.55);
}
.sca-mint-where-detail-desc {
  margin-top: auto !important;
  padding-top: 16px;
  border-top: 1px solid rgba(95, 182, 255, 0.10);
  font-size: 13.5px; color: rgba(214,221,233,0.72); line-height: 1.6;
}

/* ===== Region quick-tabs (bottom of map) ===== */
.sca-mint-where-tabs {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 18px;
}
.sca-mint-where-tab {
  flex: 1 1 auto;
  padding: 10px 14px;
  border: 1px solid rgba(95, 182, 255, 0.18);
  background: rgba(10, 18, 48, 0.5);
  color: rgba(214,221,233,0.72);
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px; font-weight: 600;
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.sca-mint-where-tab .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.06em;
  color: rgba(214,221,233,0.4);
}
.sca-mint-where-tab:hover {
  border-color: rgba(95, 182, 255, 0.45);
  color: #fff;
  background: rgba(20, 35, 75, 0.6);
}

/* ===== Active-region styling (CSS-only via :checked) =====
   Radios are siblings of .sca-mint-where-stage and .sca-mint-where-tabs
   inside .sca-mint-where-mission, so ~ reaches both directly. */
#mint-cyprus:checked    ~ .sca-mint-where-stage .sca-mint-where-detail-card[data-region="cyprus"],
#mint-dubai:checked     ~ .sca-mint-where-stage .sca-mint-where-detail-card[data-region="dubai"],
#mint-kosovo:checked    ~ .sca-mint-where-stage .sca-mint-where-detail-card[data-region="kosovo"],
#mint-kuwait:checked    ~ .sca-mint-where-stage .sca-mint-where-detail-card[data-region="kuwait"],
#mint-malta:checked     ~ .sca-mint-where-stage .sca-mint-where-detail-card[data-region="malta"],
#mint-southasia:checked ~ .sca-mint-where-stage .sca-mint-where-detail-card[data-region="southasia"] {
  display: flex; flex-direction: column; flex: 1;
  animation: mint-card-in 0.35s ease-out;
}
@keyframes mint-card-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

#mint-cyprus:checked    ~ .sca-mint-where-stage .sca-mint-where-hotspot[data-region="cyprus"]::after,
#mint-dubai:checked     ~ .sca-mint-where-stage .sca-mint-where-hotspot[data-region="dubai"]::after,
#mint-kosovo:checked    ~ .sca-mint-where-stage .sca-mint-where-hotspot[data-region="kosovo"]::after,
#mint-kuwait:checked    ~ .sca-mint-where-stage .sca-mint-where-hotspot[data-region="kuwait"]::after,
#mint-malta:checked     ~ .sca-mint-where-stage .sca-mint-where-hotspot[data-region="malta"]::after,
#mint-southasia:checked ~ .sca-mint-where-stage .sca-mint-where-hotspot[data-region="southasia"]::after {
  background: #FFFFFF;
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.18),
    0 0 16px rgba(184, 210, 247, 1),
    0 0 32px rgba(95, 182, 255, 0.8);
  transform: scale(1.15);
}
#mint-cyprus:checked    ~ .sca-mint-where-stage .sca-mint-where-hotspot[data-region="cyprus"]::before,
#mint-dubai:checked     ~ .sca-mint-where-stage .sca-mint-where-hotspot[data-region="dubai"]::before,
#mint-kosovo:checked    ~ .sca-mint-where-stage .sca-mint-where-hotspot[data-region="kosovo"]::before,
#mint-kuwait:checked    ~ .sca-mint-where-stage .sca-mint-where-hotspot[data-region="kuwait"]::before,
#mint-malta:checked     ~ .sca-mint-where-stage .sca-mint-where-hotspot[data-region="malta"]::before,
#mint-southasia:checked ~ .sca-mint-where-stage .sca-mint-where-hotspot[data-region="southasia"]::before {
  border-color: rgba(184, 210, 247, 0.85);
  animation-duration: 1.5s;
}

#mint-cyprus:checked    ~ .sca-mint-where-tabs .sca-mint-where-tab[data-region="cyprus"],
#mint-dubai:checked     ~ .sca-mint-where-tabs .sca-mint-where-tab[data-region="dubai"],
#mint-kosovo:checked    ~ .sca-mint-where-tabs .sca-mint-where-tab[data-region="kosovo"],
#mint-kuwait:checked    ~ .sca-mint-where-tabs .sca-mint-where-tab[data-region="kuwait"],
#mint-malta:checked     ~ .sca-mint-where-tabs .sca-mint-where-tab[data-region="malta"],
#mint-southasia:checked ~ .sca-mint-where-tabs .sca-mint-where-tab[data-region="southasia"] {
  border-color: rgba(95, 182, 255, 0.7);
  background: linear-gradient(180deg, rgba(95, 182, 255, 0.18), rgba(20, 35, 75, 0.5));
  color: #fff;
  box-shadow: 0 0 0 1px rgba(95, 182, 255, 0.3), 0 8px 22px -10px rgba(95, 182, 255, 0.45);
}

.sca-mint-where-note { margin-top: 26px; font-size: 13.5px; color: rgba(214,221,233,0.62); border-top: 1px solid rgba(255,255,255,0.07); padding-top: 18px; max-width: 760px; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .sca-mint-where-stage { grid-template-columns: 1fr; }
  .sca-mint-where-mapwrap { border-right: none; border-bottom: 1px solid rgba(95, 182, 255, 0.10); aspect-ratio: 2 / 1; min-height: 0; }
}
@media (max-width: 560px) {
  .sca-mint-where-hotspot .lbl { display: none; }
  .sca-mint-where-statusbar { font-size: 10px; letter-spacing: 0.10em; gap: 8px; padding: 8px 12px; }
  .sca-mint-where-statusbar .coord { display: none; }
  .sca-mint-where-detail { padding: 20px 18px 22px; }
  .sca-mint-where-tab { flex: 1 1 calc(50% - 4px); justify-content: center; }
}


/* ====================================================================
   04b · COUNTRY DOSSIER (inside .sca-mint-where-mission)
   The full exam breakdown for whichever region is :checked, styled as
   a continuation of the mission-control map above. Was previously a
   separate light-theme section 05 — merged into section 04 so clicking
   a country flows naturally to its dossier instead of jumping the
   user into a visually-disjoint white block.
   ==================================================================== */
.sca-mint-where-dossier {
  margin-top: 24px;
  padding: 28px 28px 24px;
  border: 1px solid rgba(95, 182, 255, 0.18);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20, 35, 75, 0.55) 0%, rgba(10, 18, 48, 0.65) 100%);
  position: relative;
}
/* Soft accent line at the top — visual "input port" continuing from
   the tabs row above. */
.sca-mint-where-dossier::before {
  content: ''; position: absolute; left: 24px; right: 24px; top: 0; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(95,182,255,0.6) 30%, rgba(95,182,255,0.6) 70%, transparent);
}

.sca-mint-where-dossier .sca-mint-format-region { display: none; }
#mint-cyprus:checked    ~ .sca-mint-where-dossier .sca-mint-format-region[data-region="cyprus"],
#mint-dubai:checked     ~ .sca-mint-where-dossier .sca-mint-format-region[data-region="dubai"],
#mint-kosovo:checked    ~ .sca-mint-where-dossier .sca-mint-format-region[data-region="kosovo"],
#mint-kuwait:checked    ~ .sca-mint-where-dossier .sca-mint-format-region[data-region="kuwait"],
#mint-malta:checked     ~ .sca-mint-where-dossier .sca-mint-format-region[data-region="malta"],
#mint-southasia:checked ~ .sca-mint-where-dossier .sca-mint-format-region[data-region="southasia"] {
  display: block;
  animation: mint-dossier-in 0.35s ease-out;
}
@keyframes mint-dossier-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Region header: route badge + title + lede — dark theme. */
.sca-mint-where-dossier .sca-mint-format-region-head {
  margin: 0 0 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(95, 182, 255, 0.10);
  max-width: 820px;
}
.sca-mint-where-dossier .sca-mint-format-region-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(140, 190, 240, 0.6);
  margin-bottom: 10px;
}
.sca-mint-where-dossier .sca-mint-format-region-eyebrow .pip {
  width: 6px; height: 6px; border-radius: 50%; background: #5FB6FF; box-shadow: 0 0 8px #5FB6FF;
}
.sca-mint-where-dossier .sca-mint-format-region-eyebrow .sep { color: rgba(140, 190, 240, 0.3); }
.sca-mint-where-dossier .sca-mint-format-region-eyebrow .route {
  display: inline-flex; align-items: center;
  padding: 3px 9px; border-radius: 100px;
  font-weight: 700; letter-spacing: 0.08em;
}
.sca-mint-where-dossier .sca-mint-format-region-eyebrow .route.open {
  background: rgba(74, 222, 128, 0.10); color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.25);
}
.sca-mint-where-dossier .sca-mint-format-region-eyebrow .route.training {
  background: rgba(251, 191, 36, 0.10); color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.30);
}
.sca-mint-where-dossier .sca-mint-format-region-title {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 650; letter-spacing: -0.025em; line-height: 1.15;
  color: #fff;
  margin: 4px 0 12px !important;
}
.sca-mint-where-dossier .sca-mint-format-region-lede {
  font-size: 15px; line-height: 1.6;
  color: rgba(214, 221, 233, 0.78);
}
.sca-mint-where-dossier .sca-mint-format-region-lede strong { color: #fff; font-weight: 600; }

/* Component grid — dark cards. */
.sca-mint-where-dossier .sca-mint-format-components {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
  margin: 0 0 18px;
}
.sca-mint-where-dossier .sca-mint-format-card {
  padding: 18px 20px; border-radius: 12px;
  background: rgba(20, 35, 75, 0.5);
  border: 1px solid rgba(95, 182, 255, 0.12);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.sca-mint-where-dossier .sca-mint-format-card:hover {
  border-color: rgba(95, 182, 255, 0.28);
  background: rgba(20, 35, 75, 0.7);
}
.sca-mint-where-dossier .sca-mint-format-card-tag {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-weight: 600; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: #7DA8F0;
  background: rgba(95, 182, 255, 0.12);
  border: 1px solid rgba(95, 182, 255, 0.20);
  padding: 3px 9px; border-radius: 100px;
  margin-bottom: 10px;
}
.sca-mint-where-dossier .sca-mint-format-card-title {
  font-weight: 650; color: #fff;
  margin-bottom: 6px;
  font-size: 15px; letter-spacing: -0.01em;
}
.sca-mint-where-dossier .sca-mint-format-card-desc {
  color: rgba(214, 221, 233, 0.75);
  font-size: 13.5px; line-height: 1.55;
}
.sca-mint-where-dossier .sca-mint-format-card-desc strong { color: rgba(255, 255, 255, 0.95); }

/* Meta strip — sittings / fees / entitlement, dark theme. */
.sca-mint-where-dossier .sca-mint-format-region-meta {
  margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-radius: 12px;
  background: rgba(10, 18, 48, 0.5);
  border: 1px solid rgba(95, 182, 255, 0.12);
  overflow: hidden;
}
.sca-mint-where-dossier .sca-mint-format-region-meta > div {
  padding: 14px 18px;
  border-left: 1px solid rgba(95, 182, 255, 0.10);
  display: flex; flex-direction: column; gap: 5px;
}
.sca-mint-where-dossier .sca-mint-format-region-meta > div:first-child { border-left: none; }
.sca-mint-where-dossier .sca-mint-format-region-meta .label {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(140, 190, 240, 0.6);
  font-weight: 600;
}
.sca-mint-where-dossier .sca-mint-format-region-meta .value {
  font-size: 13px; line-height: 1.5;
  color: rgba(214, 221, 233, 0.82);
}

@media (max-width: 820px) {
  .sca-mint-where-dossier .sca-mint-format-region-meta { grid-template-columns: 1fr; }
  .sca-mint-where-dossier .sca-mint-format-region-meta > div {
    border-left: none; border-top: 1px solid rgba(95, 182, 255, 0.10);
  }
  .sca-mint-where-dossier .sca-mint-format-region-meta > div:first-child { border-top: none; }
}
@media (max-width: 700px) {
  .sca-mint-where-dossier { padding: 22px 18px 18px; }
  .sca-mint-where-dossier .sca-mint-format-components { grid-template-columns: 1fr; }
  .sca-mint-where-dossier .sca-mint-format-region-eyebrow { gap: 6px; }
}


/* ====================================================================
   06 · MRCGP[INT] vs MRCGP UK (comparison table)
   Soft tinted background so 05, 06 and 07 don't blend into one wall of
   white. Higher specificity than .sca-feat-light so we override it
   regardless of stylesheet load order.
   ==================================================================== */
.sca-feat-light.sca-mint-compare {
  background:
    radial-gradient(ellipse 70% 60% at 50% 0%, rgba(125, 168, 240, 0.10) 0%, transparent 60%),
    linear-gradient(180deg, #EEF2F8 0%, #E6ECF5 100%);
  border-top: 1px solid rgba(125, 168, 240, 0.18);
  border-bottom: 1px solid rgba(125, 168, 240, 0.18);
}
.sca-mint-compare { padding-top: clamp(72px, 9vw, 110px); padding-bottom: clamp(72px, 9vw, 110px); }
.sca-mint-compare-inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.sca-mint-compare-table { margin-top: 28px; border: 1px solid rgba(214, 221, 233, 0.9); border-radius: 16px; overflow: hidden; background: rgba(255, 255, 255, 0.85); box-shadow: 0 12px 30px -18px rgba(37, 53, 81, 0.18); }
.sca-mint-compare-table table { width: 100%; border-collapse: collapse; font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif; color: #253551; font-size: 14.5px; }
.sca-mint-compare-table thead th { text-align: left; padding: 16px 20px; background: rgba(37, 99, 235, 0.04); font-weight: 650; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(37, 53, 81, 0.78); border-bottom: 1px solid rgba(214, 221, 233, 0.9); }
.sca-mint-compare-table thead th:first-child { width: 22%; }
.sca-mint-compare-table tbody td { padding: 14px 20px; border-bottom: 1px solid rgba(214, 221, 233, 0.55); vertical-align: top; }
.sca-mint-compare-table tbody tr:last-child td { border-bottom: none; }
.sca-mint-compare-table tbody td:first-child { font-weight: 600; color: #253551; background: rgba(255, 255, 255, 0.55); }
.sca-mint-compare-table tbody td:nth-child(2), .sca-mint-compare-table tbody td:nth-child(3) { color: rgba(37, 53, 81, 0.78); }
@media (max-width: 700px) {
  .sca-mint-compare-table table { font-size: 12.5px; }
  .sca-mint-compare-table thead th, .sca-mint-compare-table tbody td { padding: 10px 12px; }
}


/* ====================================================================
   07 · WHY USE US?  (cyan-accented dark pitch)
   Centred mega-heading + three reason cards + dual CTA. Replaces the
   earlier bridge-diagram section. Uses the same dark mission-control
   palette as section 04 with cyan accents (--mh-cyan #4DD9FF style)
   for the gradient text and reason numerals.
   ==================================================================== */
.sca-mint-pitch {
  --mp-cyan:       #4DD9FF;
  --mp-cyan-soft:  #7CE3FF;
  --mp-cyan-deep:  #06B6D4;
  padding-top: clamp(80px, 9vw, 110px);
  padding-bottom: clamp(80px, 9vw, 110px);
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(77, 217, 255, 0.16) 0%, transparent 50%),
    radial-gradient(ellipse 80% 50% at 10% 100%, rgba(125, 168, 240, 0.12) 0%, transparent 60%),
    linear-gradient(180deg, #06112B 0%, #050818 100%);
  position: relative;
  overflow: hidden;
}
.sca-mint-pitch-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* === Hero === */
.sca-mint-pitch-hero {
  text-align: center;
  margin-bottom: 72px;
}
.sca-mint-pitch-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px 7px 10px;
  background: rgba(77, 217, 255, 0.08);
  border: 1px solid rgba(77, 217, 255, 0.3);
  border-radius: 999px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--mp-cyan-soft);
  margin-bottom: 32px;
}
.sca-mint-pitch-badge .pulse {
  width: 8px; height: 8px;
  background: var(--mp-cyan-deep);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(77, 217, 255, 0.8);
  animation: sca-pitch-pulse 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes sca-pitch-pulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.45; }
}

.sca-mint-pitch-mega {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(68px, 14vw, 168px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.045em;
  margin: 0 0 28px !important;
  background: linear-gradient(135deg,
    #ffffff 0%,
    var(--sky-soft, #B8D2F7) 35%,
    var(--mp-cyan-soft) 75%,
    var(--mp-cyan-deep) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}
.sca-mint-pitch-answer {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  max-width: 820px;
  margin: 0 auto !important;
  font-weight: 400;
}
.sca-mint-pitch-answer strong { color: #fff; font-weight: 700; }
.sca-mint-pitch-answer .hl { color: var(--mp-cyan-soft); font-weight: 700; }

/* === Reasons grid === */
.sca-mint-pitch-reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
.sca-mint-pitch-reason {
  position: relative;
  padding: 34px 30px 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.sca-mint-pitch-reason::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(135deg, rgba(77, 217, 255, 0.08) 0%, transparent 55%);
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.sca-mint-pitch-reason:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 227, 255, 0.4);
}
.sca-mint-pitch-reason:hover::before { opacity: 1; }

.sca-mint-pitch-reason-num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: clamp(48px, 5vw, 64px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
  position: relative;
  background: linear-gradient(135deg, var(--mp-cyan-soft) 0%, rgba(6, 182, 212, 0.2) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}
.sca-mint-pitch-reason h3 {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.022em;
  color: #fff;
  margin: 0 0 14px !important;
  position: relative;
}
.sca-mint-pitch-reason h3 .hl { color: var(--mp-cyan-soft); }
.sca-mint-pitch-reason p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 !important;
  position: relative;
}
.sca-mint-pitch-reason p strong { color: #fff; font-weight: 600; }

/* === CTA === */
.sca-mint-pitch-cta { text-align: center; padding-top: 8px; }
.sca-mint-pitch-cta-row {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.sca-mint-pitch-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 30px;
  background: linear-gradient(135deg, var(--sky-electric, #5B9DFF) 0%, var(--mp-cyan-deep) 100%);
  color: #06112B;
  border: none;
  border-radius: 12px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 0 40px rgba(77, 217, 255, 0.32), 0 10px 30px -10px rgba(77, 217, 255, 0.5);
  cursor: pointer;
}
.sca-mint-pitch-cta-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #7CB7FF 0%, #22D3EE 100%);
  box-shadow: 0 0 60px rgba(77, 217, 255, 0.5), 0 14px 40px -10px rgba(77, 217, 255, 0.6);
  color: #06112B;
}
.sca-mint-pitch-cta-primary .arrow { transition: transform 0.25s ease; }
.sca-mint-pitch-cta-primary:hover .arrow { transform: translateX(4px); }

.sca-mint-pitch-cta-secondary {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 15px; font-weight: 600;
  padding: 14px 18px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.sca-mint-pitch-cta-secondary:hover {
  color: var(--mp-cyan-soft);
  border-bottom-color: var(--mp-cyan-soft);
}
.sca-mint-pitch-cta-note {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  margin: 0 !important;
}
.sca-mint-pitch-cta-note .sep { margin: 0 10px; color: rgba(255, 255, 255, 0.25); }
.sca-mint-pitch-cta-note .free { color: var(--mp-cyan-soft); }

/* Responsive */
@media (max-width: 1024px) {
  .sca-mint-pitch-reasons { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 700px) {
  .sca-mint-pitch-hero { margin-bottom: 56px; }
  .sca-mint-pitch-reason { padding: 26px 22px 24px; }
  .sca-mint-pitch-cta-primary {
    padding: 16px 24px;
    font-size: 15px;
    width: 100%;
    justify-content: center;
  }
  .sca-mint-pitch-cta-row { gap: 12px; }
}


/* ====================================================================
   22 · PRICING (Standard vs Premium)
   ==================================================================== */
.sca-compare-wrap { max-width: 1000px; margin: 0 auto; padding: clamp(80px, 10vw, 130px) 20px 60px; color: #253551; }
.sca-compare-header { text-align: center; margin-bottom: 48px; }
.sca-compare-eyebrow { display: inline-block; font-weight: 600; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate); margin-bottom: 14px; }
.sca-compare-header h1 { font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif; font-size: clamp(34px, 5.2vw, 54px); font-weight: 600; letter-spacing: -0.035em; line-height: 1.05; margin: 14px 0 16px; color: var(--navy); }
.sca-compare-header h1 .sca-hl { color: var(--sky); }
.sca-compare-header p { margin: 0; color: rgba(37, 53, 81, 0.62); }
.sca-compare-products { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 0; }
.sca-compare-product { text-align: center; padding: 36px 24px 32px; border-radius: 24px 24px 0 0; background: rgba(255, 255, 255, 0.72); border: 1px solid rgba(214, 221, 233, 0.9); border-bottom: none; position: relative; overflow: hidden; }
.sca-compare-product::before { content: ""; position: absolute; inset: -80px; pointer-events: none; opacity: 0; }
.sca-compare-product--standard::before { background: radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.06) 0%, transparent 60%); opacity: 1; }
.sca-compare-product--premium { background: linear-gradient(180deg, rgba(37, 53, 81, 0.98), rgba(37, 53, 81, 0.90)); border-color: rgba(184, 114, 45, 0.25); box-shadow: 0 18px 50px rgba(37, 53, 81, 0.18), 0 12px 36px rgba(37, 99, 235, 0.16); }
.sca-compare-product--premium::before { background: radial-gradient(circle at 70% 10%, rgba(79, 124, 255, 0.14) 0%, transparent 55%); opacity: 1; }
.sca-compare-product-icon { width: 52px; height: 52px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1.2rem; }
.sca-compare-product--standard .sca-compare-product-icon { background: rgba(37, 99, 235, 0.08); border: 1px solid rgba(37, 99, 235, 0.14); color: #2563eb; }
.sca-compare-product--premium .sca-compare-product-icon { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.12); color: #c8813a; }
.sca-compare-product h3 { margin: 0 0 6px; }
.sca-compare-product--premium h3 { color: rgba(255, 255, 255, 0.95); }
.sca-compare-product .sca-compare-product-price { font-weight: 700; font-size: clamp(30px, 3.6vw, 42px); letter-spacing: -0.025em; line-height: 1.05; margin-top: 8px; }
.sca-compare-product--standard .sca-compare-product-price { color: #253551; }
.sca-compare-product--premium .sca-compare-product-price { color: #fff; }
.sca-compare-product .sca-compare-product-per { font-size: 13px; font-weight: 500; letter-spacing: 0; margin-left: 4px; vertical-align: 4px; opacity: 0.7; }
.sca-compare-product .sca-compare-product-desc { margin: 12px auto 0; max-width: 320px; }
.sca-compare-product--standard .sca-compare-product-desc { color: rgba(37, 53, 81, 0.58); }
.sca-compare-product--premium .sca-compare-product-desc { color: rgba(214, 221, 233, 0.65); }
.sca-compare-table { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.sca-compare-row { display: contents; }
.sca-compare-cell { padding: 18px 24px; border-left: 1px solid rgba(214, 221, 233, 0.9); border-right: 1px solid rgba(214, 221, 233, 0.9); background: rgba(255, 255, 255, 0.50); display: flex; align-items: flex-start; gap: 14px; min-height: 62px; border-bottom: 1px solid rgba(214, 221, 233, 0.45); }
.sca-compare-row:nth-child(even) .sca-compare-cell { background: rgba(255, 255, 255, 0.28); }
.sca-compare-row:first-child .sca-compare-cell { border-top: none; }
.sca-compare-row:last-child .sca-compare-cell { border-bottom: 1px solid rgba(214, 221, 233, 0.9); }
.sca-compare-cell--premium { background: rgba(37, 53, 81, 0.03); border-left-color: rgba(184, 114, 45, 0.25); border-right-color: rgba(184, 114, 45, 0.25); }
.sca-compare-row:nth-child(even) .sca-compare-cell--premium { background: rgba(37, 53, 81, 0.06); }
.sca-compare-row:last-child .sca-compare-cell--premium { border-bottom-color: rgba(184, 114, 45, 0.25); }
.sca-compare-cell i.sca-compare-check { flex-shrink: 0; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 0.7rem; margin-top: 1px; }
.sca-compare-cell--standard i.sca-compare-check { background: rgba(37, 99, 235, 0.10); color: #2563eb; }
.sca-compare-cell--premium i.sca-compare-check { background: rgba(184, 114, 45, 0.12); color: #c8813a; }
.sca-compare-cell .sca-compare-text { color: rgba(37, 53, 81, 0.78); }
.sca-compare-cell .sca-compare-text strong { color: #253551; font-weight: 650; }
.sca-compare-cell--standard .sca-compare-dash { flex-shrink: 0; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(214, 221, 233, 0.4); color: rgba(37, 53, 81, 0.25); font-size: 0.75rem; margin-top: 1px; }
.sca-compare-text--muted { color: rgba(37, 53, 81, 0.38) !important; }
.sca-compare-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 0; }
.sca-compare-cta { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 24px; font-weight: 700; text-decoration: none; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; border: 1px solid; border-radius: 0 0 24px 24px !important; border-top: none !important; }
.sca-compare-cta:hover { transform: translateY(-1px); }
.sca-compare-footer a.sca-compare-cta--standard,
.sca-compare-footer a.sca-compare-cta--standard:link,
.sca-compare-footer a.sca-compare-cta--standard:visited { background: rgba(37, 99, 235, 0.06); border-color: rgba(214, 221, 233, 0.9); color: #2563eb; }
.sca-compare-footer a.sca-compare-cta--standard:hover { background: rgba(37, 99, 235, 0.10); box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12); color: #2563eb; }
.sca-compare-footer a.sca-compare-cta--premium,
.sca-compare-footer a.sca-compare-cta--premium:link,
.sca-compare-footer a.sca-compare-cta--premium:visited,
.sca-compare-footer a.sca-compare-cta--premium:hover { background: linear-gradient(180deg, rgba(37, 53, 81, 0.94), rgba(37, 53, 81, 0.98)); border-color: rgba(184, 114, 45, 0.25); color: #fff; box-shadow: 0 8px 24px rgba(37, 99, 235, 0.14); }
.sca-compare-cta--premium:hover { box-shadow: 0 12px 32px rgba(37, 99, 235, 0.22); }
.sca-compare-cta i { font-size: 0.8rem; }
.sca-compare-bestfor { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-weight: 600; padding: 6px 14px; border-radius: 100px; }
.sca-compare-product--standard .sca-compare-bestfor { background: rgba(37, 99, 235, 0.06); color: rgba(37, 53, 81, 0.55); border: 1px solid rgba(37, 99, 235, 0.10); }
.sca-compare-product--premium .sca-compare-bestfor { background: rgba(255, 255, 255, 0.06); color: rgba(214, 221, 233, 0.65); border: 1px solid rgba(255, 255, 255, 0.10); }
.sca-compare-ai-notice { display: flex; align-items: flex-start; gap: 14px; margin-top: 28px; padding: 20px 24px; border-radius: 16px; background: linear-gradient(135deg, rgba(37, 53, 81, 0.04) 0%, rgba(125, 98, 255, 0.04) 100%); border: 1px solid rgba(214, 221, 233, 0.65); }
.sca-compare-ai-notice-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: rgba(125, 98, 255, 0.08); border: 1px solid rgba(125, 98, 255, 0.12); color: #7c3aed; font-size: 0.9rem; }
.sca-compare-ai-notice-text { color: rgba(37, 53, 81, 0.68); }
.sca-compare-ai-notice-text strong { color: #253551; font-weight: 650; }
.sca-compare-ai-notice-text a { color: #2563eb; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(37, 99, 235, 0.25); transition: border-color 0.15s ease; }
.sca-compare-ai-notice-text a:hover { border-bottom-color: #2563eb; }
.sca-compare-row:last-child .sca-compare-cell:first-child { border-radius: 0 !important; }
.sca-compare-row:last-child .sca-compare-cell:last-child { border-radius: 0 !important; }
.sca-compare-cell .sca-compare-link { text-decoration: none; border-bottom: 1px solid rgba(91, 33, 182, 0.35); transition: border-color 0.15s ease; }
.sca-compare-cell .sca-compare-link strong { color: #5b21b6; }
.sca-compare-cell .sca-compare-link:hover { border-bottom-color: #5b21b6; }
@media (max-width: 700px) {
  .sca-compare-wrap { padding: clamp(64px, 14vw, 100px) 16px 40px; width: 100%; box-sizing: border-box; margin-left: auto; margin-right: auto; }
  .sca-compare-products { gap: 10px; }
  .sca-compare-product { padding: 24px 12px 20px; }
  .sca-compare-product-icon { width: 40px; height: 40px; border-radius: 12px; margin: 0 auto 10px; font-size: 1rem; }
  .sca-compare-product .sca-compare-product-desc { display: none; }
  .sca-compare-table { gap: 0 10px; }
  .sca-compare-cell { padding: 12px 10px; gap: 8px; min-height: 48px; }
  .sca-compare-cell i.sca-compare-check { width: 18px; height: 18px; font-size: 0.55rem; }
  .sca-compare-cell--standard .sca-compare-dash { width: 18px; height: 18px; font-size: 0.6rem; }
  .sca-compare-cell .sca-compare-text { font-size: 0.8rem; line-height: 1.4; }
  .sca-compare-cell .sca-compare-text strong { display: block; }
  .sca-compare-footer { gap: 10px; }
  .sca-compare-cta { padding: 12px 10px; font-size: 0.8rem; }
  .sca-compare-cta i { display: none; }
  .sca-compare-bestfor { font-size: 0.72rem; padding: 4px 10px; }
  .sca-compare-ai-notice { flex-direction: column; gap: 10px; padding: 14px 14px; }
  .sca-compare-ai-notice-text { font-size: 0.82rem; }
}
