/* =========================================================
   Дело храбрых — cinematic poster palette + centered blocks
   Gold · Red · Ember · Dark charcoal
   ========================================================= */

:root,
html[data-theme="dark"] {
  --bg: #0c0c0e;
  --bg-elevated: #141416;
  --bg-panel: #1a1a1e;
  --bg-muted: #222228;
  --text: #f5f0e8;
  --text-secondary: rgba(245, 240, 232, 0.68);
  --text-tertiary: rgba(245, 240, 232, 0.45);
  --gold: #f0c14b;
  --gold-bright: #ffe08a;
  --gold-deep: #c4921a;
  --accent: #f0c14b;
  --accent-strong: #ffd666;
  --accent-soft: rgba(240, 193, 75, 0.14);
  --ribbon: #c41e1e;
  --ribbon-deep: #8b1515;
  --cta: #b83030;
  --cta-hover: #d04040;
  --cta-deep: #962828;
  --cta-border: rgba(255, 255, 255, 0.12);
  --ember: #ff6b1a;
  --hero-text: #f5f0e8;
  --hero-muted: rgba(245, 240, 232, 0.78);
  --border: rgba(240, 193, 75, 0.22);
  --border-soft: rgba(255, 255, 255, 0.08);
  --shadow-glow: none;
  --shadow-soft: 0 16px 40px rgba(0, 0, 0, 0.45);
  --nav-bg: rgba(12, 12, 14, 0.38);
  --nav-bg-scrolled: rgba(12, 12, 14, 0.68);
  --footer-bg: #080809;
  --form-control-bg: rgba(0, 0, 0, 0.35);
  --radius: 16px;
  --radius-sm: 10px;
  --nav-h: 72px;
  --section-y: clamp(4rem, 7vw, 6.5rem);
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --tap-min: 44px;
  --hero-btn-h: 48px;
  --side-pad: clamp(1rem, 4vw, 1.5rem);
}

html[data-theme="light"] {
  /* Песок · хаки · золото постеров */
  --bg: #e9e2d6;
  --bg-elevated: #f4efe6;
  --bg-panel: #faf6ef;
  --bg-muted: #ddd4c4;
  --text: #1c1812;
  --text-secondary: rgba(28, 24, 18, 0.7);
  --text-tertiary: rgba(28, 24, 18, 0.48);
  --gold: #c9a227;
  --gold-bright: #e6b84a;
  --gold-deep: #8f6f12;
  --accent: #c9a227;
  --accent-strong: #a8841a;
  --accent-soft: rgba(201, 162, 39, 0.16);
  --ribbon: #b91c1c;
  --ribbon-deep: #7f1212;
  --cta: #b83030;
  --cta-hover: #c93838;
  --cta-deep: #962828;
  --cta-border: rgba(150, 40, 40, 0.22);
  --olive: #4a5c3a;
  --border: rgba(154, 120, 40, 0.35);
  --border-soft: rgba(74, 58, 32, 0.12);
  --shadow-glow: 0 0 28px rgba(201, 162, 39, 0.2);
  --shadow-soft: 0 14px 36px rgba(60, 42, 18, 0.1);
  --nav-bg: rgba(244, 239, 230, 0.52);
  --nav-bg-scrolled: rgba(250, 246, 239, 0.78);
  --footer-bg: #1a1610;
  --form-control-bg: #f0e9dc;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 12px);
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.47;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--gold-bright);
}

/* ---------- Typography ---------- */
.brand {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.125rem;
}

.brand-logo {
  display: block;
  height: 38px;
  width: auto;
  flex-shrink: 0;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.brand-btn {
  text-shadow: none !important;
  padding: 0.45rem 1.4rem 0.45rem 1.15rem;
  gap: 0.55rem;
  flex-shrink: 0;
  overflow: visible;
  min-height: 46px;
  background: transparent !important;
  border: 1px solid var(--cta) !important;
  box-shadow: none !important;
}

.brand-btn:hover,
.brand-btn:focus {
  background: rgba(184, 48, 48, 0.12) !important;
  border-color: var(--cta-hover) !important;
  box-shadow: none !important;
}

.brand-btn:active {
  background: rgba(184, 48, 48, 0.18) !important;
  border-color: var(--cta-deep) !important;
}

.brand-btn .brand-logo {
  height: 38px;
  filter: brightness(0) invert(1);
  opacity: 1;
}

.brand-btn:hover .brand-logo,
.brand-btn:focus .brand-logo {
  filter: brightness(0) invert(1);
}

.brand-btn .brand-text {
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.brand-mark {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 0 0 0.35rem;
  color: var(--hero-text);
  text-transform: uppercase;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
}

.hero-slogan {
  font-size: clamp(1.15rem, 2.5vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--gold);
  margin: 0 0 1rem;
  text-shadow: 0 0 24px rgba(240, 193, 75, 0.35);
}

.hero-title {
  font-size: clamp(1.65rem, 3.8vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 1rem;
  color: var(--hero-text);
}

.hero-lead {
  font-size: 1.125rem;
  color: var(--hero-muted);
  max-width: 34rem;
  margin: 0 0 1.75rem;
}

.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 0.75rem;
  color: var(--text);
}

.section-lead {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  max-width: 36rem;
  margin: 0;
}

.section-lead.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.subsection-title {
  font-size: 1.2rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  color: var(--gold);
}

/* ---------- Buttons ---------- */
.btn {
  min-height: var(--tap-min);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 980px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease),
    color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.btn-cta {
  background: var(--cta);
  border: 1px solid var(--cta-border);
  color: #fff !important;
  padding: 0.65rem 1.35rem;
  box-shadow: none;
}

.btn-cta:hover,
.btn-cta:focus {
  background: var(--cta-hover);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}

.btn-cta:active {
  background: var(--cta-deep);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--hero-text) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.65rem 1.35rem;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.32);
}

.btn-sm {
  min-height: 40px;
  padding: 0.4rem 1rem;
  font-size: 0.9375rem;
}

.btn-lg {
  padding: 0.8rem 1.6rem;
  font-size: 1.0625rem;
}

