/* ===============================================================
   Landing Rockfy — extraido integralmente de rockfy-landing.html
   =============================================================== */
:root {
  /* ---------- tokens ---------- */
  --bg: #f4f4f1;
  --ink: #161616;
  --ink-soft: #1b1b1b;
  --card: #d6d6d6;

  --mint: #6fffce;
  --mint-mid: #6fffce;
  --mint-deep: #6fffce;
  --red: #e8402a;
  --binary: #d3d3cf;

  /* escala escura (seção 2) */
  --dark-title: #f2f4f3;
  --cream: #ece7e0;
  --dark-body: #b9bebc;
  --dark-meta: #6d7472;
  --dark-line: rgba(255,255,255,.20);

  --pad: clamp(20px, 8.5vw, 78px);
  --maxw: 1280px;
  /* distância da borda da viewport até a coluna de conteúdo */
  --gutter: calc((100% - min(100%, var(--maxw))) / 2 + var(--pad));
  --stage-h: clamp(260px, 35.5vw, 400px);
  --panel-h: clamp(50px, 8.4vw, 116px);
  --card-gap: clamp(10px, 1.8vw, 30px);
  --marquee-time: 56s;

  --mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: 'Archivo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img {
  display: block;
  max-width: 100%;
}

/* =========================================================
   1 — HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: clamp(18px, 2.4vw, 28px);
}

.nav {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  padding-inline: var(--pad);
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo img {
  width: clamp(96px, 10.6vw, 136px);
  height: auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(20px, 3.6vw, 52px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu a {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  padding-block: 4px;
  background-image: linear-gradient(var(--ink),var(--ink));
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .35s cubic-bezier(.2,.7,.3,1);
}
.nav-menu a:hover,
.nav-menu a:focus-visible {
  background-size: 100% 1px;
}

.login {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  background: none;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  opacity: .9;
  transition: opacity .25s ease;
}
.login:hover {
  opacity: .55;
}
.login svg {
  width: 15px;
  height: 15px;
  display: block;
  flex: 0 0 auto;
}

.stage {
  position: relative;
  flex: 1 1 auto;
  min-height: var(--stage-h);
  margin-top: clamp(10px, 1.6vw, 18px);
}
/* palavra em SVG, 100% da largura; -2.05vw alinha o pé do "p" com a base do palco */
.stage-word {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6vw;
  margin: 0;
  pointer-events: none;
  user-select: none;
}
.stage-word__svg {
  display: block;
  width: 100%;
  height: auto;
}
.binary {
  position: absolute;
  left: 71%;
  top: 18%;
  margin: 0;
  font-family: var(--mono);
  font-size: clamp(10px, 1.42vw, 13px);
  letter-spacing: .02em;
  color: var(--binary);
  white-space: nowrap;
  user-select: none;
}
/* ---- cards: marquee horizontal, full-bleed, loop infinito ---- */
.cards {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  align-items: flex-start;
  width: max-content;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: marquee var(--marquee-time) linear infinite;
  will-change: transform;
}
/* 3 conjuntos idênticos: deslocar 1/3 recoloca o track exatamente no início */
@keyframes marquee {
  from {
    transform: translate3d(0,0,0);
  }
  to {
    transform: translate3d(-33.3333%,0,0);
  }
}

.card {
  position: relative;
  flex: 0 0 auto;
  margin-right: var(--card-gap);
  background: var(--card);
  border-radius: 14px;
  box-shadow: 0 26px 44px -22px rgba(0,0,0,.34);
  overflow: hidden;
  background-image: var(--card-img);
  background-size: cover;
  background-position: center;
}
/* a hero da /hospedagem-elementor-pro usa <img> dentro do card em vez de --card-img */
.card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
/* altura em % do palco + aspect-ratio = proporção do design preservada */
.card.c1 {
  height: 47%;
  aspect-ratio: 98/100;
  top: 13%;
}
.card.c2 {
  height: 54%;
  aspect-ratio: 71/100;
  top: 24.4%;
}
.card.c3 {
  height: 80%;
  aspect-ratio: 62/100;
  top: 18.2%;
}
.card.c4 {
  height: 77%;
  aspect-ratio: 66/100;
  top: 1.2%;
}
.card.c5 {
  height: 62%;
  aspect-ratio: 68/100;
  top: 30.5%;
}
.card.c6 {
  height: 65%;
  aspect-ratio: 70/100;
  top: 3.7%;
}

