:root {
  --bg: #050505;
  --text: #ffffff;
  --muted: #d6d0cc;
  --accent: #ef6d5b;
  --accent-soft: #d88a76;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  background: var(--bg);
  color: var(--text);
}

main {
  position: relative;
}

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

.container {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0 36px;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: url("../imagens/hero.png") center right / cover no-repeat;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  padding: 36px 0 24px 76px;
}

.hero__eyebrow {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 26px;
  line-height: 1;
}

.hero__eyebrow-small {
  margin-left: 2px;
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.88);
}

.hero__eyebrow-large {
  margin-top: -6px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4.5rem, 7vw, 5.9rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--text);
}

.hero__title {
  display: grid;
  gap: 2px;
  width: 100%;
  max-width: 660px;
  letter-spacing: -0.04em;
}

.hero__title-line {
  display: block;
  width: 100%;
  white-space: nowrap;
  line-height: 0.95;
}

.hero__title-line--1,
.hero__title-line--2 {
  font-size: clamp(2.45rem, 3.1vw, 3.5rem);
  font-weight: 800;
  color: var(--text);
}

.hero__title-line--3 {
  font-size: clamp(2.1rem, 2.55vw, 2.9rem);
  font-weight: 600;
  color: var(--text);
}

.hero__title-line--4 {
  margin-top: -2px;
}

.hero__title-accent,
.hero__title-highlight {
  display: inline;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--accent-soft);
}

.hero__title-highlight {
  font-size: clamp(2.1rem, 2.55vw, 2.9rem);
  line-height: 0.95;
}

