/* ===========================================================
   Karsten Caravanmakelaardij — moderne demo-site (NovaWorks)
   =========================================================== */
:root {
    --green-900: #143a1d;
    --green-800: #1c4f29;
    --green-700: #2a7a3c;
    --green-600: #3a8f48;
    --green-500: #5aa02c;
    --green-300: #9bd95f;
    --green-100: #e8f4dc;
    --ink: #15211a;
    --muted: #5e6d62;
    --bg: #f5f9f1;
    --surface: #ffffff;
    --border: #e3ecdb;
    --shadow-sm: 0 1px 2px rgba(20, 40, 25, .06);
    --shadow-md: 0 10px 30px rgba(20, 50, 28, .10);
    --shadow-lg: 0 26px 60px rgba(20, 50, 28, .16);
    --radius: 18px;
    --radius-sm: 12px;
    --maxw: 1180px;
    --font-head: "Sora", "Segoe UI", system-ui, sans-serif;
    --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--bg);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-head); line-height: 1.1; margin: 0; letter-spacing: -.02em; font-weight: 700; }
p { margin: 0; }

.container { width: min(var(--maxw), calc(100% - 40px)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--green-700); }
.section { padding: 84px 0; }
.section-head { max-width: 640px; margin: 0 auto 48px; text-align: center; }
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); margin: 12px 0 14px; }
.section-head p { color: var(--muted); font-size: 1.08rem; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 9px; border: 0; cursor: pointer; font-family: var(--font-head); font-weight: 600; font-size: 1rem; padding: 14px 24px; border-radius: 999px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn-primary { background: linear-gradient(135deg, var(--green-600), var(--green-800)); color: #fff; box-shadow: 0 12px 26px rgba(42, 122, 60, .32); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(42, 122, 60, .42); }
.btn-ghost { background: rgba(255, 255, 255, .14); color: #fff; border: 1px solid rgba(255, 255, 255, .35); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: rgba(255, 255, 255, .24); transform: translateY(-2px); }
.btn-light { background: var(--surface); color: var(--green-800); box-shadow: var(--shadow-sm); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(255, 255, 255, .82); backdrop-filter: saturate(160%) blur(12px); box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.brand img { height: 46px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-weight: 500; color: var(--ink); font-size: .98rem; transition: color .15s; }
.nav-links a:hover { color: var(--green-700); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--green-800); font-family: var(--font-head); white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .25s ease, opacity .2s ease; border-radius: 2px; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero { position: relative; color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.05); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(16, 46, 24, .92) 0%, rgba(20, 58, 29, .78) 42%, rgba(42, 122, 60, .45) 100%); }
.hero-inner { position: relative; padding: 92px 0 104px; max-width: 720px; }
.hero h1 { font-size: clamp(2.3rem, 5.6vw, 4rem); }
.hero h1 .hl { background: linear-gradient(120deg, var(--green-300), #d6f5b0); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { font-size: 1.18rem; color: rgba(255, 255, 255, .9); margin: 22px 0 32px; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 44px; }
.hero-badge { display: flex; align-items: center; gap: 12px; }
.hero-badge b { font-family: var(--font-head); font-size: 1.5rem; display: block; line-height: 1; }
.hero-badge span { font-size: .86rem; color: rgba(255, 255, 255, .82); }
.hero-badge .star { color: #ffd24a; }

/* Stat strip */
.stats { margin-top: -48px; position: relative; z-index: 5; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-md); }
.stat { text-align: center; }
.stat b { font-family: var(--font-head); font-size: 2rem; color: var(--green-700); display: block; }
.stat span { color: var(--muted); font-size: .92rem; }

/* Cards / services */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card .ico { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: var(--green-100); color: var(--green-700); margin-bottom: 18px; }
.card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .98rem; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { position: relative; padding: 28px 22px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: -18px; left: 22px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--green-600), var(--green-800)); color: #fff; font-family: var(--font-head); font-weight: 700; box-shadow: var(--shadow-sm); }
.step h3 { font-size: 1.08rem; margin: 14px 0 6px; }
.step p { color: var(--muted); font-size: .94rem; }

/* Pricing */
.pricing { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 860px; margin: 0 auto; }
.price-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); position: relative; }
.price-card.featured { border-color: var(--green-500); box-shadow: var(--shadow-md); }
.price-card .tag { position: absolute; top: 22px; right: 22px; background: var(--green-100); color: var(--green-700); font-weight: 600; font-size: .76rem; padding: 5px 12px; border-radius: 999px; }
.price-card h3 { font-size: 1.3rem; }
.price-card .amount { font-family: var(--font-head); font-size: 2.6rem; color: var(--green-800); margin: 10px 0 2px; }
.price-card .amount small { font-size: .98rem; color: var(--muted); font-weight: 400; }
.price-card ul { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 11px; }
.price-card li { display: flex; gap: 10px; color: var(--ink); font-size: .98rem; }
.price-card li svg { color: var(--green-600); flex: 0 0 auto; margin-top: 3px; }
.price-note { text-align: center; color: var(--muted); margin-top: 22px; font-size: .96rem; }

/* About */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.about-media .rating { position: absolute; left: 20px; bottom: 20px; background: rgba(255, 255, 255, .95); border-radius: 14px; padding: 12px 16px; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 10px; }
.about-media .rating b { font-family: var(--font-head); font-size: 1.5rem; color: var(--green-700); }
.about h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 16px; }
.about p { color: var(--muted); margin-bottom: 16px; }
.tv-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.tv-chip { background: var(--green-100); color: var(--green-800); font-weight: 600; font-size: .86rem; padding: 7px 14px; border-radius: 999px; }

