/* ===========================================================================
   SiteYönetim — Ana Sayfa (Editöryal / Enterprise)  ·  lh-*
   Palet: navy #0f2643 · gold #d1971a · cream #faf9f5 · IBM Plex Serif + Inter
   =========================================================================== */
:root{
  --navy:#0f2643; --navy-2:#0b1d33; --navy-3:#16345a; --navy-card:#13294a;
  --gold:#d1971a; --gold-2:#e6b03a; --gold-soft:rgba(209,151,26,.14);
  --cream:#faf9f5; --cream-2:#f3efe4; --ink:#12233b; --muted:#5c6b7e; --muted-2:#8a97a6;
  --line:#e8e2d4; --line-navy:rgba(250,249,245,.12); --card:#fff;
  --serif:"IBM Plex Serif",Georgia,"Times New Roman",serif;
  --sans:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --wrap:1180px; --r:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.lh{margin:0;font-family:var(--sans);color:var(--ink);background:var(--cream);line-height:1.65;-webkit-font-smoothing:antialiased}
.lh h1,.lh h2,.lh h3,.lh h4{font-family:var(--serif);font-weight:600;line-height:1.15;letter-spacing:-.01em;margin:0}
.lh p{margin:0 0 1rem}
.lh a{color:inherit;text-decoration:none}
.lh-wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
.lh-gold{color:var(--gold)}
.lh-eyebrow{display:inline-flex;align-items:center;gap:.45rem;font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}
.lh-eyebrow svg{width:15px;height:15px;flex:none;stroke-width:2.2}
.lh-eyebrow.dark{color:var(--gold)}
.lh-section{padding:88px 0}
.lh-section.tight{padding:64px 0}
.lh-navy{background:var(--navy);color:var(--cream)}
.lh-cream{background:var(--cream)}
.lh-white{background:#fff}
.lh-shead{max-width:720px;margin:0 auto 52px;text-align:center}
.lh-shead h2{font-size:clamp(1.9rem,3.5vw,2.7rem);margin:.6rem 0 .8rem}
.lh-shead p{color:var(--muted);font-size:1.05rem;margin:0}
.lh-navy .lh-shead p{color:rgba(250,249,245,.72)}

/* Buttons */
.lh-btn{display:inline-flex;align-items:center;gap:.55rem;font-weight:600;font-size:.95rem;padding:.85rem 1.4rem;border-radius:10px;border:1.5px solid transparent;cursor:pointer;transition:.18s;white-space:nowrap}
.lh-btn svg{width:18px;height:18px}
.lh-btn.gold{background:var(--gold);color:#1c1403;border-color:var(--gold)}
.lh-btn.gold:hover{background:var(--gold-2);transform:translateY(-2px);box-shadow:0 12px 28px rgba(209,151,26,.35)}
.lh-btn.ghost-l{background:transparent;color:var(--cream);border-color:rgba(250,249,245,.28)}
.lh-btn.ghost-l:hover{border-color:var(--gold);color:var(--gold)}
.lh-btn.ghost-d{background:#fff;color:var(--ink);border-color:var(--line)}
.lh-btn.ghost-d:hover{border-color:var(--gold);color:var(--gold-2)}
.lh-btn.lg{padding:1rem 1.7rem;font-size:1rem}

/* ── Header / Nav ── */
.lh-header{position:sticky;top:0;z-index:60;background:rgba(15,38,67,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line-navy)}
.lh-nav{display:flex;align-items:center;gap:2rem;height:72px}
.lh-brand{display:flex;align-items:center;gap:.6rem;font-family:"Sora",var(--sans);font-size:1.34rem;font-weight:800;letter-spacing:-.02em;color:#fff;line-height:1}
.lh-brand .mk{width:40px;height:40px;flex:none;display:flex;align-items:center;justify-content:center}
.lh-brand .mk svg{width:40px;height:40px;display:block}
.lh-brand .wm{color:#fff}
.lh-brand b{color:var(--gold);font-weight:800}
.lh-footer .lh-brand{color:#fff}
.lh-menu{display:flex;gap:1.6rem;margin-left:1rem}
.lh-menu a{color:rgba(250,249,245,.82);font-size:.92rem;font-weight:500;transition:.15s}
.lh-menu a:hover{color:var(--gold)}
.lh-nav-cta{margin-left:auto;display:flex;align-items:center;gap:.7rem}
.lh-nav-cta .login{color:rgba(250,249,245,.85);font-size:.92rem;font-weight:600}
.lh-nav-cta .login:hover{color:var(--gold)}
.lh-burger{display:none;background:none;border:0;color:var(--cream);cursor:pointer}
.lh-burger svg{width:26px;height:26px}

/* ── Hero ── */
.lh-hero{background:radial-gradient(1200px 600px at 80% -10%,#1a3a63 0,var(--navy) 55%);color:var(--cream);padding:74px 0 90px;position:relative;overflow:hidden}
.lh-hero::after{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;background:radial-gradient(circle,var(--gold-soft),transparent 70%);pointer-events:none}
.lh-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;position:relative;z-index:1}
.lh-hero h1{font-size:clamp(2.3rem,4.6vw,3.5rem);line-height:1.08;margin:1rem 0 1.1rem}
.lh-hero .sub{font-size:1.12rem;color:rgba(250,249,245,.8);max-width:560px;margin-bottom:1.7rem}
.lh-hero .sub b{color:var(--cream);font-weight:600}
.lh-hero-cta{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1.4rem}
.lh-hero-trust{display:flex;gap:1.3rem;flex-wrap:wrap;font-size:.85rem;color:rgba(250,249,245,.7)}
.lh-hero-trust span{display:inline-flex;align-items:center;gap:.4rem}
.lh-hero-trust svg{width:15px;height:15px;color:var(--gold)}

/* Hero mockup */
.lh-mock{background:var(--navy-card);border:1px solid var(--line-navy);border-radius:18px;box-shadow:0 40px 80px rgba(0,0,0,.4);overflow:hidden}
.lh-mock-top{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--line-navy);background:rgba(0,0,0,.15)}
.lh-mock-top i{width:11px;height:11px;border-radius:50%;background:rgba(250,249,245,.25)}
.lh-mock-top i:nth-child(1){background:#e6714b}.lh-mock-top i:nth-child(2){background:var(--gold)}.lh-mock-top i:nth-child(3){background:#4bbf7b}
.lh-mock-top .u{margin-left:auto;font-size:.72rem;color:rgba(250,249,245,.5)}
.lh-mock-body{padding:1.2rem}
.lh-mock-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1rem}
.lh-mock-row .lbl{font-size:.72rem;color:rgba(250,249,245,.55);text-transform:uppercase;letter-spacing:.06em}
.lh-mock-row .big{font-family:var(--serif);font-size:1.9rem;color:var(--cream);font-weight:600}
.lh-mock-row .up{font-size:.78rem;color:#4bbf7b;font-weight:700}
.lh-mock-chart{display:flex;align-items:flex-end;gap:7px;height:120px;padding:.5rem 0 1rem}
.lh-mock-chart span{flex:1;background:linear-gradient(180deg,var(--gold),#9c6f12);border-radius:4px 4px 0 0;opacity:.9}
.lh-mock-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.6rem;border-top:1px solid var(--line-navy);padding-top:1rem}
.lh-mock-stats div .n{font-family:var(--serif);font-size:1.15rem;color:var(--cream)}
.lh-mock-stats div .t{font-size:.68rem;color:rgba(250,249,245,.5)}
.lh-mock-badge{position:absolute;background:#fff;color:var(--ink);border-radius:12px;padding:.6rem .8rem;box-shadow:0 18px 40px rgba(0,0,0,.25);display:flex;align-items:center;gap:.55rem;font-size:.8rem;font-weight:600}
.lh-mock-badge svg{width:26px;height:26px;padding:5px;border-radius:8px;background:var(--gold-soft);color:var(--gold-2)}
.lh-mock-wrap{position:relative}
.lh-mock-badge.b1{right:-18px;top:38px}
.lh-mock-badge.b2{left:-22px;bottom:34px}

/* ── Trust strip ── */
.lh-trust{border-top:1px solid var(--line-navy);border-bottom:1px solid var(--line-navy);background:var(--navy-2)}
.lh-trust-inner{display:flex;align-items:center;justify-content:center;gap:2.4rem;flex-wrap:wrap;padding:22px 0}
.lh-trust-inner .t{font-size:.8rem;letter-spacing:.06em;color:rgba(250,249,245,.55);text-transform:uppercase}
.lh-trust-badge{display:inline-flex;align-items:center;gap:.5rem;color:rgba(250,249,245,.82);font-weight:600;font-size:.92rem}
.lh-trust-badge svg{width:18px;height:18px;color:var(--gold)}

/* ── Feature grid ── */
.lh-features{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.lh-fcard{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:26px 24px;transition:.2s}
.lh-fcard:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(15,38,67,.09);border-color:#e6d9b8}
.lh-fcard .ic{width:48px;height:48px;border-radius:13px;background:var(--gold-soft);color:var(--gold-2);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.lh-fcard .ic svg{width:24px;height:24px}
.lh-fcard h3{font-size:1.12rem;margin-bottom:.5rem}
.lh-fcard p{font-size:.92rem;color:var(--muted);margin:0}

/* ── Stats band ── */
.lh-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.lh-stat .n{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);color:var(--gold);font-weight:600;line-height:1}
.lh-stat .t{font-size:.9rem;color:rgba(250,249,245,.72);margin-top:.5rem}

/* ── Roles / solutions ── */
.lh-roles{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.lh-role{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:26px 22px}
.lh-role .ic{width:44px;height:44px;border-radius:12px;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;margin-bottom:.9rem}
.lh-role .ic svg{width:22px;height:22px}
.lh-role h3{font-size:1.1rem;margin-bottom:.6rem}
.lh-role ul{list-style:none;margin:0;padding:0}
.lh-role li{font-size:.88rem;color:var(--muted);padding:.28rem 0 .28rem 1.3rem;position:relative}
.lh-role li::before{content:"";position:absolute;left:0;top:.72rem;width:7px;height:7px;border-radius:2px;background:var(--gold)}

/* ── Steps ── */
.lh-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.lh-step{position:relative;padding-top:1rem}
.lh-step .no{font-family:var(--serif);font-size:2.6rem;color:var(--gold);opacity:.35;line-height:1}
.lh-step h3{font-size:1.2rem;margin:.5rem 0 .5rem}
.lh-step p{color:var(--muted);font-size:.95rem;margin:0}

/* ── Editorial content ── */
.lh-article{max-width:820px;margin:0 auto}
.lh-article h2{font-size:clamp(1.6rem,3vw,2.1rem);margin:2.6rem 0 1rem;padding-top:.6rem}
.lh-article h2:first-child{margin-top:0}
.lh-article h3{font-size:1.25rem;margin:1.8rem 0 .7rem;color:var(--navy)}
.lh-article p{font-size:1.05rem;color:#33465c;margin:0 0 1.15rem}
.lh-article ul{margin:0 0 1.3rem;padding-left:1.2rem}
.lh-article li{font-size:1.03rem;color:#33465c;margin:.4rem 0}
.lh-article a{color:var(--gold-2);font-weight:600;border-bottom:1px solid rgba(209,151,26,.35)}
.lh-article .lead{font-size:1.18rem;color:var(--ink);border-left:3px solid var(--gold);padding-left:1.1rem;font-style:italic}
.lh-callout{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:22px 24px;margin:1.6rem 0}
.lh-callout strong{color:var(--navy)}

/* ── Integrations ── */
.lh-int{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.lh-int .col h4{font-size:.95rem;margin-bottom:.7rem;display:flex;align-items:center;gap:.5rem}
.lh-int .col h4 svg{width:18px;height:18px;color:var(--gold-2)}
.lh-int .col span{display:block;font-size:.88rem;color:var(--muted);padding:.24rem 0}

/* ── FAQ ── */
.lh-faq{max-width:820px;margin:0 auto}
.lh-faq details{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:12px;overflow:hidden}
.lh-faq summary{list-style:none;cursor:pointer;padding:18px 22px;font-weight:600;font-size:1.02rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--navy)}
.lh-faq summary::-webkit-details-marker{display:none}
.lh-faq summary .pl{width:20px;height:20px;flex:none;position:relative}
.lh-faq summary .pl::before,.lh-faq summary .pl::after{content:"";position:absolute;background:var(--gold-2);border-radius:2px;transition:.2s}
.lh-faq summary .pl::before{top:9px;left:2px;width:16px;height:2px}
.lh-faq summary .pl::after{top:2px;left:9px;width:2px;height:16px}
.lh-faq details[open] summary .pl::after{transform:rotate(90deg);opacity:0}
.lh-faq details[open] summary{color:var(--gold-2)}
.lh-faq .a{padding:0 22px 20px;color:var(--muted);font-size:.98rem;line-height:1.7}

/* ── Blog teaser ── */
.lh-blog{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.lh-post{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:.2s}
.lh-post:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(15,38,67,.1)}
.lh-post .ph{height:150px;background:linear-gradient(135deg,var(--navy-3),var(--navy));display:flex;align-items:center;justify-content:center;color:var(--gold);opacity:.95}
.lh-post .ph svg{width:40px;height:40px}
.lh-post .bd{padding:20px 22px}
.lh-post .cat{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-2)}
.lh-post h3{font-size:1.12rem;margin:.5rem 0 .5rem}
.lh-post p{font-size:.9rem;color:var(--muted);margin:0}

/* ── Big CTA ── */
.lh-cta{background:linear-gradient(120deg,var(--navy),var(--navy-3));color:var(--cream);text-align:center;border-radius:24px;padding:64px 32px;position:relative;overflow:hidden}
.lh-cta::after{content:"";position:absolute;left:-80px;bottom:-80px;width:300px;height:300px;background:radial-gradient(circle,var(--gold-soft),transparent 70%)}
.lh-cta h2{font-size:clamp(1.9rem,3.6vw,2.7rem);margin-bottom:.8rem;position:relative}
.lh-cta p{color:rgba(250,249,245,.78);max-width:560px;margin:0 auto 1.7rem;position:relative}
.lh-cta-btns{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;position:relative}

/* ── Footer ── */
.lh-footer{background:var(--navy-2);color:rgba(250,249,245,.7);padding:64px 0 28px;border-top:1px solid var(--line-navy)}
.lh-foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:32px;padding-bottom:36px;border-bottom:1px solid var(--line-navy)}
.lh-foot-brand .lh-brand{margin-bottom:1rem}
.lh-foot-brand p{font-size:.9rem;color:rgba(250,249,245,.6);max-width:280px}
.lh-foot-col h5{font-family:var(--sans);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin:0 0 1rem;font-weight:700}
.lh-foot-col a{display:block;font-size:.9rem;color:rgba(250,249,245,.68);padding:.3rem 0;transition:.15s}
.lh-foot-col a:hover{color:var(--gold)}
.lh-foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:26px;font-size:.84rem;color:rgba(250,249,245,.5)}
.lh-foot-badges{display:flex;gap:1.2rem;flex-wrap:wrap}
.lh-foot-badges span{display:inline-flex;align-items:center;gap:.4rem}
.lh-foot-badges svg{width:15px;height:15px;color:var(--gold)}

/* ── Responsive ── */
@media(max-width:960px){
  .lh-menu,.lh-nav-cta .login{display:none}
  .lh-burger{display:block}
  .lh-hero-grid{grid-template-columns:1fr;gap:40px}
  .lh-mock-wrap{max-width:460px;margin:0 auto}
  .lh-features{grid-template-columns:1fr 1fr}
  .lh-roles{grid-template-columns:1fr 1fr}
  .lh-stats{grid-template-columns:1fr 1fr;gap:32px}
  .lh-steps{grid-template-columns:1fr}
  .lh-int{grid-template-columns:1fr 1fr}
  .lh-blog{grid-template-columns:1fr}
  .lh-foot-grid{grid-template-columns:1fr 1fr;gap:28px}
  .lh-menu.open{display:flex;position:absolute;top:72px;left:0;right:0;flex-direction:column;background:var(--navy);padding:1rem 24px;border-bottom:1px solid var(--line-navy);margin:0}
}
@media(max-width:560px){
  .lh-section{padding:60px 0}
  .lh-features,.lh-roles,.lh-stats{grid-template-columns:1fr}
  .lh-foot-grid{grid-template-columns:1fr}
  .lh-trust-inner{gap:1.2rem}
}

/* ===== SEO lokasyon / segment / araç bileşenleri ===== */
.lh-bc{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;font-size:.82rem;color:rgba(250,249,245,.6);padding:20px 0 0}
.lh-bc a{color:rgba(250,249,245,.75)}.lh-bc a:hover{color:var(--gold)}
.lh-bc .sep{opacity:.5}
.lh-lochero{background:radial-gradient(1000px 500px at 85% -20%,#1a3a63 0,var(--navy) 60%);color:var(--cream);padding:26px 0 70px}
.lh-lochero h1{font-size:clamp(2rem,4vw,3rem);margin:1.1rem 0 1rem;max-width:900px}
.lh-lochero .sub{font-size:1.1rem;color:rgba(250,249,245,.82);max-width:760px;margin-bottom:1.6rem}
.lh-datagrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:2rem}
.lh-datacard{background:rgba(250,249,245,.06);border:1px solid var(--line-navy);border-radius:14px;padding:18px}
.lh-datacard .ic{width:38px;height:38px;border-radius:10px;background:var(--gold-soft);color:var(--gold-2);display:flex;align-items:center;justify-content:center;margin-bottom:.7rem}
.lh-datacard .ic svg{width:20px;height:20px}
.lh-datacard .n{font-family:var(--serif);font-size:1.5rem;color:var(--cream);font-weight:600;line-height:1.1}
.lh-datacard .t{font-size:.8rem;color:rgba(250,249,245,.62);margin-top:.3rem}
/* Özellik listesi (2 kolon) */
.lh-flist{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.lh-flist .it{display:flex;gap:.8rem;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px}
.lh-flist .it .ic{width:40px;height:40px;flex:none;border-radius:11px;background:var(--gold-soft);color:var(--gold-2);display:flex;align-items:center;justify-content:center}
.lh-flist .it .ic svg{width:21px;height:21px}
.lh-flist .it h3{font-size:1.02rem;margin:0 0 .25rem}
.lh-flist .it p{font-size:.88rem;color:var(--muted);margin:0}
/* Lokasyon link grid (il/ilçe) */
.lh-locgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:10px}
.lh-locgrid a{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--line);border-radius:10px;padding:.7rem .8rem;font-size:.9rem;font-weight:600;color:var(--ink);transition:.15s}
.lh-locgrid a:hover{border-color:var(--gold);color:var(--gold-2);transform:translateY(-2px)}
.lh-locgrid a svg{width:15px;height:15px;color:var(--gold-2);flex:none}
.lh-locgrid a.dim{opacity:.55;font-weight:500}
/* İçindekiler (TOC) */
.lh-toc{background:var(--cream);border:1px solid var(--line);border-radius:14px;padding:18px 22px;margin:0 0 2rem}
.lh-toc b{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.6rem}
.lh-toc ul{list-style:none;margin:0;padding:0;columns:2;column-gap:2rem}
.lh-toc a{font-size:.92rem;color:var(--navy);display:block;padding:.22rem 0}
.lh-toc a:hover{color:var(--gold-2)}
/* Araç hesaplayıcı */
.lh-tool{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}
.lh-toolbox{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 20px 44px rgba(15,38,67,.07)}
.lh-toolbox label{display:block;font-size:.85rem;font-weight:600;color:var(--ink);margin:.9rem 0 .35rem}
.lh-toolbox input,.lh-toolbox select{width:100%;padding:.7rem .8rem;border:1px solid var(--line);border-radius:10px;font-size:.95rem;font-family:inherit}
.lh-toolbox input:focus,.lh-toolbox select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(209,151,26,.14)}
.lh-toolres{margin-top:1.4rem;background:var(--navy);color:var(--cream);border-radius:14px;padding:20px 22px;text-align:center}
.lh-toolres .n{font-family:var(--serif);font-size:2rem;color:var(--gold-2);font-weight:600}
.lh-toolres .t{font-size:.85rem;color:rgba(250,249,245,.7)}
@media(max-width:900px){.lh-datagrid{grid-template-columns:1fr 1fr}.lh-flist{grid-template-columns:1fr}.lh-tool{grid-template-columns:1fr}.lh-toc ul{columns:1}}
@media(max-width:560px){.lh-datagrid{grid-template-columns:1fr}}

/* ---- Çözümler dropdown + 6 sütun footer (menü genişletme) ---- */
.lh-foot-grid{grid-template-columns:1.6fr repeat(5,1fr)}
.lh-drop{position:relative;display:inline-flex;align-items:center}
.lh-drop>a{display:inline-flex;align-items:center;gap:.3rem;color:rgba(250,249,245,.82);font-size:.92rem;font-weight:500;transition:.15s}
.lh-drop>a:hover{color:var(--gold)}
.lh-drop .caret{width:12px;height:12px;transition:.16s}
.lh-drop:hover .caret,.lh-drop:focus-within .caret{transform:rotate(180deg)}
.lh-drop-m{position:absolute;top:100%;left:-14px;z-index:70;min-width:288px;background:#0c1f38;border:1px solid var(--line-navy);border-radius:12px;box-shadow:0 18px 44px rgba(0,0,0,.42);padding:.5rem;opacity:0;visibility:hidden;transform:translateY(6px);transition:.16s;display:flex;flex-direction:column}
.lh-drop:hover .lh-drop-m,.lh-drop:focus-within .lh-drop-m{opacity:1;visibility:visible;transform:translateY(0)}
.lh-drop-m a{color:rgba(250,249,245,.82);font-size:.9rem;font-weight:500;padding:.55rem .7rem;border-radius:8px;white-space:nowrap;transition:.14s}
.lh-drop-m a:hover{color:var(--gold);background:rgba(255,255,255,.06)}
@media(max-width:900px){
  .lh-foot-grid{grid-template-columns:1fr 1fr}
  .lh-drop{display:block;width:100%}
  .lh-drop>a{width:100%}
  .lh-drop-m{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:transparent;padding:.15rem 0 .35rem .85rem;min-width:0}
  .lh-drop-m a{padding:.5rem 0}
  .lh-drop .caret{display:none}
}
@media(max-width:560px){.lh-foot-grid{grid-template-columns:1fr}}
