:root {
  --green-900: #12351f;
  --green-800: #00552d;
  --green-700: #0b6b3a;
  --green-600: #198348;
  --gold-500: #ffc41f;
  --gold-300: #ffe69a;
  --ink: #162118;
  --muted: #5d6c61;
  --line: #cfded3;
  --paper: #fbfdf9;
  --soft: #eef7f1;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 53, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main > section[id] {
  scroll-margin-top: 108px;
}

body {
  margin: 0;
  background: var(--green-900);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(255, 196, 31, 0.24);
  background: rgba(18, 53, 31, 0.96);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav,
.hero-actions,
.preview-header,
.score-grid,
.club-link,
.contact-section,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  color: var(--white);
  font-weight: 800;
}

.brand-name {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
  white-space: nowrap;
}

.brand-coach {
  color: var(--gold-500);
}

.brand-ai {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  border: 1.5px solid var(--gold-500);
  border-radius: 6px;
  padding: 2px 5px 3px;
  color: var(--gold-500);
  font-size: 0.82em;
  font-weight: 900;
  line-height: 1;
}

.brand img {
  width: 42px;
  height: 42px;
}

.site-nav {
  gap: clamp(14px, 3vw, 30px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a:hover {
  color: var(--gold-500);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(34px, 6vw, 90px);
  padding: clamp(30px, 5vw, 48px) clamp(20px, 5vw, 72px) 32px;
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 196, 31, 0.22), transparent 29%),
    linear-gradient(135deg, var(--green-900) 0%, var(--green-800) 52%, var(--green-600) 100%);
}

.hero-content {
  align-self: center;
  max-width: 760px;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(4rem, 8vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-title {
  display: inline-flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
}

.hero-title-coach {
  color: var(--gold-500);
}

.hero-title-ai {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.08em;
  border: 0.035em solid var(--gold-500);
  border-radius: 0.12em;
  padding: 0.06em 0.12em 0.08em;
  color: var(--gold-500);
  font-size: 0.52em;
  font-weight: 900;
  line-height: 1;
}

h2 {
  margin-bottom: 0;
  color: var(--green-900);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--green-900);
  font-size: 1.22rem;
}

h4 {
  margin: 22px 0 8px;
  color: var(--green-900);
  font-size: 1.02rem;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-section .eyebrow {
  color: var(--gold-300);
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-badge {
  display: inline-flex;
  min-width: 176px;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 9px 14px;
  background: #07140c;
  color: var(--white);
  box-shadow: 0 12px 28px rgba(7, 20, 12, 0.24);
}

.store-badge:hover {
  border-color: rgba(255, 196, 31, 0.78);
  transform: translateY(-1px);
}

.store-badge svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  fill: currentColor;
}

.store-badge span,
.store-badge small,
.store-badge strong {
  display: block;
}

.store-badge small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  line-height: 1.1;
}

.store-badge strong {
  font-size: 1.05rem;
  line-height: 1.15;
}

.play-one {
  fill: #1fb96f;
}

.play-two {
  fill: #ffc41f;
}

.play-three {
  fill: #2d8cff;
}

.play-four {
  fill: #ff5a4e;
}

.store-note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 800;
}

.button-primary {
  background: var(--green-800);
  color: var(--white);
}

.button-primary:hover {
  background: var(--green-900);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--green-900);
}

.button-secondary:hover {
  border-color: var(--green-800);
}

.hero-visual {
  align-self: center;
  justify-self: center;
  width: min(100%, 430px);
}

.phone-frame {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px;
  padding: 12px;
  background: #111a14;
  box-shadow: 0 28px 80px rgba(7, 20, 12, 0.36);
}

.phone-topbar {
  width: 84px;
  height: 5px;
  margin: 4px auto 14px;
  border-radius: 99px;
  background: #2c3b31;
}

.hero-screenshot {
  width: 100%;
  height: clamp(380px, 54vh, 540px);
  border-radius: 22px;
  object-fit: cover;
  object-position: top center;
  background: var(--soft);
}

.app-preview {
  overflow: hidden;
  min-height: 350px;
  border-radius: 22px;
  padding: 20px;
  background: var(--paper);
}

.preview-header {
  gap: 12px;
  margin-bottom: 22px;
}

.preview-header img {
  width: 46px;
  height: 46px;
}

.preview-header strong,
.preview-header span {
  display: block;
}

.preview-header span,
.score-grid span {
  color: var(--muted);
  font-size: 0.9rem;
}

.score-grid {
  gap: 12px;
}

.score-grid div {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--white);
}

.score-grid strong {
  display: block;
  color: var(--green-900);
  font-size: 1.5rem;
}

.shot-map {
  position: relative;
  display: grid;
  width: min(100%, 188px);
  aspect-ratio: 1;
  place-items: center;
  margin: 18px auto;
  border-radius: 50%;
  background: #f6faf7;
}

.shot-map::before,
.ring {
  position: absolute;
  border-radius: 50%;
}

.shot-map::before {
  content: "";
  inset: 16px;
  border: 2px solid #8aa894;
}

.ring-one {
  inset: 54px;
  border: 2px solid #aebfb3;
}

