/* RouteReady premium centre pages
   Product-first presentation shared by every centre guide. */

.centreMaster .masterAppShowcaseSection {
  padding: 64px 0 0;
  scroll-margin-top: 88px;
}

.centreMaster .footerGrid .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 0;
  color: var(--text);
  line-height: 1;
}

.centreMaster .footerGrid .brand img {
  display: block;
  flex: 0 0 34px;
}

.centreMaster .footerGrid .brand span {
  display: block;
  white-space: nowrap;
}

/* Keep the standalone navigation preview at the screenshot's native phone ratio. */
.centreMaster .masterDevice {
  flex: 0 0 auto;
  max-width: 100%;
}

.centreMaster .masterDeviceBezel {
  width: 100%;
  aspect-ratio: 520 / 1127;
}

.centreMaster .masterDeviceBezel > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: top center;
}

/* Three real RouteReady screens in correctly proportioned device shells. */
.centreMaster .masterRoutePanel {
  display: none !important;
}

.centreMaster .masterDeviceHero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 590px;
  border: 1px solid var(--master-rule);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(15, 23, 21, .11);
  color: var(--master-ink);
}

[data-theme="dark"] .centreMaster .masterDeviceHero {
  background: #101311;
  box-shadow: 0 28px 68px rgba(0, 0, 0, .38);
}

.centreMaster .masterDeviceHero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' seed='6' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='table' tableValues='0 .025'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)'/%3E%3C/svg%3E");
  opacity: .72;
}

.centreMaster .masterDeviceHero::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 9%;
  right: 9%;
  bottom: 30px;
  height: 48px;
  border-radius: 50%;
  background: rgba(15, 23, 21, .18);
  filter: blur(22px);
  transform: scaleY(.42);
  pointer-events: none;
}

[data-theme="dark"] .centreMaster .masterDeviceHero::after {
  background: rgba(0, 0, 0, .46);
}

.centreMaster .masterDeviceHeroTop {
  position: absolute;
  z-index: 8;
  top: 22px;
  left: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--master-rule);
}

.centreMaster .masterDeviceHeroTop strong {
  color: var(--master-ink);
  font-family: var(--disp);
  font-size: 13px;
  letter-spacing: -.02em;
}

.centreMaster .masterHeroRouteTrace {
  position: absolute;
  z-index: -1;
  inset: 74px 4% 82px;
  width: 92%;
  height: auto;
  overflow: visible;
}

.centreMaster .masterHeroRouteTrace path {
  fill: none;
  stroke: var(--master-accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .42;
  stroke-dasharray: 8 12;
  animation: masterRouteTrace 18s linear infinite;
}

.centreMaster .masterHeroRouteTrace circle {
  fill: #fff;
  stroke: var(--master-accent);
  stroke-width: 2;
}

[data-theme="dark"] .centreMaster .masterHeroRouteTrace circle {
  fill: #101311;
}

.centreMaster .masterHeroPhone {
  --phone-pose: none;
  position: absolute;
  z-index: 3;
  margin: 0;
  opacity: 0;
  transform: var(--phone-pose);
  animation: masterPhoneReveal .72s cubic-bezier(.22, 1, .36, 1) forwards;
}

.centreMaster .masterHeroPhoneList {
  --phone-pose: perspective(1200px) rotateY(14deg) scale(.98);
  left: 2.8%;
  top: 116px;
  width: 186px;
  z-index: 2;
  transform-origin: right center;
  animation-delay: .08s;
}

.centreMaster .masterHeroPhoneNav {
  --phone-pose: translateX(-50%);
  left: 50%;
  top: 68px;
  width: 214px;
  z-index: 5;
  animation-delay: .2s;
}

.centreMaster .masterHeroPhonePreview {
  --phone-pose: perspective(1200px) rotateY(-14deg) scale(.98);
  right: 2.8%;
  top: 116px;
  width: 186px;
  z-index: 3;
  transform-origin: left center;
  animation-delay: .34s;
}

.centreMaster .masterHeroPhoneShell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 520 / 1127;
  padding: 6px;
  border: 1px solid #4b514e;
  border-radius: 38px;
  background: #0a0c0b;
  box-shadow: 0 34px 62px rgba(10, 14, 13, .24), 0 10px 24px rgba(10, 14, 13, .16);
}

