.page-home {
  background:
    radial-gradient(circle at 12% 0%, rgba(126, 213, 231, 0.22), transparent 22%),
    radial-gradient(circle at 84% 12%, rgba(248, 226, 164, 0.2), transparent 18%),
    linear-gradient(180deg, #f7fbfc 0%, #eef6f8 48%, #e6eff2 100%);
}

.page-home::before {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.78), transparent 18%),
    radial-gradient(circle at 80% 22%, rgba(156, 227, 239, 0.18), transparent 22%);
}

.page-home::after {
  opacity: 0.2;
}

.page-home[data-sport="kitesurf"] {
  background:
    radial-gradient(circle at 12% 0%, rgba(109, 217, 230, 0.26), transparent 22%),
    radial-gradient(circle at 84% 12%, rgba(244, 156, 69, 0.18), transparent 18%),
    linear-gradient(180deg, #f5fbfc 0%, #ecf8fa 48%, #e3f1f5 100%);
}

.page-home[data-sport="windsurf"] {
  background:
    radial-gradient(circle at 12% 0%, rgba(122, 207, 216, 0.24), transparent 22%),
    radial-gradient(circle at 84% 12%, rgba(183, 224, 92, 0.16), transparent 18%),
    linear-gradient(180deg, #f6fbfb 0%, #edf7f7 48%, #e5f0ef 100%);
}

.page-home[data-sport="vela"] {
  background:
    radial-gradient(circle at 12% 0%, rgba(111, 164, 201, 0.2), transparent 22%),
    radial-gradient(circle at 84% 12%, rgba(225, 183, 113, 0.16), transparent 18%),
    linear-gradient(180deg, #f7fafc 0%, #edf4f7 48%, #e6eef3 100%);
}

.page-home .site-header {
  padding: 0.95rem 2rem 0.78rem;
  background: linear-gradient(180deg, rgba(252, 254, 254, 0.95), rgba(248, 251, 252, 0.78));
  border-bottom: 1px solid rgba(16, 38, 51, 0.06);
  box-shadow: none;
  backdrop-filter: blur(12px) saturate(120%);
}

.page-home .site-header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(100%, 1480px);
  margin: 0 auto;
}

.page-home .page-shell {
  max-width: 1490px;
  padding: 0.6rem 1.6rem 2.6rem;
}

.page-home .brand {
  gap: 0.72rem;
}

.page-home .brand-mark {
  width: 4.6rem;
}

.page-home .brand-name {
  font-family: var(--data-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: #133240;
}

.page-home .site-nav-home {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-left: auto;
}

.page-home .site-nav-home > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  font-family: var(--body-font);
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #294654;
}

.page-home .site-nav-home > a:hover {
  background: rgba(16, 38, 51, 0.04);
  color: #173746;
}

.page-home .site-nav-home-cta {
  min-height: 3rem;
  padding-inline: 1.15rem;
  border: 0;
  background: linear-gradient(135deg, #0f7c82, #14979f);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(15, 124, 130, 0.18);
}

.page-home .site-nav-home > a.site-nav-home-cta {
  color: #ffffff;
}

.page-home .site-nav-home-cta:hover {
  background: linear-gradient(135deg, #0a5b60, #0f7c82);
  color: #ffffff;
}

.landing-home {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 1rem;
}

.landing-hero,
.landing-benefits-card,
.landing-workflow-card,
.landing-download {
  position: relative;
  border-radius: 34px;
  border-color: rgba(16, 38, 51, 0.05);
  box-shadow: 0 34px 82px rgba(16, 38, 51, 0.08);
}

.landing-benefits-card,
.landing-workflow-card,
.landing-download {
  overflow: hidden;
}

.landing-eyebrow {
  font-family: var(--data-font);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.landing-body-copy {
  color: #466570;
  font-size: 1.02rem;
  line-height: 1.62;
}

.landing-hero {
  z-index: 20;
  overflow: visible;
  isolation: isolate;
  min-height: clamp(36rem, 58vw, 46rem);
  padding: clamp(1.4rem, 3vw, 2.5rem);
  background:
    radial-gradient(circle at 10% 14%, rgba(255, 255, 255, 0.76), transparent 18%),
    linear-gradient(180deg, rgba(232, 243, 247, 0.98), rgba(219, 234, 239, 0.94));
}

.landing-hero-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  z-index: 0;
}

.landing-hero-wave {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(66%, 68rem);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(1.06);
  will-change: transform;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.12) 12%,
    rgba(0, 0, 0, 0.35) 70%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.82) 100%,
    #000 58%,
    #000 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.12) 12%,
    rgba(0, 0, 0, 0.35) 24%,
    rgba(0, 0, 0, 0.6) 36%,
    rgba(0, 0, 0, 0.82) 48%,
    #000 58%,
    #000 100%
  );
}

.landing-hero-glow {
  position: absolute;
  top: -8%;
  right: -8%;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 230, 150, 0.44), rgba(255, 230, 150, 0.06) 48%, transparent 70%);
  pointer-events: none;
}

