:root {
  --black: #070907;
  --black-2: #101410;
  --green: #18a832;
  --green-dark: #0d6f22;
  --cream: #f3efe5;
  --light: #faf9f4;
  --line: #dfd8cb;
  --text: #151713;
  --muted: #5e625a;
  --white: #ffffff;
}

@media (max-width: 640px) {
  body {
    padding-bottom: 0;
  }

  .container {
    width: min(100% - 32px, 1140px);
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    min-height: 66px;
    gap: 16px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 24px;
    font-size: 0.88rem;
  }

  .mobile-buy {
    display: none !important;
  }

  .purchase-toast {
    right: 12px;
    bottom: 14px;
    left: auto;
    max-width: 238px;
    min-height: 42px;
    gap: 8px;
    padding: 9px 11px;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(7, 9, 7, 0.18);
    transform: translateY(14px);
  }

  .purchase-dot {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
  }

  .purchase-dot::before {
    font-size: 0.78rem;
  }

  .purchase-toast strong {
    font-size: 0.72rem;
    line-height: 1.15;
  }

  .purchase-toast small {
    font-size: 0.64rem;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(108px, 34vw);
    gap: 12px;
    align-items: center;
    min-height: auto;
    padding: 44px 0 34px;
  }

  .hero-copy {
    min-width: 0;
  }

  .eyebrow {
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px;
    font-size: 0.58rem;
    line-height: 1.5;
  }

  .hero-copy h1,
  h1 {
    max-width: 100%;
    font-size: clamp(1.58rem, 7.4vw, 2.18rem);
    line-height: 1.1;
  }

  .hero-copy p {
    max-width: 100%;
    margin-top: 16px;
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .hero-actions {
    align-items: stretch;
    max-width: 100%;
    margin-top: 22px;
  }

  .hero-actions .button {
    min-height: 46px;
    padding: 0 16px;
    font-size: 0.86rem;
  }

  .hero-product {
    align-self: center;
    min-width: 0;
  }

  .product-frame img {
    width: 155%;
    max-width: none;
    margin-left: -34%;
    filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.34));
    mask-image: radial-gradient(ellipse at 52% 50%, #000 46%, rgba(0, 0, 0, 0.78) 62%, transparent 82%);
  }

  .price-tag {
    position: absolute;
    right: -2px;
    bottom: 6px;
    min-width: 104px;
    padding: 8px 10px;
    border-radius: 14px;
  }

  .price-tag span {
    font-size: 0.48rem;
  }

  .price-tag strong {
    font-size: 1.08rem;
  }

  .metric-band {
    overflow: hidden;
  }

  .metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(84px, 1fr));
    gap: 0;
    width: calc(100% + 32px);
    margin-left: -16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .metrics::-webkit-scrollbar {
    display: none;
  }

  .metrics div,
  .metrics div:last-child {
    min-height: 112px;
    padding: 18px 14px;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    scroll-snap-align: start;
  }

  .metrics strong {
    margin-bottom: 7px;
    font-size: 1.75rem;
  }

  .metrics span {
    max-width: 100px;
    font-size: 0.74rem;
    line-height: 1.3;
  }

  .split {
    gap: 28px;
  }

  .section {
    padding: 54px 0;
  }

  .section-label {
    margin-bottom: 12px;
    font-size: 0.68rem;
  }

  h2 {
    font-size: clamp(1.72rem, 8.2vw, 2.18rem);
    line-height: 1.12;
  }

  .method-head {
    gap: 22px;
    margin-bottom: 24px;
  }

  .method-head .section-title h2 {
    font-size: clamp(1.7rem, 8vw, 2.16rem);
  }

  .method-head > p {
    padding: 18px 18px 18px 22px;
    font-size: 0.92rem;
    line-height: 1.58;
    border-radius: 18px;
  }

  .steps {
    gap: 12px;
  }

  .steps::before {
    display: none;
  }

  .steps article,
  .steps article:nth-child(n) {
    min-height: auto;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .steps span {
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    font-size: 0.8rem;
  }

  .steps small {
    margin-bottom: 8px;
    font-size: 0.62rem;
  }

  .steps h3 {
    margin-bottom: 8px;
    font-size: 1.02rem;
  }

  .steps p {
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .content-grid {
    gap: 24px;
  }

  .content-image {
    min-height: auto;
    overflow: hidden;
    border-radius: 24px;
  }

  .content-image::before {
    inset: 8% 8% 10%;
    border-radius: 30px;
  }

  .content-image::after {
    inset: auto 14% 3% 14%;
  }

  .content-image img {
    width: min(92vw, 360px);
    max-width: 100%;
    margin: 0 auto;
    transform: none;
    border-radius: 0;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 92%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 92%, transparent 100%);
  }

  .content-float {
    right: 18px;
    bottom: 18px;
    max-width: 144px;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .content-float span {
    font-size: 0.56rem;
  }

  .content-float strong {
    font-size: 0.78rem;
  }

  .offer-grid {
    gap: 24px;
  }

  .faq-brand {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .faq-brand img {
    width: 126px;
    margin: 18px auto 22px;
  }

  .faq-brand::after {
    width: 100%;
    margin: 8px auto 0;
    background: linear-gradient(90deg, transparent, rgba(24, 168, 50, 0.75), transparent);
  }

  .faq-list {
    gap: 10px;
  }

  .faq-list summary {
    min-height: 58px;
    gap: 12px;
    padding: 16px 14px;
    font-size: 0.9rem;
  }

  .faq-list summary::before {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    font-size: 0.95rem;
  }

  .faq-list p {
    margin: -2px 16px 18px 50px;
    font-size: 0.84rem;
    line-height: 1.58;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  background: var(--light);
}

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

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

mark {
  color: var(--green);
  background: transparent;
}

.container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 20;
  color: var(--white);
  background: var(--black);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  text-transform: uppercase;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 0;
}

.nav {
  display: flex;
  gap: clamp(12px, 1.35vw, 20px);
  justify-content: center;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.76rem, 0.78vw, 0.88rem);
  font-weight: 700;
  white-space: nowrap;
}

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

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: var(--green);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.button.text {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.button.outline {
  color: var(--text);
  border: 1px solid var(--text);
}

.button.dark-button {
  width: 100%;
  color: var(--white);
  background: var(--black);
}

.hero {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 9, 7, 0.9), rgba(7, 9, 7, 0.78)),
    radial-gradient(circle at 86% 24%, rgba(24, 168, 50, 0.35), transparent 34%),
    var(--black);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: 56px;
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: 64px 0 76px;
}

