/* =================================================================
   ANAGRAMA RENOVA · estilos das landings /renova
   Complementa /styles.css (paleta, tipografia e componentes do site)
   Photography-first: as imagens reais carregam a página.
   ================================================================= */

/* ---------- header: símbolo do Anagrama ---------- */
.site-header .brand img { height: 52px; }
.site-header .brand .logo-white { filter: drop-shadow(0 2px 10px rgba(0,0,0,.45)); }
.site-header.scrolled .brand img { height: 40px; }

/* ---------- hero ---------- */
.hero--renova { min-height: 96svh; }
.hero--renova h1 { max-width: 16ch; }
.hero--renova .hero__scrim {
  background:
    linear-gradient(180deg, rgba(30,32,32,.55) 0%, rgba(30,32,32,.18) 30%),
    linear-gradient(0deg, rgba(26,29,29,.88) 0%, rgba(26,29,29,.42) 55%, rgba(26,29,29,.30) 100%);
}
.hero--renova h1,
.hero--renova .hero__sub { text-shadow: 0 2px 22px rgba(0,0,0,.55), 0 1px 3px rgba(0,0,0,.4); }
.hero--renova .hero__sub { font-size: clamp(1.12rem, 1.7vw, 1.36rem); color: rgba(255,255,255,.96); font-weight: 400; }
.hero__logo {
  width: clamp(120px, 14vw, 168px); margin-bottom: 26px;
  filter: drop-shadow(0 4px 18px rgba(0,0,0,.45));
}
.hero__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-title); font-size: 11.5px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: #fff; background: rgba(34,38,38,.38);
  border: 1px solid rgba(255,255,255,.28); border-radius: 2px;
  padding: 9px 15px; backdrop-filter: blur(4px);
}
.chip svg { width: 13px; height: 13px; color: var(--hit-soft); }

/* ---------- barra de confiança ---------- */
.trust { background: var(--dark); color: #fff; padding-block: clamp(30px, 4vw, 44px); }
.trust .wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 4vw, 60px); }
.trust__item { display: flex; flex-direction: column; gap: 4px; text-align: center; }
.trust__item strong {
  font-family: var(--font-title); font-weight: 600;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem); color: #fff; letter-spacing: -.01em;
}
.trust__item span { font-size: 13.5px; color: rgba(255,255,255,.66); }

