/* ─── Background — réplica fiel das ellipses do V1 (1px = 1/1920 × 100vw) ── */
.bg-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
.bg-glow > div { position: absolute; border-radius: 50%; }

.bg-e6 {
  width: 167vw; height: 77vw;
  top: 2.8vw;  left: -102vw;
  transform: rotate(6.2deg);
  background: radial-gradient(50% 50% at 50% 50%, rgba(116,0,0,.36) 0%, transparent 100%);
}
.bg-e2 {
  width: 205vw; height: 73vw;
  top: 14.2vw; left: -109vw;
  transform: rotate(-23.2deg);
  background: radial-gradient(50% 50% at 50% 50%, rgba(242,14,9,.34) 0%, transparent 100%);
}
.bg-e {
  width: 167vw; height: 73vw;
  top: 21.7vw; left: 22.7vw;
  transform: rotate(6.2deg);
  background: radial-gradient(50% 50% at 50% 50%, rgba(242,14,9,.34) 0%, transparent 100%);
}
.bg-e4 {
  width: 167vw; height: 77vw;
  top: 2.8vw;  left: 27.9vw;
  transform: rotate(6.2deg);
  background: radial-gradient(50% 50% at 50% 50%, #fd7222 0%, transparent 100%);
}

/* ─── Nav — largura extra pra caber o widget de usuário ──────── */
.dash-nav { grid-template-columns: 235px minmax(0, 1fr) auto; }

.dash-user {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-self: end;
}

.dash-notification {
  position: relative;
  display: flex;
  width: 23px;
  flex-shrink: 0;
}
.dash-notification img { width: 100%; height: 27px; }
.dash-notification-dot {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fc5a5a;
}

.dash-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}

.dash-user-info {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  white-space: nowrap;
  cursor: pointer;
}
.dash-user-name {
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 14px;
  color: #fafafb;
}
.dash-user-role {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #696974;
}

.dash-dropdown { width: 12px; height: 7.5px; flex-shrink: 0; }

.dash-user-menu { position: relative; }
.dash-dropdown-toggle {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 8px;
}

.dash-user-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 140px;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 8px;
  z-index: 10;
}
.dash-user-menu.open .dash-user-dropdown { display: block; }

.dash-dropdown-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border-radius: 8px;
  font-family: var(--font-poppins);
  font-size: 14px;
  color: var(--white);
  white-space: nowrap;
}
.dash-dropdown-item:hover { background: rgba(255,255,255,0.08); }

/* ─── Nav ativo (Fale Conosco) ───────────────────────────────── */
.nav-active      { color: var(--white)       !important; }
.text-wrapper-20 { color: var(--white-muted) !important; }

/* ─── Seção ──────────────────────────────────────────────────── */
.fc-hero {
  position: relative;
  padding-block: 60px 100px;
}

.fc-deco-left {
  position: absolute;
  left: -60px;
  top: -18px;
  width: clamp(112px, 12.8vw, 224px);
  pointer-events: none;
  user-select: none;
}
.fc-deco-right {
  position: absolute;
  right: -80px;
  top: 440px;
  width: clamp(160px, 18vw, 320px);
  pointer-events: none;
  user-select: none;
}

.fc-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(32px, 6vw, 100px);
  align-items: center;
}

.fc-visual { display: flex; justify-content: center; }
.fc-logo {
  width: 100%;
  max-width: 480px;
  height: auto;
  object-fit: contain;
}

/* ─── Formulário ─────────────────────────────────────────────── */
.fc-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fc-title {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: clamp(28px, 3vw, 44px);
  color: var(--white);
  margin-bottom: -8px;
}

.fc-subtitle {
  font-family: var(--font-montserrat);
  font-weight: 400;
  font-size: 16px;
  color: #c0c0c0;
}

.fc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.fc-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fc-field-full { width: 100%; }

.fc-label {
  font-family: var(--font-montserrat);
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
}

.fc-input,
.fc-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 17px 16px;
  background: rgba(27, 23, 23, 0.3);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  font-family: var(--font-montserrat);
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
  letter-spacing: 0.28px;
  outline: none;
  transition: border-color .2s;
}
.fc-input::placeholder,
.fc-textarea::placeholder { color: #c0c0c0; }
.fc-input:focus,
.fc-textarea:focus { border-color: rgba(253,114,34,0.5); }

.fc-textarea {
  height: 160px;
  background: rgba(0, 0, 0, 0.25);
  resize: none;
}

/* ─── Botão enviar ───────────────────────────────────────────── */
.fc-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 432px;
  padding: 20px 0;
  background: var(--gradient-btn);
  border-radius: 16px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  cursor: pointer;
  transition: opacity .2s;
}
.fc-submit:hover { opacity: .85; }
.fc-submit:disabled { opacity: .6; cursor: not-allowed; }

.req { color: var(--orange); }

.fc-error-msg {
  min-height: 18px;
  font-family: var(--font-montserrat);
  font-size: 13px;
  color: #fca5a5;
}

/* ─── Toast ──────────────────────────────────────────────────── */
.toast {
  position: fixed;
  bottom: 32px; left: 50%;
  transform: translateX(-50%) translateY(80px);
  opacity: 0;
  padding: 14px 28px;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  font-family: var(--font-montserrat);
  font-size: 14px;
  color: var(--white);
  transition: transform .3s, opacity .3s;
  z-index: 99;
  pointer-events: none;
}
.toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }
.toast.ok   { border-color: #22c55e; color: #86efac; }
.toast.err  { border-color: #ef4444; color: #fca5a5; }

/* ─── Responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .fc-grid { grid-template-columns: 1fr; }
  .fc-visual { order: -1; }
  .fc-logo { max-width: 280px; }
  .fc-row { grid-template-columns: 1fr; }
  .fc-deco-left, .fc-deco-right { display: none; }
}

/* Alinhado ao breakpoint de nav mobile do global.css (768px) */
@media (max-width: 768px) {
  .dash-nav { grid-template-columns: auto 1fr; }
  .dash-user { display: none; }
}