.content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr .68fr;
  column-gap: clamp(32px, 9.6vw, 88px);
  align-items: start;
  padding-inline: var(--pad);
  padding-bottom: clamp(32px, 8.8vw, 58px);
  padding-top: clamp(32px, 8.8vw, 5%);
}
.headline {
  grid-column: 1;
  margin: 0;
  font-size: clamp(42px, 4.6vw, 46px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.022em;
  /* 11ch é a medida de "Hospedagem Wordpress"; título mais longo passa
     --headline-w pela prop headlineWidth do Hero */
  max-width: var(--headline-w, 11ch);
}
.pitch {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lede {
  margin: 0;
  font-size: clamp(18px, 1.65vw, 22px);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 32ch;
}
.actions {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.6vw, 26px);
  margin-top: clamp(22px, 3.4vw, 34px);
}
.btn-primary {
  font-family: var(--mono);
  font-size: 14px;
  border-radius: 4px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #fff;
  background: var(--ink);
  text-decoration: none;
  padding: 16px 24px;
  line-height: 1;
  white-space: nowrap;
  transition: background .25s ease, transform .25s ease;
}
.btn-primary:hover {
  background: #000;
  transform: translateY(-2px);
}
.btn-ghost {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  opacity: .9;
  transition: opacity .25s ease;
}
.btn-ghost:hover {
  opacity: .55;
}

.features {
  display: flex;
  align-items: center;
  gap: clamp(26px, 4.6vw, 46px);
  margin-top: clamp(26px, 4.4vw, 40px);
}
.feature {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature svg {
  flex: 0 0 auto;
  display: block;
}
.feature p {
  margin: 0;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
}

/* divisor: reta -> curva em S -> reta, encostando na base tangente */
.panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: var(--panel-h);
  pointer-events: none;
}
.panel svg {
  display: block;
  width: 100%;
  height: 100%;
}
.panel::after {
  content: "";
  position: absolute;
  left: calc(var(--gutter) + clamp(6px, 1.2vw, 18px));
  bottom: clamp(8px, 1.6vw, 22px);
  width: clamp(80px, 15.5vw, 182px);
  height: clamp(10px, 1.4vw, 16px);
  background: repeating-linear-gradient(72deg,#3a3a3a 0 1.5px, transparent 1.5px
    9px);
}

/* =========================================================
   2 — HISTÓRIAS (fundo escuro, emenda na curva da hero)
   ========================================================= */
.stories {
  position: relative;
  margin-top: -1px;
  background: var(--ink);
  overflow: hidden;
  padding-block: clamp(48px, 8vw, 92px) clamp(56px, 9vw, 100px);
}

.stories-grid {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(24px, 4vw, 40px);
  align-items: center;
}

.stories-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stories-title {
  margin: 0;
  font-size: clamp(24px, 3.45vw, 34px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.01em;
  color: var(--dark-title);
  max-width: 16ch;
}

.quotes {
  --quotes-gap: clamp(20px, 3.8vw, 36px);
  container-type: inline-size;
  width: 100%;
  margin-top: clamp(38px, 6.8vw, 62px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.quotes::-webkit-scrollbar {
  display: none;
}
.quotes-track {
  display: flex;
  gap: var(--quotes-gap);
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote-figure {
  flex: 0 0 calc((100cqw - var(--quotes-gap)) / 2);
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  scroll-snap-align: start;
}

.quote-photo {
  position: relative;
  width: clamp(84px, 11vw, 100px);
  aspect-ratio: 100/96;
  border-radius: 8px;
  overflow: visible;
  background: #2a2c2b;
}
.quote-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.quote-photo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--mint-mid);
}

.quote-text {
  margin: 30px 0 0;
  font-size: clamp(13px, 1.55vw, 14px);
  line-height: 1.7;
  color: var(--dark-body);
}

.quote-author {
  margin: 26px 0 0;
  font-size: clamp(11px, 1.3vw, 12px);
  line-height: 1.4;
  color: var(--dark-meta);
}

.stories-cta {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 22px);
  margin-top: clamp(30px, 4.6vw, 42px);
}
.stories-cta__link {
  font-size: clamp(13px, 1.55vw, 14px);
  font-weight: 500;
  color: var(--mint-mid);
  text-decoration: none;
  transition: opacity .25s ease;
}
.stories-cta__link:hover {
  opacity: .7;
}

.arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}
.arrow {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(111,255,206,.42);
  background: transparent;
  color: var(--mint-mid);
  cursor: pointer;
  padding: 0;
  transition: border-color .25s ease, background .25s ease, color .25s ease,
    transform .25s ease;
}
.arrow:hover {
  border-color: var(--mint-mid);
  transform: translateY(-2px);
}
.arrow--solid {
  background: var(--mint-mid);
  border-color: var(--mint-mid);
  color: #0f1110;
}
.arrow--solid:hover {
  background: var(--mint);
  border-color: var(--mint);
}
.arrow svg {
  display: block;
}

/* ---------------- constelação ---------------- */
.orbit {
  position: relative;
  justify-self: center;
  width: clamp(280px, 50vw, 560px);
  aspect-ratio: 1;
  margin-right: clamp(0px, -4vw, 0px);
  translate: clamp(0px, 3.5vw, 34px) 0;
}
.orbit__rings {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.orb {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--s);
  aspect-ratio: 1;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  overflow: hidden;
  background: var(--c,#2b2e2d);
  box-shadow: 0 10px 24px -10px rgba(0,0,0,.7);
}
.orb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spark {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--s);
  aspect-ratio: 1;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: var(--c);
}

/* =========================================================
   3 — PÚBLICOS (accordion horizontal com autoplay em loop)
   ========================================================= */
.audience {
  position: relative;
  background: var(--ink);
  padding-block: clamp(56px, 7.6vw, 96px) clamp(48px, 6.4vw, 84px);
}
.audience-inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.audience-title,
.section-title {
  margin: 0 auto;
  max-width: 24ch;
  text-align: center;
  font-size: clamp(23px, 3.2vw, 38px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -.01em;
  color: var(--cream);
}

.audience-row {
  display: flex;
  gap: clamp(10px, 1.6vw, 18px);
  height: clamp(250px, 27vw, 360px);
  margin-top: clamp(38px, 5.8vw, 70px);
}

.audience-card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #25252a;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: flex-grow .75s cubic-bezier(.22,.68,.24,1);
}
/* proporção do design: card aberto ≈ 1,68x o fechado */
.audience-card.is-active {
  flex-grow: 1.68;
}

/* espaço demarcado da imagem — troque o caminho em --img */
.audience-card__slot {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 14px;
  background: repeating-linear-gradient(45deg,#212125 0 9px,#26262b 9px 18px);
}
.audience-card__slot span {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: .06em;
  line-height: 1.6;
  color: #6b706e;
  text-align: center;
  word-break: break-word;
}
.audience-card__media {
  position: absolute;
  inset: 0;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  filter: brightness(.68);
  transition: filter .75s ease;
}
.audience-card.is-active .audience-card__media {
  filter: brightness(1);
}

.audience-card__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(6,6,6,.9) 0%,
    rgba(6,6,6,.5) 30%,
    rgba(6,6,6,0) 62%);
}

