:root {
  --bg-dark: #FFFFFF;
  --bg-mid: #F6F7FB;
  --accent: #FF7A00;
  --accent-soft: rgba(255, 122, 0, 0.12);
  --cool: #0B1F3A;
  --text-main: #111827;
  --text-muted: #6B7280;
  --card: #FFFFFF;
  --stroke: #E7EAF0;
}

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

body {
  font-family: "Nanum Gothic", sans-serif;
  background: var(--bg-dark);
  color: var(--text-main);
  min-height: 100vh;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: "Unbounded", sans-serif;
  letter-spacing: -0.02em;
}

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

button {
  font-family: "Unbounded", sans-serif;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

.background {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 12% 12%, rgba(11, 31, 58, 0.08), transparent 55%),
    radial-gradient(circle at 88% 10%, rgba(11, 31, 58, 0.06), transparent 60%),
    linear-gradient(135deg, #FFFFFF 0%, #F6F7FB 55%, #EEF1F7 100%);
}

.glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.6;
}

.glow--top {
  background: rgba(255, 122, 26, 0.4);
  top: -200px;
  left: -120px;
}

.glow--bottom {
  background: rgba(45, 226, 230, 0.35);
  bottom: -220px;
  right: -160px;
}

.grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0.9) 0, transparent 75%);
  opacity: 0.45;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  background: #1A2230;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 100;
  pointer-events: auto;
  box-shadow: 0 8px 24px rgba(9, 13, 20, 0.3);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.brand-symbol {
  width: 42px;
  height: 42px;
  display: block;
}

.brand-text {
  display: flex;
  align-items: baseline;
  gap: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-main {
  color: #F5F7FB;
  font-weight: 500;
  font-size: 22px;
}

.brand-accent {
  color: var(--accent);
  font-weight: 700;
  font-size: 22px;
}

.brand-sub {
  color: rgba(245, 247, 251, 0.7);
  font-size: 15px;
  letter-spacing: 0.08em;
  display: inline-block;
}


.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}

.lang-switch-placeholder {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(245, 247, 251, 0.6);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.whatsapp-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  color: #25D366;
  border: 1px solid rgba(37, 211, 102, 0.5);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-cta:hover {
  background: rgba(37, 211, 102, 0.08);
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.28);
  transform: translateY(-1px);
}

.contact-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.contact-icon--whatsapp {
  fill: #25D366;
}

.logo-title {
  font-weight: 700;
  font-size: 18px;
}

.logo-sub {
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.18em;
}

.logo-domain {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 24px;
  font-size: 16px;
  color: var(--text-muted);
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.brand {
  margin-right: 18px;
}

.nav-link {
  white-space: nowrap;
  transition: color 0.2s ease;
  line-height: 1.2;
  color: rgba(245, 247, 251, 0.7);
  position: relative;
  padding-bottom: 6px;
}

.nav-link:hover {
  color: var(--accent);
}

.nav-link.is-active {
  color: var(--accent);
  font-weight: 700;
}

.nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--accent);
  border-radius: 999px;
}


.cta {
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: var(--card);
  transition: transform 0.3s ease, border 0.3s ease;
  font-size: 16px;
  white-space: nowrap;
}

.cta:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
}

.hero {
  padding: 90px 0 80px;
}

.hero-grid {
  display: block;
}

.hero-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  align-items: stretch;
  position: relative;
  z-index: 2;
  padding: 28px 32px;
  border-radius: 22px;
  border: 1px solid var(--stroke);
  background: var(--card);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 20px;
  color: #FF8A1F;
  margin-bottom: 14px;
}

.hero-copy {
  max-width: 520px;
}

.hero-title {
  font-size: clamp(34px, 3.1vw, 46px);
  line-height: 1.17;
  letter-spacing: -0.02em;
  font-weight: 800;
  margin-bottom: 18px;
  color: var(--text-main);
}

.hero-desc {
  color: var(--text-muted);
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 16px;
}

