
:root {
 
  --brand: #1D4ED8;
  --brand-dark: #1E3A8A;
  --brand-accent: #0EA5E9;
  --brand-rgb: 29, 78, 216;
  --brand-accent-rgb: 14, 165, 233;

  --brand-wash: rgba(var(--brand-rgb), .07);
  --brand-wash-strong: rgba(var(--brand-rgb), .13);
  --brand-ring: rgba(var(--brand-rgb), .22);

  --ink: #0F172A;
  --ink-soft: #1E293B;
  --ink-mute: #64748B;
  --ink-faint: #94A3B8;
  --mist: #F4F7FC;
  --mist-dark: #E6EDF7;
  --line: #E2E8F0;
  --line-strong: #CBD5E1;
  --surface: #FFFFFF;

  /* Status */
  --clay: #DC2626;
  --success: #16A34A;
  --warn: #D97706;
  --wa: #25D366;
  --wa-dark: #1DA851;

  --radius-sm: 10px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-xl: 26px;

  --shadow-xs: 0 1px 2px rgba(15, 23, 42, .05);
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, .07), 0 1px 2px rgba(15, 23, 42, .04);
  --shadow-md: 0 4px 12px -2px rgba(15, 23, 42, .08), 0 2px 6px -2px rgba(15, 23, 42, .05);
  --shadow-lg: 0 18px 40px -18px rgba(15, 23, 42, .28), 0 4px 12px -6px rgba(15, 23, 42, .10);
  --shadow-brand: 0 12px 28px -12px rgba(var(--brand-rgb), .55);

  --header-h: 72px;

  --font-body: 'Poppins', 'Segoe UI', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Outfit', 'Segoe UI', system-ui, -apple-system, sans-serif;
}




*, *::before, *::after { box-sizing: border-box; border: 0 solid var(--line); }

* { -webkit-tap-highlight-color: transparent; margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
  -moz-tab-size: 4;
  tab-size: 4;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--mist);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.015em;
  font-size: inherit;
}

p, figure, blockquote, dl, dd, ol, ul, pre, hr { margin: 0; }
ol, ul { list-style: none; padding: 0; }

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

img, svg, video, canvas, iframe { display: block; max-width: 100%; }
img, video { height: auto; }

button, input, select, textarea, optgroup {
  font: inherit;
  color: inherit;
  margin: 0;
}
button, [type='button'], [type='submit'], [type='reset'] {
  background: none;
  cursor: pointer;
  -webkit-appearance: button;
}
button:disabled, [type='submit']:disabled { cursor: not-allowed; opacity: .55; }

table { border-collapse: collapse; }

code, pre, kbd, samp {
  font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
  font-size: .92em;
}

hr { border-top-width: 1px; }

[hidden] { display: none !important; }

::selection { background: var(--brand); color: #fff; }

:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: #fff; padding: .75rem 1.25rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }




.mi {
  font-family: 'Material Symbols Rounded', 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  flex-shrink: 0;
  font-synthesis: none;
}

.mi {
  max-width: 100%;
  overflow: hidden;
}
.mi-fill { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
.mi-bold { font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 24; }
.mi-sm { font-size: 1.05em; }
.mi-lg { font-size: 1.6em; }
.mi-xl { font-size: 2.1em; }
.fonts-pending .mi { visibility: hidden; }



.font-display { font-family: var(--font-display); }
.font-400 { font-weight: 400; }
.font-500 { font-weight: 500; }
.font-600 { font-weight: 600; }
.font-700 { font-weight: 700; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand);
}

.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.14;
  letter-spacing: -.02em;
  margin-top: .6rem;
}

.section-lead {
  color: var(--ink-mute);
  margin-top: .9rem;
  line-height: 1.7;
  max-width: 46rem;
}


.prose-copy {
  color: #3B4657;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .002em;
  max-width: 70ch;
  overflow-wrap: break-word;
}
.prose-copy > p { margin: 0 0 1.1em; }
.prose-copy > p:last-child { margin-bottom: 0; }
.prose-copy h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.16rem;
  color: var(--ink);
  margin: 1.9em 0 .55em;
  line-height: 1.35;
  letter-spacing: -.01em;
}
.prose-copy h3:first-child { margin-top: 0; }
.prose-copy ul { margin: 0 0 1.1em; padding: 0; list-style: none; }
.prose-copy ul li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: .45rem;
  line-height: 1.7;
}
.prose-copy ul li::before {
  content: "";
  position: absolute;
  left: .35rem; top: .72em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brand);
}

.prose-copy strong { color: var(--ink); font-weight: 500; }
.prose-copy a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }


.prose-copy-sm { font-size: 14.8px; line-height: 1.7; }
.prose-copy-sm h3 { font-size: 1.02rem; margin: 1.5em 0 .45em; }
.prose-copy-sm > p { margin: 0 0 .9em; }


.prose-copy.max-w-none { max-width: none; }




.btn-primary, .btn-outline, .btn-whatsapp, .btn-ghost-light, .btn-dark, .btn-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .72rem 1.3rem;
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease,
              color .15s ease, border-color .15s ease;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}
.btn-lg { padding: .95rem 1.7rem; font-size: 15.5px; border-radius: 12px; }
.btn-sm { padding: .5rem .9rem; font-size: 13.5px; border-radius: 9px; gap: .35rem; }
.btn-block { display: flex; width: 100%; }

.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-brand); }
.btn-primary:hover { background: var(--brand-dark); transform: translateY(-1px); }

.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-1px); }

.btn-soft { background: var(--brand-wash); color: var(--brand); }
.btn-soft:hover { background: var(--brand-wash-strong); }

.btn-outline { border: 1.5px solid var(--line-strong); background: var(--surface); color: var(--ink); }
.btn-outline:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-1px); }

.btn-ghost-light { border: 1.5px solid rgba(255,255,255,.30); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.6); }


.btn-whatsapp { background: var(--wa); color: #fff; box-shadow: 0 8px 20px -10px rgba(37,211,102,.9); }
.btn-whatsapp:hover { background: var(--wa-dark); transform: translateY(-1px); }
.btn-whatsapp:active { transform: translateY(0); }

.btn-danger { color: var(--clay); border-color: rgba(220,38,38,.35); }
.btn-danger:hover { border-color: var(--clay); color: var(--clay); background: rgba(220,38,38,.06); }

.icon-btn {
  width: 38px; height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-mute);
  transition: color .15s ease, border-color .15s ease, background-color .15s ease, transform .15s ease;
}
.icon-btn:hover { color: var(--brand); border-color: var(--brand); transform: translateY(-1px); }



