:root {
  --bg: #edf4f1;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #ffffff;
  --text: #10343a;
  --muted: #54757b;
  --line: rgba(16, 52, 58, 0.12);
  --brand: #0d7f78;
  --brand-deep: #0b5a56;
  --brand-soft: #d7f1ee;
  --shadow: 0 26px 70px rgba(10, 49, 56, 0.11);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Trebuchet MS", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(13, 127, 120, 0.18), transparent 30%),
    radial-gradient(circle at right 18%, rgba(99, 210, 219, 0.18), transparent 24%),
    linear-gradient(180deg, #f8fcfb 0%, var(--bg) 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.shell {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(248, 252, 251, 0.82);
  border-bottom: 1px solid rgba(16, 52, 58, 0.06);
}

.site-header .shell,
.site-footer .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(13, 127, 120, 0.24);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.nav a {
  color: var(--muted);
  font-weight: 600;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--brand-deep);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
}

.lang-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  min-width: 46px;
  min-height: 38px;
  border-radius: 999px;
  cursor: pointer;
}

.lang-button.is-active {
  background: linear-gradient(135deg, var(--brand) 0%, #13a99f 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(13, 127, 120, 0.22);
}

.hero {
  padding: 22px 0 10px;
}

.hero-shell {
  display: block;
}

.hero-copy,
.card,
.legal-card,
.store-card,
.screen-slide,
.page-hero-box {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-copy {
  border-radius: var(--radius-xl);
  padding: 26px;
  max-width: 760px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-size: 0.84rem;
  font-weight: 700;
}

h1 {
  margin: 14px 0 12px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.lead {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 60ch;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0 18px;
}

.button,
.button-secondary,
.store-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
}

.button {
  background: linear-gradient(135deg, var(--brand) 0%, #13a99f 100%);
  color: #fff;
  box-shadow: 0 18px 34px rgba(13, 127, 120, 0.24);
}

.button-secondary {
  background: #fff;
  color: var(--brand-deep);
  border: 1px solid var(--line);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 52, 58, 0.08);
  color: var(--brand-deep);
  font-size: 0.84rem;
  font-weight: 700;
}

.section {
  padding: 16px 0;
}

.stores-section-top {
  padding-top: 10px;
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.section-title-centered {
  align-items: start;
  flex-direction: column;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  letter-spacing: -0.04em;
}

.section-title p {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.screen-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 420px);
  gap: 18px;
  overflow-x: auto;
  padding: 6px 6px 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(13, 127, 120, 0.5) rgba(16, 52, 58, 0.08);
}

.screen-rail::-webkit-scrollbar {
  height: 10px;
}

.screen-rail::-webkit-scrollbar-track {
  background: rgba(16, 52, 58, 0.08);
  border-radius: 999px;
}

.screen-rail::-webkit-scrollbar-thumb {
  background: rgba(13, 127, 120, 0.55);
  border-radius: 999px;
}

.screen-slide {
  scroll-snap-align: center;
  border-radius: var(--radius-xl);
  min-height: 100%;
  padding: 14px 14px 12px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.screen-slide.is-active {
  transform: translateY(-4px);
  box-shadow: 0 32px 80px rgba(10, 49, 56, 0.16);
}

.screen-carousel {
  position: relative;
  padding: 0 44px;
}

.screen-arrow {
  position: absolute;
  top: 44%;
  z-index: 8;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-deep);
  box-shadow: 0 18px 36px rgba(10, 49, 56, 0.16);
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transform: translateY(-50%);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.screen-arrow:hover,
.screen-arrow:focus-visible {
  background: linear-gradient(135deg, var(--brand) 0%, #13a99f 100%);
  color: #fff;
}

.screen-arrow:active {
  transform: translateY(-50%) scale(0.96);
}

.screen-arrow span {
  font-size: 1.8rem;
  line-height: 1;
}

.screen-arrow-prev {
  left: 10px;
}

.screen-arrow-next {
  right: 10px;
}

.phone-shell {
  position: relative;
  max-width: 320px;
  margin: 0 auto 10px;
  padding: 12px 9px 12px;
  border-radius: 42px;
  background:
    linear-gradient(145deg, #173338 0%, #08181b 48%, #173338 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.08),
    inset 0 0 0 8px rgba(255, 255, 255, 0.03),
    0 26px 58px rgba(7, 30, 34, 0.28);
}

.phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 34%;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 0 0 16px 16px;
  background: #071316;
  z-index: 2;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.screen-media {
  overflow: hidden;
  border-radius: 32px;
  background: #eff7f5;
  box-shadow: 0 16px 40px rgba(8, 28, 31, 0.2);
}

.screen-media img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.showcase-poster {
  overflow: hidden;
  margin: 0 auto 10px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(8, 28, 31, 0.16);
}

.showcase-poster img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 26px;
}

.showcase-poster-raw {
  background: linear-gradient(180deg, rgba(232, 244, 242, 0.96), rgba(255, 255, 255, 0.98));
}

.showcase-poster-raw img {
  clip-path: inset(108px 0 70px 0 round 26px);
}

.crop-water img {
  clip-path: inset(0 0 56px 0 round 24px);
}

.crop-weather img,
.crop-spot img,
.crop-analysis img {
  clip-path: inset(0 0 54px 0 round 24px);
}

.crop-map img {
  clip-path: inset(0 0 68px 0 round 24px);
}

.crop-tackle img {
  clip-path: inset(108px 0 68px 0 round 24px);
}

.crop-saved-spots img {
  clip-path: inset(108px 0 68px 0 round 24px);
}

.crop-radar img {
  clip-path: inset(0 0 66px 0 round 24px);
}

.screen-copy {
  padding: 0 2px 0;
}

.screen-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  margin-bottom: 10px;
  background: rgba(9, 53, 57, 0.84);
  color: #f5ffff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.screen-copy h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  letter-spacing: -0.03em;
}

.screen-copy p,
.muted {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.swipe-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  text-align: center;
}

.screen-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.screen-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 52, 58, 0.18);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, width 180ms ease;
}

.screen-dot.is-active {
  width: 28px;
  background: linear-gradient(135deg, var(--brand) 0%, #13a99f 100%);
  transform: scale(1.02);
}

.overview-grid,
.store-grid,
.legal-grid {
  display: grid;
  gap: 14px;
}

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

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

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

.card,
.legal-card,
.store-card {
  border-radius: var(--radius-lg);
  padding: 18px;
}

.card h3,
.legal-card h3,
.store-card h3 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.card p,
.legal-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.store-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(215, 241, 238, 0.74));
}

