body[data-package="completo"][data-preview-mode="fullscreen"] .complete-offer {
  display: none;
}

.complete-offer {
  --offer-ink: #29241f;
  --offer-muted: #736b62;
  --offer-accent: #955b32;
  --offer-paper: #f4eee4;
  --offer-line: rgba(41, 36, 31, 0.32);
  background: var(--offer-paper);
  color: var(--offer-ink);
  font-family: "Manrope", Arial, sans-serif;
}

.complete-offer :is(h2, h3, p) {
  margin-top: 0;
}

.complete-offer a {
  color: inherit;
  text-decoration: none;
}

.complete-offer :is(a, button):focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--offer-accent);
}

.complete-offer__eyebrow {
  margin-bottom: 1rem;
  color: var(--offer-muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.complete-scope,
.complete-offer__closing {
  width: min(1400px, calc(100% - 3rem));
  margin-inline: auto;
}

.complete-offer__opening {
  width: 100%;
  min-height: clamp(500px, 68vh, 650px);
  margin-inline: 0;
  padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100% - 1400px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  background: var(--offer-accent);
  color: #fffaf2;
}

.complete-offer__opening h2 {
  max-width: 16ch;
  margin-bottom: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3.4rem, 6.2vw, 6rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.complete-offer__opening .complete-offer__eyebrow,
.complete-offer__opening .complete-offer__price p,
.complete-offer__opening .complete-offer__price span {
  color: rgba(255, 250, 242, 0.68);
}

.complete-offer__price {
  padding: clamp(2rem, 4vw, 3.5rem);
  border-block: 1px solid rgba(255, 250, 242, 0.42);
}

.complete-offer__price p,
.complete-offer__price span {
  color: var(--offer-muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.complete-offer__price p {
  margin-bottom: 1.25rem;
}

.complete-offer__price strong {
  display: block;
  margin-bottom: 0.65rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3.7rem, 6vw, 6rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.complete-scope {
  padding-block: clamp(6rem, 11vw, 10rem);
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
}

.complete-scope__heading {
  position: sticky;
  top: 2rem;
}

.complete-scope__heading h2 {
  max-width: 10ch;
  margin-bottom: 1.5rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3rem, 5.5vw, 5.2rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.complete-scope__heading > p:last-child {
  max-width: 38ch;
  margin-bottom: 0;
  color: var(--offer-muted);
  line-height: 1.7;
}

.complete-scope__index {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--offer-line);
  list-style: none;
}

.complete-scope__index li {
  min-height: 10rem;
  padding: 2rem 0;
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  gap: 1.25rem;
  border-bottom: 1px solid var(--offer-line);
}

.complete-scope__index li > span {
  color: var(--offer-muted);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
}

.complete-scope__index h3 {
  margin-bottom: 0.65rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.complete-scope__index p {
  max-width: 58ch;
  margin-bottom: 0;
  color: var(--offer-muted);
  line-height: 1.7;
}

.complete-boundary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--offer-ink);
  color: #f7f2ea;
}

.complete-boundary > div {
  min-height: clamp(430px, 50vw, 620px);
  padding: clamp(3.5rem, 8vw, 8rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.complete-boundary > div + div {
  border-left: 1px solid rgba(247, 242, 234, 0.25);
  background: var(--offer-accent);
}

.complete-boundary .complete-offer__eyebrow,
.complete-boundary > div:last-child > span {
  color: rgba(247, 242, 234, 0.62);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.complete-boundary h2,
.complete-boundary h3 {
  max-width: 13ch;
  margin: 1rem 0 1.5rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3rem, 5.8vw, 5.8rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.complete-boundary h3 {
  font-size: clamp(2.5rem, 4.6vw, 4.6rem);
}

.complete-boundary p {
  max-width: 42ch;
  margin-bottom: 0;
  color: rgba(247, 242, 234, 0.72);
  line-height: 1.7;
}

.complete-boundary a {
  align-self: flex-start;
  margin-top: 2rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
}

.complete-offer__closing {
  padding-block: clamp(6rem, 11vw, 10rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.5fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.complete-offer__closing h2 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3rem, 5.8vw, 5.5rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.complete-offer__closing > div:first-child > p:last-child {
  max-width: 54ch;
  margin-bottom: 0;
  color: var(--offer-muted);
  line-height: 1.7;
}

.complete-offer__closing > div:last-child {
  border-top: 1px solid var(--offer-line);
}

.complete-offer__closing > div:last-child > p {
  padding-block: 2rem;
  display: grid;
  gap: 0.3rem;
  border-bottom: 1px solid var(--offer-line);
}

.complete-offer__closing > div:last-child span,
.complete-offer__closing > div:last-child small {
  color: var(--offer-muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.complete-offer__closing > div:last-child strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3.4rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.055em;
}

.complete-offer__closing > div:last-child > a {
  min-height: 4rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--offer-ink);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.complete-offer__closing > div:last-child > a:hover {
  background: var(--offer-accent);
}

body[data-package="completo"] .preview-fullscreen-exit {
  right: 1rem;
  bottom: 1rem;
  min-height: 3rem;
  padding-inline: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  background: #29241f;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
}

body[data-package="completo"] .preview-fullscreen-exit:hover {
  background: #955b32;
}

@media (max-width: 860px) {
  .complete-offer__opening,
  .complete-scope,
  .complete-offer__closing {
    grid-template-columns: 1fr;
  }

  .complete-offer__opening {
    min-height: 0;
  }

  .complete-offer__price {
    padding-inline: 0;
  }

  .complete-scope__heading {
    position: static;
  }

  .complete-boundary {
    grid-template-columns: 1fr;
  }

  .complete-boundary > div + div {
    border-top: 1px solid rgba(247, 242, 234, 0.25);
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .complete-scope,
  .complete-offer__closing {
    width: min(100% - 2rem, 1400px);
  }

  .complete-offer__opening {
    padding: 5rem 1rem;
  }

  .complete-offer__opening h2 {
    font-size: clamp(3.3rem, 15vw, 4.8rem);
  }

  .complete-scope {
    padding-block: 5rem;
  }

  .complete-scope__index li {
    min-height: 0;
  }

  .complete-boundary > div {
    min-height: 460px;
    padding: 4.5rem 1rem;
  }

  .complete-offer__closing {
    padding-block: 5rem;
  }

  body[data-package="completo"] .preview-fullscreen-exit {
    right: 0.65rem;
    bottom: 0.65rem;
    max-width: calc(100vw - 1.3rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .complete-offer *,
  .complete-offer *::before,
  .complete-offer *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