.eyebrow,
.section-label {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow b {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.eyebrow b::before {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.42);
  content: "·";
}

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

h1 {
  max-width: 610px;
  margin-bottom: 24px;
  font-size: clamp(2.15rem, 3.35vw, 3.35rem);
  font-weight: 500;
  line-height: 1.12;
}

h1 mark {
  font-weight: 700;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
  line-height: 1.25;
}

p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.hero p {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-product {
  position: relative;
}

.product-frame {
  position: relative;
  padding: 0;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}

.product-frame::after {
  display: none;
}

.product-frame img {
  width: 100%;
  filter: drop-shadow(0 34px 60px rgba(0, 0, 0, 0.42));
  mix-blend-mode: lighten;
  mask-image: radial-gradient(ellipse at 56% 52%, #000 48%, rgba(0, 0, 0, 0.78) 62%, transparent 80%);
  border-radius: 0;
}

.price-tag {
  position: absolute;
  right: 42px;
  bottom: 2px;
  min-width: 176px;
  padding: 14px 16px 15px;
  overflow: hidden;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 239, 229, 0.9)),
    var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
}

.price-tag::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 92% 10%, rgba(24, 168, 50, 0.16), transparent 36%);
  content: "";
}

.price-tag span {
  position: relative;
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.price-tag strong {
  position: relative;
  display: block;
  margin-top: 3px;
  color: var(--green);
  font-size: 1.72rem;
  line-height: 1.05;
}

.metric-band {
  color: var(--white);
  background: var(--green);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metrics div {
  position: relative;
  min-height: 144px;
  padding: 28px 24px;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  transition: background 220ms ease, transform 220ms ease;
}

.metrics div::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.18) 44%, transparent 62%);
  transform: translateX(-130%);
  transition: transform 620ms ease;
  content: "";
}

.metrics div:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}

.metrics div:hover::before {
  transform: translateX(130%);
}

.metrics div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.metrics strong {
  position: relative;
  display: block;
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  transition: transform 220ms ease;
}

.metrics span {
  position: relative;
  display: block;
  max-width: 210px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  line-height: 1.35;
}

.metrics div:hover strong {
  transform: scale(1.06);
}

.section {
  padding: 92px 0;
}

.section.light {
  background: var(--light);
}

.section.cream {
  background: var(--cream);
}

.section.dark {
  color: var(--white);
  background: var(--black);
}

.section.dark p {
  color: rgba(255, 255, 255, 0.78);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: 70px;
  align-items: start;
}

.text-stack {
  display: grid;
  gap: 18px;
}

.highlight {
  position: relative;
  padding: 26px 28px 26px 30px;
  overflow: hidden;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.6;
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 168, 50, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(243, 239, 229, 0.92));
  border-left: 5px solid var(--green);
  border-radius: 0 22px 22px 0;
  box-shadow: 0 24px 58px rgba(21, 23, 19, 0.07);
}

.highlight::after {
  position: absolute;
  right: 22px;
  bottom: 16px;
  color: rgba(24, 168, 50, 0.16);
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  content: "✓";
}

.section-title {
  max-width: 800px;
  margin-bottom: 38px;
}

.section-title.centered {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-title.centered h2 {
  font-size: clamp(1.5rem, 2.45vw, 2.15rem);
  font-weight: 500;
  line-height: 1.18;
}

.section-title.centered p {
  max-width: 540px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.98rem;
  line-height: 1.6;
}

.section-title.centered .section-label {
  justify-content: center;
}

.section-title.narrow {
  max-width: 700px;
}

.before-after {
  overflow: hidden;
}

.conversation-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
  padding: 12px 0 6px;
  align-items: stretch;
}

.conversation-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  isolation: isolate;
}

.conversation-card::before,
.conversation-card::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.conversation-card::before {
  inset: 1px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
}