.centreMaster .masterHeroPhoneList .masterHeroPhoneShell,
.centreMaster .masterHeroPhonePreview .masterHeroPhoneShell {
  padding: 7px;
  border-color: #737a76;
  border-radius: 42px;
  background: linear-gradient(145deg, #747b77 0%, #292e2b 12%, #090b0a 57%, #3e4541 100%);
}

.centreMaster .masterHeroPhoneList .masterHeroPhoneShell {
  box-shadow: -20px 32px 58px rgba(10, 14, 13, .22), 0 12px 24px rgba(10, 14, 13, .13);
}

.centreMaster .masterHeroPhonePreview .masterHeroPhoneShell {
  box-shadow: 20px 32px 58px rgba(10, 14, 13, .22), 0 12px 24px rgba(10, 14, 13, .13);
}

.centreMaster .masterHeroPhoneNav .masterHeroPhoneShell {
  border-radius: 44px;
  box-shadow: 0 42px 76px rgba(10, 14, 13, .3), 0 14px 28px rgba(10, 14, 13, .18);
}

.centreMaster .masterHeroPhoneShell::before {
  content: '';
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #030504;
  box-shadow: 0 0 0 2px rgba(35, 40, 37, .92);
}

.centreMaster .masterHeroPhoneShell::after {
  content: '';
  position: absolute;
  z-index: 4;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 34px;
  pointer-events: none;
}

.centreMaster .masterHeroPhoneList .masterHeroPhoneShell::after,
.centreMaster .masterHeroPhonePreview .masterHeroPhoneShell::after {
  border-color: rgba(255, 255, 255, .22);
  border-radius: 38px;
}

.centreMaster .masterHeroPhoneNav .masterHeroPhoneShell::after {
  border-radius: 40px;
}

.centreMaster .masterHeroPhoneShell img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 31px;
  object-fit: cover;
  object-position: top center;
  background: #0b0d0c;
}

.centreMaster .masterHeroPhoneList .masterHeroPhoneShell img,
.centreMaster .masterHeroPhonePreview .masterHeroPhoneShell img {
  border-radius: 35px;
}

.centreMaster .masterHeroPhoneNav .masterHeroPhoneShell img {
  border-radius: 37px;
}

.centreMaster .masterHeroPhoneList img {
  filter: saturate(.92) brightness(.98) contrast(1.04);
}

.centreMaster .masterHeroPhonePreview img {
  filter: saturate(1.04) brightness(1.16) contrast(1.03);
}

.centreMaster .masterHeroPhoneButton {
  position: absolute;
  z-index: 5;
  width: 3px;
  border-radius: 3px;
  background: #2e3431;
}

.centreMaster .masterHeroPhoneButtonLeft {
  left: -3px;
  top: 25%;
  height: 52px;
}

.centreMaster .masterHeroPhoneButtonRight {
  right: -3px;
  top: 31%;
  height: 70px;
}

.centreMaster .masterDeviceHeroNote {
  position: absolute;
  z-index: 8;
  left: 24px;
  right: 24px;
  bottom: 12px;
  margin: 0;
  color: var(--master-muted);
  font-size: 8.5px;
  line-height: 1.4;
}

@keyframes masterPhoneReveal {
  from { opacity: 0; transform: var(--phone-pose) translateY(22px) scale(.96); }
  to { opacity: 1; transform: var(--phone-pose); }
}

@keyframes masterRouteTrace {
  to { stroke-dashoffset: -200; }
}