.store-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.store-pill {
  background: #0c1d20;
  color: #fff;
}

.store-pill.is-muted {
  background: #f2f7f6;
  color: var(--brand-deep);
  border: 1px solid rgba(16, 52, 58, 0.1);
}

.legal-card strong {
  color: var(--brand-deep);
}

.page-hero {
  padding: 16px 0 10px;
}

.page-hero .shell,
.legal-page .shell {
  max-width: 880px;
}

.page-hero-box {
  padding: 18px;
  border-radius: var(--radius-xl);
}

.page-hero h1 {
  margin: 6px 0 8px;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
}

.page-meta {
  color: var(--muted);
  font-size: 0.84rem;
}

.legal-page {
  padding: 4px 0 18px;
}

.legal-stack {
  display: grid;
  gap: 12px;
}

.legal-stack section {
  padding: 16px 18px;
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  border: 1px solid rgba(16, 52, 58, 0.09);
  box-shadow: 0 20px 50px rgba(10, 49, 56, 0.08);
}

.legal-stack h2 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.legal-stack p,
.legal-stack li {
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.9rem;
}

.legal-stack ul,
.legal-stack ol {
  margin: 0;
  padding-left: 20px;
}

.callout {
  padding: 14px;
  border-radius: var(--radius-md);
  background: var(--brand-soft);
  color: var(--brand-deep);
}

.site-footer {
  margin-top: 28px;
  border-top: 1px solid rgba(16, 52, 58, 0.08);
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--muted);
}

