:root {
  --font-body: "Manrope", sans-serif;
  --font-display: "Sora", sans-serif;
  --font-price: "Montserrat", sans-serif;
  --bg: #121212;
  --bg-2: #181818;
  --surface: #1f1f1f;
  --surface-2: #242424;
  --surface-3: #2a2a2a;
  --text: #f6f6f6;
  --muted: #b7b7b7;
  --line: rgba(167, 223, 76, 0.16);
  --green-900: #062d1a;
  --green-800: #0a4326;
  --green-700: #0d5b2f;
  --green-600: #11743b;
  --green-500: #1f8d43;
  --lime-400: #a7df4c;
  --lime-500: #8cc63e;
  --shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  --container: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top center, rgba(31, 141, 67, 0.14), transparent 24%),
    linear-gradient(180deg, #141414 0%, #151515 48%, #111 100%);
  overflow-x: clip;
}

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

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

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.home-page {
  color: #1b1b1b;
  background:
    radial-gradient(circle at top center, rgba(31, 141, 67, 0.08), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f6f7f3 46%, #eef3ea 100%);
}

.catalog-page .container {
  width: min(100% - 24px, 1480px);
}

.catalog-page,
.about-page,
.tracking-page {
  color: #1b1b1b;
  background:
    radial-gradient(circle at top center, rgba(31, 141, 67, 0.08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f7f8f4 48%, #edf3ea 100%);
}

.brand-logo {
  width: auto;
  height: 54px;
  object-fit: contain;
}

.footer-logo {
  width: min(100%, 220px);
  height: auto;
  object-fit: contain;
}

.home-page .site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(17, 116, 59, 0.12);
}

.catalog-page .site-header,
.about-page .site-header,
.tracking-page .site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(17, 116, 59, 0.12);
}

.home-page .desktop-nav a,
.home-page .header-link {
  color: #536052;
}

.catalog-page .desktop-nav a,
.catalog-page .header-link,
.about-page .desktop-nav a,
.about-page .header-link,
.tracking-page .desktop-nav a,
.tracking-page .header-link {
  color: #536052;
}

.home-page .desktop-nav a.active,
.home-page .desktop-nav a:hover,
.home-page .header-link:hover {
  color: var(--green-700);
  border-bottom-color: var(--green-700);
}

.catalog-page .desktop-nav a.active,
.catalog-page .desktop-nav a:hover,
.catalog-page .header-link:hover,
.about-page .desktop-nav a.active,
.about-page .desktop-nav a:hover,
.about-page .header-link:hover,
.tracking-page .desktop-nav a.active,
.tracking-page .desktop-nav a:hover,
.tracking-page .header-link:hover {
  color: var(--green-700);
  border-bottom-color: var(--green-700);
}

.home-page .header-button {
  border-color: var(--green-700);
  color: var(--green-700);
}

.home-page .header-button:hover {
  background: rgba(17, 116, 59, 0.06);
}

.catalog-page .header-button,
.about-page .header-button,
.tracking-page .header-button {
  border-color: var(--green-700);
  color: var(--green-700);
}

.catalog-page .header-button:hover,
.about-page .header-button:hover,
.tracking-page .header-button:hover {
  background: rgba(17, 116, 59, 0.06);
}

.header-button.is-active {
  color: #fff;
  background: linear-gradient(180deg, #238142 0%, #18713a 100%);
  border-color: rgba(17, 116, 59, 0.22);
}

.header-button.is-active:hover {
  background: linear-gradient(180deg, #28914a 0%, #1b7e40 100%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(24, 24, 24, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(167, 223, 76, 0.16);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 96px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(167, 223, 76, 0.36);
  color: var(--lime-400);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lime-500);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.desktop-nav a {
  color: #9d9d9d;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.desktop-nav a.active,
.desktop-nav a:hover {
  color: var(--lime-500);
  border-bottom-color: var(--lime-500);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-link {
  color: #a8a8a8;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: color 0.25s ease;
}

.header-link:hover {
  color: var(--lime-500);
}

.header-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(17, 116, 59, 0.18);
  border-radius: 14px;
  color: var(--green-700);
  background: rgba(17, 116, 59, 0.06);
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.header-button:hover {
  transform: translateY(-1px);
  background: rgba(17, 116, 59, 0.1);
  border-color: rgba(17, 116, 59, 0.28);
}

.hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(167, 223, 76, 0.16);
}

.home-page .hero {
  min-height: 740px;
  border-bottom-color: rgba(17, 116, 59, 0.1);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.85) brightness(0.65);
}

.home-page .hero-media img {
  filter: saturate(0.9) brightness(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.home-page .hero-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.78) 54%, rgba(246, 247, 243, 0.96) 100%);
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 52% 18%, rgba(31, 141, 67, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(20, 20, 20, 0.08) 0%, rgba(20, 20, 20, 0.52) 72%, rgba(20, 20, 20, 0.96) 100%);
}

.home-page .hero-gradient {
  background:
    radial-gradient(circle at 50% 24%, rgba(140, 198, 62, 0.18), transparent 24%),
    radial-gradient(circle at 50% 78%, rgba(17, 116, 59, 0.1), transparent 32%);
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 88px 0 108px;
}

.hero-badge {
  display: inline-flex;
  padding: 9px 18px;
  margin-bottom: 30px;
  border-radius: 999px;
  border: 1px solid rgba(167, 223, 76, 0.22);
  background: rgba(17, 116, 59, 0.28);
  color: var(--lime-400);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.home-page .hero-badge {
  border-color: rgba(17, 116, 59, 0.18);
  background: rgba(255, 255, 255, 0.88);
  color: var(--green-700);
  box-shadow: 0 14px 32px rgba(17, 116, 59, 0.08);
}

.hero h1 {
  margin: 0 auto 20px;
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 6.5vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-wrap: balance;
  color: #fff;
}

.hero h1 span {
  color: var(--lime-500);
}

.home-page .hero h1 {
  max-width: 13ch;
  color: #162417;
}

.home-page .hero h1 span {
  color: var(--green-600);
}

.hero p {
  margin: 0 auto 34px;
  max-width: 50rem;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.72;
  color: #c7c7c7;
}

.home-page .hero p {
  max-width: 56rem;
  color: #4b5c4d;
}

.hero-actions {
  display: flex;
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 34px;
  border-radius: 18px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.button:hover,
.section-link:hover,
.whatsapp-btn:hover,
.more-button:hover,
.floating-whatsapp:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(180deg, #238142 0%, #18713a 100%);
  border: 1px solid rgba(17, 116, 59, 0.22);
  box-shadow: 0 14px 28px rgba(17, 116, 59, 0.16);
}

.home-page .button-primary {
  color: #fff;
  background: linear-gradient(180deg, #238142 0%, #18713a 100%);
  border: 1px solid rgba(17, 116, 59, 0.22);
  box-shadow: 0 14px 28px rgba(17, 116, 59, 0.16);
}

.button-primary:hover {
  background: linear-gradient(180deg, #28914a 0%, #1b7e40 100%);
}

.button-secondary {
  color: #173118;
  background: #ffffff;
  border: 1px solid rgba(17, 116, 59, 0.14);
  box-shadow: 0 10px 22px rgba(39, 63, 43, 0.06);
}

.button-secondary:hover {
  background: #f6faf4;
}

.section {
  padding: 96px 0;
}

.section-catalogo {
  background: #151515;
}

.home-page .section-catalogo {
  background: transparent;
}

.section-results {
  padding-top: 34px;
  background:
    radial-gradient(circle at top center, rgba(167, 223, 76, 0.04), transparent 20%),
    linear-gradient(180deg, #161616 0%, #141414 100%);
}

.catalog-page .section-results {
  background: transparent;
}

.about-hero {
  padding: 140px 0 128px;
  background:
    radial-gradient(circle at top center, rgba(240, 191, 19, 0.04), transparent 30%),
    linear-gradient(180deg, #161616 0%, #151515 100%);
  border-bottom: 1px solid rgba(240, 191, 19, 0.18);
}

.about-page .about-hero {
  background:
    radial-gradient(circle at top center, rgba(140, 198, 62, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f8f4 100%);
  border-bottom: 1px solid rgba(17, 116, 59, 0.1);
}

.about-hero-copy {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.about-hero-copy h1 {
  margin: 0 auto;
  max-width: 14ch;
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 6.5vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: #f7f1df;
}

.about-hero-copy h1 span {
  color: #ffc107;
}

.about-hero-copy p {
  margin: 22px auto 0;
  max-width: 54rem;
  color: #ccbfa4;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.about-page .about-hero-copy h1 {
  color: #1a2d1c;
}

.about-page .about-hero-copy h1 span {
  color: var(--green-600);
}

.about-page .about-hero-copy p {
  color: #5a685b;
}

.about-features {
  padding: 70px 0 82px;
  background: #171717;
  border-top: 1px solid rgba(255, 193, 7, 0.12);
  border-bottom: 1px solid rgba(255, 193, 7, 0.12);
}

.about-page .about-features {
  background: #f4f7f1;
  border-top: 1px solid rgba(17, 116, 59, 0.08);
  border-bottom: 1px solid rgba(17, 116, 59, 0.08);
}

.about-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.about-feature {
  text-align: center;
  padding: 18px 10px 0;
}

.about-page .about-feature {
  padding: 18px 16px 0;
}

.about-feature-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 193, 7, 0.16);
  color: #ffc107;
  font-size: 1.55rem;
  box-shadow: 0 0 0 1px rgba(255, 193, 7, 0.15) inset;
}

.about-feature-icon--muted {
  color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

.about-feature h2 {
  margin: 0 0 16px;
  color: #f5efe0;
  font-family: var(--font-display);
  font-size: 1.65rem;
}

.about-page .about-feature h2 {
  color: #1e3220;
}

.about-feature p {
  margin: 0 auto;
  max-width: 30ch;
  color: #cfbfaa;
  line-height: 1.7;
  font-size: 0.98rem;
}

.about-page .about-feature p {
  color: #5d6b5f;
}

.about-story {
  padding: 88px 0 96px;
  background: #151515;
}

.about-page .about-story {
  background: transparent;
}

.tracking-hero {
  padding: 110px 0 52px;
}

.tracking-hero__inner {
  max-width: 760px;
  text-align: center;
}

.tracking-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(17, 116, 59, 0.08);
  color: var(--green-700);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tracking-hero h1 {
  margin: 0 0 18px;
  color: #1b2e1d;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.tracking-hero p {
  margin: 0 auto;
  max-width: 44rem;
  color: #5b6a5d;
  font-size: 1.08rem;
  line-height: 1.75;
}

.tracking-section {
  padding: 0 0 88px;
}

.tracking-access {
  padding: 92px 0 88px;
}

.tracking-access__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  gap: 28px;
  align-items: center;
}

.tracking-access__copy h1 {
  margin: 0 0 16px;
  color: #1b2e1d;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.tracking-access__copy p {
  margin: 0;
  max-width: 42rem;
  color: #5b6a5d;
  font-size: 1.04rem;
  line-height: 1.75;
}

.tracking-access__card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 116, 59, 0.12);
  box-shadow: 0 20px 46px rgba(22, 48, 34, 0.08);
  padding: 28px;
}

.tracking-access__card h2 {
  margin: 0 0 18px;
  color: #1b2e1d;
  font-family: var(--font-display);
  font-size: 2rem;
}

.tracking-login-form {
  display: grid;
  gap: 12px;
}

.tracking-login-form label {
  color: #27442e;
  font-weight: 800;
}

.tracking-login-form input {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(17, 116, 59, 0.16);
  border-radius: 18px;
  padding: 0 18px;
  font: inherit;
  color: #163022;
  background: #fff;
}

.tracking-login-form input:focus {
  outline: none;
  border-color: rgba(17, 116, 59, 0.42);
  box-shadow: 0 0 0 4px rgba(17, 116, 59, 0.08);
}

.tracking-dashboard {
  padding: 0;
}

.tracking-dashboard__container {
  display: grid;
  gap: 0;
}

.tracking-dashboard__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px 18px;
  background: #edf1f5;
  border-bottom: 1px solid rgba(51, 71, 93, 0.08);
}

.tracking-breadcrumb {
  color: #697b90;
  font-size: 0.84rem;
  font-weight: 500;
  text-transform: uppercase;
}

.tracking-breadcrumb strong {
  color: #1a2940;
  font-weight: 800;
}

.tracking-userbar {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #1f2a37;
  font-size: 0.88rem;
  font-weight: 700;
}

.tracking-logout {
  display: none;
}

.tracking-dashboard__shell {
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  gap: 0;
  min-height: calc(100vh - 92px);
  background: #edf1f5;
}

.tracking-sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-radius: 0;
  background: #33475d;
  color: #fff;
  padding: 22px 18px 18px;
  min-height: 100%;
}

.tracking-sidebar__head h2 {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tracking-sidebar__head p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.tracking-sidebar__nav {
  display: grid;
  gap: 8px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.tracking-sidebar__tab {
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  text-align: left;
  padding: 0 14px;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: 180ms ease;
  display: flex;
  align-items: center;
  gap: 12px;
}

.tracking-sidebar__tab::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  flex: 0 0 8px;
}

.tracking-sidebar__tab.is-active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
}

.tracking-sidebar__tab.is-active::before {
  background: #fff;
}

.tracking-sidebar__tab:hover {
  background: rgba(255, 255, 255, 0.08);
}

.tracking-vehicle-list {
  display: grid;
  gap: 12px;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
}

.tracking-vehicle-list::before {
  content: "VEÍCULOS";
  position: absolute;
  top: -1px;
  left: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  padding: 0 14px 10px 14px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.86);
  text-transform: uppercase;
}

.tracking-vehicle-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: transparent;
  padding: 14px 12px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.tracking-vehicle-card.is-active {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.tracking-vehicle-card:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.24);
}

.tracking-vehicle-card__row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.tracking-vehicle-card__thumb {
  width: 34px;
  height: 32px;
  display: grid;
  place-items: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.56rem;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.tracking-vehicle-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tracking-vehicle-card__thumb span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tracking-vehicle-card__copy {
  min-width: 0;
}

.tracking-vehicle-card__copy strong,
.tracking-vehicle-card__copy span {
  display: block;
}

.tracking-vehicle-card__copy strong {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.tracking-vehicle-card__copy span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.tracking-vehicle-card__arrow {
  color: rgba(255, 255, 255, 0.56);
  font-size: 1.45rem;
  line-height: 1;
}

.tracking-sidebar__empty,
.tracking-empty-box {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.tracking-main {
  display: grid;
  gap: 24px;
  padding: 24px 28px 40px;
  min-width: 0;
}

.tracking-panel {
  display: none;
}

.tracking-panel.is-active {
  display: grid;
  gap: 18px;
}

.tracking-summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.92fr;
  gap: 24px;
}

.tracking-summary-card,
.tracking-alert-card {
  border-radius: 8px;
  background: #d3d5d7;
  padding: 16px 16px;
  min-height: 102px;
}

.tracking-summary-card__label,
.tracking-alert-card__label,
.tracking-map-card__eyebrow {
  display: block;
  color: #617183;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tracking-progress {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

.tracking-progress__bar {
  flex: 1;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  overflow: hidden;
}

.tracking-progress__fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background:
    repeating-linear-gradient(
      135deg,
      #2f74e9 0 18px,
      #4f8cff 18px 36px
    );
  animation: trackingBarShift 1.2s linear infinite;
}

@keyframes trackingBarShift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 72px 0;
  }
}

.tracking-alert-card {
  border: 1px solid rgba(245, 122, 148, 0.7);
  background: rgba(254, 240, 243, 0.62);
  animation: trackingAlertPulse 1.15s ease-in-out infinite;
}

@keyframes trackingAlertPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(241, 99, 120, 0.15);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(241, 99, 120, 0.08);
    transform: scale(1.01);
  }
}

