:root {
  --offer-accent: #47e97d;
  --offer-muted: #9aa69e;
  --offer-line: rgba(255, 255, 255, 0.14);
}

.offer-hero {
  padding-bottom: 3.5rem;
}

.offer-hero .hero-copy {
  max-width: 790px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.button.secondary {
  background: transparent;
  border-color: var(--offer-line);
  color: #f5f8f5;
}

.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: var(--offer-accent);
  color: var(--offer-accent);
}

.hero-note {
  color: var(--offer-muted);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 1rem 0 0;
}

.service-index {
  border-bottom: 1px solid var(--offer-line);
  border-top: 1px solid var(--offer-line);
}

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

.service-index a {
  border-left: 1px solid var(--offer-line);
  color: var(--offer-muted);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  padding: 1rem 0.85rem;
  text-align: center;
  text-transform: uppercase;
}

.service-index a:last-child {
  border-right: 1px solid var(--offer-line);
}

.service-index a:hover,
.service-index a:focus-visible {
  background: rgba(71, 233, 125, 0.06);
  color: var(--offer-accent);
}

.content-section {
  border-bottom: 1px solid var(--offer-line);
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.editorial-grid {
  display: grid;
  gap: clamp(2.5rem, 7vw, 7rem);
  grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.38fr);
}

.section-heading {
  margin: 0;
  max-width: 560px;
}

