/* ============================================================
   Hybrid Doctor — premium design system v2
   ============================================================ */
:root {
  --ink: #0a1222;
  --ink-soft: #2e3d55;
  --muted: #64748f;
  --bg: #fbfcfe;
  --surface: #f2f5f9;
  --line: #e3e9f1;
  --accent: #0da879;
  --accent-2: #34d399;
  --accent-dark: #067a58;
  --accent-soft: #e6f7f0;
  --grad-accent: linear-gradient(135deg, #10b981 0%, #059669 55%, #047857 100%);
  --grad-text: linear-gradient(120deg, #34d399, #10b981 45%, #6ee7b7);
  --hero: #070d1a;
  --hero-2: #0d1e33;
  --glass: rgba(255, 255, 255, .055);
  --glass-line: rgba(255, 255, 255, .12);
  --radius: 18px;
  --radius-sm: 11px;
  --shadow: 0 1px 2px rgba(10, 18, 34, .05), 0 12px 32px -16px rgba(10, 18, 34, .16);
  --shadow-lift: 0 2px 4px rgba(10, 18, 34, .05), 0 24px 48px -20px rgba(10, 18, 34, .25);
  --maxw: 1180px;
  --font-head: "Sora", "Segoe UI", system-ui, sans-serif;
  --font-body: "Manrope", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-dark); }
a:hover { color: var(--accent); }
::selection { background: #10b981; color: #fff; }

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.16; color: var(--ink); margin: 0 0 .5em; letter-spacing: -.022em; }
h1 { font-size: clamp(2rem, 4.4vw, 3.3rem); font-weight: 800; }
h2 { font-size: clamp(1.55rem, 3vw, 2.3rem); font-weight: 700; }
h3 { font-size: 1.18rem; font-weight: 700; }
p { margin: 0 0 1em; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 92px 0; }
.section.alt { background:
  radial-gradient(1000px 400px at 100% 0%, rgba(16, 185, 129, .05), transparent 55%),
  var(--surface); }
.section-head { max-width: 740px; margin-bottom: 52px; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-size: .78rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent-dark); margin-bottom: 14px;
}
.kicker::before { content: ""; width: 28px; height: 2px; background: var(--grad-accent); border-radius: 2px; }
.lead { font-size: 1.13rem; color: var(--ink-soft); font-weight: 500; }