.tracking-alert-card__body {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}

.tracking-alert-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 212, 218, 0.88);
  font-size: 1.45rem;
}

.tracking-alert-card strong {
  color: #4e5667;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tracking-map-card {
  border-radius: 8px;
  background: #ebe5da;
  border: 1px solid rgba(124, 129, 138, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: 0;
  overflow: hidden;
}

.tracking-map-card__head {
  display: none;
}

.tracking-map-card__head h2 {
  margin: 10px 0 0;
  color: #1b2e1d;
  font-family: var(--font-display);
  font-size: 2rem;
}

.tracking-map-card__meta {
  color: #617183;
  font-weight: 700;
}

.tracking-map {
  width: 100%;
  min-height: 720px;
  overflow: hidden;
}

.tracking-map .leaflet-control-zoom {
  border: 1px solid rgba(46, 55, 69, 0.12);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(31, 38, 48, 0.12);
}

.tracking-map .leaflet-control-zoom a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #2a3542;
}

.tracking-map .leaflet-popup-content-wrapper,
.tracking-map .leaflet-popup-tip {
  background: rgba(38, 44, 52, 0.94);
  color: #fff;
}

.tracking-map-driver-marker {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 4px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.24);
  border: 3px solid #111827;
  overflow: hidden;
}

.tracking-map-driver-marker img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.tracking-map-driver-marker--fallback {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  background: linear-gradient(180deg, #1f7f3d 0%, #163022 100%);
}

.tracking-map-yard-marker {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2563eb;
  border: 3px solid #fff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}

.tracking-map-destination-marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #16a34a;
  border: 3px solid #fff;
  box-shadow: 0 8px 18px rgba(22, 163, 74, 0.28);
}

.tracking-driver-status {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  background: #4caf50;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.tracking-page.is-dashboard-mode {
  background: #eff3f6;
}

.tracking-page.is-dashboard-mode .site-header,
.tracking-page.is-dashboard-mode .site-footer,
.tracking-page.is-dashboard-mode .floating-whatsapp,
.tracking-page.is-dashboard-mode .mobile-nav {
  display: none;
}

.tracking-page.is-dashboard-mode main {
  padding: 0;
}

.tracking-page.is-dashboard-mode .container {
  max-width: 1580px;
  width: 100%;
  padding: 0;
}

.tracking-driver-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 24px;
  align-items: start;
}

.tracking-driver-photo {
  display: flex;
  justify-content: flex-end;
}

.tracking-driver-photo__image {
  width: 120px;
  height: 120px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
}

