:root {
  --navy-950: #041333;
  --navy-900: #071f57;
  --navy-800: #082a78;
  --navy-700: #103b96;
  --gold-500: #d2a62f;
  --gold-400: #e4ba47;
  --cream: #f8f5ec;
  --sand: #eee7d8;
  --white: #ffffff;
  --ink: #10182b;
  --muted: #62708b;
  --line: rgba(8, 42, 120, .13);
  --shadow: 0 28px 70px rgba(4, 19, 51, .12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body[dir="rtl"] { font-family: Tahoma, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; inset-inline-start: 16px; top: -100px; z-index: 999; padding: 10px 16px; color: white; background: var(--navy-900); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(248, 245, 236, .9);
  border-color: rgba(8, 42, 120, .1);
  box-shadow: 0 10px 35px rgba(4, 19, 51, .06);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy-900); }
.brand img { width: 48px; height: 58px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; text-transform: uppercase; letter-spacing: .08em; }
.brand-copy strong { font-size: 16px; }
.brand-copy small { margin-top: 5px; color: var(--gold-500); font-size: 10px; font-weight: 800; letter-spacing: .35em; }
.main-nav { display: flex; align-items: center; gap: 29px; color: var(--navy-900); font-size: 14px; font-weight: 650; }
.main-nav > a { position: relative; padding: 12px 0; }
.main-nav > a:not(.nav-contact)::after { content: ""; position: absolute; inset-inline: 0; bottom: 6px; height: 2px; background: var(--gold-500); transform: scaleX(0); transition: transform .2s ease; }
.main-nav > a:hover::after { transform: scaleX(1); }
.nav-contact { padding: 11px 20px !important; color: var(--white); background: var(--navy-800); border-radius: 999px; transition: transform .2s ease, background .2s ease; }
.nav-contact:hover { transform: translateY(-2px); background: var(--navy-700); }
.language-switch { min-width: 78px; padding: 10px 12px; border: 1px solid var(--line); color: var(--navy-800); background: rgba(255,255,255,.45); border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 800; }
.lang-ar { display: none; }
body[dir="rtl"] .lang-en { display: none; }
body[dir="rtl"] .lang-ar { display: inline; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); background: rgba(255,255,255,.6); border-radius: 14px; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--navy-800); transition: .2s; }