.audience-card__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 clamp(16px, 2vw, 24px) clamp(18px, 2.2vw, 26px);
}
.audience-card__title {
  margin: 0;
  font-size: clamp(16px, 1.35vw, 16px);
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
.audience-card__desc {
  margin: 0;
  font-size: clamp(13px, 1.05vw, 12.5px);
  line-height: 1.45;
  color: rgba(255,255,255,.72);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(6px);
  transition: max-height .6s cubic-bezier(.22,.68,.24,1),
    opacity .4s ease,
    transform .6s cubic-bezier(.22,.68,.24,1),
    margin-top .6s cubic-bezier(.22,.68,.24,1);
}
.audience-card.is-active .audience-card__desc {
  max-height: 4.5em;
  opacity: 1;
  transform: none;
  margin-top: 6px;
}

/* =========================================================
   4 — A GENTE CUIDA DE TUDO (colagem + passos)
   ========================================================= */
.promise {
  position: relative;
  background: var(--ink);
  overflow: hidden;
  padding-block: clamp(50px, 6.6vw, 84px) clamp(56px, 7.4vw, 96px);
}
/* mapa pontilhado de fundo — troque por asset em --img se quiser */
.promise-map {
  position: absolute;
  inset: 0;
  background-image: var(--img,
    radial-gradient(circle, #2c2c2c 1.1px, transparent 1.2px));
  background-size: var(--img-size, 15px 15px);
  background-position: center;
  background-repeat: var(--img-repeat, repeat);
  opacity: .5;
  -webkit-mask-image: radial-gradient(120% 90% at 50% 45%, #000 45%, transparent
    100%);
  mask-image: radial-gradient(120% 90% at 50% 45%, #000 45%, transparent 100%);
  pointer-events: none;
}
.promise-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.promise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(24px, 4.4vw, 56px);
  align-items: center;
  margin-top: clamp(30px, 4.4vw, 54px);
}

/* ---------- colagem ---------- */
.collage {
  position: relative;
  container-type: inline-size;
  width: 100%;
  aspect-ratio: 480/430;
}
.collage__photo {
  position: absolute;
  left: 28.7%;
  top: 15.8%;
  width: 50.4%;
  height: 73.3%;
  border-radius: 3cqw;
  overflow: hidden;
  background: #26262a;
  z-index: 1;
}
.slot {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 10px;
  background: repeating-linear-gradient(45deg,#212125 0 9px,#26262b 9px 18px);
}
.slot span {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: .06em;
  line-height: 1.6;
  color: #6b706e;
  text-align: center;
  word-break: break-word;
}
.media {
  position: absolute;
  inset: 0;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
}

.fl {
  position: absolute;
  z-index: 2;
}

.fl--ssl {
  left: 7.9%;
  top: 17.4%;
  width: 16%;
  text-align: center;
}
.fl--models {
  left: 65.8%;
  top: 2.3%;
  width: 23.8%;
}
.fl--elementor {
  left: 82.1%;
  top: 15.8%;
  width: 14.2%;
  aspect-ratio: 1;
}
.fl--latency {
  left: 7.5%;
  top: 41.9%;
  width: 28%;
}
.fl--resources {
  left: .4%;
  top: 84.2%;
  width: 26%;
}
.fl--builder {
  left: 64.6%;
  top: 72.8%;
  width: 25.8%;
}

/* itens sem caixa (ícone + rótulo) */
.fl-icon {
  display: flex;
  align-items: center;
  gap: 2.2cqw;
}
.fl--ssl .fl-icon {
  flex-direction: column;
  gap: 1.6cqw;
}
.fl-icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.fl--ssl .fl-icon > svg {
  width: 7cqw;
}
.fl--resources .fl-icon > svg {
  width: 4.4cqw;
  flex: 0 0 auto;
}
.fl-icon p {
  margin: 0;
  font-size: 2.7cqw;
  line-height: 1.35;
  white-space: nowrap;
}
.fl--ssl .fl-icon p {
  color: var(--mint-mid);
}
.fl--resources .fl-icon p {
  color: var(--dark-body);
}

/* caixas */
.fl-box {
  border-radius: 2.4cqw;
  padding: 3.2cqw;
}
.fl-box__label {
  margin: 0;
  font-size: 2.5cqw;
  line-height: 1.35;
}
.fl-box__value {
  margin: 2cqw 0 0;
  font-size: 3.4cqw;
  line-height: 1.25;
}

.fl--models .fl-box {
  background: #e9e9e7;
}
.fl--models .fl-box__label {
  color: #17181a;
  font-size: 2.7cqw;
}

.fl--latency .fl-box {
  background: rgba(238,240,238,.17);
  border: 1px solid rgba(255,255,255,.13);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}
.fl--latency .fl-box__label {
  color: rgba(255,255,255,.86);
}
.fl--latency .fl-box__value {
  color: #fff;
  margin-top: 1.4cqw;
}
.fl--latency .flag {
  display: block;
  width: 5.4cqw;
  height: auto;
  margin-top: 2.4cqw;
  border-radius: .5cqw;
}

.fl--builder .fl-box {
  background: #b3a4e6;
}
.fl--builder .fl-box__label {
  color: #2a2542;
}
.fl--builder .fl-box__value {
  color: #17142b;
  font-size: 3.1cqw;
  margin-top: 4cqw;
}

.fl--elementor {
  display: grid;
  place-items: center;
  background: #34324a;
  border-radius: 2.6cqw;
}
.fl--elementor svg {
  width: 42%;
  height: auto;
  display: block;
}

/* ---------- passos ---------- */
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(26px, 4.2vw, 52px);
}
.step {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: clamp(14px, 2.4vw, 34px);
  align-items: start;
}
.step__n {
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 300;
  line-height: .82;
  letter-spacing: -.03em;
  color: var(--mint-mid);
}
.step__t {
  margin: 0 0 5px;
  font-size: clamp(14px, 1.45vw, 16px);
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
.step__d {
  margin: 0;
  font-size: clamp(13px, 1.35vw, 15px);
  line-height: 1.5;
  color: #9aa09d;
  max-width: 30ch;
}

/* =========================================================
   5 — PLANOS (carrossel navegável pelas setas)
   ========================================================= */
.plans {
  position: relative;
  background: var(--ink);
  padding-block: clamp(44px, 5.6vw, 72px) clamp(56px, 7.4vw, 96px);
}
.plans-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: clamp(150px, 21vw, 270px);
  background-image: var(--img, radial-gradient(circle, #2c2c2c 1.1px,
    transparent 1.2px));
  background-size: var(--img-size, 15px 15px);
  background-repeat: var(--img-repeat, repeat);
  background-position: center top;
  opacity: .45;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  pointer-events: none;
}
.plans-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.plans-sub {
  margin: clamp(12px, 1.8vw, 20px) auto 0;
  max-width: 54ch;
  text-align: center;
}
.plans-sub strong {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 600;
  color: #fff;
}
.plans-sub span {
  display: block;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: 1.6;
  color: #e2e4e2;
}
.plans-nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: clamp(22px, 3.2vw, 38px);
}
.arrow--lg {
  width: 44px;
  height: 44px;
}
.arrow[disabled] {
  opacity: .3;
  cursor: default;
  transform: none;
}

/* faixa rolável: alinha à esquerda no container e sangra pela direita */
.plans-scroller {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  margin-top: clamp(24px, 3.4vw, 44px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}
.plans-scroller::-webkit-scrollbar {
  display: none;
}

.plans-track {
  display: flex;
  gap: var(--plan-gap, clamp(14px, 1.95vw, 26px));
  width: max-content;
  padding-inline: var(--pad);
  margin: 0;
  list-style: none;
}

.plan {
  flex: 0 0 clamp(238px, 26vw, 330px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  min-height: clamp(296px, 29.5vw, 360px);
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid #2c2c2c;
  border-radius: 10px;
  background: #151515;
}

.plan__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.plan__name {
  margin: 0;
  font-size: clamp(16px, 1.7vw, 19px);
  font-weight: 400;
  color: #e8e8e6;
}
.plan__price {
  flex: 0 0 auto;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  font-size: clamp(11px, 1.15vw, 13px);
  color: var(--mint-mid);
  white-space: nowrap;
}

.plan__body {
  flex: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: clamp(12px, 1.8vw, 24px);
  align-items: center;
  margin-top: clamp(20px, 3vw, 34px);
}
.plan__num {
  display: block;
  font-size: clamp(56px, 7vw, 88px);
  font-weight: 300;
  line-height: .85;
  letter-spacing: -.04em;
  color: #fff;
}
.plan__unit {
  margin: 6px 0 0;
  font-size: clamp(14px, 1.5vw, 17px);
  color: #e8e8e6;
}
.plan__feats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.1vw, 14px);
}
.plan__feats li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(12px, 1.25vw, 14px);
  line-height: 1.3;
  color: #d0d3d1;
}
.plan__feats li::before {
  content: "";
  flex: 0 0 auto;
  width: 1px;
  height: 1.1em;
  background: var(--mint-mid);
}

/* spot de informação (?) dentro da feature */
.tip {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  margin-left: 2px;
}
.tip__btn {
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: transparent;
  color: #d0d3d1;
  font-family: var(--sans);
  font-size: 9.5px;
  line-height: 1;
  cursor: pointer;
  transition: border-color .25s ease, color .25s ease;
}
.tip:hover .tip__btn,
.tip__btn:focus-visible,
.tip.is-open .tip__btn {
  border-color: var(--mint-mid);
  color: var(--mint-mid);
}

.tip__box {
  position: absolute;
  bottom: calc(100% + 10px);
  right: -6px;
  z-index: 5;
  width: min(244px, 74vw);
  padding: 14px 15px;
  border: 1px solid #303432;
  border-radius: 8px;
  background: #1d1f1e;
  box-shadow: 0 18px 36px -18px rgba(0,0,0,.85);
  font-size: 12px;
  line-height: 1.55;
  color: #c9cdcb;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
/* ponte invisível: mantém o hover ao mover o mouse do (?) até a caixa */
.tip__box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  height: 11px;
}
.tip__box::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -5px;
  width: 9px;
  height: 9px;
  background: #1d1f1e;
  border-right: 1px solid #303432;
  border-bottom: 1px solid #303432;
  transform: rotate(45deg);
}
.tip:hover .tip__box,
.tip:focus-within .tip__box,
.tip.is-open .tip__box {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.tip__box a {
  display: inline-block;
  margin-top: 9px;
  color: var(--mint-mid);
  font-weight: 500;
  text-decoration: none;
}
.tip__box a:hover {
  text-decoration: underline;
}

.plan__foot {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.4vw, 16px);
  margin-top: clamp(20px, 3vw, 34px);
}
.plan__cta {
  flex: 1;
  display: grid;
  place-items: center;
  height: clamp(44px, 4.4vw, 52px);
  border: 1px solid #5f625f;
  border-radius: 999px;
  font-size: clamp(13px, 1.35vw, 15px);
  color: #f2f2f0;
  text-decoration: none;
  transition: border-color .25s ease, background .25s ease;
}
.plan__cta:hover {
  border-color: var(--mint-mid);
  background: rgba(111,255,206,.08);
}
.plan__go {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: clamp(44px, 4.4vw, 52px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--mint-mid);
  color: #0f1110;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease;
}
.plan__go:hover {
  background: var(--mint);
  transform: translateY(-2px);
}