/* Contact */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; }
.contact-info { display: grid; gap: 18px; align-content: start; }
.contact-row { display: flex; gap: 14px; align-items: flex-start; }
.contact-row .ico { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; background: var(--green-100); color: var(--green-700); border-radius: 12px; }
.contact-row b { display: block; font-family: var(--font-head); }
.contact-row span { color: var(--muted); }
.contact-form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-md); }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 6px; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 15px; border: 1px solid var(--border); border-radius: var(--radius-sm); font: inherit; background: #fff; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--green-500); box-shadow: 0 0 0 4px rgba(90, 160, 44, .14); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 10px; }

/* Footer */
.footer { background: var(--green-900); color: rgba(255, 255, 255, .82); padding: 56px 0 28px; margin-top: 10px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; }
.footer h4 { font-family: var(--font-head); color: #fff; margin: 0 0 14px; font-size: 1rem; }
.footer a { color: rgba(255, 255, 255, .82); display: block; padding: 4px 0; }
.footer a:hover { color: #fff; }
.footer .logo-foot { background: #fff; padding: 10px 14px; border-radius: 12px; display: inline-block; margin-bottom: 14px; }
.footer .logo-foot img { height: 38px; }
.socials { display: flex; gap: 12px; margin-top: 14px; }
.socials a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .1); display: grid; place-items: center; padding: 0; }
.socials a:hover { background: var(--green-600); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 40px; padding-top: 20px; font-size: .84rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-bottom .nw { color: rgba(255, 255, 255, .6); }

/* Chatbot */
.chat-fab { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: inline-flex; align-items: center; gap: 10px; padding: 14px 20px 14px 16px; border: 0; border-radius: 999px; cursor: pointer; background: linear-gradient(135deg, var(--green-600), var(--green-800)); color: #fff; font-family: var(--font-head); font-weight: 600; box-shadow: 0 16px 36px rgba(20, 60, 30, .4); transition: transform .2s; }
.chat-fab:hover { transform: translateY(-3px) scale(1.02); }
.chat-fab svg { width: 22px; height: 22px; }
.chat-panel { position: fixed; right: 22px; bottom: 22px; z-index: 81; width: min(390px, calc(100vw - 32px)); height: min(560px, calc(100vh - 40px)); background: var(--surface); border-radius: 22px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; overflow: hidden; transform: translateY(20px) scale(.96); opacity: 0; pointer-events: none; transition: .22s ease; }
.chat-panel.open { transform: none; opacity: 1; pointer-events: auto; }
.chat-head { background: linear-gradient(135deg, var(--green-700), var(--green-900)); color: #fff; padding: 18px 20px; display: flex; align-items: center; gap: 12px; }
.chat-head .avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, .16); display: grid; place-items: center; }
.chat-head b { font-family: var(--font-head); display: block; }
.chat-head span { font-size: .8rem; color: rgba(255, 255, 255, .82); display: flex; align-items: center; gap: 6px; }
.chat-head .dot { width: 8px; height: 8px; border-radius: 50%; background: #6ee87a; box-shadow: 0 0 0 3px rgba(110, 232, 122, .3); }
.chat-close { margin-left: auto; background: none; border: 0; color: #fff; cursor: pointer; font-size: 1.4rem; line-height: 1; opacity: .8; }
.chat-close:hover { opacity: 1; }
.chat-body { flex: 1; overflow-y: auto; padding: 18px; background: var(--bg); display: flex; flex-direction: column; gap: 12px; }
.bubble { max-width: 84%; padding: 11px 15px; border-radius: 16px; font-size: .95rem; line-height: 1.5; }
.bubble.bot { background: var(--surface); border: 1px solid var(--border); border-bottom-left-radius: 5px; align-self: flex-start; box-shadow: var(--shadow-sm); }
.bubble.user { background: linear-gradient(135deg, var(--green-600), var(--green-800)); color: #fff; border-bottom-right-radius: 5px; align-self: flex-end; }
.chat-suggest { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 18px 6px; background: var(--bg); }
.chat-suggest button { background: var(--surface); border: 1px solid var(--border); color: var(--green-800); border-radius: 999px; padding: 7px 13px; font: inherit; font-size: .84rem; cursor: pointer; transition: .15s; }
.chat-suggest button:hover { border-color: var(--green-500); background: var(--green-100); }
.chat-input { display: flex; gap: 8px; padding: 14px; border-top: 1px solid var(--border); background: var(--surface); }
.chat-input input { flex: 1; border: 1px solid var(--border); border-radius: 999px; padding: 12px 16px; font: inherit; }
.chat-input input:focus { outline: none; border-color: var(--green-500); }
.chat-input button { border: 0; cursor: pointer; width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--green-600), var(--green-800)); color: #fff; display: grid; place-items: center; flex: 0 0 auto; }
.typing { display: inline-flex; gap: 4px; padding: 13px 16px; }
.typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--green-500); animation: blink 1.2s infinite both; }
.typing span:nth-child(2) { animation-delay: .2s; }
.typing span:nth-child(3) { animation-delay: .4s; }
@keyframes blink { 0%, 80%, 100% { opacity: .25; } 40% { opacity: 1; } }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 900px) {
    .cards, .steps, .stats-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
    .about, .contact-wrap, .pricing { grid-template-columns: 1fr; }
    .site-header { background: rgba(255, 255, 255, .94); backdrop-filter: saturate(160%) blur(12px); box-shadow: var(--shadow-sm); }
    .nav-toggle { display: block; }
    .brand img { height: 40px; }
    .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--surface); padding: 6px 18px 14px; box-shadow: var(--shadow-md); border-top: 1px solid var(--border); border-radius: 0 0 18px 18px; transform: translateY(-10px); opacity: 0; visibility: hidden; transition: transform .26s ease, opacity .26s ease, visibility .26s; }
    .nav-links.open { transform: none; opacity: 1; visibility: visible; }
    .nav-links a { width: 100%; padding: 14px 6px; border-bottom: 1px solid var(--border); font-size: 1.02rem; }
    .nav-links a:last-child { border-bottom: 0; }
    .about-media { max-height: none; aspect-ratio: 16 / 11; }
}
@media (max-width: 560px) {
    .stats-grid, .cards, .steps, .footer-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .section { padding: 60px 0; }
    .hero-inner { padding: 64px 0 80px; }
    .chat-fab span { display: none; }
    .brand img { height: 36px; }
    .nav-cta { width: 42px; height: 42px; padding: 0; gap: 0; justify-content: center; border-radius: 50%; background: var(--green-100); }
    .nav-cta-num { display: none; }
    .about-media { aspect-ratio: 4 / 3; }
    .about-media .rating { left: 14px; bottom: 14px; padding: 9px 13px; gap: 8px; }
    .about-media .rating b { font-size: 1.25rem; }
}