.hero-desc span {
  display: block;
}

.hero-highlight {
  color: var(--cool);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.rtl .hero-actions,
.rtl .header-actions,
.rtl .nav,
.rtl .inventory-footer {
  flex-direction: row-reverse;
}

.cta-primary {
  background: var(--accent);
  color: #FFFFFF;
  border: none;
}

.cta-ghost {
  border: 1px solid var(--accent);
}

.cta-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(37, 211, 102, 0.6);
  color: #25D366;
}

.cta-whatsapp:hover {
  background: rgba(37, 211, 102, 0.1);
}

.cta-icon {
  width: 16px;
  height: 16px;
  fill: #25D366;
  flex: 0 0 auto;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(10, 15, 25, 0.45);
}

.stat-item {
  padding: 4px 10px;
}

.stat-item + .stat-item {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-number {
  font-size: 22px;
  font-weight: 800;
  color: var(--accent);
}

.stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.60);
}

.hero-visual {
  display: flex;
  align-items: stretch;
}

.card-title {
  font-size: 16px;
  margin-bottom: 18px;
}

.schedule {
  display: grid;
  gap: 14px;
  color: var(--text-muted);
  font-size: 14px;
  padding: 0;
}

.schedule-city {
  color: var(--text-main);
  font-weight: 600;
}

.hero-frame {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 20px;
  background: rgba(10, 15, 25, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  padding: 0;
}

.hero-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(8, 12, 20, 0.05), rgba(8, 12, 20, 0.2));
  z-index: 1;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: brightness(1.35) saturate(1.1);
}

.speed-line {
  display: none;
}

.speed-line:nth-child(1) {
  top: 40%;
}

.speed-line:nth-child(2) {
  top: 55%;
  animation-delay: 1s;
}

.speed-line:nth-child(3) {
  top: 70%;
  animation-delay: 2s;
}

.plate {
  position: absolute;
  bottom: 24px;
  right: 24px;
  padding: 10px 16px;
  border-radius: 14px;
  background: rgba(12, 15, 23, 0.75);
  border: 1px solid var(--stroke);
  font-size: 12px;
  letter-spacing: 0.2em;
  z-index: 2;
}

.section {
  padding: 80px 0;
}

.section-label {
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 22px;
  color: var(--accent);
  margin-bottom: 16px;
}

.section-head {
  margin-bottom: 32px;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 36px;
  align-items: center;
}

.about-card {
  padding: 26px;
  border-radius: 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F8FC 100%);
  border: 1px solid var(--stroke);
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.08);
}

.about-card ul {
  margin-top: 16px;
  display: grid;
  gap: 12px;
  color: var(--text-muted);
}

.about-card h3 {
  color: var(--text-main);
}

.about-card li::marker {
  color: var(--accent);
}

.about p {
  color: var(--text-muted);
}

.about .section-label {
  color: var(--accent);
}


.pill-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-list span {
  padding: 10px 16px;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid rgba(95, 163, 255, 0.35);
  font-size: 14px;
  color: #1E4FA1;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
}

.services .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.service-card {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid var(--stroke);
  background: #FFFFFF;
  min-height: 160px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
  transition: transform 0.3s ease, border 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
}

.service-card h3 {
  color: var(--text-main);
}

.service-card p {
  color: var(--text-muted);
}

.request-box {
  margin-top: 36px;
  margin-bottom: 28px;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid var(--stroke);
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFF 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.request-box h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.request-box p {
  color: #4B5563;
  margin-bottom: 20px;
  font-size: 15px;
}

.request-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px 16px;
}

.request-form-shell .request-field,
.request-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: #374151;
}

.request-form-shell input,
.request-form-shell textarea,
.request-form input,
.request-form textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  background: #F8FAFC;
  color: var(--text-main);
}

.request-form input::placeholder,
.request-form textarea::placeholder {
  color: #9CA3AF;
}