.topbar {
  position: relative;
  z-index: 70;            
  background: var(--ink);
  color: rgba(255,255,255,.68);
  font-size: 13px;
}
.topbar a:hover { color: #fff; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
.site-header.is-stuck { box-shadow: var(--shadow-md); }

.site-logo { display: block; height: 44px; width: auto; }
.logo-mark { display: inline-flex; }
.logo-mark svg { display: block; }


.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  min-width: 0;
  flex: 0 1 auto;
}
.brand-text { min-width: 0; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -.02em;
  line-height: 1.15;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brand-region {
  display: block;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--ink-mute);
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 599px) {
  .site-logo { height: 38px; }
  .logo-mark svg { width: 38px; height: 38px; }
  .brand-lockup { gap: .55rem; }
  .brand-name { font-size: 16px; }
  .brand-region { font-size: 9.5px; letter-spacing: .14em; }
}


.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color .15s ease, opacity .15s ease;
}
.social-icon { display: block; }

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .55rem .75rem;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 500;
  color: #334155;
  transition: color .15s ease, background-color .15s ease;
}
.nav-link:hover { color: var(--brand); background: var(--brand-wash); }
.nav-link.is-active { color: var(--brand); font-weight: 600; }
.nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  width: 18px;
  height: 2.5px;
  background: var(--brand);
  border-radius: 2px;
}

.dropdown { position: relative; }
.dropdown-toggle { background: none; border: 0; font: inherit; }
.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 290px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: .45rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
  z-index: 50;
}
.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu,
.dropdown.is-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .5rem .6rem;
  border-radius: 9px;
  font-size: 14.5px;
  color: var(--ink);
  transition: background-color .12s ease, color .12s ease;
}
.dropdown-menu a:hover { background: var(--brand-wash); color: var(--brand); }


.dropdown-menu .mi {
  color: var(--brand);
  width: 22px;
  font-size: 21px;
  text-align: center;
  flex-shrink: 0;
}
.dropdown-title {
  display: block;
  font-weight: 500;
  line-height: 1.3;
}
.dropdown-sub {
  display: block;
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--ink-mute);
  margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-menu a:hover .dropdown-sub { color: inherit; opacity: .8; }
.dropdown-all {
  margin-top: .3rem;
  border-top: 1px solid var(--line);
  border-radius: 0 0 9px 9px !important;
  color: var(--brand) !important;
  font-weight: 600;
  font-size: 13.5px !important;
}



.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  visibility: hidden;
}
.mobile-menu[hidden] { display: block !important; visibility: hidden; pointer-events: none; }
.mobile-menu.is-open { visibility: visible; pointer-events: auto; }

.mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .55);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity .25s ease;
}
.mobile-menu.is-open .mobile-menu-backdrop { opacity: 1; }

.mobile-menu-panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(90vw, 360px);
  display: flex;
  flex-direction: column;
  background: var(--surface);
  box-shadow: -20px 0 50px -20px rgba(15,23,42,.4);
  transform: translateX(100%);
  transition: transform .28s cubic-bezier(.32, .72, 0, 1);

  max-height: 100%;
  overscroll-behavior: contain;
}
.mobile-menu.is-open .mobile-menu-panel { transform: translateX(0); }

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}
.mobile-menu-body {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: .85rem 1.15rem 1.25rem;
}
.mobile-menu-foot {
  flex-shrink: 0;
  padding: 1rem 1.15rem calc(1rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: var(--mist);
}

.m-link {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .8rem .25rem;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.m-link:last-child { border-bottom: 0; }
.m-link .mi { color: var(--brand); font-size: 1.35em; }
.m-link:active { color: var(--brand); }
.m-sub { font-size: 15px; font-weight: 400; color: #475569; padding-left: .25rem; }
.m-heading {
  margin: 1.4rem 0 .2rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}


.m-group summary {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .8rem .25rem;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  list-style: none;
}
.m-group summary::-webkit-details-marker { display: none; }
.m-group summary .mi:first-child { color: var(--brand); font-size: 1.35em; }
.m-group summary .m-caret { margin-left: auto; transition: transform .2s ease; color: var(--ink-faint); }
.m-group[open] summary .m-caret { transform: rotate(180deg); }
.m-group .m-link { padding-left: 2.1rem; font-size: 14.5px; }

body.no-scroll { overflow: hidden; }



.cta-band {
  background:
    radial-gradient(120% 140% at 85% 0%, rgba(var(--brand-accent-rgb), .35), transparent 60%),
    linear-gradient(120deg, var(--brand-dark) 0%, var(--brand) 100%);
  color: #fff;
}

.site-footer { background: var(--ink); color: rgba(255,255,255,.62); font-size: 14.5px; }


.footer-grid {
  display: grid;
  gap: 2.5rem 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
}
@media (min-width: 1024px) {
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem 3rem; }
  .footer-brand { grid-column: auto; padding-right: 1.5rem; }
}

.footer-heading {
  color: #fff;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-list { display: grid; gap: .55rem; }
.footer-list a { transition: color .15s ease; }
.footer-list a:hover { color: #fff; }

.footer-contact {
  display: grid;
  gap: .7rem;
  margin-top: 1.5rem;
  font-size: 14px;
}
.footer-contact li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
  line-height: 1.5;
}
.footer-contact .mi { color: rgba(255,255,255,.42); margin-top: 1px; }
.footer-contact a { color: rgba(255,255,255,.82); transition: color .15s ease; }
.footer-contact a:hover { color: #fff; }

.footer-social { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }

.social-btn {
  width: 38px; height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,.09);
  color: rgba(255,255,255,.8);
  transition: background-color .15s ease, color .15s ease, transform .15s ease;
}
.social-btn:hover { background: var(--brand); color: #fff; transform: translateY(-2px); }

.footer-bar {
  margin-top: 3rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255,255,255,.10);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .9rem 1.5rem;
  font-size: 13.5px;
}
.footer-legal { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.footer-legal a { transition: color .15s ease; }
.footer-legal a:hover { color: #fff; }

@media (max-width: 639px) {
  .footer-bar { justify-content: center; text-align: center; }
  .footer-legal { justify-content: center; }
}

.float-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 55;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  height: 56px;
  padding: 0 1.1rem;
  border-radius: 999px;
  background: var(--wa);
  color: #fff;
  font-weight: 600;
  font-family: var(--font-display);
  box-shadow: 0 12px 30px -10px rgba(37,211,102,.8);
  transition: background-color .15s ease, transform .15s ease;
}
.float-wa:hover { background: var(--wa-dark); transform: translateY(-2px); }
.float-wa-label { display: none; font-size: 14.5px; }
@media (min-width: 640px) { .float-wa-label { display: inline; } }
@media (max-width: 639px) { .float-wa { width: 54px; height: 54px; padding: 0; justify-content: center; } }

/* Give the sticky mobile order bar room so the float button does not sit on it */
body.has-order-bar .float-wa { bottom: calc(84px + env(safe-area-inset-bottom)); }
@media (min-width: 1024px) { body.has-order-bar .float-wa { bottom: 18px; } }

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .22s cubic-bezier(.22,1,.36,1), box-shadow .22s ease, border-color .22s ease;
}
.card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--brand-rgb), .3);
  box-shadow: var(--shadow-lg);
}
.card-flat:hover { transform: none; box-shadow: var(--shadow-sm); }