.tracking-driver-avatar {
  width: 120px;
  height: 120px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #1b2e1d 0%, #26492a 100%);
  color: #fff;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
}

.tracking-data-line {
  display: grid;
  gap: 6px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(17, 116, 59, 0.1);
}

.tracking-data-line:last-child {
  border-bottom: 0;
}

.tracking-data-line span {
  color: #617183;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tracking-data-line strong {
  color: #203523;
  font-size: 1rem;
  line-height: 1.6;
}

.tracking-profile-grid {
  display: grid;
}

.tracking-profile-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.tracking-profile-aside {
  display: grid;
  gap: 16px;
  align-content: start;
}

.tracking-profile-avatar {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #173822 0%, #31583c 100%);
  color: #fff;
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
}

.tracking-profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tracking-profile-upload {
  min-height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: rgba(17, 116, 59, 0.08);
  border: 1px dashed rgba(17, 116, 59, 0.26);
  color: #1a4f2a;
  font-weight: 800;
  cursor: pointer;
}

.tracking-profile-vehicles {
  border-radius: 20px;
  background: rgba(244, 247, 243, 0.92);
  border: 1px solid rgba(17, 116, 59, 0.08);
  padding: 18px 18px 8px;
}

.tracking-profile-form {
  display: grid;
  gap: 18px;
}

.tracking-profile-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tracking-profile-field {
  display: grid;
  gap: 8px;
}

.tracking-profile-field--full {
  grid-column: 1 / -1;
}

.tracking-profile-field label {
  color: #617183;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tracking-profile-field input {
  width: 100%;
  min-height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(17, 116, 59, 0.14);
  background: #fff;
  padding: 0 16px;
  color: #203523;
  font: inherit;
}

.tracking-profile-field input:focus {
  outline: none;
  border-color: rgba(17, 116, 59, 0.42);
  box-shadow: 0 0 0 4px rgba(17, 116, 59, 0.08);
}

.tracking-profile-form__actions {
  display: flex;
  justify-content: flex-start;
}

.tracking-layout {
  display: grid;
  gap: 24px;
}

.tracking-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 116, 59, 0.12);
  box-shadow: 0 20px 46px rgba(22, 48, 34, 0.08);
  padding: 28px;
}

.tracking-card--result.hidden {
  display: none;
}

.tracking-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.tracking-card__head h2 {
  margin: 10px 0 0;
  color: #1b2e1d;
  font-family: var(--font-display);
  font-size: 2rem;
}

.tracking-form {
  display: grid;
  gap: 12px;
}

.tracking-form label {
  color: #27442e;
  font-weight: 800;
}

.tracking-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}

.tracking-form input {
  width: 100%;
  min-height: 64px;
  border: 1px solid rgba(17, 116, 59, 0.16);
  border-radius: 18px;
  padding: 0 18px;
  font: inherit;
  color: #163022;
  background: #fff;
}

.tracking-form input:focus {
  outline: none;
  border-color: rgba(17, 116, 59, 0.42);
  box-shadow: 0 0 0 4px rgba(17, 116, 59, 0.08);
}

.tracking-status {
  margin: 0;
  color: #335739;
  font-weight: 700;
}

.tracking-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(17, 116, 59, 0.1);
  color: var(--green-700);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tracking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tracking-info {
  border: 1px solid rgba(17, 116, 59, 0.1);
  border-radius: 18px;
  background: rgba(243, 248, 238, 0.88);
  padding: 18px;
}

.tracking-info span {
  display: block;
  color: #4f6653;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tracking-info strong {
  display: block;
  margin-top: 8px;
  color: #163022;
  font-size: 1rem;
  line-height: 1.55;
}

.tracking-notes {
  margin-top: 22px;
  padding: 22px 24px;
  border-radius: 20px;
  background: rgba(17, 116, 59, 0.06);
}

.tracking-notes h3 {
  margin: 0 0 10px;
  color: #1b2e1d;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.tracking-notes p {
  margin: 0;
  color: #435745;
  line-height: 1.7;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 44px;
  align-items: center;
}

.about-story-copy h2 {
  margin: 0 0 22px;
  max-width: 12ch;
  color: #f7f1df;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4.3vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.about-page .about-story-copy h2 {
  color: #1a2d1c;
}

.about-story-copy p {
  margin: 0 0 24px;
  color: #cdbfa9;
  font-size: 1.02rem;
  line-height: 1.8;
}

.about-page .about-story-copy p {
  color: #566556;
}

.about-story-media {
  justify-self: end;
}

.about-story-media img {
  width: min(100%, 610px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32);
}

.about-page .site-footer {
  margin-top: 0;
}

.results-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.filters-card {
  position: sticky;
  top: 104px;
  align-self: start;
  padding: 22px 22px 24px;
  border-radius: 18px;
  background: #202020;
  border: 1px solid rgba(240, 191, 19, 0.22);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.catalog-page .filters-card {
  background: #ffffff;
  border-color: rgba(17, 116, 59, 0.12);
  box-shadow: 0 18px 36px rgba(39, 63, 43, 0.08);
}

.filters-card__title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.filters-card__icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(240, 191, 19, 0.08);
  border: 1px solid rgba(240, 191, 19, 0.3);
  color: #f0bf13;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.filters-card__title h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1;
}

.catalog-page .filters-card__title h2 {
  color: #1a2f1d;
}

.filters-divider,
.results-divider {
  height: 1px;
  margin: 18px 0 20px;
  background: rgba(255, 255, 255, 0.08);
}

.catalog-page .filters-divider,
.catalog-page .results-divider {
  background: rgba(17, 116, 59, 0.1);
}

.filters-label {
  display: block;
  margin: 0 0 10px;
  color: #d6d6d6;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.catalog-page .filters-label {
  color: #58705b;
}

.filters-search {
  position: relative;
  margin-bottom: 22px;
}

.filters-search__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #a7a7a7;
  font-size: 1rem;
  pointer-events: none;
}

.filters-search input {
  width: 100%;
  min-height: 50px;
  padding: 0 16px 0 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #161616;
  color: #fff;
  outline: none;
  font: inherit;
}

.catalog-page .filters-search input {
  border-color: rgba(17, 116, 59, 0.12);
  background: #f7faf5;
  color: #1a2d1c;
}

.catalog-page .filters-search input::placeholder {
  color: #819082;
}

.filters-search input::placeholder {
  color: #818181;
}

.category-list {
  display: grid;
  gap: 12px;
}

.category-pill {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #171717;
  color: #ededed;
  text-align: left;
  font-size: 0.92rem;
  font-weight: 700;
}

.catalog-page .category-pill {
  border-color: rgba(17, 116, 59, 0.1);
  background: #f7faf5;
  color: #223523;
}

.category-pill--active {
  background: linear-gradient(180deg, #f0bf13 0%, #bb8a0b 100%);
  border-color: rgba(240, 191, 19, 0.55);
  color: #171717;
}

.results-main {
  min-width: 0;
}

.results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.results-head h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.catalog-page .results-head h2 {
  color: #18301b;
}

.results-count {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 11px;
  background: linear-gradient(180deg, #f0bf13 0%, #b6840b 100%);
  color: #1b1b1b;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.catalog-grid--results {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.section-head h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 3.3vw, 3.9rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.section-head h2 span {
  color: var(--lime-400);
}

.home-page .section-head h2,
.home-page .section-head h2 span {
  color: #19311d;
}

.home-page .section-head p {
  color: #5f6a60;
}

.home-page .section-link {
  color: var(--green-700);
}

.section-head p {
  margin: 0;
  max-width: 44rem;
  color: #bcbcbc;
  line-height: 1.75;
}

.section-link {
  white-space: nowrap;
  color: var(--lime-500);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  border-radius: 18px;
  overflow: hidden;
  background: #232323;
  border: 1px solid rgba(167, 223, 76, 0.14);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.catalog-page .product-card,
.about-page .product-card {
  background: #ffffff;
  border-color: rgba(17, 116, 59, 0.12);
  box-shadow: 0 18px 36px rgba(39, 63, 43, 0.1);
}

.home-page .product-card {
  background: #ffffff;
  border-color: rgba(17, 116, 59, 0.12);
  box-shadow: 0 18px 36px rgba(39, 63, 43, 0.1);
}

.product-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #111;
}

.catalog-page .product-media,
.about-page .product-media {
  background: #e9efe6;
}

.home-page .product-media {
  background: #e9efe6;
}

.product-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.product-card:hover .product-media img {
  transform: scale(1.04);
}

.product-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 4px;
  background: rgba(20, 20, 20, 0.9);
  color: var(--lime-500);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.home-page .product-tag {
  background: rgba(20, 20, 20, 0.86);
  color: #a7df4c;
}

.favorite-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.85);
  color: #d5d5d5;
  font-size: 1rem;
}

.catalog-page .favorite-btn,
.about-page .favorite-btn {
  background: rgba(255, 255, 255, 0.9);
  color: #415341;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.home-page .favorite-btn {
  background: rgba(255, 255, 255, 0.9);
  color: #415341;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.photo-count {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.86);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
}

.product-body {
  padding: 18px 20px 18px;
}