.request-form-shell .request-notes,
.request-notes {
  grid-column: 1 / -1;
}

.request-form textarea {
  min-height: 110px;
  resize: vertical;
}

.request-form-shell .request-actions,
.request-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.request-form-shell .request-btn,
.request-btn {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
}

.request-form-shell .request-btn--whatsapp,
.request-btn--whatsapp {
  border: 1px solid rgba(37, 211, 102, 0.6);
  color: #25D366;
}

.request-btn--whatsapp:hover {
  background: rgba(37, 211, 102, 0.1);
}

.request-form-shell .request-btn--sms,
.request-btn--sms {
  border: 1px solid var(--stroke);
  color: var(--text-main);
}

/* ELEMENTOR: 폼 위젯을 request-form-shell 안에 넣으면 동일한 레이아웃을 유지합니다. */
.request-form-shell .elementor-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px 16px;
}

.request-form-shell .elementor-field-group {
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: var(--text-muted);
}

.request-form-shell .elementor-field-textual {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--stroke);
  background: #F6F7FB;
  color: var(--text-main);
}

.request-btn--sms:hover {
  border-color: var(--accent);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}

.step {
  padding: 20px;
  border-radius: 18px;
  background: #FFFFFF;
  border: 1px solid var(--stroke);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.step span {
  display: inline-block;
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--accent);
}

.step h3 {
  color: var(--text-main);
}

.step p {
  color: var(--text-muted);
}

.inventory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.inventory-filters,
.inventory-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 22px;
}

.filter-btn {
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 122, 0, 0.6);
  background: #FFFFFF;
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.filter-btn.active {
  border-color: var(--accent);
  color: #FFFFFF;
  background: var(--accent);
}

.inventory-card {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid var(--stroke);
  background: #FFFFFF;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.inventory-card.is-hidden {
  display: none;
}

.inventory-image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.inventory-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  font-size: 12px;
  margin-bottom: 12px;
}

.inventory-meta {
  margin-top: 10px;
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.68);
}

.inventory-footer {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.inventory-footer button {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
}

.inventory-whatsapp {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(37, 211, 102, 0.6);
  color: #25D366;
  font-size: 12px;
}

.inventory-whatsapp:hover {
  background: rgba(37, 211, 102, 0.1);
}

/* WhatsApp 유리 버튼 (Glass + Neon) */
.whatsapp-btn,
.btn-wa,
a.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(20, 241, 149, 0.1);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(20, 241, 149, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 14px 40px rgba(0, 0, 0, 0.35);
  color: rgba(20, 241, 149, 0.95);
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.whatsapp-btn:hover,
.btn-wa:hover,
a.whatsapp-btn:hover {
  background: rgba(20, 241, 149, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 0 4px rgba(20, 241, 149, 0.12),
    0 18px 60px rgba(0, 0, 0, 0.45);
  transform: translateY(-1px);
}

.inventory-app {
  display: grid;
  gap: 18px;
}

.inventory-top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.inventory-detail {
  position: sticky;
  top: 120px;
  align-self: stretch;
}

.detail-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 14, 24, 0.85);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.detail-media,
.inventory-thumb,
.modal-media {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 10, 20, 0.7);
}

.detail-media {
  cursor: pointer;
}

.detail-media img,
.inventory-thumb img,
.modal-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.detail-media,
.modal-media {
  aspect-ratio: 16 / 9;
}

/* Detail modal: show full vehicle image without cropping */
.modal-media {
  aspect-ratio: auto;
  max-height: 70vh;
  background: #0b0f1a;
}

.modal-media img {
  height: auto;
  max-height: 70vh;
  object-fit: contain;
}

.detail-main h3 {
  margin: 10px 0 8px;
  font-size: 26px;
}

.detail-summary {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.detail-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.detail-price {
  font-size: 20px;
  font-weight: 700;
}

.detail-whatsapp {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(37, 211, 102, 0.6);
  color: #25D366;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.detail-whatsapp:hover {
  background: rgba(37, 211, 102, 0.1);
}

.detail-specs h4 {
  margin-bottom: 12px;
  font-size: 15px;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.specs-grid strong {
  display: block;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 4px;
}

.inventory-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 100%;
}

.inventory-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.inventory-item:hover {
  transform: translateY(-2px);
}

.inventory-item.active {
  border-color: var(--accent);
  box-shadow: 0 10px 30px rgba(255, 122, 26, 0.12);
}

.inventory-thumb {
  height: 140px;
}

.inventory-body h4 {
  margin: 6px 0 6px;
  font-size: 15px;
}

.inventory-body p {
  font-size: 13px;
  color: var(--text-muted);
}

.inventory-more {
  display: flex;
  justify-content: center;
}

.load-more {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #111827;
  background: #111827;
  color: #FFFFFF;
}

.image-placeholder {
  height: 100%;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.placeholder-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

.mobile-highlights {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.64);
}

.mobile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.detail-btn {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: transparent;
  color: var(--text-main);
  font-size: 12px;
}

.detail-empty {
  padding: 30px;
  border-radius: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
}

.detail-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 200;
}

.detail-modal.is-open {
  display: block;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 16, 0.7);
}