/* =========================================================
   6 — RENDA RECORRENTE (colagem + copy)
   ========================================================= */
.recurring {
  position: relative;
  background: var(--ink);
  padding-block: clamp(50px, 6.6vw, 84px);
}
.recurring-grid {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(24px, 4.4vw, 56px);
  align-items: center;
}

.recurring-title {
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -.015em;
  color: #f4f2ef;
}
.recurring-copy p {
  margin: clamp(18px, 2.4vw, 28px) 0 0;
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 1.75;
  color: #d8dcda;
  max-width: 36ch;
}
.btn-mint {
  display: inline-block;
  margin-top: clamp(24px, 3.6vw, 42px);
  padding: 14px 26px;
  border-radius: 2px;
  background: var(--mint-mid);
  color: #0f1110;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease;
}
.btn-mint:hover {
  background: var(--mint);
  transform: translateY(-2px);
}

/* ---------- colagem: medidas do design isolado (611 x 594) ----------
   Os elementos graficos vem dos SVGs exportados; cada um e posicionado
   pela sua caixa de tinta, entao a escala do asset e respeitada.        */
.collage2 {
  position: relative;
  container-type: inline-size;
  width: 100%;
  aspect-ratio: 611/594;
}
.collage2 .fl {
  z-index: 2;
}
/* nao definir width aqui: cada asset tem a sua, e a regra generica venceria por especificidade */
.collage2 svg {
  display: block;
  height: auto;
}

.shot {
  position: absolute;
  z-index: 1;
  border-radius: 1.31cqw;
  background: #26262a;
}
.shot .slot,
.shot .media {
  border-radius: 1.31cqw;
  overflow: hidden;
}

/* dot.svg: circulo mint com anel branco */
.dotmark {
  position: absolute;
  left: 91.75%;
  top: -2.6%;
  width: 2.36cqw;
  z-index: 3;
}

.r--shotA {
  left: 28.81%;
  top: 13.13%;
  width: 21.77%;
  height: 16.50%;
}
.r--shotB {
  left: 52.70%;
  top: 13.30%;
  width: 22.09%;
  height: 16.67%;
}
.r--shotC {
  left: 49.10%;
  top: 31.48%;
  width: 21.77%;
  height: 16.50%;
}
.r--shotD {
  left: 53.19%;
  top: 50.17%;
  width: 26.02%;
  height: 16.50%;
}

/* rocket.svg ja traz o quadrado mint e a borda escura */
.r--rocket {
  left: 70.65%;
  top: 9.87%;
  width: 7.69%;
  z-index: 3;
}

/* splash.svg */
.r--dashes {
  left: 8.61%;
  top: 28.45%;
  width: 6.89%;
}

/* line1.svg — arco que sai do foguete e termina atras do painel */
.r--arc {
  position: absolute;
  left: 50.08%;
  top: 16.18%;
  width: 44.50%;
  z-index: 0;
  pointer-events: none;
}
/* line2.svg — seta que nasce atras da foto e aponta para o ticket */
.r--arrow {
  position: absolute;
  left: 65.30%;
  top: 66.23%;
  width: 12.24%;
  z-index: 0;
  pointer-events: none;
}

.r--gains {
  left: 14.08%;
  top: 33.84%;
  width: 32.08%;
  height: 11.62%;
  display: flex;
  align-items: center;
  gap: 2.29cqw;
  padding-left: 5.89cqw;
  border-radius: 999px;
  background: #1d2326;
}
/* money.svg */
.r--gains .ico {
  width: 2.29cqw;
  flex: 0 0 auto;
}
.r--gains p {
  margin: 0;
  font-size: 2.00cqw;
  line-height: 1.32;
  color: #eef0ee;
}