/* ---------- Nav ---------- */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: var(--nav-bg);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--border);
  transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.site-nav.is-scrolled {
  background: var(--nav-bg-scrolled);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

/* Над hero — контрастные элементы, тёмное стекло */
.site-nav:not(.is-scrolled) {
  background: rgba(8, 7, 6, 0.55);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.site-nav:not(.is-scrolled) .nav-link {
  color: rgba(245, 240, 232, 0.92);
}

.site-nav:not(.is-scrolled) .nav-link:hover,
.site-nav:not(.is-scrolled) .nav-link:focus {
  color: #fff;
}

.site-nav:not(.is-scrolled) .nav-phone {
  color: #fff !important;
}

.site-nav:not(.is-scrolled) .theme-toggle {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--gold-bright);
}

.site-nav:not(.is-scrolled) .theme-toggle:hover {
  background: rgba(255, 255, 255, 0.18);
}

.site-nav:not(.is-scrolled) .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.28);
}

.site-nav:not(.is-scrolled) .btn-cta {
  border-color: rgba(255, 255, 255, 0.14);
}

.site-nav:not(.is-scrolled) .btn-cta:hover,
.site-nav:not(.is-scrolled) .btn-cta:focus {
  background: var(--cta-hover);
}

.site-nav .navbar {
  min-height: var(--nav-h);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.site-nav .navbar > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.nav-tools {
  margin-left: auto;
}

.navbar-header-bar {
  display: contents;
}

@media (min-width: 992px) {
  .site-nav .navbar > .container {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
  }

  .navbar-header-bar {
    display: contents;
  }

  .nav-tools {
    order: 3;
    margin-left: 0.75rem;
  }

  .site-nav .navbar-collapse {
    order: 2;
    margin-left: auto;
  }

  .nav-tools .navbar-toggler {
    display: none;
  }
}

.theme-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--accent-soft);
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}

.theme-toggle:hover {
  background: rgba(240, 193, 75, 0.22);
  transform: scale(1.05);
}

.theme-icon {
  font-size: 1.05rem;
}

html[data-theme="dark"] .theme-icon-moon,
html[data-theme="light"] .theme-icon-sun {
  display: none;
}

html[data-theme="dark"] .theme-icon-sun,
html[data-theme="light"] .theme-icon-moon {
  display: inline;
}

.site-nav .navbar-brand.brand-btn,
.site-nav .navbar-brand.brand-btn:hover,
.site-nav .navbar-brand.brand-btn:focus {
  text-shadow: none;
  padding: 0.45rem 1.4rem 0.45rem 1.15rem;
  min-height: 46px;
  background: transparent !important;
  border: 1px solid var(--cta) !important;
  box-shadow: none !important;
}

.site-nav .navbar-brand.brand-btn:hover,
.site-nav .navbar-brand.brand-btn:focus {
  background: rgba(184, 48, 48, 0.12) !important;
  border-color: var(--cta-hover) !important;
}

html[data-theme="light"] .site-nav.is-scrolled .brand-btn .brand-text {
  color: var(--text) !important;
}

html[data-theme="light"] .site-nav.is-scrolled .brand-btn .brand-logo {
  filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(2500%) hue-rotate(347deg) brightness(98%) contrast(95%);
}

.site-nav .nav-link {
  color: var(--text-secondary);
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.55rem 0.75rem !important;
  min-height: var(--tap-min);
  display: inline-flex;
  align-items: center;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
  color: var(--gold-bright);
}

.site-nav .nav-phone {
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  color: var(--text) !important;
}

.navbar-toggler {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--accent-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.navbar-toggler-icon {
  width: 1.15rem;
  height: 1.15rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(240, 193, 75, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--hero-text);
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--bg);
}

@media (max-width: 991.98px) {
  .hero.hero--poster {
    aspect-ratio: auto;
    height: auto;
    overflow: visible;
  }
}

.hero--poster {
  width: 100%;
  aspect-ratio: auto;
  max-width: none;
  margin: var(--nav-h) 0 0;
  padding: 0;
  background: var(--bg);
  overflow: visible;
}

.hero-poster-wrap {
  padding-top: 0.25rem;
  padding-bottom: 0.35rem;
}

@media (min-width: 992px) {
  .hero-poster-wrap {
    position: relative;
  }
}

.hero-poster-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1024 / 584;
  overflow: hidden;
  background: #080809;
  border-radius: var(--radius);
}

.hero--poster .hero-media {
  position: absolute;
  inset: 0;
  background-image: url("../img/hero-banner.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #080809;
  z-index: 0;
}

.hero--poster .hero-cta-stack {
  position: static;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin-top: 0.65rem;
  padding: 0;
  background: none;
  transform: none;
}

@media (min-width: 992px) {
  .hero--poster {
    padding-bottom: clamp(3rem, 8vw, 5rem);
  }

  .hero--poster .hero-cta-stack {
    position: absolute;
    left: 67%;
    top: 50%;
    display: inline-grid;
    grid-template-columns: minmax(0, 1fr);
    width: max-content;
    max-width: calc(100% - 1.5rem);
    margin-top: 0;
  }
}

.hero--poster .hero-ribbon {
  display: flex;
  width: 100%;
  margin-bottom: 0.65rem;
}

.hero--poster .hero-actions {
  width: 100%;
}

@media (min-width: 992px) {
  .hero--poster {
    --hero-btn-h: 58px;
  }

  .hero--poster .hero-ribbon {
    font-size: 0.975rem;
    padding: 0 1.6rem;
  }

  .hero--poster .hero-actions .btn,
  .hero--poster .hero-actions .btn-cta,
  .hero--poster .hero-actions .btn-ghost,
  .hero--poster .hero-actions .btn-lg {
    padding: 0 1.6rem;
    font-size: 1.275rem;
  }
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("../photo_2_2026-07-13_03-06-13.jpg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: var(--bg);
  z-index: -2;
}

.hero-veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 70% 55% at 50% 45%, rgba(196, 30, 30, 0.18), transparent 65%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 100%);
}