.card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--mist-dark);
  display: block;
}
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.card:hover .card-media img { transform: scale(1.05); }

.badge {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .32rem .62rem;
  border-radius: 7px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
}
.badge .mi { font-size: 1.15em; }
.badge-brand { background: var(--brand-wash); color: var(--brand); }
.badge-clay  { background: rgba(220,38,38,.10); color: var(--clay); }
.badge-green { background: rgba(22,163,74,.12); color: var(--success); }
.badge-grey  { background: rgba(15,23,42,.06); color: var(--ink-mute); }
.badge-solid { background: var(--brand); color: #fff; }


.badge-overlay {
  background: rgba(255,255,255,.94);
  color: var(--brand);
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow-xs);
}

.spec-chip {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: 13px;
  color: var(--ink-mute);
  white-space: nowrap;
}
.spec-chip .mi { font-size: 1.15em; color: var(--brand); opacity: .85; }
.spec-chip svg { width: 15px; height: 15px; opacity: .55; flex-shrink: 0; }

.stars { display: inline-flex; gap: 1px; vertical-align: middle; }
.stars .star { width: 14px; height: 14px; fill: rgba(15,23,42,.16); }
.stars .star-on { fill: #F59E0B; }



.v-card { display: flex; flex-direction: column; height: 100%; }
.v-card .card-media { flex-shrink: 0; }

.v-card-badges {
  position: absolute;
  top: 12px; left: 12px; right: 12px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 6px;
  pointer-events: none;
  min-width: 0;
}

.v-card-badges .badge { font-size: 10.5px; padding: .3rem .55rem; }
.v-card-badges .badge-cat {
  display: inline-block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v-card-badges .badge-featured { flex-shrink: 0; }
.v-card-badges .badge-status { margin-left: auto; flex-shrink: 0; }

.v-card-body {
  padding: 1.05rem 1.15rem 1.15rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: .6rem;
}


.v-card-title {
  font-family: var(--font-display);
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.01em;
  color: var(--ink);
}
.v-card-title:hover { color: var(--ink); }

.v-card-meta {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-size: 12.5px;
  color: var(--ink-mute);
}


.v-card-price {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
}
.v-card-price-from {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: .3rem;
}
.v-card-price-value { white-space: nowrap; }
.v-card-price small { font-family: var(--font-body); font-size: 12.5px; font-weight: 500; color: var(--ink-mute); }


.v-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: .5rem;
  margin-top: auto;
  padding-top: .85rem;
  border-top: 1px solid var(--line);
}
.v-card-actions > .btn-outline,
.v-card-actions > .btn-whatsapp {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding-left: .65rem;
  padding-right: .65rem;
}
.v-wa-long { display: none; }


.v-card-extra { display: none; }


#vehicle-results[data-view="grid"] {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 275px), 1fr));
}
#vehicle-results[data-view="list"] { display: grid; gap: 1.1rem; }

@media (min-width: 700px) {
  #vehicle-results[data-view="list"] .v-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: stretch;
  }
  #vehicle-results[data-view="list"] .card-media { aspect-ratio: auto; height: 100%; min-height: 210px; }
  #vehicle-results[data-view="list"] .v-card-extra { display: block; }
  #vehicle-results[data-view="list"] .v-card-body { padding: 1.3rem 1.5rem; }
 
  #vehicle-results[data-view="list"] .v-card-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #vehicle-results[data-view="list"] .v-card-actions > .btn-outline,
  #vehicle-results[data-view="list"] .v-card-actions > .btn-whatsapp {
    width: auto;
    min-width: 190px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #vehicle-results[data-view="list"] .v-wa-long { display: inline; }
}



.field-label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: .4rem;
}

.input, .select, .textarea {
  width: 100%;
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  padding: .68rem .85rem;
  font-size: 15px;
  font-family: inherit;
  color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
  appearance: none;
  -webkit-appearance: none;
}
.textarea { min-height: 130px; resize: vertical; line-height: 1.6; }


.input-date {
  min-width: 0;
  font-size: 13.5px;
  padding: .55rem .6rem;
}
.date-pair {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
  gap: .5rem;
}
.date-pair label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: var(--ink-mute);
  margin-bottom: .2rem;
}
.input:focus, .select:focus, .textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-ring);
}
.input::placeholder, .textarea::placeholder { color: var(--ink-faint); }
.input[readonly] { background: var(--mist); }

.select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2364748B' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .7rem center;
  background-size: 16px;
  padding-right: 2.2rem;
}


.check-row {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .45rem .1rem;
  font-size: 14.5px;
  cursor: pointer;
  user-select: none;
}
.check-row input[type="checkbox"], .check-row input[type="radio"] {
  width: 18px; height: 18px;
  accent-color: var(--brand);
  cursor: pointer;
  flex-shrink: 0;
}
.check-row .count { margin-left: auto; font-size: 12.5px; color: var(--ink-faint); }


.pill-group { display: flex; flex-wrap: wrap; gap: .4rem; }
.pill-group input { position: absolute; opacity: 0; pointer-events: none; }
.pill-group label {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .48rem .85rem;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  transition: all .15s ease;
  background: var(--surface);
}
.pill-group label:hover { border-color: var(--brand); color: var(--brand); }
.pill-group input:checked + label,
.pill-group label.is-on {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.pill-group input:focus-visible + label { outline: 2px solid var(--brand); outline-offset: 2px; }

.switch { display: inline-flex; align-items: center; gap: .7rem; cursor: pointer; }
.switch input { position: absolute; opacity: 0; width: 0; height: 0; }
.switch-track {
  width: 44px; height: 25px;
  border-radius: 999px;
  background: var(--line-strong);
  position: relative;
  transition: background-color .18s ease;
  flex-shrink: 0;
}
.switch-track::after {
  content: "";
  position: absolute;
  top: 3px; left: 3px;
  width: 19px; height: 19px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform .18s cubic-bezier(.32,.72,0,1);
}
.switch input:checked + .switch-track { background: var(--brand); }
.switch input:checked + .switch-track::after { transform: translateX(19px); }
.switch input:focus-visible + .switch-track { outline: 2px solid var(--brand); outline-offset: 2px; }

.flash {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  padding: .85rem 1.1rem;
  border-radius: var(--radius-sm);
  font-size: 14.5px;
  border: 1px solid transparent;
}
.flash-success { background: rgba(22,163,74,.09);  border-color: rgba(22,163,74,.28);  color: #14532D; }
.flash-error   { background: rgba(220,38,38,.08);  border-color: rgba(220,38,38,.28);  color: #7F1D1D; }
.flash-info    { background: var(--brand-wash);    border-color: var(--brand-ring);    color: var(--brand-dark); }

.form-error { color: var(--clay); font-size: 13px; margin-top: .35rem; }
.form-hint  { color: var(--ink-mute); font-size: 12.5px; margin-top: .35rem; line-height: 1.55; }



.hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  background: var(--ink);
  overflow: hidden;
}

.hero-slides { position: absolute; inset: 0; z-index: -2; }
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.2s ease, transform 7s linear;
  will-change: opacity, transform;
}
.hero-slide.is-on { opacity: 1; transform: scale(1); }

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(15,23,42,.82) 0%, rgba(15,23,42,.62) 45%, rgba(15,23,42,.88) 100%),
    linear-gradient(115deg, rgba(var(--brand-rgb),.55) 0%, transparent 55%);
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: .45rem;
  z-index: 2;
}
.hero-dot {
  width: 26px; height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.35);
  transition: background-color .2s ease, width .2s ease;
}
.hero-dot.is-on { background: #fff; width: 40px; }

.hero-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(32px, 5.2vw, 58px);
  line-height: 1.06;
  letter-spacing: -.03em;
  margin-top: 1rem;
}

