/* C:\Projetos\emitircrlv\public\css\emitircrlv-home.css */
/*
  CSS exclusivo da HOME.

  IMPORTANTE:
  - Não mexer no Header.handlebars.
  - Não mexer no Footer.handlebars.
  - Não mexer no main.handlebars.
  - Este arquivo só controla a landing/home.
  - O footer padrão usado na home é o mesmo Footer.handlebars das demais páginas.
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:root {
  --bg: #07070e;
  --s1: #0e0e1a;
  --s2: #141420;
  --s3: #1a1a28;
  --border: #ffffff0f;
  --border2: #ffffff1a;
  --border3: #ffffff28;
  --green: #00ff94;
  --green2: #00cc77;
  --green3: #00ff9422;
  --blue: #4466ff;
  --text: #eeeef8;
  --muted: #9090b0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Instrument Sans', sans-serif;
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* =========================================================
   FUNDO DA HOME — AURORA ANIMADA
========================================================= */

.bg-aurora {
  position: fixed;
  inset: -50%;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #00ff9422 0deg,
    transparent 60deg,
    #4466ff18 120deg,
    transparent 180deg,
    #00ff941a 240deg,
    transparent 300deg,
    #00ff9422 360deg
  );
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  animation: auroraSpin 25s linear infinite;
}

.bg-aurora-2 {
  position: fixed;
  inset: -30%;
  background: conic-gradient(
    from 90deg at 30% 40%,
    transparent 0deg,
    #00ff9415 90deg,
    transparent 180deg,
    #4466ff10 270deg,
    transparent 360deg
  );
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  animation: auroraSpin2 35s linear infinite reverse;
}

.bg-grid {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(#ffffff06 1px, transparent 1px),
    linear-gradient(90deg, #ffffff06 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(180deg, black 0%, black 40%, transparent 90%);
  -webkit-mask-image: linear-gradient(180deg, black 0%, black 40%, transparent 90%);
}

.bg-vignette {
  position: fixed;
  inset: 0;
  background: radial-gradient(
    ellipse 100% 80% at 50% 50%,
    transparent 30%,
    #07070ee0 100%
  );
  pointer-events: none;
  z-index: 0;
}

@keyframes auroraSpin  { to { transform: rotate(360deg); } }
@keyframes auroraSpin2 { to { transform: rotate(360deg); } }

/* =========================================================
   HEADER DA HOME
   Este header fica dentro do home.handlebars.
========================================================= */

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 clamp(16px, 4vw, 48px);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: #07070ecc;
}

.logo {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 4vw, 22px);
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 2px;
  text-decoration: none;
}

.logo-em {
  color: white;
}

.logo-crlv {
  color: var(--green);
}

.logo-dot {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  margin-left: 3px;
  animation: blink 2s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-pill {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  letter-spacing: .02em;
  white-space: nowrap;
}

.pill-outline {
  background: transparent;
  border: 1px solid var(--border3);
  color: var(--muted);
}

.pill-green {
  background: var(--green3);
  border: 1px solid #00ff9430;
  color: var(--green);
}

.hide-mobile {
  display: inline-flex;
}

/* =========================================================
   HERO
========================================================= */

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px clamp(16px, 4vw, 48px) 48px;
  position: relative;
  z-index: 1;
}

.hero-inner {
  max-width: 1100px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--s1);
  border: 1px solid var(--border2);
  padding: 7px 14px;
  border-radius: 30px;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 24px;
  letter-spacing: .02em;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
  animation: blink 2s infinite;
}

h1 {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(55px, 9vw, 80px);
  font-weight: 900;
  line-height: .97;
  letter-spacing: -2px;
  margin-bottom: 24px;
}

.h1-white {
  color: var(--text);
}

.h1-green {
  color: var(--green);
  display: block;
}

.h1-dim {
  color: #44445a;
  display: block;
}

.hero-desc {
  font-size: clamp(15px, 4vw, 17px);
  color: var(--muted);
  max-width: 460px;
  line-height: 1.65;
  margin-bottom: 32px;
  font-weight: 300;
}

.hero-desc strong {
  color: var(--text);
  font-weight: 500;
}