.embers {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(2px 2px at 12% 78%, rgba(255, 180, 60, 0.85), transparent),
    radial-gradient(2px 2px at 28% 62%, rgba(255, 120, 40, 0.7), transparent),
    radial-gradient(1.5px 1.5px at 48% 84%, rgba(255, 210, 100, 0.75), transparent),
    radial-gradient(2px 2px at 68% 70%, rgba(255, 140, 50, 0.65), transparent),
    radial-gradient(1.5px 1.5px at 82% 88%, rgba(255, 200, 80, 0.7), transparent),
    radial-gradient(2px 2px at 90% 55%, rgba(255, 160, 40, 0.55), transparent);
  animation: emberDrift 8s ease-in-out infinite alternate;
  opacity: 0.85;
}

@keyframes emberDrift {
  from { transform: translateY(0); opacity: 0.7; }
  to { transform: translateY(-18px); opacity: 1; }
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.min-vh-hero {
  width: 100%;
  min-height: 0;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  align-content: center;
}

.hero-payouts {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.gold-frame {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(240, 193, 75, 0.1) 0%, rgba(0, 0, 0, 0.35) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.hero-payouts .payout {
  flex: 1 1 240px;
  max-width: 360px;
  padding: 1.35rem 1.4rem;
  text-align: center;
}

.hero-payouts .gold-frame {
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.72) 0%, rgba(12, 10, 8, 0.88) 100%);
  border-color: rgba(240, 193, 75, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 32px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.payout-value {
  display: block;
  font-size: clamp(2rem, 4.6vw, 2.9rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--gold-bright);
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.45),
    0 0 0.5px currentColor;
  font-variant-numeric: tabular-nums;
}

.payout-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(245, 240, 232, 0.92);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.hero-cta-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}

.hero-ribbon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--hero-btn-h);
  height: var(--hero-btn-h);
  max-height: var(--hero-btn-h);
  margin: 0 0 1.75rem;
  padding: 0 1.35rem;
  border: 1px solid transparent;
  box-sizing: border-box;
  background: linear-gradient(90deg, var(--cta-deep), var(--cta), var(--cta-deep));
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 980px;
  box-shadow: none;
  line-height: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.75rem;
}

.hero-actions .btn,
.hero-actions .btn-cta,
.hero-actions .btn-ghost {
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  flex: 0 1 auto;
  min-height: var(--hero-btn-h);
  height: var(--hero-btn-h);
  max-height: var(--hero-btn-h);
  padding: 0 1.35rem;
  box-sizing: border-box;
  line-height: 1;
  border-width: 1px;
  white-space: nowrap;
}

.hero-actions .btn-lg {
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  padding: 0 1.35rem;
  font-size: 1.0625rem;
}

@media (min-width: 992px) {
  .hero-cta-stack {
    display: inline-grid;
    grid-template-columns: minmax(0, 1fr);
    width: max-content;
    max-width: 100%;
  }

  .hero-ribbon {
    display: flex;
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn,
  .hero-actions .btn-cta,
  .hero-actions .btn-ghost {
    flex: 1 1 0;
    min-width: 0;
  }
}

/* ---------- Sections: vertical center ---------- */
.section {
  padding: var(--section-y) 0;
  position: relative;
}

.section-vcenter {
  display: flex;
  align-items: center;
  min-height: min(88vh, 820px);
}

.section-vcenter > .container {
  width: 100%;
}

.section-apply {
  padding-top: clamp(2.8rem, 4.9vw, 4.55rem);
  padding-bottom: clamp(2.8rem, 4.9vw, 4.55rem);
  background:
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(240, 193, 75, 0.08), transparent 55%),
    var(--bg-elevated);
}

/* ---------- Video preview ---------- */
/* Временно скрыто: удалить .section-video--hidden ниже и атрибут hidden у #video */
.section-video.section-video--hidden {
  display: none !important;
}

.section-video {
  padding: clamp(1.25rem, 3vw, 2rem) 0;
  background: var(--bg);
}

.video-thumb {
  display: block;
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
  border: 2px solid rgba(240, 193, 75, 0.55);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(34, 30, 26, 0.98) 0%, rgba(12, 10, 8, 1) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 12px 36px rgba(0, 0, 0, 0.35);
  aspect-ratio: 16 / 9;
  min-height: 10.5rem;
  transition:
    border-color 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    transform 0.25s var(--ease);
}

.video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.5rem;
  background: rgba(0, 0, 0, 0.22);
  color: var(--gold-bright);
  transition: background 0.25s var(--ease);
}

.video-play svg {
  width: clamp(3.25rem, 14vw, 4.5rem);
  height: clamp(3.25rem, 14vw, 4.5rem);
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.55));
}

.video-thumb-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.85rem;
  z-index: 1;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(245, 240, 232, 0.92);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.video-thumb:hover .video-play,
.video-thumb:focus-visible .video-play {
  background: rgba(0, 0, 0, 0.28);
}

.video-thumb:hover,
.video-thumb:focus-visible {
  border-color: rgba(240, 193, 75, 0.55);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
  transform: translateY(-2px);
}

.video-thumb:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.modal-video-dialog {
  max-width: min(92vw, 720px);
}

.video-modal {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-panel);
  color: var(--text);
  overflow: hidden;
}

.video-modal .modal-header {
  border-bottom-color: var(--border-soft);
  padding: 0.85rem 1rem;
}

.video-modal .modal-body {
  padding: 0 0 1rem;
}

.video-modal .btn-close {
  filter: none;
  opacity: 0.7;
}

html[data-theme="dark"] .video-modal .btn-close {
  filter: invert(1);
}

.video-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(72vh, 640px);
  background: #000;
  border-radius: 0 0 calc(var(--radius) - 2px) calc(var(--radius) - 2px);
}

.section-apply .apply-form-col {
  display: flex;
}

.section-apply .apply-form {
  width: 100%;
  padding: clamp(0.7rem, 1.4vw, 0.95rem) clamp(1rem, 2vw, 1.35rem);
  box-shadow: var(--shadow-soft);
}

.section-apply .form-label {
  margin-bottom: 0.25rem;
}

