/* Shared by Next.js search and the generated course/location popups. */
.gps-promo-overlay {
  position: fixed; inset: 0; z-index: 3000; display: none; align-items: center; justify-content: center;
  padding: 18px; background: rgba(3, 9, 6, .76); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.gps-promo-overlay.active { display: flex; }
.gps-promo, .gps-promo * { box-sizing: border-box; }
.gps-promo {
  position: relative; width: 960px; max-width: 100%; max-height: calc(100dvh - 36px); overflow: auto;
  margin: auto; padding: 24px 28px 22px; border: 1px solid #334337; border-radius: 28px;
  background: #09130e; color: #f4f8ed; text-align: left; isolation: isolate;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  box-shadow: 0 40px 120px #0009;
}
.gps-promo:focus { outline: none; }
.gps-promo-header { display: flex; gap: 14px; align-items: center; padding-right: 48px; }
.gps-promo-brand { font-size: 22px; font-weight: 800; letter-spacing: -1px; color: #f4f8ed; }
.gps-promo-badge { display: inline-flex; align-items: center; gap: 7px; color: #d0e8be; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.gps-promo-badge::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #c4ff78; box-shadow: 0 0 12px #b2ff6b9e; }
.gps-promo-dismiss {
  position: absolute; top: 14px; right: 16px; width: 44px; height: 44px; z-index: 10; display: grid; place-items: center;
  border: 1px solid #ffffff19; border-radius: 50%; background: #152219; color: #eaf3e3; font-size: 25px; line-height: 1;
  padding: 0; cursor: pointer; font-family: inherit;
}
.gps-promo-dismiss:hover { background: #263c2a; }
.gps-promo-dismiss svg { display: block; width: 18px; height: 18px; pointer-events: none; }
.gps-promo-layout { display: grid; grid-template-columns: .92fr 1.15fr; gap: 16px; align-items: center; }
.gps-promo-copy { position: relative; z-index: 2; padding: 42px 0 22px 4px; }
.gps-promo h3 { margin: 0 0 20px; font: 580 clamp(38px, 4.8vw, 58px)/1.01 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; letter-spacing: -.055em; color: #f7faef; }
.gps-promo h3 span { display: block; color: #c4ff78; }
.gps-promo p.gps-promo-description { max-width: 310px; margin: 0 0 27px; font-size: 15px; line-height: 1.55; color: #adbca9; }
.gps-promo-button {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 17px 20px;
  border: 1px solid #d8ffb0; border-radius: 12px; color: #15210e; background: #c4ff78; text-decoration: none;
  font-size: 15px; font-weight: 750; line-height: 1.2; box-shadow: 0 4px 28px #b8ff6110; transition: background .18s, transform .18s;
}
.gps-promo-button:hover { background: #d7ff9f; color: #15210e; transform: translateY(-1px); }
.gps-promo-button svg { width: 19px; height: 19px; flex: none; }
.gps-promo a:focus-visible, .gps-promo button:focus-visible { outline: 2px solid #e4ffc0; outline-offset: 4px; }
.gps-promo-helper { margin: 10px 0 0; color: #b7c5b0; font-size: 11px; text-align: center; }
.gps-promo-qr { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.gps-promo-qr img { display: block; width: 76px; height: 76px; border: 6px solid #fff; background: #fff; border-radius: 9px; }
.gps-promo-qr span { color: #92a68c; font-size: 11px; line-height: 1.5; max-width: 110px; }
.gps-promo-fineprint { margin-top: 21px; max-width: 330px; font-size: 10px; line-height: 1.55; color: #8c9e86; }
.gps-promo-visual { position: relative; align-self: stretch; min-width: 0; height: 435px; margin-top: 20px; border-radius: 18px; overflow: hidden; background: radial-gradient(ellipse at 50% 42%, #273e2580, #0b191200 67%); }
.gps-promo-visual::before {
  content: ''; position: absolute; inset: 10% -20% -15%; opacity: .35; pointer-events: none;
  background-image: linear-gradient(#6180581b 1px, transparent 1px), linear-gradient(90deg, #6180581b 1px, transparent 1px);
  background-size: 34px 34px; transform: perspective(420px) rotateX(54deg); mask-image: radial-gradient(ellipse, #000 0%, transparent 70%);
}
.gps-promo-stage { position: absolute; inset: 0 0 65px; }
.gps-promo-stage grassy-gps-scene { display: block; width: 100%; height: 100%; }
.gps-promo-scene-label { position: absolute; top: 8px; left: 10px; z-index: 2; font-size: 9px; line-height: 1.6; letter-spacing: .09em; text-transform: uppercase; color: #b5c9a9; pointer-events: none; }
.gps-promo-scene-label strong { display: block; font-size: 10px; font-weight: 500; color: #718669; letter-spacing: .04em; }
.gps-promo-scene-hint { position: absolute; top: 10px; right: 10px; z-index: 2; font-size: 9px; color: #79906f; pointer-events: none; }
.gps-promo-view-note { position: absolute; bottom: 82px; left: 12px; right: 12px; text-align: center; z-index: 2; font-size: 11px; letter-spacing: .01em; color: #d3e0c9; pointer-events: none; text-shadow: 0 2px 6px #07110b; }
.gps-promo [data-gps-panel] { display: none; }
.gps-promo[data-gps-view='hole'] [data-gps-panel='hole'], .gps-promo[data-gps-view='shot'] [data-gps-panel='shot'], .gps-promo[data-gps-view='green'] [data-gps-panel='green'] { display: block; }
.gps-promo-shot-legend { position: absolute; top: 50px; left: 10px; z-index: 2; align-items: center; gap: 14px; pointer-events: none; color: #adc6b6; font-size: 9px; letter-spacing: .025em; }
.gps-promo[data-gps-view='shot'] .gps-promo-shot-legend { display: flex; }
.gps-promo-shot-legend span { display: inline-flex; align-items: center; gap: 5px; }
.gps-promo-shot-legend span::before { content: ''; width: 12px; height: 2px; border-radius: 4px; background: #bdffb2; box-shadow: 0 0 7px #b5ff9760; }
.gps-promo-shot-legend span + span::before { height: 7px; border: 1px solid #65e8ed; border-radius: 50%; background: #65e8ed18; box-shadow: none; }
.gps-promo-controls { position: absolute; bottom: 25px; left: 5%; right: 5%; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 4px; border: 1px solid #ffffff13; border-radius: 12px; background: #17251a; z-index: 3; }
.gps-promo-controls legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.gps-promo-controls label { position: relative; display: block; cursor: pointer; text-align: center; margin: 0; }
.gps-promo-controls input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.gps-promo-controls span { display: block; padding: 10px 5px; border-radius: 8px; font-size: 11px; line-height: 1; font-weight: 600; color: #a4b19e; transition: color .18s, background .18s; }
.gps-promo-controls input:checked + span { background: #c4ff78; color: #192611; box-shadow: 0 1px 6px #0002; }
.gps-promo-controls input:focus-visible + span { outline: 2px solid #e4ffc0; outline-offset: 3px; }
.gps-promo-credits { position: absolute; bottom: 4px; width: 100%; text-align: center; color: #72826b; font-size: 8px; line-height: 1.4; }
.gps-promo-credits a { color: inherit; text-decoration: none; }
.gps-promo-credits a:hover { text-decoration: underline; }
.gps-promo-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 0 0; margin: 6px 0 0; border-top: 1px solid #ffffff0d; background: transparent; text-align: left; }
.gps-promo-footer small { color: #7c9273; font-size: 9px; letter-spacing: .04em; }
.gps-promo-close { border: 0; padding: 6px 0 6px 12px; background: none; color: #a6b69d; font-family: inherit; font-size: 11px; cursor: pointer; white-space: nowrap; }
@media (max-width: 767px), (max-height: 559px) {
  .gps-promo-overlay { padding: 12px; }
  .gps-promo { max-width: 460px; padding: 17px 19px 12px; max-height: calc(100dvh - 24px); border-radius: 22px; }
  .gps-promo-header { gap: 12px; }
  .gps-promo-brand { font-size: 20px; }
  .gps-promo-badge { font-size: 8px; }
  .gps-promo-dismiss { top: 5px; right: 6px; width: 44px; height: 44px; }
  .gps-promo-layout { display: grid; grid-template-columns: 1fr; gap: 0; }
  .gps-promo-copy { display: contents; }
  .gps-promo h3 { grid-row: 1; font-size: 35px; margin: 21px 0 0; line-height: 1.02; text-align: center; letter-spacing: -.05em; }
  .gps-promo h3 span { display: inline; }
  .gps-promo-visual { grid-row: 2; height: 230px; margin: 6px -7px 0; }
  .gps-promo-stage { inset: -4px -12px 72px; }
  .gps-promo-scene-label { top: 9px; left: 9px; font-size: 8px; }
  .gps-promo-scene-label strong { font-size: 8px; }
  .gps-promo-scene-hint { font-size: 8px; }
  .gps-promo[data-gps-view='shot'] .gps-promo-shot-legend { display: none; }
  .gps-promo-view-note { bottom: 72px; font-size: 10px; }
  .gps-promo-controls { left: 2%; right: 2%; bottom: 22px; }
  .gps-promo-controls span { padding: 10px 3px; }
  .gps-promo-credits { bottom: 4px; font-size: 7px; }
  .gps-promo p.gps-promo-description { grid-row: 3; max-width: none; text-align: center; margin: 8px 0 16px; font-size: 12px; line-height: 1.5; }
  .gps-promo-button { grid-row: 4; padding: 15px 17px; border-radius: 11px; font-size: 14px; }
  .gps-promo-helper { grid-row: 5; font-size: 10px; margin-top: 8px; }
  .gps-promo-qr { display: none; }
  .gps-promo-fineprint { grid-row: 6; max-width: none; text-align: center; font-size: 9px; margin-top: 12px; }
  .gps-promo-footer { padding-top: 6px; margin-top: 10px; }
  .gps-promo-footer small { font-size: 8px; }
  .gps-promo-close { font-size: 10px; }
}
@media (max-width: 767px) and (max-height: 690px) {
  .gps-promo { padding: 14px 16px 10px; }
  .gps-promo h3 { margin-top: 15px; font-size: 29px; }
  .gps-promo-visual { height: 194px; margin-top: 3px; }
  .gps-promo-view-note { display: none !important; }
  .gps-promo-scene-hint { display: none; }
  .gps-promo p.gps-promo-description { margin: 5px 0 12px; font-size: 11px; }
  .gps-promo-fineprint { margin-top: 9px; font-size: 8px; }
  .gps-promo-footer { margin-top: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .gps-promo *, .gps-promo *::before { transition: none !important; animation: none !important; }
}

@media (min-width: 600px) and (max-height: 559px) {
  .gps-promo { max-width: 800px; padding: 12px 22px 9px; }
  .gps-promo-layout { grid-template-columns: 1fr 1fr; gap: 20px; }
  .gps-promo-copy { display: block; padding: 12px 0 0; }
  .gps-promo h3 { font-size: 32px; text-align: left; margin: 0 0 10px; }
  .gps-promo h3 span { display: block; }
  .gps-promo p.gps-promo-description { text-align: left; margin: 0 0 12px; font-size: 11px; }
  .gps-promo-visual { grid-row: auto; height: 226px; margin-top: 0; }
  .gps-promo-button { padding: 12px 14px; font-size: 12px; }
  .gps-promo-fineprint { font-size: 8px; margin-top: 9px; text-align: left; }
  .gps-promo-view-note { display: none; }
  .gps-promo-footer { padding-top: 5px; margin-top: 7px; }
}