/* Aanbod / galerij */
.aanbod-tabs { display: flex; gap: 10px; justify-content: center; margin-bottom: 34px; }
.aanbod-tabs .tab { border: 1px solid var(--border); background: var(--surface); color: var(--ink); font-family: var(--font-head); font-weight: 600; padding: 10px 24px; border-radius: 999px; cursor: pointer; transition: .18s; }
.aanbod-tabs .tab.active { background: linear-gradient(135deg, var(--green-600), var(--green-800)); color: #fff; border-color: transparent; box-shadow: 0 8px 20px rgba(42, 122, 60, .28); }
.aanbod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.aanbod-grid.show-caravan .vcard[data-type="camper"] { display: none; }
.aanbod-grid.show-camper .vcard[data-type="caravan"] { display: none; }
.vcard { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; cursor: pointer; }
.vcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.vcard-img { height: 190px; background-size: cover; background-position: center; position: relative; }
.vcard-type { position: absolute; top: 12px; left: 12px; background: rgba(20, 58, 29, .9); color: #fff; font-weight: 600; font-size: .78rem; padding: 5px 12px; border-radius: 999px; }
.vcard-type.camper { background: rgba(42, 122, 60, .95); }
.vcard-body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.vcard-body h3 { font-size: 1.08rem; }
.vcard-price { font-family: var(--font-head); font-size: 1.35rem; color: var(--green-800); margin: 6px 0 10px; }
.vcard-specs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.vcard-specs span { background: var(--green-100); color: var(--green-800); font-size: .8rem; padding: 4px 10px; border-radius: 999px; }
.vcard-btn { margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 7px; border: 0; background: none; color: var(--green-700); font-family: var(--font-head); font-weight: 600; cursor: pointer; padding: 4px 0; transition: gap .15s; }
.vcard-btn:hover { gap: 11px; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 90; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(15, 33, 26, .55); backdrop-filter: blur(3px); }
.modal-card { position: relative; background: var(--surface); border-radius: 22px; max-width: 560px; width: 100%; max-height: 92vh; overflow: auto; box-shadow: var(--shadow-lg); animation: modalin .25s ease; }
@keyframes modalin { from { transform: translateY(20px) scale(.97); opacity: 0; } }
.modal-close { position: absolute; top: 12px; right: 14px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .92); cursor: pointer; font-size: 1.5rem; line-height: 1; box-shadow: var(--shadow-sm); }
.modal-img { height: 260px; background-size: cover; background-position: center; }
.modal-body { padding: 24px 26px 26px; }
.modal-body h3 { font-size: 1.5rem; margin: 8px 0 2px; }
.modal-specs { width: 100%; border-collapse: collapse; margin: 14px 0; }
.modal-specs td { padding: 9px 0; border-bottom: 1px solid var(--border); font-size: .95rem; }
.modal-specs td:first-child { color: var(--muted); width: 42%; }
.modal-specs td:last-child { font-weight: 600; text-align: right; }
.modal-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
@media (max-width: 900px) { .aanbod-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .aanbod-grid { grid-template-columns: 1fr; } }

/* Filterbalk */
.aanbod-filters { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 14px; justify-content: center; margin-bottom: 30px; }
.aanbod-filters label { display: flex; flex-direction: column; font-size: .8rem; font-weight: 600; color: var(--muted); gap: 5px; }
.aanbod-filters select { padding: 10px 14px; border: 1px solid var(--border); border-radius: 999px; font: inherit; background: var(--surface); color: var(--ink); cursor: pointer; min-width: 150px; }
.aanbod-filters select:focus { outline: none; border-color: var(--green-500); }
.aanbod-count { align-self: center; color: var(--green-800); font-weight: 600; font-family: var(--font-head); padding-bottom: 10px; }
.aanbod-empty { text-align: center; color: var(--muted); padding: 30px 0; }
@media (max-width: 560px) {
    .aanbod-filters { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 14px; align-items: end; justify-content: stretch; margin-bottom: 26px; }
    .aanbod-filters label { font-size: .78rem; }
    .aanbod-filters select { min-width: 0; width: 100%; }
    .aanbod-filters label:nth-of-type(3) { grid-column: 1 / -1; }
    .aanbod-count { grid-column: 1 / -1; justify-self: center; align-self: center; text-align: center; padding: 4px 0 0; }
}

/* Chat: voertuig-kaartjes */
.chat-vehicles { display: flex; flex-direction: column; gap: 8px; align-self: stretch; }
.chat-vcard { display: flex; gap: 10px; align-items: center; text-align: left; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 8px; cursor: pointer; transition: .15s; font: inherit; width: 100%; }
.chat-vcard:hover { border-color: var(--green-500); box-shadow: var(--shadow-sm); transform: translateY(-1px); }
.chat-vcard .cv-thumb { width: 64px; height: 48px; flex: 0 0 auto; border-radius: 9px; background-size: cover; background-position: center; }
.chat-vcard .cv-info { display: flex; flex-direction: column; min-width: 0; }
.chat-vcard .cv-info b { font-size: .88rem; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.chat-vcard .cv-info span { font-size: .8rem; color: var(--green-700); font-weight: 600; }
