:root {
  --bg: #0f1318;
  --bg-2: #161b22;
  --surface: #1b212b;
  --surface-2: #222a35;
  --ink: #f1f4f8;
  --heading: #ffffff;
  --muted: #b8c0cc;
  --accent: #ff7a1a;
  --accent-2: #f25c05;
  --line: #2f3947;
  --ok: #38b000;
  --shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Bahnschrift", "Arial Narrow", "Trebuchet MS", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 122, 26, 0.08), transparent 26%),
    repeating-linear-gradient(
      -18deg,
      rgba(255, 255, 255, 0.015) 0,
      rgba(255, 255, 255, 0.015) 2px,
      transparent 2px,
      transparent 14px
    ),
    radial-gradient(circle at 10% 0%, rgba(255, 122, 26, 0.12), transparent 36%),
    var(--bg);
  line-height: 1.62;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 10px;
  border: 1px solid var(--line);
}

.wrap {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.top-sale {
  position: sticky;
  top: 0;
  z-index: 10;
  background: linear-gradient(90deg, #0f141b, #1b2330, #111821);
  border-bottom: 1px solid #343f4e;
}

.top-sale-inner {
  min-height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.top-sale p {
  margin: 0;
  color: #e9eef5;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-header {
  padding: 2rem 0 1.4rem;
}

.hero-head {
  background: linear-gradient(145deg, #1a2028, #151a21);
  border: 1px solid var(--line);
  border-left: 6px solid var(--accent);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.eyebrow {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.2rem 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #151a21;
  border-radius: 999px;
  background: var(--accent);
}

.launch-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
}

.badge-new,
.badge-date {
  display: inline-block;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.badge-new {
  color: #1a1208;
  background: linear-gradient(135deg, #ffd166, #ffb703);
}

.badge-date {
  color: #ffe8d8;
  border: 1px solid #ff9d5c;
  background: rgba(255, 122, 26, 0.14);
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.16;
  font-family: "Bahnschrift SemiBold", "Segoe UI Semibold", "Segoe UI", "Trebuchet MS", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

h1 {
  font-size: clamp(2rem, 3vw, 3.15rem);
  max-width: 18ch;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  color: var(--heading);
}

h2 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  margin-bottom: 0.85rem;
  text-transform: uppercase;
  color: var(--heading);
}

h3 {
  font-size: 1.09rem;
  margin-bottom: 0.45rem;
  color: var(--heading);
}

.intro {
  max-width: 74ch;
  color: var(--muted);
  margin-bottom: 1rem;
}

.hero-kpis {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 0 0 1rem;
  list-style: none;
}

.hero-kpis li {
  padding: 0.35rem 0.68rem;
  border-radius: 999px;
  border: 1px solid #4b5a71;
  background: linear-gradient(145deg, rgba(255, 122, 26, 0.19), rgba(255, 122, 26, 0.08));
  color: #fff3e8;
  font-size: 0.9rem;
  font-weight: 700;
}

main {
  padding-bottom: 3rem;
}

.hero {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.2fr 0.9fr;
  align-items: center;
  background: linear-gradient(145deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 1.4rem;
}

.benefits {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
}

.benefits li {
  margin-bottom: 0.5rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
  border-radius: 10px;
  padding: 0.8rem 1.15rem;
  border: 1px solid transparent;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.btn-primary {
  color: #161a21;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 8px 18px rgba(242, 92, 5, 0.3);
}

.btn-outline {
  color: #ffe8d8;
  border-color: #ff9d5c;
  background: rgba(255, 122, 26, 0.14);
}

.meta {
  margin-top: 0.85rem;
  font-size: 0.92rem;
  color: #96a2b3;
}

.hero-cover figcaption {
  margin-top: 0.5rem;
  color: #a8b2c0;
  font-size: 0.9rem;
}

.hero-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-cover img {
  width: min(100%, 420px);
  height: auto !important;
  object-fit: contain;
}

.content,
.extract,
.proof,
.testimonials,
.objections,
.decision,
.faq,
.author,
.final-cta {
  margin-top: 1.3rem;
  background: linear-gradient(155deg, #1a2028, #1c2330);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.card {
  border: 1px solid #364253;
  border-radius: 12px;
  padding: 0.9rem;
  background: linear-gradient(160deg, #212a36, #1f2732);
}

.proof-list {
  margin: 0.2rem 0 1.05rem;
  padding-left: 1.15rem;
}

.proof-list li {
  margin-bottom: 0.52rem;
}

.testimonials-intro {
  margin-top: 0.2rem;
  color: #c8d0db;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 0.9rem;
}

.testimonial-card {
  margin: 0;
  border: 1px solid #3e4a5b;
  border-radius: 12px;
  padding: 1rem;
  background: linear-gradient(160deg, #202a36, #1a2631);
  position: relative;
}

.testimonial-card blockquote {
  margin: 0;
  color: #eff4fa;
  font-size: 1rem;
  line-height: 1.58;
  font-weight: 600;
}

.testimonial-card blockquote::before {
  content: "“";
  display: inline-block;
  margin-right: 0.18rem;
  color: #ffb173;
  font-size: 1.24rem;
  line-height: 1;
}

.testimonial-card blockquote::after {
  content: "”";
  display: inline-block;
  margin-left: 0.18rem;
  color: #ffb173;
  font-size: 1.24rem;
  line-height: 1;
}

.testimonial-card figcaption {
  margin-top: 0.85rem;
  color: #ffbf8c;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ob-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.card-risk {
  border-left: 4px solid #d24848;
}

.card-win {
  border-left: 4px solid #38b000;
  background: linear-gradient(160deg, #1f2d37, #1a3030);
}

.card ul {
  margin: 0.55rem 0 0;
  padding-left: 1.05rem;
}

.card li {
  margin-bottom: 0.42rem;
}

details {
  border: 1px solid #364253;
  border-radius: 10px;
  padding: 0.85rem 0.9rem;
  background: rgba(18, 24, 31, 0.65);
}

details + details {
  margin-top: 0.65rem;
}

summary {
  font-weight: 700;
  cursor: pointer;
  color: var(--heading);
}

.final-cta {
  border-left: 6px solid var(--ok);
}

.site-footer {
  border-top: 1px solid #2b3442;
  padding: 1.4rem 0 2rem;
  color: #9caaba;
  font-size: 0.93rem;
}

.site-footer a {
  color: #ffb173;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .ob-grid {
    grid-template-columns: 1fr;
  }

  .decision-grid {
    grid-template-columns: 1fr;
  }

  .testi-grid {
    grid-template-columns: 1fr;
  }

  .top-sale-inner {
    flex-direction: column;
    justify-content: center;
    padding: 0.55rem 0;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .site-header {
    padding-top: 1.35rem;
  }

  .hero-cover img {
    width: 100%;
    max-width: 340px;
  }

  .hero-head,
  .hero,
  .content,
  .extract,
  .proof,
  .testimonials,
  .objections,
  .decision,
  .faq,
  .author,
  .final-cta {
    padding: 1rem;
  }
}