.hero-stats {
  display: flex;
  gap: clamp(20px, 5vw, 32px);
  flex-wrap: wrap;
}

.stat-num {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 900;
  letter-spacing: -1px;
  color: var(--text);
  line-height: 1;
}

.stat-num span {
  color: var(--green);
}

.stat-label {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}

/* =========================================================
   FORM CARD
========================================================= */

.form-card {
  background: var(--s1);
  border: 1px solid var(--border2);
  border-radius: 20px;
  padding: clamp(20px, 5vw, 32px);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}

.form-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #00ff940a 0%, transparent 60%);
  pointer-events: none;
}

.form-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
}

.form-card form {
  position: relative;
  z-index: 1;
}

.refund-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #00ff9410;
  border: 1px solid #00ff9425;
  border-radius: 10px;
  padding: 9px 12px;
  margin-bottom: 20px;
  font-size: 12px;
  color: var(--green);
  line-height: 1.4;
}

.refund-strip svg {
  flex-shrink: 0;
  opacity: .8;
}

.field-group {
  margin-bottom: 14px;
}

.field-label {
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px;
  display: block;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

input[type=text],
input[type=email],
select {
  width: 100%;
  background: var(--s2);
  border: 1px solid var(--border2);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
  color: var(--text);
  font-family: 'Instrument Sans', sans-serif;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none;
  appearance: none;
}

input::placeholder {
  color: #55556a;
}

input:focus,
select:focus {
  border-color: #00ff9440;
  box-shadow: 0 0 0 3px #00ff9410;
}

select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236060a0' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

select option {
  background: var(--s2);
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 14px;
  gap: 12px;
  flex-wrap: wrap;
}

.price-label {
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 2px;
}

.price-amount {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(26px, 7vw, 32px);
  font-weight: 900;
  letter-spacing: -1px;
  color: var(--green);
  line-height: 1;
}

.price-right {
  text-align: right;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.5;
}

.btn-cta {
  width: 100%;
  background: var(--green);
  color: #000;
  border: none;
  border-radius: 12px;
  padding: 15px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Cabinet Grotesk', sans-serif;
  cursor: pointer;
  letter-spacing: .02em;
  position: relative;
  overflow: hidden;
  transition: all .2s;
  min-height: 48px;
}

.btn-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, #ffffff20 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform .5s;
}

.btn-cta:hover,
.btn-cta:active {
  background: var(--green2);
  transform: translateY(-1px);
  box-shadow: 0 8px 32px #00ff9430;
}

.btn-cta:hover::before {
  transform: translateX(100%);
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.form-footer-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: var(--muted);
}

.form-footer-item svg {
  opacity: .6;
  flex-shrink: 0;
}

/* =========================================================
   TRUST
========================================================= */

.trust {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 16px clamp(16px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 40px);
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
}

.trust-icon {
  width: 16px;
  height: 16px;
  color: var(--green);
  flex-shrink: 0;
}

/* =========================================================
   SECTIONS
========================================================= */

section.content {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(48px, 10vw, 80px) clamp(16px, 4vw, 48px);
}

.section-tag {
  font-size: 11px;
  font-weight: 500;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 10px;
}

.section-title {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(26px, 6vw, 42px);
  font-weight: 900;
  letter-spacing: -1.5px;
  margin-bottom: 14px;
  line-height: 1.1;
}