.conversation-card::after {
  inset: auto 28px 24px auto;
  z-index: -2;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 68%);
  filter: blur(8px);
}

.before-card {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.11), transparent 29%),
    radial-gradient(circle at 100% 100%, rgba(242, 13, 24, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(38, 42, 38, 0.98), rgba(16, 18, 16, 0.98) 54%, rgba(5, 7, 6, 1));
}

.after-card {
  color: var(--text);
  background:
    radial-gradient(circle at 96% 5%, rgba(24, 168, 50, 0.36), transparent 29%),
    radial-gradient(circle at 16% 96%, rgba(24, 168, 50, 0.16), transparent 35%),
    linear-gradient(145deg, rgba(250, 248, 240, 1), rgba(235, 244, 230, 0.96) 56%, rgba(210, 233, 206, 0.92));
  border-color: rgba(24, 168, 50, 0.26);
  box-shadow: 0 28px 78px rgba(24, 168, 50, 0.18);
}

.trend-icon {
  position: absolute;
  top: 22px;
  right: 24px;
  display: grid;
  width: 58px;
  height: 40px;
  color: var(--white);
  font-weight: 900;
  place-items: center;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.trend-icon.down {
  background: linear-gradient(135deg, #fb1b26, #d90c16);
}

.trend-icon.up {
  background: linear-gradient(135deg, #22c846, #0fa02c);
}

.trend-icon svg {
  width: 24px;
  height: 24px;
}

.trend-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.chat-row {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  margin-top: 12px;
}

.seller-row,
.zap-row {
  justify-content: flex-end;
}

.avatar {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  font-weight: 900;
  place-items: center;
  border-radius: 999px;
}

.customer-avatar {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.38), transparent 18%),
    linear-gradient(145deg, #505650, #20251f);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 14px 24px rgba(0, 0, 0, 0.22);
}

.after-card .customer-avatar {
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.34), transparent 18%),
    linear-gradient(145deg, #1a1e19, #050605);
}

.customer-avatar svg {
  width: 23px;
  height: 23px;
}

.customer-avatar circle,
.customer-avatar path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.zap-avatar {
  padding: 5px;
  background: var(--black);
}

.zap-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.message-bubble {
  max-width: 520px;
  padding: 12px 14px;
  border-radius: 16px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
}

.message-bubble small {
  display: block;
  margin-bottom: 5px;
  color: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  opacity: 0.68;
  text-transform: uppercase;
}

.message-bubble strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.45;
}

.message-bubble.customer {
  color: var(--text);
  background: rgba(243, 239, 229, 0.96);
  border-bottom-left-radius: 8px;
}

.after-card .message-bubble.customer {
  color: var(--white);
  background: rgba(7, 9, 7, 0.96);
}

.weak-answer {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom-right-radius: 8px;
}

.zap-answer {
  color: var(--white);
  background: linear-gradient(135deg, #19b338, #0e8f28);
  border-bottom-right-radius: 8px;
  box-shadow: 0 22px 42px rgba(24, 168, 50, 0.22);
}

.conversation-card > p {
  max-width: 640px;
  margin: 14px 0 12px;
  font-size: 0.9rem;
  line-height: 1.55;
}

.after-card > p {
  width: fit-content;
  max-width: 88%;
  padding: 10px 13px;
  color: rgba(21, 23, 19, 0.78);
  font-weight: 760;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(24, 168, 50, 0.18);
  border-left: 4px solid var(--green);
  border-radius: 14px;
}

.card-summary {
  padding: 14px 16px;
  margin-top: auto;
  border-radius: 18px;
  backdrop-filter: blur(12px);
}

.card-summary span {
  display: block;
  margin-bottom: 5px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-summary strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.45;
}

.problem-summary {
  color: rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(135deg, rgba(242, 13, 24, 0.18), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(242, 13, 24, 0.24);
}

.problem-summary span {
  color: #ff6b72;
}

.solution-summary {
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(24, 168, 50, 0.16), rgba(255, 255, 255, 0.52));
  border: 1px solid rgba(24, 168, 50, 0.28);
}

.solution-summary span {
  color: var(--green);
}

.comparison {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 18px;
}

.comparison article,
.steps article,
.offer-card,
.faq-list details {
  border-radius: 10px;
}

.comparison article {
  padding: 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.comparison .featured {
  color: var(--text);
  background: var(--cream);
}

.comparison .featured p {
  color: var(--muted);
}

.pill {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 12px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  background: var(--green);
  border-radius: 999px;
}

.pill.muted {
  background: rgba(255, 255, 255, 0.14);
}

.conversation-card > .pill {
  width: calc(100% - 86px);
  margin-bottom: 14px;
  padding: 7px 12px;
  font-size: 0.72rem;
}

.quote {
  color: inherit !important;
  font-size: 1.08rem;
  font-weight: 800;
}

.method-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 42px;
}

.method-head .section-title {
  margin-bottom: 0;
}

.method-head .section-title h2 {
  max-width: 720px;
  font-size: clamp(2rem, 3.35vw, 3.05rem);
  font-weight: 600;
  line-height: 1.08;
}

.method-head > p {
  position: relative;
  margin-bottom: 8px;
  padding: 24px 26px 24px 30px;
  color: rgba(21, 23, 19, 0.86);
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.68;
  background:
    radial-gradient(circle at 96% 0%, rgba(24, 168, 50, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.3)),
    rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(24, 168, 50, 0.18);
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(21, 23, 19, 0.1);
}

.method-head > p::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--green), rgba(24, 168, 50, 0.2));
  border-radius: 999px;
  content: "";
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.steps::before {
  position: absolute;
  top: 42px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(24, 168, 50, 0.35), transparent);
  content: "";
}