.section-apply .form-control {
  min-height: 40px;
  padding: 0.5rem 0.8rem;
}

.section-apply textarea.form-control {
  min-height: 4.5rem;
}

.section-apply .form-check-label {
  font-size: 0.875rem;
  line-height: 1.35;
}

.section-benefits {
  background:
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(196, 30, 30, 0.12), transparent 50%),
    var(--bg);
}

.section-payments {
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(240, 193, 75, 0.12), transparent 55%),
    var(--bg-elevated);
}

.section-conditions {
  background: var(--bg);
}

.section-help {
  background: var(--bg);
}

.section-requirements {
  background: var(--bg-elevated);
}

.section-howto {
  background:
    radial-gradient(ellipse 50% 40% at 0% 50%, rgba(196, 30, 30, 0.1), transparent 50%),
    var(--bg-elevated);
}

.section-howto .row {
  align-items: stretch;
}

.howto-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.35rem;
}

.howto-intro {
  margin-bottom: 0;
}

.howto-intro .section-title {
  margin-bottom: 0.5rem;
}

.howto-visual {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft), var(--shadow-glow);
  background: #080809;
}

.howto-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
}

@media (min-width: 992px) {
  .section-howto .row > .col-lg-5,
  .section-howto .row > .col-lg-7 {
    display: flex;
    flex-direction: column;
  }

  .howto-visual {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
  }

  .howto-right {
    flex: 1 1 auto;
    min-height: 100%;
  }

  .howto-right .steps {
    flex: 1 1 auto;
    gap: 0.85rem;
    min-height: 0;
  }

  .howto-right .steps li {
    flex: 1 1 0;
    min-height: 4.5rem;
  }
}

/* ---------- Visual band ---------- */
.visual-band {
  position: relative;
  isolation: isolate;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.visual-band-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -2;
  transform: scale(1.05);
}

.visual-band-veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.55)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25));
}

.visual-band-content {
  text-align: center;
  padding: 2.5rem 1rem;
}

.visual-band-text {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: 0 0 30px rgba(240, 193, 75, 0.4);
}

/* ---------- Form ---------- */
.apply-form {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: var(--shadow-soft), var(--shadow-glow);
}

.form-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 0.35rem;
}

.form-control {
  min-height: var(--tap-min);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-soft);
  background: var(--form-control-bg);
  color: var(--text);
  font-size: 1rem;
  padding: 0.65rem 0.9rem;
  box-shadow: none;
}

.form-control::placeholder {
  color: var(--text-tertiary);
}

.form-control:focus {
  border-color: var(--gold);
  background: var(--form-control-bg);
  color: var(--text);
  box-shadow: 0 0 0 4px var(--accent-soft);
}

.form-check-input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.2rem;
  border-color: var(--border);
  background-color: var(--form-control-bg);
}

.form-check-input:checked {
  background-color: var(--gold-deep);
  border-color: var(--gold);
}

.form-check-input:focus {
  box-shadow: 0 0 0 4px var(--accent-soft);
}

.form-check-label {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.form-success {
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-sm);
  background: rgba(52, 199, 89, 0.15);
  border: 1px solid rgba(52, 199, 89, 0.35);
  color: #7ddea0;
  font-weight: 600;
  text-align: center;
  animation: fadeUp 0.45s var(--ease);
}

.apply-form.is-success .row {
  display: none;
}

.invalid-feedback {
  color: #ff8a8a;
}

.section-benefits .row > [class*="col-"] {
  display: flex;
}

.section-benefits .row.g-4 {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .section-benefits .row.g-4 {
    max-width: none;
  }
}

.section-benefits .benefit-card {
  min-height: 9.25rem;
  justify-content: flex-start;
  padding: 0.85rem 1rem 0.75rem;
}

.section-benefits .benefit-icon {
  margin-bottom: 0;
  flex-shrink: 0;
}

.section-benefits .benefit-title {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  padding-top: 0.35rem;
  padding-bottom: 1.15rem;
}

/* ---------- Benefits ---------- */
.benefit-card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 0.9rem 1rem 0.75rem;
  border: 1px solid rgba(240, 193, 75, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.045) 0%, transparent 42%),
    linear-gradient(180deg, rgba(240, 193, 75, 0.06), rgba(0, 0, 0, 0.28)),
    var(--bg-panel);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 36px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition:
    transform 0.28s var(--ease),
    border-color 0.28s var(--ease),
    box-shadow 0.28s var(--ease);
}

.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
  opacity: 0.75;
}

.benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(240, 193, 75, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.34),
    var(--shadow-glow);
}

.benefit-icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--gold-bright);
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 224, 138, 0.38), transparent 58%),
    linear-gradient(155deg, rgba(240, 193, 75, 0.24), rgba(196, 146, 26, 0.08));
  border: 1px solid rgba(240, 193, 75, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 24px rgba(0, 0, 0, 0.32);
  transition:
    transform 0.28s var(--ease),
    border-color 0.28s var(--ease),
    box-shadow 0.28s var(--ease);
}

.benefit-icon::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 14px;
  border: 1px solid rgba(240, 193, 75, 0.22);
  background: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.benefit-card:hover .benefit-icon {
  transform: translateY(-2px) scale(1.04);
  border-color: rgba(255, 224, 138, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 14px 28px rgba(0, 0, 0, 0.36);
}

.benefit-icon svg {
  position: relative;
  z-index: 1;
  width: 2.1rem;
  height: 2.1rem;
}

.benefit-title {
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.4;
  margin: 0;
  color: var(--text);
}

/* ---------- Stats ---------- */
.stat-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem 1.1rem;
  min-height: 140px;
}

.stat-block.gold-frame {
  border: 1px solid var(--border-soft);
  background: var(--bg-panel);
  box-shadow: none;
}

.stat-block-soft {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background: var(--bg-panel);
}

.stat-block-soft .stat-value {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: var(--gold-bright);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  filter: none;
}

