/* Feedgrowly tokens, extracted from the approved CRM theme. */
:root {
  --bg: #000000;
  --surface-1: #121214;
  --surface-2: #1b1b1f;
  --surface-3: #26262c;
  --ink-1: #fafafa;
  --ink-2: #d0d0d8;
  --ink-3: #a4a4b0;
  --line: #323238;
  --data: oklch(0.72 0.125 205);
  --data-soft: oklch(0.72 0.125 205 / 0.10);
  --data-line: oklch(0.72 0.125 205 / 0.40);
  --cta: #c32161;
  --cta-ink: #ffffff;
  --focus: #405de6;
  --error: oklch(0.78 0.20 22);
  --font-ui: 'Bricolage Grotesque', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --radius: 14px;
  --ease: cubic-bezier(.25,1,.5,1);
  color-scheme: dark;
}
:root[data-theme='light'] {
  --bg: #ffffff;
  --surface-1: #ffffff;
  --surface-2: #f6f6f8;
  --surface-3: #ededf0;
  --ink-1: #18181b;
  --ink-2: #45454f;
  --ink-3: #64646e;
  --line: #dedee5;
  --data: oklch(0.455 0.125 210);
  --data-soft: oklch(0.455 0.125 210 / 0.07);
  --data-line: oklch(0.455 0.125 210 / 0.30);
  --error: oklch(0.495 0.20 22);
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; padding: 12px; background: var(--bg); color: var(--ink-1); font-family: var(--font-ui); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .7; }
button, input { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible, pre:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
img, svg { max-width: 100%; }
img { display: block; height: auto; }
svg { flex-shrink: 0; }
::selection { background: var(--data); color: var(--bg); }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3, h4 { color: var(--ink-1); text-wrap: balance; }
p { max-width: 72ch; }
.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; }
.skip-link { position: fixed; top: -80px; left: 20px; background: var(--surface-1); padding: 12px 20px; z-index: 100; border: 1px solid var(--line); }
.skip-link:focus { top: 20px; }
.page-shell { max-width: 1560px; margin: 0 auto; border: 1px solid var(--line); border-radius: 24px; overflow: clip; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 24px clamp(22px,4vw,64px); border-bottom: 1px solid var(--line); background: var(--surface-1); }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 38px; height: 38px; color: var(--data); }
.brand strong { display: block; font-size: 15px; line-height: 1.3; letter-spacing: .10em; font-weight: 800; }
.brand small { display: block; color: var(--ink-3); font-size: 12px; letter-spacing: .025em; }
.desktop-nav { display: flex; gap: 26px; color: var(--ink-2); font-size: 14px; }
.desktop-nav a { padding: 9px 0; }
.desktop-nav a:hover, .text-link:hover, .site-footer a:hover { color: var(--data); }
.header-controls { display: flex; align-items: center; gap: 14px; }
.language-control { display: flex; align-items: center; padding: 3px; background: var(--surface-2); border-radius: 6px; border: 1px solid var(--line); }
.language-control a { min-width: 31px; min-height: 34px; display: grid; place-items: center; font-size: 11px; font-weight: 700; border-radius: 4px; color: var(--ink-3); }
.language-control a[aria-current='page'] { background: var(--surface-3); color: var(--ink-1); }
.icon-button { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface-1); }
.icon-button svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.moon-icon, [data-theme='light'] .sun-icon { display: none; }
[data-theme='light'] .moon-icon { display: block; }
.header-cta { display: inline-flex; align-items: center; gap: 12px; padding: 10px 14px; font-weight: 600; font-size: 13px; border: 1px solid var(--line); border-radius: 6px; }
.header-cta:hover { border-color: var(--data); }
.header-cta svg, .text-link svg, .direct-checkout svg, .site-footer a svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.5; }
.eyebrow { display: block; font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; font-weight: 500; text-transform: uppercase; line-height: 1.8; color: var(--data); }
.hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(30px,5vw,80px); padding: clamp(48px,7vw,108px) clamp(24px,5vw,80px) 72px; background: var(--surface-1); align-items: center; }
.hero-copy, .hero-figure { min-width: 0; }
.hero-copy > .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }
.status-dot { width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: var(--data); }
h1 { font-size: clamp(42px,5.2vw,79px); letter-spacing: -.055em; line-height: 1.035; font-weight: 800; }
h1 span { display: block; color: var(--data); }
.hero-description { margin-top: 28px; font-size: clamp(16px,1.35vw,19px); color: var(--ink-2); line-height: 1.75; max-width: 53ch; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 60px; padding: 18px 24px; border: 1px solid transparent; border-radius: 12px; font-size: 16px; line-height: 1.35; font-weight: 700; transition: transform 180ms var(--ease), box-shadow 180ms var(--ease); }
.button-primary { color: var(--cta-ink); background: var(--cta); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 5px 0 var(--surface-3); }
.button svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; padding: 12px 0; }
.hero-note { margin-top: 22px; color: var(--ink-3); font-size: 12px; }
.hero-figure { background: var(--surface-2); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transform: rotate(1deg); }
.figure-top { display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; border-bottom: 1px solid var(--line); }
.figure-top .eyebrow { color: var(--ink-3); }
.figure-symbol { font-family: var(--font-mono); color: var(--data); font-size: 13px; }
.hero-figure img { width: 100%; aspect-ratio: 1.08; object-fit: cover; }
.hero-figure figcaption { font-size: 14px; color: var(--ink-2); padding: 20px 24px; line-height: 1.6; }
.route-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px clamp(24px,5vw,80px); gap: 28px; background: var(--surface-2); }
.route-strip > div { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; }
.route-strip svg { width: 17px; height: 17px; stroke: var(--ink-3); stroke-width: 1; margin-left: auto; }
.route-point { width: 6px; height: 6px; background: var(--data); border-radius: 2px; flex-shrink: 0; }
.section { padding: clamp(60px,7vw,108px) clamp(24px,5vw,80px); background: var(--surface-1); border-bottom: 1px solid var(--line); }
.section-heading { margin-bottom: 42px; max-width: 900px; }
.section-heading > .eyebrow, .environment-copy > .eyebrow, .support-copy > .eyebrow, .offer-copy > .eyebrow { margin-bottom: 18px; }
h2 { font-size: clamp(31px,3.5vw,50px); letter-spacing: -.04em; font-weight: 700; line-height: 1.1; max-width: 22ch; }
.section-intro { color: var(--ink-2); font-size: 17px; line-height: 1.75; margin-top: 22px; max-width: 65ch; }
.naia-lead { display: grid; grid-template-columns: 140px 1fr 190px; gap: 32px; align-items: center; padding: 24px; border: 1px solid var(--data-line); border-radius: var(--radius); background: var(--data-soft); }
.naia-lead > img { width: 140px; aspect-ratio: 1; object-fit: cover; border-radius: 10px; }
.naia-copy h3 { font-size: 38px; letter-spacing: -.03em; line-height: 1.1; margin: 5px 0 12px; }
.naia-copy p { color: var(--ink-2); font-size: 15px; max-width: 66ch; }
.team-connections { width: 190px; stroke: var(--data); stroke-width: 1; }
.team-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 14px; }
.agent { display: grid; grid-template-columns: 64px 1fr; gap: 17px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-2); align-items: center; }
.agent img { width: 64px; aspect-ratio: 1; object-fit: cover; border-radius: 8px; }
.agent h3 { font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
.agent-role { display: block; font-size: 12px; color: var(--data); line-height: 1.4; margin-top: 4px; }
.agent p { grid-column: 1/-1; font-size: 14px; color: var(--ink-2); align-self: start; }
.section-footnote { font-size: 14px; color: var(--ink-3); margin-top: 24px; }
.environment-section { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; background: var(--bg); align-items: start; }
.environment-copy, .tool-workspace { min-width: 0; }
.dev-steps { list-style: none; padding: 0; margin: 30px 0; counter-reset: development; }
.dev-steps li { padding: 15px 0 15px 35px; border-bottom: 1px solid var(--line); position: relative; counter-increment: development; }
.dev-steps li::before { content: counter(development,decimal-leading-zero); color: var(--data); font-family: var(--font-mono); font-size: 10px; position: absolute; left: 0; top: 19px; }
.dev-steps strong { font-size: 16px; font-weight: 600; }
.dev-steps p { font-size: 14px; color: var(--ink-3); margin-top: 5px; }
.models-note strong { font-size: 13px; color: var(--ink-2); }
.models-note p { font-size: 14px; color: var(--ink-3); margin-top: 5px; }
.tool-workspace { border: 1px solid var(--line); border-radius: 16px; background: var(--surface-1); overflow: hidden; }
.workspace-top { display: flex; justify-content: space-between; align-items: center; padding: 21px 24px; border-bottom: 1px solid var(--line); }
.workspace-top .eyebrow { color: var(--ink-3); }
.code-mark { font-family: var(--font-mono); font-size: 20px; color: var(--data); }
.tool-tabs { display: grid; grid-template-columns: 1fr 1fr; margin: 20px 24px 0; border: 1px solid var(--line); border-radius: 8px; padding: 4px; background: var(--bg); }
.tool-tabs button { border: 0; padding: 11px 8px; background: transparent; color: var(--ink-3); border-radius: 5px; font-size: 14px; font-weight: 600; }
.tool-tabs button[aria-selected='true'] { background: var(--surface-3); color: var(--data); }
.tool-panel { padding: 28px 24px 24px; }
.tool-name { color: var(--data); font-size: 14px; margin-bottom: 10px; }
.tool-panel h3 { font-size: 27px; letter-spacing: -.025em; line-height: 1.2; }
.tool-panel > p:not(.tool-name) { color: var(--ink-2); margin-top: 16px; font-size: 15px; }
.prompt-header { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 24px; margin-top: 28px; font-size: 11px; color: var(--ink-3); }
.copy-button { padding: 7px 10px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink-2); background: var(--surface-2); font-size: 11px; }
.copy-button:hover { border-color: var(--data); }
.tool-panel pre { font-family: var(--font-mono); font-size: 12px; line-height: 1.9; color: var(--ink-2); white-space: pre-wrap; overflow-wrap: anywhere; padding: 22px; margin: 12px 0 0; border: 1px solid var(--line); border-radius: 10px; background: var(--bg); }
.program-section { background: var(--surface-2); }
.program-list { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.meeting { display: grid; grid-template-columns: 185px 1fr; background: var(--surface-1); }
.meeting + .meeting { border-top: 1px solid var(--line); }
.meeting-index { padding: 40px 28px; border-right: 1px solid var(--line); background: var(--bg); }
.meeting-index .eyebrow { color: var(--ink-3); }
.meeting-number { display: block; color: var(--data); font-size: 72px; line-height: 1.2; letter-spacing: -.07em; font-weight: 500; margin: 16px 0; }
.meeting-stage { color: var(--ink-3); font-size: 13px; line-height: 1.5; display: block; }
.meeting-content { padding: 42px; min-width: 0; }
.meeting-content > h3 { font-size: clamp(25px,2.35vw,34px); letter-spacing: -.025em; line-height: 1.15; }
.meeting-intro { color: var(--ink-2); font-size: 16px; margin-top: 18px; }
.topic-label { margin-top: 32px; color: var(--ink-3); }
.meeting-topics { list-style: none; padding: 0; margin: 20px 0 28px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 34px; row-gap: 26px; }
.meeting-topics h4 { font-size: 16px; line-height: 1.3; font-weight: 600; }
.meeting-topics p { color: var(--ink-3); font-size: 14px; margin-top: 8px; }
.meeting-result { padding: 20px 0 0; border-top: 1px solid var(--line); }
.meeting-result p { color: var(--ink-2); font-size: 15px; margin-top: 10px; }
.support-section { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.support-note { color: var(--data); font-size: 14px; display: flex; align-items: center; gap: 12px; margin-top: 25px; }
.support-note svg { width: 24px; height: 24px; stroke: currentColor; stroke-width: 1.4; }
.mentor { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.mentor img { width: 100%; aspect-ratio: 1.8; object-fit: cover; }
.mentor figcaption { padding: 24px; }
.mentor h3 { font-size: 28px; letter-spacing: -.025em; margin: 7px 0 12px; }
.mentor p { font-size: 14px; color: var(--ink-3); }
.guarantee-section { background: var(--bg); }
.compact { margin-bottom: 32px; }
.guarantees { display: grid; grid-template-columns: 1fr 1.5fr; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.guarantee-short { padding: 36px; background: var(--data-soft); }
.shield-icon { width: 42px; height: 42px; stroke: var(--data); stroke-width: 1.5; margin-bottom: 24px; }
.guarantees h3 { font-size: 26px; line-height: 1.2; letter-spacing: -.025em; }
.guarantees p { font-size: 14px; color: var(--ink-2); margin-top: 14px; }
.guarantee-conditions { padding: 36px; border-left: 1px solid var(--line); background: var(--surface-1); }
.guarantee-conditions ol { color: var(--ink-3); padding-left: 20px; font-size: 13px; margin: 20px 0; }
.guarantee-conditions li { padding-left: 5px; margin-top: 12px; }
.guarantee-conditions .refund-note { font-size: 13px; border-top: 1px solid var(--line); padding-top: 20px; }
.offer-section { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: center; background: var(--surface-2); }
.offer-copy, .registration { min-width: 0; }
.offer-includes { list-style: none; padding: 0; margin: 28px 0; }
.offer-includes li { display: flex; align-items: start; gap: 12px; color: var(--ink-2); font-size: 14px; margin-top: 10px; }
.offer-includes svg { width: 18px; height: 18px; stroke: var(--data); stroke-width: 1.7; margin-top: 3px; }
.investment { border-top: 1px solid var(--line); padding-top: 26px; }
.investment .eyebrow { color: var(--ink-3); }
.price { font-size: clamp(46px,5vw,74px); letter-spacing: -.06em; font-weight: 700; line-height: 1.15; margin: 8px 0 3px; }
.price-method { color: var(--ink-2); font-size: 16px; }
.installments { font-size: 15px; color: var(--ink-3); margin-top: 8px; }
.registration { padding: 36px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface-1); }
.registration h3 { font-size: 28px; line-height: 1.2; letter-spacing: -.03em; margin-bottom: 28px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 13px; color: var(--ink-2); margin-bottom: 8px; font-weight: 500; }
.field input { border: 1px solid var(--line); background: var(--surface-2); border-radius: 8px; min-height: 52px; width: 100%; padding: 12px 14px; font-size: 16px; }
.field input[aria-invalid='true'] { border-color: var(--error); }
.field-error { display: block; margin-top: 7px; color: var(--error); font-size: 12px; }
.registration .button { width: 100%; margin-top: 7px; padding-inline: 18px; }
.form-note { color: var(--ink-3); font-size: 12px; line-height: 1.7; text-align: center; margin: 17px auto 0; }
.direct-checkout { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; color: var(--ink-2); margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.direct-checkout:hover { color: var(--data); }
.faq-section { display: grid; grid-template-columns: 1fr 1.3fr; gap: 72px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { padding: 22px 0; display: flex; align-items: center; gap: 20px; justify-content: space-between; list-style: none; cursor: pointer; font-size: 17px; line-height: 1.4; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 18px; height: 18px; color: var(--data); stroke: currentColor; stroke-width: 1.5; transition: transform 180ms var(--ease); }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details > p { font-size: 15px; color: var(--ink-2); margin-bottom: 24px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 36px; padding: 35px clamp(24px,5vw,80px); background: var(--bg); }
.site-footer strong { font-size: 11px; font-weight: 600; letter-spacing: .1em; }
.site-footer p { font-size: 12px; color: var(--ink-3); max-width: 65ch; margin-top: 7px; }
.site-footer a { font-size: 12px; color: var(--ink-3); flex-shrink: 0; display: flex; align-items: center; gap: 12px; }
@media (min-width: 640px) { .button { padding: 20px 26px; } }
@media (max-width: 1250px) {
  .header-cta { display: none; }
  .hero { gap: 36px; }
  .hero-figure img { aspect-ratio: .9; }
  .environment-section, .support-section, .offer-section, .faq-section { gap: 40px; }
  .naia-lead { grid-template-columns: 130px 1fr; }
  .team-connections { display: none; }
  .agent { padding: 19px; }
}
@media (max-width: 950px) {
  .desktop-nav { gap: 18px; font-size: 12px; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { max-width: 680px; }
  h1 { font-size: clamp(45px,7.5vw,70px); max-width: 15ch; }
  .hero-figure { transform: none; max-width: 100%; }
  .hero-figure img { aspect-ratio: 1.9; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .environment-section, .support-section, .offer-section, .faq-section { grid-template-columns: 1fr; gap: 38px; }
  .tool-workspace, .registration { width: 100%; }
  .mentor img { aspect-ratio: 2; }
  .meeting { grid-template-columns: 130px 1fr; }
  .meeting-index { padding: 30px 20px; }
  .meeting-content { padding: 30px; }
  .meeting-number { font-size: 58px; }
  .meeting-topics { grid-template-columns: 1fr; gap: 22px; }
  .guarantees { grid-template-columns: 1fr 1.35fr; }
  .registration { max-width: 640px; }
}
@media (max-width: 680px) {
  body { padding: 0; }
  .page-shell { border-radius: 0; border-left: 0; border-right: 0; }
  .site-header { padding: 18px 20px; gap: 14px; }
  .brand-mark { width: 29px; height: 29px; }
  .brand { gap: 8px; }
  .brand strong { font-size: 12px; }
  .brand small { font-size: 10px; }
  .desktop-nav { display: none; }
  .header-controls { gap: 8px; }
  .language-control a { min-width: 27px; min-height: 32px; }
  .icon-button { width: 35px; height: 38px; }
  .hero { padding: 46px 24px 38px; gap: 32px; }
  .hero-copy > .eyebrow { font-size: 9px; letter-spacing: .07em; margin-bottom: 22px; }
  h1 { font-size: clamp(39px,9vw,58px); }
  .hero-description { margin-top: 22px; }
  .hero-actions { gap: 8px 18px; margin-top: 25px; }
  .hero-note { max-width: 36ch; font-size: 11px; }
  .hero-figure img { aspect-ratio: 1.35; }
  .hero-figure figcaption { font-size: 13px; padding: 18px; }
  .route-strip { grid-template-columns: 1fr 1fr; gap: 19px; padding: 24px; }
  .route-strip > div { font-size: 11px; }
  .route-strip svg { display: none; }
  .section { padding: 54px 24px; }
  h2 { font-size: clamp(30px,7.5vw,39px); }
  .section-intro { font-size: 16px; }
  .section-heading { margin-bottom: 30px; }
  .naia-lead { grid-template-columns: 80px 1fr; gap: 18px; padding: 19px; align-items: start; }
  .naia-lead > img { width: 80px; margin-top: 6px; }
  .naia-copy h3 { font-size: 30px; }
  .naia-copy p { font-size: 14px; }
  .team-grid { grid-template-columns: 1fr; }
  .agent { grid-template-columns: 60px 1fr; gap: 14px 18px; }
  .agent img { width: 60px; }
  .agent p { grid-column: 2; }
  .meeting { display: block; }
  .meeting-index { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 0 18px; padding: 20px 24px; border: 0; border-bottom: 1px solid var(--line); }
  .meeting-number { grid-column: 1; grid-row: 1/3; margin: 0; font-size: 48px; }
  .meeting-index .eyebrow, .meeting-stage { grid-column: 2; }
  .meeting-index .eyebrow { font-size: 9px; }
  .meeting-content { padding: 27px 22px; }
  .meeting-content > h3 { font-size: 27px; }
  .meeting-intro { font-size: 15px; }
  .meeting-topics p { font-size: 14px; }
  .meeting-result p { font-size: 14px; }
  .tool-panel, .workspace-top { padding: 22px 19px; }
  .tool-tabs { margin-inline: 19px; }
  .tool-panel pre { font-size: 11px; padding: 16px; }
  .guarantees { grid-template-columns: 1fr; }
  .guarantee-short, .guarantee-conditions { padding: 26px; }
  .guarantee-conditions { border-left: 0; border-top: 1px solid var(--line); }
  .registration { padding: 26px 22px; }
  .price { font-size: 56px; }
  .site-footer { padding: 30px 24px; flex-direction: column; align-items: flex-start; gap: 24px; }
}
@media (max-width: 360px) {
  .site-header { padding-inline: 12px; }
  .hero, .section { padding-inline: 18px; }
  .hero-actions .button { width: 100%; gap: 12px; }
  .naia-lead { display: block; }
  .naia-lead > img { margin-bottom: 18px; }
  .agent p { grid-column: 1/-1; }
  .button { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
