:root {
  color-scheme: dark;
  --bg: #0f1110;
  --ink: #f5f1e8;
  --muted: #c8c1b5;
  --dim: #8d958b;
  --panel: #181b19;
  --line: rgba(245, 241, 232, 0.14);
  --red: #e23d30;
  --red-dark: #b52d24;
  --green: #8aa35d;
  --steel: #66727a;
  --shadow: rgba(0, 0, 0, 0.42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(15, 17, 16, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid var(--red);
  background: #171717;
  color: var(--ink);
  font-size: 0.86rem;
}

.nav-menu {
  position: relative;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(245, 241, 232, 0.075);
  border: 1px solid rgba(245, 241, 232, 0.14);
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.nav-toggle:hover,
.nav-menu.is-open .nav-toggle {
  background: rgba(226, 61, 48, 0.14);
  border-color: rgba(226, 61, 48, 0.48);
}

.nav-toggle span {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.nav-menu.is-open .nav-toggle span {
  transform: translateY(2px) rotate(225deg);
}

.nav-links {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  display: grid;
  min-width: 230px;
  padding: 8px;
  color: var(--muted);
  font-size: 0.94rem;
  background: rgba(15, 17, 16, 0.96);
  border: 1px solid rgba(245, 241, 232, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.44);
  transform: translate(-50%, 8px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nav-menu.is-open .nav-links,
.nav-menu:focus-within .nav-links {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-links a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a.active,
.site-footer a:hover {
  color: var(--ink);
  background: rgba(245, 241, 232, 0.065);
}

.nav-links a.active {
  border-color: rgba(226, 61, 48, 0.5);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px 0 20px;
  background:
    linear-gradient(135deg, #ff5a45 0%, var(--red) 48%, #941f1a 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-weight: 950;
  white-space: nowrap;
  box-shadow:
    0 16px 38px rgba(226, 61, 48, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.header-cta::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.header-cta:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow:
    0 20px 48px rgba(226, 61, 48, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 132px clamp(18px, 5vw, 72px) 92px;
  border-bottom: 1px solid var(--line);
}

.home-hero h1 {
  font-size: 8.2rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 17, 16, 0.96) 0%, rgba(15, 17, 16, 0.78) 35%, rgba(15, 17, 16, 0.22) 72%),
    linear-gradient(0deg, rgba(15, 17, 16, 0.96) 0%, rgba(15, 17, 16, 0) 38%),
    url("assets/patotrener-hero.png") center right / cover no-repeat;
  transform: scale(1.01);
}

.hero-content {
  position: relative;
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0;
}

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

h1 {
  margin-bottom: 18px;
  font-size: 9.5rem;
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 22px;
  font-size: 4rem;
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 28px;
  color: var(--ink);
  font-size: 1.28rem;
}

.hero-actions,
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 18px 44px rgba(226, 61, 48, 0.22);
}

.button-primary:hover {
  background: var(--red-dark);
}

.button-ghost {
  border-color: rgba(245, 241, 232, 0.28);
  color: var(--ink);
  background: rgba(15, 17, 16, 0.36);
}

.button-ghost:hover {
  border-color: var(--ink);
}

.hero-strip {
  position: absolute;
  left: clamp(18px, 5vw, 72px);
  right: clamp(18px, 5vw, 72px);
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  color: var(--dim);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-strip span {
  padding: 18px 18px 0 0;
}

.section {
  padding: 118px clamp(18px, 5vw, 72px);
}

.intro-grid,
.audience {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
}

.intro-copy {
  max-width: 620px;
}

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

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

.product-card {
  display: grid;
  align-content: space-between;
  min-height: 440px;
  padding: clamp(28px, 4vw, 46px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(226, 61, 48, 0.52);
  background: #1c201d;
}

.product-card-strong {
  background:
    linear-gradient(140deg, rgba(226, 61, 48, 0.2), rgba(24, 27, 25, 0.94) 38%),
    var(--panel);
}

.product-number {
  color: var(--green);
  font-weight: 900;
  font-size: 0.82rem;
}

.product-status {
  justify-self: start;
  min-height: 28px;
  margin-top: 16px;
  padding: 6px 10px;
  color: var(--ink);
  background: rgba(245, 241, 232, 0.08);
  border: 1px solid rgba(245, 241, 232, 0.12);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-price {
  margin-top: 18px;
  color: var(--ink);
  font-size: 2.4rem;
  font-weight: 950;
}

.product-card h2 {
  margin: 70px 0 18px;
  font-size: 2.85rem;
}

.product-card p {
  min-height: 96px;
}

.product-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 44px;
  margin-top: 34px;
  color: var(--ink);
  font-weight: 900;
  border-bottom: 2px solid var(--red);
}

.subpage-hero {
  position: relative;
  min-height: 72vh;
  display: grid;
  align-content: end;
  padding: 148px clamp(18px, 5vw, 72px) 82px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 17, 16, 0.97), rgba(15, 17, 16, 0.72) 48%, rgba(15, 17, 16, 0.52)),
    linear-gradient(135deg, rgba(226, 61, 48, 0.16), transparent 42%),
    url("assets/patotrener-hero.png") right center / cover no-repeat;
}

.diet-hero::before {
  background:
    linear-gradient(90deg, rgba(15, 17, 16, 0.98), rgba(15, 17, 16, 0.76) 50%, rgba(15, 17, 16, 0.58)),
    linear-gradient(135deg, rgba(138, 163, 93, 0.2), transparent 42%),
    url("assets/patotrener-hero.png") right center / cover no-repeat;
}

.oversight-hero::before {
  background:
    linear-gradient(90deg, rgba(15, 17, 16, 0.98), rgba(15, 17, 16, 0.76) 50%, rgba(15, 17, 16, 0.58)),
    linear-gradient(135deg, rgba(102, 114, 122, 0.28), transparent 42%),
    url("assets/patotrener-hero.png") right center / cover no-repeat;
}

.subpage-hero > * {
  position: relative;
  max-width: 920px;
}

.subpage-hero h1 {
  margin-bottom: 22px;
}

.subpage-hero p {
  max-width: 720px;
  color: var(--ink);
  font-size: 1.24rem;
}

.method {
  background: #111411;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.64fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
  margin-bottom: 42px;
}

.method-header p {
  margin-bottom: 8px;
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.method-steps div {
  min-height: 250px;
  padding: 28px;
  background: #171a18;
}

.method-steps span {
  display: block;
  margin-bottom: 46px;
  color: var(--green);
  font-weight: 900;
}

.method-steps strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.72fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(226, 61, 48, 0.12), transparent 44%),
    #111411;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  min-height: 54px;
  padding: 16px 16px 16px 44px;
  color: var(--muted);
  background: rgba(245, 241, 232, 0.055);
  border: 1px solid rgba(245, 241, 232, 0.1);
  border-radius: 8px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 18px;
  width: 8px;
  height: 8px;
  background: var(--red);
}

.featured-sale,
.offer-section,
.bridge-offer {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.featured-sale,
.offer-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: center;
  background:
    linear-gradient(125deg, rgba(226, 61, 48, 0.14), transparent 34%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.015)),
    #111411;
}

.featured-sale-copy,
.offer-copy {
  max-width: 760px;
}

.sale-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.sale-trust span {
  min-height: 34px;
  padding: 8px 12px;
  color: var(--ink);
  background: rgba(245, 241, 232, 0.06);
  border: 1px solid rgba(245, 241, 232, 0.12);
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 800;
}

.featured-sale-card,
.offer-card,
.bridge-card,
.success-card {
  padding: clamp(24px, 4vw, 36px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 32%),
    #151816;
  border: 1px solid rgba(245, 241, 232, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.3);
}

.offer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  color: var(--ink);
  background: rgba(226, 61, 48, 0.14);
  border: 1px solid rgba(226, 61, 48, 0.38);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-price {
  display: grid;
  gap: 6px;
  margin: 22px 0 16px;
}

.offer-price small {
  color: var(--dim);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 800;
}

.offer-price strong {
  color: var(--ink);
  font-size: 4.2rem;
  line-height: 0.92;
  letter-spacing: 0;
}

.offer-copyline {
  margin-bottom: 20px;
}

.offer-points {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.offer-points li {
  position: relative;
  min-height: 40px;
  padding-left: 22px;
  color: var(--ink);
}

.offer-points li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--green);
}

.sale-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.sale-actions .button {
  width: auto;
}

.sale-note {
  min-height: 24px;
  margin: 16px 0 0;
  color: var(--dim);
  font-size: 0.9rem;
}

.button-checkout.is-loading {
  opacity: 0.78;
  pointer-events: none;
}

.bridge-offer {
  background:
    linear-gradient(135deg, rgba(138, 163, 93, 0.12), transparent 42%),
    #121513;
}

.bridge-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.success-page {
  display: grid;
  place-items: center;
}

.success-shell {
  width: min(100%, 880px);
}

.success-card h1 {
  font-size: 4.6rem;
}

.detail-card {
  min-height: 320px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  background: #20241f;
  color: var(--red);
  border: 1px solid rgba(138, 163, 93, 0.38);
}

.icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.audience {
  background: #141715;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audience-copy {
  max-width: 760px;
}

.audience-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.audience-list div {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 24px;
  background: #0f1110;
}

.audience-list strong {
  font-size: 1.08rem;
}

.audience-list span {
  color: var(--muted);
  line-height: 1.45;
}

.launch {
  background:
    linear-gradient(120deg, rgba(226, 61, 48, 0.18), transparent 34%),
    #1a1d1a;
}

.launch-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.signup-form {
  padding: clamp(24px, 4vw, 40px);
  background: #0f1110;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 26px 80px var(--shadow);
}

label {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-weight: 800;
}

input {
  flex: 1 1 220px;
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(245, 241, 232, 0.22);
  background: #171a18;
  color: var(--ink);
  font: inherit;
}

input:focus {
  outline: 2px solid rgba(226, 61, 48, 0.55);
  outline-offset: 2px;
}

.form-note {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--dim);
  font-size: 0.9rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--dim);
  border-top: 1px solid var(--line);
}

.site-footer div {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.legal-page {
  min-height: 100vh;
  padding-top: 82px;
}

.legal-page .section {
  max-width: 920px;
}

.legal-page h1 {
  font-size: 6.5rem;
}

@media (max-width: 1180px) {
  h1 {
    font-size: 7.4rem;
  }

  .home-hero h1 {
    font-size: 6.5rem;
  }

  h2 {
    font-size: 3.35rem;
  }

  .section {
    padding-top: 92px;
    padding-bottom: 92px;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 64px;
    flex-wrap: wrap;
    padding: 12px 16px;
    background: rgba(15, 17, 16, 0.9);
  }

  .nav-menu {
    order: 3;
    width: 100%;
  }

  .nav-toggle {
    width: 100%;
    justify-content: space-between;
    min-height: 44px;
  }

  .nav-links {
    position: static;
    min-width: 0;
    max-height: 0;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    border-width: 0;
    box-shadow: none;
    transition: max-height 180ms ease, margin-top 180ms ease, padding 180ms ease, border-width 180ms ease;
  }

  .nav-menu.is-open .nav-links {
    max-height: 220px;
    margin-top: 8px;
    padding: 8px;
    border-width: 1px;
  }

  .nav-menu:focus-within .nav-links {
    transform: none;
  }

  .nav-links a {
    min-height: 44px;
    color: var(--ink);
    font-size: 0.9rem;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 14px 0 16px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: 760px;
    align-items: end;
    padding: 142px 18px 158px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(15, 17, 16, 0.32) 0%, rgba(15, 17, 16, 0.76) 44%, rgba(15, 17, 16, 0.98) 78%),
      linear-gradient(90deg, rgba(15, 17, 16, 0.74), rgba(15, 17, 16, 0.22)),
      url("assets/patotrener-hero.png") 58% top / auto 56% no-repeat;
    transform: none;
  }

  .hero-content {
    max-width: 560px;
  }

  .eyebrow,
  .section-kicker {
    margin-bottom: 12px;
    font-size: 0.74rem;
  }

  h1 {
    margin-bottom: 16px;
    font-size: 5.65rem;
    line-height: 0.86;
  }

  .home-hero h1 {
    font-size: 4.85rem;
  }

  h2 {
    font-size: 2.85rem;
    line-height: 1;
  }

  .hero-copy {
    margin-bottom: 22px;
    font-size: 1.05rem;
    line-height: 1.55;
  }

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

  .button {
    width: 100%;
    min-height: 54px;
  }

  .hero-strip {
    left: 18px;
    right: 18px;
    bottom: 22px;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 0;
    background: rgba(24, 27, 25, 0.78);
    border: 1px solid var(--line);
    border-radius: 8px;
    backdrop-filter: blur(12px);
  }

  .hero-strip span {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(245, 241, 232, 0.08);
  }

  .hero-strip span:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 58px 18px;
  }

  .intro-grid,
  .audience,
  .launch-panel,
  .details,
  .product-grid,
  .method-header,
  .method-steps,
  .feature-band,
  .featured-sale,
  .offer-section {
    grid-template-columns: 1fr;
  }

  .product-grid {
    gap: 12px;
    padding-top: 0;
  }

  .product-card {
    min-height: 0;
    padding: 24px;
  }

  .product-card h2 {
    margin: 44px 0 14px;
    font-size: 2.55rem;
  }

  .product-price {
    font-size: 2rem;
  }

  .offer-price strong {
    font-size: 3.5rem;
  }

  .success-card h1 {
    font-size: 3.8rem;
  }

  .product-card p {
    min-height: 0;
  }

  .product-link {
    margin-top: 20px;
  }

  .method-header {
    margin-bottom: 24px;
  }

  .method-steps {
    gap: 12px;
    background: transparent;
  }

  .method-steps div {
    min-height: 0;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .method-steps span {
    margin-bottom: 28px;
  }

  .feature-list li {
    min-height: 0;
  }

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

  .sale-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sale-actions .button {
    width: 100%;
  }

  .subpage-hero {
    min-height: 620px;
    padding: 152px 18px 58px;
  }

  .subpage-hero p {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .intro-copy p:last-child,
  .audience-copy p:last-child,
  .launch-panel p:last-child {
    margin-bottom: 0;
  }

  .details {
    gap: 12px;
    padding-top: 0;
  }

  .detail-card {
    min-height: 0;
    padding: 24px;
  }

  .icon {
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
  }

  .audience {
    gap: 28px;
  }

  .audience-list {
    gap: 10px;
    background: transparent;
  }

  .audience-list div {
    min-height: 0;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .launch-panel {
    gap: 28px;
  }

  .signup-form {
    padding: 22px;
  }

  .form-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  input {
    width: 100%;
    flex-basis: auto;
  }

  .site-footer,
  .site-footer div {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .site-footer {
    padding: 26px 18px;
  }

  .legal-page {
    padding-top: 128px;
  }
}

@media (max-width: 520px) {
  .brand span:last-child {
    display: inline;
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-cta {
    padding: 0 12px 0 14px;
  }

  h1 {
    font-size: 4.45rem;
  }

  .hero {
    min-height: 720px;
    padding: 136px 16px 154px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(15, 17, 16, 0.24) 0%, rgba(15, 17, 16, 0.72) 42%, rgba(15, 17, 16, 0.98) 74%),
      linear-gradient(90deg, rgba(15, 17, 16, 0.68), rgba(15, 17, 16, 0.18)),
      url("assets/patotrener-hero.png") 61% top / auto 51% no-repeat;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .section {
    padding: 52px 16px;
  }

  .hero-strip {
    left: 16px;
    right: 16px;
  }

  .detail-card,
  .signup-form,
  .audience-list div,
  .product-card {
    padding: 20px;
  }

  .home-hero h1 {
    font-size: 3.7rem;
  }

  .offer-price strong {
    font-size: 3rem;
  }

  .success-card h1 {
    font-size: 3rem;
  }

  .subpage-hero {
    min-height: 560px;
    padding: 144px 16px 52px;
  }

  .subpage-hero h1 {
    font-size: 3.55rem;
  }

  .legal-page {
    padding-top: 128px;
  }

  .legal-page h1 {
    font-size: 4.35rem;
  }
}

@media (max-width: 380px) {
  .brand span:last-child {
    max-width: 104px;
  }

  .header-cta {
    font-size: 0.84rem;
  }

  h1 {
    font-size: 3.45rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .home-hero h1,
  .subpage-hero h1 {
    font-size: 3rem;
  }
}


/* REAL MOBILE DROPDOWN FIX */
@media (max-width: 860px) {

  .site-header {
    overflow-x: hidden;
  }

  .nav-menu {
    width: 100%;
  }

  .nav-links {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;

    width: 100%;
    min-width: 0;

    margin-top: 8px;

    border-radius: 12px;
    overflow: hidden;
  }

  .nav-menu.is-open .nav-links {
    display: grid;
  }

  .nav-links a {
    width: 100%;
  }

  .header-cta {
    max-width: 100%;
  }
}