.r--wallet {
  left: 26.68%;
  top: 52.53%;
  width: 33.06%;
  height: 11.11%;
  display: flex;
  align-items: center;
  gap: 2.62cqw;
  padding-left: 2.62cqw;
  border-radius: 1.64cqw;
  background: #6fffce;
  z-index: 3;
}
/* clients.svg ja traz o quadrado branco */
.r--wallet .ic {
  width: 6.30cqw;
  flex: 0 0 auto;
}
.r--wallet p {
  margin: 0;
  font-size: 2.00cqw;
  line-height: 1.4;
  color: #14201b;
}
.r--wallet p b {
  font-weight: 600;
}

.r--ticket {
  left: 33.88%;
  top: 83.50%;
  width: 28.48%;
  height: 9.60%;
  display: grid;
  align-items: center;
  padding-left: 4.75cqw;
  border-radius: 1.31cqw;
  background: #1f2326;
  z-index: 3;
}
.r--ticket p {
  margin: 0;
  font-size: 2.05cqw;
  line-height: 1.45;
  color: #c9cdcb;
}

/* painel claro com o grafico */
.r--dash {
  left: 15.06%;
  top: 50.34%;
  width: 34.86%;
  height: 39.23%;
  border-radius: 1.64cqw;
  background: #e7e7e7;
  overflow: hidden;
  z-index: 1;
}
.r--dash .info {
  position: absolute;
  left: 3.11cqw;
  right: 3.11cqw;
  top: 13.26cqw;
}
.r--dash .lbl {
  margin: 0;
  font-size: 1.90cqw;
  line-height: 1.1;
  color: #5c605e;
}
.r--dash .val {
  margin: .55cqw 0 0;
  font-size: 5.40cqw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.03em;
  color: #141514;
}
.r--dash .dlt {
  margin: .67cqw 0 0;
  font-size: 1.90cqw;
  line-height: 1.1;
  font-weight: 500;
  color: #5c605e;
}
.r--dash .tag {
  position: absolute;
  left: 60.56%;
  top: 45.06%;
  width: 9.17cqw;
  height: 4.75cqw;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #a1a195;
  font-size: 1.80cqw;
  line-height: 1;
  color: #2e302f;
  white-space: nowrap;
}
.r--dash .chart {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* =========================================================
   7 — BLOG (Se liga)
   ========================================================= */
.blog {
  position: relative;
  background: var(--ink);
  padding-block: clamp(50px, 6.6vw, 84px) clamp(46px, 6vw, 76px);
}
.blog-inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.blog-title {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.2;
  color: var(--cream);
}

.blog-scroller {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  margin-top: clamp(24px, 3.4vw, 42px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}
.blog-scroller::-webkit-scrollbar {
  display: none;
}

.blog-track {
  display: flex;
  gap: clamp(20px, 3.4vw, 41px);
  width: max-content;
  padding-inline: var(--pad);
  margin: 0;
  list-style: none;
}

.post {
  flex: 0 0 clamp(258px, 32.6vw, 400px);
  scroll-snap-align: start;
  display: block;
  text-decoration: none;
}
.post__thumb {
  position: relative;
  aspect-ratio: 387/225;
  border-radius: 2px;
  overflow: hidden;
  background: #333;
}
.post__thumb .slot {
  background: repeating-linear-gradient(45deg,#2f2f2f 0 9px,#353535 9px 18px);
}
.post__body {
  padding-inline: clamp(14px, 1.9vw, 22px);
}
.post__title {
  margin: clamp(22px, 2.9vw, 35px) 0 0;
  font-size: clamp(17px, 1.85vw, 22px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.01em;
  color: #ded9d3;
  transition: color .25s ease;
}
.post:hover .post__title {
  color: var(--mint-mid);
}
.post__sum {
  margin: clamp(24px, 3.1vw, 37px) 0 0;
  font-size: clamp(12px, 1.18vw, 14px);
  line-height: 1.5;
  color: #a8a8a4;
}
.post__tags {
  margin: clamp(18px, 2.4vw, 28px) 0 0;
  font-size: clamp(11px, 1.1vw, 13px);
  font-weight: 600;
  line-height: 1.4;
  color: #d6d2cc;
}

/* =========================================================
   8 — RODAPÉ
   ========================================================= */
.footer {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  border-top: 1px solid #262626;
  padding-top: clamp(40px, 5.4vw, 70px);
}
.footer-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}
/* marca d'água em SVG, 100% da largura, ancorada na base */
.footer-mark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.footer-mark__svg {
  display: block;
  width: 100%;
  height: auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr .85fr;
  column-gap: clamp(20px, 3vw, 44px);
  row-gap: clamp(32px, 4.4vw, 48px);
}

.logo--light {
  color: #f4f2ef;
}
.footer-brand .logo {
  font-size: clamp(24px, 2.8vw, 31px);
}

.footer-inline {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1.7vw, 22px);
  margin: clamp(24px, 3.4vw, 42px) 0 0;
  padding: 0;
  list-style: none;
}
.footer-inline a {
  font-size: clamp(12px, 1.15vw, 13px);
  color: #cfd3d1;
  text-decoration: none;
  transition: color .25s ease;
}
.footer-legal {
  margin: clamp(20px, 2.6vw, 32px) 0 0;
  max-width: 46ch;
  font-size: 11px;
  line-height: 1.75;
  color: #5f6461;
}

.footer-col h3 {
  margin: 0 0 clamp(16px, 2.2vw, 28px);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.7vw, 21px);
}
.footer-col a,
.footer-col span {
  font-size: 13px;
  line-height: 1.4;
  color: #c9cdcb;
  text-decoration: none;
  transition: color .25s ease;
}
.footer-col a:hover,
.footer-inline a:hover {
  color: var(--mint-mid);
}

.footer-social {
  display: flex;
  gap: clamp(12px, 1.6vw, 20px);
  margin-top: clamp(8px, 1vw, 12px);
}

.footer-bottom {
  margin-top: clamp(34px, 4.8vw, 62px);
  border-top: 1px solid #262626;
  padding-block: clamp(18px, 2.4vw, 28px) clamp(24px, 3vw, 38px);
  text-align: center;
  font-size: 11px;
  line-height: 1.7;
  color: #55595a;
}

/* =========================================================
   MOVIMENTO
   ========================================================= */
@media (prefers-reduced-motion:no-preference) {
  .nav,
  .stage-word,
  .binary,
  .cards,
  .headline,
  .lede,
  .actions,
  .features,
  .panel {
    animation: rise .9s cubic-bezier(.22,.68,.24,1) backwards;
  }
  .nav {
    animation-delay: .05s;
  }
  .stage-word {
    animation-delay: .12s;
  }
  .cards {
    animation-delay: .22s;
  }
  .marquee-track {
    animation: marquee var(--marquee-time) linear infinite;
  }
  .binary {
    animation-delay: .55s;
  }
  .headline {
    animation-delay: .30s;
  }
  .lede {
    animation-delay: .38s;
  }
  .actions {
    animation-delay: .46s;
  }
  .features {
    animation-delay: .54s;
  }
  .panel {
    animation-delay: .30s;
  }

  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .8s cubic-bezier(.22,.68,.24,1), transform .8s
      cubic-bezier(.22,.68,.24,1);
  }
  .reveal.in {
    opacity: 1;
    transform: none;
  }
  .reveal:nth-of-type(2) {
    transition-delay: .08s;
  }

  .orbit .orb,
  .orbit .spark {
    opacity: 0;
    transform: translate(-50%,-50%) scale(.8);
    transition: opacity .7s ease, transform .7s cubic-bezier(.22,.68,.24,1);
  }
  .orbit.in .orb,
  .orbit.in .spark {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
  }
  .orbit__rings {
    opacity: 0;
    transition: opacity 1s ease .1s;
  }
  .orbit.in .orbit__rings {
    opacity: 1;
  }

  .collage2.counter-ready .r--gains,
  .collage2.counter-ready .r--wallet {
    opacity: 0;
    transform: translateY(1.8cqw) scale(.96);
  }
  .collage2.counter-ready.is-animating .r--gains {
    animation: recurringItemIn .65s cubic-bezier(.22,.68,.24,1) .5s forwards;
  }
  .collage2.counter-ready.is-animating .r--wallet {
    animation: recurringItemIn .65s cubic-bezier(.22,.68,.24,1) 1.25s forwards;
  }
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
}
@keyframes recurringItemIn {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion:reduce) {
  .marquee-track {
    animation: none;
  }
}

