:root {
  --bg: #071012;
  --bg-2: #0d181c;
  --ink: #f8fbf8;
  --muted: #9aa9aa;
  --line: rgba(255, 255, 255, 0.1);
  --orange: #ff6a2a;
  --orange-2: #ff9142;
  --green: #b7ff5a;
  --teal: #19d3c5;
  --blue: #5c8dff;
  --panel: #121f24;
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 20px 58px rgba(0, 0, 0, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Open Sans", system-ui, sans-serif;
  line-height: 1.8;
  background: var(--bg);
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 9, 11, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 900;
}

.brand-mark {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, transparent 42%, #111 42% 58%, transparent 58%),
    linear-gradient(180deg, var(--orange) 0 32%, var(--green) 32% 64%, var(--teal) 64%);
}

.site-header nav {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.site-header nav a {
  padding: 8px 10px;
  border-radius: 6px;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.menu-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(640px, 0.98fr) minmax(420px, 1.02fr);
  gap: clamp(28px, 4vw, 58px);
  align-content: center;
  align-items: stretch;
  min-height: 78vh;
  padding: 104px clamp(18px, 5vw, 72px) 40px;
  background:
    linear-gradient(145deg, rgba(255, 106, 42, 0.13), transparent 34%),
    linear-gradient(180deg, #040809 0%, #071012 56%, #0d181c 100%);
}

.hero-copy {
  display: flex;
  flex-direction: column;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Montserrat", "Open Sans", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
}

h1 {
  max-width: 760px;
  white-space: nowrap;
  font-size: clamp(50px, 5vw, 72px);
}

h2 {
  font-size: clamp(36px, 6vw, 82px);
}

h3 {
  font-size: 22px;
}

.lede {
  max-width: 620px;
  margin: 24px 0 0;
  color: #d7e1de;
  font-size: clamp(20px, 2.7vw, 27px);
  font-weight: 700;
  line-height: 1.45;
}

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

.primary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1.4;
}

.primary-btn {
  color: #160804;
  background: linear-gradient(90deg, var(--orange), var(--orange-2));
  box-shadow: 0 16px 34px rgba(255, 106, 42, 0.24);
}

.ghost-btn {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.social-proof {
  margin: 34px 0 0;
  color: rgba(215, 225, 222, 0.74);
  font-size: 14.3px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
}

.full {
  width: 100%;
}

.signal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 34px;
}

.signal-strip span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.studio-hero {
  position: relative;
  margin: 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.34 / 1;
  min-height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: #050b0d;
  box-shadow: var(--shadow);
}

.studio-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.proof-grid article,
.feature-grid article,
.result-list article,
.price-card,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), 0 10px 30px rgba(0, 0, 0, 0.16);
}

.band {
  padding: 96px clamp(18px, 5vw, 72px);
}

.proof-band {
  background: #0d181c;
  padding-top: 156px;
}

.section-head {
  max-width: 860px;
  margin-bottom: 42px;
}

.compact-head {
  margin-top: 56px;
  margin-bottom: 20px;
}

.section-head p,
.pricing-copy p,
.result-list p,
.feature-grid p,
.faq-list p {
  color: #cbd6d4;
  font-size: 18px;
}

.proof-grid,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.proof-grid article {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 190px;
  padding: 26px;
}

.proof-grid strong {
  display: block;
  font-family: "Montserrat", "Open Sans", system-ui, sans-serif;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1;
}

.proof-grid span {
  color: var(--muted);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.result-list,
.feature-grid,
.faq-list {
  display: grid;
  gap: 14px;
}

.result-list article {
  padding: 26px;
  color: var(--ink);
  background: #122026;
}

.dark-band {
  background: #071012;
}

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

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

.feature-grid article {
  min-height: 220px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.05);
}

.journey-band {
  background: #071012;
}

.journey-head {
  max-width: 1040px;
}

.journey-head h2 {
  max-width: 980px;
}

.journey-map {
  margin: 0;
}