.landing-hero-haze {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(239, 247, 249, 0.97) 0%, rgba(239, 247, 249, 0.93) 18%, rgba(239, 247, 249, 0.82) 34%, rgba(239, 247, 249, 0.48) 50%, rgba(239, 247, 249, 0.14) 64%, rgba(239, 247, 249, 0) 76%),
    radial-gradient(circle at 18% 84%, rgba(144, 221, 235, 0.2), transparent 20%);
  pointer-events: none;
}

.page-home[data-sport="kitesurf"] .landing-hero {
  background:
    radial-gradient(circle at 10% 14%, rgba(255, 255, 255, 0.78), transparent 18%),
    linear-gradient(180deg, rgba(232, 246, 249, 0.98), rgba(214, 236, 241, 0.94));
}

.page-home[data-sport="kitesurf"] .landing-hero-glow {
  background: radial-gradient(circle, rgba(245, 162, 78, 0.36), rgba(245, 162, 78, 0.06) 48%, transparent 70%);
}

.page-home[data-sport="kitesurf"] .landing-hero-haze {
  background:
    linear-gradient(90deg, rgba(239, 248, 250, 0.97) 0%, rgba(239, 248, 250, 0.92) 18%, rgba(239, 248, 250, 0.8) 34%, rgba(239, 248, 250, 0.44) 50%, rgba(239, 248, 250, 0.14) 64%, rgba(239, 248, 250, 0) 76%),
    radial-gradient(circle at 18% 84%, rgba(118, 215, 229, 0.18), transparent 20%);
}

.page-home[data-sport="windsurf"] .landing-hero {
  background:
    radial-gradient(circle at 10% 14%, rgba(255, 255, 255, 0.78), transparent 18%),
    linear-gradient(180deg, rgba(234, 246, 246, 0.98), rgba(219, 236, 235, 0.94));
}

.page-home[data-sport="windsurf"] .landing-hero-glow {
  background: radial-gradient(circle, rgba(183, 224, 92, 0.28), rgba(183, 224, 92, 0.05) 48%, transparent 70%);
}

.page-home[data-sport="windsurf"] .landing-hero-haze {
  background:
    linear-gradient(90deg, rgba(240, 248, 247, 0.97) 0%, rgba(240, 248, 247, 0.93) 18%, rgba(240, 248, 247, 0.8) 34%, rgba(240, 248, 247, 0.44) 50%, rgba(240, 248, 247, 0.14) 64%, rgba(240, 248, 247, 0) 76%),
    radial-gradient(circle at 18% 84%, rgba(144, 214, 184, 0.16), transparent 20%);
}

.page-home[data-sport="vela"] .landing-hero {
  background:
    radial-gradient(circle at 10% 14%, rgba(255, 255, 255, 0.78), transparent 18%),
    linear-gradient(180deg, rgba(235, 242, 247, 0.98), rgba(220, 231, 239, 0.94));
}

.page-home[data-sport="vela"] .landing-hero-glow {
  background: radial-gradient(circle, rgba(224, 182, 110, 0.28), rgba(224, 182, 110, 0.05) 48%, transparent 70%);
}

