/* DriveMoc Landing — fiel ao design DriveMoc Landing.html */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  color: #0a1733;
  background: #fff;
}

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

img {
  max-width: 100%;
  height: auto;
}

section {
  scroll-margin-top: 88px;
}

@keyframes dmFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes dmToast {
  0% {
    transform: translateY(16px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

#waitlist-success[hidden],
#waitlist-duplicate[hidden],
#waitlist-error[hidden] {
  display: none !important;
}

#waitlist-success:not([hidden]),
#waitlist-duplicate:not([hidden]) {
  display: flex;
  align-items: center;
  gap: 14px;
}

#waitlist-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

#waitlist-submit:hover {
  filter: brightness(1.08);
}

.dm-hero-car-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 540px;
  animation: dmFloat 6s ease-in-out infinite;
}

.dm-hero-car {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 40px rgba(10, 20, 50, 0.18));
}

input:focus {
  border-color: #1e88e5 !important;
  box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.15);
}

/* Header mobile */
.dm-nav-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 6px;
}

.dm-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: #0a1733;
  margin: 4px 0;
}

@media (max-width: 900px) {
  .dm-nav-toggle {
    display: block;
  }

  .dm-header-cta {
    display: none !important;
  }

  .dm-nav {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0 !important;
    padding: 12px 24px 20px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #edf0f6;
    box-shadow: 0 18px 40px rgba(10, 20, 50, 0.08);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .dm-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .dm-nav a {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #f1f4f9;
  }

  .dm-grid-2,
  .dm-grid-3,
  .dm-grid-4,
  .dm-grid-footer,
  .dm-req-grid {
    grid-template-columns: 1fr !important;
  }

  .dm-hero-grid h1 {
    font-size: 38px !important;
  }

  .dm-hero-grid p {
    font-size: 17px !important;
  }

  .dm-tariffs-grid > div:first-child {
    padding: 32px 24px !important;
  }

  .dm-tariffs-grid {
    gap: 28px !important;
  }

  #tarifas > div {
    padding: 28px 20px !important;
  }

  .dm-driver-grid {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .dm-driver-grid > div:first-child {
    order: 2;
  }

  .dm-driver-grid > div:last-child {
    order: 1;
  }

  .dm-grid-footer {
    gap: 28px !important;
  }
}

@media (max-width: 600px) {
  .dm-header-inner {
    padding: 14px 16px !important;
  }

  .dm-hero-grid {
    padding-top: 48px !important;
    gap: 36px !important;
  }

  .dm-hero-grid h1 {
    font-size: 32px !important;
  }

  #waitlist-form > div:first-child {
    grid-template-columns: 1fr !important;
  }

  #lista {
    max-width: 100% !important;
  }

  .dm-grid-3 {
    gap: 16px !important;
  }

  section[id] {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #tarifas h2,
  #vantagens h2,
  #como h2,
  #cobertura h2,
  #comparativo h2,
  #cidades h2 {
    font-size: 28px !important;
  }
}

/* Floating WhatsApp support */
.dm-whatsapp-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: 0 14px 32px -10px rgba(37, 211, 102, .65);
  transition: transform .15s ease, filter .15s ease;
}

.dm-whatsapp-fab:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

.dm-whatsapp-fab svg {
  flex: none;
}

.dm-whatsapp-fab-label {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .dm-whatsapp-fab {
    right: 16px;
    bottom: 16px;
    padding: 14px;
  }

  .dm-whatsapp-fab-label {
    display: none;
  }
}

.dm-social-ig {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9fb4da;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.dm-social-ig:hover {
  color: #fff;
  border-color: rgba(255, 152, 0, 0.45);
  background: rgba(255, 152, 0, 0.12);
}

.dm-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 28px;
  padding-top: 24px;
  font-size: 13px;
  color: #6b7ea3;
  font-weight: 500;
}

.dm-developed-by {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #9fb4da;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.15s ease, opacity 0.15s ease;
}

.dm-developed-by:hover {
  color: #fff;
  opacity: 0.95;
}

.dm-developed-by img {
  display: block;
  height: 42px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  background: transparent;
}

@media (max-width: 600px) {
  .dm-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .dm-developed-by {
    gap: 10px;
  }

  .dm-developed-by img {
    height: 36px;
    max-width: 96px;
  }
}

/* ===== Cidades / expansão ===== */
@keyframes dmPulseRing {
  0% {
    transform: scale(0.85);
    opacity: 0.85;
  }
  70% {
    transform: scale(2.1);
    opacity: 0;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes dmCityIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dm-cities {
  position: relative;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(0, 71, 187, 0.08), transparent 55%),
    radial-gradient(ellipse 70% 50% at 95% 30%, rgba(255, 152, 0, 0.1), transparent 50%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3fa 48%, #f7f9fc 100%);
  border-top: 1px solid #e4e9f2;
  border-bottom: 1px solid #e4e9f2;
  overflow: hidden;
}

.dm-cities::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 71, 187, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 71, 187, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
}

.dm-cities-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 92px 24px;
}

