@charset "UTF-8";
/* TOKENS - Variáveis globais de design */
/* Fontes */
/* Cores principais */
/* Espaçamentos e Radius */
/* Sombra */
/* Z-index */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: #0e1013;
  color: #f5f7fa;
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
}

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

ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
  color: #f5f7fa;
  letter-spacing: 0.2px;
}

.section-title {
  font-weight: 800;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
}

.small {
  font-size: 0.875rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(8px);
  background: linear-gradient(180deg, rgba(10, 11, 13, 0.9), rgba(10, 11, 13, 0.6));
  border-bottom: 1px solid #2a2f37;
}
.site-header .navbar {
  padding: 0.8rem 0;
}
.site-header .nav-link {
  color: #9ba2b0;
  padding: 0.5rem 0.75rem;
  transition: color 0.3s;
}
.site-header .nav-link:hover {
  color: #00d1ff;
}

.site-footer {
  padding: 2.2rem 0;
  text-align: center;
  border-top: 1px solid #2a2f37;
  background: #0a0b0d;
}
.site-footer p {
  color: #9ba2b0;
}

.btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.2rem;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.btn-accent {
  color: #0b0d10;
  background: linear-gradient(135deg, #c0c4cc 0%, rgb(158.1789473684, 164.3263157895, 176.6210526316) 100%);
  box-shadow: 0 10px 30px rgba(0, 209, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0, 209, 255, 0.28);
}
.btn-accent:active {
  transform: translateY(0);
}

.btn-ghost {
  color: #f5f7fa;
  border: 1px solid #2a2f37;
  background: transparent;
  backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}

.btn-lg {
  padding: 1.05rem 1.4rem;
  border-radius: 12px;
}

.card-glass {
  background: #161a1f;
  border: 1px solid #2a2f37;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
  padding: 1.2rem 1.2rem 1rem;
  transition: 0.35s;
}
.card-glass:hover {
  transform: translateY(-4px);
}
.card-glass .quote {
  font-size: 1rem;
}
.card-glass .meta {
  font-size: 0.92rem;
  color: #9ba2b0;
  margin-top: 0.4rem;
}
.card-glass .source {
  font-size: 0.82rem;
  color: #9ba2b0;
  margin-top: 0.35rem;
}
.card-glass .badge-verify {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0f2;
  background: rgba(0, 255, 128, 0.08);
  border: 1px solid rgba(0, 255, 128, 0.25);
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  margin-bottom: 0.6rem;
}

.hex-card {
  text-align: center;
  padding: 2rem;
  border-radius: 12px;
  background: #161a1f;
  border: 1px solid #2a2f37;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
}
.hex-card .hex-ico {
  font-size: 2rem;
  color: #00d1ff;
  margin-bottom: 0.6rem;
}
.hex-card h3 {
  margin-bottom: 0.25rem;
}
.hex-card p {
  color: #9ba2b0;
}

.form-control-dark {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #2a2f37;
  color: #f5f7fa;
}
.form-control-dark:focus {
  background: rgba(255, 255, 255, 0.06);
  color: #f5f7fa;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

/* HERO */
.hero {
  position: relative;
  min-height: calc(100svh - 92px);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #2a2f37;
}
@media screen and (max-width: 767px) {
  .hero .position-hero {
    position: absolute !important;
    bottom: 18vh;
  }
}
.hero .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: contrast(1.05) saturate(1.08) brightness(0.58);
}
@media screen and (max-width: 767px) {
  .hero .hero-media img {
    object-position: top;
    object-fit: contain;
  }
}
.hero .hero-media .hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(90% 70% at 10% 30%, rgba(0, 0, 0, 0.25), transparent 55%), linear-gradient(180deg, rgba(10, 11, 13, 0.2) 0%, rgba(10, 11, 13, 0.55) 65%, rgba(10, 11, 13, 0.9) 100%);
}
.hero .text-copy {
  color: #7a8b93;
}
.hero .hero-text {
  position: relative;
  z-index: 2;
  max-width: 680px;
}
.hero .hero-text .accent {
  color: #00d1ff;
}
.hero .hero-text .hero-title {
  font-weight: 800;
  font-size: clamp(1.5rem, 4.2vw, 3.2rem);
  line-height: 1.12;
}
.hero .hero-text .hero-lead {
  color: #9ba2b0;
  margin: 0.6rem 0 1.2rem;
}
.hero .hero-text .hero-bullets {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
  color: #9ba2b0;
}
.hero .hero-text .hero-bullets li {
  position: relative;
  padding-left: 1.2rem;
}
.hero .hero-text .hero-bullets li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00d1ff;
  font-weight: 700;
}
.hero .hero-frame {
  border-radius: 12px;
  border: 1px solid #2a2f37;
  padding: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
  margin: 0 auto;
}
.hero .hero-photo {
  border-radius: 12px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 520px;
}
@media (min-width: 992px) {
  .hero .hero-media {
    opacity: 0.35;
  }
}
@media (max-width: 768px) {
  .hero .hero-text {
    text-align: center;
    padding-bottom: 1.2rem;
  }
  .hero .hero-photo {
    max-height: 360px;
  }
}