.page-home[data-sport="vela"] .landing-hero-haze {
  background:
    linear-gradient(90deg, rgba(241, 245, 248, 0.97) 0%, rgba(241, 245, 248, 0.93) 18%, rgba(241, 245, 248, 0.8) 34%, rgba(241, 245, 248, 0.46) 50%, rgba(241, 245, 248, 0.14) 64%, rgba(241, 245, 248, 0) 76%),
    radial-gradient(circle at 18% 84%, rgba(120, 165, 198, 0.16), transparent 20%);
}

.landing-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  gap: 1rem;
  align-items: end;
  min-height: 100%;
}

.landing-hero-copy {
  max-width: 39rem;
  padding-top: clamp(2rem, 6vw, 4.4rem);
}

.landing-hero-copy h1,
.landing-proof-card h2,
.landing-benefits-card h2,
.landing-workflow-card h2,
.landing-download-copy h2 {
  margin: 0;
  font-family: var(--data-font);
  font-weight: 600;
  letter-spacing: -0.065em;
  color: #0b2433;
}

.landing-hero-copy h1 {
  max-width: 20ch;
  font-size: clamp(3.6rem, 5.8vw, 5.5rem);
  line-height: 0.9;
}

.landing-hero-lead {
  max-width: 34rem;
  margin: 1.4rem 0 0;
  color: #3c5a66;
  font-size: 1.14rem;
  line-height: 1.6;
}

.landing-hero-switcher {
  max-width: 46rem;
  margin-top: 1.35rem;
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;
  align-items: center;
  margin-top: 1.75rem;
}

.landing-primary-cta,
.landing-secondary-cta {
  min-height: 3.7rem;
  padding-inline: 1.35rem;
  border-radius: 999px;
}

.landing-primary-cta {
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.landing-secondary-cta {
  background: rgba(255, 255, 255, 0.84);
}

.landing-hero-metrics {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.landing-metric-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 4rem;
  padding: 0.88rem 1.08rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 14px 28px rgba(16, 38, 51, 0.07);
  backdrop-filter: blur(14px);
}

.landing-metric-icon {
  display: inline-flex;
  width: 1.1rem;
  height: 1.1rem;
  color: #1d7f8d;
}

.landing-metric-icon svg,
.sport-switcher-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.landing-metric-text {
  display: grid;
  gap: 0.08rem;
}

.landing-metric-text strong {
  font-size: 1.05rem;
  color: #173949;
}

.landing-metric-text small {
  font-size: 0.77rem;
  color: #617a82;
}

.landing-proof-card,
.landing-benefits-card,
.landing-workflow-card,
.landing-download {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 247, 249, 0.9));
  backdrop-filter: blur(18px);
}

.landing-proof-card {
  align-self: end;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(240, 248, 250, 0.88));
  box-shadow: 0 20px 44px rgba(16, 38, 51, 0.08);
}

.landing-proof-card h2,
.landing-benefits-card h2,
.landing-workflow-card h2 {
  margin-top: 0.95rem;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 0.96;
}

.landing-proof-card .landing-body-copy {
  margin-top: 0.95rem;
}

.landing-ranking-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.landing-ranking-card,
.landing-ranking-empty {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(16, 38, 51, 0.06);
  background: rgba(255, 255, 255, 0.84);
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.landing-ranking-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.landing-ranking-row .landing-ranking-card {
  flex: 1;
  min-width: 0;
}

.landing-ranking-row .inline-form {
  flex-shrink: 0;
  padding-top: 0.35rem;
}

.landing-ranking-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.landing-ranking-card:hover {
  transform: translateY(-1px);
  border-color: rgba(15, 124, 130, 0.16);
  box-shadow: 0 14px 26px rgba(16, 38, 51, 0.06);
}

.landing-ranking-copy {
  display: grid;
  gap: 0.18rem;
}

.landing-ranking-copy strong,
.landing-ranking-score strong {
  color: #113545;
}

.landing-ranking-copy span,
.landing-ranking-score-label,
.landing-ranking-empty p {
  color: #607983;
}

.landing-ranking-score {
  display: grid;
  justify-items: end;
  gap: 0.2rem;
}

.landing-ranking-score strong {
  font-family: var(--data-font);
  font-size: 2rem;
  line-height: 0.9;
}

.landing-overview {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.landing-benefits-card,
.landing-workflow-card {
  padding: clamp(1.45rem, 3vw, 2rem);
}

.landing-point-list,
.landing-step-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.landing-point-list li {
  position: relative;
  padding-left: 1.35rem;
  color: #4b6a73;
}

.landing-point-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f7c82, #24acb6);
  box-shadow: 0 0 0 5px rgba(15, 124, 130, 0.12);
}

.landing-point-list li strong {
  display: block;
  color: #123647;
  font-size: 1rem;
}

.landing-point-list li span {
  display: block;
  margin-top: 0.28rem;
  color: #4b6a73;
  line-height: 1.55;
}

.landing-step-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border-radius: 22px;
  border: 1px solid rgba(16, 38, 51, 0.06);
  background: rgba(255, 255, 255, 0.78);
}

