/* 2026 visual polish: white canvas, tactile gray surfaces, modern typography and motion. */
:root {
  --ink: #121419;
  --paper: #ffffff;
  --muted: #70747c;
  --line: rgba(18, 20, 25, .12);
  --sans: "Inter", "Segoe UI", sans-serif;
  --display: "Inter", "Segoe UI", Arial, sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --surface: #f6f7f8;
  --surface-strong: #eef0f3;
  --surface-blue: #f1f5fa;
  --soft-shadow: 0 18px 48px rgba(24, 34, 52, .08);
}

html { background: #fff; }
html { scrollbar-width: thin; scrollbar-color: rgba(75, 91, 113, .42) transparent; }
html::-webkit-scrollbar { width: 8px; height: 8px; }
html::-webkit-scrollbar-track { background: transparent; }
html::-webkit-scrollbar-thumb {
  min-height: 44px;
  border: 2px solid transparent;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(118, 136, 160, .58), rgba(55, 70, 91, .48));
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3), 0 2px 8px rgba(31, 43, 59, .13);
}
html::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, rgba(91, 121, 164, .7), rgba(48, 75, 111, .62)); background-clip: padding-box; }
body { background: #fff; color: var(--ink); font-family: var(--sans); letter-spacing: -.012em; }
h1, h2, h3, h4, .logo, .category-choice-title {
  font-family: var(--display);
  font-weight: 600;
}
.eyebrow { font-family: var(--mono); letter-spacing: .14em; }

.secondary-page .inner-hero h1 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.01;
  letter-spacing: -.055em;
}

.site-header {
  border-bottom-color: rgba(18, 20, 25, .08);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 30px rgba(22, 30, 45, .035);
  backdrop-filter: blur(18px) saturate(145%);
}

.logo-mark { box-shadow: 0 7px 18px rgba(64, 96, 151, .2); }
.desktop-nav a, .store-link { letter-spacing: -.01em; font-size: 14px; font-weight: 400; text-transform: uppercase; }
.desktop-nav a[aria-current="page"] { color: var(--brand-blue); }
.site-header .logo-mark { position: relative; width: 114px; height: 27px; flex: 0 0 114px; border-radius: 0; background: transparent; box-shadow: none; overflow: hidden; }
.site-header .logo-mark img { position: absolute; top: -54px; left: -13px; width: 139px; height: 139px; max-width: none; }
.site-header .icon-button, .site-header .account-button, .site-header .cart-button, .site-header .menu-button { display: none !important; }

@media (min-width: 801px) {
  .secondary-page .site-header {
    padding-left: var(--home-content-gutter);
    padding-right: var(--home-content-gutter);
  }
}
.desktop-nav a { transition: color .22s ease, opacity .22s ease; }
.desktop-nav a:hover { color: var(--brand-blue); opacity: 1; }
.hero-actions .text-button { text-decoration: none; }

.button, .text-button {
  transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease, color .24s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(54, 88, 140, .2); }
.text-button:hover { color: var(--brand-blue-dark); transform: translateX(3px); }

