/* MV_GLOBAL_FONT_SITE_IMPORT_V1 */
@import url('/assets/css/movipc_global_font_v1.css?v=20260513');


*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #0f172a;
  background-color: #f3f4f6;
}

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

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

/* Header */
header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
  background: rgba(248, 250, 252, 0.9);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.navbar {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-left img {
  height: 32px;
}

.nav-brand {
  font-weight: 600;
  letter-spacing: -0.03em;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.92rem;
}

.nav-menu a {
  opacity: 0.8;
}

.nav-menu a:hover {
  opacity: 1;
}

.btn-primary {
  padding: 8px 16px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: white;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.9rem;
}

.btn-outline {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #2563eb;
  background: white;
  color: #2563eb;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.85rem;
}

main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.section {
  margin-top: 40px;
}

.section h2 {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.section p.section-subtitle {
  font-size: 0.9rem;
  color: #6b7280;
  margin-top: 0;
}

/* Hero */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 16px;
}

.hero h1 {
  font-size: 2.1rem;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

.hero p {
  font-size: 0.98rem;
  color: #4b5563;
}

.hero-highlight {
  font-weight: 600;
  color: #1d4ed8;
}

/* Serviços */
.services-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.services-row::-webkit-scrollbar {
  display: none;
}

.service-card {
  flex: 0 0 260px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.service-card img {
  border-radius: 14px;
  height: 190px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.service-card h3 {
  font-size: 1rem;
  margin: 0 0 4px;
}

.service-card p {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0;
}

/* Cards */
.card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  font-size: 0.94rem;
}

/* Depoimentos */
.depo-placeholder {
  padding: 10px 12px;
  border-radius: 12px;
  background: #f9fafb;
  font-size: 0.9rem;
  color: #6b7280;
}

/* Contato */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 20px;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-actions-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f7;
}

.contact-actions-logo {
  height: 34px;
  width: auto;
}

.contact-actions-title {
  font-weight: 650;
  letter-spacing: -0.02em;
}

.contact-actions-subtitle {
  font-size: 0.86rem;
  color: #6b7280;
  margin-top: 2px;
}

.contact-actions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.contact-action-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
}

.contact-action-card:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.contact-icon {
  display: grid;
  place-items: center;
  height: 38px;
  width: 38px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  flex: 0 0 auto;
}

.contact-icon svg {
  height: 20px;
  width: 20px;
}

.contact-action-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.contact-action-title {
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.contact-action-desc {
  font-size: 0.86rem;
  color: #6b7280;
  margin-top: 2px;
}

.contact-action-arrow {
  margin-left: auto;
  opacity: 0.6;
  font-size: 0.95rem;
}

.contact-actions-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #eef2f7;
}

.contact-actions-note-badge {
  height: 34px;
  width: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(56, 189, 248, 0.16);
  flex: 0 0 auto;
}

.contact-actions-note-title {
  font-weight: 650;
  letter-spacing: -0.02em;
}

.contact-actions-note-text {
  font-size: 0.86rem;
  color: #6b7280;
  margin-top: 2px;
}

.contact-form .form-group {
  margin-bottom: 10px;
}

.form-group label {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 4px;
  color: #4b5563;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-family: inherit;
  font-size: 0.9rem;
  background-color: #f9fafb;
}

.contact-hint {
  font-size: 0.8rem;
  color: #6b7280;
}

/* Modal área do cliente */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.3);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 50;
}

.modal-backdrop.open {
  display: flex;
}

.modal {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 22px;
  max-width: 640px;
  width: 100%;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.45);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.modal-header h3 {
  margin: 0;
  font-size: 1.1rem;
}

.modal-close {
  border: none;
  background: transparent;
  font-size: 1.2rem;
  cursor: pointer;
}

.status-label {
  font-weight: 600;
}

.status-bar-wrapper {
  margin-top: 10px;
  position: relative;
  padding-right: 24px;
}

.status-bar {
  height: 6px;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
}

.status-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  transition: width 0.3s ease;
}

.status-van {
  position: absolute;
  top: 50%;
  left: 0%;
  height: 60px;
  transform: translate(-50%, -50%);
  transition: left 1.2s ease;
  z-index: 2;
}

