/* Toti Reciclagem — pós-hero (após scroll-world) */

.toti-site {
  --navy: #0A0E51;
  --navy-soft: #1d4b75;
  --teal: #17AEA4;
  --teal-deep: #0e8f87;
  --copper: #C87533;
  --cream: #F4EFE6;
  --cream-deep: #E6E0D4;
  --paper: #FFFCFA;
  --ink: #0A0E51;
  --ink-muted: #4E5852;
  --max: 1120px;
  position: relative;
  z-index: 50;
  background:
    radial-gradient(ellipse 80% 45% at 8% 0%, rgba(23, 174, 164, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 92% 18%, rgba(200, 117, 51, 0.10), transparent 50%),
    var(--cream);
  color: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  box-shadow: 0 -36px 90px rgba(10, 14, 81, 0.16);
}

.toti-wrap {
  width: min(var(--max), calc(100% - 2.4rem));
  margin: 0 auto;
}

.toti-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-soft);
}
.toti-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--teal) 24%, transparent);
}

.toti-display {
  font-family: "Sora", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3.6vw, 2.75rem);
  color: var(--navy);
}
.toti-display em {
  font-style: italic;
  color: var(--teal-deep);
  font-weight: 600;
}

.toti-lead {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ink-muted);
  max-width: 42rem;
}

.toti-band {
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
  position: relative;
}
.toti-band--paper {
  background: var(--paper);
  border-block: 1px solid color-mix(in srgb, var(--navy) 8%, transparent);
}

.toti-since {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  padding: 1rem 1.2rem;
  border-radius: 16px;
  background: var(--navy);
  color: #fff;
  font-family: "Sora", system-ui, sans-serif;
  margin-bottom: 1.5rem;
}
.toti-since strong {
  font-size: 1.75rem;
  letter-spacing: -0.03em;
  line-height: 1;
}
.toti-since span {
  font-size: 0.75rem;
  opacity: 0.75;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.toti-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2rem 0 0;
}
.toti-metric {
  padding: 1.15rem 1.25rem;
  border-radius: 18px;
  background: color-mix(in srgb, var(--paper) 70%, white);
  border: 1px solid color-mix(in srgb, var(--navy) 10%, transparent);
  box-shadow: 0 10px 30px rgba(10, 14, 81, 0.05);
}
.toti-metric strong {
  display: block;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 1.55rem;
  color: var(--teal-deep);
  letter-spacing: -0.03em;
}
.toti-metric span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: var(--ink-muted);
  line-height: 1.35;
}

.toti-ticker {
  overflow: hidden;
  margin-top: 2rem;
  padding: 0.85rem 0;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.toti-ticker__track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: toti-marquee 28s linear infinite;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.toti-ticker__track span {
  opacity: 0.9;
}
.toti-ticker__track i {
  font-style: normal;
  color: var(--teal);
  margin: 0 0.15rem;
}
@keyframes toti-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.toti-grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
  margin-top: 2rem;
}
@media (min-width: 900px) {
  .toti-grid-4 { grid-template-columns: repeat(4, 1fr); }
}

.toti-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem;
  border-radius: 20px;
  background: var(--paper);
  border: 1px solid color-mix(in srgb, var(--navy) 10%, transparent);
  box-shadow: 0 14px 36px rgba(10, 14, 81, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.toti-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(10, 14, 81, 0.1);
}
.toti-card__media {
  aspect-ratio: 3/2;
  border-radius: 14px;
  overflow: hidden;
  background: var(--cream-deep);
}
.toti-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.toti-card__n {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--teal);
}
.toti-card h3 {
  margin: 0;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.toti-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--ink-muted);
  flex: 1;
}
.toti-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.25rem;
}
.toti-pill {
  display: inline-flex;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  background: color-mix(in srgb, var(--teal) 14%, transparent);
  color: var(--teal-deep);
}

.toti-steps {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  counter-reset: step;
}
@media (min-width: 800px) {
  .toti-steps { grid-template-columns: repeat(2, 1fr); }
}
.toti-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.2rem 1.3rem;
  border-radius: 18px;
  background: var(--paper);
  border: 1px solid color-mix(in srgb, var(--navy) 9%, transparent);
}
.toti-step__n {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: "Sora", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  background: var(--navy);
  color: #fff;
}
.toti-step h3 {
  margin: 0 0 0.35rem;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 1.02rem;
}
.toti-step p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--ink-muted);
}

.toti-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 1.75rem;
}
@media (min-width: 720px) {
  .toti-badges { grid-template-columns: repeat(5, 1fr); }
}
.toti-badge {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem;
  border-radius: 16px;
  background: var(--navy);
  color: #fff;
  min-height: 5.5rem;
}
.toti-badge__ok {
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  background: color-mix(in srgb, var(--teal) 18%, transparent);
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
}
.toti-badge strong {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.25;
}

.toti-contact {
  position: relative;
  padding: clamp(4rem, 9vw, 6rem) 0;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}
.toti-contact__bg {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
}
.toti-contact__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7);
}
.toti-contact .toti-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
}
@media (min-width: 880px) {
  .toti-contact .toti-wrap {
    grid-template-columns: 1.2fr 1fr;
    align-items: end;
  }
}
.toti-contact .toti-label { color: color-mix(in srgb, #fff 70%, var(--teal)); }
.toti-contact .toti-label::before { background: var(--teal); }
.toti-contact .toti-display { color: #fff; }
.toti-contact .toti-lead { color: color-mix(in srgb, #fff 78%, transparent); }

.toti-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.toti-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}
.toti-btn:hover { transform: translateY(-1px); }
.toti-btn--primary {
  background: #25D366;
  color: #06351a;
}
.toti-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid color-mix(in srgb, #fff 35%, transparent);
}

.toti-contact__grid {
  display: grid;
  gap: 0.75rem;
}
.toti-contact__card {
  padding: 1rem 1.15rem;
  border-radius: 16px;
  background: color-mix(in srgb, #fff 8%, transparent);
  border: 1px solid color-mix(in srgb, #fff 14%, transparent);
  backdrop-filter: blur(8px);
}
.toti-contact__card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 700;
}
.toti-contact__card p,
.toti-contact__card a {
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 0.98rem;
  line-height: 1.45;
}
.toti-notice {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: color-mix(in srgb, #C45C26 28%, transparent);
  border: 1px solid color-mix(in srgb, #C45C26 45%, transparent);
  font-size: 0.88rem;
  line-height: 1.4;
}

.toti-footer {
  background: #06082e;
  color: color-mix(in srgb, #fff 72%, transparent);
  padding: 1.75rem 0 2.25rem;
  font-size: 0.88rem;
}
.toti-footer__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
}
.toti-footer img {
  height: 36px;
  width: auto;
  display: block;
  margin-bottom: 0.55rem;
  filter: brightness(0) invert(1);
}
.toti-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
}
.toti-footer a {
  color: inherit;
  text-decoration: none;
}
.toti-footer a:hover { color: var(--teal); }

@media (max-width: 720px) {
  .toti-metrics { grid-template-columns: 1fr; }
}