.modal-content {
  position: relative;
  max-width: 540px;
  margin: 6vh auto;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 14, 24, 0.94);
  max-height: 84vh;
  overflow: auto;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #111827;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  z-index: 10;
}
.modal-close:hover {
  background: #f3f4f6;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  transform: scale(1.08);
}

.modal-body {
  display: grid;
  gap: 16px;
}

.modal-whatsapp {
  margin-top: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(37, 211, 102, 0.6);
  color: #25D366;
  font-weight: 600;
}

.modal-check {
  margin-top: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 122, 0, 0.45);
  color: #E66B00;
  background: #FFF3E8;
  font-weight: 700;
}

.modal-check:hover {
  background: #FFE9D6;
}

.modal-whatsapp:hover {
  background: rgba(37, 211, 102, 0.1);
}

.gallery-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 220;
}

.gallery-modal.is-open {
  display: block;
}

.gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 16, 0.78);
}

.gallery-content {
  position: relative;
  max-width: 980px;
  margin: 6vh auto;
  padding: 16px 20px 24px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 14, 24, 0.96);
  display: grid;
  gap: 12px;
  align-items: center;
  justify-items: center;
}

.gallery-image {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 10, 20, 0.7);
}

.gallery-count {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.gallery-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: var(--text-main);
  font-size: 18px;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(10, 14, 24, 0.7);
  color: var(--text-main);
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gallery-prev {
  left: 12px;
}

.gallery-next {
  right: 12px;
}

@media (max-width: 768px) {
  .gallery-content {
    width: calc(100% - 24px);
    margin: 10vh auto;
  }
}

/* ================================
   WhatsApp Glass / Neon Button (Strong)
   ================================ */
.whatsapp-btn,
.btn-wa,
a.whatsapp-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(20, 241, 149, 0.3),
    rgba(20, 241, 149, 0.1)
  );
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(20, 241, 149, 0.6);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.28),
    0 10px 40px rgba(20, 241, 149, 0.28);
  color: rgba(220, 255, 245, 0.95);
  font-weight: 650;
  letter-spacing: 0.2px;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.whatsapp-btn::after,
.btn-wa::after,
a.whatsapp-btn::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  background: radial-gradient(
    60% 60% at 50% 50%,
    rgba(20, 241, 149, 0.45),
    transparent 72%
  );
  opacity: 0.75;
  pointer-events: none;
}

.whatsapp-btn::before,
.btn-wa::before,
a.whatsapp-btn::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 7px;
  height: 45%;
  border-radius: 999px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.55;
  pointer-events: none;
}