.home-page main { background: #fff; }
.home-page .hero-copy { animation: homeHeroIn .85s cubic-bezier(.2,.75,.2,1) both; }
.home-page .hero-school .hero-title { letter-spacing: -.055em; }
.home-page .hero-description { font-size: 13px; }

.home-page .category-section,
.home-page .proof-section,
.home-page .why-section,
.home-page .solutions-section { background: #fff; }

.home-page .category-choice-title,
.home-page .why-heading h2 { letter-spacing: -.06em; }
.home-page .category-choice-title { white-space: nowrap; }
.home-page .series-tabs { border-color: rgba(18, 20, 25, .34); }
.home-page .series-tab { font-family: var(--sans); font-weight: 600; transition: color .22s ease; }

.home-page .series-product-card {
  border: 1px solid rgba(18, 20, 25, .035);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(18, 20, 25, .025);
  transition: transform .34s cubic-bezier(.2,.75,.2,1), box-shadow .34s ease, border-color .34s ease;
  animation: productCardIn .48s cubic-bezier(.2,.75,.2,1) both;
}
.home-page .series-product-card:nth-child(2) { animation-delay: 55ms; }
.home-page .series-product-card:nth-child(3) { animation-delay: 110ms; }
.home-page .series-product-card:nth-child(4) { animation-delay: 165ms; }
.home-page .series-product-card:nth-child(5) { animation-delay: 220ms; }
.home-page .series-product-card:nth-child(6) { animation-delay: 275ms; }
.home-page .series-product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(91, 128, 189, .2);
  box-shadow: var(--soft-shadow);
}
.home-page .series-product-info { background: rgba(247, 247, 248, .96); }
.home-page .series-badge { box-shadow: 0 8px 18px rgba(65, 94, 145, .18); }

.home-page .ai-inside {
  gap: 0;
  padding-top: 112px;
  padding-bottom: 112px;
  background: #fff;
  color: var(--ink);
}
.home-page .ai-visual {
  border: 1px solid rgba(18, 20, 25, .05);
  border-right: 0;
  border-radius: 20px 0 0 20px;
  background: radial-gradient(circle at 52% 48%, #dce6f4 0, #e9edf3 22%, #f4f5f7 60%);
}
.home-page .ai-copy {
  border: 1px solid rgba(18, 20, 25, .05);
  border-left: 0;
  border-radius: 0 20px 20px 0;
  background: linear-gradient(145deg, #f5f6f8, #eceff3);
}
.home-page .ai-orbit { border-color: rgba(83, 119, 178, .4); }
.home-page .orbit-one { animation: orbitOne 18s linear infinite; }
.home-page .orbit-two { animation: orbitTwo 23s linear infinite; }
.home-page .ai-core { background: #fff; color: #42679f; box-shadow: 0 20px 58px rgba(58, 93, 147, .2); }
.home-page .ai-node { color: #587bb3; }
.home-page .ai-node b { color: #222936; }
.home-page .ai-copy .eyebrow { color: #5b7eae; }
.home-page .ai-copy h2 em { color: #68768a; }
.home-page .ai-copy > p:not(.eyebrow) { color: #676d77; }
.home-page .ai-capabilities b { color: #5277ae; }
.home-page .button-light { background: #fff; color: #31588f; box-shadow: 0 10px 28px rgba(40, 66, 106, .08); }

.home-page .custom-section {
  background:
    radial-gradient(circle at 90% 12%, rgba(112, 145, 194, .12), transparent 34%),
    linear-gradient(145deg, #f6f7f9, #eef1f4);
}
.home-page .custom-copy > p:not(.eyebrow),
.home-page .custom-steps p { color: #6e737b; }
.home-page .custom-steps { border-color: #d2d6dc; }
.home-page .custom-steps > div {
  border-color: #d2d6dc;
  transition: background .3s ease, transform .3s ease;
}
.home-page .custom-steps > div:hover { background: rgba(255,255,255,.68); transform: translateY(-4px); }

.home-page .proof-grid > div { transition: transform .28s ease, color .28s ease; }
.home-page .proof-grid > div:hover { color: var(--brand-blue-dark); transform: translateY(-4px); }

.home-page .why-section { background: linear-gradient(#fff, #fbfbfc); }
.home-page .why-card:not(:hover):not(:focus) { border-color: rgba(18, 20, 25, .025); }

.home-page .capability-section {
  background:
    radial-gradient(circle at 8% 90%, rgba(116, 148, 196, .1), transparent 30%),
    #f5f6f8;
}
.home-page .capability-intro .eyebrow { color: #587bb3; }
.home-page .capability-intro h2 em { color: #687a95; }
.home-page .capability-intro > p:not(.eyebrow),
.home-page .capability-list p { color: #6d737c; }
.home-page .capability-list { border-color: #d4d9e0; }
.home-page .capability-list article {
  border-color: #d4d9e0;
  transition: padding .28s ease, background .28s ease;
}
.home-page .capability-list article:hover { padding-left: 12px; background: rgba(255,255,255,.62); }

.home-page .solution-card {
  color: #171b22;
  border: 1px solid rgba(18, 20, 25, .05);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(25, 36, 55, .055);
}
.home-page .solution-work { background: linear-gradient(145deg, #f4f6f9, #e5ebf3); }
.home-page .solution-mobility { background: linear-gradient(145deg, #edf2f8, #dce6f2); }
.home-page .solution-home { background: linear-gradient(145deg, #f7f7f8, #e8ebef); }
.home-page .solution-card::after { border-color: rgba(65, 100, 154, .22); }
.home-page .solution-work::before,
.home-page .solution-mobility::before { border-color: rgba(65, 100, 154, .28); }
.home-page .solution-home::before { background: rgba(91,128,189,.1); box-shadow: 0 0 0 18px rgba(91,128,189,.06), 0 0 0 38px rgba(91,128,189,.035); }

.home-page footer {
  background: #f3f4f6;
  color: #171a20;
}
.home-page footer .logo-light,
.home-page .footer-links a { color: #171a20; }
.home-page .footer-top,
.home-page .footer-bottom { border-color: #d6d9de; }
.home-page .footer-top p,
.home-page .footer-links p,
.home-page .footer-bottom { color: #747981; }
.home-page .footer-links form { border-color: #aeb3bb; }
.home-page .footer-links input { color: #171a20; }

/* Shared light footer: reference layout with NOVA's original gray palette. */
body .site-footer {
  margin: 0;
  padding: 0 var(--home-content-gutter) 24px;
  color: #171a20;
  border-top: 1px solid #d8dbe0;
  background: #eef0f3;
}

.site-footer a { color: inherit; text-decoration: none; }

.footer-main {
  display: grid;
  grid-template-columns: minmax(390px, .85fr) minmax(0, 1.35fr);
  gap: clamp(58px, 7vw, 105px);
  padding: 52px 0 66px;
}

.footer-newsletter { max-width: 470px; }
.footer-brand {
  display: inline-block;
  margin-bottom: 35px;
  font: 700 24px var(--display);
  letter-spacing: -.08em;
}
.footer-brand span { margin-left: 3px; font: 500 8px var(--mono); vertical-align: top; }
.footer-newsletter h2 {
  margin: 0 0 16px;
  font-size: clamp(29px, 2.5vw, 38px);
  line-height: 1.05;
  letter-spacing: -.055em;
}
.footer-newsletter > p {
  max-width: 440px;
  margin: 0 0 26px;
  color: #5f656e;
  font-size: 13px;
  line-height: 1.65;
}

.footer-signup {
  max-width: 440px;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  border: 1px solid #d7dae0;
  background: #fff;
}
.footer-signup input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 14px;
  color: #171a20;
  background: transparent;
  font-size: 12px;
}
.footer-signup input::placeholder { color: #9a9fa7; }
.footer-signup button {
  align-self: stretch;
  min-width: 102px;
  border: 0;
  padding: 0 18px;
  color: #fff;
  background: #17243a;
  font-size: 11px;
  font-weight: 700;
  transition: background .24s ease, transform .24s ease;
}
.footer-signup button:hover { background: #4f75b0; transform: translateY(-1px); }

.footer-consent {
  max-width: 430px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 17px;
  color: #626872;
  font-size: 10px;
  line-height: 1.55;
}
.footer-consent input { width: 14px; height: 14px; margin: 1px 0 0; accent-color: #5b80bd; }

.footer-socials { display: flex; margin-top: 34px; }
.footer-socials span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-left: -1px;
  border: 1px solid #c5c9d0;
  color: #333942;
  font-size: 16px;
  font-weight: 700;
  transition: color .22s ease, background .22s ease;
}
.footer-socials span:first-child { margin-left: 0; }
.footer-socials span:hover { color: #4f75b0; background: #fff; }

.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 50px);
  padding-top: 4px;
}
.footer-nav-grid div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-nav-grid h3 {
  margin: 0 0 28px;
  font-size: 13px;
  font-weight: 600;
}
.footer-nav-grid a {
  margin-bottom: 16px;
  color: #444a53;
  font-size: 12px;
  transition: color .2s ease, transform .2s ease;
}
.footer-nav-grid a:hover { color: #4f75b0; transform: translateX(2px); }

.footer-offices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #cdd1d7;
  border-bottom: 1px solid #cdd1d7;
}

.footer-office {
  min-width: 0;
  padding: 38px 42px 40px 0;
}

.footer-office + .footer-office {
  padding-left: clamp(34px, 4vw, 64px);
  border-left: 1px solid #cdd1d7;
}

.footer-office-index {
  margin: 0 0 18px;
  color: #6f89b1;
  font: 9px var(--mono);
  letter-spacing: .12em;
}

.footer-office h2 {
  margin: 0 0 24px;
  font: 600 20px/1.25 "Inter", "Segoe UI", Arial, sans-serif;
  letter-spacing: -.035em;
}

.footer-office h2 span { color: #6b717a; font-weight: 500; }
.footer-office-contact { display: flex; flex-wrap: wrap; gap: 8px 28px; margin-bottom: 15px; }
.footer-office-contact p { display: flex; align-items: baseline; gap: 9px; margin: 0; }
.footer-office-contact b { color: #6f89b1; font: 9px var(--mono); }
.footer-office-contact a { color: #3f4650; font-size: 12px; transition: color .2s ease; }
.footer-office-contact a:hover { color: #4f75b0; }
.footer-office address { max-width: 540px; color: #626872; font-size: 12px; font-style: normal; line-height: 1.7; }

.footer-legal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 30px;
  padding-top: 20px;
  border-top: 1px solid #cdd1d7;
  color: #6b717a;
  font-size: 10px;
}
.footer-policy { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-policy a:hover { color: #4f75b0; }
.footer-region { grid-column: 2; grid-row: 1 / span 2; color: #4e545d; white-space: nowrap; }
.footer-legal > p { margin: 17px 0 0; font-size: 9px; }

@media (max-width: 1050px) {
  .footer-main { grid-template-columns: 1fr; gap: 58px; }
  .footer-newsletter { max-width: 620px; }
  .footer-nav-grid { max-width: 820px; }
}

@media (max-width: 800px) {
  body .site-footer { padding: 0 20px 22px; }
  .footer-main { display: block; padding: 46px 0 52px; }
  .footer-brand { margin-bottom: 28px; }
  .footer-newsletter h2 { font-size: 32px; }
  .footer-newsletter > p { font-size: 12px; }
  .footer-signup { max-width: none; }
  .footer-socials { margin-bottom: 56px; }
  .footer-nav-grid { grid-template-columns: 1fr 1fr; gap: 38px 26px; }
  .footer-nav-grid h3 { margin-bottom: 20px; }
  .footer-nav-grid a { margin-bottom: 13px; }
  .footer-offices { grid-template-columns: 1fr; }
  .footer-office { padding: 30px 0 32px; }
  .footer-office + .footer-office { padding-left: 0; border-top: 1px solid #cdd1d7; border-left: 0; }
  .footer-office h2 { margin-bottom: 20px; font-size: 18px; }
  .footer-office-contact { display: grid; gap: 8px; }
  .footer-office address br { display: none; }
  .footer-legal { display: block; padding-top: 18px; }
  .footer-policy { gap: 9px 16px; }
  .footer-region { display: block; margin-top: 22px; }
  .footer-legal > p { margin-top: 18px; }
}

/* Compact footer for the current product-led website. */
.footer-compact-main {
  display: grid;
  grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: start;
  padding: 46px 0 48px;
}

.footer-compact-brand { max-width: 470px; }
.footer-compact-brand .footer-brand { margin-bottom: 23px; }
.footer-compact-brand h2 {
  margin: 0 0 15px;
  font: 600 clamp(27px, 2.2vw, 34px)/1.08 "Inter", "Segoe UI", Arial, sans-serif;
  letter-spacing: -.045em;
}
.footer-compact-brand > p { max-width: 450px; margin: 0; color: #606872; font-size: 12px; line-height: 1.7; }

.footer-compact-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 66px);
  padding-top: 4px;
}
.footer-compact-nav > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-compact-nav h3 { margin: 0 0 21px; font-size: 12px; font-weight: 600; }
.footer-compact-nav a { margin-bottom: 13px; color: #4a515b; font-size: 11px; transition: color .2s ease, transform .2s ease; }
.footer-compact-nav a:hover { color: #4f75b0; transform: translateX(2px); }
.footer-header-links { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); align-content: center; gap: 0; }
.footer-nav-label { grid-column: 1 / -1; margin: 0 0 14px; color: #7186a5; font: 9px var(--mono); letter-spacing: .12em; }
.footer-header-links a { position: relative; grid-column: span 3; min-height: 72px; display: flex; flex-direction: column; justify-content: center; gap: 10px; margin: 0; padding: 0 14px; border-top: 1px solid #cdd5df; border-bottom: 1px solid #cdd5df; border-left: 1px solid #d7dde5; text-transform: uppercase; }
.footer-header-links a:nth-of-type(n+5) { grid-column: span 4; border-top: 0; }
.footer-header-links a:nth-of-type(4),
.footer-header-links a:last-child { border-right: 1px solid #d7dde5; }
.footer-header-links a b { color: #7792b9; font: 9px var(--mono); letter-spacing: .08em; }
.footer-header-links a span { color: #343d49; font-size: 11px; font-weight: 600; transition: color .2s ease, transform .2s ease; }
.footer-header-links a::after { content: "↗"; position: absolute; top: 12px; right: 12px; color: #9ba8b8; font-size: 11px; opacity: 0; transform: translate(-3px, 3px); transition: opacity .2s ease, transform .2s ease; }
.footer-header-links a:hover { background: rgba(255,255,255,.48); transform: none; }
.footer-header-links a:hover span { color: #4f75b0; transform: translateX(2px); }
.footer-header-links a:hover::after { opacity: 1; transform: none; }

.footer-contact-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #cdd1d7;
  border-bottom: 1px solid #cdd1d7;
}
.footer-contact-strip article { min-height: 156px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 25px 34px 26px 0; }
.footer-contact-strip article + article { padding-left: clamp(28px, 4vw, 60px); border-left: 1px solid #cdd1d7; }
.footer-contact-strip span { color: #6f89b1; font: 9px var(--mono); letter-spacing: .1em; }
.footer-contact-location { max-width: 420px; }
.footer-contact-location strong { display: block; margin: 12px 0 9px; font-size: 16px; font-weight: 600; letter-spacing: -.025em; }
.footer-contact-location strong em { color: #6d7580; font-style: normal; font-weight: 500; }
.footer-contact-location address { color: #68717c; font-size: 10px; font-style: normal; line-height: 1.6; }
.footer-contact-links { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.footer-contact-strip a { color: #444c57; font-size: 11px; transition: color .2s ease; }
.footer-contact-strip a:hover { color: #4f75b0; }

.footer-legal-compact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 18px;
  border-top: 0;
}
.footer-legal-compact > p { margin: 0; font-size: 9px; }
.footer-privacy-link { color: #4f5965; font-size: 9px; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; transition: color .2s ease; }
.footer-privacy-link:hover { color: #4f75b0; }

@media (max-width: 900px) {
  .footer-compact-main { grid-template-columns: 1fr; gap: 42px; }
  .footer-compact-brand { max-width: 620px; }
  .footer-compact-nav { max-width: 720px; }
  .footer-contact-strip article { display: block; }
  .footer-contact-links { align-items: flex-start; margin-top: 15px; }
}

@media (max-width: 800px) {
  .footer-compact-main { padding: 40px 0 42px; }
  .footer-compact-brand .footer-brand { margin-bottom: 20px; }
  .footer-compact-brand h2 { font-size: 27px; }
  .footer-compact-nav { grid-template-columns: 1fr 1fr; gap: 32px 25px; }
  .footer-compact-nav > div:last-child { grid-column: 1 / -1; }
  .footer-header-links { grid-template-columns: 1fr 1fr; }
  .footer-header-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; }
  .footer-nav-label { width: 100%; margin-bottom: 4px; }
  .footer-header-links a,
  .footer-header-links a:nth-of-type(n+5),
  .footer-header-links a:last-child { grid-column: auto; min-height: 0; display: block; padding: 5px 0; border: 0; }
  .footer-header-links a b { display: none; }
  .footer-header-links a span { font-size: 10px; }
  .footer-header-links a::after { display: none; }
  .footer-contact-strip { grid-template-columns: 1fr; }
  .footer-contact-strip article { min-height: 92px; padding: 19px 0; }
  .footer-contact-strip article + article { padding-left: 0; border-top: 1px solid #cdd1d7; border-left: 0; }
  .footer-legal-compact { display: block; }
  .footer-legal-compact > p { margin-top: 10px; }
}

@media (max-width: 800px) {
  body.mobile-nav-open { overflow: hidden; }
  .site-header { height: 67px; padding-right: 18px; padding-left: 18px; }
  .site-header .logo-mark { width: 92px; height: 22px; flex-basis: 92px; }
  .site-header .logo-mark img { top: -44px; left: -10px; width: 112px; height: 112px; }
  .site-header .menu-button {
    position: relative;
    z-index: 31;
    width: 34px;
    height: 34px;
    display: grid !important;
    align-content: center;
    padding: 7px !important;
    border: 1px solid #d9dfe7;
    border-radius: 50%;
    background: #fff;
  }
  .site-header .menu-button i { width: 18px; height: 1.5px; margin: 2.5px 0; background: #222b37; transition: transform .25s ease, opacity .2s ease; }
  .site-header.mobile-nav-open .menu-button i:first-child { transform: translateY(3.25px) rotate(45deg); }
  .site-header.mobile-nav-open .menu-button i:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .site-header .desktop-nav {
    position: fixed;
    z-index: 30;
    top: 67px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 11px 18px 18px;
    border-top: 1px solid #e4e8ed;
    background: rgba(255,255,255,.98);
    box-shadow: 0 20px 36px rgba(27,41,62,.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease, transform .32s cubic-bezier(.22,1,.36,1);
  }
  .site-header.mobile-nav-open .desktop-nav { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
  .site-header .desktop-nav a {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 7px;
    border-bottom: 1px solid #edf0f4;
    font-size: 12px;
  }
  .site-header .desktop-nav a:last-child { border-bottom: 0; }
  .site-header .header-actions { margin-left: auto; }
}

.motion-ready .reveal-on-scroll {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .72s ease var(--reveal-delay, 0ms), transform .72s cubic-bezier(.2,.75,.2,1) var(--reveal-delay, 0ms);
}
.motion-ready .reveal-on-scroll.is-visible { opacity: 1; transform: none; }

@keyframes homeHeroIn {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}
@keyframes productCardIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes orbitOne {
  from { transform: translate(-50%, -50%) rotate(25deg); }
  to { transform: translate(-50%, -50%) rotate(385deg); }
}
@keyframes orbitTwo {
  from { transform: translate(-50%, -50%) rotate(-31deg); }
  to { transform: translate(-50%, -50%) rotate(-391deg); }
}

@media (max-width: 800px) {
  .home-page .ai-inside { padding-top: 74px; padding-bottom: 74px; }
  .home-page .ai-visual { border-right: 1px solid rgba(18,20,25,.05); border-bottom: 0; border-radius: 16px 16px 0 0; }
  .home-page .ai-copy { border-left: 1px solid rgba(18,20,25,.05); border-top: 0; border-radius: 0 0 16px 16px; }
  .home-page .solution-card { border-radius: 14px; }
}

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