.status-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.8rem;
  margin-top: 8px;
}

.status-pill {
  padding: 4px 8px;
  border-radius: 999px;
  background: #f3f4f6;
}

.status-pill.active {
  background: #2563eb;
  color: #ffffff;
}

.os-details {
  margin-top: 10px;
  font-size: 0.86rem;
}

.os-details dt {
  font-weight: 600;
}

.os-details dd {
  margin: 0 0 4px;
}

.os-field-text {
  white-space: pre-line;
}

.os-details-toggle {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #2563eb;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
}

.os-details-toggle:hover {
  text-decoration: underline;
}

.os-message {
  font-size: 0.86rem;
  margin-top: 8px;
}

/* Diagnóstico layout */
.section-alt {
  background: transparent;
}

.diag-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.diag-header-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.diag-grid {
  display: grid;
  /* Padrão: 2 colunas (PC/Notebook), mesmo com janela não tão larga */
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* Em telas bem largas, dá um pouco mais de espaço para a coluna da esquerda */
@media (min-width: 1100px) {
  .diag-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  }
}

.diag-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.diag-card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
}

.diag-card h2 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.diag-card h2::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
}

.diag-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}

.diag-table th,
.diag-table td {
  padding: 6px 7px;
  text-align: left;
}

.diag-table th {
  background-color: #f9fafb;
  font-weight: 500;
  color: #4b5563;
}

.diag-table tr:nth-child(even) {
  background-color: #f9fafb;
}

.diag-table tr:hover {
  background-color: #eef2ff;
}

.diag-table select,
.diag-table input {
  width: 100%;
  font-size: 0.8rem;
  padding: 4px 6px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #ffffff;
}

.diag-table th:nth-child(3),
.diag-table td:nth-child(3) {
  width: 100px;
  min-width: 90px;
}

.diag-footer-note {
  font-size: 0.8rem;
  color: #6b7280;
}

/* Footer */
footer {
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  padding: 18px 16px 24px;
  font-size: 0.8rem;
  color: #6b7280;
  background: #f9fafb;
}

footer .footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* Responsivo */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .nav-menu {
    display: none;
  }
}

/* Diagnóstico: só cai para 1 coluna em telas realmente estreitas (mobile) */
@media (max-width: 600px) {
  .diag-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}


/* Barra de status OS - mais grossa e com efeito de onda */
.status-bar-wrapper {
  margin-top: 8px;
}

.status-bar {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
}

.status-bar-fill {
  position: relative;
  height: 100%;
  border-radius: inherit;
  background-image: linear-gradient(
    120deg,
    #0ea5e9 0%,
    #38bdf8 25%,
    #0ea5e9 50%,
    #38bdf8 75%,
    #0ea5e9 100%
  );
  background-size: 200% 100%;
  animation: statusWave 2.5s linear infinite;
}

.status-van {
  position: absolute;
  top: 50%;
  left: 0%;
  height: 60px;
  transform: translate(-50%, -50%);
  transition: left 0.3s ease;
  z-index: 2;
}

@keyframes statusWave {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -200% 0;
  }
}


/* ---------- Diagnóstico: extras ---------- */
.storage-extra-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.storage-row {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 10px;
  align-items: center;
}

.storage-row select,
.storage-row input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 0.95rem;
  background: white;
}

.storage-row .btn-outline {
  white-space: nowrap;
}

.ck-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.ck-title {
  margin: 0 0 6px;
  font-size: 0.95rem;
}

.ck-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  cursor: pointer;
  user-select: none;
}

.ck-item input {
  transform: scale(1.2);
  margin-top: 2px;
}

/* Refinamento mobile: toques maiores + menos rolagem */
@media (max-width: 900px) {
  .btn-primary, .btn-outline {
    padding: 12px 16px;
    font-size: 0.95rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 1rem;
  }

  .diag-card {
    padding: 14px;
  }

  .storage-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .ck-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}


/* MoviPC: Van da OS só aparece após consulta */
.status-van{opacity:0;visibility:hidden;pointer-events:none;}
.status-van.show{opacity:1;visibility:visible;}
