.agent-landing {
    --agent-ink: #172126;
    --agent-charcoal: #202a2d;
    --agent-charcoal-2: #2a3539;
    --agent-muted: #5d696e;
    --agent-line: #dfe3df;
    --agent-paper: #ffffff;
    --agent-soft: #f4f5f1;
    --agent-yellow: #f3d31d;
    --agent-yellow-soft: #fff7bf;
    --agent-green: #45b977;
    color: var(--agent-ink);
    background: var(--agent-paper);
    overflow: hidden;
}

.agent-landing *,
.agent-landing *::before,
.agent-landing *::after { box-sizing: border-box; }

.agent-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.agent-breadcrumbs {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 56px;
    color: #707a7e;
    font-size: 13px;
    font-weight: 650;
}
.agent-breadcrumbs a { color: var(--agent-ink); text-decoration: none; }
.agent-breadcrumbs a:hover { text-decoration: underline; text-underline-offset: 3px; }

.agent-kicker {
    margin: 0 0 14px;
    color: #596367;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .12em;
    line-height: 1.35;
    text-transform: uppercase;
}
.agent-kicker > span { display: inline-block; width: 24px; height: 3px; margin: 0 9px 3px 0; background: var(--agent-yellow); }
.agent-heading { max-width: 760px; margin-bottom: 42px; }
.agent-heading--split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .7fr); gap: 64px; align-items: end; max-width: none; }
.agent-heading h2,
.agent-answer h2,
.agent-definition h2,
.agent-architecture h2,
.agent-governance h2,
.agent-faq h2,
.agent-contact h2 {
    margin: 0;
    color: var(--agent-ink);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.03;
    letter-spacing: -.045em;
    text-wrap: balance;
}
.agent-heading > p:last-child,
.agent-heading--split > p {
    margin: 16px 0 0;
    color: var(--agent-muted);
    font-size: 17px;
    line-height: 1.7;
    text-wrap: pretty;
}
.agent-heading--split > p { margin: 0; }
.agent-section { padding: 108px 0; }