:focus-visible {
  outline: 2px solid var(--mint-mid);
  outline-offset: 3px;
}

/* =========================================================
   RESPONSIVO
   ========================================================= */
@media (max-width:860px) {
  .content {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }
  .headline {
    max-width: 16ch;
  }
  .pitch {
    grid-column: 1;
  }

  .stories-grid {
    grid-template-columns: 1fr;
    row-gap: clamp(40px,7vw,64px);
  }
  .orbit {
    order: -1;
    translate: 0 0;
    width: min(420px,100%);
  }
  .stories-title {
    max-width: 22ch;
  }
}

@media (max-width:640px) {
  .nav {
    grid-template-columns: auto auto;
  }
  .nav-menu {
    display: none;
  }
  .stage {
    min-height: 230px;
  }
  .binary {
    left: 56%;
  }
  .actions {
    flex-wrap: wrap;
  }
  .features {
    padding: 0rem 0rem 4rem;
    align-items: flex-start;
    gap: 16px;
  }

  .quotes {
    width: calc(100vw - var(--pad));
  }
  .quote-figure {
    flex-basis: min(78vw, 300px);
    min-width: 0;
  }

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

  .audience-row {
    width: calc(100vw - var(--pad));
    height: auto;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }
  .audience-row::-webkit-scrollbar {
    display: none;
  }
  .audience-card {
    flex: 0 0 min(78vw, 340px);
    height: clamp(170px, 44vw, 230px);
    scroll-snap-align: start;
  }
  .audience-card.is-active {
    flex-grow: 0;
  }
  .audience-card__media {
    filter: brightness(.9);
  }
  .audience-card__desc {
    max-height: 4.5em;
    opacity: 1;
    transform: none;
    margin-top: 6px;
  }

  .promise-grid {
    grid-template-columns: 1fr;
    row-gap: clamp(36px, 7vw, 56px);
    justify-items: center;
  }
  .collage {
    max-width: 420px;
  }
  .steps {
    width: 100%;
  }

  .recurring-grid {
    grid-template-columns: 1fr;
    row-gap: clamp(36px, 7vw, 56px);
    justify-items: center;
  }
  .collage2 {
    max-width: 440px;
  }
  .recurring-copy {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}

/* Header global Rockfy */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 10px 20px 0;
  transition: padding .3s ease;
}
.site-header.is-scrolled {
  padding-top: 8px;
}
.header-shell {
  position: relative;
  max-width: 980px;
  min-height: 64px;
  margin: auto;
  padding: 0 24px 0 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(24px,3vw,48px);
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px -28px rgba(0,0,0,.45);
  transition: background .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.site-header.is-scrolled .header-shell,
.site-header.has-open-menu .header-shell {
  background: rgba(255,255,255,.94);
  border-color: transparent;
  box-shadow: 0 14px 36px -28px rgba(0,0,0,.55);
  backdrop-filter: blur(16px);
}
.brand {
  display: block;
  width: 118px;
  text-decoration: none;
}
.brand img {
  display: block;
  width: 100%;
  height: auto;
}
.desktop-nav {
  align-self: stretch;
  display: flex;
  align-items: stretch;
}
.nav-list {
  display: flex;
  align-items: stretch;
  gap: clamp(22px,2.6vw,36px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-item {
  display: flex;
  align-items: stretch;
}
.nav-trigger,
.nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 0;
  padding: 0;
  background: none;
  color: var(--ink);
  font-family: var(--mono);
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 7px;
  padding-inline: 12px;
  margin-inline: -12px;
  transition: background .25s ease;
  align-self: center;
  height: 36px;
}
.nav-trigger > img {
  width: 14px;
  height: 14px;
  display: block;
  object-fit: contain;
}
.nav-trigger:hover,
.nav-trigger[aria-expanded="true"],
.nav-link:hover {
  background: #f2f2f2;
}
.chevron {
  display: none;
}
.nav-trigger[aria-expanded="true"] .chevron {
  transform: rotate(180deg);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(22,22,22,.18);
  border-radius: 8px;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .25s ease,background .25s ease;
}
.login:hover {
  border-color: var(--ink);
  background: #f4f4f1;
}
.login svg {
  width: 15px;
  height: 15px;
  display: block;
  flex: 0 0 auto;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 15px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .25s ease,filter .25s ease;
}
.header-cta:hover {
  transform: translateY(-2px);
  filter: brightness(.97);
}

.mega {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  right: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity .25s ease,transform .25s ease,visibility .25s;
}
.mega.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.mega-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(22,22,22,.06);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 55px -28px rgba(0,0,0,.38);
}
.mega a {
  color: inherit;
  text-decoration: none;
}
.mega-main {
  padding: 2px 10px 8px;
}
.mega-eyebrow {
  margin: 0 0 10px;
  color: #3e403f;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}
.mega-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}
.mega-card {
  position: relative;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  padding: 10px;
  border: 0;
  border-radius: 9px;
  text-decoration: none;
  transition: background .25s ease,border-color .25s ease,transform .25s ease;
}
.mega-card:first-child,
.mega-card:hover {
  background: #f2f2f2;
  transform: none;
}
.mega-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 7px;
  background: #ededed;
  color: var(--ink);
}
.mega-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mega-card:first-child .mega-icon {
  background: var(--ink);
  color: #fff;
}
.mega-card h3 {
  margin: 0 0 3px;
  font-size: 14px;
  font-weight: 500;
}
.mega-card p {
  margin: 0;
  color: #4e514f;
  font-size: 11.5px;
  line-height: 1.4;
}
.mega-aside {
  position: relative;
  padding: 210px 12px 8px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.mega-aside::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 194px;
  border-radius: 12px;
  background: #eef0ed url('img/image-03.jpeg') center/cover no-repeat;
}
#products .mega-aside::before {
  background-image: url('img/image-01.jpeg');
}
#solutions .mega-aside::before {
  background-image: url('img/image-03.jpeg');
}
#resources .mega-aside::before {
  background-image: url('img/9.jpeg');
}
.mega-aside h3 {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 500;
}
.aside-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 12px;
}
.aside-link {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #ececec;
  color: #303230;
  font-size: 11px;
  text-decoration: none;
}
.aside-link span:last-child {
  color: #777;
}
.mega-highlight {
  margin-top: 12px;
  padding: 12px;
  border-radius: 8px;
  background: #f2f2f2;
  color: var(--ink);
  text-decoration: none;
  display: block;
}
.mega-highlight small {
  display: block;
  margin-bottom: 8px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mega-highlight strong {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
#products .mega-panel {
  min-height: 320px;
}
#solutions .mega-panel {
  min-height: 320px;
}
#resources .mega-panel {
  min-height: 320px;
}
#products .mega-highlight {
  display: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
}
.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform .25s ease,opacity .25s ease;
}
.menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}
.mobile-menu {
  display: none;
}