.search-bar {
  background: rgba(255,255,255,.98);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 60px -24px rgba(0,0,0,.6);
  padding: .55rem;
}
.search-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 900px) {
  .search-grid { grid-template-columns: 1.1fr 1fr 1fr 1fr auto; }
}
.search-cell {
  padding: .65rem .95rem;
  border-radius: 12px;
  transition: background-color .15s ease;
  min-width: 0;
}
.search-cell:hover { background: var(--mist); }
.search-cell + .search-cell { border-top: 1px solid var(--line); }
@media (min-width: 900px) {
  .search-cell + .search-cell { border-top: 0; border-left: 1px solid var(--line); }
}
.search-cell label {
  display: flex;
  align-items: center;
  gap: .3rem;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: .25rem;
}
.search-cell label .mi { font-size: 1.35em; color: var(--brand); }
.search-cell input, .search-cell select {
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}
.search-cell input:focus, .search-cell select:focus { outline: none; }
.search-submit { padding: .4rem; display: flex; }



.type-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 230px), 1fr));
}

.type-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform .22s cubic-bezier(.22,1,.36,1), box-shadow .22s ease, border-color .22s ease;
}
.type-card::after {
  content: "";
  position: absolute;
  right: -30px; top: -30px;
  width: 130px; height: 130px;
  border-radius: 50%;
  background: var(--brand-wash);
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.type-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--brand-rgb), .35);
  box-shadow: var(--shadow-lg);
}
.type-card:hover::after { transform: scale(2.6); }
.type-card > * { position: relative; z-index: 1; }


.type-icon {
  width: 52px; height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--brand);
  color: #fff;
  box-shadow: var(--shadow-brand);
  overflow: hidden;
  flex-shrink: 0;
}
.type-icon .mi { font-size: 27px; line-height: 1; }

.type-name {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.01em;
}
.type-meta { font-size: 13.5px; color: var(--ink-mute); }
.type-foot {
  margin-top: auto;
  padding-top: .9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--brand);
}
.type-foot .mi { transition: transform .2s ease; }
.type-card:hover .type-foot .mi { transform: translateX(4px); }


.city-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: transform .22s cubic-bezier(.22,1,.36,1), box-shadow .22s ease, border-color .22s ease;
}
.city-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--brand-rgb), .35);
  box-shadow: var(--shadow-lg);
}
.city-media {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--mist-dark);
  overflow: hidden;
}
.city-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.city-card:hover .city-media img { transform: scale(1.06); }
.city-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(15,23,42,.72) 100%);
}
.city-name {
  position: absolute;
  left: 1.15rem;
  bottom: .9rem;
  z-index: 1;
  color: #fff;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.city-count {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}
.city-body { padding: 1.15rem 1.2rem 1.25rem; display: flex; flex-direction: column; gap: .7rem; flex: 1; }
.city-row { display: flex; align-items: flex-start; gap: .6rem; font-size: 14px; color: var(--ink-mute); }
.city-row .mi { color: var(--brand); font-size: 1.2em; margin-top: 1px; }


.gallery-main {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--mist-dark);
  cursor: zoom-in;
}
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }

.gallery-zoom-hint {
  position: absolute;
  right: 14px; bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem .75rem;
  border-radius: 999px;
  background: rgba(15,23,42,.72);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 12.5px;
  font-weight: 500;
  pointer-events: none;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px; height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--ink);
  box-shadow: var(--shadow-md);
  transition: background-color .15s ease, transform .15s ease;
}
.gallery-nav:hover { background: #fff; transform: translateY(-50%) scale(1.06); }
.gallery-prev { left: 12px; }
.gallery-next { right: 12px; }

.thumb {
  aspect-ratio: 4 / 3;
  border-radius: 11px;
  overflow: hidden;
  border: 2px solid transparent;
  background: var(--mist-dark);
  transition: border-color .15s ease, opacity .15s ease;
  opacity: .68;
  padding: 0;
}
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb:hover { opacity: 1; }
.thumb.is-active { border-color: var(--brand); opacity: 1; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(8,12,20,.97);
  display: flex;
  flex-direction: column;
}
.lightbox[hidden] { display: none; }
.lightbox-stage {
  position: relative;
  flex: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 1rem 4.5rem;
}
@media (max-width: 640px) { .lightbox-stage { padding: 1rem 3.2rem; } }
.lightbox-stage > .lightbox-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; }
.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }
.lightbox-stage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform .25s cubic-bezier(.22,1,.36,1);
  transform-origin: center center;
  will-change: transform;
}
.lightbox-stage.is-zoomed img { cursor: grab; transition: none; }
.lightbox-stage.is-zoomed img:active { cursor: grabbing; }

.lightbox-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  color: rgba(255,255,255,.85);
  font-size: 14px;
}
.lightbox-btn {
  width: 42px; height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #fff;
  transition: background-color .15s ease;
}
.lightbox-btn:hover { background: rgba(255,255,255,.24); }
.lightbox-btn:disabled { opacity: .3; cursor: not-allowed; }

.lightbox-thumbs {
  display: flex;
  gap: .5rem;
  padding: 0 1.25rem calc(1.25rem + env(safe-area-inset-bottom));
  overflow-x: auto;
  justify-content: center;
}
.lightbox-thumbs img {
  width: 74px; height: 54px;
  object-fit: cover;
  border-radius: 7px;
  opacity: .45;
  cursor: pointer;
  border: 2px solid transparent;
  transition: opacity .15s ease, border-color .15s ease;
  flex-shrink: 0;
}
.lightbox-thumbs img:hover { opacity: .8; }
.lightbox-thumbs img.is-active { opacity: 1; border-color: var(--brand); }


.spec-grid {
  display: grid;
  gap: .15rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
}
.spec-row {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .8rem .35rem;
  border-bottom: 1px solid var(--line);
}
.spec-row-icon {
  width: 38px; height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--brand-wash);
  color: var(--brand);
  flex-shrink: 0;
}
.spec-row-icon .mi { font-size: 20px; }
.spec-row dt { font-size: 12.5px; color: var(--ink-mute); }
.spec-row dd { font-size: 14.8px; font-weight: 600; margin: 0; }