.section-sub {
  font-size: clamp(14px, 4vw, 16px);
  color: var(--muted);
  max-width: 560px;
  line-height: 1.65;
  margin-bottom: clamp(32px, 6vw, 48px);
  font-weight: 300;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.step-card {
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: clamp(20px, 4vw, 28px);
  position: relative;
  transition: border-color .2s;
}

.step-card.active {
  border-color: #00ff9430;
  background: linear-gradient(135deg, var(--s1), #00ff9406);
}

.step-num {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(36px, 8vw, 48px);
  font-weight: 900;
  color: #00ff94;
  line-height: 1;
  margin-bottom: 14px;
  -webkit-text-stroke: 1px var(--border3);
}

.step-icon {
  width: 40px;
  height: 40px;
  background: var(--s2);
  border: 1px solid var(--border2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.step-icon svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.step-card h3 {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(15px, 4vw, 17px);
  font-weight: 800;
  margin-bottom: 6px;
  letter-spacing: -.3px;
}

.step-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.service-card {
  background: var(--s1);
  border: 1px solid var(--border2);
  border-radius: 18px;
  padding: clamp(24px, 5vw, 32px);
  transition: all .2s;
}

.service-card.featured {
  border-color: #00ff9430;
  background: linear-gradient(135deg, var(--s1), #00ff9406);
}

.service-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.badge-green {
  background: var(--green3);
  color: var(--green);
  border: 1px solid #00ff9430;
}

.badge-blue {
  background: #4466ff15;
  color: #8899ff;
  border: 1px solid #4466ff30;
}

.service-card h3 {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(20px, 5vw, 22px);
  font-weight: 900;
  letter-spacing: -.5px;
  margin-bottom: 8px;
}

.service-card .desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 18px;
}

.service-price {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(24px, 6vw, 28px);
  font-weight: 900;
  color: var(--green);
  letter-spacing: -1px;
  line-height: 1;
}

.service-price-sub {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}

.service-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--green);
  color: #000;
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background .2s, box-shadow .2s, transform .2s;
}

.service-action:hover,
.service-action:active {
  background: var(--green2);
  color: #000;
  transform: translateY(-1px);
  box-shadow: 0 8px 28px #00ff9426;
}

.service-action-blue {
  background: #8899ff;
}

.service-action-blue:hover,
.service-action-blue:active {
  background: #6f82ff;
  box-shadow: 0 8px 28px #4466ff33;
}

.service-features {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
}

.feat svg {
  color: var(--green);
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.states-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 8px;
}

.state-chip {
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 8px;
  text-align: center;
  cursor: pointer;
  transition: all .15s;
  min-height: 60px;
  color: var(--text);
  font-family: 'Instrument Sans', sans-serif;
}

.state-chip:active,
.state-chip:hover {
  border-color: #00ff9440;
  background: var(--s2);
}

.state-uf {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.5px;
}

.state-nm {
  font-size: 10px;
  color: var(--muted);
  margin-top: 2px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.review-card {
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: clamp(20px, 4vw, 24px);
}

.stars {
  color: var(--green);
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 12px;
}

.review-text {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 14px;
  font-style: italic;
}

.review-author {
  font-size: 12px;
  font-weight: 500;
  color: var(--text);
}

.review-place {
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}

.seo-content {
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: clamp(24px, 5vw, 40px);
  margin-top: 0;
}

.seo-content h2 {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(20px, 5vw, 24px);
  font-weight: 800;
  letter-spacing: -.5px;
  margin-bottom: 12px;
  color: var(--text);
  line-height: 1.2;
}

.seo-content h3 {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(15px, 4vw, 17px);
  font-weight: 700;
  margin: 20px 0 8px;
  color: var(--text);
}

.seo-content p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 12px;
}

.seo-content strong {
  color: var(--text);
  font-weight: 500;
}

.seo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 40px);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--text);
  transition: background .15s;
  line-height: 1.4;
  background: transparent;
  border: 0;
  text-align: left;
  font-family: inherit;
}

.faq-q:active,
.faq-q:hover {
  background: var(--s2);
}

.faq-q svg {
  flex-shrink: 0;
  color: var(--muted);
  transition: transform .2s;
}

.faq-q.open svg {
  transform: rotate(180deg);
}

.faq-a {
  padding: 0 18px 16px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  display: none;
}

.faq-a.open {
  display: block;
}

.faq-a strong {
  color: var(--text);
}

.disclaimer {
  max-width: 1000px;
  margin: 0 auto 48px;
  padding: 0 clamp(16px, 4vw, 48px);
  position: relative;
  z-index: 1;
}

.disclaimer-box {
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
  text-align: center;
}

.disclaimer-box strong {
  color: var(--text);
}

/* =========================================================
   FOOTER PADRÃO DA HOME
   Este bloco faz o Footer.handlebars ficar igual ao da issueForm.
========================================================= */