.hero__description {
  max-width: 445px;
  margin-top: 18px;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--muted);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 260px;
  padding: 0 24px;
  border: 1px solid rgba(255, 196, 181, 0.34);
  border-radius: 999px;
  background: linear-gradient(180deg, #f7342f 0%, #cb1919 100%);
  box-shadow: 0 10px 24px rgba(179, 14, 14, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-size: 0.64rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.hero__button:hover,
.hero__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 36px rgba(179, 14, 14, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  filter: brightness(1.05);
}

.hero__proof {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.hero__avatar {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin-left: -5px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd7c5, #9b1b1b);
  color: #250404;
  font-size: 0.64rem;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.hero__avatar:first-child {
  margin-left: 0;
}

.content-surface {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(
      180deg,
      #050505 0%,
      #050505 82px,
      rgba(10, 6, 6, 0.98) 148px,
      rgba(28, 10, 10, 0.96) 230px,
      rgba(70, 14, 14, 0.5) 330px,
      #120707 470px,
      #090404 100%
    ),
    radial-gradient(circle at 16% 24%, rgba(152, 18, 18, 0.2), transparent 28%),
    radial-gradient(circle at 50% 18%, rgba(103, 14, 14, 0.14), transparent 32%),
    radial-gradient(circle at 82% 76%, rgba(106, 11, 11, 0.24), transparent 34%),
    linear-gradient(180deg, #140707 0%, #120707 30%, #090404 100%);
}

.content-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.82) 0%, rgba(5, 5, 5, 0.18) 92px, rgba(5, 5, 5, 0) 210px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 22%),
    linear-gradient(90deg, transparent 0%, rgba(239, 109, 91, 0.06) 50%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.content-surface > * {
  position: relative;
  z-index: 1;
}

.results {
  padding: 18px 0 96px;
  overflow: visible;
  background: transparent;
}

.results .container {
  position: relative;
  z-index: 1;
}

.results__divider {
  display: grid;
  place-items: center;
  margin: 0 0 20px;
}

.results__divider-arrow {
  width: 14px;
  height: 14px;
  border-right: 2px solid rgba(255, 255, 255, 0.55);
  border-bottom: 2px solid rgba(255, 255, 255, 0.55);
  transform: rotate(45deg);
}

.results__panel {
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px 26px 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(18, 8, 8, 0.9);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.results__panel.reveal-ready {
  opacity: 0;
  transform: translateY(48px) scale(0.985);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.results__panel.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.results__title {
  margin-bottom: 28px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: var(--accent);
}

.results__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.results__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.results__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 196, 181, 0.22);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ff6251 0%, #bc1515 72%, #6a0909 100%);
  box-shadow: 0 12px 24px rgba(118, 9, 9, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.results__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #ffe9e2;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.results__text {
  max-width: 180px;
  margin-top: 12px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7);
}

.journey {
  position: relative;
  padding: 88px 0 110px;
  background: transparent;
}

.journey .container {
  position: relative;
  z-index: 1;
}

.journey__header {
  display: flex;
  justify-content: center;
  margin-bottom: 54px;
}

.journey__title {
  max-width: 560px;
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  font-weight: 600;
  line-height: 1.18;
  text-align: center;
  letter-spacing: -0.035em;
  color: var(--text);
}

.journey__title-strong {
  font-weight: 800;
}

.journey__title-accent {
  color: var(--accent-soft);
  font-style: italic;
  font-weight: 500;
}

.journey__grid {
  position: relative;
  display: grid;
  gap: 44px;
  width: min(100%, 944px);
  margin: 0 auto;
}

.journey__flow {
  position: absolute;
  top: 210px;
  left: 50%;
  width: min(100% - 72px, 620px);
  height: 700px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}

.journey__flow-line {
  position: absolute;
  border-color: rgba(159, 27, 27, 0.48);
  border-style: solid;
  filter: drop-shadow(0 0 12px rgba(190, 25, 25, 0.18));
}

.journey__flow-line--1 {
  top: 76px;
  left: 0;
  width: 156px;
  height: 164px;
  border-width: 0 0 1px 1px;
  border-radius: 0 0 0 18px;
}

.journey__flow-line--2 {
  top: 240px;
  right: 0;
  width: 156px;
  height: 176px;
  border-width: 0 1px 1px 0;
  border-radius: 0 0 18px 0;
}

.journey__flow-line--3 {
  top: 418px;
  left: 0;
  width: 156px;
  height: 118px;
  border-width: 0 0 1px 1px;
  border-radius: 0 0 0 18px;
}

.journey__step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 220px minmax(280px, 420px) 220px;
  align-items: center;
  gap: 42px;
  width: 100%;
  margin: 0 auto;
}

.journey__step.scroll-fade-ready {
  opacity: 0;
  filter: blur(12px);
  transform: translateY(54px) scale(0.975);
  transition:
    opacity 680ms ease,
    transform 780ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 680ms ease;
  transition-delay: var(--journey-delay, 0ms);
  will-change: opacity, transform, filter;
}

.journey__step.scroll-fade-ready.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.journey__step--right {
  justify-self: center;
}

.journey__step--left {
  justify-self: center;
}

.journey__step--left .journey__visual {
  grid-column: 1;
  justify-self: center;
}

.journey__step--right .journey__visual {
  grid-column: 3;
  justify-self: center;
}

.journey__step--left .journey__card,
.journey__step--right .journey__card {
  grid-column: 2;
  width: 100%;
}

.journey__step--final {
  margin-top: -12px;
}

.journey__visual {
  position: relative;
  width: 190px;
  height: 190px;
}

.journey__diamond {
  position: absolute;
  inset: 18px;
  transform: rotate(45deg);
  border: 2px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.1),
    0 0 0 7px rgba(255, 72, 72, 0.5);
  overflow: hidden;
}

.journey__diamond-inner {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(9, 4, 4, 0.96) 0%, rgba(37, 7, 7, 0.92) 55%, rgba(152, 17, 17, 0.86) 100%);
}

.journey__glow {
  position: absolute;
  inset: 14% 14% auto auto;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 234, 215, 0.65) 0%, rgba(242, 80, 64, 0.2) 38%, transparent 74%);
  filter: blur(2px);
}

.journey__rose,
.journey__clock,
.journey__phone,
.journey__jacket {
  position: absolute;
}

.journey__rose {
  left: 8px;
  bottom: 8px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 34%, #ff5f5f 0%, #ca1818 42%, #760909 76%, #2b0505 100%);
  box-shadow: 0 0 30px rgba(215, 26, 26, 0.34);
}