.section-heading h2,
.order-copy h2,
.free-check h2 {
  font-size: clamp(2rem, 4.3vw, 4.6rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 0.8rem 0 0;
}

.editorial-grid > .section-heading {
  display: block;
  padding-bottom: 0;
}

.editorial-grid > .section-heading h2 {
  font-size: clamp(2rem, 3.4vw, 3.75rem);
  overflow-wrap: normal;
  word-break: normal;
}

.content-copy {
  max-width: 760px;
}

.content-copy p,
.order-copy p {
  color: #c5cec8;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.82;
  margin: 0 0 1.35rem;
}

.content-copy strong,
.order-copy strong {
  color: #f5f8f5;
}

.ai-demo {
  background: #0b100c;
  border: 1px solid var(--offer-line);
  margin-top: 2.1rem;
}

.demo-top {
  align-items: center;
  border-bottom: 1px solid var(--offer-line);
  display: flex;
  justify-content: space-between;
  padding: 0.78rem 1rem;
}

.demo-top span {
  color: var(--offer-muted);
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.demo-dots {
  display: flex;
  gap: 0.4rem;
}

.demo-dots i {
  border: 1px solid #647067;
  display: block;
  height: 7px;
  width: 7px;
}

.demo-body {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.demo-question {
  border-left: 2px solid var(--offer-accent);
  color: #f5f8f5;
  font-family: var(--mono);
  font-size: 0.85rem;
  line-height: 1.65;
  margin: 0 0 1.5rem;
  padding-left: 1rem;
}

.demo-answer {
  color: #bec8c1;
  line-height: 1.75;
  min-height: 5.2rem;
}

.demo-flag {
  border-top: 1px solid var(--offer-line);
  color: #ff867c;
  font-family: var(--mono);
  font-size: 0.76rem;
  line-height: 1.55;
  margin-top: 1.4rem;
  padding-top: 1rem;
}

.demo-flag.is-positive {
  color: var(--offer-accent);
}

.demo-toggle {
  border-top: 1px solid var(--offer-line);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.demo-toggle button {
  background: transparent;
  border: 0;
  color: var(--offer-muted);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  padding: 1rem;
  text-transform: uppercase;
}

.demo-toggle button + button {
  border-left: 1px solid var(--offer-line);
}

.demo-toggle button.is-active {
  background: var(--offer-accent);
  color: #061008;
}

.demo-note {
  color: #77827b;
  font-family: var(--mono);
  font-size: 0.67rem;
  line-height: 1.55;
  margin: 0.9rem 0 0;
}

.offer-panel {
  border: 1px solid var(--offer-line);
  margin-top: 2rem;
}

.offer-head {
  align-items: end;
  border-bottom: 1px solid var(--offer-line);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.offer-head h3 {
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  letter-spacing: -0.035em;
  margin: 0;
}

.offer-price {
  color: var(--offer-accent);
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: clamp(1.5rem, 3.5vw, 3rem);
  line-height: 1;
  text-align: right;
}

.offer-price small {
  color: var(--offer-muted);
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  margin-top: 0.45rem;
  text-transform: uppercase;
}

.deliverable-row {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 1.45rem clamp(1.4rem, 3vw, 2.2rem);
}

.deliverable-row + .deliverable-row {
  border-top: 1px solid var(--offer-line);
}

.deliverable-number,
.process-number {
  color: var(--offer-accent);
  font-family: var(--mono);
  font-size: 0.72rem;
  padding-top: 0.15rem;
}

.deliverable-row h4,
.process-step h3 {
  font-size: 1.08rem;
  margin: 0 0 0.45rem;
}

.deliverable-row p,
.process-step p {
  color: #aeb9b1;
  line-height: 1.7;
  margin: 0;
}

.offer-foot {
  border-top: 1px solid var(--offer-line);
  color: var(--offer-muted);
  font-family: var(--mono);
  font-size: 0.68rem;
  line-height: 1.65;
  padding: 1rem clamp(1.4rem, 3vw, 2.2rem);
}

.process-grid {
  border-left: 1px solid var(--offer-line);
  border-top: 1px solid var(--offer-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2.2rem;
}

.process-step {
  border-bottom: 1px solid var(--offer-line);
  border-right: 1px solid var(--offer-line);
  min-height: 215px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.process-step .process-number {
  display: block;
  margin-bottom: 2.3rem;
}

.free-check {
  align-items: center;
  background: #0b100c;
  border: 1px solid var(--offer-line);
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto;
  margin-top: 2.5rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.free-check h2 {
  font-size: clamp(1.65rem, 3.1vw, 3rem);
  margin-top: 0;
}

.free-check p {
  color: #abb5ae;
  margin: 0.8rem 0 0;
}

.faq-list {
  border-top: 1px solid var(--offer-line);
  margin-top: 2rem;
}

.faq-list details {
  border-bottom: 1px solid var(--offer-line);
}

.faq-list summary {
  cursor: pointer;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  list-style: none;
  padding: 1.5rem 3rem 1.5rem 0;
  position: relative;
}

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

.faq-list summary::after {
  color: var(--offer-accent);
  content: "+";
  font-family: var(--mono);
  position: absolute;
  right: 0;
  top: 1.45rem;
}

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

.faq-list p {
  color: #b5c0b8;
  line-height: 1.75;
  margin: 0;
  max-width: 820px;
  padding: 0 2rem 1.6rem 0;
}

.order-section {
  background: #090d0a;
}

.order-grid {
  display: grid;
  gap: clamp(2.5rem, 7vw, 7rem);
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
}

.order-grid > * {
  min-width: 0;
}

.order-copy h2 {
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
  margin-bottom: 1.6rem;
}

.lead-form {
  border: 1px solid var(--offer-line);
  padding: clamp(1.35rem, 3.5vw, 2.5rem);
}

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

.field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.field label {
  color: var(--offer-muted);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field input {
  background: #070a08;
  border: 1px solid var(--offer-line);
  border-radius: 0;
  color: #f5f8f5;
  font: inherit;
  min-height: 50px;
  padding: 0.8rem 0.9rem;
  width: 100%;
}

.field input:focus {
  border-color: var(--offer-accent);
  outline: 1px solid var(--offer-accent);
  outline-offset: 2px;
}

.field select {
  background: #070a08;
  border: 1px solid var(--offer-line);
  border-radius: 0;
  color: #f5f8f5;
  font: inherit;
  min-height: 50px;
  padding: 0.8rem 0.9rem;
  width: 100%;
  appearance: none;
}

.field select:focus {
  border-color: var(--offer-accent);
  outline: 1px solid var(--offer-accent);
  outline-offset: 2px;
}

.lead-form .button {
  text-align: center;
  white-space: normal;
  margin-top: 1.4rem;
  width: 100%;
}

.form-note,
.contact-alt {
  color: #879289;
  font-family: var(--mono);
  font-size: 0.67rem;
  line-height: 1.65;
  margin: 1rem 0 0;
}

.contact-alt a {
  color: var(--offer-accent);
}

.hp-field {
  left: -10000px;
  position: absolute;
}

.form-success {
  border: 1px solid var(--offer-accent);
  display: none;
  margin-top: 1rem;
  padding: 1.2rem;
}

.form-success h3 {
  color: var(--offer-accent);
  margin: 0 0 0.5rem;
}

.form-success p {
  color: #b7c1ba;
  line-height: 1.65;
  margin: 0;
}

.form-error {
  color: #ff8b82;
  display: none;
  font-family: var(--mono);
  font-size: 0.72rem;
  margin-top: 0.9rem;
}

.sticky-cta {
  align-items: center;
  background: rgba(7, 10, 8, 0.97);
  border-top: 1px solid var(--offer-line);
  bottom: 0;
  display: none;
  gap: 1rem;
  justify-content: space-between;
  left: 0;
  padding: 0.7rem 1rem;
  position: fixed;
  right: 0;
  z-index: 40;
}

.sticky-cta span {
  color: #c6d0c9;
  font-family: var(--mono);
  font-size: 0.64rem;
  line-height: 1.35;
}

.sticky-cta .button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0.65rem 0.85rem;
}

@media (max-width: 1080px) {
  .site-header .nav-links {
    display: none;
  }

  .site-header .nav-toggle {
    display: block;
  }
}

@media (max-width: 820px) {
  .service-index-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-index a:nth-child(odd) {
    border-left: 1px solid var(--offer-line);
  }

  .service-index a:nth-child(even) {
    border-right: 1px solid var(--offer-line);
  }

  .service-index a:last-child {
    border-top: 1px solid var(--offer-line);
    grid-column: 1 / -1;
  }

  .editorial-grid,
  .order-grid {
    grid-template-columns: 1fr;
  }

  .free-check {
    grid-template-columns: 1fr;
  }
}

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

  .offer-hero {
    padding-top: 3rem;
  }

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

  .hero-actions .button {
    justify-content: center;
    width: 100%;
  }

  .offer-head {
    align-items: start;
    flex-direction: column;
  }

  .offer-price {
    text-align: left;
  }

  .process-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .process-step {
    min-height: 0;
  }

  .process-step .process-number {
    margin-bottom: 1.2rem;
  }

  .sticky-cta {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  .demo-answer,
  .demo-flag {
    transition: none;
  }
}
