:root {
  --page: #0b0d0c;
  --surface: #151816;
  --surface-soft: #1b1f1c;
  --text: #f7f4ed;
  --muted-text: #a7ada8;
  --brand: #ffad22;
  --brand-deep: #e78d00;
  --green: #2fce79;
}

html { scroll-behavior: smooth; }
body { background: var(--page); }
body.modal-open { overflow: hidden; }

.welcome-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  align-items: end;
  background: #050706;
  transition: opacity .38s ease, visibility .38s ease;
}
.welcome-modal.is-closing { opacity: 0; visibility: hidden; }
.welcome-card { min-height: 100dvh; display: grid; grid-template-rows: minmax(260px, 44dvh) 1fr; overflow: auto; }
.welcome-photo { position: relative; overflow: hidden; background: linear-gradient(145deg, #20251f, #090b0a); }
.welcome-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, #050706 100%); }
.welcome-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block; filter: saturate(.88) contrast(1.04); }
.welcome-content { position: relative; margin-top: -36px; z-index: 2; padding: 0 22px 28px; }
.welcome-eyebrow, .section-kicker { display: inline-flex; color: var(--brand); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.welcome-content h1 { margin: 12px 0 14px; font-size: clamp(2.45rem, 12vw, 4.2rem); line-height: .94; letter-spacing: -.055em; }
.welcome-content h1 em { display: block; overflow-wrap: anywhere; }
.welcome-content > p { color: #b9beb9; font-size: .98rem; line-height: 1.6; max-width: 560px; }
.welcome-trust { display: flex; gap: 8px; margin: 18px 0; }
.welcome-trust span { flex: 1; padding: 11px 12px; border: 1px solid #292e2a; background: #111411; border-radius: 13px; color: #929a93; font-size: .69rem; }
.welcome-trust strong { display: block; color: var(--text); font-size: .98rem; margin-bottom: 2px; }
.welcome-actions { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.welcome-actions a, .welcome-continue { min-height: 52px; display: flex; align-items: center; justify-content: center; border-radius: 14px; text-decoration: none; font-weight: 700; font-size: .9rem; }
.welcome-whatsapp { color: #07130c; background: var(--green); padding: 0 18px; }
.welcome-instagram { color: var(--text); border: 1px solid #303631; padding: 0 17px; }
.welcome-continue { width: 100%; margin-top: 9px; border: 0; background: var(--brand); color: #171007; cursor: pointer; gap: 9px; }
.welcome-continue span { font-size: 1.2rem; }

nav { padding: 1rem 1.1rem; }
.hero { min-height: auto; padding: 5.8rem 1.25rem 3.2rem; }
.hero h1 { font-size: clamp(2.5rem, 11vw, 4.5rem); }
.hero h1 em { display: block; max-width: 100%; }
.hero-sub { font-size: 1rem; }
.hero-stats { display: none; }
section { padding: 4rem 1.25rem; }
.services-grid { grid-template-columns: 1fr; gap: .75rem; }
.service-card { display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; padding: 1.15rem; border-radius: 15px; }
.service-icon { grid-row: 1 / span 2; width: 48px; height: 48px; display: grid; place-items: center; margin: 0; background: #22261f; border-radius: 13px; }
.service-card h3 { align-self: end; }
.service-card p { align-self: start; }
.why-grid { grid-template-columns: 1fr 1fr; }
.why-item { min-height: 130px; padding: 1rem; border: 1px solid #252a26; border-left: 2px solid var(--brand); border-radius: 12px; background: #111411; }
.driver-card { padding: 1.1rem; gap: 1.2rem; }
.driver-photo { width: 100%; height: auto; aspect-ratio: 1 / .86; object-position: center 22%; }
.driver-photo-wrap { width: 100%; }
.driver-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: .8rem; }
.dstat-num { font-size: 1rem; }
.driver-contacts { display: grid; grid-template-columns: 1fr 1fr; }
.contact-chip { justify-content: center; }
.driver-contacts .contact-chip:first-child { grid-column: 1 / -1; background: var(--green); color: #07130c; border-color: var(--green); font-weight: 700; }
.reputation-section { padding-top: 1rem; }
.reputation-section h2 { margin-top: 10px; }
.reputation-grid { display: grid; gap: 9px; }
.reputation-grid article { display: flex; justify-content: space-between; align-items: center; padding: 1.15rem; background: var(--surface); border: 1px solid #292e2a; border-radius: 14px; }
.reputation-grid strong { font-family: 'Syne', sans-serif; color: var(--brand); font-size: 1.15rem; }
.reputation-grid span { color: var(--muted-text); font-size: .78rem; text-align: right; }
.reputation-cta { display: flex; justify-content: center; align-items: center; min-height: 54px; margin-top: 12px; border-radius: 14px; background: var(--brand); color: #171007; text-decoration: none; font-weight: 700; }

@media (max-width: 520px) {
  .nav-links > a:not(.btn-nav) { display: none; }
  .btn-nav { padding: .55rem .9rem; }
  .logo { font-size: 1.05rem; }
  .hero-ctas { display: grid; }
  .hero-ctas a { text-align: center; }
  .area-tags { gap: .4rem; }
  .area-tag { font-size: .72rem; }
}

@media (min-width: 720px) {
  .welcome-modal { align-items: center; padding: 24px; background: #050706ed; backdrop-filter: blur(14px); }
  .welcome-card { grid-template-columns: .9fr 1.1fr; grid-template-rows: 1fr; min-height: 0; height: min(720px, 90dvh); width: min(900px, 94vw); margin: auto; border: 1px solid #292e2a; border-radius: 24px; overflow: hidden; background: #050706; }
  .welcome-content { margin: 0; padding: 46px; align-self: center; }
  .welcome-content h1 { font-size: 3.2rem; }
  .welcome-content h1 em { overflow-wrap: normal; word-break: normal; }
  .welcome-photo::after { background: linear-gradient(90deg, transparent 55%, #050706 100%); }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .reputation-grid { grid-template-columns: repeat(3,1fr); }
  .reputation-grid article { min-height: 130px; display: grid; align-content: space-between; }
  .reputation-grid span { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