.journey__rose::before,
.journey__rose::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(107, 6, 6, 0.45);
}

.journey__rose::before {
  inset: 14px 10px 18px 18px;
}

.journey__rose::after {
  inset: 24px 18px 12px 12px;
}

.journey__clock {
  top: 28px;
  left: 54px;
  width: 74px;
  height: 74px;
  border: 5px solid #e7d4c3;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.96), rgba(226, 204, 184, 0.96) 70%, #b28d74 100%);
  box-shadow: 0 0 0 6px rgba(89, 32, 16, 0.45), 0 10px 26px rgba(0, 0, 0, 0.38);
}

.journey__clock::before,
.journey__clock::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 2px;
  background: #563122;
  transform-origin: bottom center;
  border-radius: 999px;
}

.journey__clock::before {
  height: 19px;
  transform: translateX(-50%) rotate(26deg);
}

.journey__clock::after {
  height: 25px;
  transform: translateX(-50%) rotate(-56deg);
}

.journey__phone {
  top: 18px;
  left: 60px;
  width: 56px;
  height: 108px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, #f7eee6 0%, #dccfbe 100%);
  box-shadow:
    inset 0 0 0 2px rgba(66, 25, 25, 0.1),
    0 10px 30px rgba(0, 0, 0, 0.35);
}

.journey__phone::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(239, 109, 91, 0.22), rgba(155, 27, 27, 0.45));
  transform: translateX(-50%) rotate(45deg);
  box-shadow: inset 0 0 0 1px rgba(155, 27, 27, 0.18);
}

.journey__phone::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 20px;
  height: 4px;
  border-radius: 999px;
  background: rgba(70, 32, 21, 0.26);
  transform: translateX(-50%);
}

.journey__jacket {
  inset: auto 0 0 0;
  height: 112px;
  background:
    linear-gradient(135deg, #5b0509 0%, #d81f28 46%, #921017 100%);
}

.journey__jacket::before,
.journey__jacket::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 40px;
  height: 54px;
  background: linear-gradient(180deg, #ff4b57, #9e0f16);
}

.journey__jacket::before {
  left: 34px;
  transform: skewX(20deg);
}

.journey__jacket::after {
  right: 34px;
  transform: skewX(-20deg);
}

.journey__card {
  max-width: 420px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    rgba(22, 8, 8, 0.9);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

.journey__card-title {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}

.journey__card-text {
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.journey__actions {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.journey__button {
  min-width: 320px;
}

.about {
  padding: 28px 0 110px;
  background: #040404;
}

.about__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 1.04fr) minmax(320px, 0.96fr);
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 124, 110, 0.14), transparent 24%),
    linear-gradient(90deg, #c00d0d 0%, #8d0808 44%, #660606 100%);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

.about__panel.reveal-ready {
  opacity: 0;
  transform: translateY(54px) scale(0.985);
  filter: blur(12px);
  transition:
    opacity 820ms ease,
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 760ms ease;
  will-change: opacity, transform, filter;
}

.about__panel.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.about__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, transparent 18%, transparent 70%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 20%);
  pointer-events: none;
}

.about__notch {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: 78px;
  height: 34px;
  background: #040404;
  border-radius: 0 0 22px 22px;
  transform: translate(-50%, -1px);
}

.about__notch-arrow {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid rgba(255, 255, 255, 0.86);
  border-bottom: 2px solid rgba(255, 255, 255, 0.86);
  transform: translateX(-50%) rotate(45deg);
}

.about__visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.about__bg-word {
  position: absolute;
  left: 24px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(9rem, 14vw, 15rem);
  line-height: 0.78;
  letter-spacing: -0.04em;
  color: rgba(18, 4, 4, 0.48);
  user-select: none;
}

.about__bg-word--top {
  top: 44px;
}

.about__bg-word--bottom {
  top: 286px;
}

.about__portrait {
  position: absolute;
  inset: 0 0 0 18%;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.28)),
    url("../imagens/hero.png") 74% center / cover no-repeat;
  filter: saturate(0.88) contrast(1.06);
}