/* SEÇÕES */
.section {
  padding: clamp(3.6rem, 7vw, 6rem) 0;
}

.section-dark {
  background: #0a0b0d;
}

/* Método / Steps */
.steps {
  counter-reset: step;
  list-style: none;
  display: grid;
  gap: 1.5rem;
  margin: 1.5rem 0 0;
  position: relative;
  padding-left: 2rem;
  /* traço vertical com fade */
}
.steps::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #00d1ff, rgba(0, 209, 255, 0));
  border-radius: 2px;
}
.steps li {
  position: relative;
  padding-left: 2.4rem;
  /* bolinha numerada */
}
.steps li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #0a0b0d;
  border: 2px solid #00d1ff;
  color: #00d1ff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px rgba(0, 209, 255, 0.6);
}
.steps li strong {
  font-weight: 700;
  color: #f5f7fa;
}

.muted {
  color: #9ba2b0;
  margin-top: 0.75rem;
}

/* Simulador */
.simulador {
  background: #161a1f;
  border: 1px solid #2a2f37;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
  /* range com thumb/risco no tema TRION */
}
.simulador h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #f5f7fa;
}
.simulador label {
  font-size: 0.9rem;
  color: #9ba2b0;
  display: block;
  margin-bottom: 0.3rem;
}
.simulador input[type=number] {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #2a2f37;
  border-radius: 6px;
  background: transparent;
  color: #f5f7fa;
  margin-bottom: 1rem;
}
.simulador input[type=number]:focus {
  outline: none;
  border-color: #00d1ff;
}
.simulador input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  background: #2a2f37;
  height: 6px;
  border-radius: 6px;
  margin: 1rem 0;
}
.simulador input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d1ff, rgb(76.5, 222.8, 255));
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 209, 255, 0.7);
  transition: transform 0.2s;
}
.simulador input[type=range]:active::-webkit-slider-thumb {
  transform: scale(1.15);
}
.simulador .resultado {
  margin-top: 1rem;
  font-size: 1.05rem;
  font-weight: bold;
}
.simulador .resultado strong {
  background: linear-gradient(90deg, #c0c4cc, #00d1ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.simulador small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #9ba2b0;
}

/* Charts */
.chart-wrap {
  background: #161a1f;
  border: 1px solid #2a2f37;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
}

.gradient-text {
  background: linear-gradient(90deg, #c0c4cc, #00d1ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.disclaimer {
  color: #9ba2b0;
  font-size: 0.85rem;
}

/* CTA */
.cta-final {
  border-top: 1px solid #2a2f37;
  border-bottom: 1px solid #2a2f37;
  text-align: center;
  background: linear-gradient(135deg, #0a0b0d 0%, #101319 55%, rgba(0, 209, 255, 0.12) 100%);
}
.cta-final .accent {
  color: #00d1ff;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.7s;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 767px) {
  .hero {
    min-height: 55rem;
  }
}

/*# sourceMappingURL=style.css.map */