.equip-group-title {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: .85rem;
}
.equip-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .42rem 0;
  font-size: 14.5px;
}
.equip-item .mi { color: var(--brand); font-size: 1.25em; }

.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item:last-child { border-bottom: 0; }
.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.15rem 0;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15.5px;
  color: var(--ink);
  cursor: pointer;
}
.accordion-trigger:hover { color: var(--brand); }
.accordion-icon {
  flex-shrink: 0;
  width: 22px; height: 22px;
  margin-top: 1px;
  transition: transform .22s ease;
  color: var(--ink-mute);
}
.accordion-trigger[aria-expanded="true"] .accordion-icon { transform: rotate(45deg); color: var(--brand); }
.accordion-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height .28s cubic-bezier(.22,1,.36,1);
}
.accordion-panel-inner { padding: 0 0 1.25rem; color: #334155; line-height: 1.75; font-size: 14.8px; }


.order-panel {
  position: sticky;
  top: calc(var(--header-h) + 20px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .order-panel {
    max-height: calc(100vh - var(--header-h) - 40px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }
}

.order-head { padding: 1.05rem 1.25rem 1rem; border-bottom: 1px solid var(--line); }
.order-price {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
}
.order-price small {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-mute);
  margin-left: .3rem;
}
.order-body { padding: 1.1rem 1.25rem 1.25rem; display: grid; gap: .85rem; }

.order-estimate {
  background: var(--mist);
  border-radius: 12px;
  padding: .75rem .9rem;
  display: grid;
  gap: .35rem;
  font-size: 13.8px;
}
.order-estimate-row { display: flex; justify-content: space-between; gap: .75rem; }
.order-estimate-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: .75rem;
  padding-top: .45rem;
  margin-top: .1rem;
  border-top: 1px solid var(--line);
  font-weight: 600;
}
.order-estimate-total b {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
}


.order-notes {
  display: grid;
  gap: .4rem;
  padding: 0 1.25rem 1.15rem;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--ink-mute);
}
.order-notes span { display: flex; align-items: center; gap: .45rem; }
.order-notes .mi { color: var(--brand); font-size: 1.2em; }

.order-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 28px -14px rgba(15,23,42,.35);
}
@media (min-width: 1024px) { .order-bar { display: none; } }



.review-card {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  padding: 1.4rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}
.review-card:hover { box-shadow: var(--shadow-lg); border-color: rgba(var(--brand-rgb), .28); transform: translateY(-2px); }

.review-head { display: flex; align-items: center; gap: .8rem; }

.avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--brand-wash);
  border: 2px solid var(--surface);
  box-shadow: 0 0 0 1px var(--line);
}
.avatar-lg { width: 60px; height: 60px; }
.avatar-sm { width: 34px; height: 34px; }


.avatar-initials {
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  color: var(--brand);
  background: var(--brand-wash);
  letter-spacing: .02em;
}

.review-quote { color: #334155; line-height: 1.75; font-size: 14.8px; flex: 1; }


.article-hero {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--ink);
  min-height: 340px;
  display: flex;
  align-items: flex-end;
}
.article-hero img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(15,23,42,.15) 0%, rgba(15,23,42,.55) 55%, rgba(15,23,42,.92) 100%);
}
.article-hero-inner { position: relative; z-index: 2; padding: 2rem 1.6rem; color: #fff; width: 100%; }
@media (min-width: 768px) { .article-hero-inner { padding: 3rem 3rem; } .article-hero { min-height: 460px; } }

.article-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 4.4vw, 46px);
  line-height: 1.1;
  letter-spacing: -.025em;
  color: #fff;
  max-width: 22ch;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 1.2rem;
  font-size: 13.5px;
  color: rgba(255,255,255,.82);
}
.article-meta .mi { font-size: 1.2em; }

.article-body {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.78;
  color: #3B4657;
  max-width: 72ch;
  overflow-wrap: break-word;
}
.article-body > p { margin: 0 0 1.3em; }

.article-body > p:first-of-type {
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink-soft);
  font-weight: 400;
}
.article-body h3 {
  font-family: var(--font-display);
  font-size: 1.42rem;
  font-weight: 600;
  color: var(--ink);
  margin: 2.1em 0 .6em;
  line-height: 1.3;
  letter-spacing: -.018em;
  scroll-margin-top: 120px;
  max-width: 34ch;
}
.article-body h3::before {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  border-radius: 2px;
  background: var(--brand);
  margin-bottom: .65rem;
}
.article-body h3:first-child { margin-top: 0; }
.article-body ul { margin: 0 0 1.3em; }
.article-body ul li {
  position: relative;
  padding-left: 1.9rem;
  margin-bottom: .55rem;
  line-height: 1.7;
}
.article-body ul li::before {
  content: "";
  position: absolute;
  left: .45rem; top: .74em;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-wash);
}

.article-body strong { color: var(--ink); font-weight: 500; }
.article-body a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }

.article-note {
  border-left: 4px solid var(--brand);
  background: var(--brand-wash);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.15rem 1.35rem;
  margin: 2rem 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink-soft);
}


.article-aside { display: grid; gap: 1.25rem; align-content: start; }

@media (min-width: 1024px) {
  .article-aside {
    position: sticky;
    top: calc(var(--header-h) + 20px);
    max-height: calc(100vh - var(--header-h) - 40px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    padding-right: 2px;      
  }
}

.toc { min-width: 0; }
.toc-list { max-height: 42vh; overflow-y: auto; scrollbar-width: thin; }
.toc a {
  display: block;
  padding: .42rem 0 .42rem .9rem;
  border-left: 2px solid var(--line);
  font-size: 13.8px;
  line-height: 1.5;
  color: var(--ink-mute);
  transition: color .15s ease, border-color .15s ease;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.toc a:hover { color: var(--brand); border-color: var(--brand); }



.map-embed {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--mist-dark);
  line-height: 0;
  aspect-ratio: 16 / 10;
}
.map-embed iframe,
.map-embed > * {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block;
  max-width: none;
}
@media (min-width: 1024px) { .map-embed { aspect-ratio: 16 / 9; } }
.map-embed-flat { border-radius: 0; border-left: 0; border-right: 0; border-top: 0; }

.divider-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--ink-mute);
  font-size: 13px;
}
.divider-label::before, .divider-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.step-number {
  width: 46px; height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--brand);
  color: #fff;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: var(--shadow-brand);
}

.trust-item { display: flex; align-items: flex-start; gap: .85rem; }
.trust-item .mi { color: var(--brand); font-size: 26px; flex-shrink: 0; }
.trust-item svg { width: 22px; height: 22px; color: var(--brand); flex-shrink: 0; margin-top: 2px; }

.pager { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .5rem; }
.pager a, .pager span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 .75rem;
  border-radius: 11px;
  border: 1px solid var(--line);
  background: var(--surface);
  font-size: 14.5px;
  font-weight: 500;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}
