/* ==========================================================================
   Map-first landing page
   Loaded after the legacy landing styles so this feature can evolve in one
   place without changing the authenticated TeamEndurance application.
   ========================================================================== */

.te-landing-document {
  font-size: 16px;
}

.te-landing-page {
  --map-ink: #10242c;
  --map-muted: #5c6e74;
  --map-line: #dce8e8;
  --map-surface: #ffffff;
  --map-soft: #f3f8f7;
  --map-mint: #37dbdb;
  --map-mint-dark: #087d82;
  --map-lime: #c8f35a;
  background: #ffffff;
  color: var(--map-ink);
}

.te-landing-page .landing-main {
  overflow: clip;
}

.te-landing-page .landing-header {
  border-bottom: 1px solid rgba(16, 36, 44, 0.08);
  box-shadow: 0 8px 28px rgba(16, 36, 44, 0.04);
}

.te-landing-page .landing-launch {
  box-shadow: 0 9px 24px rgba(15, 160, 164, 0.18);
}

.te-landing-page .landing-nav a,
.te-landing-page .landing-login,
.te-landing-page .landing-launch {
  font-size: 0.94rem;
}

/* Map first view ---------------------------------------------------------- */

.te-landing-page .te-club-finder.te-map-first {
  position: relative;
  min-height: calc(100svh - 76px);
  padding: clamp(1rem, 2vw, 1.5rem) 0 clamp(2.4rem, 5vw, 4.5rem);
  background:
    radial-gradient(circle at 88% 8%, rgba(55, 219, 219, 0.16), transparent 28rem),
    radial-gradient(circle at 7% 60%, rgba(200, 243, 90, 0.11), transparent 24rem),
    linear-gradient(180deg, #f8fbfb 0%, #eff7f6 100%);
}

.te-landing-page .te-club-finder.te-map-first::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(16, 36, 44, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 36, 44, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.te-landing-page .te-club-finder.te-map-first .te-club-finder-layer {
  position: relative;
  z-index: 1;
  display: block;
  width: min(1560px, calc(100% - clamp(32px, 5vw, 80px)));
  max-width: none;
}

.te-map-first-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
  margin-bottom: 1.4rem;
}

.te-landing-page .te-map-first-head .te-club-finder-copy {
  max-width: 860px;
}

.te-landing-page .te-map-first-head .te-kicker {
  margin: 0 0 0.55rem;
  color: var(--map-mint-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.te-landing-page .te-map-first-head h1 {
  max-width: none;
  margin: 0;
  color: var(--map-ink);
  font-weight: 830;
  letter-spacing: -0.045em;
  line-height: 1;
}

.te-landing-page .te-map-first-head h1 .te-map-title-primary,
.te-landing-page .te-map-first-head h1 .te-map-title-secondary {
  display: block;
}

.te-landing-page .te-map-first-head h1 .te-map-title-primary {
  font-size: clamp(3rem, 4vw, 4rem);
}

.te-landing-page .te-map-first-head h1 .te-map-title-secondary {
  margin-top: 0.28rem;
  color: #128f93;
  font-size: clamp(1.75rem, 2.55vw, 2.55rem);
  font-weight: 760;
  letter-spacing: -0.035em;
}

.te-landing-page .te-map-first-head .te-club-finder-lead {
  max-width: 800px;
  margin: 0.85rem 0 0;
  color: var(--map-muted);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.58;
}

.te-map-first-head-actions {
  display: flex;
  flex-direction: row;
  gap: 0.9rem;
  align-items: center;
  min-width: 0;
}

.te-landing-page .te-map-first-head-actions .te-club-finder-count {
  display: grid;
  min-width: 0;
  padding: 0.68rem 0.9rem;
  border: 1px solid rgba(16, 36, 44, 0.09);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 24px rgba(16, 36, 44, 0.05);
  gap: 0.16rem;
  text-align: left;
}

.te-landing-page .te-map-first-head-actions .te-club-finder-count strong {
  color: var(--map-ink);
  font-size: 1.25rem;
  line-height: 1;
}

.te-landing-page .te-map-first-head-actions .te-club-finder-count span {
  color: var(--map-muted);
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0;
  text-transform: none;
}

.te-landing-page .te-map-first-head-actions .te-button {
  min-height: 54px;
  padding-inline: 1.3rem;
  font-size: 0.94rem;
  white-space: nowrap;
}

/* Search bar -------------------------------------------------------------- */

.te-landing-page .te-club-search-panel.te-club-filterbar {
  position: relative;
  inset: auto;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 0.9fr) minmax(0, 0.9fr) auto;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  max-height: none;
  gap: 0.85rem;
  min-height: 0;
  margin: 0;
  overflow: visible;
  padding: 0.9rem;
  border: 1px solid rgba(16, 36, 44, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(16, 36, 44, 0.07);
  backdrop-filter: blur(18px);
}

.te-club-filter-field {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.te-landing-page .te-club-filterbar label {
  display: block;
  margin: 0 0 0.36rem 0.2rem;
  color: #52676d;
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.065em;
  line-height: 1.2;
  text-transform: uppercase;
}

.te-landing-page .te-club-filterbar .te-club-search-input,
.te-landing-page .te-club-filterbar select {
  width: 100%;
  min-height: 52px;
  margin: 0;
  border: 1px solid #d8e5e4;
  border-radius: 14px;
  background-color: #f8fbfb;
  box-shadow: none;
}

.te-landing-page .te-club-filterbar .te-club-search-input {
  display: flex;
  align-items: center;
}

.te-landing-page .te-club-filterbar .te-club-search-input:focus-within,
.te-landing-page .te-club-filterbar select:focus {
  border-color: #2ac8ca;
  outline: 3px solid rgba(55, 219, 219, 0.18);
  background-color: #fff;
}

.te-landing-page .te-club-filterbar .te-club-search-input i {
  margin-left: 1rem;
  color: #178f93;
  font-size: 1.05rem;
}

.te-landing-page .te-club-filterbar .te-club-search-input input,
.te-landing-page .te-club-filterbar select {
  min-width: 0;
  height: 50px;
  padding: 0 0.9rem;
  color: var(--map-ink);
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 0.94rem;
  font-weight: 620;
}

.te-landing-page .te-club-filterbar .te-club-search-input input {
  width: 100%;
}

.te-landing-page .te-club-filterbar .te-club-search-input input::placeholder {
  color: #829196;
  font-weight: 520;
}

.te-landing-page .te-club-filterbar select {
  appearance: none;
  padding: 0 2.65rem 0 0.9rem;
  border: 1px solid #c9dcda;
  background-color: #f3f9f8;
  background-image:
    linear-gradient(45deg, transparent 50%, #178f93 50%),
    linear-gradient(135deg, #178f93 50%, transparent 50%);
  background-position:
    calc(100% - 1.12rem) 50%,
    calc(100% - 0.82rem) 50%;
  background-repeat: no-repeat;
  background-size: 0.34rem 0.34rem, 0.34rem 0.34rem;
  box-shadow: 0 2px 8px rgba(16, 92, 95, 0.06);
  cursor: pointer;
}

.te-landing-page .te-club-filterbar select:hover {
  border-color: #96c5c3;
  background-color: #eef8f7;
}

.te-club-filter-reset {
  align-self: end;
  display: inline-flex;
  min-height: 52px;
  padding: 0 1rem;
  border: 0;
  border-radius: 14px;
  color: #365157;
  background: #eaf3f2;
  font-size: 0.84rem;
  font-weight: 780;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  white-space: nowrap;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.te-club-filter-reset:not(:disabled):hover {
  color: #083f43;
  background: #d9efed;
  transform: translateY(-1px);
}

.te-club-filter-reset:disabled {
  display: none;
}

.te-landing-page .te-club-map-legend {
  display: flex;
  margin: 0.9rem 0 1rem;
  padding: 0 0.15rem;
  gap: 0.68rem;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.te-landing-page .te-club-map-legend::-webkit-scrollbar {
  display: none;
}

.te-landing-page .te-club-map-legend-item {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 132px;
  min-height: 46px;
  padding: 0.38rem 0.85rem 0.38rem 0.45rem;
  border-color: rgba(16, 36, 44, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #4f666c;
  font-size: 0.84rem;
  font-weight: 730;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.te-landing-page .te-club-map-legend-item:hover {
  border-color: rgba(18, 143, 147, 0.35);
  color: #075b60;
  background: #fff;
  box-shadow: 0 6px 16px rgba(16, 36, 44, 0.07);
}

.te-landing-page .te-club-map-legend-item.is-active {
  border-color: color-mix(in srgb, var(--legend-color) 76%, #075b60);
  color: #064f54;
  background: color-mix(in srgb, var(--legend-color) 16%, #fff);
  box-shadow:
    0 0 0 3px color-mix(in srgb, var(--legend-color) 20%, transparent),
    0 8px 20px color-mix(in srgb, var(--legend-color) 20%, transparent);
  transform: translateY(-1px);
}

.te-landing-page .te-club-map-legend-item.is-active::after {
  content: "\2713";
  display: inline-grid;
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin-left: 0.08rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--legend-color) 82%, #075b60);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  place-items: center;
  box-shadow: 0 2px 6px color-mix(in srgb, var(--legend-color) 28%, transparent);
}

.te-landing-page .te-club-map-legend-item.is-active .te-club-map-legend-icon {
  box-shadow:
    0 0 0 3px color-mix(in srgb, var(--legend-color) 25%, transparent),
    0 6px 14px color-mix(in srgb, var(--legend-color) 30%, transparent);
  transform: scale(1.05);
}

.te-landing-page .te-club-map-legend-icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  font-size: 0.82rem;
  place-items: center;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.te-landing-page .te-club-map-legend-icon .club-sport-triad {
  display: grid;
  width: 24px;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  place-items: center;
}

.te-landing-page .te-club-map-legend-icon .club-sport-triad i {
  font-size: 0.42rem;
}

/* Map and results workspace ---------------------------------------------- */

.te-landing-page .te-club-finder-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 420px);
  height: clamp(680px, calc(100svh - 270px), 880px);
  min-height: 680px;
  overflow: hidden;
  gap: 0;
  border: 1px solid rgba(16, 36, 44, 0.12);
  border-radius: 24px;
  background: var(--map-surface);
  box-shadow: 0 22px 60px rgba(16, 36, 44, 0.14);
}

.te-landing-page .te-club-finder-map {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: #dbe8e6;
  box-shadow: none;
}

.te-landing-page .te-club-finder-map::after {
  position: absolute;
  z-index: 500;
  right: 1rem;
  bottom: 1.25rem;
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  content: "Marker wählen · Details rechts";
  pointer-events: none;
  color: #234147;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 22px rgba(16, 36, 44, 0.14);
  font-size: 0.76rem;
  font-weight: 760;
  backdrop-filter: blur(12px);
}

.te-landing-page .te-club-finder-map.leaflet-container .leaflet-control-zoom {
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(16, 36, 44, 0.15);
}

.te-landing-page .te-club-finder-map.leaflet-container .leaflet-control-zoom a {
  color: #17373e;
  border-color: #e3edec;
}

.te-club-results-panel {
  display: flex;
  min-width: 0;
  min-height: 0;
  padding: 1.2rem;
  border-left: 1px solid var(--map-line);
  background: #fff;
  flex-direction: column;
}

.te-club-results-head {
  display: flex;
  min-height: 56px;
  padding: 0 0.15rem 0.9rem;
  border-bottom: 1px solid #e7eeee;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.te-club-results-head > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.08rem;
}

.te-club-results-eyebrow {
  color: #7b8b90;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.te-landing-page .te-club-results-head .te-club-search-status {
  margin: 0;
  padding: 0;
  color: var(--map-ink);
  background: transparent;
  font-size: 1.05rem;
  line-height: 1.2;
}

.te-club-selection-clear {
  display: inline-flex;
  min-height: 38px;
  padding: 0.5rem 0.68rem;
  border: 0;
  border-radius: 9px;
  color: #176e72;
  background: #e9f7f6;
  font-size: 0.76rem;
  font-weight: 790;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.te-club-selection-clear:hover {
  color: #064e52;
  background: #d7f1ef;
}

.te-landing-page .te-club-search-results {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  padding: 0.85rem 0.15rem 0.65rem;
  gap: 0;
  overflow: auto;
  scrollbar-color: #c6d7d5 transparent;
  scrollbar-width: thin;
}

.te-landing-page .te-club-search-empty {
  display: flex;
  min-height: 100%;
  padding: 1.5rem;
  border: 1px dashed #cfdfdd;
  border-radius: 15px;
  color: #718287;
  background: #f8fbfb;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.35rem;
}

.te-landing-page .te-club-search-empty i {
  display: grid;
  width: 43px;
  height: 43px;
  margin-bottom: 0.25rem;
  border-radius: 50%;
  color: #0d858a;
  background: #ddf6f4;
  font-size: 1rem;
  place-items: center;
}

.te-landing-page .te-club-search-empty strong {
  color: #29434a;
  font-size: 1rem;
}

.te-landing-page .te-club-search-empty span {
  max-width: 230px;
  font-size: 0.86rem;
  line-height: 1.5;
}

.te-landing-page .te-club-result {
  position: relative;
  min-height: 0;
  margin: 0 0 0.48rem;
  overflow: hidden;
  border: 1px solid #dce8e7;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(16, 36, 44, 0.035);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.te-landing-page .te-club-result:hover {
  border-color: #a8d8d6;
  box-shadow: 0 8px 20px rgba(16, 36, 44, 0.08);
  transform: translateY(-1px);
}

.te-landing-page .te-club-result.is-selected {
  border-color: #36cdd0;
  background:
    radial-gradient(circle at 100% 0, rgba(55, 219, 219, 0.16), transparent 12rem),
    #fff;
  box-shadow: 0 12px 28px rgba(15, 145, 149, 0.14);
}

.te-landing-page .te-club-result-focus {
  display: block;
  width: 100%;
  min-height: 0;
  padding: 0.85rem 0.9rem 0.8rem;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
}

.te-landing-page .te-club-result-focus:focus-visible {
  outline: 3px solid rgba(55, 219, 219, 0.32);
  outline-offset: -3px;
}

.te-club-result-heading {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.te-landing-page .te-club-result-name {
  display: -webkit-box !important;
  min-width: 0;
  overflow: hidden;
  color: #17343b;
  font-size: 0.96rem;
  font-weight: 820;
  letter-spacing: -0.015em;
  line-height: 1.27;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.te-club-result-arrow {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #187f83;
  background: #e8f6f5;
  font-size: 0.62rem;
  place-items: center;
}

.te-club-result-summary {
  display: flex;
  margin-top: 0.38rem;
  color: #6c7e83;
  font-size: 0.79rem;
  line-height: 1.35;
  flex-wrap: wrap;
  gap: 0.3rem 0.58rem;
}

.te-club-result-summary span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.25rem;
}

.te-club-result-summary i {
  color: #1b9a9e;
  font-size: 0.72rem;
}

.te-club-result-sport-icon {
  display: inline-flex;
  color: #1b9a9e;
  font-size: 0.72rem;
  align-items: center;
}

.te-club-result-sport-icon .club-sport-triad {
  gap: 0.08rem;
}

.te-club-result-sport-icon .club-sport-triad i {
  font-size: 0.46rem;
}

.te-club-result-details {
  display: grid;
  margin-top: 0.72rem;
  padding-top: 0.68rem;
  border-top: 1px solid #e4eded;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.te-club-result-detail {
  min-width: 0;
}

.te-club-result-detail span,
.te-club-result-detail strong {
  display: block;
}

.te-club-result-detail span {
  margin-bottom: 0.12rem;
  color: #809095;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.te-club-result-detail strong {
  overflow: hidden;
  color: #365057;
  font-size: 0.78rem;
  font-weight: 720;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.te-club-result-actions {
  display: grid;
  padding: 0 0.72rem 0.72rem;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}

.te-club-result-action {
  display: inline-flex;
  min-height: 44px;
  padding: 0.45rem 0.58rem;
  border: 1px solid #d6e5e3;
  border-radius: 10px;
  color: #24444a;
  background: #f7faf9;
  font-size: 0.76rem;
  font-weight: 780;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}

.te-club-result-action:hover {
  color: #0b676b;
  border-color: #9fd4d2;
  background: #fff;
}

.te-club-result-action--claim {
  color: #062f32;
  border-color: #37dbdb;
  background: #37dbdb;
}

.te-club-result-action--claim:hover {
  color: #062f32;
  border-color: #54e2e2;
  background: #54e2e2;
}

.te-landing-page .te-club-search-note {
  margin: 0.35rem 0 0;
  padding: 0.6rem 0.7rem;
  border: 0;
  border-radius: 10px;
  color: #62777c;
  background: #eef6f5;
  font-size: 0.76rem;
  line-height: 1.45;
}

.te-club-results-pagination {
  display: flex;
  margin-top: 0.42rem;
  padding: 0.42rem;
  border-radius: 11px;
  background: #eef6f5;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
}

.te-club-results-pagination span {
  color: #5f7479;
  font-size: 0.76rem;
  font-weight: 760;
}

.te-club-results-pagination button {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid #d2e3e1;
  border-radius: 8px;
  color: #176e72;
  background: #fff;
  font-size: 0.7rem;
  place-items: center;
}

.te-club-results-pagination button:not(:disabled):hover {
  border-color: #9dcfcd;
  background: #faffff;
}

.te-club-results-pagination button:disabled {
  cursor: default;
  opacity: 0.38;
}

.te-landing-page .te-club-search-actions {
  display: block;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.78rem 0.15rem 0.05rem;
  border-top: 1px solid #e7eeee;
}

.te-landing-page .te-club-search-actions p {
  margin: 0 0 0.42rem;
  color: #6b7e83;
  font-size: 0.78rem;
  font-weight: 690;
}

.te-landing-page .te-club-search-actions .te-button {
  width: 100%;
  min-height: 48px;
  padding: 0.55rem 0.75rem;
  font-size: 0.84rem;
}

/* Content below the primary map ------------------------------------------ */

.te-find-intro {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  background: #fff;
}

.te-find-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: clamp(2.5rem, 8vw, 7.5rem);
  align-items: center;
}

.te-find-intro-copy {
  max-width: 690px;
}

.te-find-intro .te-kicker,
.te-claim-process .te-kicker {
  margin-bottom: 0.7rem;
  color: #0e8a8e;
}

.te-find-intro h2,
.te-claim-process h2 {
  margin: 0;
  color: var(--map-ink);
  font-size: clamp(2.25rem, 5.4vw, 5.3rem);
  font-weight: 830;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.te-find-intro-copy > p:not(.te-kicker) {
  max-width: 630px;
  margin: 1.35rem 0 1.25rem;
  color: var(--map-muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.72;
}

.te-find-claim-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.6rem, 3.5vw, 2.7rem);
  border: 1px solid rgba(13, 112, 116, 0.13);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(200, 243, 90, 0.25), transparent 16rem),
    linear-gradient(145deg, #ecfbf9, #f9fdf7);
  box-shadow: 0 24px 55px rgba(16, 36, 44, 0.1);
}

.te-find-claim-card::after {
  position: absolute;
  top: -4rem;
  right: -4rem;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(16, 36, 44, 0.07);
  border-radius: 50%;
  content: "";
}

.te-find-claim-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 1.2rem;
  border-radius: 16px;
  color: #075e62;
  background: #37dbdb;
  box-shadow: 0 12px 26px rgba(24, 181, 185, 0.2);
  font-size: 1.2rem;
  place-items: center;
}

.te-find-claim-card h3 {
  max-width: 460px;
  margin: 0;
  color: #13343b;
  font-size: clamp(1.7rem, 3.1vw, 2.65rem);
  font-weight: 820;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.te-find-claim-card > p:not(.te-kicker) {
  margin: 1rem 0 1.35rem;
  color: #587076;
  font-size: 0.96rem;
  line-height: 1.62;
}

.te-find-claim-card .te-button {
  position: relative;
  z-index: 1;
  width: 100%;
}

.te-claim-process {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(55, 219, 219, 0.1), transparent 24rem),
    #10242c;
}

.te-claim-process .te-section-heading {
  max-width: 900px;
  margin-inline: auto;
}

.te-claim-process .te-section-heading h2 {
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 4.7rem);
}

.te-claim-process .te-section-heading > p:not(.te-kicker) {
  max-width: 740px;
  margin: 1.2rem auto 0;
  color: #b8c8cc;
  font-size: 1rem;
  line-height: 1.65;
}

.te-claim-steps {
  display: grid;
  margin: clamp(2.5rem, 5vw, 4.5rem) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.te-claim-steps li {
  position: relative;
  min-height: 250px;
  padding: clamp(1.3rem, 2.8vw, 2.2rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.te-claim-steps li > span {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  color: rgba(255, 255, 255, 0.16);
  font-size: 2.1rem;
  font-weight: 850;
  letter-spacing: -0.05em;
}

.te-claim-steps li > i {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 2.1rem;
  border-radius: 14px;
  color: #062f32;
  background: var(--map-mint);
  box-shadow: 0 12px 28px rgba(55, 219, 219, 0.16);
  font-size: 1rem;
  place-items: center;
}

.te-claim-steps h3 {
  margin: 0 0 0.65rem;
  color: #fff;
  font-size: 1.27rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.te-claim-steps p {
  margin: 0;
  color: #b8c8cc;
  font-size: 0.9rem;
  line-height: 1.6;
}

.te-claim-process-cta {
  display: flex;
  margin-top: 1rem;
  padding: 1.1rem 1.2rem 1.1rem 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}

.te-claim-process-cta > div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.te-claim-process-cta strong {
  color: #fff;
  font-size: 0.98rem;
}

.te-claim-process-cta span {
  color: #aebfc3;
  font-size: 0.78rem;
}

.te-claim-process-cta .te-button {
  flex: 0 0 auto;
}

.te-landing-page .te-faq-new {
  background: #f4f8f7;
}

.te-landing-page .te-contact {
  background: #fff;
  color: var(--map-ink);
}

.te-landing-page .te-contact .te-kicker {
  color: var(--map-mint-dark);
}

.te-landing-page .te-contact h2 {
  color: var(--map-ink);
}

.te-landing-page .te-contact-copy > p:not(.te-kicker) {
  color: var(--map-muted);
}

.te-landing-page .te-contact-points span {
  color: var(--map-ink);
}

.te-landing-page .te-contact-points i {
  color: var(--map-mint-dark);
}

.te-landing-page .te-contact-self-service {
  border-color: var(--map-line);
  background: var(--map-soft);
  color: var(--map-ink);
}

.te-landing-page .te-contact-self-service small {
  color: var(--map-muted);
}

.te-landing-page .te-contact-self-service:hover {
  border-color: var(--map-mint-dark);
  background: #eaf6f5;
  color: var(--map-ink);
}

/* Breakpoints ------------------------------------------------------------- */

@media (max-width: 1180px) {
  .te-map-first-head {
    gap: 1.5rem;
  }

  .te-landing-page .te-club-search-panel.te-club-filterbar {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.85fr) minmax(0, 0.85fr) auto;
  }

  .te-landing-page .te-club-finder-workspace {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 370px);
  }
}

@media (max-width: 980px) {
  .te-landing-page .landing-menu-toggle {
    position: relative;
    z-index: 2;
    display: block !important;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: var(--map-ink);
    border-color: #d7e4e3;
    background: #fff;
    box-shadow: 0 7px 18px rgba(16, 36, 44, 0.08);
  }

  .te-map-first-head {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .te-map-first-head-actions {
    min-width: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .te-landing-page .te-map-first-head-actions .te-club-finder-count {
    justify-content: flex-start;
    text-align: left;
  }

  .te-landing-page .te-club-search-panel.te-club-filterbar {
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
  }

  .te-club-filter-reset {
    grid-column: 1 / -1;
    min-height: 36px;
  }

  .te-landing-page .te-club-finder-workspace {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .te-find-intro-grid {
    grid-template-columns: 1fr 0.8fr;
    gap: 2.5rem;
  }
}

@media (max-width: 820px) {
  .te-landing-page .te-club-finder.te-map-first {
    padding-top: 1rem;
  }

  .te-landing-page .te-map-first-head h1 {
    font-size: clamp(2rem, 8vw, 3.65rem);
  }

  .te-map-first-head-actions .te-button {
    display: inline-flex;
  }

  .te-landing-page .te-club-finder-workspace {
    display: flex;
    height: auto;
    min-height: 0;
    overflow: visible;
    border-radius: 21px;
    flex-direction: column;
  }

  .te-landing-page .te-club-finder-map {
    height: clamp(520px, 64svh, 680px);
    min-height: 520px;
    border-radius: 20px 20px 0 0;
  }

  .te-club-results-panel {
    min-height: 380px;
    border-top: 1px solid var(--map-line);
    border-left: 0;
    border-radius: 0 0 20px 20px;
  }

  .te-landing-page .te-club-search-results {
    max-height: none;
    overflow: visible;
  }

  .te-landing-page .te-club-search-empty {
    min-height: 155px;
  }

  .te-find-intro-grid {
    grid-template-columns: 1fr;
  }

  .te-find-intro-copy {
    max-width: 760px;
  }

  .te-claim-steps {
    grid-template-columns: 1fr;
  }

  .te-claim-steps li {
    min-height: 0;
  }

  .te-claim-process-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .te-claim-process-cta .te-button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .te-landing-page .te-club-finder.te-map-first {
    padding-top: 0.8rem;
  }

  .te-landing-page .te-map-first-head {
    margin-bottom: 0.75rem;
  }

  .te-landing-page .te-map-first-head .te-kicker {
    font-size: 0.72rem;
  }

  .te-landing-page .te-map-first-head h1 .te-map-title-primary {
    font-size: clamp(2.55rem, 11vw, 3.1rem);
  }

  .te-landing-page .te-map-first-head h1 .te-map-title-secondary {
    margin-top: 0.32rem;
    font-size: clamp(1.55rem, 7vw, 1.95rem);
    line-height: 1.08;
  }

  .te-landing-page .te-map-first-head .te-club-finder-lead {
    display: none;
  }

  .te-map-first-head-actions {
    width: 100%;
    gap: 0.6rem;
  }

  .te-landing-page .te-map-first-head-actions .te-club-finder-count {
    padding: 0.56rem 0.7rem;
  }

  .te-landing-page .te-map-first-head-actions .te-club-finder-count strong {
    font-size: 1.05rem;
  }

  .te-landing-page .te-map-first-head-actions .te-club-finder-count span {
    font-size: 0.72rem;
  }

  .te-landing-page .te-map-first-head-actions .te-button {
    min-height: 46px;
    padding-inline: 0.9rem;
    font-size: 0.8rem;
  }

  .te-landing-page .te-club-search-panel.te-club-filterbar {
    padding: 0.72rem;
    border-radius: 17px;
    grid-template-columns: 1fr 1fr;
    gap: 0.68rem;
  }

  .te-club-filter-field--search {
    grid-column: 1 / -1;
  }

  .te-landing-page .te-club-filterbar label {
    margin-bottom: 0.28rem;
    font-size: 0.68rem;
  }

  .te-landing-page .te-club-filterbar .te-club-search-input,
  .te-landing-page .te-club-filterbar select {
    min-height: 48px;
  }

  .te-landing-page .te-club-filterbar .te-club-search-input input,
  .te-landing-page .te-club-filterbar select {
    height: 46px;
    padding-inline: 0.72rem;
    font-size: 0.86rem;
  }

  .te-landing-page .te-club-filterbar select {
    padding-right: 2.4rem;
  }

  .te-club-filter-reset {
    min-height: 42px;
    grid-column: 1 / -1;
  }

  .te-landing-page .te-club-map-legend {
    margin-block: 0.68rem 0.8rem;
    justify-content: flex-start;
  }

  .te-landing-page .te-club-map-legend-item {
    min-width: 124px;
    min-height: 44px;
    font-size: 0.78rem;
  }

  .te-landing-page .te-club-finder-map {
    height: clamp(480px, 60svh, 600px);
    min-height: 480px;
  }

  .te-landing-page .te-club-finder-map::after {
    right: 0.65rem;
    bottom: 1.15rem;
    font-size: 0.7rem;
  }

  .te-club-results-panel {
    min-height: 360px;
    padding: 0.9rem;
  }

  .te-club-result-actions {
    grid-template-columns: 1fr;
  }

  .te-find-intro,
  .te-claim-process {
    padding-block: 4rem;
  }

  .te-find-intro h2,
  .te-claim-process .te-section-heading h2 {
    font-size: clamp(2.15rem, 11.5vw, 3.5rem);
  }

  .te-find-claim-card {
    border-radius: 22px;
  }

  .te-claim-process-cta {
    padding: 1rem;
  }
}

@media (max-width: 390px) {
  .te-landing-page .te-club-filterbar .te-club-search-input input,
  .te-landing-page .te-club-filterbar select {
    font-size: 0.84rem;
  }

  .te-landing-page .te-club-finder-map {
    height: 480px;
    min-height: 480px;
  }

  .te-club-results-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .te-club-filter-reset,
  .te-landing-page .te-club-result {
    transition: none;
  }
}
