/* EchoPass — App CSS (styles personnalisés, tailwind.css chargé séparément) */
@import url('/assets/css/inter.css');

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

body { font-family: 'Inter', system-ui, sans-serif; }


input.iti__tel-input { padding-right: 0 !important; }

.nav-link        { color: #6b7280; transition: color .15s; }
.nav-link:hover  { color: #111827; }
.nav-link.active { color: #111827; font-weight: 500; }

.mobile-nav-link        { display: block; padding: .625rem 0; font-size: .875rem; color: #4b5563; transition: color .15s; }
.mobile-nav-link:hover  { color: #111827; }
.mobile-nav-link.active { color: #111827; font-weight: 500; }
.iti:has(.iti__tel-input) { width: 100%; }

@media (max-width: 640px) {
    form .grid.grid-cols-2 { grid-template-columns: 1fr !important; }
}
