:root {
  color-scheme: dark;
  --ink: #f8fafc;
  --muted: #a9b5c4;
  --line: rgba(248, 250, 252, 0.14);
  --paper: #08110f;
  --panel: #0f1b18;
  --panel-2: #121a21;
  --white: #ffffff;
  --green: #48d6a5;
  --blue: #62a8d8;
  --gold: #d9a84a;
  --dark-text: #101820;
  --soft-text: #526071;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(135deg, #08110f 0%, #111b21 48%, #0b1017 100%);
  background-size: 48px 48px, 48px 48px, auto;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  overflow-wrap: anywhere;
}

a {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(8, 17, 15, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
}

.brand span,
nav a,
.button,
.trust-line span,
.pilot-card,
.offer,
.timeline article,
.problem-grid article,
.faq-grid article,
.case-card,
.report-sheet,
.legal-card {
  min-width: 0;
}

.brand img {
  width: 34px;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.24));
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  max-width: 100%;
  color: rgba(248, 250, 252, 0.74);
  font-size: 0.94rem;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--green);
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  min-height: calc(100svh - 70px);
  margin: 0 auto;
  padding: clamp(52px, 8vw, 98px) 0 74px;
}

.hero-copy,
.hero-panel {
  min-width: 0;
  max-width: 100%;
}

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

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

h1 {
  max-width: 10.5ch;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.6vw, 6.3rem);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  letter-spacing: 0;
}

h4 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.lead {
  max-width: 31ch;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(1.16rem, 1.8vw, 1.38rem);
  font-weight: 700;
}