/* Calm, deliberate heading hierarchy. */
.centreMaster .masterHeroCopy h1 {
  font-size: clamp(3.35rem, 4.9vw, 4.55rem);
  line-height: .98;
  letter-spacing: -.048em;
}

.centreMaster .masterSectionHead h2,
.centreMaster .masterTipsIntro h2 {
  max-width: 19ch;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.04;
  letter-spacing: -.038em;
}

.centreMaster .masterTipsIntro h2 {
  max-width: 13ch;
}

.centreMaster .masterTakeawayIntro h2 {
  font-size: clamp(1.9rem, 2.5vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.centreMaster .masterAppStory h2 {
  font-size: clamp(2.15rem, 3.2vw, 3rem);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.centreMaster .masterConversionBand h2 {
  font-size: clamp(2.1rem, 3.1vw, 2.85rem);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.centreMaster .masterFaqSection .masterSectionHead h2,
.centreMaster .masterNearbySection .masterSectionHead h2 {
  font-size: clamp(1.85rem, 2.6vw, 2.35rem);
  letter-spacing: -.032em;
}

.centreMaster .masterLead {
  line-height: 1.72;
}

.centreMaster .eyebrow,
.centreMaster .masterKicker,
.centreMaster .masterMiniLabel {
  letter-spacing: .105em;
}

/* Product-first hero flow. */
.centreMaster .masterHeroGrid {
  column-gap: 42px;
  row-gap: 22px;
  align-items: stretch;
}

.centreMaster .masterHeroCopyTitle {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}

.centreMaster .masterHeroCopyDetails {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
}

.centreMaster .masterDeviceHero {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: stretch;
}

.centreMaster .masterHeroCopyDetails .masterLead {
  margin-top: 0;
}

/* Calm Coach sits within the app story and only plays after a tap. */
.centreMaster .masterCoachPanel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 220px minmax(260px, .78fr) minmax(380px, 1.22fr);
  gap: 32px;
  align-items: center;
  padding: 36px 42px;
  border-top: 1px solid var(--master-rule);
  background: #f5f4f0;
}

[data-theme="dark"] .centreMaster .masterCoachPanel {
  background: #0d110f;
}

.centreMaster .masterCoachVisual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 224px;
  padding: 17px;
  border: 1px solid var(--master-rule);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 21, .06);
}

[data-theme="dark"] .centreMaster .masterCoachVisual {
  background: #111613;
}

.centreMaster .masterCoachPanda {
  width: 178px;
  height: 178px;
  overflow: hidden;
}

.centreMaster .masterCoachPanda svg {
  width: 100% !important;
  height: 100% !important;
}

.centreMaster .masterCoachVisual figcaption {
  margin-top: 2px;
  text-align: center;
  color: var(--master-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

.centreMaster .masterCoachVisual figcaption strong {
  display: block;
  margin-bottom: 2px;
  color: var(--master-ink);
  font-family: var(--disp);
  font-size: 12px;
}

.centreMaster .masterCoachCopy h3 {
  max-width: 12ch;
  margin: 9px 0 0;
  color: var(--master-ink);
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.centreMaster .masterCoachCopy > p {
  max-width: 470px;
  margin: 14px 0 0;
  color: var(--master-muted);
  font-size: 13px;
  line-height: 1.7;
}

.centreMaster .masterCoachPoints {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.centreMaster .masterCoachPoints li {
  position: relative;
  padding-left: 13px;
  color: var(--master-muted);
  font-size: 10.5px;
  font-weight: 700;
}

.centreMaster .masterCoachPoints li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .52em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--master-accent);
}

.centreMaster .masterCoachCta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--master-accent);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.centreMaster .masterCoachSamplesHead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.centreMaster .masterCoachSamplesHead strong {
  color: var(--master-ink);
  font-family: var(--disp);
  font-size: 15px;
}

.centreMaster .masterCoachSamplesHead span {
  color: var(--master-muted);
  font-size: 10.5px;
}

.centreMaster .masterCoachSampleGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.centreMaster .masterCoachSample {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 68px;
  overflow: hidden;
  padding: 12px 13px;
  border: 1px solid var(--master-rule);
  border-radius: 15px;
  background: var(--surface);
  color: var(--master-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .18s, border-color .18s, box-shadow .18s;
}

.centreMaster .masterCoachSample:hover {
  transform: translateY(-2px);
  border-color: rgba(31, 138, 91, .48);
  box-shadow: 0 10px 20px rgba(15, 23, 21, .06);
}

.centreMaster .masterCoachSample:focus-visible {
  outline: 3px solid rgba(31, 138, 91, .24);
  outline-offset: 2px;
}

.centreMaster .masterCoachPlay {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--master-accent);
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.centreMaster .masterCoachSample strong,
.centreMaster .masterCoachSample small {
  display: block;
}

.centreMaster .masterCoachSample strong {
  font-family: var(--disp);
  font-size: 11.5px;
  line-height: 1.25;
}

.centreMaster .masterCoachSample small {
  margin-top: 3px;
  color: var(--master-muted);
  font-size: 9.5px;
  line-height: 1.3;
}

.centreMaster .masterCoachProgressTrack {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--master-rule);
}

.centreMaster .masterCoachProgress {
  display: block;
  width: 0;
  height: 100%;
  background: var(--master-accent);
  transition: width .1s linear;
}

.centreMaster .masterCoachSample[data-playing="true"] {
  border-color: var(--master-accent);
  box-shadow: 0 10px 22px rgba(15, 23, 21, .07);
}

.centreMaster .masterCoachFinePrint {
  margin: 11px 0 0;
  color: var(--master-muted);
  font-size: 9.5px;
  line-height: 1.5;
}

/* Preserve the useful local editorial copy without adding another large heading. */
.centreMaster .masterLocalInsight {
  display: grid;
  grid-template-columns: minmax(190px, .42fr) minmax(0, 1.58fr);
  gap: 30px;
  margin-top: 30px;
  padding: 26px 0 0;
  border-top: 1px solid var(--master-rule);
}

.centreMaster .masterLocalInsight > strong {
  color: var(--master-ink);
  font-family: var(--disp);
  font-size: 15px;
  line-height: 1.4;
}

.centreMaster .masterLocalInsightText {
  columns: 2;
  column-gap: 30px;
}

.centreMaster .masterLocalInsightText p {
  break-inside: avoid;
  margin: 0 0 13px;
  color: var(--master-muted);
  font-size: 12.5px;
  line-height: 1.72;
}

.centreMaster .masterPassCard h2 {
  margin: 8px 0 0;
  color: var(--master-ink);
  font-size: 25px;
  line-height: 1.16;
  letter-spacing: -.03em;
}

.centreMaster .masterPassUnavailable {
  margin-top: 25px;
  padding: 20px;
  border: 1px solid var(--master-rule);
  border-radius: 15px;
  background: var(--master-paper);
}

.centreMaster .masterPassUnavailable strong {
  display: block;
  color: var(--master-ink);
  font-family: var(--disp);
  font-size: 20px;
}

.centreMaster .masterPassUnavailable span {
  display: block;
  margin-top: 6px;
  color: var(--master-muted);
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .centreMaster .masterHeroPhoneList {
    left: 0;
    top: 126px;
    width: 150px;
  }

  .centreMaster .masterHeroPhonePreview {
    right: 0;
    top: 126px;
    width: 154px;
  }

  .centreMaster .masterHeroPhoneNav {
    top: 72px;
    width: 194px;
  }
}

@media (max-width: 980px) {
  .centreMaster .masterHeroGrid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .centreMaster .masterHeroCopyTitle {
    order: 1;
    align-self: auto;
  }

  .centreMaster .masterDeviceHero {
    order: 2;
    align-self: auto;
    width: 100%;
    max-width: 720px;
    min-height: 600px;
    margin-top: 28px;
  }

  .centreMaster .masterHeroCopyDetails {
    order: 3;
    align-self: auto;
    margin-top: 30px;
  }

  .centreMaster .masterHeroPhoneList {
    left: 10%;
    top: 120px;
    width: 188px;
  }

  .centreMaster .masterHeroPhonePreview {
    right: 10%;
    top: 120px;
    width: 188px;
  }

  .centreMaster .masterHeroPhoneNav {
    top: 70px;
    width: 222px;
  }

  .centreMaster .masterCoachPanel {
    grid-template-columns: 210px minmax(0, 1fr);
    padding: 34px;
  }

  .centreMaster .masterCoachSamples {
    grid-column: 1 / -1;
  }

  .centreMaster .masterCoachCopy h3 {
    max-width: 18ch;
  }
}

@media (max-width: 640px) {
  .centreMaster .masterAppShowcaseSection {
    padding: 48px 0 0;
  }

  .centreMaster .masterDeviceHero {
    min-height: 474px;
    margin-top: 24px;
    border-radius: 20px;
  }

  .centreMaster .masterDeviceHeroTop {
    top: 18px;
    right: 18px;
    left: 18px;
  }

  /* All three devices use the same physical scale on phones. */
  .centreMaster .masterHeroPhoneList,
  .centreMaster .masterHeroPhonePreview {
    --phone-pose: translate3d(0, 0, 0);
    top: 84px;
    width: 164px;
    z-index: 2;
    transform-origin: center;
  }

  .centreMaster .masterHeroPhoneList {
    left: 4%;
  }

  .centreMaster .masterHeroPhonePreview {
    right: 4%;
  }

  .centreMaster .masterHeroPhoneNav {
    top: 68px;
    width: 164px;
  }

  .centreMaster .masterHeroPhoneShell {
    padding: 4px;
    border-radius: 28px;
  }

  .centreMaster .masterHeroPhoneNav .masterHeroPhoneShell {
    border-radius: 33px;
  }

  .centreMaster .masterHeroPhoneShell::before {
    top: 8px;
    width: 7px;
    height: 7px;
  }

  .centreMaster .masterHeroPhoneShell::after {
    border-radius: 25px;
  }

  .centreMaster .masterHeroPhoneNav .masterHeroPhoneShell::after {
    border-radius: 30px;
  }

  .centreMaster .masterHeroPhoneShell img,
  .centreMaster .masterHeroPhoneList .masterHeroPhoneShell img,
  .centreMaster .masterHeroPhonePreview .masterHeroPhoneShell img {
    border-radius: 23px;
  }

  .centreMaster .masterHeroPhoneNav .masterHeroPhoneShell img {
    border-radius: 28px;
  }

  .centreMaster .masterDeviceHero::after {
    bottom: 24px;
  }

  .centreMaster .masterDeviceHeroNote {
    right: 18px;
    left: 18px;
  }

  .centreMaster .masterHeroCopyDetails {
    margin-top: 26px;
  }

  .centreMaster .masterHeroCopy h1 {
    font-size: clamp(2.75rem, 11.5vw, 3.05rem);
    line-height: 1;
    letter-spacing: -.04em;
  }

  .centreMaster .masterSectionHead h2,
  .centreMaster .masterTipsIntro h2 {
    font-size: clamp(1.9rem, 8.5vw, 2.15rem);
    line-height: 1.06;
    letter-spacing: -.03em;
  }

  .centreMaster .masterTakeawayIntro h2 {
    font-size: clamp(1.85rem, 8vw, 2.05rem);
  }

  .centreMaster .masterAppStory h2,
  .centreMaster .masterConversionBand h2 {
    font-size: clamp(2rem, 8.7vw, 2.25rem);
    line-height: 1.06;
    letter-spacing: -.032em;
  }

  .centreMaster .masterFaqSection .masterSectionHead h2,
  .centreMaster .masterNearbySection .masterSectionHead h2 {
    font-size: clamp(1.8rem, 7.8vw, 2rem);
  }

  .centreMaster .masterCoachPanel {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 25px;
  }

  .centreMaster .masterCoachVisual {
    min-height: 210px;
  }

  .centreMaster .masterCoachPanda {
    width: 164px;
    height: 164px;
  }

  .centreMaster .masterCoachCopy h3 {
    font-size: 1.8rem;
  }

  .centreMaster .masterCoachSampleGrid {
    grid-template-columns: 1fr;
  }

  .centreMaster .masterCoachSamples {
    grid-column: auto;
  }

  .centreMaster .masterCoachSamplesHead {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .centreMaster .masterLocalInsight {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .centreMaster .masterLocalInsightText {
    columns: 1;
  }
}

@media (max-width: 390px) {
  .centreMaster .masterDeviceHero {
    min-height: 442px;
  }

  .centreMaster .masterHeroPhoneList,
  .centreMaster .masterHeroPhonePreview,
  .centreMaster .masterHeroPhoneNav {
    width: 146px;
  }

  .centreMaster .masterHeroPhoneList,
  .centreMaster .masterHeroPhonePreview {
    top: 84px;
  }

  .centreMaster .masterHeroPhoneList {
    left: -16px;
  }

  .centreMaster .masterHeroPhonePreview {
    right: -16px;
  }

  .centreMaster .masterHeroPhoneNav {
    top: 70px;
  }
}

/* Keep the full product hero inside a common 1366 × 768 laptop viewport. */
@media (min-width: 981px) {
  .centreMaster .routeHero {
    padding: 30px 0 40px;
  }

  .centreMaster .breadcrumbs {
    margin-bottom: 18px;
  }

  .centreMaster .masterHeroGrid {
    column-gap: 34px;
    row-gap: 16px;
  }

  .centreMaster .masterHeroCopy h1 {
    margin-top: 13px;
    font-size: clamp(2.85rem, 3.9vw, 3.65rem);
    line-height: .99;
    letter-spacing: -.046em;
  }

  .centreMaster .masterLead {
    font-size: 15px;
    line-height: 1.62;
  }

  .centreMaster .masterRouteProvenance {
    margin-top: 16px;
    padding: 10px 0;
  }

  .centreMaster .masterHeroMetrics {
    margin-top: 18px;
  }

  .centreMaster .masterHeroMetrics li {
    padding-bottom: 13px;
  }

  .centreMaster .masterHeroActions {
    margin-top: 22px;
  }

  .centreMaster .masterHeroNote {
    margin-top: 14px;
    font-size: 11px;
    line-height: 1.5;
  }

  .centreMaster .masterDeviceHero {
    min-height: 530px;
  }

  .centreMaster .masterDeviceHeroTop {
    top: 18px;
  }

  .centreMaster .masterHeroRouteTrace {
    inset: 62px 4% 66px;
  }

  .centreMaster .masterDeviceHeroNote {
    bottom: 10px;
  }
}

@media (min-width: 1181px) {
  .centreMaster .masterHeroPhoneList,
  .centreMaster .masterHeroPhonePreview {
    top: 96px;
    width: 168px;
  }

  .centreMaster .masterHeroPhoneNav {
    top: 58px;
    width: 194px;
  }
}

/* Preserve the full accessible CTA label while using a shorter mobile treatment. */
@media (max-width: 480px) {
  .centreMaster .topNav .btnPrimary {
    min-width: 0;
    padding-right: 13px;
    padding-left: 13px;
    white-space: nowrap;
    font-size: 0;
  }

  .centreMaster .topNav .btnPrimary::after {
    content: 'Try free';
    font-size: 12px;
    line-height: 1.2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .centreMaster .masterHeroPhone {
    opacity: 1;
    animation: none;
  }

  .centreMaster .masterHeroRouteTrace path {
    animation: none;
  }
}