/* ---------- topbar ---------- */
.topbar { background: var(--hero); color: #9fb2ca; font-size: .84rem; position: relative; z-index: 60; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 8px; padding-bottom: 8px; flex-wrap: wrap; }
.topbar a { color: #fff; text-decoration: none; font-weight: 700; }
.topbar a:hover { color: #6ee7b7; }
.topbar-right { display: flex; align-items: center; gap: 18px; }

/* language switcher */
.lang { position: relative; }
.lang summary {
  list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 7px;
  color: #dfe8f2; font-weight: 700; font-size: .82rem; letter-spacing: .04em;
  padding: 4px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px;
  transition: border-color .15s ease;
}
.lang summary:hover { border-color: #34d399; color: #6ee7b7; }
.lang summary::-webkit-details-marker { display: none; }
.lang summary::after { content: "▾"; font-size: .7rem; opacity: .7; }
.lang[open] summary::after { content: "▴"; }
.lang ul {
  position: absolute; right: 0; top: calc(100% + 8px); z-index: 99;
  list-style: none; margin: 0; padding: 8px;
  background: #0d1e33; border: 1px solid rgba(255,255,255,.14); border-radius: 12px;
  box-shadow: 0 20px 40px -12px rgba(0,0,0,.55); min-width: 172px;
}
.lang li a {
  display: flex; align-items: center; gap: 10px; padding: 8px 12px; border-radius: 8px;
  color: #dfe8f2; text-decoration: none; font-size: .88rem; font-weight: 600; white-space: nowrap;
}
.lang li a:hover { background: rgba(16, 185, 129, .16); color: #6ee7b7; }
.lang li a[aria-current="true"] { color: #34d399; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 252, 254, .85); backdrop-filter: blur(14px) saturate(1.4);
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; gap: 24px; height: 78px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.logo-car { height: 38px; width: auto; filter: invert(.92); }
.logo-text { font-family: var(--font-head); font-weight: 800; font-size: 1.28rem; letter-spacing: -.03em; color: var(--ink); white-space: nowrap; }
.logo-text em { font-style: normal; color: var(--accent-dark); }
.site-footer .logo-car { filter: none; }
.site-footer .logo-text { color: #fff; }
.site-footer .logo-text em { color: #34d399; }
@media (max-width: 400px) { .logo-car { display: none; } }

.nav { display: flex; gap: 2px; align-items: center; }
.nav a {
  font-family: var(--font-head);
  text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: .92rem;
  padding: 9px 13px; border-radius: 9px; transition: color .15s ease, background .15s ease;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--accent-dark); background: var(--accent-soft); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--grad-accent); color: #fff !important;
  font-family: var(--font-head); font-weight: 700; font-size: .95rem; letter-spacing: .01em;
  padding: 13px 26px; border-radius: 999px; text-decoration: none;
  border: none; cursor: pointer; position: relative;
  box-shadow: 0 8px 24px -8px rgba(5, 150, 105, .55), inset 0 1px 0 rgba(255,255,255,.25);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.06); box-shadow: 0 14px 32px -10px rgba(5, 150, 105, .65), inset 0 1px 0 rgba(255,255,255,.25); }
.btn.ghost { background: transparent; color: var(--ink) !important; border: 1.5px solid var(--line); box-shadow: none; }
.btn.ghost:hover { border-color: var(--accent); color: var(--accent-dark) !important; background: var(--accent-soft); filter: none; }
.hero .btn.ghost { color: #eaf2fa !important; border-color: rgba(255,255,255,.28); }
.hero .btn.ghost:hover { border-color: #34d399; color: #6ee7b7 !important; background: rgba(16,185,129,.1); }
.btn.big { padding: 16px 32px; font-size: 1.04rem; }

.nav-toggle { display: none; background: none; border: 1.5px solid var(--line); border-radius: 10px; padding: 9px 11px; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 2px; }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .nav {
    display: none; position: absolute; top: 78px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 14px 22px 22px; gap: 2px;
    box-shadow: var(--shadow-lift);
  }
  .nav.open { display: flex; }
  .nav a { padding: 13px; font-size: 1.05rem; }
  .header-cta { display: none; }
}

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(168deg, var(--hero) 0%, var(--hero-2) 90%);
  color: #cddaeb; padding: 104px 0 112px;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(820px 460px at 82% -12%, rgba(16, 185, 129, .32), transparent 62%),
    radial-gradient(640px 420px at -8% 108%, rgba(13, 30, 51, .9), transparent 60%),
    radial-gradient(500px 300px at 15% 20%, rgba(52, 211, 153, .07), transparent 60%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(900px 600px at 70% 20%, #000 30%, transparent 75%);
}
.hero .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: 64px; align-items: center; }
.hero h1 { color: #fff; margin-bottom: 20px; text-wrap: balance; }
.hero h1 em {
  font-style: normal;
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .lead { color: #aebfd4; font-size: 1.16rem; max-width: 34em; }
.hero .lead strong { color: #e8f0f8; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin: 32px 0 38px; }
.hero-points { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; font-size: .99rem; font-weight: 500; }
.hero-points li { display: flex; gap: 12px; align-items: baseline; }
.hero-points li::before {
  content: "✓"; flex: none; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(16, 185, 129, .18); border: 1px solid rgba(52, 211, 153, .45);
  color: #34d399; font-weight: 800; font-size: .8rem;
  display: inline-flex; align-items: center; justify-content: center; transform: translateY(3px);
}
.hero-card {
  position: relative; margin: 0;
  background: var(--glass); border: 1px solid var(--glass-line);
  border-radius: calc(var(--radius) + 6px); padding: 12px;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .65);
  backdrop-filter: blur(6px);
}
.hero-card::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px;
  background: linear-gradient(140deg, rgba(52,211,153,.55), transparent 35%, transparent 70%, rgba(52,211,153,.25));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.hero-card img { border-radius: var(--radius); width: 100%; object-fit: cover; aspect-ratio: 4 / 3.4; }
.hero-card figcaption { font-size: .85rem; color: #8ba0ba; padding: 12px 8px 4px; }
.hero-badge {
  position: absolute; top: -18px; right: 22px; z-index: 2;
  background: var(--grad-accent); color: #fff; font-family: var(--font-head);
  font-weight: 700; font-size: .85rem; padding: 10px 18px; border-radius: 999px;
  box-shadow: 0 12px 28px -8px rgba(5, 150, 105, .7);
}
@media (max-width: 960px) {
  .hero .container { grid-template-columns: 1fr; gap: 44px; }
  .hero { padding: 64px 0 76px; }
}

/* trust strip */
.trust { background: var(--hero); border-top: 1px solid rgba(255,255,255,.07); color: #8ba0ba; position: relative; }
.trust .container {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 40px;
  padding-top: 30px; padding-bottom: 34px; font-size: .9rem; font-weight: 600;
}
.trust strong {
  font-family: var(--font-head); display: block; font-size: 1.9rem; letter-spacing: -.03em; margin-bottom: 2px;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent;
}
@media (max-width: 720px) { .trust .container { grid-template-columns: repeat(2, 1fr); } }

/* ---------- grids & cards ---------- */
.grid { display: grid; gap: 26px; }
.grid.c2 { grid-template-columns: repeat(2, 1fr); gap: 40px; }
.grid.c3 { grid-template-columns: repeat(3, 1fr); }
.grid.c4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 960px) { .grid.c3, .grid.c4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid.c2, .grid.c3, .grid.c4 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow); position: relative;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: #cfe9de; }
.card h3 { margin-top: 0; }
.card .icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--grad-accent);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
  color: #fff; font-size: 1.4rem;
  box-shadow: 0 8px 20px -6px rgba(5, 150, 105, .5);
}
.card p:last-child { margin-bottom: 0; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }

/* model cards */
.model-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.model-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .5s ease; }
.model-card:hover img { transform: scale(1.045); }
.model-card .body { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.model-card .price {
  margin-top: auto; padding-top: 12px; font-family: var(--font-head);
  font-weight: 800; color: var(--accent-dark); font-size: 1.12rem;
}

/* steps */
.step .num {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--hero); color: #fff; font-family: var(--font-head);
  font-weight: 800; font-size: 1.15rem; display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; position: relative;
}
.step .num::after {
  content: ""; position: absolute; inset: -5px; border-radius: 50%;
  border: 2px solid rgba(16, 185, 129, .4);
}

/* pricing table */
.table-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow-lift); }
.price-table { width: 100%; border-collapse: collapse; background: #fff; min-width: 560px; }
.price-table th, .price-table td { text-align: left; padding: 17px 22px; border-bottom: 1px solid var(--line); }
.price-table th {
  background: linear-gradient(150deg, var(--hero), var(--hero-2)); color: #fff;
  font-family: var(--font-head); font-size: .84rem; letter-spacing: .07em; text-transform: uppercase;
}
.price-table tbody tr { transition: background .15s ease; }
.price-table tbody tr:hover { background: var(--accent-soft); }
.price-table tr:last-child td { border-bottom: none; }
.price-table td strong { color: var(--accent-dark); font-family: var(--font-head); }

/* testimonials */
.quote { display: flex; flex-direction: column; gap: 14px; }
.quote::before {
  content: "“"; font-family: Georgia, serif; font-size: 4rem; line-height: .6;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: -6px;
}
.quote .stars { color: #f59e0b; letter-spacing: 3px; font-size: .95rem; }
.quote blockquote { margin: 0; font-size: 1rem; color: var(--ink-soft); }
.quote cite { font-style: normal; font-weight: 800; font-size: .94rem; display: flex; align-items: center; gap: 12px; }
.quote cite .avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  background: var(--grad-accent); color: #fff; font-family: var(--font-head);
  display: inline-flex; align-items: center; justify-content: center; font-size: 1rem;
}
.quote cite span { display: block; font-weight: 500; color: var(--muted); font-size: .84rem; }

/* FAQ */
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 6px 24px; margin-bottom: 14px; transition: border-color .2s ease, box-shadow .2s ease;
}
.faq details[open] { border-color: #b5e3d1; box-shadow: var(--shadow); }
.faq summary { font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; cursor: pointer; padding: 15px 36px 15px 0; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%; background: var(--accent-soft);
  color: var(--accent-dark); font-size: 1.2rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
}
.faq details[open] summary::after { content: "–"; background: var(--grad-accent); color: #fff; }
.faq details p { color: var(--ink-soft); padding-bottom: 18px; margin: 0; }

/* CTA band */
.cta-band {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--hero) 0%, var(--hero-2) 100%);
  color: #cddaeb; border-radius: calc(var(--radius) + 8px); padding: 60px 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap;
  box-shadow: var(--shadow-lift);
}
.cta-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(600px 300px at 8% 130%, rgba(16, 185, 129, .38), transparent 60%);
}
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; margin-bottom: 10px; }
.cta-band p { margin: 0; color: #aebfd4; }
@media (max-width: 640px) { .cta-band { padding: 44px 30px; } }

/* ---------- blog ---------- */
.post-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.post-card img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; transition: transform .5s ease; }
.post-card:hover img { transform: scale(1.04); }
.post-card .body { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.post-card h3 { font-size: 1.08rem; }
.post-card h3 a { text-decoration: none; color: var(--ink); }
.post-card h3 a:hover { color: var(--accent-dark); }
.post-card time { font-size: .78rem; color: var(--accent-dark); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.post-card .more { margin-top: auto; padding-top: 8px; font-weight: 800; text-decoration: none; font-size: .92rem; }

.article { max-width: 780px; margin: 0 auto; }
.article header { margin-bottom: 34px; }
.article time { color: var(--muted); font-size: .9rem; font-weight: 700; }
.article h2 { margin-top: 1.9em; }
.article h3 { margin-top: 1.5em; }
.article img { border-radius: var(--radius); margin: 28px 0; box-shadow: var(--shadow-lift); }
.article ul, .article ol { padding-left: 1.3em; margin-bottom: 1.2em; }
.article li { margin-bottom: .5em; }
.article .box {
  background: linear-gradient(135deg, var(--accent-soft), #f0fbf6);
  border: 1px solid #b5e3d1; border-left: 4px solid var(--accent);
  border-radius: var(--radius-sm); padding: 22px 26px; margin: 30px 0;
}
.article .box p:last-child { margin-bottom: 0; }
.breadcrumbs { font-size: .84rem; color: var(--muted); margin-bottom: 24px; font-weight: 600; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent-dark); }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: start; }
@media (max-width: 960px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-list { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 16px; align-items: flex-start; }
.contact-list .icon {
  flex: none; width: 48px; height: 48px; border-radius: 13px;
  background: var(--grad-accent); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
  box-shadow: 0 8px 20px -6px rgba(5, 150, 105, .5);
}
.contact-list strong { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; color: var(--muted); font-family: var(--font-head); }
.contact-list a { font-weight: 800; text-decoration: none; font-size: 1.1rem; }
.map-frame { border: 0; width: 100%; height: 440px; border-radius: var(--radius); box-shadow: var(--shadow-lift); }
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: 9px 0; border-bottom: 1px solid var(--line); }
.hours tr:last-child td { border-bottom: none; }
.hours td:last-child { text-align: right; font-weight: 800; font-family: var(--font-head); }

/* ---------- footer ---------- */
.site-footer {
  background: var(--hero); color: #8ba0ba; padding: 68px 0 0; font-size: .95rem;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, #059669, #34d399, #059669) 1;
}
.site-footer h4 { color: #fff; font-size: .92rem; margin-bottom: 18px; letter-spacing: .06em; text-transform: uppercase; }
.site-footer a { color: #c3d2e2; text-decoration: none; transition: color .15s ease; }
.site-footer a:hover { color: #6ee7b7; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px; padding-bottom: 44px; }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding: 22px 0; font-size: .84rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* ---------- floating phone ---------- */
.call-fab {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  display: flex; align-items: center; gap: 10px;
  background: var(--grad-accent); color: #fff; text-decoration: none;
  font-family: var(--font-head);
  border-radius: 999px; padding: 15px 24px 15px 18px; font-weight: 800; font-size: 1.02rem;
  box-shadow: 0 14px 36px -8px rgba(5, 150, 105, .65), inset 0 1px 0 rgba(255,255,255,.3);
  transition: transform .18s ease, filter .18s ease;
}
.call-fab:hover { filter: brightness(1.07); transform: translateY(-3px); color: #fff; }
.call-fab svg { flex: none; }
.call-fab::before {
  content: ""; position: absolute; inset: -7px; border-radius: 999px;
  border: 2px solid rgba(16, 185, 129, .55); animation: fab-pulse 2.2s ease-out infinite;
}
@keyframes fab-pulse {
  0% { transform: scale(.92); opacity: .9; }
  70% { transform: scale(1.14); opacity: 0; }
  100% { opacity: 0; }
}
@media (max-width: 640px) {
  .call-fab span { display: none; }
  .call-fab { padding: 17px; }
}

/* ---------- reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .call-fab::before { animation: none; }
  .btn, .call-fab, .card, .model-card img, .post-card img { transition: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Google Translate widget cleanup */
body { top: 0 !important; }
.goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame { display: none !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }
#google_translate_element { display: none; }

/* utility */
.mt-0 { margin-top: 0; }
.center { text-align: center; }
.badge {
  display: inline-block; background: var(--accent-soft); color: var(--accent-dark);
  font-size: .78rem; font-weight: 800; padding: 4px 12px; border-radius: 999px; letter-spacing: .02em;
}