.landing-step-number {
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f7c82, #1aa4b4);
  color: #ffffff;
  font-family: var(--data-font);
  font-size: 1.02rem;
  font-weight: 600;
}

.landing-step-copy {
  display: grid;
  gap: 0.24rem;
}

.landing-step-copy strong {
  color: #123647;
  font-size: 1rem;
}

.landing-step-copy span {
  color: #4b6a73;
  line-height: 1.58;
}

.landing-download {
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
  gap: 1rem;
  align-items: center;
  min-height: 23rem;
  padding: clamp(1.45rem, 3vw, 2.25rem);
  background:
    radial-gradient(circle at 16% 22%, rgba(213, 243, 246, 0.44), transparent 18%),
    linear-gradient(180deg, rgba(232, 245, 247, 0.98), rgba(216, 236, 240, 0.94));
}

.landing-download::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(233, 245, 247, 0.98) 0%, rgba(233, 245, 247, 0.94) 36%, rgba(233, 245, 247, 0.54) 56%, rgba(233, 245, 247, 0) 78%);
  pointer-events: none;
}

.landing-download-copy,
.landing-download-visual {
  position: relative;
  z-index: 2;
}

.landing-download-copy {
  max-width: 36rem;
}

.landing-download-copy h2 {
  margin-top: 0.9rem;
  max-width: 18ch;
  font-size: clamp(2.35rem, 4vw, 3.3rem);
  line-height: 0.98;
  color: #1b5061;
}

.landing-download-subtitle {
  margin: 0.2rem 0 0;
  color: #375a67;
  font-size: 1.32rem;
  line-height: 1.35;
  max-width: 26rem;
}

.landing-download-copy .landing-body-copy {
  max-width: 29rem;
  margin-top: 1rem;
}

.landing-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-top: 1.5rem;
}

.landing-inline-link {
  font-size: 1rem;
  font-weight: 600;
  color: #173746;
}

.landing-inline-link:hover {
  color: #0f7c82;
}

.landing-download-visual {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 100%;
}

.landing-map-preview {
  width: min(100%, 30rem);
  padding: 1.3rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, rgba(251, 253, 254, 0.98), rgba(233, 244, 247, 0.94));
  box-shadow: 0 28px 58px rgba(16, 38, 51, 0.16);
}

.landing-map-preview-head,
.landing-map-preview-footer {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
}

.landing-map-preview-head span,
.landing-map-preview-footer span {
  color: #6a838d;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-map-preview-head strong,
.landing-map-preview-footer strong {
  color: #103243;
}

.landing-map-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.landing-map-preview-metric {
  display: grid;
  gap: 0.3rem;
  padding: 0.9rem 0.95rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(16, 38, 51, 0.05);
}

.landing-map-preview-metric strong {
  color: #123748;
}

.landing-map-preview-metric span {
  color: #63808b;
  font-size: 0.84rem;
  line-height: 1.45;
}

.landing-map-preview-footer {
  margin-top: 1rem;
}

.sport-switcher-hero .sport-switcher-list {
  gap: 0.7rem;
}

.sport-switcher-hero .sport-switcher-item {
  min-height: 3.35rem;
  padding: 0.82rem 1.05rem;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(14px);
}

.sport-switcher-hero .sport-switcher-item:hover,
.sport-switcher-hero .sport-switcher-item.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #0f7c82, #1aa4b4);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(15, 124, 130, 0.18);
}

.sport-switcher-hero .sport-switcher-icon {
  width: 1.08rem;
  height: 1.08rem;
}

