:root {
  --bg: #030403;
  --panel-soft: #121812;
  --line: rgba(255, 255, 255, 0.14);
  --text: #f7f9f4;
  --muted: #aeb8a9;
  --green-strong: #9bff37;
  --white-soft: #e9eee5;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.46);
  --anchor-scroll-offset: 72px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-scroll-offset);
  overflow-x: hidden;
}

#buchung {
  scroll-margin-top: 20px;
}

#kontakt {
  scroll-margin-top: 7px;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 82% 12%, rgba(120, 210, 29, 0.2), transparent 30rem),
    linear-gradient(180deg, #050704 0%, var(--bg) 48%, #070906 100%);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(3, 4, 3, 0.78);
  border-bottom: 1px solid transparent;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(3, 4, 3, 0.94);
  border-color: var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 154px;
  flex: 0 0 auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--white-soft);
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: "";
  background: var(--green-strong);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  border-radius: 6px;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: currentColor;
}

.section {
  padding: clamp(78px, 9vw, 116px) clamp(18px, 4vw, 56px);
}

.intro,
.use-cases,
.process,
.faq {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.intro::before,
.use-cases::before,
.process::before,
.faq::before {
  position: absolute;
  z-index: -2;
  content: "";
  background-repeat: no-repeat;
  pointer-events: none;
}

.intro::after,
.use-cases::after,
.process::after,
.faq::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
}