.whatsapp-btn:hover,
.btn-wa:hover,
a.whatsapp-btn:hover {
  background: linear-gradient(
    135deg,
    rgba(20, 241, 149, 0.4),
    rgba(20, 241, 149, 0.14)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 0 5px rgba(20, 241, 149, 0.2),
    0 18px 70px rgba(20, 241, 149, 0.48);
  transform: translateY(-1px);
}

/* ================================
   WhatsApp Button - Glass (Ultra)
   ================================ */
.whatsapp-btn,
.btn-wa,
a.whatsapp-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(20, 241, 149, 0.36) 0%,
    rgba(20, 241, 149, 0.18) 55%,
    rgba(20, 241, 149, 0.1) 100%
  );
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  backdrop-filter: blur(22px) saturate(170%);
  border: 1px solid rgba(20, 241, 149, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -2px 10px rgba(0, 0, 0, 0.22),
    0 12px 42px rgba(20, 241, 149, 0.32);
  color: rgba(230, 255, 248, 0.96);
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.whatsapp-btn::before,
.btn-wa::before,
a.whatsapp-btn::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 6px;
  height: 55%;
  border-radius: 999px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.34),
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.7;
  pointer-events: none;
}

.whatsapp-btn::after,
.btn-wa::after,
a.whatsapp-btn::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  background: radial-gradient(
    50% 60% at 50% 50%,
    rgba(20, 241, 149, 0.45),
    rgba(20, 241, 149, 0.12) 55%,
    transparent 72%
  );
  filter: blur(10px);
  opacity: 0.85;
  pointer-events: none;
  z-index: -1;
}

.whatsapp-btn .glass-noise,
.btn-wa .glass-noise,
a.whatsapp-btn .glass-noise {
  display: none;
}

.whatsapp-btn:hover,
.btn-wa:hover,
a.whatsapp-btn:hover {
  background: linear-gradient(
    180deg,
    rgba(20, 241, 149, 0.46) 0%,
    rgba(20, 241, 149, 0.22) 55%,
    rgba(20, 241, 149, 0.12) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 0 6px rgba(20, 241, 149, 0.22),
    0 20px 80px rgba(20, 241, 149, 0.52);
  transform: translateY(-1px);
}

@media (max-width: 1023px) {
  .inventory-top {
    grid-template-columns: 1fr;
  }

  .inventory-detail {
    position: static;
    display: none;
  }

  .inventory-list {
    grid-template-columns: 1fr;
  }

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

  .modal-content {
    width: calc(100% - 32px);
    margin: 8vh auto;
  }
}

.destinations .map-card {
  height: 280px;
  border-radius: 24px;
  background: radial-gradient(circle at 30% 20%, rgba(45, 226, 230, 0.18), transparent 60%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(10, 14, 24, 0.8));
  border: 1px solid var(--stroke);
  position: relative;
  overflow: hidden;
}

.map-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.45) 1.6px, transparent 1.6px);
  background-size: 40px 40px;
  opacity: 0.4;
}

.map-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-size: 14px;
}