@media (max-width:900px) {
  .site-header {
    padding: 10px 14px 0;
  }
  .header-shell {
    min-height: 58px;
    padding: 0 9px 0 16px;
    gap: 16px;
  }
  .brand {
    width: 102px;
  }
  .desktop-nav,
  .header-actions {
    display: none;
  }
  .menu-toggle {
    display: block;
    grid-column: 3;
    justify-self: end;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    inset: 82px 14px 14px;
    padding: 18px;
    overflow: auto;
    border-radius: 12px;
    background: var(--ink);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .25s ease,transform .25s ease,visibility .25s;
  }
  .mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .mobile-group {
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .mobile-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 4px;
    border: 0;
    background: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  .mobile-trigger span:first-child {
    display: flex;
    align-items: center;
    gap: 11px;
  }
  .mobile-trigger img {
    width: 17px;
    height: 17px;
    display: block;
    filter: brightness(0) invert(1);
  }
  .mobile-trigger span:last-child {
    color: var(--mint);
    font-size: 22px;
    transition: transform .25s ease;
  }
  .mobile-trigger[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
  }
  .mobile-submenu {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease;
  }
  .mobile-submenu.is-open {
    grid-template-rows: 1fr;
  }
  .mobile-submenu-inner {
    overflow: hidden;
    display: grid;
    gap: 5px;
  }
  .mobile-submenu a {
    padding: 11px 10px;
    border-radius: 6px;
    color: #cbd0cd;
    font-size: 14px;
    text-decoration: none;
  }
  .mobile-submenu a:hover {
    background: #252525;
    color: var(--mint);
  }
  .mobile-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }
  .mobile-actions a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 7px;
    color: #fff;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mobile-actions a svg {
    width: 16px;
    height: 16px;
    display: block;
    flex: 0 0 auto;
  }
  .mobile-actions .header-cta {
    border: 0;
    background: var(--mint);
    color: var(--ink);
  }
}

/* =========================================================
   404 — mesma linguagem da hero, sem os cards
   ========================================================= */