.stat-value {
  display: block;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  background: linear-gradient(180deg, #fff4c2 0%, var(--gold) 50%, #c47812 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-variant-numeric: tabular-nums;
  margin-bottom: 0.45rem;
}

.stat-label {
  display: block;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

/* ---------- Condition panels ---------- */
.condition-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1.35rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background: var(--bg-panel);
}

.condition-panel-accent {
  border-color: var(--border);
  background:
    linear-gradient(180deg, rgba(240, 193, 75, 0.1), rgba(0, 0, 0, 0.2)),
    var(--bg-panel);
  box-shadow: var(--shadow-glow);
}

/* ---------- Lists ---------- */
.soft-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.soft-list li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.35rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-soft);
}

.soft-list li:last-child {
  border-bottom: none;
}

.soft-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(240, 193, 75, 0.6);
}

/* ---------- Accordion ---------- */
.apple-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: var(--border-soft);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-color: var(--text);
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: var(--gold);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-padding-y: 1.15rem;
  --bs-accordion-body-padding-y: 0.25rem 0 1.25rem;
}

.apple-accordion .accordion-item {
  background: transparent;
  border-left: none;
  border-right: none;
  border-radius: 0 !important;
}

.apple-accordion .accordion-button {
  font-size: 1.125rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  padding-left: 0;
  padding-right: 0;
  min-height: var(--tap-min);
}

.apple-accordion .accordion-button:not(.collapsed) {
  color: var(--gold);
  box-shadow: none;
}

.apple-accordion .accordion-button::after {
  background-size: 1rem;
  opacity: 0.7;
  filter: invert(0.85) sepia(1) saturate(4) hue-rotate(5deg);
}

.apple-accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.apple-accordion .soft-list {
  margin-top: 0;
}

/* ---------- Requirements ---------- */
.req-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.75rem 1.25rem;
  min-height: 140px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background: var(--bg-panel);
  box-shadow: none;
}

.req-value {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  margin-bottom: 0.45rem;
  color: var(--gold);
  text-shadow: none;
}

.req-label {
  display: block;
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

/* ---------- Steps ---------- */
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.steps li {
  position: relative;
  display: flex;
  gap: 0.9rem;
  align-items: center;
  padding: 0.85rem 1rem;
  min-height: 0;
  border: 1px solid rgba(240, 193, 75, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.04) 0%, transparent 42%),
    linear-gradient(180deg, rgba(240, 193, 75, 0.05), rgba(0, 0, 0, 0.22)),
    var(--bg-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition:
    border-color 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    transform 0.25s var(--ease);
}

.steps li:hover {
  border-color: rgba(240, 193, 75, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 10px 24px rgba(0, 0, 0, 0.18);
}

.step-num {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-bright);
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 224, 138, 0.32), transparent 58%),
    linear-gradient(155deg, rgba(240, 193, 75, 0.2), rgba(196, 146, 26, 0.08));
  border: 1px solid rgba(240, 193, 75, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1;
}

.steps li > div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.step-title {
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  margin: 0 0 0.18rem;
  color: var(--text);
}

.steps p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.45;
}

/* ---------- Footer ---------- */
.site-footer {
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(240, 193, 75, 0.1), transparent 55%),
    #080809;
  color: #f5f0e8;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 2rem;
  border-top: 1px solid var(--border);
}

.brand-footer {
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  color: var(--gold);
}

.footer-tagline {
  color: rgba(245, 240, 232, 0.65);
  margin: 0 0 1.5rem;
  max-width: 22rem;
}

.footer-heading {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin: 0 0 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.55rem;
  color: rgba(245, 240, 232, 0.72);
  font-size: 0.975rem;
}

.footer-links a {
  color: rgba(245, 240, 232, 0.85);
}

.footer-links a:hover {
  color: var(--gold-bright);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(240, 193, 75, 0.15);
  font-size: 0.8125rem;
  color: rgba(245, 240, 232, 0.45);
}

.footer-bottom a {
  color: rgba(245, 240, 232, 0.55);
}

.footer-bottom a:hover {
  color: var(--gold);
}

.privacy-modal {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-panel);
  color: var(--text);
}

.privacy-modal .modal-header {
  border-bottom-color: var(--border-soft);
}

.privacy-modal .btn-close {
  filter: none;
  opacity: 0.7;
}

html[data-theme="dark"] .privacy-modal .btn-close {
  filter: invert(1);
}

.privacy-modal .text-secondary {
  color: var(--text-tertiary) !important;
}

/* ---------- Cookie ---------- */
.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  max-width: 640px;
  margin: 0 auto;
}

.cookie-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  background: var(--nav-bg-scrolled);
  color: var(--text);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.cookie-inner p {
  flex: 1 1 220px;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--text-secondary);
}

/* ---------- Motion ---------- */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Poster hero: reveal must not reset CTA positioning transform */
.hero--poster .hero-cta-stack.reveal {
  opacity: 0;
  transform: translateY(18px);
}

