:root {
  --red: #ad1f1f;
  --red-dark: #990a0a;
  --gray: #e7e7e7;
  --dark: #303030;
  --white: #ffffff;
  --text: #707070;
  --black: #111111;
  --max: 1080px;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--text);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
}

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

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

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

h1,
h2 {
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 30px;
  font-size: clamp(1.7rem, 4.3vw, 2.55rem);
  line-height: 1.25;
  text-align: center;
  overflow-wrap: break-word;
}

h2 {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 26px;
  font-size: clamp(1.55rem, 3.8vw, 2.15rem);
  line-height: 1.18;
  text-align: center;
  overflow-wrap: break-word;
}

h3 {
  margin-bottom: 10px;
  color: var(--black);
  font-size: 1.22rem;
  line-height: 1.22;
}

p,
li {
  font-size: 1.04rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

strong {
  color: inherit;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.block-bar {
  padding: 13px 20px;
  color: var(--white);
  background: var(--red);
  text-align: center;
}

.block-bar p {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  font-weight: 700;
  font-size: clamp(0.95rem, 2.2vw, 1.25rem);
  line-height: 1.35;
  text-transform: uppercase;
}

.template-section {
  padding: 50px 24px;
  overflow-x: hidden;
}

.gray {
  background: var(--gray);
}

.white {
  background: var(--white);
}

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

.dark h2,
.dark h3,
.dark p {
  color: var(--white);
}

.mark {
  width: fit-content;
  margin: 0 auto 22px;
  padding: 10px 18px;
  border: 2px solid rgba(173, 31, 31, 0.22);
  border-radius: 8px;
  color: var(--red);
  background: var(--white);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.image-placeholder {
  color: var(--red);
  display: grid;
  place-items: center;
}

.image-placeholder svg {
  width: 100%;
  height: auto;
  display: block;
}

.image-placeholder rect,
.image-placeholder circle,
.image-placeholder path {
  fill: none;
  stroke: currentColor;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.image-placeholder text {
  fill: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.logo-placeholder {
  width: min(100%, 280px);
  margin: 0 auto 22px;
}

.before-after-placeholder {
  width: min(100%, 760px);
  margin: 4px auto 24px;
  color: var(--red);
}

.before-after-placeholder svg {
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.12));
}

.result-placeholder,
.step-placeholder,
.benefit-placeholder,
.deliverable-placeholder,
.bonus-placeholder,
.access-placeholder,
.option-placeholder {
  margin-bottom: 16px;
}

.result-placeholder {
  color: rgba(255, 255, 255, 0.82);
}

.result-placeholder svg {
  height: 96px;
}

.thoughts-placeholder {
  width: min(100%, 720px);
  margin: 0 auto 24px;
  color: var(--red);
}

.panel-icon {
  width: 130px;
  height: 130px;
  margin: 0;
  color: var(--white);
}

.panel-icon svg {
  width: 130px;
  height: 130px;
}

.step-placeholder {
  color: var(--red);
}

.step-placeholder svg {
  height: 180px;
}

.benefit-placeholder,
.bonus-placeholder,
.access-placeholder,
.option-placeholder {
  color: var(--red);
}

.benefit-placeholder svg,
.access-placeholder svg,
.option-placeholder svg {
  height: 92px;
}

.bonus-placeholder svg {
  height: 176px;
}

.deliverable-placeholder {
  color: var(--red);
}

.deliverable-placeholder svg {
  height: 180px;
}

.fit-placeholder {
  width: min(100%, 620px);
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.78);
}

.price-visuals {
  width: min(100%, 520px);
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.price-placeholder {
  min-height: 94px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.04);
}

.price-placeholder svg {
  width: 120px;
}

.template-fa {
  display: block;
  margin-bottom: 16px;
  color: #303030;
  font-style: normal;
  font-size: 82px;
  line-height: 1;
  text-align: center;
}

.template-fa::before {
  display: inline-grid;
  width: 1.12em;
  height: 1.12em;
  place-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.template-fa.fa-envelope::before {
  content: "✉";
}

.template-fa.fa-cloud-download-alt::before {
  content: "⇩";
}

.template-fa.fa-check-circle::before {
  content: "✓";
  border: 0.08em solid currentColor;
  border-radius: 50%;
}

.template-fa.fa-times-circle::before {
  content: "×";
  border: 0.08em solid currentColor;
  border-radius: 50%;
}

.template-fa-negative {
  color: #e4343b;
  text-align: left;
}

.template-fa-positive {
  color: #049a6a;
  text-align: left;
}

.template-check {
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
}

.offer-placeholder,
.payment-placeholder,
.seal-placeholder {
  color: var(--red);
}

.offer-placeholder {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

.payment-placeholder {
  width: min(100%, 240px);
  margin: 0 auto 18px;
}

.seal-placeholder {
  width: min(100%, 260px);
  margin: 22px auto 0;
}

.seal-placeholder img {
  max-width: 230px;
  margin: 0 auto;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 16px 28px;
  color: var(--white);
  background: var(--red);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(173, 31, 31, 0.26);
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--red-dark);
}

.hero-template {
  text-align: center;
}

.hero-product {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 26px;
}

.hero-product img {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.centered-copy {
  text-align: center;
}

.before-card {
  width: 100%;
  max-width: 780px;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.before-card article {
  min-height: 170px;
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.before-card article:last-child {
  color: var(--white);
  background: var(--red-dark);
}

.before-card span {
  display: block;
  margin-bottom: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonials h2,
.benefits h2,
.recap h2,
.faq h2 {
  color: var(--text);
}

.result-grid,
.benefit-grid,
.deliverables,
.bonus-grid,
.steps,
.access-grid,
.option-grid,
.value-grid {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

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

.result-grid article {
  min-height: 152px;
  padding: 22px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--red-dark), #4b0b0b);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.result-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.result-grid span {
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.rumination {
  text-align: center;
}

.rumination .lead {
  color: var(--black);
  font-size: 1.25rem;
}

.thoughts {
  width: 100%;
  max-width: 760px;
  margin: 24px auto 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.thoughts p {
  margin: 0;
  padding: 18px 20px;
  border-radius: 8px;
  color: var(--black);
  background: var(--white);
  box-shadow: var(--shadow);
  font-weight: 800;
}

.rumination h3 {
  margin-top: 24px;
  color: var(--text);
  font-size: 1.75rem;
}

.narrow,
.closing {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.red-panel {
  width: 100%;
  max-width: 820px;
  margin: 28px auto;
  padding: 30px;
  border-radius: 24px;
  background: var(--red-dark);
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  text-align: left;
}

.panel-icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--red-dark);
  background: var(--white);
  font-size: 4rem;
  font-weight: 900;
}

.red-panel h4,
.red-panel p {
  color: var(--white);
}

.red-panel h4 {
  margin-bottom: 8px;
  font-size: 1.55rem;
}

.steps-section h2 {
  margin-bottom: 34px;
}

.steps {
  max-width: 860px;
  grid-template-columns: 1fr;
  gap: 24px;
}

.steps article {
  min-height: 260px;
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.85fr);
  gap: 28px;
  align-items: center;
}

.steps article p {
  color: var(--text);
}

.step-copy {
  text-align: left;
}

.steps span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-weight: 900;
}

.benefit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 940px;
}

.deliverables {
  grid-template-columns: 1fr;
  max-width: 860px;
  gap: 24px;
}

.bonus-grid {
  grid-template-columns: 1fr;
  max-width: 860px;
  gap: 24px;
}

.benefit-grid article,
.deliverables article,
.bonus-grid article,
.access-grid article,
.option-grid article,
.value-grid article {
  padding: 24px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.benefit-grid article {
  min-height: 210px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  text-align: left;
}

.benefit-grid article {
  border-top: 6px solid var(--red);
}

.kicker {
  margin-bottom: 8px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.kicker.red {
  color: var(--red);
}

.deliverable-intro {
  text-align: center;
}

.deliverables article {
  min-height: 260px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.85fr);
  gap: 28px;
  align-items: center;
  text-align: left;
}

.deliverables article:nth-child(even),
.bonus-grid article:nth-child(even) {
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1fr);
}

.deliverables article:nth-child(even) .deliverable-copy,
.bonus-grid article:nth-child(even) .bonus-copy {
  order: 2;
}

.deliverables article:nth-child(even) .deliverable-placeholder,
.bonus-grid article:nth-child(even) .bonus-placeholder {
  order: 1;
}

.deliverable-copy,
.bonus-copy {
  text-align: left;
}

.bonus-grid article {
  min-height: 250px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.85fr);
  gap: 28px;
  align-items: center;
  text-align: left;
}

.bonus h2 {
  color: var(--text);
}

.fit-body {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
  gap: 34px;
  align-items: center;
}

.fit ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.fit li {
  padding: 18px 20px;
  border-radius: 8px;
  color: var(--black);
  background: var(--white);
  font-weight: 700;
}

.fit .closing {
  text-align: center;
}

.recap {
  text-align: center;
}

.value-grid {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 650px;
  margin-bottom: 24px;
  gap: 10px;
}

.value-grid article {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #ececec;
  text-align: left;
}

.value-grid span {
  color: var(--text);
}

.value-grid strong {
  color: var(--red);
  font-size: 1.55rem;
}

.sum-box {
  width: 100%;
  max-width: 620px;
  margin: 26px auto;
  padding: 28px;
  border-radius: 8px;
  color: var(--white);
  background: var(--red-dark);
  display: grid;
  gap: 8px;
}

.sum-box span {
  text-transform: uppercase;
  font-weight: 900;
}

.sum-box strong {
  font-size: clamp(2.4rem, 7vw, 4.5rem);
  line-height: 1;
}

.price {
  text-align: center;
}

.price-row {
  width: min(84%, 980px);
  max-width: 980px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 12px;
  color: var(--text);
  background: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
  gap: 34px;
  align-items: center;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.price-box {
  width: 100%;
  text-align: center;
}

.price p {
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 900;
}

.dark .price-box p,
.price-box p {
  color: var(--text);
}

.installments {
  display: block;
  margin-bottom: 8px;
  color: var(--red-dark);
  font-size: clamp(1.5rem, 3vw, 3.8rem);
  line-height: 1;
}

.price span {
  display: block;
  margin-bottom: 24px;
  font-size: 1.35rem;
}

.dark .price-box span,
.price-box span {
  color: var(--text);
}

.price-box .button {
  background: #049a6a;
  box-shadow: 0 12px 24px rgba(4, 154, 106, 0.24);
}

.price-box .button:hover {
  background: #047f59;
}

.divider {
  width: 100%;
  max-width: 560px;
  height: 1px;
  margin: 0 auto 28px;
  background: rgba(48, 48, 48, 0.18);
}

.price .divider:last-child {
  margin: 28px auto 0;
}

.access {
  text-align: center;
}

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

.access-grid span {
  width: 40px;
  height: 40px;
  margin: 0 auto 14px;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.authority {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(220px, 340px);
  justify-content: center;
  align-items: center;
  gap: 36px;
}

.authority figure {
  margin: 0;
}

.authority img {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.authority h2,
.authority h3,
.authority p {
  text-align: left;
}

.authority h2 {
  width: auto;
  margin-bottom: 10px;
  color: var(--black);
  font-weight: 800;
}

.serious {
  text-align: center;
}

.option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 26px;
}

.option-grid article {
  text-align: left;
  border: 1px solid #eeeeee;
}

.option-grid article:last-child {
  border: 3px solid var(--red);
}

.option-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-weight: 900;
}

.faq-list {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-item {
  border-radius: 24px;
  overflow: hidden;
  background: var(--white);
}

.faq-item button {
  width: 100%;
  min-height: 66px;
  padding: 20px 24px;
  border: 0;
  color: var(--black);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.faq-item button span {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  display: grid;
  place-items: center;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 200ms ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 24px;
  overflow: hidden;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: 22px;
}

.footer {
  padding-top: 24px;
  padding-bottom: 90px;
  text-align: center;
}

.footer p {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.82rem;
  line-height: 1.55;
}

.sticky-cta {
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 14px;
  width: 94vw;
  max-width: 560px;
  padding: 10px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(48, 48, 48, 0.96);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transform: translateX(-50%) translateY(130%);
  transition: transform 200ms ease;
}

.sticky-cta.is-visible {
  transform: translateX(-50%) translateY(0);
}

.sticky-cta span {
  padding-left: 10px;
  font-weight: 900;
}

.sticky-cta .button {
  min-height: 44px;
  padding: 12px 18px;
}

@media (max-width: 900px) {
  .template-section {
    padding: 42px 22px;
  }

  .before-card,
  .result-grid,
  .steps,
  .benefit-grid,
  .deliverables,
  .bonus-grid,
  .access-grid,
  .authority,
  .option-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .red-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .panel-icon {
    margin: 0 auto;
  }

  .authority {
    max-width: 520px;
    margin: 0 auto;
  }

  .authority h2,
  .authority h3,
  .authority p {
    text-align: center;
  }

  .steps article,
  .deliverables article,
  .deliverables article:nth-child(even),
  .bonus-grid article,
  .bonus-grid article:nth-child(even),
  .fit-body,
  .price-row {
    grid-template-columns: 1fr;
  }

  .price-row {
    width: min(100%, 620px);
  }

  .deliverables article:nth-child(even) .deliverable-copy,
  .bonus-grid article:nth-child(even) .bonus-copy {
    order: 1;
  }

  .deliverables article:nth-child(even) .deliverable-placeholder,
  .bonus-grid article:nth-child(even) .bonus-placeholder {
    order: 2;
  }

  .step-copy,
  .deliverable-copy,
  .bonus-copy {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .template-section {
    padding: 34px 18px;
  }

  h1,
  h2 {
    max-width: 320px;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.45rem;
  }

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

  .before-card,
  .before-after-placeholder,
  .result-grid,
  .steps,
  .benefit-grid,
  .deliverables,
  .bonus-grid,
  .access-grid,
  .option-grid,
  .value-grid,
  .faq-list,
  .thoughts-placeholder,
  .fit-placeholder {
    max-width: 330px;
  }

  .before-card article,
  .result-grid article,
  .steps article,
  .benefit-grid article,
  .deliverables article,
  .bonus-grid article,
  .access-grid article,
  .option-grid article,
  .value-grid article {
    min-width: 0;
  }

  .benefit-grid article {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .value-grid article {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .price-row {
    width: 100%;
    padding: 22px;
  }

  .step-placeholder svg,
  .deliverable-placeholder svg,
  .bonus-placeholder svg {
    height: 150px;
  }

  .hero-product {
    max-width: 320px;
  }

  .block-bar p {
    max-width: 330px;
  }

  .button {
    width: 100%;
  }

  .sticky-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .sticky-cta span {
    padding-left: 0;
    text-align: center;
  }
}