/* ---------- dores (3 erros comuns) ---------- */
.pains { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 30px); margin-top: clamp(38px, 5vw, 56px); }
.pain {
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: 3px;
  padding: clamp(26px, 2.8vw, 36px);
}
.pain .x {
  font-family: var(--font-title); font-weight: 600; font-size: 13px;
  letter-spacing: .2em; color: var(--hit-deep);
  display: block; margin-bottom: 14px;
}
.pain h3 { font-size: 1.18rem; margin-bottom: 10px; letter-spacing: -.01em; }
.pain p { font-size: 15.5px; color: #5b5e5c; margin: 0; }

/* ---------- galeria (prova visual) ---------- */
.gallery {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px; gap: clamp(12px, 1.4vw, 20px);
  margin-top: clamp(38px, 5vw, 58px);
}
.gallery figure { position: relative; border-radius: 3px; overflow: hidden; margin: 0; }
.gallery figure.tall { grid-row: span 2; }
.gallery figure.wide { grid-column: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.gallery figure:hover img { transform: scale(1.045); }
.gallery figcaption {
  position: absolute; left: 0; bottom: 0; right: 0;
  padding: 34px 18px 14px;
  background: linear-gradient(0deg, rgba(34,38,38,.74), transparent);
  color: #fff; display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
}
.gallery figcaption strong {
  font-family: var(--font-title); font-size: 12px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: #fff;
}
.gallery figcaption span { font-size: 11.5px; color: rgba(255,255,255,.75); white-space: nowrap; }

/* ---------- passos (como funciona) ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-light); border: 1px solid var(--line-light); margin-top: clamp(40px, 5vw, 64px); }
.step { background: var(--hit); padding: clamp(28px, 3vw, 38px) clamp(24px, 2.4vw, 32px); }
.step .snum { font-family: var(--font-title); font-size: 12px; font-weight: 600; letter-spacing: .2em; color: rgba(255,255,255,.7); }
.step h3 { color: #fff; font-size: 1.22rem; margin: 16px 0 12px; letter-spacing: -.01em; }
.step p { color: rgba(255,255,255,.88); font-size: 15px; margin: 0; }
.steps-note {
  margin-top: 30px;
  font-family: var(--font-title); font-weight: 600;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem); color: #fff; letter-spacing: -.01em;
}

/* ---------- entregas reais (mosaico) ---------- */
.entregas { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 26px); margin-top: clamp(38px, 5vw, 58px); }
.entrega {
  background: var(--white); border: 1px solid var(--line-soft); border-radius: 3px;
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.entrega:hover { transform: translateY(-5px); box-shadow: 0 26px 50px -30px rgba(45,50,49,.4); }
.entrega__media { aspect-ratio: 4/3; overflow: hidden; background: var(--light); }
.entrega__media img { width: 100%; height: 100%; object-fit: cover; }
.entrega__media.contain img { object-fit: contain; }
.entrega__body { padding: 20px 22px 24px; }
.entrega__body strong { display: block; font-size: 15.5px; margin-bottom: 4px; color: var(--dark); }
.entrega__body span { font-size: 14px; color: #6f7270; line-height: 1.5; }
.entregas-note { margin-top: 26px; font-size: 14px; color: #6f7270; text-align: center; }

/* ---------- depoimentos ---------- */
.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2vw, 26px); margin-top: clamp(38px, 5vw, 56px); }
.quote {
  background: var(--white); border: 1px solid var(--line-soft); border-radius: 3px;
  padding: clamp(26px, 3vw, 38px);
  display: flex; flex-direction: column; gap: 16px;
}
.quote svg { width: 26px; height: 26px; color: var(--hit); flex: none; }
.quote p { font-size: clamp(1rem, 1.4vw, 1.12rem); line-height: 1.65; color: #494c4b; margin: 0; flex: 1; }
.quote cite {
  font-style: normal; font-family: var(--font-title); font-size: 12px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--hit-deep);
}

/* ---------- investimento ---------- */
.packs { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.4vw, 30px); margin-top: clamp(40px, 5vw, 60px); max-width: 940px; margin-inline: auto; }
.pack {
  background: var(--white); border: 1px solid var(--line); border-radius: 3px;
  padding: clamp(30px, 3.4vw, 44px);
  display: flex; flex-direction: column;
}
.pack--premium { border-color: var(--hit); box-shadow: 0 24px 50px -34px rgba(125,138,136,.55); position: relative; }
.pack__flag {
  position: absolute; top: -1px; right: 24px;
  background: var(--hit); color: #fff;
  font-family: var(--font-title); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 0 0 2px 2px;
}
.pack h3 { font-size: 1.5rem; letter-spacing: -.01em; }
.pack .pack__tag { font-family: var(--font-title); font-size: 11.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--hit-deep); margin: 6px 0 20px; }
.pack__price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.pack__price strong {
  font-family: var(--font-title); font-weight: 600; letter-spacing: -.02em;
  font-size: clamp(2rem, 3.4vw, 2.6rem); color: var(--dark);
  font-variant-numeric: tabular-nums;
}
.pack__price span { font-size: 13.5px; color: #6f7270; }
.pack__multi {
  font-size: 13.5px; color: #6f7270; margin-bottom: 22px;
  padding-bottom: 20px; border-bottom: 1px solid var(--line-soft);
  font-variant-numeric: tabular-nums;
}
/* seletor de nº de ambientes dentro do pacote */
.pack__amb {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
  background: var(--light); border: 1px solid var(--line-soft); border-radius: 3px;
  padding: 5px; margin-bottom: 18px;
}
.amb-opt {
  appearance: none; border: 0; background: transparent; cursor: pointer;
  font-family: var(--font-title); font-size: 12.5px; font-weight: 600;
  letter-spacing: .04em; color: #6f7270;
  padding: 10px 6px; border-radius: 2px; min-height: 44px;
  transition: background .2s, color .2s;
}
.amb-opt:hover { color: var(--dark); }
.amb-opt.is-active { background: var(--white); color: var(--dark); box-shadow: 0 1px 4px rgba(45,50,49,.12); }
.pack--premium .amb-opt.is-active { background: var(--hit); color: #fff; box-shadow: none; }
.amb-opt:focus-visible { outline: 2px solid var(--hit-deep); outline-offset: 2px; }
.pack__buyline { font-size: 13px; color: #8a8d8b; margin: 12px 0 0; text-align: center; }

.pack ul { list-style: none; margin: 0 0 26px; padding: 0; flex: 1; }
.pack li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: #555856; padding: 7px 0; }
.pack li svg { width: 15px; height: 15px; flex: none; margin-top: 5px; color: var(--hit-deep); }
.pack li.off { opacity: .42; }
.pack .btn { justify-content: center; }

/* tabela comparativa */
.compare-wrap { max-width: 940px; margin: clamp(28px, 4vw, 44px) auto 0; }
.compare-wrap > summary {
  cursor: pointer; list-style: none; text-align: center;
  font-family: var(--font-title); font-size: 12.5px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--hit-deep);
  padding: 15px 20px; border: 1px solid var(--line); border-radius: 2px;
  transition: background .3s, color .3s;
}
.compare-wrap > summary:hover { background: var(--dark); color: #fff; border-color: var(--dark); }
.compare-wrap > summary::-webkit-details-marker { display: none; }
.compare-wrap[open] > summary { margin-bottom: 22px; }
.compare { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--line-soft); font-size: 14.5px; }
.compare th, .compare td { padding: 13px 16px; border-bottom: 1px solid var(--line-soft); text-align: center; }
.compare th:first-child, .compare td:first-child { text-align: left; }
.compare thead th {
  font-family: var(--font-title); font-size: 11px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  background: var(--hit); color: #fff; border-bottom: none;
}
.compare tbody tr:nth-child(even) { background: var(--paper); }
.compare td { color: #555856; }
.compare td svg { width: 15px; height: 15px; vertical-align: -2px; }
.compare .ok svg { color: var(--hit-deep); }
.compare .no svg { color: #b9b9b9; }
.compare .num { font-weight: 700; color: var(--dark); font-variant-numeric: tabular-nums; }
.compare tfoot td { font-size: 12.5px; color: #8a8d8b; text-align: left; border-bottom: none; }

/* extras + selo RT */
.extras { max-width: 940px; margin: clamp(28px, 4vw, 44px) auto 0; display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(18px, 2.4vw, 30px); }
.extras__list { background: var(--white); border: 1px solid var(--line-soft); border-radius: 3px; padding: clamp(24px, 2.8vw, 34px); }
.extras__list h3 { font-size: 1.05rem; margin-bottom: 16px; letter-spacing: -.01em; }
.extras__list dl { margin: 0; }
.extras__list .row { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; padding: 10px 0; border-bottom: 1px solid var(--line-soft); }
.extras__list .row:last-child { border-bottom: none; }
.extras__list dt { font-size: 14.5px; color: #555856; margin: 0; }
.extras__list dd { font-family: var(--font-title); font-weight: 600; font-size: 14.5px; color: var(--dark); margin: 0; white-space: nowrap; font-variant-numeric: tabular-nums; }
.selo-rt {
  background: var(--dark); color: #fff; border-radius: 3px;
  padding: clamp(24px, 2.8vw, 34px);
  display: flex; flex-direction: column; gap: 12px; justify-content: center;
}
.selo-rt svg { width: 28px; height: 28px; color: var(--hit-soft); }
.selo-rt h3 { color: #fff; font-size: 1.05rem; letter-spacing: -.01em; }
.selo-rt p { font-size: 14px; color: rgba(255,255,255,.82); margin: 0; line-height: 1.6; }

/* ---------- para quem é / não é ---------- */
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.4vw, 30px); margin-top: clamp(38px, 5vw, 56px); }
.fit__col { border-radius: 3px; padding: clamp(28px, 3.2vw, 42px); }
.fit__col--yes { background: var(--white); border: 1px solid var(--line-soft); }
.fit__col--no { background: var(--light); border: 1px solid var(--line-soft); }
.fit__col h3 { font-size: 1.15rem; margin-bottom: 20px; letter-spacing: -.01em; }
.fit__col ul { list-style: none; margin: 0; padding: 0; }
.fit__col li { display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; font-size: 15.5px; color: #555856; }
.fit__col li svg { width: 16px; height: 16px; flex: none; margin-top: 4px; }
.fit__col--yes li svg { color: var(--hit-deep); }
.fit__col--no li svg { color: #a3a3a3; }
.fit-closing {
  margin-top: 34px; text-align: center;
  font-family: var(--font-title); font-weight: 600; font-size: clamp(1.15rem, 1.9vw, 1.5rem);
  color: var(--dark); letter-spacing: -.01em;
}

/* ---------- quem conduz (dupla) ---------- */
.conduz { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 60px); margin-top: clamp(40px, 5vw, 60px); }
.conduz__person { display: flex; flex-direction: column; }
.conduz__media { aspect-ratio: 4/5; border-radius: 3px; overflow: hidden; background: var(--light); position: relative; }
.conduz__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.conduz__media .tag {
  position: absolute; left: -1px; bottom: 22px;
  background: var(--hit); color: #fff;
  font-family: var(--font-title); font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  padding: 11px 20px;
}
.conduz__person h3 { font-family: var(--font-title); font-size: 1.4rem; margin: 20px 0 2px; letter-spacing: -.01em; }
.conduz__role { font-family: var(--font-title); font-size: 11.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--hit-deep); margin-bottom: 14px; }
.conduz__person > p { font-size: 15.5px; color: #54574f; margin: 0; }
.conduz__quote {
  margin: 14px 0 0; padding: 12px 0 0 20px; border-left: 2px solid var(--hit);
  font-family: var(--font-title); font-weight: 600; font-size: 1.02rem;
  color: var(--dark); line-height: 1.45; letter-spacing: -.01em;
}

/* ---------- legibilidade: corpo de texto maior na landing ---------- */
.pain p { font-size: 16.5px; }
.step p { font-size: 16px; }
.entrega__body strong { font-size: 16.5px; }
.entrega__body span { font-size: 15px; }
.quote p { font-size: clamp(1.06rem, 1.5vw, 1.2rem); }
.pack li { font-size: 16px; }
.pack__multi { font-size: 14.5px; }
.pack__price span { font-size: 14.5px; }
.fit__col li { font-size: 16.5px; }
.compare { font-size: 15.5px; }
.extras__list dt, .extras__list dd { font-size: 15.5px; }
.selo-rt p { font-size: 15px; }
.trust__item span { font-size: 14.5px; }
.conduz__person > p { font-size: 16.5px; }
.entregas-note { font-size: 15px; }
.faq__a p { font-size: 16.5px; }

/* ---------- acessibilidade / movimento ---------- */
.btn, .textlink, summary, .gallery figure { cursor: pointer; }
@media (prefers-reduced-motion: reduce) {
  .gallery img, .entrega, .pack, .btn { transition: none !important; }
  .hero__scroll i::after { animation: none !important; }
}

/* ---------- responsivo ---------- */
@media (max-width: 1020px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .entregas { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
}
@media (max-width: 820px) {
  .pains { grid-template-columns: 1fr; }
  .packs { grid-template-columns: 1fr; }
  .fit { grid-template-columns: 1fr; }
  .quotes { grid-template-columns: 1fr; }
  .extras { grid-template-columns: 1fr; }
  .conduz { grid-template-columns: 1fr; }
  .trust .wrap { grid-template-columns: 1fr; gap: 18px; }
  .compare { font-size: 13.5px; }
  .compare th, .compare td { padding: 11px 10px; }
}
@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
  .entregas { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery figure.wide { grid-column: span 1; }
  .gallery figure.tall { grid-row: span 1; }
}

/* =================================================================
   CARTA  (/renova/carta/)
   ================================================================= */
.carta-page { background: var(--paper); }
.carta {
  max-width: 680px; margin-inline: auto;
  padding: clamp(120px, 16vh, 170px) var(--gut) clamp(70px, 9vw, 110px);
}
.carta__brand { display: block; width: 168px; margin: 0 0 clamp(44px, 6vw, 64px); }
.carta__kicker {
  font-family: var(--font-title); font-size: 12px; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase; color: var(--hit-deep);
  margin-bottom: 18px; display: block;
}
.carta h1 { font-size: clamp(1.9rem, 4.6vw, 2.7rem); margin-bottom: clamp(34px, 5vw, 48px); max-width: 16ch; }
.carta p { font-size: clamp(1.06rem, 1.45vw, 1.18rem); line-height: 1.75; color: #494c4b; margin-bottom: 1.35em; }
.carta p.big {
  font-family: var(--font-title); font-weight: 600; color: var(--dark);
  font-size: clamp(1.2rem, 1.9vw, 1.45rem); line-height: 1.4; letter-spacing: -.01em;
}
.carta h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.8rem); letter-spacing: -.01em;
  margin: clamp(48px, 7vw, 70px) 0 22px;
}
.carta hr { border: none; height: 1px; background: var(--line); margin: clamp(44px, 6vw, 60px) auto; width: 90px; }
.carta ul { margin: 0 0 1.5em; padding: 0; list-style: none; }
.carta li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: clamp(1.02rem, 1.4vw, 1.14rem); line-height: 1.65; color: #494c4b;
  padding: 7px 0;
}
.carta li svg { width: 16px; height: 16px; flex: none; margin-top: 6px; color: var(--hit-deep); }
.carta__media { margin: clamp(40px, 6vw, 56px) 0; border-radius: 3px; overflow: hidden; }
.carta__media img { width: 100%; }
.carta__media figcaption { font-size: 13px; color: #8a8d8b; margin-top: 10px; }
.carta__quote {
  margin: 1.8em 0; padding-left: 24px; border-left: 2px solid var(--hit);
  font-family: var(--font-title); font-weight: 600; font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  color: var(--dark); line-height: 1.4; letter-spacing: -.01em;
}
.carta__sign { margin-top: clamp(46px, 6vw, 60px); }
.carta__sign strong { font-family: var(--font-title); font-size: 1.15rem; color: var(--dark); display: block; }
.carta__sign span { font-size: 14.5px; color: #6f7270; display: block; margin-top: 3px; }
.carta__cta {
  margin-top: clamp(50px, 7vw, 72px); padding: clamp(34px, 4.5vw, 48px);
  background: var(--dark); border-radius: 3px; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.carta__cta p { color: rgba(255,255,255,.9); margin-bottom: 24px; font-size: 1.05rem; width: 100%; }
.carta__cta .btn { align-self: center; max-width: 100%; justify-content: center; text-align: center; }
.carta__footer {
  text-align: center; padding: 30px var(--gut) 46px;
  font-size: 12.5px; color: #8a8d8b;
}
.carta__footer a { color: var(--hit-deep); }