.hero-text,
.section-head p,
.split-section p,
.profile p,
.faq p {
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-text {
  max-width: 50ch;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(72, 214, 165, 0.5);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 780;
}

.button.primary {
  color: #06110e;
  background: var(--green);
}

.button.secondary {
  color: var(--green);
  background: rgba(72, 214, 165, 0.08);
}

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

.trust-line span {
  min-width: 0;
  max-width: 100%;
  padding: 7px 10px;
  color: rgba(248, 250, 252, 0.82);
  border: 1px solid rgba(248, 250, 252, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.9rem;
  white-space: normal;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(10, 24, 21, 0.94), rgba(15, 32, 44, 0.92)),
    var(--panel);
  border: 1px solid rgba(248, 250, 252, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-logo {
  display: block;
  width: min(100%, 420px);
  max-width: 100%;
  height: auto;
  margin: 0 auto 24px;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.24));
}

.pilot-card {
  padding: 22px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.pilot-card h2 {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.pilot-card ul,
.offer ul,
.plain-list,
.report-sheet ul {
  margin: 0;
  padding-left: 20px;
}

.pilot-card li,
.offer li,
.plain-list li,
.report-sheet li {
  color: rgba(248, 250, 252, 0.78);
}

li + li {
  margin-top: 8px;
}

.hero-visual {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 220px;
  object-fit: cover;
  border: 1px solid rgba(248, 250, 252, 0.12);
  border-radius: 8px;
}

.section,
.band {
  padding: clamp(58px, 8vw, 96px) clamp(18px, 4vw, 56px);
}

.section {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.band {
  background: rgba(248, 250, 252, 0.96);
  color: var(--dark-text);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.band > * {
  width: min(1180px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.compact {
  padding-top: clamp(52px, 7vw, 82px);
  padding-bottom: clamp(52px, 7vw, 82px);
}

.section-head {
  max-width: 820px;
}

.band .section-head p,
.band li,
.band .problem-grid p,
.band .timeline p {
  color: var(--soft-text);
}

.problem-grid,
.offer-layout,
.timeline,
.faq-grid,
.report-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

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

.offer-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.65fr) minmax(0, 0.9fr);
}

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

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

.problem-grid article,
.offer,
.timeline article,
.faq-grid article,
.case-card,
.report-grid article,
.week-plan article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 8px;
}

.section .offer,
.section .faq-grid article,
.case-card {
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(248, 250, 252, 0.14);
}

.offer li {
  color: var(--muted);
}

.offer.muted {
  background: rgba(98, 168, 216, 0.1);
}

.price-card strong {
  display: block;
  margin: 12px 0;
  color: var(--green);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
}

.price-card p {
  color: var(--muted);
}

.timeline span,
.week-plan span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-weight: 850;
}

.split-section,
.profile {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.case-card dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.case-card div {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(248, 250, 252, 0.12);
}

.case-card div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.case-card dt {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.case-card dd {
  margin: 5px 0 0;
  color: var(--muted);
}

.rules {
  background:
    linear-gradient(135deg, rgba(10, 24, 21, 0.96), rgba(16, 28, 34, 0.96)),
    #0d1716;
  color: var(--ink);
}

.rule-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
  padding: 0;
  list-style: none;
  counter-reset: rules;
}

.rule-list li {
  min-height: 162px;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  counter-increment: rules;
}

.rule-list li::before {
  display: block;
  margin-bottom: 22px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 850;
  content: "0" counter(rules);
}

.profile-media {
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(248, 250, 252, 0.14);
  border-radius: 8px;
  background: #0c5765;
  box-shadow: var(--shadow);
}

.profile-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center top;
}

.plain-list {
  margin-top: 18px;
}

.journal {
  background: #eef4f1;
}

.contact {
  padding-bottom: 110px;
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-box a,
.site-footer a,
.legal-card a {
  color: var(--green);
}

.contact-box a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(72, 214, 165, 0.32);
  border-radius: 8px;
  background: rgba(72, 214, 165, 0.08);
  text-decoration: none;
  font-weight: 750;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 28px 18px 42px;
  color: rgba(248, 250, 252, 0.72);
  border-top: 1px solid var(--line);
  background: rgba(8, 17, 15, 0.9);
}

.site-footer span {
  color: var(--ink);
  font-weight: 800;
}

.legal-page,
.report-page {
  width: min(940px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) 0 90px;
}

.legal-hero,
.report-hero {
  margin-bottom: 32px;
}

.legal-hero h1,
.report-hero h1 {
  max-width: 840px;
  font-size: clamp(3rem, 8vw, 6rem);
}

.legal-hero p,
.legal-card p,
.report-hero p {
  max-width: 70ch;
  color: rgba(248, 250, 252, 0.72);
  overflow-wrap: anywhere;
}

.legal-card,
.report-sheet {
  padding: clamp(22px, 4vw, 36px);
  overflow-wrap: anywhere;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(248, 250, 252, 0.14);
  border-radius: 8px;
}

.legal-card a,
.contact-box a {
  word-break: break-word;
}

.legal-card h2 {
  margin: 34px 0 8px;
  font-size: 1.25rem;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.report-title,
.metric-row,
.week-plan {
  display: grid;
  gap: 16px;
}

.report-title {
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: start;
}

.report-title strong {
  padding: 8px 12px;
  color: #06110e;
  background: var(--green);
  border-radius: 8px;
}

.metric-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0 34px;
}

.metric-row div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(248, 250, 252, 0.12);
  border-radius: 8px;
}

.metric-row span,
.metric-row strong,
.metric-row small {
  display: block;
}

.metric-row span {
  color: var(--muted);
}

.metric-row strong {
  margin: 5px 0;
  color: var(--green);
  font-size: 1.5rem;
}

.metric-row small,
.report-sheet p,
.report-sheet li {
  color: var(--muted);
}

.report-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.report-sheet h3 {
  margin-top: 34px;
}

.week-plan {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 18px 0 28px;
}

.week-plan article {
  background: rgba(72, 214, 165, 0.08);
  border-color: rgba(72, 214, 165, 0.16);
}

.report-note {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(248, 250, 252, 0.14);
}

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

  .offer-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .topbar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: flex-start;
    gap: 10px 16px;
    width: 100%;
    font-size: 0.9rem;
  }

  .hero,
  .problem-grid,
  .offer-layout,
  .timeline,
  .faq-grid,
  .split-section,
  .profile,
  .rule-list,
  .metric-row,
  .report-grid.two,
  .report-grid.three,
  .week-plan {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    width: 100%;
    max-width: 100vw;
    padding: 46px 18px 66px;
  }

  h1 {
    font-size: clamp(2rem, 8.5vw, 2.35rem);
  }

  .hero-copy,
  .hero-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .lead,
  .hero-text {
    max-width: 31ch;
  }

  .trust-line {
    display: grid;
    grid-template-columns: 1fr;
  }

  .trust-line span {
    width: fit-content;
  }

  .hero-logo {
    display: none;
  }

  .hero-visual {
    min-height: 170px;
  }

  .profile-media,
  .profile-media img {
    min-height: 390px;
  }

  .report-title {
    grid-template-columns: 1fr;
  }

  .legal-page,
  .report-page {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .legal-card,
  .report-sheet {
    width: 100%;
    max-width: 100%;
    padding: 22px;
  }

  .legal-hero h1,
  .report-hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.45rem);
  }

  .report-hero p,
  .legal-hero p {
    max-width: 31ch;
  }

  .report-sheet h2 {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }
}

@media (max-width: 480px) {
  .brand span {
    font-size: 0.98rem;
  }

  nav {
    grid-template-columns: repeat(2, max-content);
    gap: 10px 13px;
    font-size: 0.86rem;
  }

  .actions,
  .contact-box {
    flex-direction: column;
  }

  .button,
  .contact-box a {
    width: 100%;
  }

  .legal-page,
  .report-page {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .legal-card,
  .report-sheet {
    width: 100%;
    max-width: 100%;
    padding: 22px;
  }

  .legal-hero h1,
  .report-hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.45rem);
  }

  .report-hero p,
  .legal-hero p {
    max-width: 31ch;
  }

  .report-sheet h2 {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }
}

@media (max-width: 600px) {
  nav {
    grid-template-columns: repeat(2, max-content);
  }

  .pilot-card,
  .legal-card,
  .report-sheet {
    max-width: 354px;
  }

  .pilot-card h2,
  .report-sheet h2 {
    max-width: 12ch;
  }

  .legal-card p,
  .report-sheet p,
  .report-sheet li {
    max-width: 28ch;
  }

  .report-title strong {
    width: fit-content;
  }
}