.about__portrait::before {
  content: "";
  position: absolute;
  inset: auto auto 0 -18%;
  width: 56%;
  height: 76%;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 129, 114, 0.3), transparent 38%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(6, 4, 4, 0.68) 100%);
}

.about__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px 64px 80px 20px;
}

.about__eyebrow {
  margin-bottom: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255, 235, 230, 0.82);
}

.about__title {
  max-width: 500px;
  margin-bottom: 22px;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--text);
}

.about__text {
  max-width: 480px;
  margin-top: 14px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 240, 235, 0.82);
}

.about__button {
  margin-top: 30px;
  min-width: 284px;
  width: fit-content;
}

.access {
  padding: 34px 0 108px;
  background:
    radial-gradient(circle at 12% 14%, rgba(102, 11, 11, 0.14), transparent 22%),
    linear-gradient(180deg, #040404 0%, #070404 100%);
}

.access__header {
  margin-bottom: 34px;
}

.access__title {
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  font-weight: 600;
  line-height: 1.12;
  text-align: center;
  letter-spacing: -0.04em;
  color: var(--text);
}

.access__title-accent {
  color: var(--accent);
  font-style: italic;
  font-weight: 500;
}

.access__slider {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1120px) 44px;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}

.access__viewport {
  width: 100%;
  overflow: hidden;
}

.access__track {
  display: flex;
  gap: 20px;
  transition: transform 320ms ease;
  will-change: transform;
}

.access__card {
  --access-columns: 4;
  width: calc((100% - ((var(--access-columns) - 1) * 20px)) / var(--access-columns));
  max-width: calc((100% - ((var(--access-columns) - 1) * 20px)) / var(--access-columns));
  position: relative;
  aspect-ratio: 13 / 18;
  min-height: 406px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 8, 8, 0.78);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
  flex-shrink: 0;
}

.access__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.access__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 4, 4, 0.02) 18%, rgba(6, 4, 4, 0.14) 45%, rgba(6, 4, 4, 0.82) 100%),
    linear-gradient(135deg, rgba(194, 18, 18, 0.16), transparent 42%);
  pointer-events: none;
}

.access__card-content {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
}

.access__label {
  margin-bottom: 6px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(239, 109, 91, 0.92);
}

.access__card-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 3.1vw, 2.6rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--text);
}

.access__card-subtitle {
  margin-top: 8px;
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}

.access__nav {
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(8, 5, 5, 0.82);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
  color: var(--accent);
  cursor: pointer;
  transition: transform 160ms ease, opacity 160ms ease, background 160ms ease;
}

.access__nav:hover,
.access__nav:focus-visible {
  transform: scale(1.04);
  background: rgba(22, 8, 8, 0.92);
}

.access__nav:disabled {
  opacity: 0.45;
  cursor: default;
}