.site-footer {
  flex-shrink: 0;
  border-top: 1px solid var(--border);
  background: #07070ecc;
  color: var(--text);
  padding: 42px 0 24px;
  position: relative;
  z-index: 1;
}

.footer-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.footer-col {
  min-width: 0;
}

.footer-heading {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.footer-links li {
  margin: 0 0 8px;
  padding: 0;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.45;
  transition: color .2s ease;
  white-space: normal;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--green);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  font-family: 'Cabinet Grotesk', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 1;
}

.brand-muted {
  color: white;
}

.brand-green {
  color: var(--green);
}

.brand-dot {
  width: 6px;
  height: 6px;
  margin-left: 3px;
  border-radius: 999px;
  background: var(--green);
  animation: blink 2s ease-in-out infinite;
}

.muted,
.text-muted {
  color: var(--muted) !important;
}

.footer-bottom {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.safe-environment {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 148, 0.25);
  background: var(--green3);
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

/* =========================================================
   ANIMAÇÕES
========================================================= */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  animation: fadeUp .6s ease forwards;
}

.delay-1 {
  animation-delay: .08s;
  opacity: 0;
}

.delay-2 {
  animation-delay: .16s;
  opacity: 0;
}

.delay-3 {
  animation-delay: .24s;
  opacity: 0;
}

/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hide-mobile {
    display: none;
  }

  .steps-grid,
  .services-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .seo-grid {
    grid-template-columns: 1fr;
  }

  .trust {
    gap: 14px;
    justify-content: flex-start;
    overflow-x: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .trust::-webkit-scrollbar {
    display: none;
  }

  .trust {
    scrollbar-width: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  nav {
    height: 56px;
  }

  .hero {
    padding-top: 84px;
    min-height: auto;
  }

  .nav-pill {
    font-size: 10px;
    padding: 4px 8px;
  }

  .price-right {
    text-align: left;
    width: 100%;
  }

  .states-wrap {
    grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  }

  .form-footer-item {
    font-size: 10px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-wordmark {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  h1 {
    letter-spacing: -1.5px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-stats {
    gap: 16px;
  }

  .stat-num {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

/* =========================================================
   HEADER — SEÇÃO DO USUÁRIO LOGADO (home usa este CSS isolado)
========================================================= */

.header-user-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  padding: 5px 12px 5px 8px;
  color: var(--text);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: background .2s, border-color .2s;
  white-space: nowrap;
  max-width: 220px;
}

.header-user-btn:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .18);
  color: var(--text);
}

.header-user-avatar {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(0, 255, 148, .15);
  border: 1px solid rgba(0, 255, 148, .3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--green);
}

.header-user-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 8px;
  transition: color .2s, background .2s;
  white-space: nowrap;
}

.header-nav-link:hover {
  color: var(--text);
  background: rgba(255, 255, 255, .06);
}

.header-logout-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 8px;
  transition: color .2s, background .2s;
  white-space: nowrap;
}

.header-logout-btn:hover {
  color: #ff9aad;
  background: rgba(255, 77, 109, .08);
}

@media (max-width: 640px) {
  .header-nav-hide-mobile { display: none; }
  .header-user-name       { display: none; }
  .header-user-btn        { padding: 5px 8px; }
  .header-logout-label    { display: none; }
  .header-logout-btn      { padding: 5px 8px; }
}

/* =========================================================
   ACCOUNT TAB-BAR MOBILE (home usa este CSS isolado)
========================================================= */

.acct-tabbar {
  display: none;
}

@media (max-width: 768px) {
  .acct-tabbar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: rgba(10, 10, 20, .94);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  body.has-tabbar {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
}

.acct-tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 10px 4px 12px;
  text-decoration: none;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .01em;
  transition: color .2s;
  min-height: 58px;
  -webkit-tap-highlight-color: transparent;
}

.acct-tab i {
  font-size: 20px;
  line-height: 1;
}

.acct-tab:hover,
.acct-tab.active {
  color: var(--green);
}

.acct-tab--logout:hover {
  color: #ff9aad;
}