.hero--poster .hero-cta-stack.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 992px) {
  .hero--poster .hero-cta-stack.reveal {
    transform: translate(calc(-50% + 45px), calc(-50% + 48px));
  }

  .hero--poster .hero-cta-stack.reveal.is-visible {
    transform: translate(calc(-50% + 45px), calc(-50% + 30px));
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero--poster .hero-cta-stack.reveal,
  .hero--poster .hero-cta-stack.reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  @media (min-width: 992px) {
    .hero--poster .hero-cta-stack.reveal,
    .hero--poster .hero-cta-stack.reveal.is-visible {
      transform: translate(calc(-50% + 45px), calc(-50% + 30px));
    }
  }

  .hero-media,
  .embers {
    animation: none;
  }

  .btn { transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  :root,
  html[data-theme="dark"],
  html[data-theme="light"] {
    --nav-h: calc(0.5rem + 38px + 0.75rem);
    --hero-btn-h: 44px;
  }

  .section-vcenter {
    min-height: 0;
    padding-top: clamp(3rem, 8vw, 4.5rem);
    padding-bottom: clamp(3rem, 8vw, 4.5rem);
  }

  .site-nav .navbar {
    min-height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
  }

  .site-nav .navbar > .container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .navbar-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
  }

  .site-nav .navbar-brand {
    --bs-navbar-brand-padding-y: 0;
    --bs-navbar-brand-margin-end: 0;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 1 auto;
    width: auto;
    max-width: calc(100% - 5.5rem);
    display: inline-flex;
    align-items: center;
    align-self: center;
  }

  .site-nav .navbar-brand.brand-btn {
    --bs-btn-padding-y: 0;
    --bs-btn-padding-x: 0;
    height: 38px;
    min-height: 38px !important;
    max-height: 38px;
    margin: 0 !important;
    padding: 0 0 0 0.65rem !important;
    gap: 0.4rem;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    line-height: 1;
  }

  .site-nav .brand-btn .brand-logo {
    display: block;
    height: 26px;
    width: auto;
    margin: 0;
  }

  .site-nav .brand-btn .brand-text {
    font-size: 0.875rem;
    line-height: 1;
  }

  .nav-tools {
    margin-left: 0;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: center;
    gap: 0.45rem;
  }

  .nav-tools .theme-toggle,
  .nav-tools .navbar-toggler {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px !important;
    max-height: 38px;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
  }

  .site-nav .navbar-collapse {
    width: calc(100% + (2 * var(--side-pad)));
    max-width: none;
    margin: 0 calc(-1 * var(--side-pad));
    padding: 0.85rem var(--side-pad) 1.15rem;
    background: rgba(8, 7, 6, 0.22);
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: none;
  }

  .site-nav.is-scrolled .navbar-collapse {
    background: rgba(12, 12, 14, 0.26);
  }

  html[data-theme="light"] .site-nav .navbar-collapse {
    background: rgba(8, 7, 6, 0.24);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
  }

  html[data-theme="light"] .site-nav.is-scrolled .navbar-collapse {
    background: rgba(28, 24, 18, 0.2);
    border-color: rgba(154, 120, 40, 0.16);
  }

  .site-nav .nav-link {
    padding-left: 0 !important;
    border-bottom: 1px solid var(--border-soft);
  }

  .site-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  .site-nav .btn-cta:not(.brand-btn) {
    margin-top: 0.75rem;
    width: 100%;
  }

  .site-nav a.navbar-brand.brand-btn {
    width: fit-content;
    max-width: calc(100% - 5.5rem);
    flex: 0 0 auto;
    padding: 0 0.65rem !important;
  }

  .hero-poster-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 0;
    padding-bottom: 0.35rem;
  }

  .hero-poster-frame {
    flex: none;
    order: 1;
  }

  .hero--poster .hero-cta-stack {
    position: relative;
    order: 2;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-bottom: 0.25rem;
  }

  .hero--poster .hero-cta-stack.reveal,
  .hero--poster .hero-cta-stack.reveal.is-visible {
    opacity: 1;
    transform: none;
  }

  .hero--poster .hero-ribbon {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.65rem;
    padding: 0 0.5rem;
    font-size: 0.875rem;
    min-height: var(--hero-btn-h);
    height: var(--hero-btn-h);
  }

  .hero--poster .hero-actions .btn-ghost {
    background: var(--bg-panel);
    border: 1px solid var(--border);
    color: var(--text) !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hero--poster .hero-actions .btn-ghost:hover,
  .hero--poster .hero-actions .btn-ghost:focus {
    background: var(--bg-elevated);
    border-color: var(--border);
    color: var(--text) !important;
  }

  .hero-veil {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.9) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.25));
  }

  .min-vh-hero {
    min-height: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
  }

  .brand-mark {
    font-size: clamp(1.35rem, 6.5vw, 1.75rem);
    margin-bottom: 0.15rem;
  }

  .hero-slogan {
    font-size: 1rem;
    margin-bottom: 0.45rem;
  }

  .hero-title {
    font-size: clamp(1.15rem, 5vw, 1.45rem);
    margin-bottom: 0.5rem;
  }

  .hero-lead {
    font-size: 0.9rem;
    margin-bottom: 0.85rem;
    line-height: 1.4;
  }

  .section-video {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .video-thumb {
    min-height: 9.5rem;
  }

  .hero-payouts {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.5rem;
    width: 100%;
    margin-bottom: 0.65rem;
  }

  .hero-payouts .payout {
    flex: 1 1 0;
    max-width: none;
    width: auto;
    padding: 0.8rem 0.55rem;
    border-radius: var(--radius);
  }

  .payout-value {
    font-size: clamp(1.2rem, 5vw, 1.55rem);
    font-weight: 900;
    line-height: 1.1;
  }

  .payout-label {
    font-size: 0.72rem;
    margin-top: 0.2rem;
    line-height: 1.25;
  }

  .hero-cta-stack {
    width: 100%;
  }

  .hero-ribbon {
    display: flex;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 0.85rem;
    padding: 0 0.5rem;
    font-size: 0.875rem;
    min-height: var(--hero-btn-h);
    height: var(--hero-btn-h);
  }

  .hero-actions {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.5rem;
    align-items: stretch;
  }

  .hero-actions .btn,
  .hero-actions .btn-cta,
  .hero-actions .btn-ghost {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding: 0 0.5rem;
    font-size: 0.875rem;
    white-space: nowrap;
    min-height: var(--hero-btn-h);
    height: var(--hero-btn-h);
    max-height: var(--hero-btn-h);
  }

  .hero-actions .btn-lg {
    --bs-btn-padding-y: 0;
    --bs-btn-padding-x: 0;
    padding: 0 0.5rem;
    font-size: 0.875rem;
  }

  .container {
    padding-left: var(--side-pad);
    padding-right: var(--side-pad);
  }

  .section-title {
    font-size: clamp(1.35rem, 5.5vw, 1.75rem);
  }

  .section-payments .stat-block {
    min-height: 0;
    padding: 0.85rem 0.75rem;
  }

  .section-payments .stat-value {
    font-size: clamp(1.2rem, 4.5vw, 1.5rem);
    margin-bottom: 0.25rem;
  }

  .section-payments .stat-label {
    font-size: 0.8rem;
  }

  .section-payments .stat-block-soft .stat-value {
    font-size: clamp(1.05rem, 4vw, 1.25rem);
  }

  .section-payments .row.mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .stat-block {
    min-height: 0;
    padding: 1rem 0.85rem;
  }

  .benefit-card {
    padding: 0.75rem 0.55rem 0.65rem;
    min-height: 0;
  }

  .benefit-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.5rem;
    border-radius: 14px;
  }

  .benefit-icon::before {
    inset: 4px;
    border-radius: 11px;
  }

  .benefit-icon svg {
    width: 1.65rem;
    height: 1.65rem;
  }

  .condition-panel {
    padding: 1.1rem 1rem;
  }

  .howto-right {
    gap: 1.1rem;
  }

  .howto-visual {
    min-height: 0;
    max-height: none;
    aspect-ratio: 819 / 1024;
    height: auto;
  }

  .steps li {
    min-height: 0;
    padding: 0.75rem 0.8rem 0.75rem 0.95rem;
    gap: 0.75rem;
  }

  .step-num {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 10px;
    font-size: 0.875rem;
  }

  .visual-band {
    min-height: 140px;
  }

  .visual-band-text {
    font-size: clamp(1.05rem, 4.5vw, 1.35rem);
    padding: 0 0.5rem;
  }

  .req-block {
    min-height: 0;
    padding: 1.1rem 0.85rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .hero-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-mark {
    margin-bottom: 0.1rem;
  }

  .hero-slogan {
    margin-bottom: 0.35rem;
  }

  .hero-payouts {
    gap: 0.4rem;
  }

  .hero-payouts .payout {
    padding: 0.72rem 0.45rem;
  }

  .payout-value {
    font-size: clamp(1.08rem, 4.8vw, 1.28rem);
    font-weight: 900;
  }

  .payout-label {
    font-size: 0.66rem;
  }

  .hero-actions .btn,
  .hero-actions .btn-cta,
  .hero-actions .btn-ghost {
    font-size: 0.8rem;
    padding: 0 0.35rem;
  }

  .apply-form {
    padding: 1.1rem;
  }

  .section-benefits .col-6 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .benefit-title {
    font-size: 0.8125rem;
  }

  .section-payments .row.g-4 {
    --bs-gutter-y: 0.65rem;
  }

  .cookie-banner {
    left: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
  }

  .cookie-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .cookie-inner .btn {
    width: 100%;
  }

  .site-footer {
    text-align: left;
  }

  .site-footer .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ---------- Dark theme — без золотого свечения ---------- */
html[data-theme="dark"] .hero-slogan {
  text-shadow: none;
}

html[data-theme="dark"] .benefit-card:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] .benefit-card:hover .benefit-icon {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 14px 28px rgba(0, 0, 0, 0.36);
}