.steps article {
  position: relative;
  min-height: 270px;
  padding: 28px 24px 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 0%, rgba(24, 168, 50, 0.16), transparent 34%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.74), rgba(247, 244, 236, 0.5) 45%, rgba(229, 238, 224, 0.58));
  border: 1px solid rgba(21, 23, 19, 0.1);
  border-radius: 26px;
  box-shadow: 0 24px 62px rgba(21, 23, 19, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
  isolation: isolate;
  animation: methodCardIn 650ms ease both;
}

.steps article:nth-child(2) {
  animation-delay: 80ms;
}

.steps article:nth-child(3) {
  animation-delay: 160ms;
}

.steps article:nth-child(4) {
  animation-delay: 240ms;
}

.steps article::before,
.steps article::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.steps article::before {
  inset: 1px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: inherit;
}

.steps article::after {
  top: -30%;
  left: -72%;
  width: 62%;
  height: 160%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
  transform: rotate(14deg);
  transition: left 520ms ease;
}

.steps article:hover {
  transform: translateY(-8px);
  background:
    radial-gradient(circle at 82% 0%, rgba(24, 168, 50, 0.26), transparent 34%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.9), rgba(248, 246, 239, 0.58) 44%, rgba(224, 240, 219, 0.78));
  border-color: rgba(24, 168, 50, 0.3);
  box-shadow: 0 34px 80px rgba(21, 23, 19, 0.13);
}

.steps article:hover::after {
  left: 112%;
}

.steps span {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 42px;
  color: var(--white);
  font-size: 0.95rem;
  color: var(--green);
  font-weight: 900;
  place-items: center;
  background: var(--black);
  border: 1px solid rgba(24, 168, 50, 0.42);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(21, 23, 19, 0.16);
}

.steps small {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.steps h3 {
  margin-bottom: 12px;
  font-size: 1.24rem;
}

.steps p {
  margin-bottom: 0;
  color: rgba(21, 23, 19, 0.68);
  font-size: 0.98rem;
  line-height: 1.62;
}

@keyframes methodCardIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 84px;
  align-items: center;
}

.content-image {
  position: relative;
  min-height: 610px;
  display: grid;
  align-items: center;
  overflow: visible;
  border-radius: 34px;
  isolation: isolate;
}

.content-image::before,
.content-image::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.content-image::before {
  inset: 10% 2% 6% 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 46%, rgba(24, 168, 50, 0.26), transparent 33%),
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(135deg, rgba(7, 9, 7, 0.14), rgba(24, 168, 50, 0.1), rgba(243, 239, 229, 0));
  border-radius: 46px;
  filter: blur(0.1px);
}

.content-image::after {
  inset: auto 8% 5% 8%;
  z-index: -3;
  height: 18%;
  background:
    radial-gradient(ellipse, rgba(7, 9, 7, 0.38), transparent 66%),
    radial-gradient(ellipse, rgba(24, 168, 50, 0.3), transparent 72%);
  filter: blur(18px);
}

.content-image img {
  width: min(112%, 610px);
  margin-left: -12%;
  border-radius: 0;
  transform: perspective(900px) rotateY(-5deg) rotateZ(-1deg);
  filter: drop-shadow(0 38px 34px rgba(0, 0, 0, 0.28));
  transition: transform 420ms ease, filter 420ms ease;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 6%, #000 95%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 6%, #000 95%, transparent 100%);
}

.content-image:hover img {
  transform: perspective(900px) rotateY(-2deg) rotateZ(0deg) translateY(-10px);
  filter: drop-shadow(0 48px 42px rgba(0, 0, 0, 0.34));
}

.content-float {
  position: absolute;
  right: 4px;
  bottom: 84px;
  max-width: 210px;
  padding: 16px 18px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(24, 168, 50, 0.96), rgba(8, 92, 28, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
  animation: floatBadge 3.8s ease-in-out infinite;
}

.content-float span {
  display: block;
  margin-bottom: 4px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.78;
}

.content-float strong {
  display: block;
  font-size: 1rem;
  line-height: 1.25;
}

.content-copy > p {
  max-width: 680px;
  margin-bottom: 28px;
  color: rgba(21, 23, 19, 0.72);
  font-size: 1.05rem;
  line-height: 1.72;
}

.content-copy h2 {
  font-size: clamp(2rem, 3.35vw, 3rem);
  font-weight: 650;
  line-height: 1.08;
}

.value-path {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 10px 0;
}

.value-path::before {
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 23px;
  width: 1px;
  background: linear-gradient(180deg, rgba(24, 168, 50, 0.08), rgba(24, 168, 50, 0.68), rgba(24, 168, 50, 0.08));
  content: "";
}

.value-path article {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 20px 18px 0;
  border-radius: 26px;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
  animation: valueCardIn 640ms ease both;
}

.value-path article:nth-child(2) {
  animation-delay: 80ms;
}

.value-path article:nth-child(3) {
  animation-delay: 160ms;
}

.value-path article:nth-child(4) {
  animation-delay: 240ms;
}

.value-path article::after {
  position: absolute;
  inset: 0 0 0 34px;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(243, 239, 229, 0.22)),
    radial-gradient(circle at 100% 0%, rgba(24, 168, 50, 0.11), transparent 34%);
  border: 1px solid rgba(21, 23, 19, 0.08);
  border-radius: 26px;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 220ms ease, transform 220ms ease;
  content: "";
}