.product-body h3 {
  margin: 0;
  min-height: 64px;
  display: flex;
  align-items: flex-end;
  font-family: var(--font-display);
  font-size: clamp(0.96rem, 0.72rem + 0.45vw, 1.02rem);
  line-height: 1.24;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.catalog-page .product-body h3,
.about-page .product-body h3 {
  color: #213123;
}

.home-page .product-body h3 {
  color: #213123;
}

.product-divider {
  height: 1px;
  margin: 16px 0 18px;
  background: rgba(167, 223, 76, 0.16);
}

.catalog-page .product-divider,
.about-page .product-divider {
  background: rgba(17, 116, 59, 0.12);
}

.home-page .product-divider {
  background: rgba(17, 116, 59, 0.12);
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.price-block strong {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-price);
  font-size: 1.08rem;
  font-weight: 800;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.catalog-page .price-block strong,
.about-page .price-block strong {
  color: #173118;
}

.home-page .price-block strong {
  color: #173118;
}

.price-block strong::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 28px;
  background: #f0bf13;
  border-radius: 2px;
}

.catalog-page .price-block strong::before,
.about-page .price-block strong::before {
  background: var(--green-600);
}

.home-page .price-block strong::before {
  background: var(--green-600);
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #423313;
  color: #f0bf13;
  border: 0;
  font-weight: 900;
  box-shadow: none;
  position: relative;
  font-size: 0;
}

.catalog-page .whatsapp-btn,
.about-page .whatsapp-btn {
  background: rgba(17, 116, 59, 0.1);
  color: var(--green-700);
}

.catalog-page .whatsapp-btn::before,
.about-page .whatsapp-btn::before {
  background: center / contain no-repeat url("./whatsapp1.png");
}

.home-page .whatsapp-btn {
  background: rgba(17, 116, 59, 0.1);
  color: var(--green-700);
}

.home-page .whatsapp-btn::before {
  background: center / contain no-repeat url("./whatsapp1.png");
}

.whatsapp-btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url("./whatsapp1.png");
  position: absolute;
  inset: 0;
  margin: auto;
}

.catalog-more {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 12px;
  background: #2b2b2b;
  color: #f4f4f4;
  font-weight: 800;
  font-size: 0.95rem;
}

.home-page .more-button {
  background: #2f3d30;
  color: #fff;
}

.site-footer {
  margin-top: 42px;
  padding: 64px 0 92px;
  background: #ffffff;
  color: #29412d;
  border-top: 1px solid rgba(17, 116, 59, 0.1);
}

.catalog-page .site-footer,
.about-page .site-footer {
  margin-top: 84px;
  background: #ffffff;
  color: #29412d;
  border-top: 1px solid rgba(17, 116, 59, 0.1);
}

.home-page .site-footer {
  margin-top: 84px;
  background: #ffffff;
  color: #29412d;
  border-top: 1px solid rgba(17, 116, 59, 0.1);
}

.tracking-page .site-footer {
  margin-top: 84px;
  background: #ffffff;
  color: #29412d;
  border-top: 1px solid rgba(17, 116, 59, 0.1);
}

.register-page,
.login-page {
  background: #f8faf6;
  color: #213123;
}

.register-page .site-header,
.login-page .site-header {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(17, 116, 59, 0.08);
}

.register-page .desktop-nav a,
.register-page .header-link,
.login-page .desktop-nav a,
.login-page .header-link {
  color: #4e6150;
}

.register-page .site-footer,
.login-page .site-footer {
  margin-top: 84px;
  background: #ffffff;
  color: #29412d;
  border-top: 1px solid rgba(17, 116, 59, 0.1);
}

.register-page .site-footer p,
.register-page .site-footer li,
.register-page .site-footer a,
.register-page .footer-bottom p,
.login-page .site-footer p,
.login-page .site-footer li,
.login-page .site-footer a,
.login-page .footer-bottom p {
  color: #5b695d;
}

.register-page .site-footer h3,
.login-page .site-footer h3 {
  color: var(--green-700);
}

.register-page .social-row a,
.register-page .footer-bottom,
.login-page .social-row a,
.login-page .footer-bottom {
  border-color: rgba(17, 116, 59, 0.12);
}

.register-section {
  padding: 72px 0 36px;
}

.register-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: start;
}

.register-copy {
  padding-top: 24px;
}

.register-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(17, 116, 59, 0.1);
  color: var(--green-700);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.register-copy h1 {
  margin: 18px 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.05;
  color: #19311c;
}

.register-copy p {
  margin: 0;
  color: #617064;
  line-height: 1.8;
  max-width: 34rem;
}

.register-card {
  background: #ffffff;
  border: 1px solid rgba(17, 116, 59, 0.12);
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 18px 40px rgba(39, 63, 43, 0.08);
}

.register-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.register-form--single {
  grid-template-columns: 1fr;
}

.form-field {
  display: grid;
  gap: 10px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  color: #29412d;
  font-size: 0.92rem;
  font-weight: 700;
}

.form-field input {
  min-height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(17, 116, 59, 0.16);
  background: #f8fbf6;
  padding: 0 16px;
  color: #173118;
  font-size: 0.98rem;
  outline: none;
}

.form-field input:focus {
  border-color: var(--green-600);
  box-shadow: 0 0 0 4px rgba(17, 116, 59, 0.08);
}

.form-status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: var(--green-700);
  font-size: 0.92rem;
  font-weight: 600;
}

.form-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-start;
}

.form-actions .button {
  min-width: 240px;
}

.account-summary {
  border-top: 1px solid rgba(17, 116, 59, 0.12);
  margin-top: 28px;
  padding-top: 28px;
}

.account-summary__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.account-summary__head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.9rem;
  color: #19311c;
}

.account-summary__logout {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(17, 116, 59, 0.12);
  background: #f5f8f2;
  color: #18311b;
  font-weight: 700;
}

.account-summary__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.account-summary__grid div {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fbf6;
  border: 1px solid rgba(17, 116, 59, 0.08);
}

.account-summary__grid span {
  color: #6d7d70;
  font-size: 0.84rem;
  font-weight: 600;
}

.account-summary__grid strong {
  color: #18311b;
  font-size: 0.96rem;
  line-height: 1.5;
}

.detail-page {
  background: #f8faf6;
  color: #213123;
}

.detail-page .site-header {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(17, 116, 59, 0.08);
}

.detail-page .desktop-nav a,
.detail-page .header-link {
  color: #4e6150;
}

.detail-page .desktop-nav a.active {
  color: var(--green-700);
}

.detail-page .site-footer {
  margin-top: 84px;
  background: #ffffff;
  color: #29412d;
  border-top: 1px solid rgba(17, 116, 59, 0.1);
}

.detail-page .site-footer p,
.detail-page .site-footer li,
.detail-page .site-footer a,
.detail-page .footer-bottom p {
  color: #5b695d;
}

.detail-page .site-footer h3 {
  color: var(--green-700);
}

.detail-page .social-row a,
.detail-page .footer-bottom {
  border-color: rgba(17, 116, 59, 0.12);
}

.detail-page .footer-name {
  color: var(--green-700);
}

.detail-page .product-card {
  background: #ffffff;
  border-color: rgba(17, 116, 59, 0.12);
  box-shadow: 0 18px 36px rgba(39, 63, 43, 0.1);
}

.detail-page .product-media {
  background: #e9efe6;
}

.detail-page .favorite-btn {
  background: rgba(255, 255, 255, 0.9);
  color: #415341;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.detail-page .product-body h3,
.detail-page .price-block strong {
  color: #173118;
}

.detail-page .product-divider {
  background: rgba(17, 116, 59, 0.12);
}

.detail-page .price-block strong::before {
  background: var(--green-600);
}

.detail-page .whatsapp-btn {
  background: rgba(17, 116, 59, 0.1);
  color: var(--green-700);
}

.detail-page .whatsapp-btn::before {
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 14.1a6.7 6.7 0 0 1-6.7 6.7H9.1L4 23l1.7-4.4A6.7 6.7 0 0 1 1.3 11.9V11a6.7 6.7 0 0 1 6.7-6.7h5.3A6.7 6.7 0 0 1 20 11v3.1Z' stroke='%230d5b2f' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9 8.8c-.3 0-.6.1-.8.4-.7.8-1 1.9-.7 3 .6 2.2 2.4 4 4.6 4.6 1.1.3 2.2 0 3-.7.2-.2.4-.5.4-.8 0-.2-.1-.4-.2-.5l-1.6-.8c-.2-.1-.5-.1-.7.1l-.6.6c-.1.1-.3.2-.5.1-.8-.3-1.9-1.4-2.2-2.2-.1-.2 0-.4.1-.5l.6-.6c.2-.2.2-.5.1-.7l-.8-1.6c-.1-.1-.2-.2-.4-.2Z' fill='%230d5b2f'/%3E%3C/svg%3E");
}

.detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 26px;
  font-size: 0.92rem;
  color: #6d7b6f;
}

.detail-breadcrumb a {
  color: #58705b;
}

.detail-breadcrumb strong {
  color: #1a311d;
}

.detail-section {
  padding-top: 34px;
}

.detail-shell {
  border: 1px solid rgba(17, 116, 59, 0.16);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 24px 52px rgba(39, 63, 43, 0.08);
  overflow: hidden;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.9fr);
  gap: 0;
  align-items: start;
}

