:root {
  color-scheme: dark;
  --ink: #07111f;
  --panel: rgba(11, 25, 42, 0.78);
  --panel-solid: #0b1a2d;
  --line: rgba(159, 235, 255, 0.14);
  --line-strong: rgba(96, 224, 255, 0.38);
  --text: #f3fbff;
  --muted: #94aabd;
  --cyan: #59e3ff;
  --mint: #70f1c1;
  --blue: #6ca8ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  background: #06101d;
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }

.ai-site {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(54, 149, 255, 0.17), transparent 31rem),
    radial-gradient(circle at 6% 28%, rgba(65, 234, 210, 0.08), transparent 30rem),
    linear-gradient(180deg, #071322 0%, #06101c 46%, #081422 100%);
}

.ai-grid {
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image: linear-gradient(rgba(145, 219, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(145, 219, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 80%);
}

.ai-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ai-header, main, .ai-footer { position: relative; z-index: 1; }

.ai-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1280px, calc(100% - 40px));
  min-height: 82px;
  margin-inline: auto;
  border-bottom: 1px solid rgba(151, 218, 255, 0.11);
}

.ai-brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.ai-brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(89, 227, 255, 0.44);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(50, 193, 226, 0.24), rgba(38, 88, 146, 0.18));
  box-shadow: 0 0 26px rgba(89, 227, 255, 0.12);
  color: #d9faff;
  font-weight: 850;
}
.ai-brand strong, .ai-brand small { display: block; }
.ai-brand strong { font-size: 15px; letter-spacing: 0.12em; }
.ai-brand small { margin-top: 3px; color: var(--muted); font-size: 9px; letter-spacing: 0.2em; }
.ai-nav { display: flex; align-items: center; justify-content: center; gap: 25px; }
.ai-nav a { color: #afc4d4; font-size: 13px; transition: color 180ms ease; }
.ai-nav a:hover { color: white; }

.ai-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0 22px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 760;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.ai-button:hover { transform: translateY(-2px); }
.ai-button-small { min-height: 40px; padding-inline: 17px; font-size: 12px; }
.ai-button-primary { border-color: rgba(111, 237, 255, 0.55); background: linear-gradient(135deg, #168cae, #176eb3); box-shadow: 0 14px 36px rgba(32, 152, 215, 0.22), inset 0 0 20px rgba(255, 255, 255, 0.07); }
.ai-button-primary:hover { border-color: rgba(193, 249, 255, 0.8); box-shadow: 0 18px 46px rgba(32, 164, 227, 0.3); }
.ai-button-secondary { border-color: rgba(152, 205, 230, 0.19); background: rgba(12, 28, 45, 0.7); color: #cae4ee; }
.ai-button-secondary:hover { border-color: rgba(89, 227, 255, 0.4); background: rgba(18, 52, 75, 0.68); }

.ai-hero { display: grid; min-height: 690px; grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr); align-items: center; gap: 70px; padding-block: 80px 88px; }
.ai-kicker, .ai-overline { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: 0.2em; }
.ai-kicker { display: inline-flex; align-items: center; gap: 10px; }
.ai-kicker span { width: 30px; height: 1px; background: var(--cyan); box-shadow: 0 0 10px rgba(89, 227, 255, 0.7); }
.ai-hero h1 { max-width: 780px; margin: 24px 0 0; font-size: clamp(43px, 5.2vw, 72px); line-height: 1.08; letter-spacing: -0.055em; }
.ai-hero h1 em { color: #c5d9e7; font-style: normal; font-weight: 590; }
.ai-hero-copy > p { max-width: 670px; margin: 25px 0 0; color: #a9bdcd; font-size: 17px; line-height: 1.9; }
.ai-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ai-trust-list { display: flex; flex-wrap: wrap; gap: 24px; margin: 42px 0 0; padding: 0; list-style: none; color: #8da3b5; font-size: 12px; }
.ai-trust-list li { display: flex; align-items: center; gap: 8px; }
.ai-trust-list span { color: var(--mint); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 10px; }

.ai-hero-system { position: relative; border: 1px solid rgba(126, 219, 255, 0.2); border-radius: 20px; background: linear-gradient(150deg, rgba(16, 42, 65, 0.86), rgba(5, 17, 30, 0.94)); box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42), inset 0 0 70px rgba(53, 155, 223, 0.05); overflow: hidden; }
.ai-hero-system::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(110, 213, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(110, 213, 255, 0.055) 1px, transparent 1px); background-size: 25px 25px; }
.system-topline, .system-footer { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 14px; padding: 16px 18px; color: #6e879b; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 9px; letter-spacing: 0.14em; }
.system-topline { border-bottom: 1px solid rgba(129, 207, 240, 0.1); }
.system-footer { border-top: 1px solid rgba(129, 207, 240, 0.1); }
.system-live { color: var(--mint); }
.system-live::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px var(--mint); }
.system-core { position: relative; min-height: 440px; }
.system-core::before { content: ""; position: absolute; inset: 20% 22%; border-radius: 50%; background: radial-gradient(circle, rgba(67, 208, 255, 0.17), transparent 66%); filter: blur(10px); }
.system-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(90, 220, 255, 0.14); border-radius: 50%; transform: translate(-50%, -50%) rotate(-14deg); }
.orbit-a { width: 72%; height: 46%; }
.orbit-b { width: 48%; height: 75%; transform: translate(-50%, -50%) rotate(58deg); }
.system-node { position: absolute; z-index: 2; display: grid; min-width: 102px; min-height: 64px; place-content: center; border: 1px solid rgba(103, 214, 255, 0.24); border-radius: 12px; background: rgba(8, 28, 46, 0.9); box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3); text-align: center; }
.system-node strong, .system-node small { display: block; }
.system-node strong { color: #ddf8ff; font-size: 13px; letter-spacing: 0.1em; }
.system-node small { margin-top: 4px; color: #7191a5; font-size: 9px; }
.system-center { top: 50%; left: 50%; width: 116px; height: 116px; transform: translate(-50%, -50%); border-radius: 50%; border-color: rgba(101, 234, 255, 0.52); background: radial-gradient(circle at 40% 35%, rgba(65, 195, 225, 0.54), rgba(13, 54, 82, 0.94)); box-shadow: 0 0 50px rgba(50, 193, 225, 0.26); }
.system-center strong { font-size: 29px; }
.node-crm { top: 13%; left: 9%; }
.node-web { top: 15%; right: 8%; }
.node-video { bottom: 12%; left: 10%; }
.node-mvp { right: 9%; bottom: 13%; }

.ai-proof-strip { position: relative; z-index: 1; border-block: 1px solid rgba(123, 209, 245, 0.1); background: rgba(5, 15, 27, 0.52); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 24px 28px; border-right: 1px solid rgba(123, 209, 245, 0.1); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: 14px; }
.proof-grid span { margin-top: 7px; color: #748da0; font-size: 12px; }

.ai-section { padding-block: 112px; scroll-margin-top: 32px; }
.ai-section-toned { position: relative; z-index: 1; border-block: 1px solid rgba(123, 209, 245, 0.09); background: rgba(3, 13, 24, 0.48); }
.ai-section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr); align-items: end; gap: 80px; margin-bottom: 48px; }
.ai-section-heading h2, .extension-card h2, .ai-cta-section h2 { margin: 12px 0 0; font-size: clamp(31px, 4vw, 48px); line-height: 1.15; letter-spacing: -0.045em; }
.ai-section-heading > p, .extension-card p, .ai-cta-section p { margin: 0; color: #91a7b9; font-size: 15px; line-height: 1.85; }

.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.product-card { position: relative; min-height: 460px; padding: 34px; border: 1px solid rgba(134, 211, 240, 0.13); border-radius: 18px; background: linear-gradient(150deg, rgba(14, 34, 53, 0.82), rgba(7, 21, 35, 0.9)); overflow: hidden; transition: transform 200ms ease, border-color 200ms ease; }
.product-card:hover { transform: translateY(-4px); border-color: rgba(89, 227, 255, 0.34); }
.product-card::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 210px; height: 210px; border: 1px solid rgba(89, 227, 255, 0.08); border-radius: 50%; }
.product-featured { border-color: rgba(78, 235, 194, 0.28); background: linear-gradient(145deg, rgba(15, 55, 60, 0.6), rgba(7, 25, 40, 0.94)); }
.product-number { color: #628096; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 12px; }
.product-status { position: absolute; top: 27px; right: 28px; border: 1px solid rgba(112, 241, 193, 0.3); border-radius: 999px; background: rgba(112, 241, 193, 0.08); padding: 7px 10px; color: #a9f5d7; font-size: 10px; }
.product-card h3 { margin: 45px 0 0; font-size: 28px; letter-spacing: -0.03em; }
.product-card > p { max-width: 520px; margin: 16px 0 0; color: #90a6b8; line-height: 1.8; }
.product-card ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 28px; margin: 27px 0 0; padding: 0; list-style: none; color: #c2d2dc; font-size: 13px; }
.product-card li::before { content: "+"; margin-right: 9px; color: var(--mint); }
.product-card > a { position: absolute; left: 34px; bottom: 32px; color: var(--cyan); font-size: 13px; font-weight: 720; }

.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid rgba(129, 211, 244, 0.1); background: rgba(129, 211, 244, 0.1); }
.solution-grid article { min-height: 250px; padding: 34px; background: #081625; }
.solution-grid span { color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: 0.16em; }
.solution-grid h3 { max-width: 490px; margin: 26px 0 0; font-size: 22px; line-height: 1.45; }
.solution-grid p { max-width: 540px; margin: 16px 0 0; color: #849caf; font-size: 14px; line-height: 1.8; }

.evidence-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.evidence-grid figure { margin: 0; border: 1px solid rgba(125, 206, 240, 0.14); border-radius: 16px; background: rgba(7, 21, 35, 0.82); overflow: hidden; }
.evidence-grid img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; background: #081321; }
.evidence-grid figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; }
.evidence-grid figcaption strong { font-size: 14px; }
.evidence-grid figcaption span { color: #71899c; font-size: 11px; }
.capability-evidence article { min-height: 210px; padding: 30px; border: 1px solid rgba(125, 206, 240, 0.14); border-radius: 16px; background: linear-gradient(145deg, rgba(11, 31, 49, 0.88), rgba(6, 20, 34, 0.9)); }
.capability-evidence article > span { color: var(--mint); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 10px; }
.capability-evidence article > strong { display: block; margin-top: 42px; font-size: 20px; }
.capability-evidence article > p { margin: 13px 0 0; color: #8098aa; font-size: 13px; line-height: 1.75; }

.extension-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr); gap: 70px; padding: 48px; border: 1px solid rgba(133, 209, 239, 0.15); border-radius: 20px; background: linear-gradient(120deg, rgba(13, 35, 54, 0.78), rgba(9, 24, 40, 0.9)); }
.extension-card p { margin-top: 18px; }
.extension-card ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; align-content: center; margin: 0; padding: 0; list-style: none; }
.extension-card li { border: 1px solid rgba(131, 208, 238, 0.12); border-radius: 9px; background: rgba(4, 17, 29, 0.55); padding: 14px; color: #b6cad7; font-size: 12px; }

.process-list { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; list-style: none; }
.process-list li { min-height: 210px; padding: 25px 20px; border-top: 1px solid rgba(132, 210, 242, 0.18); border-right: 1px solid rgba(132, 210, 242, 0.11); }
.process-list li:last-child { border-right: 0; }
.process-list span, .process-list strong, .process-list p { display: block; }
.process-list span { color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; }
.process-list strong { margin-top: 54px; font-size: 16px; }
.process-list p { margin: 10px 0 0; color: #7d94a7; font-size: 12px; line-height: 1.7; }

.ai-cta-section { display: flex; align-items: center; justify-content: space-between; gap: 60px; margin-bottom: 90px; padding-block: 60px; border-block: 1px solid rgba(118, 217, 249, 0.16); }
.ai-cta-section p { max-width: 650px; margin-top: 17px; }
.ai-cta-section .ai-button { flex: 0 0 auto; }

.ai-footer { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; padding-block: 38px; border-top: 1px solid rgba(123, 209, 245, 0.1); }
.ai-footer strong, .ai-footer span { display: block; }
.ai-footer strong { font-size: 13px; letter-spacing: 0.12em; }
.ai-footer span { margin-top: 5px; color: #637b8d; font-size: 10px; letter-spacing: 0.12em; }
.ai-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; color: #8aa0b1; font-size: 11px; }
.ai-footer p { grid-column: 1 / -1; margin: 8px 0 0; color: #536a7b; font-size: 10px; }

.contact-page { min-height: 100vh; }
.contact-main { display: grid; grid-template-columns: minmax(300px, 0.78fr) minmax(500px, 1.22fr); gap: 80px; align-items: start; padding-block: 78px 110px; }
.contact-intro { position: sticky; top: 40px; padding-top: 22px; }
.contact-intro h1 { margin: 22px 0 0; font-size: clamp(42px, 5vw, 62px); line-height: 1.08; letter-spacing: -0.055em; }
.contact-intro > p { margin: 24px 0 40px; color: #98adbd; line-height: 1.9; }
.contact-promise { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 19px 0; border-top: 1px solid rgba(127, 207, 239, 0.1); }
.contact-promise > span { color: var(--mint); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 10px; }
.contact-promise strong { font-size: 14px; }
.contact-promise p { margin: 7px 0 0; color: #758da0; font-size: 12px; line-height: 1.6; }
.lead-form-card { min-height: 700px; border: 1px solid rgba(133, 214, 246, 0.16); border-radius: 20px; background: rgba(9, 24, 40, 0.84); padding: 36px; box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28); }
.form-heading { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid rgba(129, 208, 239, 0.11); }
.form-heading span { font-size: 19px; font-weight: 730; }
.form-heading small { color: #667f92; font-size: 10px; }
#ai-lead-form { display: grid; gap: 22px; margin-top: 28px; }
.form-grid.two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
#ai-lead-form label { position: relative; display: grid; gap: 9px; color: #b9cbd6; font-size: 12px; }
#ai-lead-form input, #ai-lead-form select, #ai-lead-form textarea { width: 100%; border: 1px solid rgba(131, 207, 238, 0.15); border-radius: 9px; outline: 0; background: rgba(4, 16, 28, 0.72); padding: 13px 14px; color: white; transition: border-color 160ms ease, box-shadow 160ms ease; }
#ai-lead-form input, #ai-lead-form select { min-height: 48px; }
#ai-lead-form textarea { resize: vertical; line-height: 1.65; }
#ai-lead-form input:focus, #ai-lead-form select:focus, #ai-lead-form textarea:focus { border-color: rgba(89, 227, 255, 0.56); box-shadow: 0 0 0 3px rgba(89, 227, 255, 0.08); }
#ai-lead-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #80a1b5 50%), linear-gradient(135deg, #80a1b5 50%, transparent 50%); background-position: calc(100% - 19px) 21px, calc(100% - 14px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
#ai-lead-form option { background: #0a1a2b; }
.field-hint { position: absolute; right: 9px; bottom: 7px; color: #557084; font-size: 9px; }
.consent-row { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px !important; }
.consent-row input { flex: 0 0 auto; width: 16px !important; min-height: 16px !important; margin: 1px 0 0; accent-color: #2ecbe0; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.form-submit { width: 100%; border: 1px solid rgba(111, 237, 255, 0.55); }
.form-submit:disabled { cursor: wait; opacity: 0.62; transform: none; }
.privacy-note { margin: -6px 0 0; color: #5f778a; font-size: 10px; text-align: center; }
.form-message { margin: -5px 0 0; border-radius: 8px; padding: 11px 13px; font-size: 12px; }
.form-error { border: 1px solid rgba(251, 113, 133, 0.24); background: rgba(244, 63, 94, 0.08); color: #fecdd3; }
.lead-success { display: grid; min-height: 620px; place-content: center; justify-items: center; text-align: center; }
.success-mark { display: grid; width: 62px; height: 62px; place-items: center; margin-bottom: 28px; border: 1px solid rgba(112, 241, 193, 0.42); border-radius: 50%; background: rgba(112, 241, 193, 0.1); color: var(--mint); font-size: 25px; box-shadow: 0 0 35px rgba(112, 241, 193, 0.14); }
.lead-success h2 { margin: 12px 0 0; font-size: 36px; }
.lead-success p { margin: 14px 0 28px; color: #8fa5b5; }

@media (max-width: 1050px) {
  .ai-header { grid-template-columns: auto 1fr; padding-block: 16px; }
  .ai-header > .ai-button { display: none; }
  .ai-nav { justify-content: flex-end; gap: 13px; }
  .ai-hero { grid-template-columns: 1fr; gap: 52px; padding-block: 82px; }
  .ai-hero-system { max-width: 700px; width: 100%; margin-inline: auto; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(123, 209, 245, 0.1); }
  .process-list { grid-template-columns: repeat(3, 1fr); }
  .process-list li:nth-child(3) { border-right: 0; }
  .contact-main { grid-template-columns: 1fr; gap: 48px; }
  .contact-intro { position: static; max-width: 760px; }
}

@media (max-width: 760px) {
  .ai-container, .ai-header { width: min(100% - 28px, 1180px); }
  .ai-header { display: flex; min-height: auto; flex-wrap: wrap; gap: 14px; }
  .ai-brand { width: 100%; }
  .ai-nav { width: 100%; justify-content: flex-start; gap: 7px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
  .ai-nav a { flex: 0 0 auto; border: 1px solid rgba(138, 205, 232, 0.11); border-radius: 999px; padding: 8px 11px; font-size: 11px; }
  .ai-hero { min-height: auto; padding-block: 65px 72px; }
  .ai-hero h1 { font-size: clamp(38px, 11vw, 54px); }
  .ai-hero-copy > p { font-size: 15px; }
  .ai-actions .ai-button { width: 100%; }
  .ai-trust-list { display: grid; gap: 12px; }
  .system-core { min-height: 355px; }
  .system-node { min-width: 82px; min-height: 55px; }
  .system-center { width: 94px; height: 94px; }
  .node-crm, .node-video { left: 4%; }
  .node-web, .node-mvp { right: 4%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { padding: 19px 0; border-right: 0; border-bottom: 1px solid rgba(123, 209, 245, 0.1); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .ai-section { padding-block: 78px; }
  .ai-section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
  .ai-section-heading h2, .extension-card h2, .ai-cta-section h2 { font-size: 34px; }
  .product-grid, .solution-grid, .evidence-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 485px; padding: 26px; }
  .product-card h3 { font-size: 25px; }
  .product-card > a { left: 26px; }
  .product-status { position: static; display: inline-flex; margin-top: 16px; }
  .product-featured h3 { margin-top: 28px; }
  .extension-card { grid-template-columns: 1fr; gap: 35px; padding: 28px; }
  .extension-card ul { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list li:nth-child(3) { border-right: 1px solid rgba(132, 210, 242, 0.11); }
  .process-list li:nth-child(even) { border-right: 0; }
  .ai-cta-section { display: grid; margin-bottom: 52px; padding-block: 45px; }
  .ai-footer { grid-template-columns: 1fr; align-items: start; }
  .ai-footer nav { justify-content: flex-start; }
  .contact-main { padding-block: 54px 76px; }
  .lead-form-card { padding: 24px 18px; }
  .form-grid.two { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