.ring-two {
  inset: 96px;
  border: 2px solid #d1ddd4;
}

.shot {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--green-800);
  box-shadow: 0 6px 14px rgba(18, 53, 31, 0.22);
}

.shot-one {
  top: 42%;
  left: 55%;
}

.shot-two {
  top: 47%;
  left: 50%;
}

.shot-three {
  top: 39%;
  left: 48%;
}

.shot-four {
  top: 51%;
  left: 57%;
}

.app-preview p {
  margin-bottom: 0;
  color: var(--muted);
}

.section {
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 72px);
  background: var(--paper);
}

.section-intro,
.trust-section,
.club-section,
.contact-section,
.imprint-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(280px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.section-intro p,
.trust-section p,
.club-copy p,
.contact-section p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 30px;
}

.screenshot-section {
  overflow: hidden;
  background: var(--white);
}

.screenshot-strip {
  display: grid;
  grid-auto-columns: minmax(230px, 280px);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 0 18px;
  scroll-snap-type: x mandatory;
}

.screenshot-card {
  scroll-snap-align: start;
  margin: 0;
}

.screenshot-card img {
  width: 100%;
  aspect-ratio: 1206 / 2622;
  border: 1px solid rgba(18, 53, 31, 0.14);
  border-radius: 8px;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 18px 45px rgba(18, 53, 31, 0.16);
}

.screenshot-card figcaption {
  margin-top: 12px;
  color: var(--green-900);
  font-weight: 800;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.icon-box {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 8px;
  background: var(--gold-500);
  color: var(--green-900);
  font-weight: 900;
}

.process-section {
  background: var(--green-900);
  color: var(--white);
}

.process-section h2,
.process-section .section-label {
  color: var(--white);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  min-height: 170px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list strong {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.process-list span {
  color: rgba(255, 255, 255, 0.78);
}

.trust-section {
  background: var(--soft);
}

.club-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.club-link {
  justify-self: end;
  width: min(100%, 430px);
  gap: 16px;
  border: 1px solid #9fb6a6;
  border-radius: 8px;
  padding: 18px;
  background: #f7fbf8;
}

.club-link:hover {
  border-color: var(--green-800);
}

.club-logo {
  width: 86px;
  height: 118px;
  flex: 0 0 auto;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
}

.club-link strong,
.club-link em {
  display: block;
}

.club-link em {
  color: var(--muted);
  font-style: normal;
}

.contact-section {
  background: var(--green-800);
  color: var(--white);
}

.contact-section h2,
.contact-section .section-label,
.contact-section p {
  color: var(--white);
}

.contact-section .button {
  justify-self: end;
  background: var(--gold-500);
  color: var(--green-900);
}

.imprint-section {
  border-top: 1px solid rgba(207, 222, 211, 0.7);
  background: var(--paper);
}

.imprint-card {
  justify-self: end;
  width: min(100%, 430px);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
  color: var(--ink);
  font-style: normal;
}

.imprint-card strong,
.imprint-card span {
  display: block;
}

.imprint-card strong {
  margin-bottom: 8px;
  color: var(--green-900);
  font-size: 1.1rem;
}

.imprint-card span {
  color: var(--muted);
}

.legal-page {
  background: var(--paper);
}

.legal-hero {
  padding: clamp(46px, 7vw, 76px) clamp(20px, 5vw, 72px) 34px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 196, 31, 0.18), transparent 26%),
    linear-gradient(135deg, var(--green-900) 0%, var(--green-800) 64%, var(--green-600) 100%);
}

.legal-hero .section-label {
  color: var(--gold-300);
}

.legal-hero h1 {
  max-width: 920px;
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(3rem, 8vw, 6rem);
}

.legal-content {
  width: min(100%, 960px);
  margin: 0 auto;
  padding: clamp(42px, 7vw, 74px) clamp(20px, 5vw, 72px);
  background: var(--paper);
}

.legal-content section {
  margin-bottom: 42px;
}

.legal-content h2 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  line-height: 1.12;
}

.legal-content h3 {
  margin: 28px 0 10px;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 1.04rem;
}

.legal-content p {
  margin-bottom: 16px;
}

.legal-content ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-content a {
  color: var(--green-800);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.source-note {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 0.95rem;
}

.site-footer {
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(20px, 5vw, 72px);
  background: var(--paper);
  color: var(--muted);
  font-weight: 700;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a:hover {
  color: var(--green-800);
}

@media (max-width: 900px) {
  main > section[id] {
    scroll-margin-top: 148px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero-section,
  .section-intro,
  .trust-section,
  .club-section,
  .contact-section,
  .imprint-section {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    justify-self: start;
  }

  .feature-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .club-link,
  .contact-section .button,
  .imprint-card {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 16px;
  }

  .section,
  .hero-section {
    padding-inline: 16px;
  }

  .site-nav {
    gap: 16px;
    font-size: 0.9rem;
  }

  .store-actions,
  .store-badge,
  .hero-actions,
  .button {
    width: 100%;
  }

  .store-badge {
    justify-content: center;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 3.15rem);
  }

  .hero-visual {
    display: none;
  }

  .club-link {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
