:root {
  --black: #0d100f;
  --black-2: #161817;
  --white: #ffffff;
  --gray: #6b7280;
  --gray-2: #e5e7eb;
  --green: #00ff85;
  --green-2: #00dd4b;
  --whats: #25d366;

  --shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.18);
  --radius: 16px;

  --grad-dark: linear-gradient(135deg, #0b0b0e, #14161a);
  --grad-green: linear-gradient(135deg, var(--green), var(--green-2));

  --font-title: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--black);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, .headline, .section-title {
  font-family: var(--font-title);
  text-transform: uppercase;
  font-weight: 700; /* ou 800/900 se quiser mais impacto */
}

main { background: var(--white); width: 100%; }
.container { width: 100%; padding: 0 20px; margin: 0 auto; }
section { padding: 80px 0; }
h2, .section-title { margin: 0 0 16px; font-size: clamp(26px, 3.5vw, 36px); font-weight: 800; text-align: center; }

/* Hero */
.hero {
  position: relative;
  color: #fff;
  background: var(--grad-dark);
  background-image: url('/public/dashboard-tintim-agosto-3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 96px 0 72px;
  display: flex;
  align-items: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.hero__content { position: relative; z-index: 2; text-align: center; width: 80%; margin: 0 auto; padding: 0; }
.container.hero__content { padding: 0 20px; position: relative; z-index: 2; width: 80% !important; margin: 0 auto; text-align: center; }
.hero .container { position: relative; z-index: 2; width: 100%; }
.hero__bg { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: rgba(13,16,15,0.7); backdrop-filter: blur(1px); }
.hero__bg::before { content: "VENDAS"; position: absolute; inset: auto 0 8% 0; text-align: center; font-size: 18vw; font-weight: 900; letter-spacing: .15em; color: rgba(255,255,255,.03); filter: blur(2px); }

.eyebrow { font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.85); margin: 8px 0 12px; }
.hero__badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); padding: 8px 14px; border-radius: 999px; margin-bottom: 16px; }
.badge-text { font-size: 11px; opacity: 0.8; }
.headline { margin: .25em 0 .35em; font-size: clamp(32px, 5vw, 54px); line-height: 1.1; font-weight: 900; }
.headline--sub { font-weight: 800; }
.highlight { background: linear-gradient(45deg, var(--green), var(--green-2)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.subhead { max-width: 72ch; margin: 0 auto 28px; color: #e5e7eb; font-size: 18px; line-height: 1.65; }

.badge { display: inline-block; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.badge + .eyebrow { margin-top: 10px; }

.metrics { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; max-width: 680px; margin: 28px auto 24px; padding: 16px; border-radius: 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(8px); }
.metric { text-align: center; }
.metric__value { display: block; font-size: 26px; font-weight: 900; color: var(--green); }
.metric__label { display: block; font-size: 13px; opacity: .85; }

.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 10px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 20px; border: 0; border-radius: 12px; font-weight: 800; cursor: pointer; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn-primary { background: #fff; color: #111; box-shadow: var(--shadow); }
.btn-secondary { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.24); }
.btn-whatsapp { background: var(--whats); color: #000; box-shadow: var(--shadow-lg); }

/* Botão WhatsApp do formulário - largura total */
.btn-whatsapp.form-submit {
  width: 100%;
  margin-top: 20px;
}
.btn-lg { padding: 16px 24px; font-size: 16px; }
.btn:hover { transform: translateY(-1px); }
.btn[disabled] { opacity: .6; cursor: not-allowed; transform: none; }
.btn[disabled]:hover { transform: none; }
.btn:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }

/* Benefits */
.benefits { background: var(--white); padding: 120px 0; width: 80%; margin: 0 auto; }
.benefits h2 { color: var(--black); }
.benefits__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 24px; }
.benefit { background: var(--white); border: 1px solid #eef1f5; border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.benefit .benefit__icon { font-size: 28px; margin-bottom: 10px; }
.benefit h3 { margin: 4px 0 6px; font-size: 18px; }
.benefit p { margin: 0; color: var(--gray); }

/* Testimonials */
.testimonials { background: transparent; color: var(--black); padding:100px 0 0; position: relative; }
.testimonials h2 { color: var(--black); }
.testimonials .container { max-width: 80%; margin: 0 auto; padding: 0; }
.testimonials__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; margin-top: 28px; }
.quote { background: var(--white); border: 1px solid #eef1f5; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); z-index: 10; }
.quote p { margin: 0 0 10px; font-style: italic; color: var(--black); }
.quote footer { font-size: 14px; color: var(--gray); }

/* How */
.how { background: transparent; padding: 100px 0 120px; position: relative; width: 80%; margin: 0 auto; }
.how h2 { color: var(--black); }
.how__steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 24px; z-index: 10 !important; }
.step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #0D100F;
  border: 1px solid #333;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.step:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0, 255, 133, 0.2); border-color: var(--green); }
.step__number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--grad-green);
  color: var(--black);
  font-weight: 900;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 255, 133, 0.3);
  border: 2px solid var(--green);
}
.step__content h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; color: var(--white); line-height: 1.3; }
.step__content p { margin: 0; color: #ccc; line-height: 1.5; font-size: 15px; }

/* Qualify */
.qualify { background: #0D100F; width: 100%; padding: 100px 0 120px; margin: 0 auto; box-sizing: border-box; position: relative; z-index: 10; }
.qualify .section-title { color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,.25); }
.qualify .container { width: 50%; margin: 0 auto; padding: 0; }
.qualify .center, .center { text-align: center; }
.pill { display: inline-block; padding: 8px 14px; border-radius: 999px; background: rgba(0,0,0,.5); color: var(--green); border: 1px solid rgba(255,255,255,.25); font-weight: 700; }
.pill-dark { background: rgba(0,0,0,.65); }

.form-card { max-width: 680px; margin: 22px auto 0; padding: 28px; border-radius: 18px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(8px); }
.field { margin-bottom: 18px; }
.form-card .check { display: flex; gap: 10px; line-height: 1.4; align-items: flex-start; }
.form-card .check input { margin-top: 4px; flex-shrink: 0; }
.form-card .check span { color: #fff; }

fieldset { border: none; margin: 0; padding: 0; }
legend { font-weight: 600; margin-bottom: 1rem; color: #fff; }

.form-label { display: block; font-weight: 600; margin-bottom: 6px; }
.form-input {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 2px solid rgba(255,255,255,.24);
  background: rgba(0,0,0,.12);
  color: #fff;
  font-size: 16px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.form-input::placeholder { color: rgba(255,255,255,.7); }
.form-input:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.form-input:invalid:focus { border-color: #ff6b6b; }
.form-input:valid { border-color: rgba(0,255,133,.6); }

/* Radios melhorados */
.radio-group { display: grid; gap: 10px; }
.radio-option {
  display: flex; align-items: center; gap: 10px;
  padding: 12px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.06);
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.radio-option input { accent-color: var(--green-2); width: 18px; height: 18px; }
.radio-text { color: #fff; }
.radio-option:hover { border-color: rgba(0,255,133,.5); }
.radio-option:has(input:checked) { border-color: var(--green); background: rgba(0,255,133,.08); box-shadow: 0 0 0 2px rgba(0,255,133,.15) inset; }
/* Fallback quando :has não disponível */
.radio-option input:checked + .radio-text { text-decoration: underline; }

/* Consent custom (mantido) */
.consent-check { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; width: 100%; }
.consent-check input[type="checkbox"] { display: none; }
.consent-custom { width: 20px; height: 20px; border: 2px solid rgba(255,255,255,.5); border-radius: 4px; position: relative; transition: all .2s ease; flex-shrink: 0; margin-top: 2px; }
.consent-check input[type="checkbox"]:checked + .consent-custom { border-color: var(--green); background: var(--green); }
.consent-check input[type="checkbox"]:checked + .consent-custom::after { content: "\2713"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #0b0b0e; font-weight: 900; font-size: 12px; }
.consent-text { color: #fff; line-height: 1.5; }
.form-disclaimer { text-align: center; font-size: 12px; color: rgba(255,255,255,.85); margin: 10px 0 0; }

/* FAQ */
.faq { background: #0d100f; width: 100%; padding: 100px 0 120px; margin: 0 auto; box-sizing: border-box; color: #fff; }
.faq .container { width: 80%; margin: 0 auto; }
.faq h2 { color: #fff; width: 50%; margin: 0 auto; }
.faq details { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.18); width: 50%; margin: 0 auto; }
.faq summary { cursor: pointer; list-style: none; position: relative; padding: 10px 0; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq details[open] summary { color: var(--green); }

/* Footer */
.footer { background: var(--black); color: #fff; padding: 28px 0 56px; }
.footer .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; width: 80%; margin: 0 auto; }
.muted { color: #9ca3af; }
.small { font-size: .9rem; }

/* Autofill webkit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,.12) inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* Responsivo */
@media (max-width: 900px) {
  .metrics { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  section { padding: 56px 0; }
  .hero { padding: 60px 0 40px; min-height: 100vh; background-position: center top; }
  .benefits { padding: 80px 0; width: 95%; }
  .testimonials { padding: 0 0 60px; }
  .testimonials .container { max-width: 95%; padding: 0; }
  .how { padding: 60px 0 0; width: 95%; }
  .qualify .container { width: 90%; }
  .hero__content { width: 95%; }
  .how__steps, .benefits__grid, .testimonials__grid { grid-template-columns: 1fr; }
  .step { padding: 20px; gap: 16px; }
  .step__number { width: 44px; height: 44px; font-size: 16px; }
  .step__content h3 { font-size: 18px; }
  .form-card { padding: 20px; margin: 18px 10px 0; }
  .btn { width: 100%; max-width: 360px; }
}
@media (max-width: 480px) {
  .headline { font-size: 28px; }
  .subhead { font-size: 16px; }
  .metric__value { font-size: 22px; }
}

/* Dark scheme */
@media (prefers-color-scheme: dark) {
  body { background: #0b0b0e; color: #e5e7eb; }
  .benefit { background: #0f1115; border-color: #1f2430; color: #e5e7eb; }
  .benefit p { color: #a3aab8; }
}

/* Acessibilidade / motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