html[data-theme="dark"] .soft-list li::before {
  box-shadow: none;
}

html[data-theme="dark"] .req-value {
  text-shadow: none;
}

html[data-theme="dark"] .visual-band-text {
  text-shadow: none;
}

html[data-theme="dark"] .steps li:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

/* ---------- Light theme — под палитру постеров ---------- */
html[data-theme="light"] body {
  background:
    radial-gradient(ellipse 80% 40% at 50% -10%, rgba(201, 162, 39, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 30% at 100% 20%, rgba(74, 92, 58, 0.08), transparent 50%),
    var(--bg);
}

html[data-theme="light"] .site-nav {
  border-bottom-color: rgba(154, 120, 40, 0.18);
}

html[data-theme="light"] .site-nav:not(.is-scrolled) {
  background: rgba(8, 7, 6, 0.55);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="light"] .site-nav:not(.is-scrolled) .nav-link {
  color: rgba(245, 240, 232, 0.92);
}

html[data-theme="light"] .site-nav:not(.is-scrolled) .nav-link:hover,
html[data-theme="light"] .site-nav:not(.is-scrolled) .nav-link:focus {
  color: #fff;
}

html[data-theme="light"] .site-nav:not(.is-scrolled) .nav-phone {
  color: #fff !important;
}

html[data-theme="light"] .site-nav:not(.is-scrolled) .theme-toggle {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--gold-bright);
}

html[data-theme="light"] .site-nav.is-scrolled {
  box-shadow: 0 4px 20px rgba(60, 42, 18, 0.08);
}

html[data-theme="light"] .site-nav .nav-link {
  color: rgba(28, 24, 18, 0.72);
}

html[data-theme="light"] .site-nav .nav-link:hover,
html[data-theme="light"] .site-nav .nav-link:focus {
  color: var(--gold-deep);
}

html[data-theme="light"] .site-nav .nav-phone {
  color: var(--text) !important;
}

html[data-theme="light"] .theme-toggle {
  background: rgba(201, 162, 39, 0.14);
  border-color: rgba(154, 120, 40, 0.35);
  color: var(--gold-deep);
}

html[data-theme="light"] .navbar-toggler {
  background: rgba(201, 162, 39, 0.14);
  border-color: rgba(154, 120, 40, 0.35);
}