.agent-hero {
    position: relative;
    min-height: 665px;
    padding: 64px 0 72px;
    background: var(--agent-charcoal);
    isolation: isolate;
}
.agent-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -100px;
    top: -130px;
    width: 380px;
    height: 380px;
    border: 74px solid rgba(243, 211, 29, .08);
    border-radius: 50%;
}
.agent-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 27%;
    height: 4px;
    background: var(--agent-yellow);
}
.agent-hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(490px, 1.08fr); gap: 72px; align-items: center; }
.agent-hero__copy { color: white; }
.agent-hero__copy .agent-kicker { color: #e1e5e3; }
.agent-hero h1 {
    max-width: 670px;
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 5.8vw, 74px);
    font-weight: 850;
    line-height: .96;
    letter-spacing: -.058em;
    text-wrap: balance;
}
.agent-hero__lead { max-width: 650px; margin: 27px 0 0; color: #cdd4d1; font-size: 18px; line-height: 1.7; text-wrap: pretty; }
.agent-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.agent-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 20px;
    gap: 13px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.agent-button:hover { transform: translateY(-2px); }
.agent-button--primary { color: #152025; background: var(--agent-yellow); box-shadow: 0 8px 24px rgba(0, 0, 0, .12); }
.agent-button--primary:hover { color: #152025; background: #ffe330; }
.agent-button--ghost { color: #fff; border-color: rgba(255,255,255,.24); background: transparent; }
.agent-button--ghost:hover { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); }
.agent-hero__assurances { display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 27px 0 0; list-style: none; }
.agent-hero__assurances li { display: flex; gap: 7px; align-items: center; color: #d7dcda; font-size: 12px; font-weight: 700; }
.agent-hero__assurances i { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #172126; background: var(--agent-yellow); font-size: 10px; font-style: normal; }

.agent-console { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #f8f9f6; box-shadow: 0 32px 70px rgba(0,0,0,.31); }
.agent-console::after { content: ""; position: absolute; right: -34px; bottom: -34px; width: 86px; height: 86px; border: 17px solid rgba(243,211,29,.45); border-radius: 50%; pointer-events: none; }
.agent-console__bar { display: flex; min-height: 58px; padding: 0 18px; align-items: center; justify-content: space-between; border-bottom: 1px solid #dfe3df; background: #fff; }
.agent-console__bar > div { display: flex; gap: 10px; align-items: center; }
.agent-console__bar strong { font-size: 13px; }
.agent-console__mark { display: grid; width: 30px; height: 30px; place-items: center; color: #192328; background: var(--agent-yellow); border-radius: 7px; font-size: 10px; font-weight: 900; }
.agent-console__state { display: flex; gap: 7px; align-items: center; padding: 7px 9px; border: 1px solid #dce5dd; border-radius: 999px; color: #536158; background: #f5faf6; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.agent-console__state i { width: 7px; height: 7px; border-radius: 50%; background: var(--agent-green); box-shadow: 0 0 0 4px rgba(69,185,119,.13); }
.agent-console__body { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 402px; }
.agent-conversation { padding: 22px; border-right: 1px solid #e0e4e0; background: #f4f5f1; }
.agent-conversation__head,
.agent-reasoning__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; color: #788185; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.agent-conversation__head b { padding: 5px 8px; border: 1px solid #d7dcd8; border-radius: 999px; color: #334045; background: #fff; font-size: 9px; }
.agent-message { max-width: 91%; margin-bottom: 18px; padding: 12px 14px; border-radius: 12px; box-shadow: 0 4px 14px rgba(34,45,49,.06); }
.agent-message small { display: block; margin-bottom: 5px; color: #7d8689; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.agent-message p { margin: 0; color: #263237; font-size: 12px; line-height: 1.55; }
.agent-message--customer { margin-left: auto; border-bottom-right-radius: 3px; background: #fff; }
.agent-message--ai { display: flex; gap: 10px; align-items: flex-start; border-bottom-left-radius: 3px; background: var(--agent-yellow-soft); }
.agent-message__avatar { flex: 0 0 27px; display: grid; height: 27px; place-items: center; border-radius: 7px; color: #fff; background: var(--agent-charcoal); font-size: 8px; font-weight: 900; }
.agent-reasoning { padding: 22px; background: #fff; }
.agent-reasoning__head b { color: #7c6d00; font-size: 9px; }
.agent-reasoning ol { position: relative; padding: 0; margin: 0; list-style: none; }
.agent-reasoning ol::before { content: ""; position: absolute; left: 15px; top: 30px; bottom: 30px; width: 1px; background: #e2e5e2; }
.agent-reasoning li { position: relative; display: grid; grid-template-columns: 32px 1fr; gap: 11px; align-items: center; min-height: 72px; }
.agent-reasoning li > span { position: relative; z-index: 1; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid #d9dfda; border-radius: 50%; color: #87908b; background: #fff; font-size: 8px; font-weight: 900; }
.agent-reasoning li.is-complete > span { color: #fff; border-color: #253035; background: #253035; }
.agent-reasoning li.is-active > span { color: #172126; border-color: var(--agent-yellow); background: var(--agent-yellow); box-shadow: 0 0 0 5px rgba(243,211,29,.19); }
.agent-reasoning small { display: block; margin-bottom: 4px; color: #929a96; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.agent-reasoning strong { display: block; color: #263237; font-size: 10px; line-height: 1.35; }
.agent-console__footer { display: flex; min-height: 48px; padding: 0 18px; align-items: center; justify-content: space-between; border-top: 1px solid #dfe3df; color: #77817c; background: #fff; font-size: 9px; font-weight: 700; }
.agent-console__footer > span { display: flex; gap: 7px; align-items: center; }
.agent-console__footer > span i { width: 6px; height: 6px; border-radius: 50%; background: var(--agent-yellow); }
.agent-console__dots { display: flex; gap: 4px; }
.agent-console__dots i { width: 4px; height: 4px; border-radius: 50%; background: #b9bfbc; }

.agent-principles { border-bottom: 1px solid #e2e5e2; background: #fff; }
.agent-principles .agent-shell { display: flex; min-height: 68px; align-items: center; justify-content: center; gap: 22px; }
.agent-principles span { color: #485459; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.agent-principles i { color: #b0b6b3; font-size: 16px; font-style: normal; }

.agent-answer { display: grid; grid-template-columns: 110px minmax(0, 840px); gap: 28px; padding-top: 100px; padding-bottom: 100px; align-items: start; }
.agent-answer__index { color: var(--agent-yellow); font-size: 70px; font-weight: 900; line-height: .9; letter-spacing: -.06em; }
.agent-answer h2 { font-size: clamp(32px, 4.3vw, 50px); }
.agent-answer p:not(.agent-kicker) { margin: 24px 0 0; color: var(--agent-muted); font-size: 19px; line-height: 1.75; }
.agent-answer strong { display: block; margin-top: 24px; padding-left: 18px; border-left: 4px solid var(--agent-yellow); color: #263237; font-size: 15px; line-height: 1.6; }

.agent-problems { border-top: 1px solid var(--agent-line); background: var(--agent-soft); }
.agent-problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d7dbd7; border-left: 1px solid #d7dbd7; }
.agent-problem-grid article { position: relative; min-height: 234px; padding: 32px; border-right: 1px solid #d7dbd7; border-bottom: 1px solid #d7dbd7; background: rgba(255,255,255,.5); transition: background .2s ease, transform .2s ease; }
.agent-problem-grid article:hover { z-index: 1; background: #fff; transform: translateY(-3px); box-shadow: 0 15px 35px rgba(29,39,43,.08); }
.agent-problem-grid span { display: block; margin-bottom: 35px; color: #a0a8a4; font-size: 11px; font-weight: 850; }
.agent-problem-grid h3 { margin: 0 0 12px; color: var(--agent-ink); font-size: 19px; line-height: 1.2; letter-spacing: -.02em; }
.agent-problem-grid p { margin: 0; color: var(--agent-muted); font-size: 14px; line-height: 1.65; }

.agent-flow { color: #fff; background: var(--agent-charcoal); }
.agent-flow .agent-kicker { color: #aeb8b4; }
.agent-flow .agent-heading h2 { color: #fff; }
.agent-flow .agent-heading > p:last-child { color: #bdc5c2; }
.agent-scenarios { display: flex; gap: 8px; margin-bottom: 20px; }
.agent-scenarios button { min-height: 42px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #c8cfcc; background: transparent; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.agent-scenarios button[aria-selected="true"] { color: #182226; border-color: var(--agent-yellow); background: var(--agent-yellow); }
.agent-flowboard { padding: 38px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: #263136; box-shadow: 0 24px 50px rgba(0,0,0,.16); }
.agent-flowboard__lane { display: grid; grid-template-columns: 1fr 38px 1fr 38px 1fr 38px 1fr; align-items: stretch; }
.agent-flow-node { position: relative; min-height: 210px; padding: 24px 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: #2e3a3e; }
.agent-flow-node > span { display: grid; width: 31px; height: 31px; margin-bottom: 38px; place-items: center; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; color: #b7bfbc; font-size: 9px; font-weight: 900; }
.agent-flow-node > small { display: block; margin-bottom: 8px; color: #8f9a96; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.agent-flow-node > strong { display: block; color: #fff; font-size: 15px; line-height: 1.3; }
.agent-flow-node > p { margin: 9px 0 0; color: #aeb7b4; font-size: 11px; line-height: 1.5; }
.agent-flow-node.is-core { border-color: rgba(243,211,29,.65); }
.agent-flow-node.is-core > span { color: #192328; border-color: var(--agent-yellow); background: var(--agent-yellow); }
.agent-flow-node.is-channel::after { content: ""; position: absolute; left: 22px; top: 73px; width: 38px; height: 3px; background: var(--agent-yellow); }
.agent-flow-arrow { display: grid; place-items: center; color: var(--agent-yellow); font-size: 20px; font-style: normal; }
.agent-flowboard__outcome { display: grid; grid-template-columns: 1fr 38px 1fr; gap: 18px; align-items: center; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.agent-flowboard__outcome > div { padding: 16px 18px; border-radius: 8px; background: rgba(255,255,255,.06); }
.agent-flowboard__outcome small { display: block; margin-bottom: 5px; color: #98a29e; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.agent-flowboard__outcome strong { color: #fff; font-size: 12px; }
.agent-flowboard__outcome > span { color: var(--agent-yellow); text-align: center; font-size: 22px; }

.agent-definition { background: #fff; }
.agent-definition__grid { display: grid; grid-template-columns: minmax(0, .84fr) minmax(480px, 1.16fr); gap: 86px; align-items: start; }
.agent-prose { color: var(--agent-muted); font-size: 16px; line-height: 1.75; }
.agent-prose p { margin: 19px 0 0; }
.agent-prose strong { color: var(--agent-ink); }
.agent-prose ul { display: grid; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; }
.agent-prose li { position: relative; padding-left: 25px; }
.agent-prose li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: #887600; font-weight: 900; }
.agent-comparison { overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--agent-line); border-radius: 14px; box-shadow: 0 22px 50px rgba(31,42,46,.08); }
.agent-comparison__head { grid-column: 1 / -1; display: flex; min-height: 56px; padding: 0 20px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--agent-line); background: #f6f7f4; }
.agent-comparison__head span { font-size: 12px; font-weight: 850; }
.agent-comparison__head small { color: #78817d; font-size: 10px; }
.agent-comparison article { padding: 28px; }
.agent-comparison article + article { border-left: 1px solid var(--agent-line); }
.agent-comparison article.is-agent { background: #fffbed; }
.agent-comparison h3 { margin: 0 0 24px; color: var(--agent-ink); font-size: 17px; }
.agent-comparison ul { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.agent-comparison li { display: grid; grid-template-columns: 20px 1fr; gap: 7px; color: #596469; font-size: 12px; line-height: 1.55; }
.agent-comparison li i { color: #9ca4a0; font-style: normal; font-weight: 900; }
.agent-comparison .is-agent li i { color: #796900; }

.agent-usecases { background: var(--agent-soft); }
.agent-bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.agent-bento article { min-height: 252px; padding: 28px; border: 1px solid #dfe2de; border-radius: 12px; background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.agent-bento article.is-wide { grid-column: span 2; }
.agent-bento article:hover { transform: translateY(-3px); border-color: #c8cbbf; box-shadow: 0 16px 34px rgba(31,42,46,.08); }
.agent-bento__icon { display: flex; height: 75px; align-items: flex-start; justify-content: space-between; }
.agent-bento__icon span { color: #9da5a1; font-size: 10px; font-weight: 900; }
.agent-bento__icon i { position: relative; display: block; width: 38px; height: 38px; border: 1px solid #d8dcd8; border-radius: 9px; }
.agent-bento__icon i::before,
.agent-bento__icon i::after { content: ""; position: absolute; background: var(--agent-yellow); }
.agent-bento__icon i::before { left: 10px; right: 10px; top: 18px; height: 2px; }
.agent-bento__icon i::after { top: 10px; bottom: 10px; left: 18px; width: 2px; }
.agent-bento h3 { max-width: 300px; margin: 0 0 12px; color: var(--agent-ink); font-size: 19px; line-height: 1.2; letter-spacing: -.02em; }
.agent-bento p { max-width: 460px; margin: 0; color: var(--agent-muted); font-size: 13px; line-height: 1.65; }

.agent-architecture { border-top: 1px solid var(--agent-line); background: #fff; }
.agent-architecture__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(540px, 1.15fr); gap: 84px; align-items: center; }
.agent-architecture__note { display: grid; grid-template-columns: 24px 1fr; gap: 9px; align-items: start; margin: 26px 0 0; padding: 14px; border: 1px solid #e4deae; border-radius: 8px; color: #655d26; background: #fffce9; font-size: 11px; line-height: 1.5; }
.agent-architecture__note i { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #fff; background: #817400; font-size: 10px; font-style: normal; font-weight: 900; }
.agent-stack { display: grid; grid-template-columns: 1fr 54px 1.24fr 54px 1fr; align-items: center; min-height: 410px; padding: 28px; border: 1px solid var(--agent-line); border-radius: 16px; background: var(--agent-soft); }
.agent-stack__column { display: grid; gap: 10px; }
.agent-stack__column small { margin-bottom: 5px; color: #8d9691; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.agent-stack__column span { display: grid; min-height: 43px; padding: 8px; place-items: center; border: 1px solid #dce0dc; border-radius: 8px; color: #4c595e; background: #fff; font-size: 11px; font-weight: 800; text-align: center; }
.agent-stack__connector { display: grid; gap: 32px; }
.agent-stack__connector i { position: relative; height: 1px; background: #bfc6c1; }
.agent-stack__connector i::after { content: ""; position: absolute; right: -1px; top: -3px; width: 7px; height: 7px; border-top: 1px solid #9fa8a3; border-right: 1px solid #9fa8a3; transform: rotate(45deg); }
.agent-stack__core { position: relative; display: flex; min-height: 228px; padding: 26px 18px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--agent-yellow); border-radius: 50%; color: #fff; background: var(--agent-charcoal); text-align: center; box-shadow: 0 0 0 9px rgba(243,211,29,.16); }
.agent-stack__core > span { position: absolute; top: -10px; padding: 6px 11px; border-radius: 999px; color: #1c272b; background: var(--agent-yellow); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.agent-stack__core strong { font-size: 13px; line-height: 1.65; }
.agent-stack__core small { margin-top: 12px; color: #aeb8b4; font-size: 9px; }

.agent-benefits { background: var(--agent-charcoal); }
.agent-benefits .agent-kicker { color: #aeb7b3; }
.agent-benefits .agent-heading h2 { color: #fff; }
.agent-benefits .agent-heading > p:last-child { color: #b9c1be; }
.agent-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.agent-benefit-grid article { min-height: 242px; padding: 30px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.agent-benefit-grid__signal { display: flex; height: 62px; gap: 4px; align-items: end; }
.agent-benefit-grid__signal span,
.agent-benefit-grid__signal i { display: block; width: 5px; background: rgba(243,211,29,.35); }
.agent-benefit-grid__signal span { height: 15px; }
.agent-benefit-grid__signal i:first-of-type { height: 25px; }
.agent-benefit-grid__signal i:last-of-type { height: 37px; background: var(--agent-yellow); }
.agent-benefit-grid h3 { margin: 0 0 12px; color: #fff; font-size: 19px; }
.agent-benefit-grid p { margin: 0; color: #aeb8b4; font-size: 13px; line-height: 1.65; }

.agent-method { background: #fff; }
.agent-timeline { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); padding: 0; margin: 70px 0 0; list-style: none; }
.agent-timeline::before { content: ""; position: absolute; top: 19px; left: 7%; right: 7%; height: 1px; background: #ced4cf; }
.agent-timeline li { position: relative; padding: 0 14px; }
.agent-timeline li > span { position: relative; z-index: 1; display: grid; width: 39px; height: 39px; margin-bottom: 26px; place-items: center; border: 1px solid #cfd5d0; border-radius: 50%; color: #5c676c; background: #fff; font-size: 9px; font-weight: 900; }
.agent-timeline li:first-child > span,
.agent-timeline li:last-child > span { color: #192328; border-color: var(--agent-yellow); background: var(--agent-yellow); }
.agent-timeline h3 { margin: 0 0 9px; color: var(--agent-ink); font-size: 15px; line-height: 1.25; }
.agent-timeline p { margin: 0; color: var(--agent-muted); font-size: 11px; line-height: 1.55; }

.agent-difference { color: #fff; background: #172126; }
.agent-heading--inverse .agent-kicker { color: #a9b3af; }
.agent-heading--inverse h2 { color: #fff; }
.agent-heading--inverse > p { color: #b6bfbc; }
.agent-difference__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.14); }
.agent-difference__grid article { min-height: 228px; padding: 31px; background: #202b2f; }
.agent-difference__grid span { display: block; margin-bottom: 36px; color: var(--agent-yellow); font-size: 10px; font-weight: 900; }
.agent-difference__grid h3 { margin: 0 0 11px; color: #fff; font-size: 18px; }
.agent-difference__grid p { margin: 0; color: #aab4b0; font-size: 13px; line-height: 1.65; }
.agent-difference__cta { display: flex; min-height: 95px; padding: 0 28px; align-items: center; justify-content: space-between; color: #172126; background: var(--agent-yellow); }
.agent-difference__cta p { margin: 0; font-size: 15px; font-weight: 800; }
.agent-difference__cta a { color: #172126; font-size: 13px; font-weight: 900; text-decoration: none; }
.agent-difference__cta a:hover { text-decoration: underline; text-underline-offset: 4px; }

.agent-governance { background: var(--agent-soft); }
.agent-governance__grid { display: grid; grid-template-columns: minmax(420px, 1fr) minmax(0, .86fr); gap: 80px; align-items: center; }
.agent-governance figure { margin: 0; }
.agent-governance img { display: block; width: 100%; aspect-ratio: 4 / 3; border-radius: 12px; object-fit: cover; object-position: center; box-shadow: 18px 18px 0 var(--agent-yellow); }
.agent-governance figcaption { max-width: 500px; margin: 28px 0 0 18px; color: #667176; font-size: 11px; line-height: 1.5; }

.agent-related { background: #fff; }
.agent-related__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--agent-line); border-left: 1px solid var(--agent-line); }
.agent-related__grid a { position: relative; min-height: 276px; padding: 28px; border-right: 1px solid var(--agent-line); border-bottom: 1px solid var(--agent-line); color: var(--agent-ink); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.agent-related__grid a:hover { z-index: 1; background: #fffbea; transform: translateY(-3px); }
.agent-related__grid span { display: block; margin-bottom: 40px; color: #8a9390; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.agent-related__grid h3 { margin: 0 0 12px; color: var(--agent-ink); font-size: 18px; line-height: 1.25; }
.agent-related__grid p { margin: 0; color: var(--agent-muted); font-size: 12px; line-height: 1.65; }
.agent-related__grid b { position: absolute; right: 26px; bottom: 24px; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #d9ddd9; border-radius: 50%; font-size: 12px; }

.agent-faq { border-top: 1px solid var(--agent-line); background: var(--agent-soft); }
.agent-faq__grid { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 90px; align-items: start; }
.agent-faq__intro { position: sticky; top: 110px; }
.agent-faq__intro h2 { font-size: clamp(34px, 3.5vw, 49px); }
.agent-faq__intro > p:not(.agent-kicker) { margin: 20px 0; color: var(--agent-muted); font-size: 15px; line-height: 1.65; }
.agent-faq__intro a { color: var(--agent-ink); font-size: 13px; font-weight: 850; text-decoration-color: var(--agent-yellow); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.agent-faq__list { border-top: 1px solid #cfd4d0; }
.agent-faq details { border-bottom: 1px solid #cfd4d0; }
.agent-faq summary { display: grid; grid-template-columns: 34px 1fr 24px; gap: 12px; min-height: 78px; padding: 22px 0; align-items: center; color: var(--agent-ink); font-size: 15px; font-weight: 800; cursor: pointer; list-style: none; }
.agent-faq summary::-webkit-details-marker { display: none; }
.agent-faq summary > span { color: #929b97; font-size: 9px; font-weight: 900; }
.agent-faq summary i { position: relative; display: block; width: 22px; height: 22px; }
.agent-faq summary i::before,
.agent-faq summary i::after { content: ""; position: absolute; background: #354146; transition: transform .2s ease; }
.agent-faq summary i::before { left: 3px; right: 3px; top: 10px; height: 2px; }
.agent-faq summary i::after { top: 3px; bottom: 3px; left: 10px; width: 2px; }
.agent-faq details[open] summary i::after { transform: rotate(90deg); }
.agent-faq details > div { padding: 0 45px 24px; }
.agent-faq details p { margin: 0; color: var(--agent-muted); font-size: 14px; line-height: 1.7; }

.agent-contact { padding: 108px 0; color: #fff; background: var(--agent-charcoal); }
.agent-contact__grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr); gap: 90px; align-items: start; }
.agent-contact .agent-kicker { color: #b0bab6; }
.agent-contact h2 { color: #fff; }
.agent-contact__copy > p:not(.agent-kicker) { margin: 24px 0 0; color: #bdc5c2; font-size: 16px; line-height: 1.7; }
.agent-contact__copy ul { display: grid; gap: 10px; padding: 0; margin: 30px 0 0; list-style: none; }
.agent-contact__copy li { display: flex; gap: 9px; align-items: center; color: #d6dcd9; font-size: 12px; font-weight: 750; }
.agent-contact__copy li i { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #172126; background: var(--agent-yellow); font-size: 9px; font-style: normal; font-weight: 900; }
.agent-contact form { position: relative; padding: 32px; border-radius: 14px; color: var(--agent-ink); background: #fff; box-shadow: 0 28px 60px rgba(0,0,0,.23); }
.agent-contact__form-head { display: flex; margin-bottom: 26px; align-items: center; justify-content: space-between; }
.agent-contact__form-head strong { font-size: 18px; }
.agent-contact__form-head span { color: #7a8580; font-size: 10px; font-weight: 750; }
.agent-contact__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.agent-contact form > label,
.agent-contact__fields label { display: grid; gap: 7px; margin-bottom: 16px; color: #4d595e; font-size: 11px; font-weight: 800; }
.agent-contact input:not([type="checkbox"]),
.agent-contact textarea { width: 100%; border: 1px solid #d8ddda; border-radius: 7px; outline: none; color: #223036; background: #fafbf9; font: inherit; font-size: 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.agent-contact input:not([type="checkbox"]) { min-height: 46px; padding: 10px 12px; }
.agent-contact textarea { min-height: 118px; padding: 12px; resize: vertical; }
.agent-contact input:focus,
.agent-contact textarea:focus { border-color: #b9a000; box-shadow: 0 0 0 3px rgba(243,211,29,.25); }
.agent-contact textarea::placeholder { color: #9ca4a1; }
.agent-contact__privacy { display: flex !important; grid-template-columns: 18px 1fr; gap: 9px !important; align-items: flex-start; font-weight: 600 !important; line-height: 1.45; }
.agent-contact__privacy input { flex: 0 0 16px; width: 16px; height: 16px; margin-top: 2px; accent-color: #9a8500; }
.agent-contact__privacy a { color: var(--agent-ink); font-weight: 800; }
.agent-contact form .agent-button { border: 0; cursor: pointer; }
.agent-contact form .agent-button:disabled { cursor: wait; opacity: .65; transform: none; }
.agent-contact__honeypot { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.agent-contact .cms-form-result { margin: 13px 0 0; color: #596469; font-size: 12px; line-height: 1.5; }
.agent-contact .cms-form-result.is-success { color: #1a7042; }
.agent-contact .cms-form-result.is-error { color: #ad2a2a; }

.agent-button:focus-visible,
.agent-scenarios button:focus-visible,
.agent-faq summary:focus-visible,
.agent-related__grid a:focus-visible,
.agent-breadcrumbs a:focus-visible { outline: 3px solid var(--agent-yellow); outline-offset: 4px; }

.agent-js [data-agent-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.agent-js [data-agent-reveal].is-visible { opacity: 1; transform: none; }
.agent-console.is-changing .agent-console__body { animation: agent-soft-pulse .38s ease; }
@keyframes agent-soft-pulse { 50% { opacity: .62; } }

@media (max-width: 1120px) {
    .agent-hero__grid { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: 42px; }
    .agent-hero h1 { font-size: clamp(44px, 5.5vw, 64px); }
    .agent-definition__grid,
    .agent-architecture__grid { gap: 52px; }
    .agent-flowboard { padding: 26px; }
    .agent-flow-node { padding: 20px 16px; }
    .agent-timeline { grid-template-columns: repeat(4, 1fr); gap: 36px 0; }
    .agent-timeline::before { display: none; }
    .agent-timeline li { border-top: 1px solid #d8ddd9; padding-top: 20px; }
    .agent-related__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 940px) {
    .agent-shell { width: min(100% - 36px, 760px); }
    .agent-section { padding: 86px 0; }
    .agent-hero { padding-top: 54px; }
    .agent-hero__grid { grid-template-columns: 1fr; gap: 50px; }
    .agent-hero__copy { max-width: 720px; }
    .agent-console { max-width: 720px; width: 100%; }
    .agent-heading--split { grid-template-columns: 1fr; gap: 18px; }
    .agent-heading--split > p { max-width: 650px; }
    .agent-problem-grid,
    .agent-benefit-grid { grid-template-columns: 1fr 1fr; }
    .agent-flowboard__lane { grid-template-columns: 1fr 32px 1fr; gap: 12px 0; }
    .agent-flow-node:nth-of-type(3) { grid-column: 1; grid-row: 3; }
    .agent-flow-node:nth-of-type(4) { grid-column: 3; grid-row: 3; }
    .agent-flow-arrow:nth-of-type(2) { grid-column: 3; grid-row: 2; transform: rotate(90deg); }
    .agent-flow-arrow:nth-of-type(3) { grid-column: 2; grid-row: 3; }
    .agent-definition__grid,
    .agent-architecture__grid,
    .agent-governance__grid,
    .agent-faq__grid,
    .agent-contact__grid { grid-template-columns: 1fr; gap: 56px; }
    .agent-comparison { max-width: 720px; }
    .agent-bento { grid-template-columns: 1fr 1fr; }
    .agent-stack { max-width: 700px; }
    .agent-faq__intro { position: static; max-width: 600px; }
    .agent-contact form { max-width: 700px; }
}

@media (max-width: 680px) {
    .agent-shell { width: calc(100% - 28px); }
    .agent-breadcrumbs { min-height: 48px; font-size: 11px; }
    .agent-section { padding: 70px 0; }
    .agent-heading { margin-bottom: 30px; }
    .agent-heading h2,
    .agent-answer h2,
    .agent-definition h2,
    .agent-architecture h2,
    .agent-governance h2,
    .agent-faq h2,
    .agent-contact h2 { font-size: clamp(31px, 10vw, 41px); }
    .agent-hero { min-height: 0; padding: 46px 0 54px; }
    .agent-hero::before { right: -180px; top: -190px; }
    .agent-hero h1 { font-size: clamp(42px, 13vw, 58px); line-height: .98; }
    .agent-hero__lead { font-size: 16px; line-height: 1.65; }
    .agent-actions { display: grid; grid-template-columns: 1fr; }
    .agent-button { width: 100%; }
    .agent-hero__assurances { display: grid; grid-template-columns: 1fr; gap: 9px; }
    .agent-console__body { grid-template-columns: 1fr; }
    .agent-conversation { min-height: 270px; border-right: 0; border-bottom: 1px solid #e0e4e0; }
    .agent-reasoning { padding-bottom: 10px; }
    .agent-console__bar { padding: 0 12px; }
    .agent-console__state { padding: 6px 7px; font-size: 8px; }
    .agent-console__footer { padding: 0 12px; }
    .agent-principles { overflow-x: auto; }
    .agent-principles .agent-shell { width: max-content; min-width: 100%; padding: 0 18px; justify-content: flex-start; gap: 14px; }
    .agent-principles span { white-space: nowrap; }
    .agent-answer { grid-template-columns: 1fr; gap: 18px; padding-top: 70px; padding-bottom: 70px; }
    .agent-answer__index { font-size: 48px; }
    .agent-answer p:not(.agent-kicker) { font-size: 17px; }
    .agent-problem-grid,
    .agent-benefit-grid { grid-template-columns: 1fr; }
    .agent-problem-grid article,
    .agent-benefit-grid article { min-height: 0; }
    .agent-scenarios { overflow-x: auto; padding-bottom: 5px; }
    .agent-scenarios button { white-space: nowrap; }
    .agent-flowboard { padding: 18px; }
    .agent-flowboard__lane { display: grid; grid-template-columns: 1fr; gap: 28px; }
    .agent-flow-node,
    .agent-flow-node:nth-of-type(3),
    .agent-flow-node:nth-of-type(4) { grid-column: 1; grid-row: auto; min-height: 175px; }
    .agent-flow-node > span { margin-bottom: 24px; }
    .agent-flow-arrow,
    .agent-flow-arrow:nth-of-type(2),
    .agent-flow-arrow:nth-of-type(3) { grid-column: 1; grid-row: auto; height: 10px; transform: rotate(90deg); }
    .agent-flowboard__outcome { grid-template-columns: 1fr; }
    .agent-flowboard__outcome > span { transform: rotate(0deg); }
    .agent-definition__grid { grid-template-columns: minmax(0, 1fr); }
    .agent-comparison { grid-template-columns: 1fr; }
    .agent-comparison article + article { border-top: 1px solid var(--agent-line); border-left: 0; }
    .agent-comparison__head small { display: none; }
    .agent-bento { grid-template-columns: 1fr; }
    .agent-bento article.is-wide { grid-column: span 1; }
    .agent-bento article { min-height: 220px; }
    .agent-architecture__grid { grid-template-columns: minmax(0, 1fr); }
    .agent-stack { grid-template-columns: 1fr; gap: 20px; min-height: 0; padding: 20px; }
    .agent-stack__column { grid-template-columns: 1fr 1fr; }
    .agent-stack__column small { grid-column: 1 / -1; }
    .agent-stack__connector { display: none; }
    .agent-stack__core { width: 220px; min-height: 220px; margin-inline: auto; }
    .agent-benefit-grid { border-left: 0; }
    .agent-benefit-grid article { border-left: 1px solid rgba(255,255,255,.14); }
    .agent-timeline { grid-template-columns: 1fr; gap: 0; margin-top: 40px; }
    .agent-timeline li { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 20px 0; }
    .agent-timeline li > span { margin: 0; }
    .agent-timeline p { font-size: 12px; }
    .agent-difference__grid { grid-template-columns: 1fr; }
    .agent-difference__grid article { min-height: 0; }
    .agent-difference__cta { padding: 22px; align-items: flex-start; flex-direction: column; gap: 13px; }
    .agent-governance__grid { grid-template-columns: minmax(0, 1fr); }
    .agent-governance img { box-shadow: 10px 10px 0 var(--agent-yellow); }
    .agent-related__grid { grid-template-columns: 1fr; }
    .agent-related__grid a { min-height: 230px; }
    .agent-faq summary { grid-template-columns: 27px 1fr 22px; min-height: 70px; font-size: 14px; }
    .agent-faq details > div { padding-left: 39px; padding-right: 0; }
    .agent-contact { padding: 76px 0; }
    .agent-contact__grid { grid-template-columns: minmax(0, 1fr); }
    .agent-contact form { padding: 22px 18px; }
    .agent-contact__fields { grid-template-columns: 1fr; gap: 0; }
    .agent-contact__form-head { align-items: flex-start; flex-direction: column; gap: 5px; }
}

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