.route-list {
  margin-top: 20px;
  display: grid;
  gap: 14px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.testimonial-grid article {
  padding: 24px;
  border-radius: 18px;
  border: 1px solid var(--stroke);
  background: #FFFFFF;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
  font-size: 14px;
  color: var(--text-muted);
}

.testimonial-grid span {
  display: block;
  margin-top: 14px;
  color: var(--text-main);
  font-weight: 600;
}


.rtl {
  direction: rtl;
}

.rtl .logo,
.rtl .hero-copy,
.rtl .section-head,
.rtl .about-card,
.rtl .service-card,
.rtl .step,
.rtl .inventory-card,
.rtl .route-list,
.rtl .testimonial-grid article,

.site-footer {
  border-top: 1px solid var(--stroke);
  padding: 40px 0 60px;
  background: #0F172A;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.footer-grid h3 {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 8px;
}

.footer-grid p:first-child {
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 6px;
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(37, 211, 102, 0.4);
  background: rgba(37, 211, 102, 0.12);
  color: #2AD46A;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.18);
}

.footer-whatsapp:hover {
  background: rgba(37, 211, 102, 0.2);
  border-color: rgba(37, 211, 102, 0.7);
  color: #31E175;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 0;
}

.footer-phone {
  color: #FFFFFF;
  font-weight: 600;
}

@media (max-width: 900px) {
  .header-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 0 14px;
  }

  .brand {
    order: 1;
    width: 100%;
  }

  .brand-text {
    flex-wrap: wrap;
    line-height: 1.1;
  }

  .nav {
    order: 2;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-pill {
    padding: 7px 12px;
    font-size: 16px;
    white-space: nowrap;
  }

  .header-actions {
    order: 3;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }


  .hero {
    padding-top: 60px;
  }
}

@media (max-width: 1024px) {
  .hero-panel {
    gap: 24px;
    padding: 24px;
  }

  .hero-frame {
    min-height: 320px;
  }
}

@media (max-width: 768px) {
  .hero-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-title {
    font-size: clamp(28px, 6vw, 40px);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta {
    width: 100%;
    text-align: center;
  }

  .hero-frame {
    height: 260px;
    padding: 0;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
    background: transparent;
    border: none;
  }

  .stat-item + .stat-item {
    border-left: none;
  }

  .stat-item {
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    padding: 12px 14px;
    background: rgba(10, 15, 25, 0.45);
  }
}

@media (max-width: 480px) {
  .brand-main,
  .brand-accent {
    font-size: 18px;
  }

  .brand-sub {
    display: inline-flex;
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .lang-switch-placeholder {
    padding: 6px 10px;
    font-size: 11px;
  }

  .whatsapp-cta {
    padding: 8px 12px;
    font-size: 13px;
  }
}

/* ==================================
   Inventory Cards - Catalog
   ================================== */
.inventory-head {
  margin-bottom: 20px;
}

.inventory-label {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 12px;
  color: var(--accent);
  margin-bottom: 10px;
}

.inventory-head h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.inventory-desc {
  color: var(--text-muted);
  font-size: 15px;
}

.inventory-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  transition: opacity 0.25s ease;
}

.inventory-grid.is-fading {
  opacity: 0;
}

.inventory-card {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
  color: var(--text-main);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.inventory-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
}

.inventory-thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: 18px;
  background: #F2F4F8;
  border: 1px solid var(--stroke);
  overflow: hidden;
}

.inventory-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.inventory-thumb .image-placeholder {
  height: 100%;
}

.inventory-card:hover .inventory-thumb img {
  transform: scale(1.03);
}

.inventory-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.12);
  color: #9A4B00;
  font-weight: 700;
}

.inventory-status {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.08);
  color: #111827;
  font-size: 12px;
  font-weight: 700;
}

.inventory-body {
  display: grid;
  gap: 6px;
  margin-top: 16px;
}

.inventory-body h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: var(--text-main);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.4em * 2);
  word-break: keep-all;
  overflow-wrap: break-word;
}

.inventory-body .inventory-key {
  font-size: 14px;
  color: var(--text-main);
  font-weight: 600;
}

.inventory-summary {
  font-size: 14px;
  color: var(--text-muted);
}

.inventory-meta {
  display: grid;
  gap: 6px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--stroke);
  font-size: 14px;
  color: var(--text-muted);
}

.inventory-meta div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.inventory-meta span {
  color: #4B5563;
  font-weight: 500;
}

.inventory-meta strong {
  color: #111827;
  font-weight: 700;
}

.inventory-price {
  font-size: 20px;
  font-weight: 800;
  color: var(--accent);
  margin-top: 2px;
}