.pager a:hover { border-color: var(--brand); color: var(--brand); }
.pager .is-current { background: var(--brand); border-color: var(--brand); color: #fff; }
.pager .is-disabled { opacity: .4; pointer-events: none; }

.share-btn {
  width: 38px; height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-mute);
  transition: color .15s ease, border-color .15s ease, transform .15s ease;
}
.share-btn:hover { color: var(--brand); border-color: var(--brand); transform: translateY(-1px); }
.share-btn.is-copied { color: var(--success); border-color: var(--success); }

.filter-panel-mobile { display: none; }
.filter-panel-mobile.is-open { display: block; }
@media (min-width: 1024px) {
  .filter-panel-mobile { display: block !important; }
}

.view-toggle {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  padding: .22rem;
  border-radius: 11px;
  border: 1px solid var(--line);
  background: var(--surface);
}
.view-toggle button {
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--ink-mute);
  transition: background-color .15s ease, color .15s ease;
}
.view-toggle button[aria-pressed="true"] { background: var(--brand); color: #fff; }


.scroll-row {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: .5rem;
  scrollbar-width: thin;
}
.scroll-row > * { scroll-snap-align: start; flex: 0 0 auto; }

.empty-state {
  display: grid;
  place-items: center;
  gap: .8rem;
  padding: 3.5rem 1.5rem;
  text-align: center;
  color: var(--ink-mute);
}
.empty-state .mi { font-size: 44px; color: var(--ink-faint); }

.admin {
  --a-bg: #F4F7FC;
  --a-surface: #FFFFFF;
  --a-surface-2: #F8FAFC;
  --a-line: #E2E8F0;
  --a-text: #0F172A;
  --a-mute: #64748B;
  --a-sidebar: #0F172A;
  --a-sidebar-text: rgba(255,255,255,.68);
  --a-shadow: 0 1px 3px rgba(15,23,42,.08);
}


[data-theme="dark"] .admin,
[data-theme="dark"] body.admin {
  --a-bg: #0A0A0B;
  --a-surface: #141416;
  --a-surface-2: #1C1C1F;
  --a-line: #2C2C31;
  --a-text: #ECECEE;
  --a-mute: #A1A1A9;
  --a-sidebar: #000000;
  --a-sidebar-text: rgba(255,255,255,.68);
  --a-shadow: 0 1px 3px rgba(0,0,0,.6);
}

body.admin { background: var(--a-bg); color: var(--a-text); }

body.admin {
  --surface: var(--a-surface);
  --line: var(--a-line);
  --mist: var(--a-surface-2);
  --mist-dark: var(--a-surface-2);
  --ink: var(--a-text);
  --ink-mute: var(--a-mute);
  --ink-faint: var(--a-mute);
}


[data-theme="dark"] body.admin .card,
[data-theme="dark"] body.admin .input,
[data-theme="dark"] body.admin .select,
[data-theme="dark"] body.admin .textarea {
  background-color: var(--a-surface);
  color: var(--a-text);
}
[data-theme="dark"] body.admin .input::placeholder,
[data-theme="dark"] body.admin .textarea::placeholder { color: #7A7A82; }


[data-theme="dark"] body.admin .select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23A1A1A9' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .7rem center;
  background-size: 16px;
}

[data-theme="dark"] body.admin .select option { background: var(--a-surface); color: var(--a-text); }

[data-theme="dark"] body.admin .btn-outline { background-color: var(--a-surface-2); color: var(--a-text); border-color: var(--a-line); }
[data-theme="dark"] body.admin .card:hover { box-shadow: 0 18px 40px -18px rgba(0,0,0,.8); }
[data-theme="dark"] body.admin .row-btn,
[data-theme="dark"] body.admin .icon-btn,
[data-theme="dark"] body.admin .theme-toggle { background-color: var(--a-surface-2); color: var(--a-text); }
[data-theme="dark"] body.admin .pill-group label { background-color: var(--a-surface-2); }
[data-theme="dark"] body.admin .flash-success { background: rgba(22,163,74,.14);  border-color: rgba(22,163,74,.34);  color: #86EFAC; }
[data-theme="dark"] body.admin .flash-error   { background: rgba(220,38,38,.14);  border-color: rgba(220,38,38,.34);  color: #FCA5A5; }
[data-theme="dark"] body.admin .flash-info    { background: rgba(255,255,255,.05); border-color: var(--a-line);        color: var(--a-text); }
[data-theme="dark"] body.admin .rounded-xl.bg-mist { background-color: var(--a-surface-2); }

.admin-shell { display: flex; min-height: 100vh; }

.admin-sidebar {
  width: 248px;
  flex-shrink: 0;
  background: var(--a-sidebar);
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1rem .85rem;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  z-index: 70;
}
.admin-link {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .58rem .7rem;
  border-radius: 9px;
  font-size: 14px;
  color: var(--a-sidebar-text);
  transition: background-color .12s ease, color .12s ease;
}
.admin-link .mi { font-size: 20px; opacity: .85; }
.admin-link:hover { background: rgba(255,255,255,.08); color: #fff; }
.admin-link.is-active { background: var(--brand); color: #fff; font-weight: 600; }
.admin-link.is-active .mi { opacity: 1; }
.admin-group { margin-top: 1.25rem; }
.admin-group:first-child { margin-top: 0; }
.admin-group h3 {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.34);
  padding: 0 .7rem;
  margin-bottom: .4rem;
}
.admin-badge {
  margin-left: auto;
  min-width: 20px; height: 20px;
  padding: 0 6px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--clay);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.admin-link.is-active .admin-badge { background: rgba(0,0,0,.3); }

.admin-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }


.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--a-surface);
  border-bottom: 1px solid var(--a-line);
  padding: .9rem 1.25rem;
}
@media (min-width: 1024px) { .admin-topbar { padding: 1rem 2rem; } }
.admin-topbar-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem 1rem;
}
.admin-title { font-family: var(--font-display); font-size: 21px; font-weight: 700; line-height: 1.2; }
.admin-content { padding: 1.25rem; flex: 1; }
@media (min-width: 1024px) { .admin-content { padding: 2rem; } }

.theme-toggle {
  width: 38px; height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid var(--a-line);
  background: var(--a-surface);
  color: var(--a-mute);
  transition: color .15s ease, border-color .15s ease;
}
.theme-toggle:hover { color: var(--brand); border-color: var(--brand); }
.theme-toggle .mi-sun { display: none; }
[data-theme="dark"] .theme-toggle .mi-sun { display: inline-block; }
[data-theme="dark"] .theme-toggle .mi-moon { display: none; }