.access__nav span {
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.access__nav--prev {
  grid-column: 1;
}

.access__nav--prev span {
  transform: rotate(-135deg);
}

.access__nav--next {
  grid-column: 3;
}

.access__nav--next span {
  transform: rotate(45deg);
}

.access__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

.access__dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.access__dot.is-active {
  background: var(--accent);
  transform: scale(1.08);
}

.offer {
  padding: 34px 0 118px;
  background:
    radial-gradient(circle at 20% 12%, rgba(113, 14, 14, 0.18), transparent 26%),
    radial-gradient(circle at 82% 84%, rgba(84, 10, 10, 0.16), transparent 28%),
    linear-gradient(180deg, #040404 0%, #090404 100%);
}

.offer__header {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.offer__header.reveal-ready {
  opacity: 0;
  transform: translateY(42px);
  filter: blur(10px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 760ms ease;
  will-change: opacity, transform, filter;
}

.offer__header.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.offer__eyebrow {
  margin-bottom: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255, 235, 230, 0.82);
}

.offer__title {
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: var(--text);
}

.offer__title-accent {
  color: var(--accent-soft);
  font-style: italic;
  font-weight: 500;
}

.offer__intro {
  max-width: 620px;
  margin: 18px auto 0;
  font-size: 0.96rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.offer__layout {
  display: flex;
  justify-content: center;
}

.offer__card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(18, 8, 8, 0.92);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.26);
  width: min(100%, 760px);
  padding: 34px 34px 32px;
  text-align: center;
}

.offer__card.reveal-ready {
  opacity: 0;
  transform: translateY(54px) scale(0.985);
  filter: blur(12px);
  transition:
    opacity 820ms ease 80ms,
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1) 80ms,
    filter 820ms ease 80ms;
  will-change: opacity, transform, filter;
}

.offer__card.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.offer__card.reveal-ready > * {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 520ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.offer__card.reveal-ready.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.offer__card.reveal-ready.is-visible > :nth-child(1) {
  transition-delay: 170ms;
}

.offer__card.reveal-ready.is-visible > :nth-child(2) {
  transition-delay: 240ms;
}

.offer__card.reveal-ready.is-visible > :nth-child(3) {
  transition-delay: 310ms;
}

.offer__card.reveal-ready.is-visible > :nth-child(4) {
  transition-delay: 380ms;
}

.offer__card.reveal-ready.is-visible > :nth-child(5) {
  transition-delay: 450ms;
}

.offer__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(255, 196, 181, 0.24);
  border-radius: 999px;
  background: rgba(136, 14, 14, 0.16);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 236, 228, 0.92);
}

.offer__pricing {
  margin-top: 28px;
}

.offer__from {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.62);
}

.offer__from span {
  text-decoration: line-through;
}

.offer__installments {
  margin-top: 8px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: var(--text);
}

.offer__installments strong {
  font-weight: 800;
}

.offer__cash {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent);
}

.offer__divider {
  height: 1px;
  margin: 24px 0 22px;
  background: linear-gradient(90deg, rgba(239, 109, 91, 0), rgba(239, 109, 91, 0.46), rgba(239, 109, 91, 0));
}

.offer__benefits {
  list-style: none;
}

.offer__benefits {
  display: grid;
  gap: 14px;
}

.offer__benefits li {
  position: relative;
  padding-left: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.offer__benefits li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: translateY(-1px) rotate(45deg);
}

.offer__button {
  margin-top: 28px;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  font-size: 0.74rem;
}

.offer__note {
  margin-top: 16px;
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
  text-align: center;
}