.value-path article:hover {
  transform: translateX(8px);
}

.value-path article:hover::after,
.value-path .path-result::after {
  opacity: 1;
  transform: scale(1);
}

.value-path .path-result::after {
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 168, 50, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(236, 248, 232, 0.95), rgba(255, 255, 255, 0.82));
  border-color: rgba(24, 168, 50, 0.34);
  box-shadow: 0 24px 56px rgba(24, 168, 50, 0.11);
}

.value-path span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 48px;
  height: 48px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  place-items: center;
  background: var(--black);
  border: 1px solid rgba(24, 168, 50, 0.42);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(7, 9, 7, 0.14);
}

.value-path h3 {
  margin-bottom: 6px;
  font-size: 1.06rem;
}

.value-path p {
  margin-bottom: 0;
  color: rgba(21, 23, 19, 0.68);
  font-size: 0.96rem;
  line-height: 1.58;
}

.value-path .path-result h3,
.value-path .path-result p {
  color: var(--text);
}

.value-path .path-result p {
  color: rgba(21, 23, 19, 0.68);
  opacity: 1;
}

.content-cta {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 18px;
  background: var(--black);
  border-radius: 999px;
  box-shadow: 0 24px 54px rgba(21, 23, 19, 0.18);
}

.content-cta strong {
  color: var(--white);
  font-size: 1rem;
}

.content-cta .button {
  min-height: 48px;
  padding: 0 24px;
  box-shadow: 0 0 0 0 rgba(24, 168, 50, 0.4);
  animation: ctaPulse 2.4s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(24, 168, 50, 0.42);
  }

  50% {
    box-shadow: 0 0 0 12px rgba(24, 168, 50, 0);
  }
}

@keyframes valueCardIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatBadge {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.testimonials-section {
  position: relative;
  overflow: hidden;
  padding: 74px 0 78px;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 18%, rgba(24, 168, 50, 0.18), transparent 32%),
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, #070907 0%, #0d120d 48%, #071508 100%);
}

.testimonials-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
  content: "";
}

.testimonials-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.62fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 30px;
}

.testimonials-head h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(1.85rem, 2.85vw, 2.65rem);
  font-weight: 600;
  line-height: 1.08;
}

.testimonials-head p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.96rem;
  line-height: 1.62;
}

.testimonials-carousel {
  position: relative;
  overflow: hidden;
}

.testimonials-carousel::after {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 120px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, #070907 78%);
  content: "";
}

.testimonials-track {
  display: grid;
  grid-auto-columns: minmax(360px, 0.74fr);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 72px 12px 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.testimonials-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 315px;
  padding: 28px;
  overflow: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 168, 50, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(244, 241, 233, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.28);
  scroll-snap-align: start;
  transition: transform 220ms ease, box-shadow 220ms ease;
  animation: testimonialIn 650ms ease both;
}

.testimonial-card:nth-child(2) {
  animation-delay: 80ms;
}

.testimonial-card:nth-child(3) {
  animation-delay: 160ms;
}

.testimonial-card:nth-child(4) {
  animation-delay: 240ms;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.34);
}

.testimonial-card.featured {
  color: var(--white);
  background:
    radial-gradient(circle at 90% 6%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(145deg, #1fbe43, #11932e 58%, #0a601f);
}

.rating {
  margin-bottom: 18px;
  color: #f9a11b;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
}

.testimonial-card h3 {
  max-width: 560px;
  margin-bottom: 16px;
  color: inherit;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.testimonial-card h3::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 14px;
  background: rgba(21, 23, 19, 0.12);
  content: "";
}

.testimonial-card.featured h3::after {
  background: rgba(255, 255, 255, 0.18);
}

.testimonial-profile {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 18px;
}

.testimonial-profile img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 2px solid rgba(24, 168, 50, 0.55);
  border-radius: 999px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.24);
}

.testimonial-card.featured .testimonial-profile img {
  border-color: rgba(255, 255, 255, 0.56);
}

.testimonial-profile strong {
  display: block;
  color: inherit;
  font-size: 1rem;
}

.testimonial-profile span {
  display: block;
  margin-top: 4px;
  color: rgba(21, 23, 19, 0.58);
  font-size: 0.88rem;
}

.testimonial-card.featured .testimonial-profile span {
  color: rgba(255, 255, 255, 0.72);
}

.testimonial-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: inherit;
  font-size: 1.02rem;
  font-weight: 750;
  line-height: 1.55;
}