@media (max-width: 980px) {
  .overview-grid,
  .store-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .site-header .shell,
  .site-footer .shell {
    align-items: start;
    flex-direction: column;
  }

  .nav-actions {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .brand {
    font-size: 1rem;
  }

  .brand img {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .nav {
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .lang-switch {
    margin-left: auto;
  }

  .hero {
    padding-top: 10px;
  }

  .hero-copy,
  .card,
  .legal-card,
  .store-card,
  .page-hero-box {
    padding: 14px;
  }

  h1 {
    font-size: clamp(1.4rem, 7.6vw, 2rem);
    line-height: 1.04;
    margin: 12px 0 10px;
  }

  .eyebrow {
    min-height: 28px;
    padding: 6px 10px;
    font-size: 0.72rem;
  }

  .lead {
    line-height: 1.5;
  }

  .hero-actions {
    margin: 14px 0 12px;
    gap: 10px;
  }

  .button,
  .button-secondary,
  .store-pill {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.84rem;
  }

  .hero-points {
    gap: 8px;
  }

  .hero-points span {
    min-height: 34px;
    padding: 0 11px;
    font-size: 0.76rem;
  }

  .section {
    padding: 10px 0;
  }

  .section-title {
    margin-bottom: 10px;
  }

  .section-title h2 {
    font-size: 1.18rem;
  }

  .lead,
  .section-title p,
  .card p,
  .legal-card p,
  .screen-copy p,
  .muted {
    font-size: 0.92rem;
  }

  .screen-rail {
    grid-auto-columns: minmax(248px, 78vw);
    gap: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .screen-carousel {
    padding: 0 22px;
  }

  .screen-arrow {
    width: 34px;
    height: 34px;
  }

  .screen-arrow span {
    font-size: 1.3rem;
  }

  .screen-arrow-prev {
    left: 8px;
  }

  .screen-arrow-next {
    right: 8px;
  }

  .screen-slide {
    padding: 10px 10px 8px;
  }

  .phone-shell {
    max-width: 252px;
    padding: 10px 7px 10px;
    border-radius: 32px;
    margin-bottom: 8px;
  }

  .phone-notch {
    top: 9px;
    height: 16px;
  }

  .screen-media {
    border-radius: 28px;
  }

  .screen-copy {
    padding: 0;
  }

  .showcase-poster {
    margin-bottom: 8px;
    border-radius: 22px;
  }

  .showcase-poster img {
    border-radius: 22px;
  }

  .showcase-poster-raw img {
    clip-path: inset(96px 0 62px 0 round 22px);
  }

  .screen-copy h3 {
    font-size: 0.96rem;
    margin-bottom: 6px;
  }

  .screen-tag {
    min-height: 26px;
    padding: 0 10px;
    margin-bottom: 8px;
    font-size: 0.66rem;
  }

  .swipe-note {
    text-align: left;
    font-size: 0.78rem;
  }
}

@media (max-width: 560px) {
  .site-header .shell {
    gap: 10px;
    padding: 10px 0;
  }

  .brand {
    gap: 10px;
    font-size: 0.94rem;
  }

  .brand img {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .hero-copy,
  .card,
  .legal-card,
  .store-card,
  .page-hero-box {
    padding: 12px;
    border-radius: 22px;
  }

  h1 {
    font-size: clamp(1.28rem, 7vw, 1.72rem);
  }

  .section-title p,
  .card p,
  .legal-card p,
  .screen-copy p,
  .muted,
  .lead {
    font-size: 0.84rem;
  }

  .store-row {
    margin-top: 12px;
  }

  .screen-rail {
    grid-auto-columns: minmax(232px, 76vw);
  }

  .phone-shell {
    max-width: 236px;
    margin-bottom: 6px;
  }

  .showcase-poster {
    border-radius: 20px;
  }

  .showcase-poster img {
    border-radius: 20px;
  }

  .showcase-poster-raw img {
    clip-path: inset(92px 0 58px 0 round 20px);
  }
}