.notfound {
  min-height: 100svh;
  display: grid;
  align-items: center;
  background: var(--bg);
  /* o header é fixed: reserva a faixa dele no topo */
  padding: clamp(120px, 18vh, 200px) 0 clamp(60px, 10vh, 120px);
}
.notfound-inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.notfound-code {
  margin: 0 0 14px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--red);
}
.notfound-title {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(38px, 7vw, 88px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.04em;
  color: var(--ink);
  text-wrap: balance;
}
.notfound-lede {
  margin: clamp(18px, 2.4vw, 26px) 0 0;
  max-width: 44ch;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.5;
  color: var(--ink-soft);
}
.notfound .actions {
  margin-top: clamp(26px, 3.6vw, 40px);
}
.notfound-links {
  margin-top: clamp(48px, 7vw, 84px);
  border-top: 1px solid rgba(22, 22, 22, .14);
  padding-top: 22px;
}
.notfound-links__label {
  margin: 0 0 14px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6d6d6d;
}
.notfound-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.notfound-links a {
  color: var(--ink);
  text-decoration: none;
  font-size: 16px;
  background-image: linear-gradient(var(--ink), var(--ink));
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .35s cubic-bezier(.2, .7, .3, 1);
}
.notfound-links a:hover,
.notfound-links a:focus-visible {
  background-size: 100% 1px;
}

/* =========================================================
   Menu solo do header — selo "em breve" e o (?) do Deploy
   O mega menu saiu de cena; as regras .mega/.mega-* seguem no arquivo,
   sem uso, junto com o bloco em standby do data/nav.ts.
   ========================================================= */
.nav-badge {
  margin-left: 7px;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* o .tip nasceu na seção escura de planos: no header branco ele inverte */
.site-header .tip {
  align-self: center;
  margin-left: 6px;
}
.site-header .tip__btn {
  border-color: rgba(22, 22, 22, .3);
  color: #6d6d6d;
}
.site-header .tip:hover .tip__btn,
.site-header .tip__btn:focus-visible,
.site-header .tip.is-open .tip__btn {
  border-color: var(--ink);
  color: var(--ink);
}
/* no topo da página a caixa abre para baixo, e a seta acompanha */
.site-header .tip__box {
  top: calc(100% + 10px);
  bottom: auto;
  right: -8px;
}
.site-header .tip__box::before {
  top: -11px;
  bottom: auto;
}
.site-header .tip__box::after {
  top: -5px;
  bottom: auto;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid #303432;
  border-top: 1px solid #303432;
}

@media (max-width:900px) {
  /* menu mobile: uma linha por produto, sem submenu */
  .mobile-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }
  .mobile-row:last-of-type {
    border-bottom: 0;
  }
  .mobile-link {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding: 20px 4px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  }
  /* dentro do menu mobile o fundo é escuro: o (?) volta ao estilo original */
  .site-header .mobile-menu .tip__btn {
    border-color: rgba(255, 255, 255, .35);
    color: #d0d3d1;
  }
  .site-header .mobile-menu .tip:hover .tip__btn,
  .site-header .mobile-menu .tip__btn:focus-visible,
  .site-header .mobile-menu .tip.is-open .tip__btn {
    border-color: var(--mint-mid);
    color: var(--mint-mid);
  }
  .site-header .mobile-menu .tip__box {
    right: 0;
    width: min(280px, 68vw);
  }
}

/* =========================================================
   Bloco de argumento (.claim) — foto de um lado, copy do outro.
   Mesma linguagem da seção .recurring, trocando a colagem por uma foto.
   ========================================================= */
.claim {
  position: relative;
  background: var(--ink);
  padding-block: clamp(50px, 6.6vw, 84px);
}
/* blocos seguidos não somam respiro: o de baixo encosta no de cima */
.claim + .claim {
  padding-top: 0;
}
.claim-grid {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(24px, 4.4vw, 56px);
  align-items: center;
}
.claim-figure {
  position: relative; /* a .media é absoluta e preenche daqui */
  aspect-ratio: 4/3;
  border-radius: clamp(12px, 2.15vw, 28px);
  overflow: hidden;
  background: var(--card);
  box-shadow: 0 26px 44px -22px rgba(0, 0, 0, .34);
}
.claim--flip .claim-figure {
  order: 2;
}
.claim-title {
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -.015em;
  color: #f4f2ef;
}
.claim-copy p {
  margin: clamp(18px, 2.4vw, 28px) 0 0;
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 1.75;
  color: #d8dcda;
  max-width: 40ch;
}

@media (max-width:900px) {
  .claim-grid {
    grid-template-columns: 1fr;
    row-gap: clamp(28px, 5.5vw, 44px);
  }
  /* empilhado, a foto vem sempre antes do texto */
  .claim--flip .claim-figure {
    order: 0;
  }
  .claim-figure {
    width: 100%;
    max-width: 440px;
  }
}

/* =========================================================
   Grade de funcionalidades (.kit) — ícone em traço mint sobre fundo escuro
   ========================================================= */
/* no FAQ o título fica na coluna da esquerda, alinhado à esquerda */
.faq .section-title {
  margin-inline: 0;
  text-align: left;
}
.kit {
  background: var(--ink);
  padding-block: clamp(56px, 7.4vw, 96px);
}
.kit-inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.kit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(26px, 3.4vw, 44px);
  margin: clamp(34px, 4.6vw, 56px) 0 0;
  padding: 0;
  list-style: none;
}
/* 4 itens em 3 colunas deixariam um órfão sozinho na segunda linha */
.kit-grid--4 {
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.6vw, 34px);
}
.kit-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.kit-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
}
.kit-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.kit-title {
  margin: 0;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.01em;
  color: var(--dark-title);
}
.kit-desc {
  margin: 10px 0 0;
  font-size: clamp(13px, 1.35vw, 15px);
  line-height: 1.7;
  color: #d8dcda;
  max-width: 34ch;
}

/* =========================================================
   FAQ (.faq) — <details> nativo, sem JavaScript
   ========================================================= */
.faq {
  background: var(--ink);
  padding-block: clamp(56px, 7.4vw, 96px);
}
.faq-inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
  display: grid;
  grid-template-columns: .8fr 1fr;
  column-gap: clamp(32px, 6vw, 88px);
  align-items: start;
}
.faq-intro {
  margin: clamp(14px, 1.8vw, 20px) 0 0;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.7;
  color: #d8dcda;
  max-width: 34ch;
}
.faq-item {
  border-bottom: 1px solid var(--dark-line);
}
.faq-item:first-child {
  border-top: 1px solid var(--dark-line);
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(18px, 2.2vw, 24px) 0;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.4;
  color: var(--dark-title);
  cursor: pointer;
  list-style: none;
}
.faq-q::-webkit-details-marker {
  display: none;
}
.faq-mark {
  flex: 0 0 auto;
  color: var(--red);
  font-size: 22px;
  line-height: 1;
  transition: transform .25s ease;
}
.faq-item[open] .faq-mark {
  transform: rotate(45deg);
}
.faq-a {
  margin: 0 0 clamp(18px, 2.2vw, 24px);
  padding-right: 40px;
  font-size: clamp(13px, 1.35vw, 15px);
  line-height: 1.75;
  color: #d8dcda;
  max-width: 56ch;
}

@media (max-width:900px) {
  .kit-grid,
  .kit-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq-inner {
    grid-template-columns: 1fr;
    row-gap: clamp(28px, 5vw, 40px);
  }
}

@media (max-width:640px) {
  .kit-grid,
  .kit-grid--4 {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Bloco "em breve" (.soon) — ocupa o lugar dos planos quando o
   produto ainda não abriu
   ========================================================= */
.soon {
  background: var(--ink);
  padding-block: clamp(60px, 8vw, 104px);
}
.soon-inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.soon-badge {
  margin: 0 0 clamp(16px, 2vw, 22px);
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.soon-note {
  margin: clamp(14px, 1.8vw, 20px) 0 0;
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.7;
  color: #d8dcda;
  max-width: 42ch;
}

/* =========================================================
   Cabeçalho das páginas institucionais (.phead)
   Sem a palavra em SVG da hero — o que carrega a página é o texto.
   ========================================================= */
.phead {
  position: relative;
  background: var(--bg);
  padding-top: clamp(128px, 16vw, 196px);
  padding-bottom: calc(var(--panel-h) + clamp(30px, 5vw, 60px));
}
.phead-inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.eyebrow {
  margin: 0 0 clamp(12px, 1.6vw, 18px);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--red);
}
.phead-title {
  margin: 0;
  max-width: 20ch;
  font-size: clamp(34px, 4.4vw, 46px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.022em;
  color: var(--ink);
  text-wrap: balance;
}
.phead-lede {
  margin: clamp(18px, 2.4vw, 26px) 0 0;
  max-width: 46ch;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
  color: var(--ink-soft);
}

/* =========================================================
   Números da empresa (.stats)
   ========================================================= */
.stats {
  background: var(--ink);
  padding-block: clamp(50px, 6.6vw, 84px);
}
.stats-inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 3.4vw, 44px);
  margin: clamp(32px, 4.4vw, 52px) 0 0;
  padding: 0;
  list-style: none;
}
.stat {
  text-align: center;
}
.stat-value {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--mint);
  font-variant-numeric: tabular-nums;
}
.stat-label {
  margin: 10px 0 0;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--dark-meta);
}

@media (max-width:900px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: clamp(28px, 5vw, 40px);
  }
}