.testimonial-card.featured p {
  color: var(--white);
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 54px;
  height: 54px;
  color: var(--white);
  font-size: 2.1rem;
  line-height: 1;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.18);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  transform: translateY(-50%);
  place-items: center;
  transition: background 180ms ease, transform 180ms ease;
}

.carousel-button:hover {
  background: rgba(24, 168, 50, 0.9);
  transform: translateY(-50%) scale(1.04);
}

.carousel-button.prev {
  left: -20px;
}

.carousel-button.next {
  right: 20px;
}

@keyframes testimonialIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.final-offer {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(24, 168, 50, 0.36), transparent 32%),
    linear-gradient(135deg, #071008 0%, #0f8d2a 54%, #18a832 100%);
}

.final-offer::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 76%, transparent);
  content: "";
}

.final-offer .section-label {
  color: rgba(255, 255, 255, 0.9);
}

.offer-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 70px;
  align-items: center;
}

.offer-grid h2 {
  max-width: 840px;
  margin-bottom: 22px;
  font-size: clamp(2.25rem, 4.4vw, 4.35rem);
  font-weight: 650;
  line-height: 1.02;
}

.offer-copy p {
  max-width: 760px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.7;
}

.offer-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 900px;
}

.offer-highlights span {
  position: relative;
  min-height: 92px;
  padding: 18px 18px 18px 44px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 850;
  line-height: 1.35;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.offer-highlights span::before {
  position: absolute;
  top: 20px;
  left: 18px;
  color: var(--white);
  font-weight: 900;
  content: "✓";
}

.offer-highlights span {
  overflow: hidden;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
  animation: offerCardFloat 4.8s ease-in-out infinite;
}

.offer-highlights span:nth-child(2) {
  animation-delay: 0.25s;
}

.offer-highlights span:nth-child(3) {
  animation-delay: 0.5s;
}

.offer-highlights span::before {
  content: "✓";
}

.offer-highlights span::after {
  position: absolute;
  top: -80%;
  left: -45%;
  width: 34%;
  height: 240%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: rotate(18deg);
  transition: left 620ms ease;
  content: "";
}

.offer-highlights span:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-6px);
}

.offer-highlights span:hover::after {
  left: 118%;
}

@keyframes offerCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.offer-card {
  position: relative;
  padding: 30px;
  color: var(--text);
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 168, 50, 0.18), transparent 36%),
    var(--light);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.offer-card span,
.offer-card small {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.offer-card strong {
  display: block;
  margin: 8px 0 16px;
  color: var(--green);
  font-size: 4.25rem;
  line-height: 1;
}

.offer-card p {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

.offer-card small {
  margin-top: 14px;
  font-size: 0.82rem;
}

.section.dark .after-card > p {
  color: rgba(21, 23, 19, 0.8) !important;
  background: rgba(255, 255, 255, 0.52);
}

.testimonials-section {
  padding: 62px 0 66px;
}

.testimonials-head {
  margin-bottom: 24px;
}

.testimonials-head h2 {
  font-size: clamp(1.7rem, 2.55vw, 2.35rem);
}

.testimonials-track {
  grid-auto-columns: minmax(340px, 0.68fr);
}

.testimonial-card {
  min-height: 280px;
  padding: 24px;
}

.rating {
  margin-bottom: 12px;
  font-size: 1.08rem;
}

.testimonial-card h3 {
  margin-bottom: 12px;
  font-size: 0.92rem;
}

.testimonial-card h3::after {
  margin-top: 12px;
}

.testimonial-profile {
  margin-bottom: 12px;
}

.testimonial-profile img {
  width: 42px;
  height: 42px;
}

.testimonial-card p {
  font-size: 0.94rem;
  line-height: 1.48;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 76px;
  align-items: start;
}

.faq-grid h2 {
  max-width: 360px;
}

.faq-brand {
  position: sticky;
  top: 28px;
  min-height: 360px;
  padding-top: 8px;
}

.faq-brand img {
  width: min(260px, 70%);
  margin-top: 36px;
  filter: drop-shadow(0 28px 54px rgba(24, 168, 50, 0.18));
}

.faq-brand::after {
  display: block;
  width: min(300px, 82%);
  height: 1px;
  margin-top: 34px;
  background: linear-gradient(90deg, rgba(24, 168, 50, 0.8), transparent);
  content: "";
}

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

.faq-list details {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.56)),
    var(--light);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(7, 9, 7, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.faq-list details[open] {
  border-color: rgba(24, 168, 50, 0.28);
  box-shadow: 0 28px 90px rgba(7, 9, 7, 0.09);
  transform: translateY(-1px);
}

.faq-list summary {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 22px 28px;
  cursor: pointer;
  list-style: none;
  font-weight: 900;
  line-height: 1.25;
}

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

.faq-list summary::before {
  display: inline-grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--green);
  font-size: 1.15rem;
  line-height: 1;
  background: rgba(24, 168, 50, 0.1);
  border: 1px solid rgba(24, 168, 50, 0.2);
  border-radius: 999px;
  content: "+";
}

.faq-list details[open] summary::before {
  color: var(--white);
  background: var(--green);
  content: "-";
}

.faq-list p {
  max-width: 760px;
  margin: -4px 28px 24px 72px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.site-footer {
  color: var(--white);
  background: var(--black);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-inner span,
.footer-inner a {
  color: var(--white);
  font-weight: 900;
}

.mobile-buy {
  display: none;
}

.purchase-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: min(360px, calc(100vw - 32px));
  padding: 14px 16px;
  color: var(--text);
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 168, 50, 0.12), transparent 34%),
    rgba(250, 249, 244, 0.94);
  border: 1px solid rgba(24, 168, 50, 0.2);
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(7, 9, 7, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px) translateX(12px);
  transition: opacity 260ms ease, transform 260ms ease;
  backdrop-filter: blur(14px);
}