.detail-panel {
  background: #ffffff;
  border: 1px solid rgba(17, 116, 59, 0.11);
  border-radius: 24px;
  box-shadow: 0 20px 44px rgba(39, 63, 43, 0.08);
}

.detail-gallery {
  padding: 32px;
  min-height: 720px;
}

.detail-summary {
  padding: 48px 46px;
  min-height: 720px;
  border-left: 1px solid rgba(17, 116, 59, 0.12);
}

.detail-main-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #edf3ea;
  aspect-ratio: 1.02 / 0.76;
}

.detail-main-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.detail-media-actions {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 3;
  display: flex;
  gap: 10px;
}

.detail-media-btn {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #214225;
  font-size: 1.3rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.detail-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  background: #edf3ea;
  cursor: pointer;
}

.detail-thumb--active {
  border-color: var(--green-600);
}

.detail-thumb img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.detail-summary {
  display: flex;
  flex-direction: column;
}

.detail-summary__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.detail-badge,
.detail-rating {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-badge {
  background: rgba(17, 116, 59, 0.12);
  color: var(--green-700);
  border-radius: 6px;
}

.detail-rating {
  background: #ffffff;
  color: var(--green-700);
  border: 1px solid rgba(17, 116, 59, 0.18);
  text-transform: none;
  letter-spacing: 0;
}

.detail-rating small {
  margin-left: 6px;
  color: #728173;
  font-size: 0.95em;
}

.detail-summary h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.06;
  text-transform: uppercase;
  color: #19331d;
}

.detail-location {
  margin: 14px 0 22px;
  color: #667469;
  font-weight: 600;
}

.detail-location strong {
  color: #18311b;
}

.detail-price-card {
  padding: 28px 28px 28px 30px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf4 100%);
  border: 1px solid rgba(17, 116, 59, 0.12);
  border-left: 8px solid var(--green-600);
}

.detail-price-card span,
.detail-price-card small {
  display: block;
}

.detail-price-card span {
  margin-bottom: 10px;
  color: #6a776b;
  font-size: 0.92rem;
}

.detail-price-card strong {
  font-family: var(--font-price);
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1;
  color: var(--green-700);
  font-variant-numeric: tabular-nums;
}

.detail-price-card small {
  margin-top: 10px;
  color: #6d7d70;
  max-width: 28ch;
  line-height: 1.45;
}

.detail-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.detail-benefit-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(17, 116, 59, 0.08);
}

.detail-benefit-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(17, 116, 59, 0.1);
  color: var(--green-700);
  font-size: 1.4rem;
}

.detail-benefit-card strong,
.detail-benefit-card small {
  display: block;
}

.detail-benefit-card strong {
  margin-bottom: 4px;
  color: #18311b;
  font-size: 1rem;
}

.detail-benefit-card small {
  color: #728174;
}

.detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 42px;
}

.detail-actions .button {
  width: 100%;
  justify-content: center;
  min-height: 64px;
  border-radius: 18px;
  font-size: 1rem;
}

.detail-page .detail-actions .button-primary {
  background: linear-gradient(180deg, #238142 0%, #18713a 100%);
  border-color: rgba(17, 116, 59, 0.22);
  color: #fff;
}

.detail-page .detail-actions .button-secondary {
  background: #ffffff;
  border: 1px solid rgba(17, 116, 59, 0.12);
  color: #18311b;
}

.detail-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.9fr);
  gap: 30px;
  margin-top: 30px;
}

.detail-panel {
  padding: 28px;
}

.detail-panel__head {
  margin-bottom: 18px;
}

.detail-panel__head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  color: var(--green-700);
}

.detail-panel p {
  color: #5e6c60;
  line-height: 1.8;
}

.detail-description-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: #5f6d61;
  font-size: 1rem;
  line-height: 1.45;
}

.detail-description-list li span {
  color: #2d4631;
}

.seller-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.seller-avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #63b95f 0%, #1a7337 100%);
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 800;
}

.seller-headline strong {
  display: block;
  margin-bottom: 4px;
  color: #19311c;
  font-size: 1.15rem;
}

.seller-headline p {
  margin: 0;
  color: #728174;
}

.seller-stats {
  margin-top: 34px;
  display: grid;
  gap: 18px;
}

.seller-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #5d6b5f;
}

.seller-stat strong {
  color: #173118;
}

.seller-profile-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  margin-top: 34px;
  border-radius: 0;
  background: #f5f8f2;
  border: 1px solid rgba(17, 116, 59, 0.12);
  color: #18311b;
  font-weight: 800;
}

.detail-related {
  padding-top: 8px;
}

.detail-related .section-head h2 span {
  color: var(--green-700);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr 1fr;
  gap: 36px;
}

.footer-name {
  font-size: 1.55rem;
  color: #fff;
}

.site-footer p {
  color: #afc0e4;
  line-height: 1.8;
}

.catalog-page .site-footer p,
.catalog-page .site-footer li,
.catalog-page .site-footer a,
.catalog-page .footer-bottom p,
.about-page .site-footer p,
.about-page .site-footer li,
.about-page .site-footer a,
.about-page .footer-bottom p {
  color: #5b695d;
}

.catalog-page .site-footer h3,
.about-page .site-footer h3 {
  color: var(--green-700);
}

.catalog-page .social-row a,
.about-page .social-row a {
  background: rgba(17, 116, 59, 0.08);
  border-color: rgba(17, 116, 59, 0.08);
  color: var(--green-700);
}

.catalog-page .footer-bottom,
.about-page .footer-bottom {
  border-top-color: rgba(17, 116, 59, 0.1);
}

.home-page .site-footer p,
.home-page .site-footer li,
.home-page .site-footer a,
.home-page .footer-bottom p {
  color: #5b695d;
}

.tracking-page .site-footer p,
.tracking-page .site-footer li,
.tracking-page .site-footer a,
.tracking-page .footer-bottom p {
  color: #5b695d;
}

.home-page .site-footer h3 {
  color: var(--green-700);
}

.tracking-page .site-footer h3 {
  color: var(--green-700);
}

.home-page .social-row a {
  background: rgba(17, 116, 59, 0.08);
  border-color: rgba(17, 116, 59, 0.08);
  color: var(--green-700);
}

.tracking-page .social-row a {
  background: rgba(17, 116, 59, 0.08);
  border-color: rgba(17, 116, 59, 0.08);
  color: var(--green-700);
}

.invoice-page .site-footer p,
.invoice-page .site-footer li,
.invoice-page .site-footer a,
.invoice-page .footer-bottom p {
  color: #5b695d;
}

.invoice-page .site-footer h3 {
  color: var(--green-700);
}

.invoice-page .social-row a {
  background: rgba(17, 116, 59, 0.08);
  border-color: rgba(17, 116, 59, 0.08);
  color: var(--green-700);
}

.home-page .footer-bottom {
  border-top-color: rgba(17, 116, 59, 0.1);
}

.tracking-page .footer-bottom {
  border-top-color: rgba(17, 116, 59, 0.1);
}

.invoice-page .footer-bottom {
  border-top-color: rgba(17, 116, 59, 0.1);
}

.site-footer h3 {
  margin: 0 0 18px;
  color: var(--lime-500);
  font-size: 1.1rem;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.site-footer li,
.site-footer a {
  color: #5b695d;
  font-size: 0.92rem;
}

.site-footer a:hover {
  color: var(--green-700);
}

.social-row {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.social-row a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(17, 116, 59, 0.08);
  border: 1px solid rgba(17, 116, 59, 0.08);
  color: var(--green-700);
  font-size: 0.72rem;
  font-weight: 800;
}

.footer-bottom {
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(17, 116, 59, 0.1);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: #5b695d;
  font-size: 0.82rem;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 70;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  font-size: 0;
}

.floating-whatsapp::before {
  content: "";
  width: 28px;
  height: 28px;
  background: center / contain no-repeat url("./whatsapp1.png");
  position: absolute;
  inset: 0;
  margin: auto;
}

.mobile-nav {
  display: none;
}

.anchor-spacer {
  position: relative;
  top: -80px;
  width: 0;
  height: 0;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .catalog-page .container {
    width: min(100% - 32px, 1480px);
  }

  .about-features-grid,
  .about-story-grid {
    grid-template-columns: 1fr;
  }

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

  .results-layout {
    grid-template-columns: 1fr;
  }

  .filters-card {
    position: static;
  }

  .catalog-grid--results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }

  .header-inner {
    justify-content: center;
  }

  .hero-content {
    padding: 82px 0 102px;
  }

  .section-head {
    display: grid;
    gap: 18px;
    align-items: start;
  }

  .about-hero {
    padding: 112px 0 92px;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .catalog-grid--results {
    grid-template-columns: 1fr;
  }

  .home-page .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .results-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .detail-hero,
  .detail-content-grid,
  .register-layout,
  .tracking-grid {
    grid-template-columns: 1fr;
  }

  .tracking-form__row,
  .tracking-card__head {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .tracking-access__grid,
  .tracking-dashboard__shell,
  .tracking-summary-grid,
  .tracking-driver-grid {
    grid-template-columns: 1fr;
  }

  .tracking-dashboard__topbar {
    position: sticky;
    top: 0;
    z-index: 25;
    padding: 16px 16px 14px;
    background: rgba(237, 241, 245, 0.94);
    backdrop-filter: blur(18px);
  }

  .tracking-main {
    padding: 16px 16px 108px;
  }

  .tracking-sidebar {
    min-height: auto;
    border-radius: 0;
    padding: 14px 16px 16px;
    gap: 16px;
  }

  .tracking-sidebar__nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    margin-right: -2px;
    scrollbar-width: none;
  }

  .tracking-sidebar__nav::-webkit-scrollbar {
    display: none;
  }

  .tracking-sidebar__tab {
    flex: 0 0 auto;
    min-width: max-content;
    padding-inline: 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
  }

  .tracking-vehicle-list {
    padding-top: 20px;
    display: grid;
    gap: 10px;
  }

  .tracking-map {
    min-height: 420px;
  }

  .detail-shell {
    border-radius: 24px;
  }

  .detail-summary {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid rgba(17, 116, 59, 0.12);
    padding: 32px 24px;
  }

  .detail-gallery {
    min-height: auto;
    padding: 24px;
  }

  .detail-actions,
  .detail-benefit-grid,
  .detail-thumbs {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 76px 0;
  }

  .site-footer {
    padding-bottom: 128px;
  }

  .mobile-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(8, 58, 31, 0.08);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.16);
  }

  .mobile-nav-item {
    min-height: 64px;
    display: grid;
    place-items: center;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted);
    padding: 10px 4px;
  }

  .mobile-nav-item.active {
    color: var(--green-700);
  }
}

