:root {
  --anb-ink: #17081d;
  --anb-ink-2: #24102a;
  --anb-purple: #9a36be;
  --anb-purple-dark: #6f1f8e;
  --anb-purple-light: #c56fe0;
  --anb-lilac: #f6eef9;
  --anb-lilac-2: #ead8f1;
  --anb-white: #ffffff;
  --anb-text: #2d2032;
  --anb-muted: #746b78;
  --anb-line: rgba(32, 9, 39, 0.1);
  --anb-red: #d52336;
  --anb-shadow: 0 26px 80px rgba(33, 8, 41, 0.16);
  --anb-radius-lg: 32px;
  --anb-radius-md: 22px;
  --anb-radius-sm: 14px;
  --anb-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--anb-white);
  color: var(--anb-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.anb-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.anb-container { width: min(calc(100% - 40px), var(--anb-container)); margin-inline: auto; }
.anb-skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: var(--anb-white); color: var(--anb-ink); padding: 10px 16px; border-radius: 8px; }
.anb-skip-link:focus { top: 12px; }

.anb-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.anb-header.is-scrolled { box-shadow: 0 10px 30px rgba(31,7,39,.08); border-color: rgba(32,9,39,.06); }
.anb-header__inner { height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.anb-brand { display: inline-flex; align-items: center; width: 230px; min-width: 230px; overflow: visible; }
.anb-brand img { display: block; width: 230px; height: auto; max-height: 86px; object-fit: contain; border: 0 !important; outline: 0 !important; box-shadow: none !important; background: transparent !important; image-rendering: auto; }
.anb-nav { display: flex; align-items: center; gap: 34px; }
.anb-nav__list { list-style: none; display: flex; align-items: center; gap: 30px; padding: 0; margin: 0; }
.anb-nav__list a { font-weight: 650; font-size: .94rem; color: #291a2e; transition: color .2s ease; }
.anb-nav__list a:hover, .anb-nav__list .current-menu-item > a { color: var(--anb-purple); }
.anb-nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 12px; background: var(--anb-lilac); }
.anb-nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--anb-ink); border-radius: 3px; }

.anb-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border: 1px solid var(--anb-purple); border-radius: 999px; background: linear-gradient(135deg, var(--anb-purple), #7f27a3); color: var(--anb-white); font-weight: 760; box-shadow: 0 14px 34px rgba(151,54,187,.26); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.anb-button:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(151,54,187,.34); color: var(--anb-white); }
.anb-button--small { min-height: 44px; padding-inline: 20px; font-size: .9rem; }
.anb-button--ghost { color: var(--anb-white); background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.24); box-shadow: none; }
.anb-button--ghost:hover { background: rgba(255,255,255,.1); }
.anb-button--white { background: var(--anb-white); color: var(--anb-ink); border-color: var(--anb-white); box-shadow: none; }
.anb-button--white:hover { color: var(--anb-ink); }
.anb-button--outline-white { background: transparent; border-color: rgba(255,255,255,.5); color: var(--anb-white); box-shadow: none; }