.purchase-toast.is-visible {
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.purchase-dot {
  position: relative;
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(24, 168, 50, 0.36);
  animation: purchasePing 2.2s ease-in-out infinite;
}

.purchase-dot::before {
  color: var(--white);
  font-size: 0.96rem;
  font-weight: 900;
  content: "✓";
}

.purchase-toast strong,
.purchase-toast small {
  display: block;
}

.purchase-toast strong {
  font-size: 0.92rem;
  line-height: 1.25;
}

.purchase-toast small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

@keyframes purchasePing {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(24, 168, 50, 0.34);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(24, 168, 50, 0);
  }
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: auto auto;
  }

  .nav {
    display: none;
  }

  .hero-grid,
  .split,
  .method-head,
  .content-grid,
  .testimonials-head,
  .offer-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

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

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

  .content-image {
    min-height: 560px;
  }

  .content-image img {
    width: min(110%, 560px);
    margin: 0 auto;
  }

  .offer-highlights {
    grid-template-columns: 1fr;
  }

  .conversation-stage {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .before-card,
  .after-card {
    transform: none;
  }

  .testimonials-track {
    grid-auto-columns: minmax(360px, 72vw);
  }

  .faq-brand {
    position: static;
    min-height: auto;
  }

  .faq-brand img {
    width: 120px;
    margin-top: 14px;
    margin-bottom: 18px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 76px;
  }

  .container {
    width: min(100% - 28px, 1140px);
  }

  .site-header {
    padding: 0;
  }

  .header-inner {
    min-height: 70px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .hero-grid {
    min-height: auto;
    gap: 34px;
    padding: 58px 0 66px;
  }

  h1 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 2.55rem);
  }

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

  .button {
    width: 100%;
  }

  .price-tag {
    position: static;
    width: fit-content;
    margin-top: -18px;
    margin-left: auto;
  }

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

  .metrics div,
  .metrics div:last-child {
    min-height: auto;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .section {
    padding: 66px 0;
  }

  .steps article {
    min-height: auto;
  }

  .steps article {
    min-height: 280px;
  }

  .content-image {
    min-height: 430px;
    border-radius: 26px;
  }

  .content-image::before {
    inset: 9% 0 7%;
  }

  .content-image img {
    width: 118%;
    max-width: none;
    margin-left: -13%;
    border-radius: 20px;
    transform: none;
  }

  .content-float {
    right: 12px;
    bottom: 24px;
    max-width: 178px;
    padding: 13px 15px;
    border-radius: 18px;
  }

  .value-path article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 14px 16px 0;
  }

  .value-path::before {
    left: 20px;
  }

  .value-path span {
    width: 42px;
    height: 42px;
  }

  .value-path article::after {
    inset: 0 0 0 28px;
    border-radius: 22px;
  }

  .content-copy > p {
    font-size: 1rem;
  }

  .content-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 18px;
    border-radius: 24px;
  }

  .content-cta strong {
    text-align: center;
  }

  .offer-grid {
    gap: 34px;
  }

  .offer-highlights span {
    min-height: auto;
  }

  .offer-card {
    padding: 24px;
    border-radius: 24px;
  }

  .offer-card strong {
    font-size: 3.35rem;
  }

  .faq-list summary {
    min-height: 64px;
    padding: 18px;
    font-size: 0.98rem;
  }

  .faq-list p {
    margin: -2px 18px 20px 62px;
    font-size: 0.94rem;
  }

  .testimonials-head {
    gap: 18px;
    margin-bottom: 30px;
  }

  .testimonials-track {
    grid-auto-columns: 82vw;
    padding-right: 44px;
  }

  .testimonial-card {
    min-height: 300px;
    padding: 24px 20px;
    border-radius: 24px;
  }

  .testimonial-card p {
    font-size: 0.95rem;
  }

  .testimonial-profile {
    margin-bottom: 18px;
  }

  .carousel-button {
    width: 44px;
    height: 44px;
    font-size: 1.7rem;
  }

  .carousel-button.prev {
    left: 2px;
  }

  .carousel-button.next {
    right: 2px;
  }

  .conversation-card {
    min-height: 500px;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .trend-icon {
    top: 22px;
    right: 20px;
    width: 54px;
    height: 38px;
  }

  .message-bubble {
    max-width: calc(100% - 54px);
  }

  .steps span {
    margin-bottom: 30px;
  }

  .mobile-buy {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    color: var(--white);
    font-weight: 900;
    background: var(--green);
    border-radius: 999px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
  }

  .purchase-toast {
    right: 14px;
    bottom: 82px;
    left: 14px;
    max-width: none;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 0;
  }

  .container {
    width: min(100% - 32px, 1140px);
  }

  .header-inner {
    min-height: 66px;
    gap: 16px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 24px;
    font-size: 0.88rem;
  }

  .mobile-buy {
    display: none !important;
  }

  .purchase-toast {
    right: 12px;
    bottom: 14px;
    left: auto;
    max-width: 238px;
    min-height: 42px;
    gap: 8px;
    padding: 9px 11px;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(7, 9, 7, 0.18);
    transform: translateY(14px);
  }

  .purchase-toast.is-visible {
    transform: translateY(0);
  }

  .purchase-dot {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
  }

  .purchase-dot::before {
    font-size: 0.78rem;
  }

  .purchase-toast strong {
    font-size: 0.72rem;
    line-height: 1.15;
  }

  .purchase-toast small {
    font-size: 0.64rem;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(112px, 34vw);
    gap: 12px;
    align-items: center;
    min-height: auto;
    padding: 42px 0 34px;
  }

  .hero-copy {
    min-width: 0;
  }

  .eyebrow {
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px;
    font-size: 0.56rem;
    line-height: 1.5;
  }

  .hero-copy h1,
  h1 {
    max-width: 100%;
    font-size: clamp(1.46rem, 6.8vw, 1.98rem);
    line-height: 1.1;
  }

  .hero-copy p {
    max-width: 100%;
    margin-top: 14px;
    font-size: 0.82rem;
    line-height: 1.58;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 100%;
    margin-top: 18px;
  }

  .hero-actions .button {
    min-height: 44px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .hero-product {
    align-self: center;
    min-width: 0;
  }

  .product-frame img {
    width: 150%;
    max-width: none;
    margin-left: -34%;
    filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.34));
    mask-image: radial-gradient(ellipse at 52% 50%, #000 46%, rgba(0, 0, 0, 0.78) 62%, transparent 82%);
  }

  .price-tag {
    position: absolute;
    right: -2px;
    bottom: 6px;
    min-width: 104px;
    padding: 8px 10px;
    border-radius: 14px;
  }

  .price-tag span {
    font-size: 0.48rem;
  }

  .price-tag strong {
    font-size: 1.08rem;
  }

  .metric-band {
    overflow: hidden;
  }

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

  .metrics div,
  .metrics div:last-child {
    min-height: 108px;
    padding: 18px 12px;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .metrics strong {
    margin-bottom: 7px;
    font-size: 1.62rem;
  }

  .metrics span {
    max-width: 92px;
    font-size: 0.68rem;
    line-height: 1.28;
  }

  .split {
    gap: 28px;
  }

  .section {
    padding: 54px 0;
  }

  .section-label {
    margin-bottom: 12px;
    font-size: 0.68rem;
  }

  h2 {
    font-size: clamp(1.72rem, 8.2vw, 2.18rem);
    line-height: 1.12;
  }

  .method-head {
    gap: 22px;
    margin-bottom: 24px;
  }

  .method-head .section-title h2 {
    font-size: clamp(1.7rem, 8vw, 2.16rem);
  }

  .method-head > p {
    padding: 18px 18px 18px 22px;
    font-size: 0.92rem;
    line-height: 1.58;
    border-radius: 18px;
  }

  .steps {
    gap: 12px;
  }

  .steps::before {
    display: none;
  }

  .steps article,
  .steps article:nth-child(n) {
    min-height: auto;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .steps span {
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    font-size: 0.8rem;
  }

  .steps small {
    margin-bottom: 8px;
    font-size: 0.62rem;
  }

  .steps h3 {
    margin-bottom: 8px;
    font-size: 1.02rem;
  }

  .steps p {
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .content-grid {
    gap: 24px;
  }

  .content-image {
    min-height: auto;
    overflow: hidden;
    border-radius: 24px;
  }

  .content-image::before {
    inset: 8% 8% 10%;
    border-radius: 30px;
  }

  .content-image::after {
    inset: auto 14% 3% 14%;
  }

  .content-image img {
    width: min(92vw, 360px);
    max-width: 100%;
    margin: 0 auto;
    transform: none;
    border-radius: 0;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 92%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 92%, transparent 100%);
  }

  .content-float {
    right: 18px;
    bottom: 18px;
    max-width: 144px;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .content-float span {
    font-size: 0.56rem;
  }

  .content-float strong {
    font-size: 0.78rem;
  }

  .offer-grid {
    gap: 24px;
  }

  .faq-brand {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .faq-brand img {
    width: 126px;
    margin: 18px auto 22px;
  }

  .faq-brand::after {
    width: 100%;
    margin: 8px auto 0;
    background: linear-gradient(90deg, transparent, rgba(24, 168, 50, 0.75), transparent);
  }

  .faq-list {
    gap: 10px;
  }

  .faq-list summary {
    min-height: 58px;
    gap: 12px;
    padding: 16px 14px;
    font-size: 0.9rem;
  }

  .faq-list summary::before {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    font-size: 0.95rem;
  }

  .faq-list p {
    margin: -2px 16px 18px 50px;
    font-size: 0.84rem;
    line-height: 1.58;
  }
}