.landing-search-panel {
  position: relative;
  z-index: 12;
  max-width: 42rem;
  margin-top: 1.55rem;
  padding: 1rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 42px rgba(16, 38, 51, 0.08);
  backdrop-filter: blur(16px);
  overflow: visible;
}

.landing-search-form {
  position: relative;
  display: grid;
  gap: 0.9rem;
}

.landing-search-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(11rem, 0.55fr);
  gap: 0.85rem;
}

.landing-search-form[data-search-mode="spot"] .landing-search-grid {
  grid-template-columns: minmax(0, 1fr);
}

.landing-search-field {
  position: relative;
  display: grid;
  gap: 0.42rem;
}

.landing-search-field .home-combobox {
  width: 100%;
}

.landing-search-field .combobox-menu {
  z-index: 80;
}

.landing-search-field span {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #325362;
}

.landing-search-field input,
.landing-search-field select {
  min-height: 3.45rem;
  border: 1px solid rgba(16, 38, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.landing-search-actions,
.landing-inline-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.landing-search-status,
.landing-inline-actions span {
  color: #54707d;
  font-size: 0.94rem;
  line-height: 1.5;
}

.landing-location-button {
  min-height: 3.7rem;
  padding-inline: 1.2rem;
  background: rgba(255, 255, 255, 0.82);
}

.landing-inline-actions {
  margin-top: 1rem;
}

.landing-spot-summary,
.landing-spot-summary-grid {
  display: grid;
  gap: 0.85rem;
}

.landing-spot-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.landing-spot-summary-head span {
  color: #5b7480;
}

.landing-spot-summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-spot-summary .landing-metric-chip {
  align-items: start;
}

.landing-spot-summary .landing-metric-text {
  display: grid;
  gap: 0.18rem;
}

.landing-spot-summary .landing-metric-text small {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b7480;
}

.landing-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.landing-trust-item,
.landing-premium-compare-card {
  display: grid;
  gap: 0.18rem;
  padding: 1.15rem 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(16, 38, 51, 0.06);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 34px rgba(16, 38, 51, 0.05);
}

.landing-trust-item strong,
.landing-premium-compare-card strong {
  font-family: var(--data-font);
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 0.9;
  color: #123547;
}

.landing-trust-item span,
.landing-premium-compare-card span {
  color: #58727d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.landing-premium-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: 1rem;
  padding: clamp(1.45rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 88% 12%, rgba(248, 226, 164, 0.26), transparent 20%),
    linear-gradient(180deg, rgba(232, 245, 247, 0.98), rgba(217, 236, 240, 0.94));
}

.page-home[data-sport="kitesurf"] .landing-premium-band {
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 156, 69, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(232, 246, 249, 0.98), rgba(214, 236, 241, 0.94));
}

.page-home[data-sport="windsurf"] .landing-premium-band {
  background:
    radial-gradient(circle at 88% 12%, rgba(183, 224, 92, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(233, 246, 245, 0.98), rgba(217, 236, 233, 0.94));
}

.page-home[data-sport="vela"] .landing-premium-band {
  background:
    radial-gradient(circle at 88% 12%, rgba(224, 182, 110, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(234, 242, 246, 0.98), rgba(219, 230, 238, 0.94));
}

.landing-premium-copy {
  display: grid;
  align-content: start;
  gap: 0.2rem;
}

.landing-premium-side {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.landing-premium-compare-card p {
  margin: 0;
  color: #4f6770;
}

.landing-premium-compare-card.is-accent {
  background: linear-gradient(135deg, #0f7c82, #179aa4);
  border-color: transparent;
}

.landing-premium-compare-card.is-accent strong,
.landing-premium-compare-card.is-accent span,
.landing-premium-compare-card.is-accent p {
  color: #ffffff;
}

.landing-faq-section {
  padding: clamp(1.45rem, 3vw, 2rem);
}

.landing-faq-head {
  max-width: 34rem;
}

.landing-faq-head h2 {
  margin-top: 0.35rem;
  font-size: clamp(2.15rem, 3.2vw, 3rem);
  line-height: 0.98;
  color: #0f2938;
}

.landing-faq-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.landing-faq-item {
  border: 1px solid rgba(16, 38, 51, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  overflow: hidden;
}

.landing-faq-item summary {
  padding: 1rem 1.15rem;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #123647;
}

.landing-faq-item summary::-webkit-details-marker {
  display: none;
}

.landing-faq-item p {
  margin: 0;
  padding: 0 1.15rem 1rem;
  color: #55707b;
  line-height: 1.6;
}

@media (prefers-reduced-motion: no-preference) {
  .page-home.motion-enhanced [data-reveal] {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
      opacity 620ms ease,
      transform 620ms cubic-bezier(0.18, 0.72, 0.24, 0.99);
  }

  .page-home.motion-enhanced [data-reveal].is-visible {
    opacity: 0.85;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero-wave {
    transform: none;
  }
}

@media (max-width: 1200px) {
  .page-home .site-header {
    padding-inline: 1.3rem;
  }

  .page-home .brand-name {
    font-size: 2.6rem;
  }

  .page-home .page-shell {
    padding-inline: 1.2rem;
  }

  .landing-hero-wave {
    width: min(74%, 62rem);
  }
}

@media (max-width: 920px) {
  .page-home .site-header-inner {
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .page-home .brand {
    width: 100%;
  }

  .page-home .site-nav-home {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
  }

  .page-home .site-nav-home::-webkit-scrollbar {
    display: none;
  }

  .landing-hero-grid,
  .landing-overview,
  .landing-download,
  .landing-premium-band,
  .landing-trust-strip {
    grid-template-columns: 1fr;
  }

  .landing-hero {
    min-height: 0;
  }

  .landing-hero-haze {
    background:
      linear-gradient(180deg, rgba(239, 247, 249, 0.96) 0%, rgba(239, 247, 249, 0.9) 26%, rgba(239, 247, 249, 0.6) 48%, rgba(239, 247, 249, 0.18) 68%, rgba(239, 247, 249, 0.02) 84%),
      radial-gradient(circle at 18% 84%, rgba(144, 221, 235, 0.2), transparent 20%);
  }

  .landing-hero-copy {
    max-width: 36rem;
    padding-top: 1.8rem;
  }

  .landing-proof-card {
    width: 100%;
  }

  .landing-search-grid {
    grid-template-columns: 1fr;
  }

  .landing-ranking-card {
    grid-template-columns: 1fr;
  }

  .landing-ranking-score {
    justify-items: start;
  }

  .landing-download {
    min-height: 0;
  }

  .landing-download::before {
    background: linear-gradient(180deg, rgba(233, 245, 247, 0.98) 0%, rgba(233, 245, 247, 0.9) 38%, rgba(233, 245, 247, 0.26) 100%);
  }

  .landing-download-copy h2 {
    max-width: none;
  }

  .landing-premium-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .landing-download-visual {
    justify-content: center;
    min-height: 20rem;
  }

  .landing-map-preview {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .landing-hero-wave {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .page-home .site-header {
    padding: 0.85rem 1rem 0.7rem;
  }

  .page-home .page-shell {
    padding: 0.35rem 0.85rem 1.8rem;
  }

  .page-home .brand-mark {
    width: 3.8rem;
  }

  .page-home .brand-name {
    font-size: 2.2rem;
  }

  .page-home .site-nav-home > a,
  .page-home .site-nav-home-cta {
    white-space: nowrap;
  }

  .landing-home {
    gap: 0.9rem;
  }

  .landing-hero,
  .landing-benefits-card,
  .landing-workflow-card,
  .landing-download {
    border-radius: 28px;
  }

  .landing-hero {
    padding: 1.2rem;
  }

  .landing-hero-copy h1 {
    max-width: none;
    font-size: clamp(3.05rem, 14vw, 4.45rem);
  }

  .landing-hero-lead {
    font-size: 1rem;
  }

  .landing-hero-actions {
    align-items: stretch;
  }

  .landing-search-panel {
    padding: 0.9rem;
  }

  .landing-search-actions,
  .landing-inline-actions {
    display: grid;
  }

  .landing-primary-cta,
  .landing-secondary-cta {
    width: 100%;
    justify-content: center;
  }

  .landing-location-button {
    width: 100%;
    justify-content: center;
  }

  .landing-hero-metrics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .landing-benefits-card,
  .landing-workflow-card,
  .landing-download {
    padding: 1.25rem;
  }

  .landing-proof-card h2,
  .landing-benefits-card h2,
  .landing-workflow-card h2,
  .landing-download-copy h2 {
    max-width: none;
  }

  .landing-download-subtitle {
    font-size: 1.16rem;
  }

  .landing-premium-side {
    grid-template-columns: 1fr;
  }

  .landing-map-preview-grid {
    grid-template-columns: 1fr;
  }

  .landing-final-actions {
    display: grid;
  }

  .sport-switcher-hero .sport-switcher-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.landing-hero-metrics {
  margin-top: 0.8rem;
}

.landing-metric-chip {
  min-height: 3.35rem;
  padding: 0.72rem 0.95rem;
}

.landing-metric-text strong {
  font-size: 0.98rem;
}

.landing-trust-strip {
  gap: 0.7rem;
}

.landing-trust-item {
  padding: 0.9rem 1rem;
  border-radius: 20px;
}

@media (min-width: 1100px) {
  .page-home .site-header {
    padding: 0.72rem 1.8rem 0.58rem;
  }

  .page-home .page-shell {
    padding-top: 0.35rem;
    padding-bottom: 2rem;
  }

  .landing-home {
    gap: 0.82rem;
  }

  .landing-hero {
    min-height: clamp(32rem, 50vw, 40rem);
    padding: clamp(1.1rem, 2vw, 1.75rem);
  }

  .landing-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(17rem, 0.88fr);
    gap: 0.85rem;
  }

  .landing-hero-copy {
    padding-top: clamp(1rem, 2.8vw, 2.2rem);
  }

  .landing-hero-copy h1 {
    max-width: 18ch;
    font-size: clamp(3.05rem, 4.85vw, 4.7rem);
  }

  .landing-hero-lead {
    max-width: 31rem;
    margin-top: 0.95rem;
    font-size: 1.02rem;
    line-height: 1.52;
  }

  .landing-hero-switcher {
    margin-top: 0.95rem;
  }

  .sport-switcher-hero .sport-switcher-list {
    gap: 0.55rem;
  }

  .sport-switcher-hero .sport-switcher-item {
    min-height: 3rem;
    padding: 0.72rem 0.92rem;
  }

  .landing-search-panel {
    max-width: 39.5rem;
    margin-top: 1rem;
    padding: 0.9rem;
    border-radius: 24px;
  }

  .landing-search-form {
    gap: 0.75rem;
  }

  .landing-search-grid {
    gap: 0.72rem;
  }

  .landing-search-field {
    gap: 0.32rem;
  }

  .landing-search-field input,
  .landing-search-field select {
    min-height: 3.08rem;
  }

  .landing-search-actions,
  .landing-inline-actions {
    gap: 0.65rem;
  }

  .landing-primary-cta,
  .landing-secondary-cta,
  .landing-location-button {
    min-height: 3.2rem;
    padding-inline: 1.05rem;
  }

  .landing-inline-actions {
    margin-top: 0.72rem;
  }

  .landing-search-status,
  .landing-inline-actions span {
    font-size: 0.91rem;
  }

  .landing-hero-metrics {
    gap: 0.58rem;
    margin-top: 0.72rem;
  }

  .landing-metric-chip {
    min-height: 3.1rem;
    padding: 0.65rem 0.88rem;
  }

  .landing-metric-text strong {
    font-size: 0.94rem;
  }

  .landing-proof-card {
    padding: 1.05rem;
  }

  .landing-proof-card h2 {
    margin-top: 0.75rem;
    font-size: clamp(1.78rem, 2.4vw, 2.32rem);
  }

  .landing-proof-card .landing-body-copy {
    margin-top: 0.7rem;
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .landing-ranking-list {
    gap: 0.55rem;
    margin-top: 0.8rem;
  }

  .landing-ranking-card,
  .landing-ranking-empty {
    padding: 0.82rem 0.9rem;
    border-radius: 18px;
  }

  .landing-ranking-score strong {
    font-size: 1.75rem;
  }
}