.faq {
  padding: 64px 0 120px;
  background:
    radial-gradient(circle at 20% 34%, rgba(113, 14, 14, 0.14), transparent 32%),
    radial-gradient(circle at 82% 42%, rgba(84, 10, 10, 0.1), transparent 30%),
    linear-gradient(180deg, #090404 0%, #050505 100%);
}

.faq__header {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.faq__header.reveal-ready {
  opacity: 0;
  transform: translateY(40px);
  filter: blur(10px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 760ms ease;
  will-change: opacity, transform, filter;
}

.faq__header.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.faq__eyebrow {
  margin-bottom: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255, 235, 230, 0.82);
}

.faq__title {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: var(--text);
}

.faq__title-accent {
  color: var(--accent-soft);
  font-style: italic;
  font-weight: 500;
}

.faq__intro {
  max-width: 620px;
  margin: 18px auto 0;
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.faq__list {
  width: min(100%, 860px);
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.faq__list.reveal-ready {
  opacity: 0;
  transform: translateY(46px);
  filter: blur(10px);
  transition:
    opacity 820ms ease 80ms,
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1) 80ms,
    filter 820ms ease 80ms;
  will-change: opacity, transform, filter;
}

.faq__list.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.faq__item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012)),
    rgba(16, 8, 8, 0.92);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

.faq__item[open] {
  border-color: rgba(239, 109, 91, 0.28);
}

.faq__question {
  position: relative;
  list-style: none;
  padding: 24px 68px 24px 24px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--text);
  cursor: pointer;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question::before,
.faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 14px;
  height: 2px;
  background: var(--accent);
  transform: translateY(-50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.faq__question::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq__item[open] .faq__question::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}

.faq__answer {
  padding: 0 24px 24px;
}

.faq__answer p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 960px) {
  .hero {
    min-height: auto;
    padding: 72px 0 56px;
    background-position: 74% center;
  }

  .hero__content {
    max-width: 680px;
    padding: 18px 0 18px 28px;
  }

  .hero__title {
    max-width: 610px;
  }

  .results {
    padding: 14px 0 72px;
  }

  .results__panel {
    padding: 28px 22px 30px;
  }

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

  .journey {
    padding: 74px 0 92px;
  }

  .journey__header {
    margin-bottom: 42px;
  }

  .journey__flow {
    display: none;
  }

  .journey__grid {
    gap: 34px;
    padding-inline: 0;
  }

  .journey__actions {
    margin-top: 34px;
  }

  .journey__step,
  .journey__step--right {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
    justify-self: stretch;
  }

  .journey__step--right .journey__card {
    order: 2;
  }

  .journey__step--right .journey__visual {
    order: 1;
  }

  .journey__step--left .journey__visual,
  .journey__step--right .journey__visual {
    grid-column: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .journey__step--left .journey__card,
  .journey__step--right .journey__card {
    grid-column: auto;
  }

  .journey__card {
    max-width: 620px;
    text-align: center;
  }

  .about {
    padding: 22px 0 92px;
  }

  .about__panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about__visual {
    min-height: 420px;
  }

  .about__bg-word {
    font-size: clamp(7rem, 20vw, 11rem);
  }

  .about__bg-word--top {
    top: 28px;
  }

  .about__bg-word--bottom {
    top: 212px;
  }

  .about__portrait {
    inset: 0 0 0 8%;
    background-position: 72% top;
  }

  .about__content {
    padding: 42px 34px 42px;
  }

  .access {
    padding: 24px 0 88px;
  }

  .access__header {
    margin-bottom: 28px;
  }

  .access__slider {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    column-gap: 12px;
  }

  .access__card {
    --access-columns: 2;
    min-height: 390px;
  }

  .offer {
    padding: 26px 0 92px;
  }

  .offer__header {
    margin-bottom: 30px;
  }

  .faq {
    padding-top: 56px;
    padding-bottom: 92px;
  }
}
@media (max-width: 720px) {
  .about__button {
    width: 100%;
    min-width: 0;
  }

  .access__nav {
    width: 40px;
    height: 40px;
  }

  .access__card {
    --access-columns: 1;
  }

  .offer__card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .faq__question {
    padding: 22px 58px 22px 20px;
    font-size: 0.94rem;
  }

  .faq__answer {
    padding: 0 20px 22px;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 18px;
  }

  .hero {
    position: relative;
    align-items: flex-start;
    background: url("../imagens/hero.png") 74% center / cover no-repeat;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.34) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
  }

  .hero__content {
    max-width: 100%;
    padding: 28px 0 0;
    text-align: center;
  }

  .hero__eyebrow,
  .hero__actions {
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .hero__eyebrow-small {
    font-size: 0.68rem;
  }

  .hero__eyebrow-large {
    font-size: clamp(3.8rem, 19vw, 4.8rem);
  }

  .hero__title {
    max-width: 100%;
    gap: 2px;
  }

  .hero__title-line {
    white-space: nowrap;
    line-height: 0.98;
  }

  .hero__title-line--1,
  .hero__title-line--2 {
    font-size: clamp(1.95rem, 8.6vw, 2.55rem);
  }

  .hero__title-line--3 {
    font-size: clamp(1.48rem, 6.2vw, 1.95rem);
  }

  .hero__title-line--4 {
    margin-top: -2px;
  }

  .hero__title-highlight {
    font-size: clamp(1.62rem, 6.8vw, 2.05rem);
  }

  .hero__description {
    margin-top: 20px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .hero__actions {
    align-items: stretch;
    gap: 12px;
  }

  .hero__button {
    width: 100%;
    min-width: 0;
    padding: 0 20px;
    text-align: center;
    font-size: 0.74rem;
  }

  .results {
    padding: 10px 0 58px;
  }

  .results__divider {
    margin: 0 0 18px;
  }

  .results__panel {
    padding: 22px 18px 26px;
  }

  .results__title {
    margin-bottom: 22px;
    font-size: 0.94rem;
  }

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

  .results__item:last-child {
    grid-column: 1 / -1;
  }

  .results__text {
    max-width: 100%;
    font-size: 0.78rem;
  }

  .journey {
    padding: 58px 0 72px;
  }

  .journey__header {
    margin-bottom: 30px;
  }

  .journey__title {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .journey__grid {
    gap: 28px;
  }

  .journey__actions {
    margin-top: 28px;
  }

  .journey__button {
    width: 100%;
    min-width: 0;
  }

  .journey__visual {
    width: 168px;
    height: 168px;
  }

  .journey__diamond {
    inset: 16px;
  }

  .journey__card {
    padding: 20px 18px;
  }

  .journey__card-title {
    font-size: 0.96rem;
  }

  .journey__card-text {
    font-size: 0.84rem;
  }

  .about {
    padding: 18px 0 72px;
  }

  .about__notch {
    width: 70px;
    height: 30px;
  }

  .about__visual {
    min-height: 320px;
  }

  .about__bg-word {
    left: 10px;
    font-size: clamp(5.5rem, 22vw, 8rem);
  }

  .about__bg-word--top {
    top: 22px;
  }

  .about__bg-word--bottom {
    top: 162px;
  }

  .about__portrait {
    inset: 0 0 0 2%;
    background-position: 73% top;
    background-size: cover;
  }

  .about__content {
    padding: 34px 18px 30px;
  }

  .about__eyebrow {
    font-size: 0.68rem;
  }

  .about__title {
    margin-bottom: 18px;
    font-size: clamp(1.75rem, 9vw, 2.4rem);
  }

  .about__text {
    margin-top: 12px;
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .about__button {
    margin-top: 24px;
  }

  .access {
    padding: 18px 0 72px;
  }

  .access__header {
    margin-bottom: 22px;
  }

  .access__title {
    font-size: clamp(1.55rem, 8vw, 2.1rem);
  }

  .access__card {
    min-height: 360px;
  }

  .access__card-content {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .access__card-title {
    font-size: clamp(1.85rem, 10vw, 2.25rem);
  }

  .access__card-subtitle {
    font-size: 0.76rem;
  }

  .access__slider {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    column-gap: 8px;
  }

  .access__dots {
    margin-top: 22px;
  }

  .offer {
    padding: 18px 0 72px;
  }

  .offer__header {
    margin-bottom: 24px;
  }

  .offer__eyebrow {
    font-size: 0.68rem;
  }

  .offer__title {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  .offer__intro {
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .offer__card {
    padding-top: 26px;
    padding-bottom: 24px;
  }

  .offer__installments {
    font-size: clamp(1.8rem, 11vw, 2.8rem);
  }

  .offer__benefits li {
    font-size: 0.86rem;
  }

  .offer__note {
    font-size: 0.76rem;
  }

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

  .faq__header {
    margin-bottom: 24px;
  }

  .faq__title {
    font-size: clamp(1.55rem, 8vw, 2.15rem);
  }

  .faq__intro {
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .faq__list {
    gap: 12px;
  }
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  main,
  section,
  .container {
    max-width: 100%;
  }

  .hero__title,
  .journey__title,
  .access__title,
  .offer__title,
  .faq__title {
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .journey__grid,
  .journey__step,
  .results__grid,
  .about__panel,
  .access__slider,
  .offer__card,
  .faq__list {
    width: 100%;
  }

  .journey__step {
    margin-inline: 0;
  }

  .journey__card,
  .offer__card,
  .faq__item {
    max-width: 100%;
  }

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

  .results__item:last-child {
    grid-column: auto;
  }

  .about__panel {
    overflow: hidden;
  }

  .about__visual {
    min-height: 280px;
  }

  .about__portrait {
    inset: 0;
    background-position: center top;
  }

  .access__slider {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    column-gap: 6px;
  }

  .access__card {
    min-height: 330px;
  }

  .offer__button,
  .journey__button,
  .about__button {
    white-space: normal;
    line-height: 1.25;
  }
}
