:root {
  --green: #00df20;
  --green-deep: #00be1b;
  --ink: #0d0f11;
  --muted: #6d7278;
  --line: #e8ece8;
  --panel: #ffffff;
  --shadow: 0 18px 54px rgba(15, 18, 20, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-y: auto;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-y: auto;
  min-height: 100%;
  color: var(--ink);
  background:
    radial-gradient(circle at 0 12%, rgba(0, 223, 32, 0.08), transparent 22rem),
    linear-gradient(180deg, #fff 0%, #fbfcfb 100%);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

.section-shell,
.site-header {
  width: min(1190px, calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  height: 104px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 27px;
  font-weight: 800;
}

.brand-logo {
  display: block;
  width: 188px;
  height: 38px;
  background: linear-gradient(90deg, var(--green) 0 15.7%, var(--ink) 15.7% 100%);
  mask: url("./assets/backstage-logo-mask.png") center / contain no-repeat;
  -webkit-mask: url("./assets/backstage-logo-mask.png") center / contain no-repeat;
}

.brand-mark {
  position: relative;
  width: 28px;
  height: 34px;
  display: inline-block;
  border-radius: 0 10px 10px 0;
  background:
    linear-gradient(#fff, #fff) 0 7px / 18px 6px no-repeat,
    linear-gradient(#fff, #fff) 0 20px / 18px 6px no-repeat,
    var(--green);
  clip-path: polygon(0 0, 74% 0, 100% 18%, 100% 38%, 79% 49%, 100% 60%, 100% 82%, 74% 100%, 0 100%, 0 82%, 61% 82%, 70% 75%, 70% 64%, 61% 58%, 0 58%, 0 42%, 59% 42%, 70% 35%, 70% 25%, 61% 18%, 0 18%);
}

.hero {
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: 48px;
  min-height: 610px;
  padding: 24px 0 76px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px;
  min-height: 30px;
  padding: 0 18px 0 13px;
  border-radius: 999px;
  color: #00b61c;
  background: #e9ffed;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

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

h1 {
  margin-bottom: 26px;
  text-transform: uppercase;
  font-size: clamp(42px, 3.6vw, 54px);
  line-height: 0.99;
  font-weight: 900;
}

h1 strong {
  color: var(--green);
}

.hero-line {
  position: relative;
  width: fit-content;
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 1.1;
}

.hero-line::after {
  position: absolute;
  left: 2px;
  bottom: -15px;
  width: 182px;
  height: 4px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), rgba(0, 223, 32, 0.2));
  transform: rotate(-6deg);
}

.hero-text {
  max-width: 410px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.55;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  min-height: 64px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--green-deep), var(--green));
  box-shadow: 0 14px 28px rgba(0, 190, 27, 0.18);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
}

.hero-button {
  min-width: 470px;
  padding: 0 27px;
}

.arrow {
  font-size: 24px;
  line-height: 1;
}

.calendar-icon {
  position: relative;
  width: 26px;
  height: 26px;
  border: 3px solid #fff;
  border-radius: 4px;
}

.calendar-icon::before,
.calendar-icon::after {
  position: absolute;
  top: -7px;
  width: 3px;
  height: 8px;
  content: "";
  background: #fff;
}

.calendar-icon::before {
  left: 5px;
}

.calendar-icon::after {
  right: 5px;
}

.proof {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 27px;
  font-size: 13px;
  font-weight: 700;
}

.proof p {
  margin-bottom: 0;
}

.faces {
  display: flex;
  padding-left: 2px;
}

.faces span {
  width: 42px;
  height: 42px;
  margin-left: -10px;
  border: 3px solid #fff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 35%, #e2b992 0 21%, transparent 22%),
    radial-gradient(ellipse at 50% 100%, #161718 0 42%, transparent 43%),
    linear-gradient(135deg, #fff, #b6ffba);
  box-shadow: 0 8px 18px rgba(14, 18, 18, 0.13);
}

.faces span:nth-child(2) {
  background:
    radial-gradient(circle at 50% 35%, #f1c295 0 21%, transparent 22%),
    radial-gradient(ellipse at 50% 100%, #4f231e 0 42%, transparent 43%),
    linear-gradient(135deg, #fff, #cce7ff);
}

.faces span:nth-child(3) {
  background:
    radial-gradient(circle at 50% 35%, #d19772 0 21%, transparent 22%),
    radial-gradient(ellipse at 50% 100%, #11352b 0 42%, transparent 43%),
    linear-gradient(135deg, #fff, #d7ffd8);
}

.faces span:nth-child(4) {
  background:
    radial-gradient(circle at 50% 35%, #a76d4b 0 21%, transparent 22%),
    radial-gradient(ellipse at 50% 100%, #111 0 42%, transparent 43%),
    linear-gradient(135deg, #fff, #e4e4e4);
}

.hero-media {
  position: relative;
  min-height: 520px;
  padding-top: 30px;
}

.video-card {
  position: relative;
  z-index: 1;
  height: 376px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #1b1b1b;
  box-shadow: 0 24px 70px rgba(19, 23, 19, 0.17);
}

.video-card img,
.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05);
}

.video-card video {
  display: block;
  background: #111;
}

.dot-field {
  position: absolute;
  background-image: radial-gradient(circle, rgba(0, 223, 32, 0.9) 0 2px, transparent 2.4px);
  background-size: 22px 22px;
  mask-image: radial-gradient(circle at 36% 40%, #000 0 28%, rgba(0, 0, 0, 0.85) 42%, transparent 72%);
}

.dot-field-top {
  top: -7px;
  right: -130px;
  width: 364px;
  height: 350px;
  transform: rotate(8deg);
}

.rocket {
  position: absolute;
  z-index: 2;
  width: 86px;
  height: 86px;
  border-radius: 50% 50% 48% 48%;
  background:
    radial-gradient(circle at 37% 47%, #142417 0 9%, #ffc347 10% 15%, transparent 16%),
    radial-gradient(circle at 62% 47%, #142417 0 9%, #ffc347 10% 15%, transparent 16%),
    linear-gradient(135deg, transparent 0 26%, #ff784a 27% 37%, transparent 38%),
    linear-gradient(315deg, transparent 0 28%, #52ef2e 29% 46%, transparent 47%),
    linear-gradient(45deg, transparent 0 28%, #52ef2e 29% 46%, transparent 47%),
    linear-gradient(145deg, #fafafa, #d8dadd);
  clip-path: polygon(45% 0, 72% 10%, 94% 38%, 84% 65%, 68% 74%, 56% 100%, 44% 100%, 32% 74%, 16% 65%, 6% 38%, 28% 10%);
  filter: drop-shadow(0 16px 10px rgba(18, 24, 17, 0.15));
}

.rocket-top {
  top: -3px;
  right: 26px;
  transform: rotate(31deg);
}

.video-note {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 62px 0 0 300px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.video-note span {
  position: absolute;
  top: -60px;
  left: -92px;
  width: 86px;
  height: 69px;
  border-right: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  border-radius: 0 0 70px 56px;
  transform: rotate(-18deg);
}

.video-note span::after {
  position: absolute;
  right: -6px;
  top: -6px;
  width: 13px;
  height: 13px;
  content: "";
  border-top: 3px solid var(--green);
  border-right: 3px solid var(--green);
  transform: rotate(-15deg);
}

.pain-band {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 31px 0 40px;
  background: rgba(255, 255, 255, 0.76);
}

h2 {
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
}

.rule {
  width: 60px;
  height: 3px;
  margin: 0 auto 29px;
  border-radius: 999px;
  background: var(--green);
}

.floating-words span {
  position: absolute;
  color: #b8bec1;
  text-transform: uppercase;
  font-size: 15px;
}

.floating-words span:nth-child(1) {
  top: 27px;
  left: 40px;
  transform: rotate(-8deg);
}

.floating-words span:nth-child(2) {
  top: 56px;
  left: 149px;
}

.floating-words span:nth-child(3) {
  top: 91px;
  left: 82px;
}

.floating-words span:nth-child(4) {
  top: 132px;
  left: 34px;
}

.floating-words span:nth-child(5) {
  top: 22px;
  right: 91px;
}

.floating-words span:nth-child(6) {
  top: 59px;
  right: 150px;
}

.floating-words span:nth-child(7) {
  top: 98px;
  right: 43px;
  max-width: 95px;
  text-align: right;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  width: min(1028px, 100%);
  margin: 0 auto;
}

.pain-card {
  min-height: 176px;
  padding: 26px 15px 18px;
  border: 1px solid #edf1ed;
  border-radius: 18px;
  background: var(--panel);
  box-shadow: 0 16px 28px rgba(8, 13, 9, 0.045);
  text-align: center;
}

.pain-card svg,
.stats svg {
  width: 61px;
  height: 61px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.pain-card p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.method {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 66px;
  padding: 28px 0 22px;
}

.method-art {
  position: relative;
  min-height: 480px;
}

.method-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 480px;
  border-radius: 24px;
  object-fit: contain;
  object-position: center;
}

.dot-field-side {
  top: 85px;
  left: -115px;
  width: 405px;
  height: 400px;
}

.method-copy h2 {
  text-align: left;
}

.method-copy .rule {
  margin-left: 0;
}

.steps {
  display: grid;
  gap: 11px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 42px 78px 1fr;
  align-items: center;
  min-height: 105px;
  padding: 11px 21px 11px 18px;
  border: 1px solid #edf1ed;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(8, 13, 9, 0.04);
}

.steps b,
.agenda-panel li::before {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--green-deep), var(--green));
  font-size: 18px;
  font-weight: 900;
}

.step-icon {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #effff1;
}

.step-icon::before,
.step-icon::after {
  position: absolute;
  content: "";
}

.target-icon::before {
  inset: 18px;
  border: 2px solid var(--green);
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px #effff1, inset 0 0 0 9px var(--green);
}

.target-icon::after {
  inset: 11px 32px;
  border-left: 2px solid var(--green);
  border-right: 2px solid var(--green);
}

.blocks-icon::before {
  left: 19px;
  top: 34px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--green);
  box-shadow:
    17px 0 0 -2px #effff1,
    17px 0 0 0 var(--green),
    8px -19px 0 -2px #effff1,
    8px -19px 0 0 var(--green);
}

.growth-icon::before {
  left: 18px;
  top: 39px;
  width: 34px;
  height: 19px;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  transform: skew(-38deg) rotate(-34deg);
}

.growth-icon::after {
  top: 20px;
  right: 17px;
  width: 16px;
  height: 16px;
  border-top: 3px solid var(--green);
  border-right: 3px solid var(--green);
}

.steps p {
  margin-bottom: 0;
  color: #25282a;
  font-size: 14px;
  line-height: 1.34;
}

.steps strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  text-transform: uppercase;
  font-size: 15px;
}

.compact-button {
  min-height: 53px;
  padding: 0 28px;
  border-radius: 13px;
  font-size: 14px;
}

.method-copy .compact-button {
  width: min(100%, 400px);
}

.micro-copy {
  margin: 13px 0 0 58px;
  color: var(--muted);
  font-size: 13px;
}

.programme {
  padding: 25px 0 19px;
  border-top: 1px solid var(--line);
}

.programme-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(330px, 0.64fr);
  gap: 41px;
  width: min(1010px, 100%);
  margin: 0 auto;
}

.agenda-panel,
.bonus-panel {
  min-height: 188px;
  border: 1px solid #edf1ed;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(8, 13, 9, 0.045);
}

.agenda-panel {
  padding: 21px 28px;
}

.agenda-panel ol,
.bonus-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agenda-panel {
  counter-reset: agenda;
}

.agenda-panel li {
  counter-increment: agenda;
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 13px;
  font-weight: 700;
}

.agenda-panel li::before {
  width: 24px;
  height: 24px;
  content: counter(agenda);
  font-size: 13px;
}

.bonus-panel {
  position: relative;
  padding: 24px 36px;
}

.bonus-label {
  width: fit-content;
  margin: 0 0 15px;
  color: #00b61c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.bonus-panel::after {
  position: absolute;
  right: 43px;
  bottom: 24px;
  width: 28px;
  height: 28px;
  content: "";
  border-top: 2px solid var(--green);
  border-right: 2px solid var(--green);
  border-radius: 0 17px 0 0;
  transform: rotate(4deg);
}

.bonus-panel li {
  position: relative;
  padding-left: 35px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.bonus-panel li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 2px solid var(--green);
  border-radius: 4px;
  color: var(--green);
  content: "+";
  font-size: 13px;
  font-weight: 900;
}

.results {
  padding: 18px 0 113px;
  border-top: 1px solid var(--line);
}

.results-grid {
  display: grid;
  grid-template-columns: minmax(490px, 0.95fr) minmax(430px, 1.05fr);
  align-items: center;
  gap: 42px;
  width: min(1065px, 100%);
  margin: 0 auto;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  margin-bottom: 23px;
}

.stats article {
  display: grid;
  justify-items: center;
  min-height: 159px;
  padding: 18px 13px;
  border: 1px solid #edf1ed;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 34px rgba(8, 13, 9, 0.045);
  text-align: center;
}

.stats svg {
  width: 47px;
  height: 47px;
  margin-bottom: 2px;
}

.stats b {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.stats span {
  max-width: 112px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.22;
  font-weight: 700;
}

blockquote {
  margin: 0;
  padding-left: 65px;
  position: relative;
}

blockquote::before {
  position: absolute;
  top: -3px;
  left: 26px;
  color: var(--green);
  content: "“";
  font-size: 49px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 1.35;
}

blockquote footer {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
}

blockquote footer span {
  grid-row: span 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, #db9a74 0 21%, transparent 22%),
    radial-gradient(ellipse at 50% 100%, #101010 0 43%, transparent 44%),
    linear-gradient(135deg, #fff, #d9ffdb);
}

blockquote footer strong,
blockquote footer em {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

blockquote footer em {
  font-style: normal;
}

.results-art {
  position: relative;
  min-height: 307px;
}

.results-art::before,
.results-art::after {
  position: absolute;
  z-index: 1;
  content: "";
  background: var(--green);
  filter: blur(0.1px);
}

.results-art::before {
  top: 9px;
  right: 54px;
  width: 101px;
  height: 17px;
  clip-path: polygon(0 50%, 70% 50%, 70% 23%, 100% 60%, 70% 100%, 70% 75%, 0 75%);
  transform: rotate(-20deg);
}

.results-art::after {
  top: 14px;
  left: 13px;
  width: 72px;
  height: 72px;
  border-radius: 50% 50% 48% 48%;
  background:
    radial-gradient(circle at 37% 47%, #142417 0 9%, #ffc347 10% 15%, transparent 16%),
    radial-gradient(circle at 62% 47%, #142417 0 9%, #ffc347 10% 15%, transparent 16%),
    linear-gradient(135deg, transparent 0 26%, #ff784a 27% 37%, transparent 38%),
    linear-gradient(315deg, transparent 0 28%, #52ef2e 29% 46%, transparent 47%),
    linear-gradient(45deg, transparent 0 28%, #52ef2e 29% 46%, transparent 47%),
    linear-gradient(145deg, #fafafa, #d8dadd);
  clip-path: polygon(45% 0, 72% 10%, 94% 38%, 84% 65%, 68% 74%, 56% 100%, 44% 100%, 32% 74%, 16% 65%, 6% 38%, 28% 10%);
  transform: rotate(31deg);
  filter: drop-shadow(0 14px 9px rgba(18, 24, 17, 0.16));
}

.results-art img {
  width: 100%;
  height: 349px;
  border-radius: 24px;
  object-fit: contain;
  object-position: center;
}

.bottom-cta {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  width: min(1065px, calc(100% - 64px));
  min-height: 75px;
  padding: 12px 24px;
  border-radius: 18px 18px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 0 100%, rgba(0, 223, 32, 0.17), transparent 18rem),
    #101312;
  box-shadow: 0 -14px 50px rgba(8, 13, 9, 0.18);
  margin: -88px auto 0;
}

.bottom-cta div {
  display: grid;
  gap: 3px;
}

.bottom-cta strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.bottom-cta strong::first-letter {
  color: var(--green);
}

.bottom-cta span {
  color: #d8ddd9;
  font-size: 12px;
}

.bottom-cta .compact-button span {
  color: #fff;
  font-size: 24px;
}

@media (max-width: 920px) {
  .hero,
  .method,
  .results-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 22px;
    padding-top: 0;
  }

  .hero-copy {
    max-width: 640px;
  }

  .hero-media {
    min-height: auto;
  }

  .video-card {
    height: min(60vw, 466px);
  }

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

  .floating-words {
    display: none;
  }

  .method {
    gap: 22px;
  }

  .method-art,
  .method-art img {
    min-height: 0;
    height: min(78vw, 650px);
  }

  .programme-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .results-art img {
    height: min(62vw, 520px);
  }
}

@media (max-width: 760px) {
  .section-shell,
  .site-header {
    width: min(100% - 30px, 560px);
  }

  .site-header {
    height: 78px;
  }

  .brand {
    font-size: 22px;
  }

  .brand-logo {
    width: 162px;
    height: 33px;
  }

  .brand-mark {
    width: 23px;
    height: 28px;
  }

  .hero {
    display: block;
    min-height: 0;
    padding-bottom: 42px;
  }

  .eyebrow {
    margin-bottom: 22px;
  }

  h1 {
    margin-bottom: 18px;
    font-size: 38px;
  }

  h2 {
    font-size: 22px;
  }

  .hero-line {
    font-size: 22px;
  }

  .hero-text {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .hero-button {
    width: 100%;
    min-width: 0;
    min-height: 60px;
    padding: 0 16px;
    gap: 11px;
    font-size: 12px;
  }

  .proof {
    align-items: flex-start;
    gap: 12px;
    font-size: 12px;
  }

  .faces span {
    width: 35px;
    height: 35px;
  }

  .hero-media {
    margin-top: 29px;
    padding-top: 11px;
  }

  .video-card {
    height: auto;
    aspect-ratio: 470 / 291;
    border-radius: 19px;
  }

  .dot-field-top {
    right: -165px;
    width: 270px;
    height: 270px;
  }

  .rocket-top {
    right: 0;
    width: 61px;
    height: 61px;
  }

  .video-note {
    margin: 34px 0 0 auto;
    font-size: 13px;
  }

  .video-note span {
    top: -38px;
    left: -57px;
    width: 56px;
    height: 47px;
  }

  .pain-band {
    padding-top: 35px;
  }

  .pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .pain-card {
    min-height: 152px;
    padding-top: 21px;
  }

  .method {
    padding-top: 22px;
  }

  .method-art,
  .method-art img {
    height: 430px;
  }

  .method-art img {
    border-radius: 18px;
  }

  .dot-field-side {
    left: -100px;
    width: 292px;
    height: 292px;
  }

  .steps li {
    grid-template-columns: 34px 54px 1fr;
    gap: 8px;
    padding: 13px;
  }

  .steps b {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .step-icon {
    width: 50px;
    height: 50px;
  }

  .target-icon::before {
    inset: 13px;
  }

  .target-icon::after {
    inset: 8px 23px;
  }

  .blocks-icon::before {
    left: 14px;
    top: 25px;
    width: 10px;
    height: 10px;
    box-shadow:
      13px 0 0 -2px #effff1,
      13px 0 0 0 var(--green),
      6px -14px 0 -2px #effff1,
      6px -14px 0 0 var(--green);
  }

  .growth-icon::before {
    left: 13px;
    top: 29px;
    width: 25px;
    height: 14px;
  }

  .growth-icon::after {
    top: 15px;
    right: 12px;
    width: 12px;
    height: 12px;
  }

  .steps strong {
    font-size: 13px;
  }

  .steps p {
    font-size: 12px;
  }

  .method-copy .compact-button {
    width: 100%;
  }

  .micro-copy {
    margin-left: 0;
    text-align: center;
  }

  .agenda-panel,
  .bonus-panel {
    min-height: auto;
  }

  .agenda-panel,
  .bonus-panel {
    padding: 20px;
  }

  .agenda-panel li {
    gap: 11px;
    font-size: 12px;
  }

  .bonus-panel li {
    font-size: 12px;
  }

  .bonus-label {
    font-size: 11px;
  }

  .results {
    padding-bottom: 145px;
  }

  .results-grid {
    min-width: 0;
  }

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

  .stats article {
    min-height: 128px;
  }

  blockquote {
    padding-left: 34px;
  }

  blockquote::before {
    left: 0;
  }

  .results-art img {
    height: 397px;
    border-radius: 18px;
  }

  .bottom-cta {
    width: calc(100% - 20px);
    min-height: 118px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px;
    margin-top: -112px;
  }

  .bottom-cta .compact-button {
    width: 100%;
  }
}

/* Backstage webinar conversion flow */
.section-space {
  padding-top: 106px;
  padding-bottom: 106px;
}

.kicker {
  width: fit-content;
  margin-bottom: 18px;
  color: #00b61c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.section-intro {
  width: min(740px, 100%);
  margin: 0 auto 44px;
  text-align: center;
}

.section-intro.align-left {
  margin: 0;
  text-align: left;
}

.section-intro.align-left .kicker,
.awareness-copy .kicker,
.proofs-copy .kicker,
.argument-card .kicker,
.fomo-panel .kicker {
  margin-left: 0;
}

.section-intro h2,
.awareness-copy h2,
.method-head h2,
.proofs-copy h2,
.argument-card h2,
.fomo-panel h2,
.faq h2,
.final-cta h2 {
  margin-bottom: 18px;
  text-align: inherit;
  text-transform: none;
  font-size: clamp(31px, 3vw, 50px);
  line-height: 0.99;
}

.section-intro p:not(.kicker),
.method-head p,
.webinar-layout .section-intro p {
  color: #303436;
  font-size: 18px;
  line-height: 1.55;
}

.hero {
  grid-template-columns: minmax(400px, 0.82fr) minmax(560px, 1.18fr);
  gap: 62px;
  min-height: 650px;
  padding-bottom: 102px;
}

.hero h1 {
  max-width: 540px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: clamp(42px, 3.6vw, 54px);
  line-height: 0.96;
}

.hero h1 strong {
  display: inline;
}

.hero-line {
  max-width: 400px;
  margin-bottom: 44px;
  color: #292d2e;
  font-size: 23px;
  line-height: 1.28;
}

.hero-line::after {
  bottom: -19px;
  width: 210px;
}

.hero-button {
  min-width: min(100%, 440px);
}

.assurance-list {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.assurance-list li {
  position: relative;
  min-height: 38px;
  padding: 11px 15px 10px 40px;
  border: 1px solid #e5eee6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 26px rgba(10, 15, 11, 0.045);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.assurance-list li::before,
.checklist li::before {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  content: "✓";
  font-weight: 900;
}

.assurance-list li::before {
  top: 8px;
  left: 12px;
  width: 21px;
  height: 21px;
  font-size: 13px;
}

.video-note {
  margin-top: 48px;
}

.hero-media,
.awareness-art {
  overflow: clip;
}

.diagnostic-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 70px;
}

.pain-band.section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pain-band .section-intro h2 strong {
  display: block;
  margin-top: 9px;
  color: var(--green);
}

.diagnostic-panel,
.webinar-panel,
.argument-card,
.faq-list details {
  border: 1px solid #edf1ed;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.diagnostic-panel {
  padding: 40px;
  border-radius: 28px;
}

.pain-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 29px;
  padding: 0;
  list-style: none;
}

.pain-points li,
.signal-grid li,
.loss-list li {
  position: relative;
  min-height: 74px;
  padding: 26px 20px 20px 54px;
  border: 1px solid #edf1ed;
  border-radius: 18px;
  background: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 850;
}

.pain-points li::before,
.signal-grid li::before,
.loss-list li::before {
  position: absolute;
  top: 28px;
  left: 25px;
  width: 14px;
  height: 14px;
  border: 3px solid var(--green);
  border-radius: 50%;
  content: "";
}

.pain-points li:last-child {
  grid-column: 1 / -1;
}

.takeaway {
  display: grid;
  gap: 6px;
  margin-bottom: 0;
  padding: 26px 29px;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 10% 100%, rgba(0, 223, 32, 0.28), transparent 14rem),
    #101312;
  font-size: 20px;
  line-height: 1.3;
}

.takeaway strong {
  color: #7cff80;
}

.awareness {
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(420px, 1fr);
  align-items: center;
  gap: 74px;
}

.awareness-art {
  position: relative;
  min-height: 525px;
}

.awareness-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 525px;
  object-fit: contain;
}

.awareness-copy h2 {
  max-width: 590px;
}

.awareness-copy .rule,
.proofs-copy .rule {
  margin-left: 0;
}

.signal-grid,
.loss-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.signal-grid li {
  min-height: 98px;
  padding-top: 36px;
  box-shadow: 0 13px 34px rgba(10, 15, 11, 0.045);
}

.signal-grid li::before {
  top: 40px;
}

.closing-line {
  width: fit-content;
  margin: 29px 0 0;
  padding: 17px 23px;
  border-left: 4px solid var(--green);
  color: #191d1e;
  background: #f3fff5;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 850;
}

.webinar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(0, 223, 32, 0.06), transparent 33%),
    rgba(255, 255, 255, 0.78);
}

.webinar-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(540px, 1.22fr);
  align-items: start;
  gap: 68px;
}

.webinar-layout .compact-button {
  margin-top: 13px;
}

.webinar-panel {
  position: relative;
  padding: 46px;
  border-radius: 30px;
}

.webinar-panel::after {
  position: absolute;
  right: -36px;
  bottom: -29px;
  width: 139px;
  height: 139px;
  content: "";
  background-image: radial-gradient(circle, rgba(0, 223, 32, 0.82) 0 2px, transparent 2.4px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle, #000 0 36%, transparent 72%);
}

.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding-left: 42px;
}

.checklist li::before {
  top: 1px;
  left: 0;
  width: 25px;
  height: 25px;
  font-size: 15px;
}

.webinar-list {
  display: grid;
  gap: 19px;
}

.webinar-list li,
.proof-list li,
.audience-list li {
  color: #15191a;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 800;
}

.method-v2 {
  padding-bottom: 112px;
}

.method-head {
  width: min(760px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.method-head .kicker {
  margin-left: auto;
  margin-right: auto;
}

.method-board {
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: 40px;
  padding: 40px;
  border: 1px solid #edf1ed;
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 223, 32, 0.12), transparent 21rem),
    #fff;
  box-shadow: var(--shadow);
}

.method-domains {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.method-domains article {
  display: grid;
  gap: 17px;
  min-height: 156px;
  padding: 27px;
  border: 1px solid #e8eee8;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f8fbf8);
}

.method-domains span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.method-domains strong {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
}

.method-visual {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 410px;
}

.method-visual::before {
  position: absolute;
  inset: 18% 5% 16%;
  border-radius: 50%;
  content: "";
  background: rgba(0, 223, 32, 0.1);
  filter: blur(22px);
}

.method-visual img,
.proofs-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  object-fit: contain;
}

.benefits {
  background:
    linear-gradient(110deg, #101312 0%, #151b16 52%, #0d0f11 100%);
  color: #fff;
}

.benefits-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: 68px;
}

.benefits .section-intro h2 {
  color: #fff;
}

.benefits .kicker {
  color: #7cff80;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.benefit-grid li {
  min-height: 126px;
  padding: 40px 24px 24px 68px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
}

.benefit-grid li::before {
  top: 39px;
  left: 28px;
}

.benefit-grid li:last-child {
  grid-column: span 2;
}

.proofs {
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(440px, 1.12fr);
  align-items: center;
  gap: 48px;
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.proof-stats article {
  display: grid;
  align-content: center;
  min-height: 164px;
  padding: 25px;
  border: 1px solid #edf1ed;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(10, 15, 11, 0.05);
}

.proof-stats b {
  font-size: clamp(38px, 3vw, 54px);
  line-height: 1;
  font-weight: 950;
}

.proof-stats span {
  max-width: 180px;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.proof-list {
  display: grid;
  gap: 17px;
}

.proofs-art {
  position: relative;
  display: grid;
  min-height: 430px;
  align-items: center;
  padding: 32px;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 223, 32, 0.18), transparent 17rem),
    linear-gradient(180deg, #fff, #f7fbf7);
}

.proofs-art::before {
  position: absolute;
  top: 21px;
  right: 30px;
  width: 116px;
  height: 22px;
  content: "";
  background: var(--green);
  clip-path: polygon(0 45%, 70% 45%, 70% 15%, 100% 56%, 70% 100%, 70% 72%, 0 72%);
  transform: rotate(-18deg);
}

.argument {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
}

.argument-card {
  display: grid;
  grid-template-columns: minmax(350px, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: 70px;
  padding: 62px;
  border-radius: 36px;
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 27px 24px;
}

.audience-list li:last-child {
  grid-column: span 2;
}

.fomo {
  padding-top: 108px;
  padding-bottom: 108px;
}

.fomo-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 1fr) minmax(360px, 0.72fr);
  gap: 54px;
  overflow: hidden;
  padding: 68px;
  border-radius: 40px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 100%, rgba(0, 223, 32, 0.28), transparent 24rem),
    #101312;
  box-shadow: 0 30px 70px rgba(11, 16, 12, 0.18);
}

.fomo-panel .kicker {
  color: #7cff80;
}

.fomo-panel h2 {
  color: #fff;
}

.loss-list {
  align-content: start;
}

.loss-list li {
  min-height: 82px;
  border-color: rgba(255, 255, 255, 0.11);
  color: #fff;
  background: rgba(255, 255, 255, 0.085);
}

.fomo-panel .button {
  grid-column: 1 / -1;
  justify-self: start;
}

.faq .section-intro {
  margin-bottom: 39px;
}

.faq-list {
  display: grid;
  gap: 15px;
  width: min(920px, 100%);
  margin: 0 auto;
}

.faq-list details {
  border-radius: 22px;
  padding: 0 31px;
}

.faq-list summary {
  position: relative;
  padding: 31px 58px 31px 0;
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 25px;
  right: 0;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  content: "+";
  font-size: 27px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  max-width: 710px;
  margin: -5px 0 30px;
  color: #343839;
  font-size: 17px;
  line-height: 1.55;
}

.final-cta {
  padding-bottom: 40px;
}

.final-cta-panel {
  display: grid;
  justify-items: center;
  overflow: hidden;
  padding: 94px 34px 100px;
  border: 1px solid #edf1ed;
  border-radius: 42px 42px 0 0;
  background:
    radial-gradient(circle at 50% 100%, rgba(0, 223, 32, 0.17), transparent 25rem),
    #fff;
  box-shadow: 0 -18px 70px rgba(10, 15, 11, 0.07);
  text-align: center;
}

.final-cta-panel p {
  margin-bottom: 17px;
  font-size: clamp(25px, 2.5vw, 40px);
  line-height: 1.05;
  font-weight: 900;
}

.final-cta-panel h2 {
  margin-bottom: 38px;
  color: var(--green);
  font-size: clamp(39px, 4vw, 68px);
}

.final-cta-panel .hero-button {
  min-width: 360px;
}

@media (max-width: 1040px) {
  .diagnostic-layout,
  .awareness,
  .webinar-layout,
  .benefits-layout,
  .proofs,
  .argument-card,
  .fomo-panel {
    grid-template-columns: 1fr;
  }

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

  .hero-copy {
    max-width: 720px;
  }

  .diagnostic-layout,
  .webinar-layout,
  .benefits-layout {
    gap: 38px;
  }

  .method-board {
    grid-template-columns: 1fr;
  }

  .method-visual {
    order: -1;
    min-height: 280px;
  }

  .argument-card,
  .fomo-panel {
    gap: 39px;
  }
}

@media (max-width: 760px) {
  .section-space,
  .fomo {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .kicker {
    margin-bottom: 14px;
  }

  .section-intro {
    margin-bottom: 30px;
  }

  .section-intro h2,
  .awareness-copy h2,
  .method-head h2,
  .proofs-copy h2,
  .argument-card h2,
  .fomo-panel h2,
  .faq h2,
  .final-cta h2 {
    font-size: 30px;
    line-height: 1.03;
  }

  .section-intro p:not(.kicker),
  .method-head p,
  .webinar-layout .section-intro p {
    font-size: 16px;
  }

  .hero {
    padding-bottom: 66px;
  }

  .hero h1 {
    max-width: 350px;
    font-size: 39px;
  }

  .hero-line {
    font-size: 19px;
    margin-bottom: 35px;
  }

  .hero-button,
  .final-cta-panel .hero-button {
    width: 100%;
    min-width: 0;
  }

  .assurance-list {
    display: grid;
  }

  .pain-band.section-space {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .diagnostic-panel,
  .webinar-panel {
    padding: 24px;
    border-radius: 24px;
  }

  .pain-points,
  .signal-grid,
  .benefit-grid,
  .proof-stats,
  .audience-list,
  .loss-list,
  .method-domains {
    grid-template-columns: 1fr;
  }

  .pain-points li:last-child,
  .benefit-grid li:last-child,
  .audience-list li:last-child {
    grid-column: auto;
  }

  .takeaway {
    padding: 22px;
    font-size: 17px;
  }

  .awareness {
    gap: 22px;
  }

  .awareness-art,
  .awareness-art img {
    min-height: 0;
    height: 360px;
  }

  .dot-field-top {
    right: 0;
    width: 190px;
    height: 230px;
  }

  .dot-field-side {
    left: 0;
    width: 215px;
    height: 250px;
  }

  .signal-grid li,
  .pain-points li,
  .loss-list li {
    min-height: 72px;
  }

  .closing-line {
    font-size: 17px;
  }

  .webinar-panel::after {
    right: -49px;
  }

  .webinar-list li,
  .proof-list li,
  .audience-list li {
    font-size: 16px;
  }

  .method-v2 {
    padding-bottom: 72px;
  }

  .method-head {
    margin-bottom: 30px;
  }

  .method-board {
    gap: 23px;
    padding: 20px;
    border-radius: 28px;
  }

  .method-domains article {
    min-height: 104px;
    gap: 13px;
    padding: 21px;
  }

  .method-domains strong {
    font-size: 18px;
  }

  .method-visual {
    min-height: 210px;
  }

  .benefit-grid li {
    min-height: 104px;
    padding: 34px 20px 20px 61px;
    font-size: 16px;
  }

  .benefit-grid li::before {
    top: 33px;
    left: 24px;
  }

  .proofs-art {
    min-height: 280px;
    padding: 18px;
    border-radius: 27px;
  }

  .argument-card {
    padding: 31px 24px;
    border-radius: 28px;
  }

  .fomo-panel {
    padding: 32px 24px;
    border-radius: 30px;
  }

  .fomo-panel .button {
    justify-self: stretch;
  }

  .faq-list details {
    padding: 0 21px;
  }

  .faq-list summary {
    padding: 24px 45px 24px 0;
    font-size: 17px;
  }

  .faq-list summary::after {
    top: 19px;
    width: 34px;
    height: 34px;
  }

  .faq-list p {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .final-cta {
    padding-bottom: 18px;
  }

  .final-cta-panel {
    padding: 62px 20px 68px;
    border-radius: 30px 30px 0 0;
  }

  .final-cta-panel p {
    font-size: 25px;
  }

  .final-cta-panel h2 {
    margin-bottom: 28px;
    font-size: 40px;
  }
}

/* Restore the previous landing structure, keeping only FOMO + FAQ additions. */
.brand-logo {
  background: linear-gradient(90deg, var(--green) 0 13.4%, var(--ink) 13.4% 100%);
}

.hero {
  grid-template-columns: minmax(430px, 0.92fr) minmax(500px, 1.08fr);
  gap: 48px;
  min-height: 610px;
  padding: 24px 0 76px;
}

.hero h1 {
  max-width: none;
  margin-bottom: 26px;
  text-transform: uppercase;
  font-size: clamp(42px, 3.6vw, 54px);
  line-height: 0.99;
}

.hero h1 strong {
  display: inline;
  margin-top: 0;
}

.hero-line {
  max-width: none;
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 1.1;
}

.hero-text {
  max-width: 410px;
}

.hero-button {
  min-width: 470px;
}

.fomo {
  padding-top: 96px;
  padding-bottom: 96px;
}

.fomo-panel {
  min-height: 520px;
  align-items: center;
  border-radius: 46px;
}

.fomo-panel h2 {
  max-width: 680px;
  font-size: clamp(40px, 4.1vw, 68px);
  line-height: 1.05;
}

.faq {
  padding-top: 82px;
  padding-bottom: 96px;
}

.faq .section-intro {
  width: min(920px, 100%);
  margin-bottom: 54px;
}

.faq .section-intro .kicker {
  margin-left: 0;
  margin-right: auto;
  font-size: 60px;
  line-height: 0.95;
}

.faq h2 {
  text-align: center;
  font-size: clamp(38px, 4.1vw, 70px);
}

.faq-list {
  width: min(1100px, 100%);
}

.bottom-cta {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 0;
  }

  .hero-copy {
    max-width: 640px;
  }
}

@media (max-width: 760px) {
  .hero {
    display: block;
    min-height: 0;
    padding-bottom: 42px;
  }

  .hero h1 {
    max-width: none;
    margin-bottom: 18px;
    font-size: 38px;
  }

  .hero-line {
    font-size: 22px;
  }

  .hero-button {
    width: 100%;
    min-width: 0;
  }

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

  .fomo-panel {
    min-height: 0;
    padding: 32px 24px;
    border-radius: 30px;
  }

  .fomo-panel h2 {
    font-size: 30px;
  }

  .faq {
    padding-top: 62px;
    padding-bottom: 72px;
  }

  .faq .section-intro {
    margin-bottom: 30px;
  }

  .faq .section-intro .kicker {
    font-size: 42px;
  }

  .faq h2 {
    font-size: 30px;
  }
}

.credibility {
  padding-top: 92px;
  padding-bottom: 94px;
  border-top: 1px solid var(--line);
}

.credibility-head {
  width: min(820px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.credibility-head .kicker {
  margin-left: auto;
  margin-right: auto;
}

.credibility-head h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: clamp(29px, 3vw, 44px);
  line-height: 1.05;
  font-weight: 900;
}

.credibility-head p {
  margin: 0 auto;
  max-width: 650px;
  color: #424648;
  font-size: 17px;
  line-height: 1.5;
}

.trustpilot-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(360px, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin-bottom: 34px;
  padding: 27px 31px;
  border: 1px solid #e7eee8;
  border-radius: 28px;
  background:
    radial-gradient(circle at 0 100%, rgba(0, 223, 32, 0.11), transparent 18rem),
    #fff;
  box-shadow: var(--shadow);
}

.trustpilot-score {
  display: grid;
  gap: 5px;
}

.trustpilot-label {
  color: #00b61c;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.trustpilot-score strong {
  font-size: 50px;
  line-height: 0.95;
  font-weight: 950;
}

.stars {
  width: fit-content;
  padding: 4px 9px;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
  letter-spacing: 2px;
  font-size: 15px;
  line-height: 1;
}

.trustpilot-score p {
  margin: 4px 0 0;
  color: #3a3f41;
  font-size: 14px;
  font-weight: 800;
}

.trustpilot-bars {
  display: grid;
  gap: 13px;
}

.trustpilot-bars span {
  display: grid;
  grid-template-columns: 72px 1fr 42px;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  font-weight: 850;
}

.trustpilot-bars i {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9efea;
}

.trustpilot-bars em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.trustpilot-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #dfe8e1;
  border-radius: 999px;
  background: #f8fbf8;
  color: var(--ink);
  white-space: nowrap;
  font-size: 13px;
  font-weight: 900;
}

.trustpilot-link span {
  color: var(--green);
  font-size: 18px;
}

.companies-grid {
  display: grid;
  grid-template-columns: minmax(450px, 1.05fr) minmax(390px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.companies-media {
  position: relative;
  align-self: start;
  min-height: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.companies-media::after {
  display: none;
}

.companies-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: none;
}

.company-cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.company-cases article {
  display: grid;
  align-content: center;
  min-height: 134px;
  padding: 21px;
  border: 1px solid #e7eee8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(8, 13, 9, 0.045);
}

.company-cases article:last-child {
  grid-column: span 2;
}

.company-cases span {
  margin-bottom: 8px;
  color: #00b61c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 900;
}

.company-cases strong {
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 1.04;
  font-weight: 950;
}

.company-cases p {
  margin-bottom: 0;
  color: #44494b;
  font-size: 13px;
  line-height: 1.32;
  font-weight: 750;
}

@media (max-width: 1040px) {
  .trustpilot-panel,
  .companies-grid {
    grid-template-columns: 1fr;
  }

  .trustpilot-link {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .credibility {
    padding-top: 64px;
    padding-bottom: 66px;
  }

  .credibility-head {
    margin-bottom: 27px;
  }

  .credibility-head h2 {
    font-size: 24px;
  }

  .credibility-head p {
    font-size: 15px;
  }

  .trustpilot-panel {
    gap: 20px;
    padding: 22px;
    border-radius: 22px;
  }

  .trustpilot-score strong {
    font-size: 42px;
  }

  .trustpilot-bars span {
    grid-template-columns: 68px 1fr 36px;
    gap: 9px;
    font-size: 12px;
  }

  .trustpilot-link {
    width: 100%;
  }

  .companies-media {
    border-radius: 22px;
  }

  .company-cases {
    grid-template-columns: 1fr;
  }

  .company-cases article,
  .company-cases article:last-child {
    grid-column: auto;
  }

  .company-cases strong {
    font-size: 22px;
  }
}