.journey-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.journey-steps article {
  min-height: 188px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(11, 22, 25, 0.78), rgba(3, 8, 10, 0.86)),
    rgba(5, 11, 13, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.journey-steps span {
  display: inline-grid;
  min-width: 42px;
  min-height: 32px;
  place-items: center;
  margin-bottom: 14px;
  color: #071012;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--green));
  font-family: "Montserrat", "Open Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.journey-steps h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(18px, 1.8vw, 24px);
}

.journey-steps p {
  margin: 0;
  color: #cbd6d4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.feature-grid h3,
.result-list h3,
.price-card h3,
.price-card h4 {
  margin-bottom: 10px;
}

.reviews-band {
  overflow: hidden;
  padding-top: 84px;
  padding-bottom: 92px;
  background:
    radial-gradient(circle at 18% 10%, rgba(183, 255, 90, 0.12), transparent 32%),
    radial-gradient(circle at 85% 25%, rgba(42, 215, 198, 0.12), transparent 34%),
    #071012;
}

.reviews-head {
  margin-bottom: 28px;
}

.reviews-carousel {
  display: flex;
  width: max-content;
  gap: 14px;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.review-track {
  display: flex;
  gap: 14px;
  animation: review-scroll 78s linear infinite;
}

.reviews-carousel:hover .review-track {
  animation-play-state: paused;
}

.review-card {
  display: flex;
  flex: 0 0 clamp(300px, 25vw, 390px);
  min-height: 250px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid rgba(183, 255, 90, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(20, 35, 38, 0.92), rgba(4, 10, 12, 0.94)),
    rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 28px rgba(183, 255, 90, 0.12),
    0 18px 48px rgba(0, 0, 0, 0.34);
}

.review-card:nth-child(3n + 2) {
  border-color: rgba(42, 215, 198, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 28px rgba(42, 215, 198, 0.12),
    0 18px 48px rgba(0, 0, 0, 0.34);
}

.review-card:nth-child(3n) {
  border-color: rgba(255, 106, 42, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 28px rgba(255, 106, 42, 0.12),
    0 18px 48px rgba(0, 0, 0, 0.34);
}

.review-card p {
  color: #eef5f2;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.48;
}

.review-card span {
  margin-top: 24px;
  color: var(--green);
  font-family: "Montserrat", "Open Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.review-card em {
  display: block;
  margin-top: 8px;
  color: #cbd6d4;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

@keyframes review-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 14px));
  }
}

.pricing-band {
  background:
    linear-gradient(135deg, rgba(255, 106, 42, 0.13), transparent 35%),
    #101b20;
}

.pricing-cards {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(390px, 1.08fr);
  gap: clamp(18px, 3vw, 36px);
  max-width: 1120px;
  margin: 0 auto;
}

.price-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.free-price-card {
  background:
    linear-gradient(145deg, rgba(183, 255, 90, 0.09), transparent 45%),
    rgba(255, 255, 255, 0.055);
}

.pro-price-card {
  border-color: rgba(255, 106, 42, 0.28);
}

.price {
  margin: 8px 0 10px;
  color: var(--green);
  font-family: "Montserrat", "Open Sans", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
  padding-left: 20px;
  color: #d8e1df;
}

.price-card .full {
  margin-top: auto;
}

.faq-band {
  background: #f6f4ef;
  color: #091013;
}

.faq-band .eyebrow {
  color: #b13f12;
}

.faq-band .faq-list p {
  color: #455052;
}

.faq-list {
  max-width: 980px;
}

details {
  padding: 22px 24px;
  background: #fff;
}

summary {
  cursor: pointer;
  font-family: "Montserrat", "Open Sans", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: #05090a;
}

.footer span {
  font-weight: 900;
}

@media (max-width: 980px) {
  .hero,
  .pricing-cards {
    grid-template-columns: 1fr;
  }

  h1 {
    white-space: normal;
  }

  .proof-grid,
  .feature-grid,
  .check-grid,
  .problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .review-card {
    flex-basis: min(82vw, 360px);
  }
}

@media (max-width: 660px) {
  .site-header {
    position: fixed;
    align-items: center;
    flex-direction: row;
    min-height: 58px;
    padding: 10px 16px;
  }

  .menu-toggle {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    gap: 4px;
    padding: 9px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.06);
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--ink);
  }

  .site-header nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    left: 16px;
    display: none;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(4, 9, 11, 0.96);
    box-shadow: var(--shadow);
  }

  .site-header.is-open nav {
    display: grid;
    gap: 4px;
  }

  .hero {
    min-height: auto;
    padding-top: 92px;
  }

  h1 {
    font-size: clamp(32px, 10vw, 40px);
  }

  .hero h1 {
    max-width: 100%;
    white-space: nowrap;
  }

  .lede {
    max-width: 360px;
    font-size: 14px;
    line-height: 1.38;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions a {
    width: 100%;
  }

  .signal-strip {
    display: none;
  }

  .studio-hero {
    min-height: 260px;
    aspect-ratio: 1.2 / 1;
  }

  .proof-grid,
  .feature-grid,
  .check-grid,
  .problem-grid {
    grid-template-columns: 1fr;
  }

  .journey-steps {
    grid-template-columns: 1fr;
  }

  .journey-steps article {
    min-height: 0;
  }

  .reviews-carousel {
    overflow-x: auto;
    width: 100%;
    padding: 2px 0 16px;
    mask-image: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .review-track {
    width: max-content;
    animation: none;
  }

  .review-track[aria-hidden="true"] {
    display: none;
  }

  .review-card {
    flex: 0 0 min(84vw, 340px);
    min-height: 300px;
    scroll-snap-align: start;
  }

  .review-card p {
    font-size: 16px;
  }

  .band {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