.hero {
  position: relative;
  min-height: 820px;
  padding: 156px 0 44px;
  background:
    radial-gradient(circle at 80% 22%, rgba(210,166,47,.13), transparent 26%),
    linear-gradient(180deg, #fbf9f3 0%, var(--cream) 100%);
  overflow: hidden;
}
.hero-grid { position: absolute; inset: 0; opacity: .33; background-image: linear-gradient(rgba(8,42,120,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(8,42,120,.045) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.orb-one { width: 540px; height: 540px; right: -260px; top: 40px; border: 1px solid rgba(8,42,120,.08); }
.orb-two { width: 260px; height: 260px; left: -150px; bottom: 20px; border: 1px solid rgba(210,166,47,.22); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 38px; }
.hero-copy { padding-block: 42px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 8px 13px; color: var(--navy-800); background: rgba(255,255,255,.68); border: 1px solid rgba(8,42,120,.1); border-radius: 999px; box-shadow: 0 8px 22px rgba(8,42,120,.05); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; background: var(--gold-500); border-radius: 50%; box-shadow: 0 0 0 5px rgba(210,166,47,.13); }
h1 { max-width: 690px; margin: 0; color: var(--navy-950); font-size: clamp(52px, 5.4vw, 82px); line-height: .99; letter-spacing: -.055em; }
h1 em { color: var(--navy-800); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 54px; padding: 0 23px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button svg, .contact-arrow svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: white; background: var(--navy-800); box-shadow: 0 16px 30px rgba(8,42,120,.19); }
.button-primary:hover { transform: translateY(-3px); background: var(--navy-700); box-shadow: 0 20px 35px rgba(8,42,120,.25); }
body[dir="rtl"] .button-primary svg, body[dir="rtl"] .contact-arrow svg { transform: scaleX(-1); }
.button-ghost { color: var(--navy-800); border: 1px solid rgba(8,42,120,.18); background: rgba(255,255,255,.5); }
.button-ghost:hover { transform: translateY(-3px); background: white; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 29px; color: #748097; font-size: 12px; }
.status-pulse { position: relative; width: 8px; height: 8px; background: #30a767; border-radius: 50%; }
.status-pulse::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(48,167,103,.3); border-radius: 50%; animation: pulse 2s infinite; }

.hero-visual { display: grid; place-items: center; min-height: 530px; }
.logo-stage { position: relative; display: grid; place-items: center; width: min(500px, 43vw); aspect-ratio: 1; }
.logo-stage img { position: relative; z-index: 4; width: 57%; filter: drop-shadow(0 28px 30px rgba(4,19,51,.18)); animation: float 6s ease-in-out infinite; }
.stage-glow { position: absolute; z-index: 1; width: 62%; height: 62%; background: radial-gradient(circle, rgba(210,166,47,.24), rgba(210,166,47,0) 67%); filter: blur(18px); }
.stage-ring { position: absolute; border-radius: 50%; }
.ring-one { inset: 8%; border: 1px solid rgba(8,42,120,.15); animation: spin 26s linear infinite; }
.ring-one::before, .ring-two::before { content: ""; position: absolute; width: 9px; height: 9px; top: 15%; left: 12%; background: var(--gold-500); border-radius: 50%; box-shadow: 0 0 0 7px rgba(210,166,47,.1); }
.ring-two { inset: 20%; border: 1px dashed rgba(210,166,47,.35); animation: spin-reverse 20s linear infinite; }
.ring-two::before { top: auto; left: auto; right: 4%; bottom: 21%; width: 7px; height: 7px; background: var(--navy-800); box-shadow: 0 0 0 6px rgba(8,42,120,.09); }
.ring-three { inset: 2%; border: 40px solid rgba(255,255,255,.28); box-shadow: inset 0 0 0 1px rgba(8,42,120,.06), 0 35px 80px rgba(4,19,51,.08); }
.node { position: absolute; z-index: 5; width: 11px; height: 11px; background: white; border: 3px solid var(--gold-500); border-radius: 50%; box-shadow: 0 7px 14px rgba(4,19,51,.16); }
.node-1 { left: 7%; top: 41%; }
.node-2 { right: 8%; top: 30%; }
.node-3 { right: 14%; bottom: 17%; border-color: var(--navy-800); }
.node-4 { left: 18%; bottom: 13%; border-color: var(--navy-800); }
.trust-strip { position: relative; z-index: 2; display: flex; align-items: center; gap: 28px; margin-top: 36px; padding: 23px 28px; border: 1px solid rgba(8,42,120,.09); background: rgba(255,255,255,.54); border-radius: 18px; backdrop-filter: blur(12px); }
.trust-strip > span { color: var(--gold-500); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.trust-items { display: flex; align-items: center; gap: 24px; color: var(--navy-900); font-size: 13px; }
.trust-items i { width: 4px; height: 4px; background: var(--gold-500); border-radius: 50%; }

.section { padding: 112px 0; }
.section-kicker { display: inline-block; margin-bottom: 17px; color: var(--gold-500); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-kicker.light { color: #f4ca59; }
.section h2 { margin: 0; color: var(--navy-950); font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -.04em; }
.split-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; }
.about { background: white; }
.about-copy > p { margin: 10px 0 35px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.about-statements { border-top: 1px solid var(--line); }
.about-statements > div { display: grid; grid-template-columns: 45px 1fr; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.about-statements span { color: var(--gold-500); font-size: 12px; font-weight: 900; }
.about-statements p { margin: 0; color: var(--navy-900); font-size: 14px; font-weight: 750; }

.services { background: var(--cream); }
.services-head { display: grid; grid-template-columns: 1.2fr .6fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.services-head > p { margin: 0 0 4px; color: var(--muted); line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.service-card { position: relative; min-height: 345px; padding: 27px; border: 1px solid rgba(8,42,120,.1); background: rgba(255,255,255,.7); border-radius: var(--radius-md); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ""; position: absolute; right: -70px; bottom: -70px; width: 160px; height: 160px; background: radial-gradient(circle, rgba(210,166,47,.15), transparent 68%); }
.service-card:hover { transform: translateY(-8px); border-color: rgba(210,166,47,.45); box-shadow: var(--shadow); }
.card-number { position: absolute; top: 25px; right: 24px; color: rgba(8,42,120,.19); font-size: 12px; font-weight: 900; }
body[dir="rtl"] .card-number { right: auto; left: 24px; }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 62px; color: var(--navy-800); background: rgba(8,42,120,.07); border-radius: 16px; }
.service-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 15px; color: var(--navy-900); font-size: 19px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }

.vision { padding-top: 40px; background: var(--cream); }
.vision-panel { position: relative; display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 80px; min-height: 490px; padding: 75px; color: white; background: linear-gradient(135deg, #061c4f 0%, #082a78 64%, #0d388c 100%); border-radius: var(--radius-lg); box-shadow: 0 35px 80px rgba(4,19,51,.2); overflow: hidden; }
.vision-panel::before { content: ""; position: absolute; width: 440px; height: 440px; top: -270px; right: -90px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); }
.vision-copy { position: relative; z-index: 2; }
.vision-copy h2 { max-width: 790px; color: white; }
.vision-copy > p { max-width: 700px; margin: 25px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.82; }
.vision-quote { position: relative; z-index: 2; padding: 26px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.07); border-radius: 20px; backdrop-filter: blur(12px); }
.vision-quote span { color: var(--gold-400); font-family: Georgia, serif; font-size: 55px; line-height: .6; }
.vision-quote p { margin: 15px 0 0; color: white; font-size: 16px; line-height: 1.55; font-weight: 650; }
.vision-mark { position: absolute; right: 2%; bottom: -46%; width: 41%; opacity: .045; transform: rotate(-9deg); }
body[dir="rtl"] .vision-mark { right: auto; left: 2%; transform: rotate(9deg); }

.contact { background: white; }
.contact-panel { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 75px; }
.contact-panel h2 { max-width: 620px; }
.contact-panel > div > p { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.contact-link { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px 30px; border: 1px solid var(--line); background: var(--cream); border-radius: 21px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.contact-link:hover { transform: translateY(-5px); border-color: rgba(210,166,47,.5); box-shadow: var(--shadow); }
.contact-link small { display: block; margin-bottom: 8px; color: var(--gold-500); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-link strong { color: var(--navy-900); font-size: clamp(15px, 1.5vw, 20px); }
.contact-arrow { display: grid; flex: 0 0 auto; place-items: center; width: 50px; height: 50px; color: white; background: var(--navy-800); border-radius: 50%; }
.site-footer { padding: 34px 0; color: rgba(255,255,255,.66); background: var(--navy-950); font-size: 12px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: white; font-weight: 800; }
.footer-brand img { width: 30px; height: 37px; filter: brightness(0) invert(1); opacity: .95; }
.site-footer a:last-child { color: white; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-1 { transition-delay: .07s; }
.reveal-delay-2 { transition-delay: .14s; }
.reveal-delay-3 { transition-delay: .21s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spin-reverse { to { transform: rotate(-360deg); } }
@keyframes pulse { 0% { transform: scale(.5); opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }

body[dir="rtl"] h1, body[dir="rtl"] .section h2 { letter-spacing: -.02em; }
body[dir="rtl"] .eyebrow, body[dir="rtl"] .section-kicker, body[dir="rtl"] .trust-strip > span, body[dir="rtl"] .contact-link small { letter-spacing: 0; text-transform: none; }
body[dir="rtl"] .brand-copy { text-align: left; }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 36px, 850px); }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-layout { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { padding-bottom: 0; }
  .hero-copy > p, h1 { margin-inline: auto; }
  .hero-actions, .hero-note { justify-content: center; }
  .hero-visual { min-height: 430px; }
  .logo-stage { width: min(500px, 78vw); }
  .trust-strip { justify-content: center; }
  .split-layout, .services-head, .contact-panel { grid-template-columns: 1fr; gap: 38px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .vision-panel { grid-template-columns: 1fr; padding: 58px; gap: 40px; }
  .vision-quote { max-width: 430px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 28px); --radius-lg: 24px; }
  .header-inner { min-height: 76px; }
  .brand img { width: 39px; height: 48px; }
  .brand-copy strong { font-size: 14px; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .main-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 7px; padding: 90px 28px 40px; overflow-y: auto; background: rgba(248,245,236,.98); backdrop-filter: blur(20px); transform: translateY(-105%); transition: transform .28s ease; }
  .main-nav.open { transform: translateY(0); }
  .main-nav > a { padding: 15px 16px; border-bottom: 1px solid var(--line); font-size: 18px; }
  .nav-contact { margin-top: 10px; text-align: center; }
  .language-switch { width: 100%; margin-top: 12px; padding: 14px; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding: 115px 0 30px; }
  .hero-copy { padding-top: 20px; }
  h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-copy > p { font-size: 16px; line-height: 1.7; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-visual { min-height: 340px; }
  .logo-stage { width: min(390px, 94vw); }
  .trust-strip { flex-direction: column; gap: 14px; padding: 19px; }
  .trust-items { flex-wrap: wrap; justify-content: center; gap: 12px; }
  .section { padding: 82px 0; }
  .section h2 { font-size: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .service-icon { margin-bottom: 42px; }
  .vision { padding-top: 20px; }
  .vision-panel { min-height: auto; padding: 42px 27px; }
  .vision-panel h2 { font-size: 37px; }
  .contact-link { padding: 22px; }
  .contact-link strong { font-size: 14px; }
  .contact-arrow { width: 44px; height: 44px; }
  .footer-inner { flex-direction: column; text-align: center; }
}

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

/* Six-language selector */
.language-picker { position: relative; flex: 0 0 auto; }
.language-switch {
  min-width: 132px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  white-space: nowrap;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.language-switch:hover,
.language-picker.open .language-switch {
  border-color: rgba(210,166,47,.55);
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 25px rgba(4,19,51,.08);
}
.language-icon { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.language-chevron { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.language-picker.open .language-chevron { transform: rotate(180deg); }
.current-language { overflow: hidden; text-overflow: ellipsis; }
.language-menu {
  position: absolute;
  top: calc(100% + 12px);
  inset-inline-end: 0;
  z-index: 130;
  width: 218px;
  padding: 8px;
  border: 1px solid rgba(8,42,120,.12);
  background: rgba(255,255,255,.97);
  border-radius: 17px;
  box-shadow: 0 24px 60px rgba(4,19,51,.16);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-7px) scale(.98);
  transform-origin: top right;
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}
body[dir="rtl"] .language-menu { transform-origin: top left; }
.language-picker.open .language-menu { opacity: 1; visibility: visible; transform: none; }
.language-menu button {
  width: 100%;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 11px;
  padding: 10px;
  border: 0;
  color: var(--navy-900);
  background: transparent;
  border-radius: 11px;
  cursor: pointer;
  text-align: start;
  transition: background .16s ease, color .16s ease;
}
.language-menu button:hover { background: rgba(8,42,120,.065); }
.language-menu button.active { color: var(--navy-900); background: rgba(210,166,47,.14); }
.language-menu button > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 28px;
  color: var(--gold-500);
  background: rgba(210,166,47,.11);
  border-radius: 8px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}
.language-menu button > b { font-size: 13px; font-weight: 750; }

/* Script-aware typography and direction */
body[data-language="ar"],
body[data-language="fa"] { font-family: Tahoma, "Noto Sans Arabic", Arial, sans-serif; }
body[data-language="ur"] { font-family: "Noto Nastaliq Urdu", "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
body[data-language="hi"] { font-family: "Nirmala UI", Mangal, "Noto Sans Devanagari", Arial, sans-serif; }
body[data-language="tr"] { font-family: Inter, "Segoe UI", Arial, sans-serif; }
body[data-language="ur"] h1,
body[data-language="ur"] .section h2 { line-height: 1.35; }
body[data-language="hi"] h1,
body[data-language="hi"] .section h2 { line-height: 1.18; }
body[data-language="ar"] .hero-copy > p,
body[data-language="fa"] .hero-copy > p,
body[data-language="ur"] .hero-copy > p { line-height: 1.95; }
body[data-language="ur"] .service-card p,
body[data-language="ur"] .about-copy > p,
body[data-language="ur"] .vision-copy > p,
body[data-language="ur"] .contact-panel > div > p { line-height: 2; }
body[dir="rtl"] .button svg,
body[dir="rtl"] .contact-arrow svg { transform: scaleX(-1); }

@media (max-width: 760px) {
  .language-picker { width: 100%; margin-top: 12px; }
  .language-switch { width: 100%; margin-top: 0; padding: 14px; }
  .language-menu {
    position: static;
    width: 100%;
    max-height: 0;
    margin-top: 0;
    padding: 0 8px;
    overflow: hidden;
    border-width: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(255,255,255,.5);
    transition: max-height .25s ease, margin-top .25s ease, padding .25s ease, border-width .25s ease;
  }
  .language-picker.open .language-menu { max-height: 330px; margin-top: 8px; padding: 8px; border-width: 1px; }
  .language-menu button { padding: 9px 10px; }
}