.table-wrap {
  background: var(--a-surface);
  border: 1px solid var(--a-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.data-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.data-table th {
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--a-mute);
  padding: .8rem .9rem;
  border-bottom: 1px solid var(--a-line);
  white-space: nowrap;
  background: var(--a-surface-2);
}
.data-table td {
  padding: .85rem .9rem;
  border-bottom: 1px solid var(--a-line);
  vertical-align: middle;
}
.data-table tbody tr:last-child td { border-bottom: 0; }
.data-table tbody tr:hover { background: var(--a-surface-2); }
.data-table .col-actions { width: 1%; white-space: nowrap; text-align: right; }


.row-actions {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  justify-content: flex-end;
}
.row-actions form { display: inline-flex; margin: 0; }
.row-btn {
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  border: 1px solid var(--a-line);
  background: var(--a-surface);
  color: var(--a-mute);
  transition: color .14s ease, border-color .14s ease, background-color .14s ease;
}
.row-btn .mi { font-size: 19px; }
.row-btn:hover { color: var(--brand); border-color: var(--brand); background: var(--brand-wash); }
.row-btn-danger:hover { color: var(--clay); border-color: var(--clay); background: rgba(220,38,38,.08); }

@media (max-width: 899px) {
  .data-table thead { display: none; }
  .data-table, .data-table tbody, .data-table tr, .data-table td { display: block; width: 100%; }
  .data-table tr {
    border: 1px solid var(--a-line);
    border-radius: var(--radius);
    margin-bottom: .75rem;
    padding: .35rem .25rem;
    background: var(--a-surface);
  }
  .data-table td {
    border-bottom: 1px solid var(--a-line);
    padding: .6rem .85rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: right;
  }
  .data-table td:last-child { border-bottom: 0; }
 
  .data-table td::before {
    content: attr(data-label);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--a-mute);
    text-align: left;
    flex-shrink: 0;
  }
  .data-table td[data-label=""]::before { content: none; }
  .data-table .col-actions { width: auto; }
  .row-actions { justify-content: flex-end; }
  .table-wrap { background: transparent; border: 0; border-radius: 0; overflow: visible; }
}


.admin-form-grid { display: grid; gap: 1.25rem; align-items: start; }
@media (min-width: 1280px) { .admin-form-grid { grid-template-columns: minmax(0, 1fr) 340px; } }

.form-section { margin-bottom: 1.1rem; }
.form-section-head {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: .2rem;
}
.form-section-head .mi { color: var(--brand); font-size: 21px; }


.tab-bar {
  display: flex;
  gap: .3rem;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
}
.tab-bar button {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .6rem 1rem;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--a-mute);
  white-space: nowrap;
  transition: background-color .14s ease, color .14s ease;
}
.tab-bar button:hover { background: var(--brand-wash); color: var(--brand); }
.tab-bar button[aria-selected="true"] { background: var(--brand); color: #fff; font-weight: 600; }
.tab-panel[hidden] { display: none; }

.stat-card {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: 1.1rem 1.2rem;
  background: var(--a-surface);
  border: 1px solid var(--a-line);
  border-radius: var(--radius-lg);
}
.stat-icon {
  width: 44px; height: 44px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: var(--brand-wash);
  color: var(--brand);
  flex-shrink: 0;
}
.stat-icon .mi { font-size: 23px; }
.stat-value { display: block; font-family: var(--font-display); font-size: 24px; font-weight: 700; line-height: 1.1; }
.stat-label { display: block; font-size: 12.5px; color: var(--a-mute); }


.image-field {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .8rem;
  border: 1.5px dashed var(--a-line);
  border-radius: var(--radius);
  background: var(--a-surface-2);
}
.image-field-preview {
  width: 88px; height: 62px;
  border-radius: 9px;
  object-fit: contain;
  background: var(--a-surface);
  border: 1px solid var(--a-line);
  padding: 4px;
  flex-shrink: 0;
}
.image-field-empty {
  width: 88px; height: 62px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: var(--a-surface);
  border: 1px solid var(--a-line);
  color: var(--a-mute);
  flex-shrink: 0;
}


.equip-rows { display: grid; gap: .7rem; }

.equip-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .6rem .7rem;
  align-items: center;
  padding: .7rem .75rem;
  border: 1px solid var(--a-line, var(--line));
  border-radius: var(--radius);
  background: var(--a-surface-2, var(--mist));
}

.equip-row-name { display: flex; align-items: center; gap: .55rem; min-width: 0; }
.equip-row-name .input { flex: 1 1 auto; min-width: 0; }


.equip-row-chosen {
  width: 40px; height: 40px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--brand-wash);
  color: var(--brand);
  flex-shrink: 0;
}
.equip-row-chosen .mi { font-size: 22px; }

.equip-icons {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
}
.equip-icons input { position: absolute; opacity: 0; pointer-events: none; }
.equip-icons label {
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  border: 1px solid var(--a-line, var(--line));
  background: var(--a-surface, var(--surface));
  color: var(--a-mute, var(--ink-mute));
  cursor: pointer;
  transition: color .12s ease, border-color .12s ease, background-color .12s ease;
}
.equip-icons label:hover { color: var(--brand); border-color: var(--brand); }
.equip-icons input:checked + label {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.equip-icons input:focus-visible + label { outline: 2px solid var(--brand); outline-offset: 2px; }
.equip-icons .mi { font-size: 19px; }

.equip-empty {
  padding: 1.1rem;
  border: 1.5px dashed var(--a-line, var(--line));
  border-radius: var(--radius);
  text-align: center;
  font-size: 13.5px;
  color: var(--a-mute, var(--ink-mute));
}

.admin-menu-btn { display: inline-grid; }
@media (max-width: 1023px) {
  .admin-sidebar {
    position: fixed;
    top: 0; left: 0; bottom: 0;
    transform: translateX(-100%);
    transition: transform .28s cubic-bezier(.32,.72,0,1);
    box-shadow: 20px 0 50px -20px rgba(0,0,0,.5);
  }
  .admin-shell.menu-open .admin-sidebar { transform: translateX(0); }
  .admin-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,.55);
    z-index: 65;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s;
  }
  .admin-shell.menu-open .admin-backdrop { opacity: 1; visibility: visible; }
}
@media (min-width: 1024px) {
  .admin-menu-btn { display: none; }
  .admin-backdrop { display: none; }
}


