/* ShareHub ApS — Final Design System */
:root {
  --bg: #f6f3ee;
  --bg-warm: #eee8df;
  --panel: #ffffff;
  --panel-soft: rgba(255,255,255,.72);
  --text: #171a1d;
  --text-soft: #3d454c;
  --muted: #6f777d;
  --faint: #9aa1a6;
  --line: rgba(23,26,29,.09);
  --line-strong: rgba(23,26,29,.15);
  --green: #5c7b61;
  --green-soft: #e2ebe3;
  --blue: #6f8fa8;
  --blue-soft: #e7eef3;
  --sand: #c7aa7d;
  --sand-soft: #f0e5d2;
  --purple: #7b6fa0;
  --purple-soft: #eae7f3;
  --shadow-sm: 0 1px 2px rgba(23,26,29,.04), 0 4px 12px rgba(23,26,29,.04);
  --shadow: 0 14px 44px rgba(23,26,29,.08);
  --shadow-lg: 0 24px 70px rgba(23,26,29,.11);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --pill: 999px;
  --max: 1180px;
  --nav-h: 76px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  min-width: 320px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  color: var(--text);
  background:
    radial-gradient(ellipse 80% 45% at 5% -10%, rgba(92,123,97,.12), transparent 58%),
    radial-gradient(ellipse 62% 42% at 92% 2%, rgba(111,143,168,.11), transparent 56%),
    radial-gradient(ellipse 55% 52% at 55% 108%, rgba(199,170,125,.10), transparent 55%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; border: 0; background: none; cursor: pointer; }

.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 999; padding: 10px 14px; border-radius: 12px; background: var(--text); color: white; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

h1, h2, h3 { font-family: "Instrument Serif", Georgia, serif; letter-spacing: -.025em; line-height: 1.03; font-weight: 400; }
em { color: var(--green); font-style: italic; }

.navbar {
  position: sticky; top: 0; z-index: 100;
  min-height: var(--nav-h);
  background: rgba(246,243,238,.82);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(20px) saturate(1.25);
  -webkit-backdrop-filter: blur(20px) saturate(1.25);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.navbar.is-scrolled { background: rgba(246,243,238,.94); border-color: var(--line); box-shadow: var(--shadow-sm); }
.nav-inner { min-height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; transition: opacity .2s ease; }
.brand:hover { opacity: .82; }
.brand-logo { width: 150px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-link { padding: 8px 15px; border-radius: var(--pill); color: var(--muted); font-size: .92rem; font-weight: 500; transition: .2s ease; }
.nav-link:hover, .nav-link.active { background: var(--panel); color: var(--text); box-shadow: var(--shadow-sm); }
.nav-cta { margin-left: 6px; background: var(--text); color: white !important; padding-inline: 18px; }
.nav-cta:hover { background: #2a2e32 !important; }
.nav-toggle { display: none; width: 42px; height: 42px; border-radius: 14px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 20px; height: 1.5px; border-radius: 2px; background: var(--text); transition: transform .24s var(--ease), opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { padding: 96px 0 58px; position: relative; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr); gap: 68px; align-items: center; }
.eyebrow, .section-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--muted); font-size: .82rem; font-weight: 600; letter-spacing: .035em;
}
.eyebrow { margin-bottom: 30px; padding: 8px 15px; border: 1px solid var(--line); border-radius: var(--pill); background: rgba(255,255,255,.72); box-shadow: var(--shadow-sm); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(92,123,97,.11); }
.hero h1 { font-size: clamp(3.15rem, 6.8vw, 5.85rem); max-width: 760px; }
.hero-lead { margin-top: 26px; max-width: 590px; color: var(--text-soft); font-size: clamp(1.04rem, 1.45vw, 1.18rem); line-height: 1.72; font-weight: 350; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: var(--pill); border: 1px solid transparent; font-size: .94rem; font-weight: 600; transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .22s ease, border-color .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(92,123,97,.22); }
.btn-primary:hover { background: #506d55; box-shadow: 0 14px 28px rgba(92,123,97,.28); }
.btn-secondary { background: var(--panel); border-color: var(--line-strong); color: var(--text); box-shadow: var(--shadow-sm); }
.btn-secondary:hover { background: var(--bg-warm); }
.hero-stats { display: flex; flex-wrap: wrap; gap: 0; margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); max-width: 560px; }
.hero-stats div { min-width: 132px; padding-right: 28px; margin-right: 28px; border-right: 1px solid var(--line); }
.hero-stats div:last-child { border-right: 0; margin-right: 0; }
.hero-stats dt { font-family: "Instrument Serif", Georgia, serif; font-size: 1.75rem; line-height: 1; color: var(--text); }
.hero-stats dd { margin-top: 5px; color: var(--muted); font-size: .86rem; }

.hero-visual { min-height: 520px; }
.ecosystem-orbit { position: relative; height: 520px; border: 1px solid rgba(255,255,255,.72); border-radius: 42px; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(238,232,223,.55)), linear-gradient(135deg, #e5ede6, #eef3f5 48%, #f3eadb); box-shadow: var(--shadow-lg); }
.ecosystem-orbit::before, .ecosystem-orbit::after { content: ""; position: absolute; border: 1px solid rgba(23,26,29,.07); border-radius: 50%; inset: 74px; pointer-events: none; }
.ecosystem-orbit::after { inset: 132px; border-style: dashed; border-color: rgba(92,123,97,.18); }
.orb { position: absolute; border-radius: 50%; filter: blur(28px); opacity: .72; pointer-events: none; }
.orb-green { width: 220px; height: 220px; right: -40px; top: -45px; background: #c8d9ca; }
.orb-blue { width: 190px; height: 190px; left: -55px; bottom: 60px; background: #cbdce7; }
.orb-sand { width: 180px; height: 180px; right: 65px; bottom: -48px; background: #dfcfb3; }
.orb-purple { width: 160px; height: 160px; right: -30px; bottom: 20px; background: #d5cfe8; }
.center-node { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 178px; height: 178px; border-radius: 50%; background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; pointer-events: none; z-index: 1; }
.center-node img { width: 96px; height: auto; margin-bottom: 4px; }
.center-node span { font-weight: 700; letter-spacing: -.02em; }
.center-node small, .float-card small { display: block; color: var(--muted); font-size: .78rem; margin-top: 1px; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; min-width: 218px; padding: 14px 16px; border-radius: 20px; background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.75); box-shadow: var(--shadow); backdrop-filter: blur(14px); transition: transform .28s var(--ease), box-shadow .28s var(--ease); }
.float-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.float-card img { width: 38px; height: 38px; object-fit: contain; border-radius: 10px; }
.float-card strong { font-size: .94rem; }
.float-card-one { left: 34px; top: 84px; }
.float-card-two { right: 32px; top: 175px; }
.float-card-three { left: 64px; bottom: 70px; }
.float-card-four { right: 28px; bottom: 60px; }
.float-card-five { left: 50%; top: 14px; transform: translateX(-50%); }
.float-card-five:hover { transform: translateX(-50%) translateY(-4px); }

.logo-strip { padding: 26px 0; }
.strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 18px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.62); box-shadow: var(--shadow-sm); }
.strip-inner > span { color: var(--muted); font-size: .88rem; font-weight: 600; }
.strip-logos { display: flex; align-items: center; gap: 28px; }
.strip-logos img { max-height: 34px; width: auto; opacity: .88; filter: saturate(.94); }

.section { padding: 98px 0; }
.section-kicker { text-transform: uppercase; color: var(--green); margin-bottom: 18px; letter-spacing: .11em; }
.section-kicker::before { content: ""; width: 18px; height: 1.5px; background: currentColor; border-radius: 2px; }
.section-head { max-width: 720px; margin-bottom: 54px; }
.section-head h2 { font-size: clamp(2.35rem, 4.7vw, 3.7rem); }
.section-head p { margin-top: 18px; max-width: 610px; color: var(--text-soft); font-size: 1.06rem; }

.showcase-grid { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: repeat(2, 260px); gap: 22px; grid-auto-rows: 260px; }
.showcase-card-full { grid-column: 1 / -1; }
.showcase-card-full img { object-fit: contain !important; background: #e8eaf6; object-position: center center; }
.showcase-card { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--panel); border: 1px solid var(--line); box-shadow: var(--shadow); }
.showcase-card-large { grid-row: span 2; }
.showcase-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.showcase-card:hover img { transform: scale(1.035); }
.showcase-card::after { content: ""; position: absolute; inset: auto 0 0; height: 46%; background: linear-gradient(to top, rgba(23,26,29,.54), transparent); pointer-events: none; }
.showcase-card figcaption { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 1; color: white; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.showcase-card figcaption span { font-size: .78rem; text-transform: uppercase; letter-spacing: .11em; opacity: .82; }
.showcase-card figcaption strong { font-size: 1.05rem; }

.platforms-section { padding-top: 78px; }
.group-block { margin-bottom: 44px; }
.group-block:last-child { margin-bottom: 0; }
.group-heading { display: flex; align-items: center; gap: 16px; margin: 0 0 22px; font-family: "Instrument Serif", Georgia, serif; font-weight: 400; font-size: 1.85rem; letter-spacing: -.02em; color: var(--text); }
.group-heading::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.group-heading .gtag { font-family: "DM Sans", sans-serif; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--faint); border: 1px solid var(--line); padding: 5px 11px; border-radius: var(--pill); white-space: nowrap; }
@media (max-width: 680px) { .group-heading { font-size: 1.5rem; gap: 12px; } .group-heading .gtag { display: none; } }
.platform-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.platform-card { position: relative; min-height: 500px; display: flex; flex-direction: column; padding: 28px; border-radius: var(--radius-lg); background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.78); box-shadow: var(--shadow); overflow: hidden; transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s ease; }
.platform-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; opacity: .85; }
.platform-community::before { background: var(--green); }
.platform-parking::before { background: var(--blue); }
.platform-driver::before { background: var(--sand); }
.platform-build::before { background: var(--purple); }
.platform-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(255,255,255,.95); }
.platform-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 30px; }
.platform-top img { width: 48px; height: 48px; object-fit: contain; border-radius: 14px; background: var(--panel); padding: 4px; box-shadow: var(--shadow-sm); }
.platform-top span { padding: 7px 11px; border: 1px solid var(--line); border-radius: var(--pill); background: rgba(255,255,255,.58); color: var(--muted); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.platform-card h3 { font-size: 2.28rem; margin-bottom: 16px; }
.platform-card p { color: var(--text-soft); }
.platform-card .tagline { color: var(--green); font-weight: 700; margin-bottom: 6px; }
.platform-card ul { display: grid; gap: 11px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.platform-card li { position: relative; padding-left: 24px; color: var(--muted); font-size: .94rem; }
.platform-card li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(92,123,97,.10); }
.platform-parking li::before { background: var(--blue); box-shadow: 0 0 0 4px rgba(111,143,168,.11); }
.platform-driver li::before { background: var(--sand); box-shadow: 0 0 0 4px rgba(199,170,125,.13); }
.platform-build li::before { background: var(--purple); box-shadow: 0 0 0 4px rgba(123,111,160,.13); }
.platform-founder::before { background: #0f6e56; }
.platform-founder li::before { background: #0f6e56; box-shadow: 0 0 0 4px rgba(15,110,86,.13); }
.platform-founder .tagline { color: #0f6e56; }
.platform-parking .tagline { color: var(--blue); }
.platform-ring::before { background: linear-gradient(90deg, #2563eb, #06b6d4); }
.platform-ring li::before { background: #2563eb; box-shadow: 0 0 0 4px rgba(37,99,235,.12); }
.platform-ring .tagline { color: #2563eb; }
.platform-card-wide { grid-column: 1 / -1; min-height: auto; flex-direction: row; align-items: stretch; gap: 48px; }
.platform-card-wide .pc-left { flex: 1.15; display: flex; flex-direction: column; }
.platform-card-wide .pc-right { flex: 1; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); padding-left: 48px; }
.platform-card-wide .pc-right ul { margin-top: 0; padding-top: 0; border-top: 0; }
@media (max-width: 880px) {
  .platform-card-wide { flex-direction: column; gap: 22px; }
  .platform-card-wide .pc-right { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 22px; }
}
.platform-top .live-badge { display: inline-flex; align-items: center; gap: 6px; padding: 7px 13px; border: 1px solid rgba(37,99,235,.18); border-radius: var(--pill); background: rgba(37,99,235,.10); color: #2563eb; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.platform-top .live-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.18); }
.card-link { margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; padding: 11px 17px; border-radius: var(--pill); border: 1px solid var(--line-strong); background: rgba(255,255,255,.64); font-size: .91rem; font-weight: 700; transition: .22s var(--ease); }
.card-link:hover { background: var(--text); color: white; transform: translateY(-2px); }
.card-link span { transition: transform .22s var(--ease); }
.card-link:hover span { transform: translateX(3px); }
.muted-link { color: var(--muted); background: var(--bg-warm); cursor: default; }
.muted-link:hover { background: var(--bg-warm); color: var(--muted); transform: none; }

.about-section { padding-top: 72px; }
.about-card { display: grid; grid-template-columns: .88fr 1.12fr; gap: 58px; padding: 48px; border-radius: 40px; background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(238,232,223,.72)); border: 1px solid rgba(255,255,255,.82); box-shadow: var(--shadow); }
.about-card h2 { font-size: clamp(2.2rem, 4.2vw, 3.25rem); }
.about-copy { display: grid; gap: 18px; color: var(--text-soft); }
.about-copy .btn { justify-self: start; margin-top: 12px; }

.faq-section { padding-top: 72px; }
.faq-list { display: grid; gap: 14px; max-width: 840px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.7); box-shadow: var(--shadow-sm); overflow: hidden; transition: box-shadow .22s ease, border-color .22s ease; }
.faq-item[open] { box-shadow: var(--shadow); border-color: var(--line-strong); }
.faq-item summary { cursor: pointer; list-style: none; padding: 20px 24px; font-weight: 600; font-size: 1.06rem; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-family: "DM Sans", sans-serif; font-size: 1.5rem; font-weight: 400; color: var(--green); line-height: 1; flex-shrink: 0; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { padding: 0 24px 22px; margin: 0; color: var(--text-soft); max-width: 72ch; }

.cta-section { padding-top: 0; }
.cta-card { text-align: center; padding: 64px 28px; border-radius: 40px; background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(226,235,227,.6)); border: 1px solid rgba(255,255,255,.85); box-shadow: var(--shadow); }
.cta-card h2 { font-size: clamp(2rem, 3.8vw, 2.95rem); max-width: 640px; margin-inline: auto; }
.cta-card p { margin: 16px auto 28px; max-width: 520px; color: var(--text-soft); }

.footer { padding: 56px 0 30px; border-top: 1px solid var(--line); background: rgba(255,255,255,.34); }
.footer-inner { display: grid; grid-template-columns: 1.25fr .9fr .9fr; gap: 40px; align-items: start; }
.footer-logo { width: 150px; height: auto; margin-bottom: 10px; }
.footer p, .footer-col, .footer-bottom { color: var(--muted); font-size: .92rem; }
.footer-col { display: grid; gap: 9px; justify-items: start; }
.footer-col h4 { font-family: "DM Sans", sans-serif; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--faint); margin-bottom: 4px; }
.footer-col .soon { color: var(--faint); }
.footer a:hover { color: var(--text); }
.footer-bottom { margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .mobile-menu { display: block; position: fixed; inset: var(--nav-h) 0 auto; background: rgba(246,243,238,.98); border-bottom: 1px solid var(--line); padding: 18px 24px 26px; transform: translateY(-10px); opacity: 0; pointer-events: none; transition: opacity .24s var(--ease), transform .24s var(--ease); box-shadow: var(--shadow); }
  .mobile-menu.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-menu-links { display: grid; gap: 4px; }
  .mobile-menu-links a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1.15rem; font-weight: 600; }
  .hero-grid, .about-card { grid-template-columns: 1fr; }
  .hero { padding-top: 66px; }
  .hero-visual { min-height: 460px; }
  .ecosystem-orbit { height: 460px; }
  .showcase-grid { grid-template-columns: 1fr; grid-template-rows: auto; grid-auto-rows: auto; }
  .showcase-card, .showcase-card-large { height: 320px; grid-row: auto; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-card { min-height: auto; }
  .showcase-card.showcase-card-full { height: auto; }
  .showcase-card-full img { aspect-ratio: 900 / 260; height: auto; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 680px) {
  :root { --nav-h: 68px; }
  .container { width: min(100% - 32px, var(--max)); }
  .brand-logo { width: 132px; }
  .hero { padding: 52px 0 36px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .hero-stats { gap: 18px; }
  .hero-stats div { min-width: 0; flex: 1 1 120px; border-right: 0; margin-right: 0; padding-right: 0; }
  .hero-visual { min-height: 620px; }
  .ecosystem-orbit { height: 620px; border-radius: 30px; }
  .center-node { width: 142px; height: 142px; }
  .center-node img { width: 78px; }
  .float-card { min-width: 0; white-space: nowrap; padding: 12px 14px; }
  .float-card-one { left: 12px; top: 96px; }
  .float-card-two { right: 12px; top: auto; bottom: 162px; }
  .float-card-three { left: 12px; bottom: 88px; }
  .float-card-four { right: 12px; bottom: 14px; }
  .float-card-five { left: 50%; top: 10px; }
  .strip-inner { align-items: flex-start; flex-direction: column; }
  .strip-logos { gap: 18px; flex-wrap: wrap; }
  .strip-logos img { max-height: 28px; }
  .section { padding: 72px 0; }
  .section-head { margin-bottom: 36px; }
  .showcase-card, .showcase-card-large { height: 260px; border-radius: 24px; }
  .showcase-card figcaption { left: 16px; right: 16px; bottom: 16px; }
  .platform-card { padding: 24px; border-radius: 28px; }
  .platform-top { align-items: flex-start; flex-direction: column; }
  .about-card { padding: 28px; border-radius: 30px; gap: 30px; }
}

@media (max-width: 420px) {
  .float-card { min-width: 172px; }
  .float-card img { width: 32px; height: 32px; }
  .float-card strong { font-size: .84rem; }
  .float-card small { font-size: .72rem; }
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: var(--pill);
  background: rgba(255,255,255,.55);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  white-space: nowrap;
}
.language-switch a {
  color: inherit;
  opacity: .62;
  text-decoration: none;
  transition: opacity .2s ease, color .2s ease;
}
.language-switch a:hover,
.language-switch a.active { opacity: 1; }
.language-switch span { opacity: .35; }

.mobile-lang-switch {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 10px;
  margin-top: 6px;
  border-top: 1px solid var(--line);
}
.mobile-lang-switch a {
  font-weight: 700;
  letter-spacing: .08em;
}
