:root {
  --ink: #080808;
  --ink-soft: #12110f;
  --paper: #f4f0e8;
  --paper-deep: #e9e1d3;
  --gold: #c79a47;
  --gold-light: #e1bf75;
  --line-dark: rgba(255, 255, 255, .14);
  --line-light: rgba(8, 8, 8, .16);
  --green: #25d366;
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; background: #fff; padding: .75rem 1rem; z-index: 100; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 0 clamp(1rem, 4vw, 4.5rem); color: #fff; border-bottom: 1px solid var(--line-dark); transition: background .3s, height .3s; }
.site-header.is-scrolled { height: 70px; background: rgba(8, 8, 8, .94); backdrop-filter: blur(14px); }
.brand { display: inline-flex; width: max-content; align-items: center; gap: .8rem; text-decoration: none; }
.brand img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(225,191,117,.55); }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: var(--display); font-size: 1.25rem; letter-spacing: .08em; }
.brand small { margin-top: .35rem; color: rgba(255,255,255,.65); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; gap: 2rem; }
nav a { font-size: .83rem; text-decoration: none; color: rgba(255,255,255,.76); }
nav a:hover, nav a:focus-visible { color: var(--gold-light); }
.site-header > .button { justify-self: end; }

.button { border: 1px solid var(--gold); background: var(--gold); color: #0a0907; min-height: 52px; padding: .85rem 1.4rem; display: inline-flex; justify-content: center; align-items: center; cursor: pointer; font-weight: 700; letter-spacing: .01em; transition: background .2s, color .2s, transform .2s; }
.button:hover { background: var(--gold-light); transform: translateY(-1px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.button-small { min-height: 42px; font-size: .8rem; padding: .7rem 1rem; background: transparent; color: #fff; }

.hero { position: relative; overflow: hidden; min-height: 770px; padding: 170px clamp(1.2rem, 7vw, 8rem) 90px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; color: #fff; background: radial-gradient(circle at 63% 26%, rgba(199,154,71,.17), transparent 25%), linear-gradient(135deg, #050505 0%, #0f0d09 58%, #030303 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to right, transparent, #000 28%, #000 70%, transparent); }
.hero-orbit { position: absolute; border: 1px solid rgba(199,154,71,.28); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 720px; height: 720px; right: -250px; top: -180px; }
.hero-orbit-two { width: 430px; height: 430px; right: -80px; top: 30px; border-style: dashed; }
.hero-copy, .hero-panel { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.4rem; color: var(--gold-light); font-size: .73rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #7b581e; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.6rem; max-width: 850px; font-family: var(--display); font-size: clamp(3.5rem, 7vw, 7.2rem); line-height: .94; letter-spacing: -.065em; font-weight: 500; }
h1 em { color: var(--gold-light); font-style: normal; }
.hero-text { max-width: 620px; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.65; }
.hero-actions { margin-top: 2.2rem; display: flex; align-items: center; gap: 1.5rem; }
.text-link { text-decoration: none; font-size: .9rem; }
.text-link span { margin-left: .4rem; color: var(--gold-light); }
.microcopy { margin: 1rem 0 0; color: rgba(255,255,255,.44); font-size: .72rem; }
.hero-panel { align-self: end; padding: 2rem; border: 1px solid rgba(225,191,117,.28); background: rgba(13,12,10,.76); backdrop-filter: blur(14px); }
.panel-label { margin-bottom: .7rem; color: var(--gold-light); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.panel-title { font-family: var(--display); font-size: 1.65rem; line-height: 1.2; }
.quick-options { border-top: 1px solid var(--line-dark); }
.quick-option { width: 100%; display: flex; gap: 1rem; align-items: center; padding: 1rem 0; border: 0; border-bottom: 1px solid var(--line-dark); color: #fff; background: transparent; cursor: pointer; text-align: left; }
.quick-option span { color: var(--gold); font-size: .7rem; }
.quick-option:hover { color: var(--gold-light); padding-left: .35rem; }
.whatsapp-line { display: flex; align-items: center; gap: .65rem; margin-top: 1.35rem; color: rgba(255,255,255,.72); font-size: .8rem; text-decoration: none; }
.wa-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(37,211,102,.12); }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line-light); }
.trust-strip p { margin: 0; min-height: 120px; padding: 2rem clamp(1rem, 3vw, 3rem); display: grid; align-content: center; border-right: 1px solid var(--line-light); }
.trust-strip p:last-child { border: 0; }
.trust-strip strong { font-family: var(--display); font-size: 1.25rem; }
.trust-strip span { margin-top: .35rem; color: #6c665d; font-size: .78rem; }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 7vw, 8rem); }
.solutions { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(460px, 1.3fr); gap: clamp(3rem, 9vw, 10rem); }
.section-heading { position: sticky; top: 120px; align-self: start; }
.section-heading h2, .process h2, .security h2, .cta h2 { font-family: var(--display); font-size: clamp(2.4rem, 4.5vw, 4.7rem); line-height: 1.04; letter-spacing: -.05em; font-weight: 500; }
.section-heading > p:last-child { max-width: 480px; color: #6c665d; line-height: 1.7; }
.solution-list { border-top: 1px solid var(--line-light); }
.solution-card { min-height: 200px; display: grid; grid-template-columns: 52px 1fr 48px; gap: 1.2rem; align-items: start; padding: 2.2rem 0; border-bottom: 1px solid var(--line-light); }
.solution-card.featured { margin: 0 -2rem; padding: 2.2rem 2rem; color: #fff; background: var(--ink-soft); border: 0; }
.solution-number { color: #8b806e; font-size: .73rem; }
.solution-card h3 { font-family: var(--display); font-size: 1.7rem; font-weight: 600; }
.solution-card p { max-width: 600px; color: #6c665d; line-height: 1.6; }
.solution-card.featured p { color: rgba(255,255,255,.62); }
.round-action { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-light); background: transparent; cursor: pointer; }
.featured .round-action { color: #fff; border-color: var(--line-dark); }
.round-action:hover { background: var(--gold); color: #000; border-color: var(--gold); }

.process { color: #fff; background: var(--ink); }
.process-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; align-items: start; }
.steps { margin: 5rem 0 0 auto; padding: 0; max-width: 920px; list-style: none; border-top: 1px solid var(--line-dark); }
.steps li { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding: 2rem 0; border-bottom: 1px solid var(--line-dark); }
.steps li > span { color: var(--gold); font-size: .76rem; }
.steps h3 { font-family: var(--display); font-size: 1.45rem; }
.steps p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.6; }

.security { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.security-mark { font-family: Georgia, serif; font-size: clamp(7rem, 18vw, 18rem); font-weight: 700; letter-spacing: -.12em; color: #14110d; text-shadow: 0 0 0 #000; }
.security-mark span { color: var(--gold); font-size: .62em; }
.security-copy > p { color: #625c53; line-height: 1.75; }
.security-copy ul { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.security-copy li { padding: 1rem 0 1rem 1.8rem; position: relative; border-bottom: 1px solid var(--line-light); line-height: 1.5; }
.security-copy li::before { content: "✓"; position: absolute; left: 0; color: #8d641f; font-weight: 700; }

.cta { padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 7vw, 8rem); text-align: center; color: #fff; background: radial-gradient(circle at center, rgba(199,154,71,.18), transparent 35%), #090909; }
.cta .eyebrow { justify-content: center; }
.cta h2 { max-width: 900px; margin: 0 auto 2.3rem; }

footer { padding: 4rem clamp(1.2rem, 7vw, 8rem) 2rem; color: #fff; background: #050505; border-top: 1px solid var(--line-dark); }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { border-radius: 50%; border: 1px solid rgba(225,191,117,.4); }
.footer-brand div { display: grid; }
.footer-brand strong { font-family: var(--display); font-size: 1.25rem; }
.footer-brand span { margin-top: .4rem; color: rgba(255,255,255,.45); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-contact { display: flex; gap: 2rem; margin: 2.5rem 0; }
.footer-contact a { text-decoration: none; color: var(--gold-light); }
.footer-legal { max-width: 1000px; color: rgba(255,255,255,.4); font-size: .72rem; line-height: 1.65; }
.footer-bottom { margin: 3rem 0 0; padding-top: 1.3rem; display: flex; justify-content: space-between; color: rgba(255,255,255,.36); border-top: 1px solid var(--line-dark); font-size: .7rem; }

.floating-wa { position: fixed; z-index: 25; right: 1.2rem; bottom: 1.2rem; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--green); box-shadow: 0 14px 38px rgba(0,0,0,.28); }
.floating-wa svg { width: 28px; fill: #06180c; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.lead-dialog { width: min(780px, calc(100% - 2rem)); height: min(840px, calc(100vh - 2rem)); max-height: calc(100vh - 2rem); padding: 0; border: 1px solid rgba(199,154,71,.42); border-radius: 22px; color: var(--ink); background: #f6f1e7; box-shadow: 0 32px 90px rgba(0,0,0,.48); overflow: hidden; }
.lead-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(5px); }
.chat-shell { height: 100%; display: grid; grid-template-rows: auto 3px 1fr auto auto; background: linear-gradient(180deg, #faf7f0, #f0e8da); }
.chat-header { min-height: 82px; padding: .8rem 8rem .8rem 1.2rem; display: flex; align-items: center; gap: .7rem; position: relative; color: #fff; background: #0c2d24; }
.chat-brand { min-width: 0; flex: 1; display: flex; align-items: center; gap: .8rem; }
.chat-brand > img { width: 50px; height: 50px; flex: 0 0 50px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(225,191,117,.75); }
.chat-brand > span { min-width: 0; display: grid; }
.chat-brand strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--display); font-size: 1rem; }
.chat-brand small { margin-top: .2rem; color: rgba(255,255,255,.65); font-size: .72rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chat-brand-mark { width: 50px; height: 50px; flex: 0 0 50px; display: grid !important; place-items: center; border-radius: 50%; color: var(--gold-light); border: 1px solid rgba(225,191,117,.55); font-family: Georgia, serif; font-size: 1rem; }
.chat-back { width: 36px; height: 36px; flex: 0 0 36px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; }
.chat-switch { position: absolute; right: 4.2rem; top: 50%; transform: translateY(-50%); min-height: 34px; padding: .35rem .65rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.82); background: transparent; cursor: pointer; font-size: .68rem; }
.dialog-close { position: absolute; z-index: 2; right: 1rem; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; font-size: 1.4rem; }
.chat-progress { height: 3px; background: rgba(12,45,36,.12); }
.chat-progress span { display: block; width: 8%; height: 100%; background: var(--gold); transition: width .3s ease; }
.chat-body { min-height: 0; overflow-y: auto; padding: clamp(1rem, 3vw, 2rem); }
.consultant-choice { animation: step-in .25s ease; }
@keyframes step-in { from { opacity: 0; transform: translateY(7px); } }
.chat-kicker { margin-bottom: .6rem; color: #7b581e; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.consultant-choice h2 { margin-bottom: .55rem; font-family: var(--display); font-size: clamp(1.8rem, 5vw, 2.7rem); line-height: 1.08; }
.consultant-choice > p:not(.chat-kicker, .virtual-disclosure) { color: #625c53; line-height: 1.55; }
.consultant-grid { margin-top: 1.3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.consultant-card { position: relative; padding: 1rem; display: grid; justify-items: center; align-content: start; border: 1px solid rgba(12,45,36,.17); border-radius: 16px; color: var(--ink); background: rgba(255,255,255,.72); cursor: pointer; text-align: center; transition: transform .2s, border-color .2s, box-shadow .2s; }
.consultant-card:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 12px 28px rgba(49,38,19,.1); }
.consultant-card.is-recommended { border-color: var(--gold); box-shadow: 0 10px 24px rgba(123,88,30,.12); }
.recommended-badge { position: absolute; z-index: 1; top: .65rem; left: 50%; transform: translateX(-50%); min-height: 0 !important; padding: .28rem .55rem; border-radius: 999px; color: #fff; background: #7b581e; font-size: .6rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.consultant-card img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-shadow: 0 0 0 1px rgba(12,45,36,.15); }
.consultant-card > span { display: grid; justify-items: center; }
.consultant-card strong { margin-top: .8rem; font-family: var(--display); font-size: 1.05rem; }
.consultant-card small { min-height: 3em; margin-top: .25rem; color: #6c665d; font-size: .72rem; line-height: 1.4; }
.consultant-card b { margin-top: .8rem; color: #0c5b46; font-size: .72rem; }
.consultant-auto, .chat-resume { width: 100%; min-height: 46px; margin-top: .75rem; padding: .7rem 1rem; border-radius: 10px; cursor: pointer; font-weight: 700; }
.consultant-auto { border: 1px solid rgba(12,91,70,.25); color: #0c5b46; background: transparent; }
.chat-resume { border: 1px solid #0c5b46; color: #fff; background: #0c5b46; }
.virtual-disclosure { margin: 1rem 0 0; color: #756f65; font-size: .68rem; line-height: 1.45; }
.chat-messages { display: grid; gap: .7rem; align-content: start; min-height: 100%; }
.chat-message { display: flex; animation: step-in .2s ease; }
.chat-message > div { max-width: 78%; padding: .8rem 1rem; border-radius: 4px 16px 16px 16px; color: #29251f; background: #fff; box-shadow: 0 3px 12px rgba(37,28,14,.08); line-height: 1.45; }
.chat-message.client { justify-content: flex-end; }
.chat-message.client > div { border-radius: 16px 4px 16px 16px; color: #fff; background: #0c5b46; box-shadow: none; }
.chat-composer { padding: .9rem 1rem 1rem; border-top: 1px solid rgba(12,45,36,.12); background: rgba(250,247,240,.97); }
.chat-typing { min-height: 44px; display: flex; align-items: center; gap: .28rem; color: #6f685e; }
.chat-typing > span { width: 7px; height: 7px; border-radius: 50%; background: #0c5b46; animation: typing-dot 1s infinite ease-in-out; }
.chat-typing > span:nth-child(2) { animation-delay: .12s; }
.chat-typing > span:nth-child(3) { animation-delay: .24s; }
.chat-typing small { margin-left: .35rem; font-size: .68rem; }
@keyframes typing-dot { 0%, 60%, 100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
.chat-input-row { display: grid; grid-template-columns: 1fr 50px; gap: .6rem; }
.chat-input-row input { min-width: 0; min-height: 50px; padding: .75rem 1rem; border: 1px solid rgba(12,45,36,.2); border-radius: 12px; color: var(--ink); background: #fff; }
.chat-input-row input::placeholder { color: #978f83; }
.chat-input-row button { width: 50px; height: 50px; border: 0; border-radius: 50%; color: #fff; background: #0c5b46; cursor: pointer; font-size: 1.2rem; }
.chat-options { display: flex; flex-wrap: wrap; gap: .55rem; }
.chat-options button { min-height: 42px; padding: .65rem .9rem; border: 1px solid rgba(12,91,70,.3); border-radius: 999px; color: #0a4c3a; background: #fff; cursor: pointer; font-weight: 600; text-align: left; }
.chat-options button:hover { color: #fff; background: #0c5b46; }
.chat-error { min-height: 1em; margin: .45rem 0 0; color: #a5291d; font-size: .72rem; }
.chat-privacy { margin: .15rem 0 0; color: #756f65; font-size: .65rem; }
.chat-summary { margin: .4rem 0 0; padding: 1.1rem; border: 1px solid rgba(199,154,71,.42); border-radius: 14px; background: #fff; }
.chat-summary > strong { display: block; margin-bottom: .9rem; color: #0c5b46; font-family: var(--display); font-size: 1.05rem; }
.chat-summary h3 { margin: 1rem 0 .35rem; color: #7b581e; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.chat-summary p { margin: 0; color: #5e584f; font-size: .8rem; line-height: 1.4; }
.chat-summary b { color: #27231e; }
.summary-row { min-height: 40px; display: grid; grid-template-columns: 1fr auto; gap: .8rem; align-items: center; border-bottom: 1px solid rgba(12,45,36,.08); }
.summary-row button { border: 0; color: #0c5b46; background: transparent; cursor: pointer; font-size: .7rem; font-weight: 700; }
.summary-consultant { margin-top: 1rem !important; color: #756f65 !important; font-size: .7rem !important; }
.chat-summary.is-editing { outline: 3px solid rgba(199,154,71,.42); outline-offset: 3px; }
.chat-finish { padding: 1rem; padding-bottom: max(1rem, env(safe-area-inset-bottom)); display: grid; grid-template-columns: auto auto 1fr; gap: .7rem; border-top: 1px solid rgba(12,45,36,.12); background: #faf7f0; }
.chat-share-notice { grid-column: 1 / -1; margin: 0 0 .2rem; color: #6f685e; font-size: .68rem; line-height: 1.45; }
.chat-edit, .chat-restart, .chat-whatsapp { min-height: 50px; padding: .75rem 1rem; display: inline-flex; justify-content: center; align-items: center; border-radius: 10px; cursor: pointer; font-weight: 700; text-decoration: none; }
.chat-edit { border: 1px solid rgba(12,45,36,.2); color: #0c5b46; background: #fff; }
.chat-restart { border: 1px solid rgba(12,45,36,.2); color: #0c5b46; background: transparent; }
.chat-whatsapp { border: 1px solid #0c5b46; color: #fff; background: #0c5b46; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; }
  .hero-panel { width: min(100%, 560px); }
  .solutions { grid-template-columns: 1fr; }
  .section-heading { position: static; }
  .process-intro, .security { grid-template-columns: 1fr; }
  .security-mark { line-height: .8; }
}

@media (max-width: 680px) {
  .site-header { height: 72px; padding: 0 1rem; }
  .brand img { width: 44px; height: 44px; }
  .brand small { display: none; }
  .site-header > .button { padding: .6rem .8rem; font-size: .72rem; }
  .hero { padding: 125px 1.2rem 60px; gap: 3rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { padding: .5rem 0; }
  .hero-panel { padding: 1.4rem; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip p { min-height: 105px; border-bottom: 1px solid var(--line-light); }
  .trust-strip p:nth-child(2) { border-right: 0; }
  .section { padding: 5rem 1.2rem; }
  .solution-card { grid-template-columns: 34px 1fr 40px; gap: .7rem; }
  .solution-card.featured { margin-inline: -.4rem; padding-inline: .8rem; }
  .process { padding-inline: 1.2rem; }
  .steps { margin-top: 3rem; }
  .steps li { grid-template-columns: 45px 1fr; }
  .security-mark { font-size: 35vw; }
  .cta { padding-inline: 1.2rem; }
  footer { padding-inline: 1.2rem; }
  .footer-contact, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .lead-dialog { width: 100%; height: 100dvh; max-height: 100dvh; border: 0; border-radius: 0; }
  .chat-header { min-height: 72px; padding-left: .65rem; padding-right: 7.2rem; }
  .chat-brand > img, .chat-brand-mark { width: 44px; height: 44px; flex-basis: 44px; }
  .chat-brand small { max-width: 180px; }
  .chat-back { width: 32px; height: 32px; flex-basis: 32px; }
  .chat-switch { right: 3.7rem; padding-inline: .5rem; }
  .dialog-close { right: .65rem; }
  .chat-body { padding: 1rem; }
  .consultant-grid { grid-template-columns: 1fr; }
  .consultant-card { min-height: 116px; grid-template-columns: 82px 1fr; align-items: center; justify-items: start; text-align: left; }
  .consultant-card img { width: 72px; height: 72px; grid-row: 1; }
  .consultant-card > span { justify-items: start; grid-column: 2; }
  .consultant-card strong { margin-top: 0; }
  .consultant-card small { min-height: 0; }
  .consultant-card b { margin-top: .5rem; }
  .chat-message > div { max-width: 88%; }
  .chat-composer { padding-bottom: max(1rem, env(safe-area-inset-bottom)); }
  .chat-finish { grid-template-columns: 1fr 1fr; }
  .chat-share-notice, .chat-whatsapp { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}


/* BIA — Assistente Inteligente B&D */
.bia-welcome{max-width:820px;margin:0 auto;padding:clamp(1.25rem,3vw,2.4rem)}
.bia-identity{display:flex;align-items:center;gap:1.25rem;margin:1.2rem 0}
.bia-avatar{width:92px;height:92px;flex:0 0 92px;display:grid;place-items:center;border:1px solid rgba(199,154,71,.55);border-radius:50%;color:#f0cf86;background:linear-gradient(145deg,#071f19,#0d392e);font-family:Georgia,'Times New Roman',serif;font-size:1.55rem;font-weight:700;letter-spacing:.08em;box-shadow:0 12px 32px rgba(5,35,28,.18)}
.bia-label{margin:0 0 .35rem;color:#876326;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.bia-identity h2{margin:0;color:#17130e;font-size:clamp(2rem,5vw,3.65rem);line-height:1}
.bia-welcome>p:not(.chat-kicker):not(.virtual-disclosure){max-width:680px;color:#6b655d;font-size:1rem;line-height:1.65}
.bia-capabilities{display:flex;flex-wrap:wrap;gap:.55rem;margin:1.4rem 0}
.bia-capabilities span{padding:.58rem .8rem;border:1px solid rgba(12,91,70,.2);border-radius:999px;color:#0c5b46;background:#fff;font-size:.72rem;font-weight:700}
.bia-start{width:100%;min-height:56px;margin-top:.5rem;color:#fff!important;background:#0c5b46!important}
.bia-start:hover,.bia-start:focus-visible{background:#084534!important}
@media(max-width:680px){
  .bia-welcome{padding:1rem}
  .bia-identity{align-items:flex-start;gap:.9rem}
  .bia-avatar{width:70px;height:70px;flex-basis:70px;font-size:1.3rem}
  .bia-capabilities{gap:.4rem}
  .bia-capabilities span{font-size:.66rem}
}