.mobile-access-sheet {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
}

.mobile-access-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 20, 12, 0.42);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.mobile-access-sheet__panel {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(10, 28, 18, 0.28);
  padding: 14px 14px 18px;
  transform: translateY(24px);
  opacity: 0;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.mobile-access-sheet.is-open {
  pointer-events: auto;
}

.mobile-access-sheet.is-open .mobile-access-sheet__backdrop {
  opacity: 1;
}

.mobile-access-sheet.is-open .mobile-access-sheet__panel {
  transform: translateY(0);
  opacity: 1;
}

.mobile-access-sheet__handle {
  width: 56px;
  height: 5px;
  border-radius: 999px;
  background: rgba(32, 53, 35, 0.16);
  margin: 0 auto 12px;
}

.mobile-access-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 0 4px;
}

.mobile-access-sheet__header strong {
  color: #1b2e1d;
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mobile-access-sheet__close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: rgba(17, 116, 59, 0.08);
  color: #1a4f2a;
  font-size: 1.5rem;
  cursor: pointer;
}

.mobile-access-sheet__body {
  display: grid;
  gap: 10px;
}

.mobile-access-sheet__link {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f5f8f3;
  border: 1px solid rgba(17, 116, 59, 0.08);
  color: #1b2e1d;
}

.mobile-access-sheet__link span {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mobile-access-sheet__link small {
  color: #617183;
  font-size: 0.78rem;
}

body.has-mobile-sheet-open {
  overflow: hidden;
}

@media (max-width: 520px) {
  .brand-name {
    font-size: 1.35rem;
  }

  .hero h1 {
    max-width: 14ch;
    font-size: clamp(2.3rem, 10vw, 3.2rem);
    line-height: 1;
  }

  .home-page .hero h1 {
    max-width: 15ch;
  }

  .hero-actions {
    flex-direction: column;
  }

  .register-form {
    grid-template-columns: 1fr;
  }

  .account-summary__grid {
    grid-template-columns: 1fr;
  }

  .detail-actions,
  .detail-benefit-grid,
  .detail-thumbs {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .tracking-dashboard__topbar {
    align-items: flex-start;
    gap: 10px;
  }

  .tracking-breadcrumb {
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .tracking-userbar {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.8rem;
  }

  .tracking-sidebar {
    gap: 18px;
    border-radius: 0;
  }

  .tracking-dashboard__shell {
    background:
      linear-gradient(180deg, #33475d 0, #33475d 176px, #edf1f5 176px, #edf1f5 100%);
  }

  .tracking-sidebar__head h2 {
    font-size: 1rem;
  }

  .tracking-sidebar__head p {
    font-size: 0.82rem;
  }

  .tracking-sidebar__tab {
    min-height: 44px;
    font-size: 0.94rem;
  }

  .tracking-profile-layout,
  .tracking-profile-form__grid {
    grid-template-columns: 1fr;
  }

  .tracking-profile-aside {
    gap: 14px;
  }

  .tracking-profile-avatar {
    max-width: 180px;
  }

  .tracking-profile-form__actions {
    justify-content: stretch;
  }

  .mobile-access-sheet__panel {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .tracking-summary-card,
  .tracking-alert-card,
  .tracking-map-card,
  .tracking-card {
    border-radius: 24px;
    box-shadow: 0 18px 38px rgba(34, 52, 38, 0.08);
  }

  .tracking-summary-card,
  .tracking-alert-card {
    padding: 18px;
  }

  .tracking-map-card__head,
  .tracking-card {
    padding-inline: 18px;
  }

  .tracking-map-card__head {
    padding-top: 18px;
    padding-bottom: 14px;
  }

  .tracking-vehicle-card {
    padding: 13px 12px;
    border-radius: 18px;
  }

  .tracking-vehicle-card__row {
    grid-template-columns: 28px minmax(0, 1fr) 18px;
    gap: 10px;
  }

  .tracking-vehicle-card__copy strong {
    font-size: 0.76rem;
  }

  .tracking-vehicle-card__copy span {
    font-size: 0.6rem;
  }

  .tracking-map {
    min-height: 320px;
  }

  .product-body {
    padding: 16px 16px 18px;
  }

  .product-body h3 {
    min-height: auto;
    font-size: 0.92rem;
    line-height: 1.2;
  }

  .product-card .product-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-card .price-block {
    width: 100%;
    min-width: 0;
  }

  .product-card .price-block strong {
    width: 100%;
    min-width: 0;
    gap: 10px;
    font-size: clamp(0.92rem, 3.8vw, 1rem);
    line-height: 1.12;
    white-space: normal;
    overflow-wrap: anywhere;
    flex-wrap: wrap;
  }

  .product-card .price-block strong::before {
    flex-shrink: 0;
    height: 24px;
  }

  .home-page .product-media__placeholder {
    min-height: 170px;
    font-size: 0.86rem;
    text-align: center;
    padding: 12px;
  }

  .product-card .whatsapp-btn {
    width: 100%;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 84px;
  }
}

.hidden {
  display: none !important;
}

.admin-page {
  background:
    radial-gradient(circle at top left, rgba(43, 146, 73, 0.12), transparent 32%),
    linear-gradient(180deg, #f8fbf4 0%, #eef4e8 100%);
  color: #163022;
}

.admin-shell {
  width: 100%;
  min-height: 100vh;
}

.admin-login__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.admin-login__brand img {
  height: 44px;
  width: auto;
}

.admin-login__brand span,
.admin-eyebrow {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #1f7f3d;
}

.admin-login__card,
.admin-card,
.admin-stat {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(31, 127, 61, 0.12);
  box-shadow: 0 22px 54px rgba(27, 53, 33, 0.08);
  backdrop-filter: blur(18px);
}

.admin-login__card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  border-radius: 28px;
  padding: 34px;
}

.admin-login__copy h1,
.admin-topbar h1,
.admin-card__head h2 {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.admin-login__copy h1,
.admin-topbar h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.admin-login__copy p,
.admin-topbar p {
  max-width: 640px;
  margin: 14px 0 0;
  color: rgba(22, 48, 34, 0.72);
}

.admin-form {
  display: grid;
  gap: 16px;
}

.admin-form--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-form label,
.admin-checkboxes {
  display: grid;
  gap: 8px;
}

.admin-form label span,
.admin-checkboxes legend {
  font-size: 0.88rem;
  font-weight: 700;
  color: #224131;
}

.admin-form input,
.admin-form textarea,
.admin-form select {
  width: 100%;
  border: 1px solid rgba(31, 127, 61, 0.16);
  border-radius: 16px;
  background: #fff;
  padding: 14px 16px;
  font: inherit;
  color: #163022;
}

.admin-form input:focus,
.admin-form textarea:focus,
.admin-form select:focus {
  outline: none;
  border-color: rgba(31, 127, 61, 0.48);
  box-shadow: 0 0 0 4px rgba(31, 127, 61, 0.1);
}

.admin-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #356348 50%),
    linear-gradient(135deg, #356348 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.admin-checkboxes {
  border: 1px solid rgba(31, 127, 61, 0.16);
  border-radius: 16px;
  padding: 14px 16px;
}

.admin-checkboxes label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.94rem;
  color: rgba(22, 48, 34, 0.86);
}

.admin-checkboxes input {
  width: 16px;
  height: 16px;
}

.admin-form__full {
  grid-column: 1 / -1;
}

.admin-form__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.admin-status {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1f7f3d;
}

.admin-status.is-error {
  color: #b32424;
}

.admin-dashboard {
  min-height: 100vh;
}

.admin-layout {
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 22px 18px 18px;
  background: #33475d;
  color: #fff;
}

.admin-sidebar__brand h2 {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
}

.admin-sidebar__nav {
  display: grid;
  gap: 8px;
}

.admin-content {
  background: #edf1f5;
  padding: 26px 28px 48px;
}

.admin-panel-copy {
  margin: 0 0 20px;
  color: rgba(22, 48, 34, 0.72);
  max-width: 780px;
}

.admin-topbar {
  margin-bottom: 18px;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.admin-grid--stats {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 24px;
}

.admin-card,
.admin-stat {
  border-radius: 12px;
  padding: 24px;
}

.admin-card--wide {
  grid-column: 1 / -1;
}

.admin-card--welcome {
  margin-bottom: 22px;
}

.admin-card__head {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.admin-card__head h2 {
  font-size: 1.55rem;
}

.admin-stat {
  display: grid;
  gap: 10px;
}

.admin-stat span {
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(22, 48, 34, 0.66);
}

.admin-stat strong {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  color: #163022;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 14px 10px;
  border-bottom: 1px solid rgba(31, 127, 61, 0.12);
  text-align: left;
  font-size: 0.94rem;
}

.admin-table th {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(22, 48, 34, 0.72);
}

.admin-list {
  display: grid;
  gap: 14px;
}

.admin-list-item,
.admin-empty {
  border: 1px solid rgba(31, 127, 61, 0.1);
  border-radius: 18px;
  background: rgba(243, 248, 238, 0.88);
  padding: 16px 18px;
}

.admin-list-item strong {
  display: block;
  font-weight: 800;
}

.admin-list-item span {
  display: block;
  margin-top: 4px;
  font-size: 0.9rem;
  color: #1f7f3d;
}

.admin-list-item__inline {
  display: flex;
  align-items: center;
  gap: 14px;
}

.admin-list-item__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.admin-list-item__avatar {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  object-fit: cover;
  background: rgba(31, 127, 61, 0.08);
  flex: 0 0 62px;
}

.admin-list-item__avatar--placeholder {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  background: linear-gradient(180deg, #1f7f3d 0%, #163022 100%);
}

.admin-list-item p,
.admin-empty {
  margin: 8px 0 0;
  color: rgba(22, 48, 34, 0.72);
}

.catalog-empty {
  grid-column: 1 / -1;
  min-height: 180px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8, 58, 31, 0.08);
  border-radius: 24px;
  background: #fff;
  color: rgba(22, 48, 34, 0.62);
  font-weight: 700;
  text-align: center;
  padding: 24px;
}

.catalog-loading,
.product-media__placeholder,
.detail-main-image__placeholder {
  display: grid;
  place-items: center;
  color: #6d7b6e;
  background: linear-gradient(135deg, #eef3ea 0%, #e1e8dc 100%);
}

.catalog-loading {
  grid-column: 1 / -1;
  min-height: 220px;
  border: 1px dashed rgba(8, 58, 31, 0.12);
  border-radius: 24px;
  font-weight: 700;
  text-align: center;
  padding: 24px;
}

.product-media__placeholder {
  width: 100%;
  height: 100%;
  min-height: 245px;
  font-weight: 700;
}

.detail-main-image__placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  min-height: 520px;
  font-weight: 700;
}

.detail-main-image__placeholder[hidden] {
  display: none !important;
}

.admin-tab {
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  padding: 0 14px;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: 180ms ease;
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-tab__icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
}

.admin-tab__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.admin-tab.is-active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
}

.admin-tab:hover {
  background: rgba(255, 255, 255, 0.08);
}

.admin-tab-panel {
  display: none;
}

.admin-tab-panel.is-active {
  display: block;
}

.admin-sidebar__logout {
  margin-top: auto;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  padding: 0 14px;
}

.admin-sidebar__logout:hover {
  background: rgba(255, 255, 255, 0.08);
}

.admin-upload-note {
  margin-bottom: 12px;
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(22, 48, 34, 0.68);
}

.admin-gallery-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.admin-gallery-preview__item,
.admin-catalog-card {
  border: 1px solid rgba(31, 127, 61, 0.12);
  border-radius: 20px;
  background: rgba(247, 250, 244, 0.95);
  overflow: hidden;
}

.admin-gallery-preview__item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.admin-gallery-preview__item figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px 12px;
  font-size: 0.84rem;
  font-weight: 700;
  color: #224131;
}

.admin-gallery-preview__item {
  cursor: grab;
}

.admin-gallery-preview__item.is-dragging {
  opacity: 0.6;
}

.admin-gallery-preview__item.is-drop-target {
  border-color: rgba(31, 127, 61, 0.56);
  box-shadow: 0 0 0 3px rgba(31, 127, 61, 0.12);
}

.admin-gallery-preview__remove {
  border: 0;
  border-radius: 999px;
  background: rgba(176, 37, 37, 0.12);
  color: #9f1f1f;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 800;
  padding: 6px 10px;
  cursor: pointer;
}

.admin-gallery-preview__remove:hover {
  background: rgba(176, 37, 37, 0.18);
}

.admin-catalog-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.admin-catalog-card__image {
  background: rgba(31, 127, 61, 0.05);
}

.admin-catalog-card__image img,
.admin-catalog-card__placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.admin-catalog-card__image img {
  object-fit: cover;
  display: block;
}

.admin-catalog-card__placeholder {
  display: grid;
  place-items: center;
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(22, 48, 34, 0.52);
}

.admin-catalog-card__body {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.admin-catalog-card__body span {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1f7f3d;
}

.admin-catalog-card__body strong {
  font-size: 1.05rem;
  font-weight: 800;
  color: #163022;
}

.admin-catalog-card__body p {
  margin: 0;
  color: rgba(22, 48, 34, 0.68);
}

.admin-catalog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-catalog-card__meta em,
.admin-catalog-card__meta small {
  font-style: normal;
}

.admin-catalog-card__meta em {
  font-family: var(--font-price);
  font-size: 1rem;
  font-weight: 800;
  color: #163022;
}

.admin-catalog-card__meta small {
  font-size: 0.84rem;
  font-weight: 700;
  color: rgba(22, 48, 34, 0.58);
}

.admin-catalog-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-table__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-table__actions .button {
  min-height: 40px;
  padding-inline: 14px;
}

.admin-card-action {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
}

.admin-card-action--danger {
  border: 1px solid rgba(176, 37, 37, 0.18);
  background: rgba(176, 37, 37, 0.08);
  color: #9f1f1f;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.admin-card-action--danger:hover {
  background: rgba(176, 37, 37, 0.14);
}

.admin-modal-open {
  overflow: hidden;
}

.admin-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.admin-modal.hidden {
  display: none;
}

.admin-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 26, 37, 0.56);
  backdrop-filter: blur(4px);
}

.admin-modal__dialog {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(31, 127, 61, 0.12);
  box-shadow: 0 30px 60px rgba(18, 34, 22, 0.24);
  padding: 24px;
}

.admin-modal__dialog--compact {
  width: min(760px, 100%);
}

.admin-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-modal__close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: rgba(31, 127, 61, 0.08);
  color: #163022;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.admin-modal__close:hover {
  background: rgba(31, 127, 61, 0.14);
}

.admin-record-view {
  display: grid;
  gap: 12px;
}

.admin-record-view__line {
  display: grid;
  gap: 6px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(31, 127, 61, 0.12);
}

.admin-record-view__line:last-child {
  border-bottom: 0;
}

.admin-record-view__line span {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(22, 48, 34, 0.62);
}

.admin-record-view__line strong {
  color: #163022;
  font-size: 1rem;
  line-height: 1.55;
}

.admin-select-note {
  margin: -6px 0 0;
  color: rgba(22, 48, 34, 0.68);
  font-size: 0.84rem;
  font-weight: 700;
}

.admin-driver-preview {
  width: 140px;
  height: 140px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(31, 127, 61, 0.08);
  display: grid;
  place-items: center;
  color: #234131;
  font-weight: 800;
}

.admin-driver-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.admin-invoice-card {
  display: grid;
  gap: 12px;
}

.admin-invoice-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: rgba(22, 48, 34, 0.72);
  font-size: 0.92rem;
}

.admin-invoice-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-invoice-badge.is-pending {
  background: rgba(17, 116, 59, 0.1);
  color: var(--green-700);
}

.admin-invoice-badge.is-paid {
  background: rgba(31, 127, 61, 0.12);
  color: #0d5b2f;
}

.admin-invoice-badge.is-refunded {
  background: rgba(154, 105, 9, 0.12);
  color: #8d5e0a;
}

.admin-invoice-badge.is-failed {
  background: rgba(176, 37, 37, 0.12);
  color: #9f1f1f;
}

.invoice-page {
  color: #1b1b1b;
  background:
    radial-gradient(circle at top center, rgba(31, 141, 67, 0.08), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f6f7f3 46%, #eef3ea 100%);
}

.invoice-page .site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(17, 116, 59, 0.12);
}

.invoice-page .desktop-nav a,
.invoice-page .header-link {
  color: #536052;
}

.invoice-page .desktop-nav a.active,
.invoice-page .desktop-nav a:hover,
.invoice-page .header-link:hover {
  color: var(--green-700);
  border-bottom-color: var(--green-700);
}

.invoice-page .header-button {
  border-color: var(--green-700);
  color: var(--green-700);
}

.invoice-page .header-button:hover {
  background: rgba(17, 116, 59, 0.06);
}

.invoice-hero {
  padding: 48px 0 88px;
}

.invoice-shell {
  width: min(100% - 24px, 1180px);
}

.invoice-loading,
.invoice-empty {
  display: grid;
  place-items: center;
  min-height: 180px;
  border-radius: 28px;
  border: 1px solid rgba(17, 116, 59, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: rgba(22, 48, 34, 0.72);
  text-align: center;
  padding: 24px;
}

.invoice-card {
  display: grid;
  gap: 22px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(17, 116, 59, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 54px rgba(27, 53, 33, 0.08);
}

.invoice-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.invoice-card__head h1 {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #163022;
}

.invoice-card__head p {
  margin: 12px 0 0;
  color: rgba(22, 48, 34, 0.72);
}

.invoice-eyebrow {
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green-700);
}

.invoice-status {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.invoice-status.is-pending {
  background: rgba(17, 116, 59, 0.1);
  color: var(--green-700);
}

.invoice-status.is-paid {
  background: rgba(31, 127, 61, 0.12);
  color: #0d5b2f;
}

.invoice-status.is-refunded {
  background: rgba(154, 105, 9, 0.12);
  color: #8d5e0a;
}

.invoice-status.is-failed {
  background: rgba(176, 37, 37, 0.12);
  color: #9f1f1f;
}

.invoice-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.invoice-summary-item {
  border: 1px solid rgba(17, 116, 59, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf4 100%);
  padding: 18px;
}

.invoice-summary-item span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(22, 48, 34, 0.56);
}

.invoice-summary-item strong {
  color: #163022;
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.invoice-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 18px;
}

.invoice-panel {
  border: 1px solid rgba(17, 116, 59, 0.12);
  border-radius: 26px;
  background: #fff;
  padding: 22px;
}

.invoice-panel--side {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf4 100%);
}

.invoice-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.invoice-panel__head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: #163022;
}

.invoice-qr {
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 22px;
  background: #f7fbf4;
  border: 1px solid rgba(17, 116, 59, 0.1);
}

.invoice-qr img {
  width: min(100%, 280px);
  border-radius: 18px;
}

.invoice-copy-group {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.invoice-copy-group label {
  font-size: 0.88rem;
  font-weight: 800;
  color: #224131;
}

.invoice-copy-group textarea {
  width: 100%;
  min-height: 130px;
  resize: vertical;
  border: 1px solid rgba(31, 127, 61, 0.16);
  border-radius: 18px;
  background: #fff;
  padding: 14px 16px;
  font: inherit;
  line-height: 1.55;
  color: #163022;
}

.invoice-copy-group textarea:focus {
  outline: none;
  border-color: rgba(31, 127, 61, 0.48);
  box-shadow: 0 0 0 4px rgba(31, 127, 61, 0.1);
}

.invoice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.invoice-actions .button {
  min-height: 52px;
  padding-inline: 20px;
  border-radius: 16px;
}

.invoice-details {
  display: grid;
  gap: 12px;
  margin: 0;
}

.invoice-details div {
  display: grid;
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(17, 116, 59, 0.1);
}

.invoice-details div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.invoice-details dt {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(22, 48, 34, 0.56);
}

.invoice-details dd {
  margin: 0;
  color: #163022;
  line-height: 1.5;
  word-break: break-word;
}

.invoice-note {
  margin: 18px 0 0;
  color: rgba(22, 48, 34, 0.72);
  line-height: 1.6;
}

.invoice-refresh {
  border: 1px solid rgba(17, 116, 59, 0.16);
  border-radius: 999px;
  background: rgba(17, 116, 59, 0.08);
  color: var(--green-700);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  min-height: 40px;
  padding: 0 14px;
  cursor: pointer;
}

.invoice-refresh:hover {
  background: rgba(17, 116, 59, 0.12);
}

@media (max-width: 1080px) {
  .admin-layout,
  .admin-login__card,
  .admin-grid,
  .admin-grid--stats,
  .admin-form--grid {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    gap: 18px;
  }

  .admin-card__head,
  .admin-modal__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-gallery-preview,
  .admin-catalog-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .invoice-summary-grid,
  .invoice-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .admin-shell {
    width: 100%;
  }

  .admin-page {
    background:
      radial-gradient(circle at top left, rgba(43, 146, 73, 0.12), transparent 32%),
      linear-gradient(180deg, #f2f6ef 0%, #e8efe2 100%);
  }

  .admin-login__card,
  .admin-card,
  .admin-stat {
    border-radius: 24px;
    padding: 18px;
  }

  .admin-content {
    padding: 14px 14px 110px;
  }

  .admin-sidebar {
    position: sticky;
    top: 0;
    z-index: 30;
    gap: 14px;
    padding: 14px 14px 12px;
    border-radius: 0 0 26px 26px;
    box-shadow: 0 16px 34px rgba(25, 40, 55, 0.22);
  }

  .admin-layout {
    min-height: 100vh;
  }

  .admin-sidebar__brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .admin-sidebar__brand h2 {
    font-size: 1rem;
  }

  .admin-sidebar__nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .admin-sidebar__nav::-webkit-scrollbar {
    display: none;
  }

  .admin-tab {
    flex: 0 0 auto;
    min-height: 42px;
    min-width: max-content;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.92rem;
  }

  .admin-tab__icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .admin-tab__icon svg {
    width: 16px;
    height: 16px;
  }

  .admin-sidebar__logout {
    min-height: 42px;
    width: 100%;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
    font-size: 0.94rem;
  }

  .admin-topbar {
    position: sticky;
    top: 128px;
    z-index: 20;
    margin: 0 -2px 14px;
    padding: 10px 4px 2px;
    background: linear-gradient(180deg, rgba(232, 239, 226, 0.95) 0%, rgba(232, 239, 226, 0.72) 72%, rgba(232, 239, 226, 0) 100%);
    backdrop-filter: blur(10px);
  }

  .admin-topbar h1 {
    margin-top: 0;
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .admin-panel-copy {
    margin-bottom: 14px;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .admin-card__head {
    gap: 12px;
  }

  .admin-card__head h2 {
    font-size: 1.24rem;
  }

  .admin-grid,
  .admin-grid--stats {
    gap: 16px;
  }

  .admin-grid--stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-stat strong {
    font-size: 1.7rem;
  }

  .admin-table-wrap {
    margin-inline: -4px;
    padding: 2px 4px 6px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.54);
  }

  .admin-table {
    min-width: 720px;
  }

  .admin-table th,
  .admin-table td {
    padding: 12px 10px;
    font-size: 0.88rem;
  }

  .admin-list-item,
  .admin-empty {
    border-radius: 20px;
    padding: 15px 16px;
  }

  .admin-list-item__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .admin-catalog-card {
    border-radius: 24px;
  }

  .admin-catalog-card__body {
    padding: 14px;
  }

  .admin-form {
    gap: 14px;
  }

  .admin-form input,
  .admin-form textarea,
  .admin-form select {
    min-height: 50px;
    border-radius: 14px;
    padding: 13px 14px;
  }

  .admin-form textarea {
    min-height: 120px;
  }

  .admin-form__actions {
    gap: 12px;
  }

  .admin-modal {
    padding: 12px;
  }

  .admin-modal__dialog {
    width: min(100%, 560px);
    padding: 18px;
    max-height: calc(100vh - 24px);
    border-radius: 26px;
  }

  .admin-form__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-gallery-preview,
  .admin-catalog-list {
    grid-template-columns: 1fr;
  }

  .invoice-hero {
    padding: 24px 0 72px;
  }

  .invoice-card {
    padding: 18px;
    border-radius: 24px;
  }

  .invoice-card__head,
  .invoice-panel__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .invoice-summary-grid {
    gap: 12px;
  }

  .invoice-summary-item {
    padding: 16px;
    border-radius: 18px;
  }

  .invoice-panel {
    padding: 18px;
    border-radius: 22px;
  }

  .invoice-copy-group textarea {
    min-height: 110px;
  }
}

@media (max-width: 520px) {
  .admin-login {
    padding: 20px 14px 32px;
  }

  .admin-login__brand {
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
  }

  .admin-login__brand img {
    height: 38px;
  }

  .admin-login__brand span {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }

  .admin-login__card {
    padding: 18px;
    gap: 18px;
  }

  .admin-login__copy h1 {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }

  .admin-layout {
    background: #edf1f5;
  }

  .admin-sidebar {
    padding: 12px 12px 10px;
    border-radius: 0 0 22px 22px;
  }

  .admin-tab {
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.88rem;
  }

  .admin-sidebar__logout {
    min-height: 40px;
  }

  .admin-topbar {
    top: 116px;
  }

  .admin-content {
    padding: 12px 12px 106px;
  }

  .admin-card,
  .admin-stat {
    border-radius: 22px;
    padding: 16px;
  }

  .admin-grid--stats {
    grid-template-columns: 1fr 1fr;
  }

  .admin-card__head h2 {
    font-size: 1.1rem;
  }

  .admin-record-view__line strong {
    font-size: 0.96rem;
  }

  .admin-modal {
    padding: 10px;
  }

  .admin-modal__dialog {
    padding: 16px;
    border-radius: 22px;
  }

  .admin-table {
    min-width: 640px;
  }
}