.card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid #E3E8F1;
  background: linear-gradient(180deg, #FFF3E8 0%, #FFE9D6 100%);
  color: var(--text-main);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.btn-primary {
  border-color: rgba(37, 211, 102, 0.45);
  color: #1FBF66;
  background: linear-gradient(180deg, rgba(37, 211, 102, 0.12) 0%, rgba(37, 211, 102, 0.04) 100%);
}

.btn-primary:hover {
  background: linear-gradient(180deg, rgba(37, 211, 102, 0.18) 0%, rgba(37, 211, 102, 0.08) 100%);
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.22);
}

.image-placeholder {
  color: var(--text-muted);
}

.placeholder-sub {
  color: rgba(107, 114, 128, 0.7);
}

/* Detail modal (Encar-like) */
.detail-modal .modal-backdrop {
  background: rgba(17, 24, 39, 0.45);
}

.detail-modal .modal-content {
  max-width: 820px;
  width: min(92vw, 820px);
  margin: 5vh auto;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--stroke);
  background: var(--card);
  color: var(--text-main);
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.12);
}

.modal-header {
  display: grid;
  gap: 6px;
}

.detail-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.12);
  color: #9A4B00;
  font-size: 12px;
  font-weight: 700;
  width: fit-content;
}

.modal-header h3 {
  font-size: 22px;
}

.modal-header p {
  color: var(--text-muted);
  font-size: 14px;
}

.modal-media {
  border-radius: 18px;
  border: 1px solid var(--stroke);
  background: #F2F4F8;
  position: relative;
  overflow: hidden;
}

.modal-media-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(17, 24, 39, 0.2);
  background: rgba(255, 255, 255, 0.9);
  color: #111827;
  font-size: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal-media.has-nav .modal-media-nav {
  display: inline-flex;
}

.modal-media-prev {
  left: 10px;
}

.modal-media-next {
  right: 10px;
}

.modal-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 72px;
  gap: 8px;
  padding: 10px 6px 0;
  margin-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.modal-thumb {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  height: 56px;
}

.modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.modal-thumb.is-active {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(255, 122, 0, 0.15);
}

.specs-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  font-size: 15px;
  gap: 12px 20px;
  color: #374151;
}

.specs-grid > div {
  background: #F9FAFB;
  border: 1px solid #E7EAF0;
  border-radius: 8px;
  padding: 10px 14px;
}

.specs-grid strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #4B5563;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.specs-grid span {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

.modal-close {
  border: 2px solid rgba(0,0,0,0.12);
  color: #111827;
  background: #FFFFFF;
}

.gallery-content {
  background: var(--card);
  border: 1px solid var(--stroke);
}

.gallery-backdrop {
  background: rgba(17, 24, 39, 0.75);
}

.gallery-image {
  background: #F2F4F8;
  border: 1px solid var(--stroke);
}

.gallery-nav {
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.85);
  color: var(--text-main);
}

@media (max-width: 1024px) {
  .inventory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .inventory-grid {
    grid-template-columns: 1fr;
  }

  .detail-modal .modal-content {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
  }
}

/* ── 언어 선택기 ── */
.lang-switcher {
  position: relative;
}
.lang-current {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px;
  padding: 9px 14px;
  color: #F5F7FB;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.lang-current:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.55);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.lang-flag { font-size: 16px; line-height: 1; }
.lang-arrow { transition: transform 0.2s; opacity: 0.7; color: #F5F7FB; }
.lang-current[aria-expanded="true"] .lang-arrow { transform: rotate(180deg); }
.lang-current[aria-expanded="true"] {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.55);
}
.lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: #1e2c42;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.4);
  list-style: none;
  min-width: 170px;
  z-index: 9999;
  overflow: hidden;
}
.lang-dropdown.open { display: block; }

@media (max-width: 900px) {
  .lang-dropdown {
    left: 0;
    right: auto;
    min-width: 160px;
    max-width: calc(100vw - 20px);
  }
}
.lang-dropdown li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(245,247,251,0.9);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  letter-spacing: 0.02em;
}
.lang-dropdown li a:hover {
  background: rgba(255,122,0,0.15);
  color: #FF7A00;
}