@media print {
  .float-wa, .order-bar, .site-header, .site-footer, .lightbox, .topbar,
  .mobile-menu, .admin-sidebar { display: none !important; }
  body { background: #fff; }
  .card { box-shadow: none; border: 1px solid #ddd; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .hero-slide { transform: none !important; }
}

.switcher { display: inline-flex; }

.switcher-btn {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .25rem .4rem;
  border-radius: 8px;
  font: inherit;
  font-size: 13px;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  transition: color .15s ease, background-color .15s ease;
}
.switcher-btn:hover { color: #fff; background: rgba(255,255,255,.10); }
.switcher-btn .mi { font-size: 1.2em; }

.switcher-menu {
  min-width: 210px;
  left: auto;
  right: 0;
  transform: translateY(6px);
  padding: .35rem;
}
.switcher:hover .switcher-menu,
.switcher:focus-within .switcher-menu,
.switcher.is-open .switcher-menu { transform: translateY(0); }

.switcher-menu a { gap: .6rem; padding: .45rem .55rem; }
.switcher-menu a.is-on { background: var(--brand-wash); color: var(--brand); font-weight: 600; }

.switcher-code {
  min-width: 26px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  background: var(--mist);
  color: var(--ink-mute);
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
}
.switcher-menu a.is-on .switcher-code { background: var(--brand); color: #fff; }


.m-switch { display: grid; gap: .35rem; padding: .7rem .25rem; border-bottom: 1px solid var(--line); }
.m-switch-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.m-switch-row { display: flex; flex-wrap: wrap; gap: .4rem; }
.m-switch-row a {
  padding: .4rem .75rem;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink);
}
.m-switch-row a.is-on { background: var(--brand); border-color: var(--brand); color: #fff; }


[dir="rtl"] body {
  
  font-family: 'Cairo', 'Poppins', 'Segoe UI', system-ui, sans-serif;
}
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3,
[dir="rtl"] h4, [dir="rtl"] h5, [dir="rtl"] h6,
[dir="rtl"] .font-display,
[dir="rtl"] .section-title,
[dir="rtl"] .hero-title,
[dir="rtl"] .article-title,
[dir="rtl"] .brand-name {
  font-family: 'Cairo', 'Outfit', 'Segoe UI', system-ui, sans-serif;
  letter-spacing: 0;           
}


[dir="rtl"] .v-card-price,
[dir="rtl"] .order-price,
[dir="rtl"] .order-estimate-total b,
[dir="rtl"] .stat-value,
[dir="rtl"] time,
[dir="rtl"] a[href^="tel:"] {
  direction: ltr;
  unicode-bidi: isolate;
}
[dir="rtl"] .v-card-price,
[dir="rtl"] .order-price { text-align: start; }


[dir="rtl"] .skip-link { left: auto; right: -9999px; border-radius: 0 0 0 8px; }
[dir="rtl"] .skip-link:focus { left: auto; right: 0; }

[dir="rtl"] .prose-copy ul li,
[dir="rtl"] .article-body ul li { padding-left: 0; padding-right: 1.7rem; }
[dir="rtl"] .prose-copy ul li::before,
[dir="rtl"] .article-body ul li::before { left: auto; right: .35rem; }

[dir="rtl"] .dropdown-menu { left: auto; right: 50%; transform: translateX(50%) translateY(6px); }
[dir="rtl"] .dropdown:hover .dropdown-menu,
[dir="rtl"] .dropdown:focus-within .dropdown-menu,
[dir="rtl"] .dropdown.is-open .dropdown-menu { transform: translateX(50%) translateY(0); }
[dir="rtl"] .switcher-menu { right: auto; left: 0; transform: translateY(6px); }
[dir="rtl"] .switcher:hover .switcher-menu,
[dir="rtl"] .switcher:focus-within .switcher-menu,
[dir="rtl"] .switcher.is-open .switcher-menu { transform: translateY(0); }

[dir="rtl"] .mobile-menu-panel { left: 0; right: auto; transform: translateX(-100%); }
[dir="rtl"] .mobile-menu.is-open .mobile-menu-panel { transform: translateX(0); }
[dir="rtl"] .m-sub { padding-left: 0; padding-right: .25rem; }
[dir="rtl"] .m-group summary .m-caret { margin-left: 0; margin-right: auto; }
[dir="rtl"] .m-group .m-link { padding-left: 0; padding-right: 2.1rem; }

[dir="rtl"] .v-card-badges .badge-status { margin-left: 0; margin-right: auto; }
[dir="rtl"] .check-row .count { margin-left: 0; margin-right: auto; }
[dir="rtl"] .switch input:checked + .switch-track::after { transform: translateX(-19px); }

[dir="rtl"] .select { background-position: left .7rem center; padding-right: .85rem; padding-left: 2.2rem; }

[dir="rtl"] .type-card::after { right: auto; left: -30px; }
[dir="rtl"] .type-card:hover .type-foot .mi,
[dir="rtl"] .city-card:hover .type-foot .mi { transform: translateX(-4px); }
[dir="rtl"] .city-name { left: auto; right: 1.15rem; }
[dir="rtl"] .city-count { right: auto; left: 1rem; }

[dir="rtl"] .gallery-prev { left: auto; right: 12px; }
[dir="rtl"] .gallery-next { right: auto; left: 12px; }
[dir="rtl"] .gallery-zoom-hint { right: auto; left: 14px; }
[dir="rtl"] .lightbox-prev { left: auto; right: 1rem; }
[dir="rtl"] .lightbox-next { right: auto; left: 1rem; }

[dir="rtl"] .gallery-nav .mi,
[dir="rtl"] .lightbox-btn .mi,
[dir="rtl"] .pager .mi { transform: scaleX(-1); }

[dir="rtl"] .float-wa { right: auto; left: 18px; }
[dir="rtl"] .accordion-trigger { text-align: right; }
[dir="rtl"] .article-note { border-left: 0; border-right: 4px solid var(--brand); border-radius: var(--radius) 0 0 var(--radius); }
[dir="rtl"] .toc a { border-left: 0; border-right: 2px solid var(--line); padding: .42rem .9rem .42rem 0; }
[dir="rtl"] .toc a:hover { border-color: var(--brand); }
[dir="rtl"] .order-price small { margin-left: 0; margin-right: .3rem; }

@media (min-width: 900px) {
  [dir="rtl"] .search-cell + .search-cell { border-left: 0; border-right: 1px solid var(--line); }
}
@media (min-width: 1024px) {
  [dir="rtl"] .footer-brand { padding-right: 0; padding-left: 1.5rem; }
}




.tr-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: .5rem;
  align-items: start;
}
.tr-set { display: grid; gap: .45rem; margin-top: .45rem; }

.tr-flag {
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  border: 1px solid var(--a-line, var(--line));
  background: var(--a-surface-2, var(--mist));
  color: var(--a-mute, var(--ink-mute));
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: default;
  user-select: none;
}
.tr-flag-default { background: var(--brand-wash); border-color: var(--brand-ring); color: var(--brand); }


.tr-set .input,
.tr-set .textarea { background-color: var(--a-surface-2, var(--mist)); }
.tr-set .input:focus,
.tr-set .textarea:focus { background-color: var(--a-surface, var(--surface)); }
.tr-set .textarea { min-height: 96px; }


.tr-set [dir="rtl"] { font-family: 'Cairo', 'Segoe UI', Tahoma, sans-serif; text-align: right; }


.tr-badges { display: inline-flex; gap: .25rem; vertical-align: middle; }
.tr-badge {
  min-width: 24px;
  padding: .1rem .3rem;
  border-radius: 5px;
  border: 1px dashed var(--a-line, var(--line));
  color: var(--a-mute, var(--ink-mute));
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.tr-badge.is-on { border-style: solid; border-color: var(--success); color: var(--success); background: rgba(22,163,74,.08); }


.equip-row-tr {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: .45rem .7rem;
}