html[data-theme="light"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%238f6f12' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

html[data-theme="light"] .site-nav:not(.is-scrolled) .navbar-toggler {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
}

html[data-theme="light"] .site-nav:not(.is-scrolled) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffe08a' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

html[data-theme="light"] .btn-cta {
  box-shadow: 0 1px 3px rgba(150, 40, 40, 0.12);
}

html[data-theme="light"] .btn-cta:hover,
html[data-theme="light"] .btn-cta:focus {
  box-shadow: 0 2px 8px rgba(150, 40, 40, 0.16);
}

html[data-theme="light"] .subsection-title,
html[data-theme="light"] .req-value,
html[data-theme="light"] .benefit-icon {
  color: var(--gold-deep);
}

html[data-theme="light"] .gold-frame {
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.22) 0%, #d4c4a8 100%);
  border-color: rgba(120, 90, 35, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

html[data-theme="light"] .stat-block.gold-frame {
  background: #d8cbb6;
  border-color: rgba(120, 90, 35, 0.32);
  box-shadow: 0 10px 28px rgba(60, 42, 18, 0.1);
}

html[data-theme="light"] .hero-payouts .gold-frame {
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.74) 0%, rgba(12, 10, 8, 0.9) 100%);
  border-color: rgba(201, 162, 39, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 32px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

html[data-theme="light"] .hero-payouts .payout-value {
  color: #ffe08a;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.55),
    0 0 0.5px currentColor;
}

html[data-theme="light"] .hero-payouts .payout-label {
  color: rgba(245, 240, 232, 0.92);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

html[data-theme="light"] .section-video {
  background: var(--bg);
}

html[data-theme="light"] .video-thumb {
  border-color: rgba(154, 120, 40, 0.55);
  background:
    linear-gradient(180deg, rgba(42, 36, 28, 0.96) 0%, rgba(22, 18, 14, 1) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 14px 34px rgba(60, 42, 18, 0.16);
}

html[data-theme="light"] .video-thumb-label {
  color: rgba(245, 240, 232, 0.94);
}

html[data-theme="light"] .apply-form,
html[data-theme="light"] .condition-panel,
html[data-theme="light"] .stat-block-soft,
html[data-theme="light"] .benefit-card {
  background: #d8cbb6;
  border-color: rgba(120, 90, 35, 0.32);
  box-shadow: 0 10px 28px rgba(60, 42, 18, 0.1);
}

html[data-theme="light"] .condition-panel-accent {
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.28), #d0c0a4);
  border-color: rgba(120, 90, 35, 0.45);
}

html[data-theme="light"] .benefit-card {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.28) 0%, transparent 42%),
    linear-gradient(180deg, rgba(201, 162, 39, 0.1), transparent 55%),
    #d8cbb6;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 10px 28px rgba(60, 42, 18, 0.1);
}

html[data-theme="light"] .benefit-icon {
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 235, 170, 0.55), transparent 58%),
    linear-gradient(155deg, rgba(201, 162, 39, 0.32), rgba(143, 111, 18, 0.1));
  border-color: rgba(120, 90, 35, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 8px 18px rgba(60, 42, 18, 0.12);
}

html[data-theme="light"] .benefit-icon::before {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(120, 90, 35, 0.18);
}

html[data-theme="light"] .benefit-card:hover {
  border-color: rgba(154, 120, 40, 0.5);
  box-shadow: 0 12px 30px rgba(201, 162, 39, 0.18);
}

html[data-theme="light"] .steps li {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.28) 0%, transparent 42%),
    linear-gradient(180deg, rgba(201, 162, 39, 0.08), transparent 55%),
    #d8cbb6;
  border-color: rgba(120, 90, 35, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 8px 20px rgba(60, 42, 18, 0.08);
}

html[data-theme="light"] .steps li:hover {
  border-color: rgba(154, 120, 40, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 10px 24px rgba(60, 42, 18, 0.12);
}

html[data-theme="light"] .step-num {
  color: var(--gold-deep);
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 235, 170, 0.5), transparent 58%),
    linear-gradient(155deg, rgba(201, 162, 39, 0.28), rgba(143, 111, 18, 0.1));
  border-color: rgba(120, 90, 35, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

html[data-theme="light"] .soft-list li::before {
  background: var(--gold-deep);
  box-shadow: none;
}

html[data-theme="light"] .apple-accordion .accordion-button {
  background: transparent !important;
  color: var(--text) !important;
  box-shadow: none !important;
}

html[data-theme="light"] .apple-accordion .accordion-button:not(.collapsed) {
  color: var(--gold-deep) !important;
  background: transparent !important;
}

html[data-theme="light"] .apple-accordion .accordion-button::after {
  filter: none;
  opacity: 0.65;
}

html[data-theme="light"] .stat-value {
  filter: none;
  background: linear-gradient(180deg, #a8841a 0%, #c9a227 45%, #8f6f12 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html[data-theme="light"] .stat-block-soft .stat-value {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: var(--gold-deep);
}

html[data-theme="light"] .section-apply {
  background:
    radial-gradient(ellipse 55% 45% at 85% 10%, rgba(201, 162, 39, 0.12), transparent 55%),
    var(--bg-elevated);
}

html[data-theme="light"] .section-payments {
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(185, 28, 28, 0.06), transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 80%, rgba(201, 162, 39, 0.1), transparent 50%),
    var(--bg-elevated);
}

html[data-theme="light"] .section-benefits {
  background:
    radial-gradient(ellipse 50% 40% at 10% 90%, rgba(74, 92, 58, 0.1), transparent 50%),
    var(--bg);
}

html[data-theme="light"] .section-conditions,
html[data-theme="light"] .section-help {
  background: var(--bg);
}

html[data-theme="light"] .section-requirements {
  background: var(--bg-elevated);
}

html[data-theme="light"] .req-block {
  background: #d8cbb6;
  border-color: rgba(120, 90, 35, 0.32);
  box-shadow: none;
}

html[data-theme="light"] .section-howto {
  background:
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(201, 162, 39, 0.08), transparent 55%),
    var(--bg-elevated);
}

html[data-theme="light"] .howto-visual {
  border-color: rgba(154, 120, 40, 0.4);
  box-shadow: 0 16px 40px rgba(60, 42, 18, 0.14);
}

html[data-theme="light"] .visual-band-veil {
  background:
    linear-gradient(90deg, rgba(28, 24, 18, 0.45), rgba(28, 24, 18, 0.25), rgba(28, 24, 18, 0.45)),
    linear-gradient(180deg, rgba(185, 28, 28, 0.2), transparent 70%);
}

html[data-theme="light"] .visual-band-text {
  color: #f5e6b8;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45), 0 0 24px rgba(201, 162, 39, 0.35);
}

html[data-theme="light"] .form-success {
  background: rgba(74, 92, 58, 0.14);
  border: 1px solid rgba(74, 92, 58, 0.35);
  color: #2f3d24;
}

html[data-theme="light"] .site-footer {
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(201, 162, 39, 0.14), transparent 55%),
    #1a1610;
  border-top: 1px solid rgba(201, 162, 39, 0.28);
}

html[data-theme="light"] .cookie-inner {
  background: rgba(250, 246, 239, 0.96);
  color: var(--text);
}


