:root {
  --ink: #07111f;
  --ink-2: #102033;
  --ocean: #00a9d6;
  --ocean-dark: #006a88;
  --coral: #ff5b3d;
  --gold: #ffc857;
  --lime: #bbf246;
  --paper: #f7fbfd;
  --muted: #637284;
  --line: rgba(7, 17, 31, 0.12);
  --shadow: 0 22px 70px rgba(5, 12, 25, 0.28);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 88px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  letter-spacing: 0;
}

img,
svg {
  display: block;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px clamp(14px, 4vw, 48px);
  color: #fff;
  background: linear-gradient(180deg, rgba(4, 10, 20, 0.82), rgba(4, 10, 20, 0));
  transition: background 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(4, 10, 20, 0.93);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

.brand-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  background: #000;
  object-fit: contain;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.brand-text {
  min-width: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  overflow: hidden;
  max-width: 46vw;
  font-size: 0.94rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand small {
  margin-top: 2px;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.76);
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.header-call svg,
.sticky-cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero {
  position: relative;
  min-height: 90svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
  color: #fff;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background-image: url("hero-gym.png");
  background-position: 64% center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(3, 8, 17, 0.58), rgba(3, 8, 17, 0.75) 56%, rgba(3, 8, 17, 0.9)),
    linear-gradient(90deg, rgba(2, 9, 20, 0.95), rgba(2, 9, 20, 0.7) 46%, rgba(2, 9, 20, 0.22));
}

.hero-content {
  display: grid;
  gap: 26px;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 104px 18px 34px;
}

.hero-copy {
  max-width: 650px;
}

.hero-brand-lockup {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(8, 18, 32, 0.5);
  backdrop-filter: blur(14px);
}

.hero-brand-lockup img {
  width: 132px;
  height: 136px;
  flex: 0 0 auto;
  padding: 3px;
  border-radius: 8px;
  background: #000;
  object-fit: contain;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 13ch;
  margin-bottom: 16px;
  font-size: clamp(3rem, 15vw, 6.8rem);
  line-height: 0.9;
  font-weight: 950;
}

.hero-lead {
  max-width: 38rem;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 3.8vw, 1.22rem);
  line-height: 1.55;
}

.hero-location {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(8, 18, 32, 0.48);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.4;
  backdrop-filter: blur(14px);
}

.hero-location svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.deal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  max-width: 640px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.deal-strip span {
  min-width: 0;
  padding: 12px 10px;
  background: rgba(8, 18, 32, 0.54);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  line-height: 1.35;
}

.deal-strip strong {
  display: block;
  color: #fff;
  font-size: 1.08rem;
}

.lead-form {
  scroll-margin-top: 86px;
  width: 100%;
  max-width: 452px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.form-heading {
  margin-bottom: 16px;
}

.form-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 10px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 91, 61, 0.12);
  color: var(--coral);
  font-size: 0.77rem;
  font-weight: 950;
  text-transform: uppercase;
}

.form-heading h2 {
  margin-bottom: 8px;
  font-size: 1.55rem;
  line-height: 1.1;
}

.form-heading p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.field {
  margin-bottom: 12px;
}

.lead-form label {
  display: block;
  margin-bottom: 7px;
  font-weight: 850;
}

.field input,
.field select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  background: #fff;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 720;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 22px,
    calc(100% - 12px) 22px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 38px;
}

.field input:focus,
.field select:focus {
  border-color: var(--ocean);
  box-shadow: 0 0 0 4px rgba(0, 169, 214, 0.14);
}

.field input.is-invalid,
.field select.is-invalid {
  border-color: var(--coral);
  background-color: #fff8f5;
}

.primary-button,
.secondary-button,
.sticky-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 8px;
  background: var(--coral);
  color: #fff;
  cursor: pointer;
  font-weight: 950;
  text-align: center;
  box-shadow: 0 14px 28px rgba(255, 91, 61, 0.28);
  transition: transform 160ms ease, filter 160ms ease;
}

.primary-button:hover,
.secondary-button:hover,
.sticky-primary:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.primary-button:disabled,
.field input:disabled,
.field select:disabled {
  cursor: progress;
  opacity: 0.72;
}

.form-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--ocean-dark);
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.45;
}

.form-status.error {
  color: var(--coral);
}