.intro::before {
  inset: -42px 0;
  background-image: url("assets/section-golf-ball.png");
  background-position: center right;
  background-size: cover;
  opacity: 1;
  filter: none;
  mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.use-cases::before {
  top: clamp(310px, 17vw, 380px);
  right: clamp(10px, 4vw, 56px);
  width: min(62vw, 1080px);
  aspect-ratio: 1240 / 988;
  background-image: url("assets/section-golf-bag-art.png");
  background-position: right top;
  background-size: contain;
  opacity: 0.94;
  mask-image: linear-gradient(180deg, #000 0%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 92%, transparent 100%);
}

.process::before {
  inset: -42px 0;
  background-image: url("assets/section-golf-club.png");
  background-position: center right;
  background-size: cover;
  opacity: 1;
  mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-top: 130px;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 78%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-media::before {
  position: absolute;
  right: min(7vw, 90px);
  bottom: 8vh;
  width: min(48vw, 720px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(120, 210, 29, 0.4);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 28%, rgba(120, 210, 29, 0.09) 29%, transparent 30%),
    radial-gradient(circle, rgba(120, 210, 29, 0.13), transparent 64%);
  box-shadow: inset 0 0 60px rgba(120, 210, 29, 0.12);
}

.swing-path {
  display: none;
  position: absolute;
  right: clamp(18px, 12vw, 160px);
  top: 22%;
  width: min(44vw, 620px);
  aspect-ratio: 1.55;
  border-top: 8px solid rgba(155, 255, 55, 0.9);
  border-left: 1px solid transparent;
  border-radius: 50%;
  transform: rotate(-14deg);
  filter: drop-shadow(0 0 24px rgba(155, 255, 55, 0.42));
}

.target-grid {
  position: absolute;
  right: -10vw;
  bottom: -20vh;
  width: min(76vw, 980px);
  aspect-ratio: 1.25;
  border-radius: 50%;
  background:
    repeating-radial-gradient(ellipse at center, rgba(120, 210, 29, 0.25) 0 2px, transparent 2px 42px),
    linear-gradient(90deg, transparent 49%, rgba(120, 210, 29, 0.28) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(120, 210, 29, 0.2) 50%, transparent 51%);
  opacity: 0.42;
  transform: perspective(700px) rotateX(64deg) rotateZ(-8deg);
}

.hero-content {
  width: min(780px, 100%);
}

.hero-layout {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
}

.hero-bg-image {
  position: absolute;
  top: 9%;
  right: 0;
  width: min(76vw, 1180px);
  height: 82%;
  object-fit: contain;
  object-position: center right;
  opacity: 0.9;
  filter: saturate(1.05) contrast(1.06);
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 12%, rgba(0, 0, 0, 0.82) 34%, #000 58%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 86%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 12%, rgba(0, 0, 0, 0.82) 34%, #000 58%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 86%, transparent 100%);
  -webkit-mask-composite: source-in;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, #030403 0%, rgba(3, 4, 3, 0.98) 28%, rgba(3, 4, 3, 0.62) 48%, rgba(3, 4, 3, 0.08) 74%),
    linear-gradient(180deg, rgba(3, 4, 3, 0.82) 0%, transparent 22%, transparent 68%, rgba(3, 4, 3, 0.82) 100%);
  pointer-events: none;
}


.eyebrow {
  display: block;
  width: fit-content;
  max-width: min(100%, 680px);
  margin: 0 0 0;
  padding: 0.4em 0 0.02em;
  color: var(--green-strong);
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  font-weight: 900;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: normal;
  overflow: visible;
  overflow-wrap: break-word;
}

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

h1 {
  max-width: 13ch;
  margin-bottom: 24px;
  padding-top: 0.08em;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-content h1 {
  text-transform: none;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.hero-copy {
  width: min(670px, 100%);
  color: var(--white-soft);
  font-size: clamp(1.06rem, 1.6vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--green-strong);
  color: #081104;
  box-shadow: 0 16px 36px rgba(120, 210, 29, 0.24);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(820px, 100%);
  margin-top: 54px;
}

.hero-stats div,
.option-card,
.use-case-grid article,
.timeline article,
.legal-grid article {
  border: 1px solid rgba(155, 255, 55, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.hero-stats div {
  min-height: 108px;
  padding: 18px;
  border-radius: 8px;
}

.hero-stats strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green-strong);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.92rem;
}

.section-heading {
  width: min(920px, 100%);
  margin-bottom: 38px;
}

.intro,
.packages,
.legal {
  max-width: 1240px;
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(280px, 520px);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: none;
  min-height: clamp(540px, 58vw, 720px);
}

.intro .section-heading {
  margin-bottom: 0;
}

.intro-copy {
  color: var(--white-soft);
  font-size: 1.08rem;
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.package-grid,
.use-case-grid,
.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.package-card,
.use-case-grid article,
.legal-grid article {
  border-radius: 8px;
}

.package-card {
  position: relative;
  min-height: 390px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(155, 255, 55, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.018)),
    rgba(10, 14, 10, 0.86);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.package-card::after {
  position: absolute;
  right: -56px;
  bottom: -70px;
  width: 190px;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(120, 210, 29, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.package-card > * {
  position: relative;
  z-index: 1;
}

.package-card.featured {
  background:
    linear-gradient(180deg, rgba(120, 210, 29, 0.18), rgba(120, 210, 29, 0.055) 52%, rgba(255, 255, 255, 0.025)),
    var(--panel-soft);
  border-color: rgba(155, 255, 55, 0.58);
  box-shadow:
    0 22px 64px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(155, 255, 55, 0.08),
    0 0 42px rgba(120, 210, 29, 0.1);
}

.package-card-topline {
  display: flex;
  min-height: calc(1.6em + 44px);
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
}

.card-number {
  display: inline-flex;
  margin-bottom: 44px;
  color: var(--green-strong);
  font-size: 0.88rem;
  font-weight: 900;
}

.package-card-topline .card-number {
  margin-bottom: 0;
}

.package-badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border: 1px solid rgba(155, 255, 55, 0.5);
  border-radius: 999px;
  background: rgba(155, 255, 55, 0.1);
  color: var(--green-strong);
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.package-card.featured .package-badge {
  background: rgba(155, 255, 55, 0.16);
  box-shadow: 0 0 20px rgba(155, 255, 55, 0.12);
}

.package-badge span {
  margin-right: 4px;
  font-size: 0.86em;
  line-height: 1;
}

.package-card p,
.use-case-grid p,
.timeline p,
.legal-grid p,
.faq-list p {
  color: var(--muted);
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 20px;
  color: var(--white-soft);
}

.package-card li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--green-strong);
}


.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: clamp(44px, 5vw, 72px);
  padding-bottom: clamp(42px, 5vw, 70px);
}

.feature-strip article {
  min-height: 160px;
  padding: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.feature-strip span {
  display: block;
  margin-bottom: 12px;
  color: var(--green-strong);
  font-weight: 900;
  text-transform: uppercase;
}

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

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

.package-card {
  display: flex;
  flex-direction: column;
}

.package-card.custom {
  border-color: rgba(255, 255, 255, 0.28);
}

.package-card h3 {
  min-height: 3.25em;
  margin-bottom: 14px;
}

.package-description {
  min-height: 9.2em;
  margin-bottom: 0;
}

.package-time {
  min-height: 5.15em;
  margin-bottom: 16px;
  color: var(--white-soft);
  font-weight: 800;
}

.price {
  min-height: 2.05em;
  margin-bottom: 20px;
  color: var(--green-strong) !important;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card.custom .price {
  max-width: 100%;
  font-size: clamp(1.45rem, 1.85vw, 2rem);
  line-height: 1.05;
  overflow-wrap: normal;
}

.button-card {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: auto;
  border-color: rgba(155, 255, 55, 0.36);
  background: rgba(155, 255, 55, 0.08);
  color: var(--text);
}

.booking-preview {
  background: rgba(255, 255, 255, 0.025);
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  max-width: 1240px;
  margin: 0 auto;
  align-items: center;
}

.booking-panel-full {
  display: block;
}

.booking-card {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(155, 255, 55, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022)),
    rgba(8, 12, 8, 0.92);
  box-shadow: var(--shadow);
}

.booking-card-header {
  margin-bottom: 18px;
}

.booking-card-header h2 {
  max-width: 100%;
  margin-bottom: 0;
  overflow-wrap: normal;
}

.booking-panel p {
  color: var(--white-soft);
  font-size: 1.08rem;
}

.booking-widget {
  display: grid;
  grid-template-columns: minmax(140px, 170px) minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
  align-items: stretch;
}

.booking-sidebar {
  padding-right: clamp(0px, 1.4vw, 12px);
}

.booking-flow-steps {
  display: grid;
  gap: 6px;
  margin: 0 0 16px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(155, 255, 55, 0.2);
  list-style: none;
}

.booking-flow-steps li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  min-width: 0;
  color: var(--white-soft);
  font-size: 0.7rem;
  font-weight: 650;
  line-height: 1.28;
  overflow-wrap: break-word;
}

.booking-flow-steps span {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(155, 255, 55, 0.18);
  color: var(--green-strong);
  font-size: 0.68rem;
  font-weight: 900;
}

.booking-flow-steps-package {
  margin-bottom: 14px;
}

.booking-flow-steps-cal {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.booking-flow-steps-cal li {
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 7px;
}

.booking-flow-steps-cal span {
  width: 22px;
  height: 22px;
}

.booking-label {
  margin-bottom: 10px;
  color: var(--green-strong) !important;
  font-size: 0.7rem !important;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-options {
  display: grid;
  gap: 7px;
}

.booking-option {
  display: grid;
  gap: 2px;
  width: 100%;
  min-height: 58px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(3, 4, 3, 0.5);
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.booking-option-number {
  display: inline-flex;
  width: fit-content;
  min-width: 52px;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(155, 255, 55, 0.16);
  color: var(--green-strong);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}

.booking-option-title {
  color: var(--white-soft);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-option strong {
  color: var(--green-strong);
  font-size: 0.95rem;
  line-height: 1.05;
}

.booking-option small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
}

.booking-option.is-active {
  border-color: rgba(155, 255, 55, 0.72);
  background: rgba(155, 255, 55, 0.12);
}

.custom-request-button {
  width: 100%;
  min-height: 54px;
  margin-top: 8px;
  flex-direction: column;
  gap: 5px;
  padding: 9px;
  font-size: 0.7rem;
  text-align: center;
}

.custom-request-button .booking-option-number {
  margin-bottom: 0;
}

.calendar-card {
  padding: clamp(18px, 3vw, 26px);
}

.cal-card {
  display: grid;
  min-height: 0;
  grid-template-rows: auto auto;
  overflow: hidden;
  border-left: 1px solid rgba(155, 255, 55, 0.2);
  padding-left: clamp(18px, 2.4vw, 30px);
}

.cal-card-header {
  padding: 0 0 14px;
}

.cal-card-header h3 {
  margin-bottom: 10px;
}

.cal-inline {
  min-height: 0;
  padding: 0 0 8px;
  overflow-anchor: none;
}

.cal-inline iframe {
  display: block;
  width: 100%;
  height: clamp(980px, 78vw, 1120px) !important;
  min-height: clamp(980px, 78vw, 1120px) !important;
  border: 0;
  border-radius: 8px;
  background: #080b07;
}

.booking-panel .cal-hint {
  margin: -6px 0 8px;
  padding: 0;
  color: rgba(233, 238, 229, 0.54);
  font-size: 0.54rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}

.booking-panel .cal-hint strong {
  color: rgba(233, 238, 229, 0.68);
  font-weight: 500;
}

.booking-panel .cal-hint a {
  color: var(--green-strong);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.payment-status {
  margin: 0 clamp(18px, 3vw, 26px) clamp(18px, 3vw, 26px);
  padding: 14px 16px;
  border: 1px solid rgba(155, 255, 55, 0.34);
  border-radius: 8px;
  background: rgba(155, 255, 55, 0.08);
}

.payment-status[hidden] {
  display: none;
}

.payment-status strong {
  display: block;
  color: var(--green-strong);
  font-size: 0.92rem;
  font-weight: 900;
}

.payment-status p {
  margin: 6px 0 0;
  color: var(--white-soft);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
}

.calendar-toolbar {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  text-align: center;
}

.calendar-toolbar span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.calendar-toolbar strong {
  color: var(--text);
  font-size: 1.45rem;
}

.calendar-nav {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(3, 4, 3, 0.58);
  color: var(--green-strong);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.calendar-weekdays,
.booking-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.calendar-weekdays {
  margin-bottom: 8px;
}

.calendar-weekdays span {
  display: grid;
  min-height: 32px;
  place-items: center;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.calendar-day {
  position: relative;
  display: grid;
  min-height: 72px;
  align-content: space-between;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(3, 4, 3, 0.58);
  color: var(--text);
  font: inherit;
  text-align: left;
}

.calendar-day:not(:disabled) {
  cursor: pointer;
}

.calendar-day:disabled {
  color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.025);
  cursor: not-allowed;
}

.calendar-day:disabled .calendar-day-price {
  color: rgba(255, 255, 255, 0.26);
}

.calendar-day.is-available {
  border-color: rgba(155, 255, 55, 0.38);
}

.calendar-day.is-selected {
  background: rgba(155, 255, 55, 0.18);
  border-color: rgba(155, 255, 55, 0.86);
  box-shadow: inset 0 0 0 1px rgba(155, 255, 55, 0.35);
}

.calendar-day-number {
  font-weight: 900;
}

.calendar-day-price {
  color: var(--green-strong);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.calendar-day.is-empty {
  visibility: hidden;
}

.use-cases {
  min-height: clamp(980px, 62vw, 1260px);
  padding-top: clamp(88px, 8vw, 116px);
  padding-bottom: clamp(132px, 12vw, 210px);
  background: rgba(255, 255, 255, 0.025);
}

.process {
  width: 100%;
  max-width: none;
  min-height: clamp(760px, 52vw, 960px);
  padding-top: clamp(88px, 8vw, 116px);
  padding-bottom: clamp(132px, 11vw, 190px);
}

.use-cases .section-heading,
.use-case-grid,
.process .section-heading,
.timeline {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.use-case-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.use-case-grid article,
.legal-grid article {
  padding: 26px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.timeline article {
  min-height: 220px;
  padding: 20px;
  border-radius: 8px;
}

.timeline article h3 {
  margin-bottom: 10px;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.18;
}

.timeline article p {
  font-size: 0.94rem;
  line-height: 1.55;
}

.timeline span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--green-strong);
  color: #081104;
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

summary {
  cursor: pointer;
  padding: 22px 24px;
  font-size: 1.05rem;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 24px 24px;
}

.faq {
  width: 100%;
  max-width: none;
  min-height: clamp(720px, 48vw, 920px);
}

.faq::before {
  top: 0;
  left: 0;
  right: 0;
  height: clamp(720px, 48vw, 920px);
  background-image: url("assets/section-faq-logo.png");
  background-position: center 62%;
  background-size: auto clamp(720px, 48vw, 920px);
  opacity: 0.72;
  mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.faq::after {
  background:
    linear-gradient(180deg, #030403 0%, rgba(3, 4, 3, 0.32) 13%, rgba(3, 4, 3, 0.28) 84%, #030403 100%),
    linear-gradient(90deg, rgba(3, 4, 3, 0.96) 0%, rgba(3, 4, 3, 0.82) 44%, rgba(3, 4, 3, 0.58) 100%);
}

.faq .section-heading,
.faq-list {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.contact {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #080b07;
}

.contact::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background: url("assets/section-contact-golf.png") center / cover no-repeat;
  opacity: 0.86;
}

.contact::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 4, 3, 0.96) 0%, rgba(3, 4, 3, 0.78) 48%, rgba(3, 4, 3, 0.66) 100%),
    radial-gradient(circle at 88% 30%, rgba(155, 255, 55, 0.16), transparent 30rem);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  max-width: 1240px;
  margin: 0 auto;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 110px;
}

.contact-copy p {
  color: var(--white-soft);
  font-size: 1.08rem;
}

.contact-copy .eyebrow {
  color: var(--green-strong);
}

.direct-mail {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green-strong);
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(155, 255, 55, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--white-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(3, 4, 3, 0.7);
  color: var(--text);
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(155, 255, 55, 0.48);
  border-color: transparent;
}

input[readonly] {
  color: var(--muted);
  cursor: default;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.social-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 360px;
  margin-top: 24px;
}

.social-links a {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(155, 255, 55, 0.28);
  border-radius: 6px;
  background: rgba(155, 255, 55, 0.08);
  color: var(--text);
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(155, 255, 55, 0.64);
  background: rgba(155, 255, 55, 0.14);
}

.social-links span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--green-strong);
  color: #081104;
  font-size: 0.82rem;
  line-height: 1;
}

.social-links svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

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

.legal-link-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
}

.legal-link-card h3 a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.legal-link-card h3 a:hover,
.legal-link-card h3 a:focus-visible {
  color: var(--green-strong);
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  padding: 24px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #030403;
}

.site-footer img {
  width: 86px;
  opacity: 0.86;
}

.site-footer p {
  margin: 0;
  max-width: 460px;
  color: rgba(174, 184, 169, 0.84);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.55;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
  color: rgba(233, 238, 229, 0.76);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.site-footer a {
  padding: 6px 0;
  transition: color 180ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--green-strong);
}


.intro,
.use-cases,
.process,
.faq,
.contact {
  background: #030403;
}

.intro::after,
.use-cases::after,
.process::after {
  background:
    linear-gradient(180deg, #030403 0%, rgba(3, 4, 3, 0.22) 13%, rgba(3, 4, 3, 0.2) 84%, #030403 100%),
    linear-gradient(90deg, rgba(3, 4, 3, 0.98) 0%, rgba(3, 4, 3, 0.82) 40%, rgba(3, 4, 3, 0.42) 72%, rgba(3, 4, 3, 0.16) 100%),
    radial-gradient(circle at 14% 20%, rgba(155, 255, 55, 0.09), transparent 25rem);
}

.intro::after {
  background:
    linear-gradient(180deg, #030403 0%, rgba(3, 4, 3, 0.12) 12%, rgba(3, 4, 3, 0.1) 86%, #030403 100%),
    linear-gradient(90deg, rgba(3, 4, 3, 0.92) 0%, rgba(3, 4, 3, 0.7) 35%, rgba(3, 4, 3, 0.22) 66%, rgba(3, 4, 3, 0.04) 100%);
}

.contact::before {
  inset: -72px 0;
  opacity: 0.9;
  mask-image: linear-gradient(180deg, transparent 0, #000 13%, #000 87%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 13%, #000 87%, transparent 100%);
}

.contact::after {
  background:
    linear-gradient(180deg, #030403 0%, rgba(3, 4, 3, 0.28) 13%, rgba(3, 4, 3, 0.24) 84%, #030403 100%),
    linear-gradient(90deg, rgba(3, 4, 3, 0.96) 0%, rgba(3, 4, 3, 0.78) 46%, rgba(3, 4, 3, 0.46) 100%),
  radial-gradient(circle at 88% 30%, rgba(155, 255, 55, 0.14), transparent 30rem);
}

@media (max-width: 1320px) {
  .package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .package-card h3,
  .package-time,
  .package-description,
  .price {
    min-height: 0;
  }

  .booking-widget {
    grid-template-columns: minmax(150px, 180px) minmax(0, 1fr);
  }

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

@media (max-width: 1180px) {
  .timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .use-cases {
    min-height: auto;
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: fixed;
    inset: 80px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(3, 4, 3, 0.98);
    box-shadow: var(--shadow);
    max-height: calc(100svh - 96px);
    overflow-y: auto;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 14px 6px;
  }

  .main-nav.payment-nav {
    position: static;
    display: flex;
    max-height: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 16px;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 0.76rem;
  }

  .main-nav.payment-nav a {
    padding: 6px 0;
  }

  .hero {
    min-height: 980px;
    align-items: start;
  }

  .hero-layout {
    width: min(720px, 100%);
  }

  .hero-bg-image {
    top: 96px;
    right: -26%;
    width: min(132vw, 720px);
    height: 58%;
    opacity: 0.56;
    object-position: center top;
    mask-image:
      linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.54) 14%, #000 40%, #000 100%),
      linear-gradient(180deg, transparent 0%, #000 12%, #000 76%, transparent 100%);
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.54) 14%, #000 40%, #000 100%),
      linear-gradient(180deg, transparent 0%, #000 12%, #000 76%, transparent 100%);
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(3, 4, 3, 0.68) 0%, rgba(3, 4, 3, 0.28) 26%, rgba(3, 4, 3, 0.52) 58%, #030403 100%),
      linear-gradient(90deg, rgba(3, 4, 3, 0.93) 0%, rgba(3, 4, 3, 0.56) 48%, rgba(3, 4, 3, 0.12) 100%);
  }

  .use-cases,
  .process {
    min-height: auto;
    padding-bottom: 66px;
  }

  .intro::before,
  .use-cases::before,
  .process::before {
    top: auto;
    right: -12%;
    bottom: 22px;
    left: auto;
    width: min(116vw, 720px);
    height: min(74vw, 500px);
    background-position: right bottom;
    background-size: contain;
    opacity: 0.5;
  }

  .intro::before {
    right: -22%;
    bottom: 0;
    width: min(128vw, 760px);
    height: min(86vw, 560px);
  }

  .hero-stats,
  .intro,
  .feature-strip,
  .package-grid,
  .use-case-grid,
  .timeline,
  .booking-panel,
  .booking-widget,
  .contact-panel,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .booking-card {
    padding: 18px;
  }

  .booking-sidebar {
    padding-right: 0;
  }

  .cal-card {
    padding-top: 18px;
    padding-left: 0;
    border-top: 1px solid rgba(155, 255, 55, 0.2);
    border-left: 0;
  }

  .booking-flow-steps-cal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-card,
  .timeline article {
    min-height: auto;
  }

  .package-card h3,
  .package-time,
  .price,
  .package-description {
    min-height: 0;
  }

  .contact-copy {
    position: static;
  }

  .booking-options {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .booking-option {
    min-height: 100px;
  }

  .custom-request-button {
    min-height: 68px;
  }

  .legal-link-card {
    min-height: auto;
  }

  .site-footer {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .site-footer div {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

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

  .brand {
    width: 132px;
  }

  .main-nav.payment-nav {
    max-width: min(62vw, 250px);
    gap: 4px 12px;
    font-size: 0.68rem;
    line-height: 1.15;
  }

  .section {
    padding: 66px 16px;
  }

  .hero {
    min-height: 1160px;
    padding-top: 104px;
    padding-bottom: 48px;
  }

  .hero-bg-image {
    top: 272px;
    right: auto;
    left: 0;
    width: 100vw;
    max-width: none;
    height: 300px;
    opacity: 1;
    object-fit: cover;
    object-position: 88% center;
    filter: saturate(1.1) contrast(1.04) brightness(1.28);
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 78%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 78%, transparent 100%);
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(3, 4, 3, 0.68) 0%, rgba(3, 4, 3, 0.68) 29%, rgba(3, 4, 3, 0.02) 42%, rgba(3, 4, 3, 0.04) 57%, rgba(3, 4, 3, 0.86) 72%, #030403 100%),
      linear-gradient(90deg, rgba(3, 4, 3, 0.08) 0%, rgba(3, 4, 3, 0.04) 42%, rgba(3, 4, 3, 0.01) 100%);
  }

  .hero-content {
    padding-top: 18px;
  }

  .hero-media::before,
  .swing-path {
    opacity: 0.48;
  }

  .target-grid {
    display: none;
  }

  .eyebrow {
    max-width: 24ch;
    font-size: 0.96rem;
    line-height: 1.75;
  }

  h1 {
    font-size: clamp(2.55rem, 16vw, 4.6rem);
    line-height: 1.06;
  }

  .hero-content h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.1rem);
    line-height: 1.08;
  }

  .hero-copy {
    margin-top: 300px;
  }

  h2 {
    font-size: clamp(1.9rem, 11vw, 3rem);
  }

  .legal .section-heading h2 {
    font-size: clamp(1.72rem, 9.2vw, 2.55rem);
    line-height: 1.08;
  }

  .booking-card-header h2 {
    font-size: clamp(2rem, 9vw, 2.45rem);
    line-height: 1.05;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .site-footer img {
    width: 74px;
  }

  .site-footer p {
    max-width: none;
    font-size: 0.86rem;
  }

  .site-footer div {
    justify-content: flex-start;
    gap: 6px 14px;
    font-size: 0.78rem;
  }

  .button {
    width: 100%;
  }

  .hero-stats {
    margin-top: 34px;
  }

  .booking-sidebar {
    padding: 0;
  }

  .booking-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  .booking-option {
    min-height: 74px;
    padding: 8px 6px;
  }

  .booking-option strong {
    font-size: 0.78rem;
  }

  .booking-option small {
    font-size: 0.55rem;
  }

  .booking-option-number {
    min-width: 42px;
    min-height: 18px;
    margin-bottom: 3px;
    padding: 2px 5px;
    font-size: 0.48rem;
  }

  .booking-option-title {
    font-size: 0.58rem;
  }

  .custom-request-button {
    min-height: 54px;
  }

  .cal-card-header {
    padding: 18px 0 10px;
  }

  .cal-inline {
    padding: 0 0 8px;
  }

  .cal-inline iframe {
    height: 1280px !important;
    min-height: 1280px !important;
  }

  .booking-panel .cal-hint {
    margin-bottom: 7px;
    font-size: 0.5rem;
  }

  .form-grid,
  .calendar-toolbar {
    grid-template-columns: 1fr;
  }

  .calendar-weekdays,
  .booking-calendar {
    gap: 5px;
  }

  .calendar-day {
    min-height: 58px;
    padding: 7px;
  }

  .calendar-day-price {
    font-size: 0.62rem;
  }

  .contact-form {
    padding: 20px;
  }

  .social-links {
    grid-template-columns: 1fr;
  }

  .legal-document {
    padding-right: 14px;
    padding-left: 14px;
  }

  .legal-document-card {
    padding: 22px;
  }

  .legal-document-card h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 1.04;
  }

  .legal-link-card h3 {
    font-size: 1.12rem;
  }

  .payment-page .site-header {
    position: absolute;
  }

  .payment-result {
    min-height: 100svh;
    align-items: start;
    padding: 118px 18px 54px;
  }

  .payment-result::after {
    background:
      linear-gradient(180deg, rgba(3, 4, 3, 0.72) 0%, rgba(3, 4, 3, 0.28) 30%, #030403 100%),
      linear-gradient(90deg, rgba(3, 4, 3, 0.95) 0%, rgba(3, 4, 3, 0.62) 100%);
  }

  .payment-result-media img {
    object-position: center top;
    opacity: 0.5;
  }

  .payment-result-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-top: 34px;
  }

  .payment-result-content h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 9.2vw, 2.8rem);
    line-height: 1.02;
    overflow-wrap: break-word;
  }

  .payment-result-content p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.55;
  }

  .payment-result-actions {
    display: grid;
    gap: 12px;
  }

  .payment-result-actions .button {
    width: 100%;
    min-width: 0;
  }
}


.legal-document-page {
  min-height: 100vh;
}

.legal-document {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(128px, 12vw, 168px) clamp(18px, 4vw, 56px) clamp(72px, 8vw, 112px);
}

.legal-back-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 0 18px;
  border: 1px solid rgba(155, 255, 55, 0.36);
  border-radius: 999px;
  background: rgba(155, 255, 55, 0.08);
  color: var(--white-soft);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 750;
  cursor: pointer;
}

.legal-back-button:hover,
.legal-back-button:focus-visible {
  border-color: rgba(155, 255, 55, 0.72);
  color: var(--green-strong);
  outline: none;
}

.legal-document-card {
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid rgba(155, 255, 55, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.legal-document-card h1 {
  max-width: 900px;
  margin-bottom: 34px;
  font-size: clamp(2.5rem, 6vw, 5.6rem);
  line-height: 0.98;
  text-transform: none;
  hyphens: auto;
  overflow-wrap: break-word;
}

.legal-document-card h2 {
  margin-top: 38px;
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2.8vw, 2.2rem);
  line-height: 1.12;
  text-transform: none;
  hyphens: auto;
  overflow-wrap: break-word;
}

.legal-document-card h3 {
  margin-top: 24px;
  color: var(--white-soft);
}

.legal-document-card p,
.legal-document-card li {
  color: var(--white-soft);
}

.legal-document-card ul,
.legal-document-card ol {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-document-card a {
  color: var(--green-strong);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  overflow-wrap: anywhere;
}

.legal-document-date {
  margin-top: 42px;
  color: var(--muted) !important;
  font-weight: 800;
}

.payment-page {
  min-height: 100vh;
}

.payment-nav {
  justify-content: flex-end;
}

.payment-result {
  position: relative;
  display: grid;
  min-height: clamp(700px, 100vh, 920px);
  align-items: center;
  overflow: hidden;
  padding: clamp(130px, 12vw, 180px) clamp(22px, 5vw, 72px) clamp(70px, 8vw, 110px);
}

.payment-result::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 4, 3, 0.96) 0%, rgba(3, 4, 3, 0.76) 46%, rgba(3, 4, 3, 0.24) 100%),
    linear-gradient(180deg, rgba(3, 4, 3, 0.42) 0%, #030403 100%);
}

.payment-result-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.payment-result-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.payment-result-content {
  position: relative;
  z-index: 1;
  width: min(100%, 780px);
  max-width: 780px;
}

.payment-result-content h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.payment-result-content p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--white-soft);
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
  font-weight: 650;
  line-height: 1.6;
}

.payment-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.payment-result-success .eyebrow {
  color: var(--green-strong);
}

.payment-result-cancelled .eyebrow {
  color: #ffdd7a;
}

@media (max-width: 640px) {
  .payment-page .site-header {
    position: absolute;
  }

  .payment-result {
    min-height: 100svh;
    align-items: start;
    padding: 118px 18px 54px;
  }

  .payment-result::after {
    background:
      linear-gradient(180deg, rgba(3, 4, 3, 0.72) 0%, rgba(3, 4, 3, 0.28) 30%, #030403 100%),
      linear-gradient(90deg, rgba(3, 4, 3, 0.95) 0%, rgba(3, 4, 3, 0.62) 100%);
  }

  .payment-result-media img {
    object-position: center top;
    opacity: 0.5;
  }

  .payment-result-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-top: 34px;
  }

  .payment-result-content h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 9.2vw, 2.8rem);
    line-height: 1.02;
    overflow-wrap: break-word;
  }

  .payment-result-content p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.55;
  }

  .payment-result-actions {
    display: grid;
    gap: 12px;
  }

  .payment-result-actions .button {
    width: 100%;
    min-width: 0;
  }
}