.anb-hero { position: relative; overflow: hidden; padding: 170px 0 100px; color: var(--anb-white); background: radial-gradient(circle at 15% 10%, rgba(156,54,190,.24), transparent 28%), linear-gradient(135deg, #120617 0%, #1c0923 52%, #260d2d 100%); }
.anb-hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.anb-hero__glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; right: 1%; top: 8%; background: rgba(153,54,190,.2); filter: blur(90px); }
.anb-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(460px, .96fr); align-items: center; gap: 74px; }
.anb-eyebrow, .anb-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--anb-purple-light); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.anb-eyebrow i { width: 24px; height: 1px; background: var(--anb-purple-light); }
.anb-hero h1 { margin: 22px 0 24px; font-size: clamp(3rem, 5.7vw, 5.7rem); line-height: .98; letter-spacing: -.055em; max-width: 760px; }
.anb-hero h1 span { color: transparent; background: linear-gradient(90deg, #fff 0%, #d98bed 58%, #bc59db 100%); background-clip: text; -webkit-background-clip: text; }
.anb-hero__lead { max-width: 670px; margin: 0; color: rgba(255,255,255,.74); font-size: 1.14rem; line-height: 1.75; }
.anb-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.anb-hero__proof { display: flex; gap: 34px; margin-top: 44px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.anb-hero__proof div { display: grid; gap: 1px; }
.anb-hero__proof strong { font-size: 1.32rem; color: var(--anb-white); }
.anb-hero__proof span { font-size: .78rem; color: rgba(255,255,255,.55); }
.anb-hero__curve { position: absolute; left: -5%; right: -5%; bottom: -68px; height: 110px; border-radius: 50% 50% 0 0; background: var(--anb-white); }

.anb-platform-card { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.055)); box-shadow: 0 44px 100px rgba(0,0,0,.36); backdrop-filter: blur(20px); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.anb-platform-card::after { content:""; position:absolute; inset: auto 36px -22px; height: 44px; border-radius: 50%; background: rgba(155,52,190,.26); filter: blur(24px); z-index: -1; }
.anb-platform-card__top, .anb-platform-card__footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.anb-platform-card__status { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.8); }
.anb-platform-card__status i, .anb-chat-head small i { width: 8px; height: 8px; border-radius: 50%; background: #5ee39d; box-shadow: 0 0 0 5px rgba(94,227,157,.1); }
.anb-platform-card__mini { font-size: .72rem; color: #d78bea; letter-spacing: .08em; text-transform: uppercase; }
.anb-platform-card__search { margin-top: 23px; min-height: 58px; display: flex; align-items: center; gap: 12px; padding: 7px 8px 7px 18px; border-radius: 16px; background: rgba(255,255,255,.95); color: #85788a; font-size: .88rem; }
.anb-platform-card__search button { margin-left: auto; border: 0; border-radius: 12px; padding: 11px 17px; background: var(--anb-purple); color: #fff; font-weight: 750; }
.anb-search-icon { width: 15px; height: 15px; border: 2px solid #7d6d83; border-radius: 50%; position: relative; }
.anb-search-icon::after { content:""; position:absolute; width: 7px; height:2px; right:-5px; bottom:-3px; transform:rotate(45deg); background:#7d6d83; }
.anb-score-panel { display: grid; grid-template-columns: 118px 1fr; align-items: center; gap: 22px; padding: 25px; margin-top: 16px; border-radius: 20px; background: rgba(10,3,13,.34); border: 1px solid rgba(255,255,255,.08); }
.anb-score-ring { width: 100px; height: 100px; display: flex; align-items: baseline; justify-content: center; place-self: center; padding-top: 29px; border-radius: 50%; background: radial-gradient(circle at center, #1c0923 56%, transparent 57%), conic-gradient(#bc59db 0 78%, rgba(255,255,255,.12) 78% 100%); }
.anb-score-ring span { font-size: 2rem; font-weight: 850; }
.anb-score-ring small { color: rgba(255,255,255,.5); }
.anb-label { display: block; color: #c998d7; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.anb-score-panel strong { display: block; font-size: 1.22rem; margin: 3px 0; }
.anb-score-panel p { margin: 0; color: rgba(255,255,255,.58); font-size: .79rem; line-height: 1.5; }
.anb-platform-card__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.anb-platform-card__grid article { display: grid; gap: 4px; padding: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.045); }
.anb-platform-card__grid span { font-size: .65rem; color: #c06bda; }
.anb-platform-card__grid strong { font-size: .78rem; }
.anb-platform-card__grid small { color: rgba(255,255,255,.5); font-size: .72rem; }
.anb-platform-card__footer { margin-top: 18px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.08); }
.anb-platform-card__footer > div, .anb-chat-head > div, .anb-mobile-mockup__head { display: flex; align-items: center; gap: 11px; }
.anb-platform-card__footer p, .anb-chat-head p, .anb-mobile-mockup__head div { display: grid; margin: 0; }
.anb-platform-card__footer small, .anb-chat-head small, .anb-mobile-mockup__head small { color: rgba(255,255,255,.5); font-size: .7rem; }
.anb-avatar { width: 34px; height: 34px; display: inline-grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, #d678ee, #8b2eb0); color: #fff; font-weight: 850; }
.anb-live-pill { padding: 5px 9px; border-radius: 999px; background: rgba(94,227,157,.12); color: #84efb7; font-size: .68rem; }

.anb-trust-strip { position: relative; z-index: 3; padding: 30px 0 15px; background: var(--anb-white); }
.anb-trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; color: #4a3a50; font-weight: 700; font-size: .9rem; text-align: center; }
.anb-trust-strip__grid span { padding: 16px; border-bottom: 1px solid var(--anb-line); }

.anb-section { padding: 110px 0; }
.anb-section-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.anb-section-heading h2, .anb-process__copy h2, .anb-assistant__copy h2, .anb-commercial__copy h2 { margin: 13px 0 16px; color: var(--anb-ink); font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.06; letter-spacing: -.045em; }
.anb-section-heading p, .anb-process__copy > p, .anb-assistant__copy > p, .anb-commercial__copy > p { margin: 0; color: var(--anb-muted); font-size: 1.04rem; }
.anb-kicker { color: var(--anb-purple); }

.anb-tools { background: var(--anb-white); }
.anb-tool-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.anb-tool-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--anb-line); border-radius: var(--anb-radius-md); background: #fff; box-shadow: 0 14px 40px rgba(31,7,39,.055); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.anb-tool-card:hover { transform: translateY(-8px); border-color: rgba(154,54,190,.3); box-shadow: var(--anb-shadow); }
.anb-tool-card--featured { background: linear-gradient(145deg, var(--anb-ink), #2b0e32); color: #fff; border-color: transparent; }
.anb-card-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 16px; background: var(--anb-lilac); color: var(--anb-purple-dark); font-weight: 900; font-size: 1.25rem; }
.anb-tool-card--featured .anb-card-icon { background: rgba(255,255,255,.11); color: #fff; }
.anb-tag { position: absolute; right: 22px; top: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 4px 9px; color: #e2afea; font-size: .65rem; text-transform: uppercase; letter-spacing: .06em; }
.anb-tool-card h3 { margin: 0 0 12px; color: var(--anb-ink); font-size: 1.25rem; }
.anb-tool-card--featured h3 { color: #fff; }
.anb-tool-card p { margin: 0; color: var(--anb-muted); font-size: .91rem; }
.anb-tool-card--featured p { color: rgba(255,255,255,.64); }
.anb-card-link { margin-top: auto; padding-top: 24px; color: var(--anb-purple); font-weight: 760; font-size: .88rem; }
.anb-tool-card--featured .anb-card-link { color: #d58ae8; }

.anb-services { background: linear-gradient(135deg, #130618, #210b27); color: #fff; }
.anb-section-heading--light h2 { color: #fff; }
.anb-section-heading--light p { color: rgba(255,255,255,.58); }
.anb-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.anb-service-card { min-height: 285px; padding: 34px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); transition: background .25s ease; }
.anb-service-card:hover { background: rgba(255,255,255,.045); }
.anb-service-card > span { display: block; margin-bottom: 42px; color: #bc62d5; font-size: .75rem; }
.anb-service-card h3 { margin: 0 0 12px; font-size: 1.3rem; }
.anb-service-card p { margin: 0; color: rgba(255,255,255,.58); font-size: .9rem; }
.anb-service-card a { display: inline-block; margin-top: 26px; color: #d78bea; font-size: .82rem; font-weight: 700; }

.anb-process { background: var(--anb-lilac); }
.anb-process__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; align-items: center; }
.anb-process__copy { position: sticky; top: 140px; }
.anb-process__copy .anb-button { margin-top: 30px; }
.anb-steps { list-style: none; padding: 0; margin: 0; }
.anb-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 24px; align-items: start; padding: 25px 0; border-bottom: 1px solid rgba(35,13,42,.12); }
.anb-steps li > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: #fff; color: var(--anb-purple); font-weight: 850; box-shadow: 0 10px 24px rgba(42,11,51,.07); }
.anb-steps strong { display: block; color: var(--anb-ink); font-size: 1.13rem; }
.anb-steps p { margin: 5px 0 0; color: var(--anb-muted); font-size: .93rem; }

.anb-assistant { background: #fff; }
.anb-assistant__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 85px; align-items: center; }
.anb-assistant__panel { overflow: hidden; border: 1px solid var(--anb-line); border-radius: 28px; background: #fff; box-shadow: var(--anb-shadow); }
.anb-chat-head { display: flex; justify-content: space-between; align-items: center; padding: 20px 23px; color: #fff; background: var(--anb-ink); }
.anb-avatar--large { width: 45px; height: 45px; border-radius: 14px; }
.anb-chat-head small { display: flex; align-items: center; gap: 7px; }
.anb-chat-secure { font-size: .7rem; color: rgba(255,255,255,.5); }
.anb-chat-body { min-height: 350px; max-height: 430px; overflow-y: auto; padding: 26px; background: #fbf8fc; }
.anb-bubble { max-width: 82%; width: fit-content; padding: 13px 16px; margin-bottom: 12px; border-radius: 16px; font-size: .88rem; line-height: 1.55; }
.anb-bubble--bot { background: #fff; color: var(--anb-text); border: 1px solid var(--anb-line); border-bottom-left-radius: 5px; }
.anb-bubble--user { margin-left: auto; color: #fff; background: var(--anb-purple); border-bottom-right-radius: 5px; }
.anb-quick-questions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.anb-quick-questions button { padding: 8px 11px; border: 1px solid rgba(154,54,190,.22); border-radius: 999px; color: #713083; background: #fff; font-size: .73rem; }
.anb-chat-input { display: flex; gap: 10px; padding: 15px; border-top: 1px solid var(--anb-line); background: #fff; }
.anb-chat-input input { width: 100%; border: 0; outline: 0; padding: 8px 10px; }
.anb-chat-input button { width: 44px; height: 44px; flex: 0 0 44px; border: 0; border-radius: 13px; color: #fff; background: var(--anb-purple); font-size: 1.25rem; }
.anb-assistant__copy ul { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 13px; }
.anb-assistant__copy li { position: relative; padding-left: 28px; color: #514456; }
.anb-assistant__copy li::before { content: "✓"; position: absolute; left: 0; color: var(--anb-purple); font-weight: 900; }
.anb-text-link { color: var(--anb-purple); font-weight: 780; }

.anb-commercial { overflow: hidden; background: linear-gradient(135deg, #f8f3fa, #fff); }
.anb-commercial__grid { display: grid; grid-template-columns: 1fr 440px; gap: 100px; align-items: center; }
.anb-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; }
.anb-stat-grid div { padding: 19px; border: 1px solid var(--anb-line); border-radius: 17px; background: #fff; }
.anb-stat-grid strong { display: block; color: var(--anb-purple); font-size: 1.45rem; }
.anb-stat-grid span { color: var(--anb-muted); font-size: .73rem; }
.anb-mobile-mockup { position: relative; width: min(100%, 360px); margin-inline: auto; padding: 20px 18px 18px; border: 9px solid #1a091f; border-radius: 38px; background: #fff; box-shadow: 0 30px 90px rgba(42,11,51,.22); }
.anb-mobile-mockup::before { content:""; position:absolute; top:8px; left:50%; width:88px; height:18px; transform:translateX(-50%); border-radius:0 0 12px 12px; background:#1a091f; }
.anb-mobile-mockup__bar { display: flex; justify-content: space-between; padding: 2px 7px 22px; font-size: .65rem; font-weight: 800; }
.anb-mobile-mockup__bar i { width: 18px; height: 8px; border: 1px solid #333; border-radius: 3px; }
.anb-mobile-mockup__head { margin-bottom: 16px; }
.anb-mobile-mockup__head small { color: #8b808e; }
.anb-mobile-mockup__metric { display: grid; padding: 20px; margin-bottom: 11px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, var(--anb-purple), var(--anb-purple-dark)); }
.anb-mobile-mockup__metric span { font-size: .72rem; opacity: .82; }
.anb-mobile-mockup__metric strong { font-size: 2.2rem; line-height: 1.1; }
.anb-mobile-mockup__metric small { opacity: .72; }
.anb-mobile-mockup__row { display: flex; align-items: center; justify-content: space-between; padding: 14px 3px; border-bottom: 1px solid var(--anb-line); font-size: .79rem; }
.anb-mobile-mockup__row strong { color: var(--anb-purple); }
.anb-mobile-mockup > button { width: 100%; margin-top: 16px; padding: 12px; border: 0; border-radius: 12px; color: #fff; background: var(--anb-ink); font-weight: 750; }
.anb-mobile-mockup nav { display: flex; justify-content: space-around; margin-top: 15px; padding-top: 11px; border-top: 1px solid var(--anb-line); color: #8d828f; font-size: .58rem; }

.anb-knowledge { background: #fff; }
.anb-knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.anb-knowledge-card { display: flex; flex-direction: column; min-height: 280px; padding: 30px; border-radius: var(--anb-radius-md); background: var(--anb-lilac); }
.anb-knowledge-card > span { color: var(--anb-purple); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.anb-knowledge-card h3 { margin: 25px 0 12px; color: var(--anb-ink); font-size: 1.3rem; line-height: 1.25; }
.anb-knowledge-card p { margin: 0; color: var(--anb-muted); font-size: .9rem; }
.anb-knowledge-card > a:last-child { margin-top: auto; padding-top: 24px; color: var(--anb-purple); font-weight: 760; font-size: .86rem; }

.anb-cta { padding: 74px 0; color: #fff; background: linear-gradient(135deg, #8f2faf, #5b176f); }
.anb-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.anb-cta .anb-kicker { color: #efd2f6; }
.anb-cta h2 { max-width: 720px; margin: 10px 0; font-size: clamp(2rem, 3.7vw, 3.5rem); line-height: 1.06; letter-spacing: -.04em; }
.anb-cta p { margin: 0; color: rgba(255,255,255,.72); }
.anb-cta__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

.anb-footer { padding: 75px 0 25px; color: rgba(255,255,255,.68); background: #110515; }
.anb-footer__top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 58px; }
.anb-footer__brand { border:0 !important; outline:0 !important; background:transparent !important; box-shadow:none !important; }
.anb-footer__brand img { display:block; width:250px; height:auto; max-width:100%; object-fit:contain; border:0 !important; outline:0 !important; box-shadow:none !important; background:transparent !important; filter:none !important; clip-path:none !important; image-rendering:auto; transform:translateZ(0); }
.anb-footer__brand p { max-width: 350px; margin: 20px 0 5px; }
.anb-footer__brand span { color: rgba(255,255,255,.4); font-size: .76rem; }
.anb-footer h3 { margin: 0 0 18px; color: #fff; font-size: .9rem; }
.anb-footer a, .anb-footer__top > div:not(:first-child) p { display: block; margin: 8px 0; font-size: .83rem; }
.anb-footer a:hover { color: #d685e9; }
.anb-footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: .72rem; color: rgba(255,255,255,.38); }

.anb-content-page { min-height: 70vh; padding: 160px 0 100px; background: linear-gradient(180deg, var(--anb-lilac), #fff 360px); }
.anb-readable { max-width: 920px; }
.anb-page-header { margin-bottom: 45px; }
.anb-page-header h1 { max-width: 920px; margin: 12px 0 0; color: var(--anb-ink); font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1.06; letter-spacing: -.045em; }
.anb-entry-content { padding: 42px; border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgba(35,8,43,.08); }
.anb-entry-content h2, .anb-entry-content h3 { color: var(--anb-ink); }
.anb-entry-content a { color: var(--anb-purple); text-decoration: underline; }
.anb-entry-content input, .anb-entry-content textarea, .anb-entry-content select { width: 100%; padding: 13px 14px; border: 1px solid rgba(39,17,45,.16); border-radius: 12px; background: #fff; }
.anb-post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.anb-post-card { display: flex; min-height: 290px; flex-direction: column; padding: 30px; border-radius: 22px; background: #fff; box-shadow: 0 16px 50px rgba(35,8,43,.07); }
.anb-post-card > span { color: var(--anb-purple); font-size: .75rem; }
.anb-post-card h2 { font-size: 1.4rem; line-height: 1.25; }
.anb-post-card p { color: var(--anb-muted); }
.anb-post-card > a:last-child { margin-top: auto; color: var(--anb-purple); font-weight: 750; }
.anb-empty-state { text-align: center; }

@media (max-width: 1080px) {
  .anb-header__inner { height: 84px; }
  .anb-nav-toggle { display: block; margin-left: auto; }
  .anb-nav { position: fixed; inset: 84px 0 auto; display: grid; gap: 22px; padding: 26px 20px 32px; background: #fff; border-top: 1px solid var(--anb-line); box-shadow: 0 28px 55px rgba(35,8,43,.16); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
  .anb-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .anb-nav__list { display: grid; gap: 0; }
  .anb-nav__list li { border-bottom: 1px solid var(--anb-line); }
  .anb-nav__list a { display: block; padding: 14px 3px; }
  .anb-nav .anb-button { width: 100%; }
  .anb-hero { padding-top: 145px; }
  .anb-hero__grid { grid-template-columns: 1fr; gap: 56px; }
  .anb-platform-card { max-width: 690px; transform: none; }
  .anb-tool-grid { grid-template-columns: repeat(2, 1fr); }
  .anb-commercial__grid { grid-template-columns: 1fr 390px; gap: 50px; }
  .anb-footer__top { grid-template-columns: 1.4fr 1fr 1fr; }
  .anb-footer__top > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 800px) {
  .anb-container { width: min(calc(100% - 28px), var(--anb-container)); }
  .anb-brand, .anb-brand img { width: 172px; }
  .anb-hero { padding: 132px 0 92px; }
  .anb-hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .anb-platform-card { padding: 16px; border-radius: 23px; }
  .anb-score-panel { grid-template-columns: 95px 1fr; padding: 18px 14px; gap: 12px; }
  .anb-score-ring { width: 82px; height: 82px; padding-top: 24px; }
  .anb-platform-card__grid { grid-template-columns: 1fr; }
  .anb-trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .anb-section { padding: 82px 0; }
  .anb-tool-grid, .anb-service-grid, .anb-knowledge-grid, .anb-post-list { grid-template-columns: 1fr; }
  .anb-service-grid { border-left: 0; }
  .anb-service-card { border-left: 1px solid rgba(255,255,255,.1); }
  .anb-process__grid, .anb-assistant__grid, .anb-commercial__grid { grid-template-columns: 1fr; gap: 56px; }
  .anb-process__copy { position: static; }
  .anb-assistant__panel { order: 2; }
  .anb-commercial__copy { text-align: center; }
  .anb-cta__inner, .anb-footer__bottom { display: grid; }
  .anb-cta__actions { justify-content: flex-start; }
  .anb-footer__top { grid-template-columns: repeat(2, 1fr); }
  .anb-footer__brand { grid-column: 1 / -1; }
  .anb-footer__top > div:last-child { grid-column: auto; }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  .anb-header__inner { height: 76px; }
  .anb-nav { top: 76px; }
  .anb-brand, .anb-brand img { width: 150px; }
  .anb-hero { padding-top: 116px; }
  .anb-hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .anb-hero__lead { font-size: 1rem; }
  .anb-hero__actions .anb-button { width: 100%; }
  .anb-hero__proof { grid-template-columns: 1fr; }
  .anb-platform-card__search span { display: none; }
  .anb-trust-strip__grid { grid-template-columns: 1fr; }
  .anb-tool-card { min-height: 300px; }
  .anb-stat-grid { grid-template-columns: 1fr; }
  .anb-chat-secure { display: none; }
  .anb-cta__actions .anb-button { width: 100%; }
  .anb-footer__top { grid-template-columns: 1fr; }
  .anb-footer__top > div:last-child { grid-column: auto; }
  .anb-entry-content { padding: 24px 18px; }
}

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

/* 6.0: clean logo rendering and live legal assistant */
.anb-header__brand img,
.anb-footer__brand img {
  width:auto !important;
  height:auto !important;
  max-width:250px !important;
  max-height:96px !important;
  object-fit:contain !important;
  object-position:left center !important;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  filter:none !important;
  clip-path:none !important;
  image-rendering:auto !important;
}
.anb-footer__brand { overflow:visible !important; border:0 !important; outline:0 !important; box-shadow:none !important; background:transparent !important; }
.anb-bubble p { margin:0; white-space:pre-line; }
.anb-bubble__sources { display:grid; gap:4px; margin-top:10px; padding-top:9px; border-top:1px solid rgba(23,8,29,.1); }
.anb-bubble__sources a { color:#82299c; font-size:.7rem; text-decoration:underline; }
.anb-bubble--waiting { opacity:.72; font-style:italic; }

/* AN Brands Platform 7.0 — contrast, conversations and logo integrity */
body.anb-site .anb-services,
body.anb-site .anb-services * { color: #fff; }
body.anb-site .anb-services .anb-service-card h3,
body.anb-site .anb-services .anb-service-card h3 a,
body.anb-site .anb-services .anb-service-card strong {
  color: #fff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #fff !important;
}
body.anb-site .anb-services .anb-service-card p {
  color: rgba(255,255,255,.72) !important;
  opacity: 1 !important;
  -webkit-text-fill-color: rgba(255,255,255,.72) !important;
}
body.anb-site .anb-services .anb-service-card > span,
body.anb-site .anb-services .anb-service-card > a {
  color: #df92ef !important;
  -webkit-text-fill-color: #df92ef !important;
}
body.anb-site .anb-hero h1,
body.anb-site .anb-platform-card strong,
body.anb-site .anb-platform-card p,
body.anb-site .anb-chat-head strong,
body.anb-site .anb-footer h3 { opacity: 1 !important; }

.anb-live-chat-trigger {
  position: relative;
  min-width: 205px;
  min-height: 52px;
  display: grid;
  grid-template-columns: 12px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 10px;
  padding: 8px 20px;
  border: 1px solid rgba(154,54,190,.34);
  border-radius: 999px;
  background: linear-gradient(135deg, #9a36be, #711d91);
  color: #fff;
  box-shadow: 0 16px 38px rgba(151,54,187,.27);
  text-align: left;
}
.anb-live-chat-trigger > i {
  grid-row: 1 / 3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6af2a8;
  box-shadow: 0 0 0 5px rgba(106,242,168,.14), 0 0 18px rgba(106,242,168,.55);
}
.anb-live-chat-trigger span { font-size: .84rem; font-weight: 800; line-height: 1.1; }
.anb-live-chat-trigger small { color: rgba(255,255,255,.72); font-size: .66rem; line-height: 1.1; }
.anb-live-chat-trigger:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(151,54,187,.35); }

.anb-live-chat-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1998;
  background: rgba(16,4,20,.42);
  backdrop-filter: blur(3px);
}
.anb-live-chat-drawer {
  position: fixed;
  z-index: 1999;
  top: 12px;
  right: 12px;
  bottom: 12px;
  width: min(440px, calc(100vw - 24px));
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 34px 110px rgba(25,5,31,.35);
  transform: translateX(calc(100% + 30px));
  opacity: 0;
  visibility: hidden;
  transition: transform .28s ease, opacity .22s ease, visibility .22s ease;
}
.anb-live-chat-drawer.is-open { transform: translateX(0); opacity: 1; visibility: visible; }
.anb-live-chat-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: #fff;
  background: linear-gradient(135deg, #17081d, #2c0d35);
}
.anb-live-chat-drawer__head > div { display: flex; align-items: center; gap: 12px; }
.anb-live-chat-drawer__head p { display: grid; margin: 0; }
.anb-live-chat-drawer__head small { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.64); font-size: .7rem; }
.anb-live-chat-drawer__head small i { width: 8px; height: 8px; border-radius: 50%; background: #6af2a8; }
.anb-live-chat-drawer__head > button { width: 38px; height: 38px; border: 0; border-radius: 12px; color: #fff; background: rgba(255,255,255,.1); font-size: 1.45rem; line-height: 1; }
.anb-live-chat-drawer__body { min-height: 0; overflow-y: auto; padding: 22px; background: linear-gradient(180deg, #fbf7fc, #fff); }
.anb-live-chat-drawer__form { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 14px; border-top: 1px solid var(--anb-line); background: #fff; }
.anb-live-chat-drawer__form textarea { min-height: 58px; max-height: 140px; resize: vertical; padding: 12px 14px; border: 1px solid rgba(41,16,48,.14); border-radius: 14px; outline: 0; }
.anb-live-chat-drawer__form textarea:focus { border-color: rgba(154,54,190,.55); box-shadow: 0 0 0 4px rgba(154,54,190,.08); }
.anb-live-chat-drawer__form button { align-self: stretch; min-width: 82px; border: 0; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #9a36be, #711d91); font-weight: 800; }
.anb-live-chat-drawer__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 16px; border-top: 1px solid var(--anb-line); background: #fff; font-size: .72rem; }
.anb-live-chat-drawer__footer span { color: var(--anb-muted); }
.anb-live-chat-drawer__footer a { color: var(--anb-purple); font-weight: 800; }
body.anb-live-chat-open { overflow: hidden; }
.anb-live-chat-drawer .anb-bubble p { margin: 0; white-space: pre-line; }
.anb-live-chat-drawer .anb-bubble__sources { display: grid; gap: 5px; margin-top: 10px; }
.anb-live-chat-drawer .anb-bubble__sources a { color: var(--anb-purple); font-size: .7rem; text-decoration: underline; }

body.anb-site .anb-footer__brand,
body.anb-site .anb-footer__brand::before,
body.anb-site .anb-footer__brand::after {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.anb-site .anb-footer__brand img {
  display: block !important;
  width: 272px !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  clip-path: none !important;
  object-fit: contain !important;
  image-rendering: auto !important;
}


/* Contrast guardrails for every dark public block. These rules override
   inherited heading colors from WordPress themes and page-builder CSS. */
body.anb-site .anb-hero h1,
body.anb-site .anb-hero h2,
body.anb-site .anb-hero h3,
body.anb-site .anb-hero strong,
body.anb-site .anb-services h2,
body.anb-site .anb-services h3,
body.anb-site .anb-services strong,
body.anb-site .anb-cta h2,
body.anb-site .anb-cta h3,
body.anb-site .anb-cta strong,
body.anb-site .anb-footer h2,
body.anb-site .anb-footer h3,
body.anb-site .anb-footer strong {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
body.anb-site .anb-hero p,
body.anb-site .anb-services p,
body.anb-site .anb-cta p,
body.anb-site .anb-footer p {
  opacity: 1 !important;
}
body.anb-site .anb-services .anb-section-heading p,
body.anb-site .anb-hero__lead,
body.anb-site .anb-cta p {
  color: rgba(255,255,255,.74) !important;
  -webkit-text-fill-color: rgba(255,255,255,.74) !important;
}

@media (max-width: 1100px) {
  .anb-live-chat-trigger { min-width: 178px; padding-inline: 15px; }
  .anb-live-chat-trigger span { font-size: .77rem; }
}
@media (max-width: 760px) {
  .anb-live-chat-trigger { width: 100%; margin-top: 12px; }
  .anb-live-chat-drawer { inset: 0; width: 100%; border-radius: 0; }
  .anb-live-chat-drawer__footer { align-items: flex-start; flex-direction: column; }
}

/* 8.0 contact navigation */
.anb-footer h3 a { color:inherit!important; text-decoration:none!important; }
.anb-footer h3 a:hover { color:#dd8aee!important; }
body.page-contacto .anb-nav__list a[href*="/contacto/"] { color:#922caf; }


/* 10.0 — privacidad por sesión, respuestas debajo de la consulta y móvil realmente vertical */
.anb-chat-head__actions,
.anb-live-chat-drawer__actions { display:flex; align-items:center; gap:8px; }
.anb-chat-head__actions button,
.anb-live-chat-drawer__actions button[data-anb-live-chat-reset] { border:1px solid rgba(153,54,187,.22); border-radius:999px; padding:7px 11px; color:#7d258f; background:#fff; font-size:.7rem; font-weight:800; cursor:pointer; }
.anb-bubble { overflow-wrap:anywhere; word-break:normal; }

@media (max-width: 700px) {
  html, body.anb-site { max-width:100%; overflow-x:hidden; }
  .anb-site .anb-container,
  .anb-site main,
  .anb-site section,
  .anb-site article,
  .anb-site form,
  .anb-site div { min-width:0; }
  .anb-hero__grid,
  .anb-hero__proof,
  .anb-trust-strip__grid,
  .anb-tool-grid,
  .anb-service-grid,
  .anb-process__grid,
  .anb-assistant__grid,
  .anb-commercial__grid,
  .anb-knowledge-grid,
  .anb-stat-grid,
  .anb-footer__top,
  .anb-post-list { grid-template-columns:minmax(0,1fr) !important; }
  .anb-footer__brand,
  .anb-footer__top > div:last-child { grid-column:auto !important; }
  .anb-service-card,
  .anb-tool-card,
  .anb-knowledge-card { width:100%; max-width:100%; }

  /* En celular, la persona pregunta primero y el hilo aparece inmediatamente debajo. */
  .anb-assistant__panel { display:flex; flex-direction:column; width:100%; }
  .anb-assistant__panel .anb-chat-head { order:1; }
  .anb-assistant__panel .anb-chat-input { order:2; position:sticky; top:76px; z-index:3; }
  .anb-assistant__panel .anb-chat-body { order:3; max-height:none; min-height:220px; overflow:visible; }
  .anb-chat-input { grid-template-columns:minmax(0,1fr) auto; }
  .anb-chat-head__actions .anb-chat-secure { display:none; }

  .anb-live-chat-drawer { display:flex; flex-direction:column; width:100%; max-width:100%; }
  .anb-live-chat-drawer__head { order:1; }
  .anb-live-chat-drawer__form { order:2; }
  .anb-live-chat-drawer__body { order:3; flex:1; min-height:220px; }
  .anb-live-chat-drawer__footer { order:4; }
  .anb-live-chat-drawer__form { grid-template-columns:minmax(0,1fr) auto; }
  .anb-live-chat-drawer__actions > button { flex:0 0 auto; }
  .anb-bubble { max-width:96%; }

  .anb-footer__brand img { width:min(240px,100%) !important; }
}

/* 13.0 — logotipo oficial ANB 2026 en el pie de página */
body.anb-site .anb-footer__brand {
  overflow: visible !important;
  line-height: normal !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.anb-site .anb-footer__brand img[src*="logo-anbrands-footer-2026.png"] {
  display: block !important;
  width: min(340px, 100%) !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  aspect-ratio: 1635 / 594;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  clip-path: none !important;
  transform: none !important;
  backface-visibility: visible !important;
  object-fit: contain !important;
  object-position: left center !important;
  image-rendering: auto !important;
}
@media (max-width: 700px) {
  body.anb-site .anb-footer__brand img[src*="logo-anbrands-footer-2026.png"] {
    width: min(290px, 100%) !important;
  }
}

/* 15.0 — identidad del pie sin textos superpuestos */
body.anb-site .anb-footer__brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-width: 0 !important;
  line-height: 1.5 !important;
}
body.anb-site .anb-footer__brand > img[src*="logo-anbrands-footer-2026.png"] {
  flex: 0 0 auto !important;
  margin: 0 0 24px !important;
}
body.anb-site .anb-footer__brand > p {
  display: block !important;
  position: static !important;
  width: 100% !important;
  max-width: 360px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: rgba(255,255,255,.72) !important;
  -webkit-text-fill-color: rgba(255,255,255,.72) !important;
  font-size: .88rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  transform: none !important;
}
body.anb-site .anb-footer__brand > span {
  display: block !important;
  position: static !important;
  width: 100% !important;
  max-width: 360px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.42) !important;
  -webkit-text-fill-color: rgba(255,255,255,.42) !important;
  font-size: .76rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  transform: none !important;
}
@media (max-width: 700px) {
  body.anb-site .anb-footer__brand > img[src*="logo-anbrands-footer-2026.png"] {
    margin-bottom: 20px !important;
  }
  body.anb-site .anb-footer__brand > p,
  body.anb-site .anb-footer__brand > span {
    max-width: 100% !important;
  }
}
