.certificate-map-page {
  min-height: 75vh;
  padding: clamp(48px, 6vw, 110px) clamp(24px, 4vw, 72px);
  color: #111;
  background:
    linear-gradient(rgba(0,0,0,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px),
    #f7f7f7;
  background-size: 48px 48px;
}
.certificate-map-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .75fr);
  gap: clamp(32px, 6vw, 110px);
  align-items: end;
  max-width: 1900px;
  margin: 0 auto clamp(36px, 5vw, 74px);
}
.certificate-map-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #666;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.certificate-map-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 5.7vw, 7.4rem);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.certificate-map-hero h1 strong {
  color: #ffe100;
  font-weight: 700;
  text-shadow: 0 0 9px rgba(255,225,0,.72), 0 0 25px rgba(255,225,0,.35);
}
.certificate-map-intro {
  display: grid;
  gap: 24px;
  align-self: end;
}
.certificate-map-intro p {
  margin: 0;
  color: #666;
  font-size: clamp(1rem, 1.22vw, 1.35rem);
  line-height: 1.7;
}
.certificate-map-primary-cta,
.certificate-map-side-cta a,
.certificate-map-quote a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #002785;
  background: linear-gradient(115deg, #ffe736, #ffcf00);
  box-shadow: 0 0 18px rgba(255,225,0,.42);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.certificate-map-primary-cta {
  width: min(100%, 520px);
  padding: 21px 24px;
}
.certificate-map-primary-cta:hover,
.certificate-map-primary-cta:focus-visible,
.certificate-map-side-cta a:hover,
.certificate-map-side-cta a:focus-visible,
.certificate-map-quote a:hover,
.certificate-map-quote a:focus-visible {
  transform: translateY(-2px);
  background: #ffe100;
  box-shadow: 0 0 12px rgba(255,225,0,.8), 0 0 34px rgba(255,225,0,.5);
}
.certificate-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  max-width: 1900px;
  min-height: 620px;
  margin: 0 auto;
  border: 1px solid #252525;
  background: #0c0c0c;
  box-shadow: 0 28px 80px rgba(0,0,0,.16);
}
.certificate-map-stage {
  position: relative;
  min-height: 620px;
}
#certificate-map {
  width: 100%;
  height: 100%;
  min-height: 620px;
  background: #171717;
}
.certificate-map-loading {
  position: absolute;
  z-index: 900;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 18px;
  color: #111;
  background: #ffe100;
  box-shadow: 0 0 20px rgba(255,225,0,.5);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.certificate-map-loading[hidden] { display: none; }
.certificate-map-summary {
  padding: clamp(30px, 3vw, 55px);
  color: #fff;
  border-left: 1px solid #333;
  background: linear-gradient(150deg, #1e1e1e, #080808);
}
.certificate-map-summary > span {
  color: #999;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.certificate-map-summary > strong {
  display: block;
  margin: 22px 0 8px;
  color: #ffe100;
  font-size: clamp(4rem, 6vw, 7.2rem);
  font-weight: 500;
  line-height: .75;
  letter-spacing: -.07em;
  text-shadow: 0 0 22px rgba(255,225,0,.48);
}
.certificate-map-summary h2 {
  margin: 22px 0 18px;
  font-size: 1.25rem;
  line-height: 1.05;
  text-transform: uppercase;
}
.certificate-map-summary p {
  color: #aaa;
  font-size: .83rem;
  line-height: 1.65;
}
.certificate-city-list {
  margin-top: 28px;
  border-top: 1px solid #333;
}
.certificate-city-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #292929;
  color: #ccc;
  font-size: .78rem;
}
.certificate-city-list b { color: #ffe100; font-size: 1rem; }
.certificate-map-side-cta {
  margin-top: 30px;
  padding-top: 27px;
  border-top: 1px solid #ffe100;
}
.certificate-map-side-cta > span {
  color: #ffe100;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.certificate-map-side-cta h3 {
  margin: 12px 0 10px;
  color: #fff;
  font-size: clamp(1.25rem, 1.55vw, 1.65rem);
  font-weight: 500;
  line-height: 1.08;
}
.certificate-map-side-cta p {
  margin: 0 0 20px;
}
.certificate-map-side-cta a {
  padding: 17px 18px;
  font-size: .72rem;
}
.certificate-marker {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #0a0a0a;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 6px;
  transform: rotate(-45deg);
  background: #ffe100;
  box-shadow: 0 0 8px #ffe100, 0 0 24px rgba(255,225,0,.8);
}
.certificate-marker b {
  transform: rotate(45deg);
  font-size: 1rem;
}
.certificate-map-popup strong { font-size: 1rem; }
.certificate-map-popup span { color: #555; }
.certificate-map-empty {
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(55px, 8vw, 130px);
  color: #fff;
  background: linear-gradient(145deg, #222, #080808);
}
.certificate-map-empty span { color: #ffe100; letter-spacing: .15em; text-transform: uppercase; }
.certificate-map-empty h2 { max-width: 900px; font-size: clamp(2rem, 4vw, 5rem); font-weight: 400; }
.certificate-map-quote {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr);
  gap: clamp(40px, 7vw, 120px);
  align-items: end;
  max-width: 1900px;
  margin: clamp(28px, 4vw, 56px) auto 0;
  padding: clamp(38px, 5vw, 78px);
  color: #fff;
  border: 1px solid #2d2d2d;
  background:
    radial-gradient(circle at 72% 50%, rgba(255,225,0,.09), transparent 30%),
    linear-gradient(135deg, #1c1c1c, #070707);
  box-shadow: 0 28px 80px rgba(0,0,0,.16);
}
.certificate-map-quote > div:first-child > span {
  color: #ffe100;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.certificate-map-quote h2 {
  margin: 18px 0 0;
  font-size: clamp(2.4rem, 4.6vw, 6rem);
  font-weight: 400;
  line-height: .93;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.certificate-map-quote h2 strong {
  color: #ffe100;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(255,225,0,.7), 0 0 28px rgba(255,225,0,.34);
}
.certificate-map-quote p {
  margin: 0 0 25px;
  color: #b7b7b7;
  font-size: clamp(.95rem, 1.15vw, 1.18rem);
  line-height: 1.7;
}
.certificate-map-quote a {
  padding: 20px 22px;
  font-size: .82rem;
}
@media (max-width: 1050px) {
  .certificate-map-hero, .certificate-map-layout { grid-template-columns: 1fr; }
  .certificate-map-summary { border-top: 1px solid #333; border-left: 0; }
  .certificate-map-quote { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .certificate-map-page { padding-inline: 16px; }
  .certificate-map-stage, #certificate-map { min-height: 500px; }
}