.dm-cities-head {
  max-width: 640px;
  margin-bottom: 36px;
}

.dm-cities-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: #ff9800;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}

.dm-cities-head h2 {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  line-height: 1.12;
  color: #0a1733;
}

.dm-cities-head p {
  margin: 0;
  color: #5b6b8c;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.dm-city-featured {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(135deg, #06173b 0%, #0a1733 48%, #002d7a 100%);
  color: #fff;
  box-shadow: 0 28px 60px -28px rgba(6, 23, 59, 0.55);
  margin-bottom: 40px;
  min-height: 320px;
}

.dm-city-featured-glow {
  position: absolute;
  right: -40px;
  top: -60px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 152, 0, 0.28), transparent 68%);
  pointer-events: none;
}

.dm-city-featured-map {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 72% 42%, rgba(255, 152, 0, 0.18) 0 4px, transparent 5px),
    radial-gradient(circle at 68% 58%, rgba(30, 136, 229, 0.35) 0 3px, transparent 4px),
    radial-gradient(circle at 80% 65%, rgba(255, 255, 255, 0.18) 0 2px, transparent 3px);
  opacity: 0.9;
  pointer-events: none;
}

.dm-city-featured-body {
  position: relative;
  padding: 40px 36px 40px 40px;
  z-index: 1;
}

.dm-city-featured-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 18px;
}

.dm-city-region {
  font-size: 13px;
  font-weight: 600;
  color: #9fb4da;
}

.dm-city-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 7px 14px;
}

.dm-city-badge--live {
  background: rgba(255, 152, 0, 0.18);
  color: #ffb74d;
  border: 1px solid rgba(255, 152, 0, 0.35);
}

.dm-city-badge--soon {
  background: #eaf1ff;
  color: #0047bb;
  border: 1px solid #d5e3ff;
}

.dm-city-pulse {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff9800;
  box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.55);
}

.dm-city-pulse::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #ff9800;
  animation: dmPulseRing 1.8s ease-out infinite;
}

.dm-city-featured-body h3 {
  margin: 0 0 12px;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.dm-city-featured-body > p {
  margin: 0 0 28px;
  max-width: 460px;
  color: #bfd3f5;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.55;
}

.dm-city-featured-body > p strong {
  color: #fff;
  font-weight: 700;
}

.dm-city-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.dm-city-meta-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 12px 16px;
  min-width: 132px;
}

.dm-city-meta-label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: #7e93bc;
  margin-bottom: 4px;
}

.dm-city-meta-value {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

.dm-city-featured-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ff9800;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 22px;
  border-radius: 14px;
  box-shadow: 0 14px 28px -12px rgba(255, 152, 0, 0.7);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.dm-city-featured-cta:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.dm-city-featured-side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 152, 0, 0.2), transparent 55%),
    linear-gradient(160deg, transparent 20%, rgba(0, 45, 122, 0.55) 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.dm-city-pin {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  animation: dmFloat 5.5s ease-in-out infinite;
}

.dm-city-pin span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #ffb74d;
}

.dm-cities-soon-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.dm-cities-soon-head h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0a1733;
}

.dm-cities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.dm-city-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #e4e9f2;
  box-shadow: 0 1px 2px rgba(10, 20, 50, 0.04);
  backdrop-filter: blur(8px);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  animation: dmCityIn 0.55s ease both;
  animation-delay: calc(var(--i, 0) * 45ms);
}

.dm-city-card:hover {
  transform: translateY(-3px);
  border-color: #c9d7f0;
  box-shadow: 0 14px 28px -18px rgba(10, 20, 50, 0.28);
}

.dm-city-card--more {
  background: linear-gradient(135deg, #eaf1ff, #fff4e5);
  border-color: #d9e4f8;
}

.dm-city-name {
  font-size: 15px;
  font-weight: 700;
  color: #0a1733;
}

.dm-city-tag {
  flex: none;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #5b6b8c;
  background: #f1f4f9;
  border-radius: 999px;
  padding: 5px 10px;
}

.dm-city-card--more .dm-city-tag {
  background: rgba(0, 71, 187, 0.1);
  color: #0047bb;
}

.dm-cities-note {
  margin: 20px 0 0;
  font-size: 13.5px;
  color: #7e8aa3;
  font-weight: 500;
  line-height: 1.5;
  max-width: 720px;
}

@media (max-width: 900px) {
  .dm-city-featured {
    grid-template-columns: 1fr;
  }

  .dm-city-featured-side {
    min-height: 140px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .dm-cities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dm-city-featured-body {
    padding: 28px 24px;
  }

  .dm-city-featured-body h3 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .dm-cities-inner {
    padding: 64px 16px;
  }

  .dm-cities-head h2 {
    font-size: 28px;
  }

  .dm-cities-grid {
    grid-template-columns: 1fr;
  }

  .dm-city-meta-item {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }
}