.payment-panel {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(0, 169, 214, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, #f5fcff, #fff);
  box-shadow: 0 12px 34px rgba(7, 17, 31, 0.08);
}

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

.payment-heading {
  margin-bottom: 14px;
}

.payment-heading h3 {
  margin-bottom: 8px;
  font-size: 1.28rem;
  line-height: 1.18;
}

.payment-heading p,
.payment-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.qr-box {
  display: grid;
  place-items: center;
  margin: 14px 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.qr-box img {
  width: min(100%, 280px);
  min-height: 220px;
  object-fit: contain;
}

.payment-details {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
}

.payment-details div {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(7, 17, 31, 0.045);
}

.payment-details dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.payment-details dd {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-bottom: 12px;
  border: 1px solid rgba(0, 106, 136, 0.22);
  border-radius: 8px;
  background: #fff;
  color: var(--ocean-dark);
  cursor: pointer;
  font-weight: 950;
}

.proof-upload {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 14px;
  border: 1px dashed rgba(0, 106, 136, 0.34);
  border-radius: 8px;
  background: rgba(0, 169, 214, 0.06);
}

.proof-upload h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

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

.proof-file {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
}

.proof-file input {
  width: 100%;
  font-size: 0.92rem;
}

.proof-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-weight: 950;
}

.proof-button:disabled {
  cursor: progress;
  opacity: 0.72;
}

.proof-status {
  min-height: 20px;
  color: var(--ocean-dark);
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.4;
}

.proof-status.error {
  color: var(--coral);
}

.section {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 58px 18px;
}

.section h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 8vw, 3.35rem);
  line-height: 1;
  font-weight: 950;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 24px;
}

.benefit-grid {
  display: grid;
  gap: 14px;
}

.benefit-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 17, 31, 0.06);
}

.icon-wrap {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--lime);
}

.icon-wrap svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.benefit-card h3 {
  margin-bottom: 8px;
  font-size: 1.22rem;
}

.benefit-card p,
.promise-panel p,
.promise-list,
.contact-copy address {
  color: #4d5d6d;
  line-height: 1.6;
}

.benefit-card p {
  margin-bottom: 0;
}

.promise {
  padding-top: 12px;
}

.promise-panel {
  display: grid;
  gap: 24px;
  padding: 26px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 18px 54px rgba(7, 17, 31, 0.18);
}

.promise-panel p {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.76);
}

.promise-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.82);
}

.promise-list li {
  position: relative;
  padding-left: 30px;
}

.promise-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: inset 0 0 0 5px var(--ink);
}

.contact {
  display: grid;
  gap: 22px;
  padding-bottom: 110px;
}

.contact-copy address {
  margin-top: 12px;
  font-style: normal;
  font-size: 1.08rem;
}

.map-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--ocean-dark);
  font-weight: 900;
}

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

.call-card {
  display: grid;
  gap: 4px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 17, 31, 0.06);
}

.call-card span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 850;
  text-transform: uppercase;
}

.call-card strong {
  font-size: 1.7rem;
}

.secondary-button {
  background: var(--ink);
  box-shadow: none;
}

.sticky-cta {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 30;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 12px;
  background: rgba(7, 17, 31, 0.91);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 24px));
}

.sticky-cta a:first-child {
  display: grid;
  place-items: center;
  min-height: 54px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

.sticky-primary {
  min-height: 54px;
}

@media (min-width: 720px) {
  .hero-content {
    grid-template-columns: minmax(0, 1fr) 420px;
    align-items: end;
    min-height: 90svh;
    padding: 132px 28px 52px;
  }

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

  .promise-panel,
  .contact {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
    align-items: center;
  }

  .sticky-cta {
    right: 26px;
    left: auto;
    width: 350px;
  }
}

@media (max-width: 719px) {
  .hero-content {
    padding-bottom: 118px;
  }
}

@media (min-width: 1020px) {
  .hero-media {
    background-position: center;
  }

  .hero-content {
    padding-inline: 32px;
  }

  .section {
    padding-inline: 32px;
  }
}

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

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    max-width: 38vw;
    font-size: 0.82rem;
  }

  .brand small {
    font-size: 0.7rem;
  }

  .header-call {
    gap: 6px;
    padding-inline: 10px;
    font-size: 0.84rem;
  }

  .header-call svg {
    display: none;
  }

  .deal-strip span {
    padding: 10px 8px;
    font-size: 0.74rem;
  }

  .deal-strip strong {
    font-size: 0.96rem;
  }

  .hero-brand-lockup {
    margin-bottom: 14px;
    padding: 7px;
  }

  .hero-brand-lockup img {
    width: 104px;
    height: 108px;
  }
}

@media (max-width: 360px) {
  .brand small {
    display: none;
  }

  .header-call {
    font-size: 0.78rem;
  }

  .sticky-primary {
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
