:root {
  --navy: #0a223d;
  --blue: #1f6fa8;
  --blue-2: #15598d;
  --teal: #38b6cf;
  --teal-2: #7fd8e7;
  --teal-dk: #217f98;
  --cyan: #64ccdd;
  --gold: #a98243;
  --gold-2: #d2b36f;
  --ink: #0d2034;
  --ink-60: rgba(13, 32, 52, .64);
  --ink-40: rgba(13, 32, 52, .44);
  --ink-10: rgba(13, 32, 52, .10);
  --ink-06: rgba(13, 32, 52, .06);
  --muted: #5d7286;
  --line: #dbe7f0;
  --border: #dbe7f0;
  --border-dk: #c6d7e4;
  --soft: #f5f9fc;
  --soft-2: #edf5fa;
  --off-white: #f8fbfd;
  --blue-bg: rgba(31, 111, 168, .09);
  --teal-bg: rgba(56, 182, 207, .09);
  --shadow: 0 20px 56px rgba(13, 32, 52, .10);
  --shadow-md: 0 16px 42px rgba(13, 32, 52, .11);
  --shadow-lg: 0 28px 74px rgba(13, 32, 52, .13);
}

html,
body {
  background:
    radial-gradient(circle at 8% 0%, rgba(56, 182, 207, .08), transparent 30rem),
    radial-gradient(circle at 92% 6%, rgba(31, 111, 168, .07), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 48%, #ffffff 100%) !important;
  color: var(--ink) !important;
}

.site-header,
.sf-nav,
nav[style*="position:fixed"] {
  background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(248, 251, 253, .94) 100%) !important;
  border-bottom: 1px solid rgba(198, 215, 228, .86) !important;
  box-shadow: 0 14px 36px rgba(13, 32, 52, .08) !important;
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  color: var(--ink) !important;
}

.site-header::before,
.sf-nav::before,
nav[style*="position:fixed"]::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(31, 111, 168, .05), transparent 36%, rgba(56, 182, 207, .05));
}

.nav-shell,
.nav-inner,
nav[style*="position:fixed"] > div {
  position: relative;
  z-index: 1;
}

.brand,
.nav-logo,
.footer-brand-logo,
.nav .logo,
.mlogo {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  isolation: isolate;
}

.brand::before,
.nav-logo::before,
.footer-brand-logo::before,
.nav .logo::before,
.mlogo::before {
  display: none !important;
}

.brand-logo-img,
.qintorava-logo-img,
.nav-logo img.qintorava-logo-img,
.sf-nav .nav-logo img.qintorava-logo-img,
.nav .logo img,
.mlogo img {
  width: auto !important;
  height: clamp(48px, 4.4vw, 64px) !important;
  max-width: min(340px, 58vw) !important;
  max-height: none !important;
  display: block !important;
  object-fit: contain !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, .72))
    drop-shadow(0 10px 16px rgba(13, 32, 52, .14))
    drop-shadow(0 0 10px rgba(56, 182, 207, .16));
  transform: translateZ(0);
  transition: transform .18s ease, filter .18s ease;
}

.brand:hover .brand-logo-img,
.nav-logo:hover .qintorava-logo-img,
.footer-brand-logo:hover .qintorava-logo-img,
.nav .logo:hover img,
.mlogo:hover img {
  transform: translateY(-1px) scale(1.012);
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, .86))
    drop-shadow(0 14px 22px rgba(13, 32, 52, .16))
    drop-shadow(0 0 14px rgba(56, 182, 207, .20));
}

.desktop-nav .nav-button,
.desktop-nav a,
.nav-button,
.nav-link,
.nav-btn,
.plain-link,
.nav-actions a,
.mobile-nav a,
.mobile-nav summary,
.sf-nav a,
.sf-nav button,
nav[style*="position:fixed"] a,
nav[style*="position:fixed"] button {
  color: #17324c !important;
  text-shadow: none !important;
}

.desktop-nav .nav-button:hover,
.desktop-nav a:hover,
.nav-button:hover,
.nav-button:focus-visible,
.nav-link:hover,
.nav-btn:hover,
.plain-link:hover,
.nav-actions a:hover,
.mobile-nav a:hover,
.mobile-nav summary:hover,
.sf-nav a:hover,
.sf-nav button:hover,
nav[style*="position:fixed"] a:hover,
nav[style*="position:fixed"] button:hover {
  color: var(--blue) !important;
  background: rgba(31, 111, 168, .075) !important;
  box-shadow: 0 0 0 1px rgba(31, 111, 168, .10);
}

.mega,
.nav-drop-menu-inner,
.mobile-nav,
.dropdown-menu {
  background: rgba(255, 255, 255, .98) !important;
  border: 1px solid rgba(198, 215, 228, .92) !important;
  box-shadow: 0 24px 58px rgba(13, 32, 52, .12) !important;
  color: var(--ink) !important;
}

.mega-intro,
.mega-links a,
.nav-drop-menu-inner a {
  color: var(--ink) !important;
}

.mega-intro p,
.mega-links span,
.nav-drop-menu-inner span,
.breadcrumb,
.bc-inner,
.bc-inner a,
.bc-current {
  color: var(--muted) !important;
}

.mobile-toggle span,
.nav-hamburger span {
  background: var(--ink) !important;
}

.button,
.btn,
.footer-cta-btn-primary,
.footer-cta-btn-ghost {
  border-radius: 10px !important;
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.button-primary,
.btn-primary,
.btn-teal,
.footer-btn-solid,
.footer-cta-btn-primary {
  background: linear-gradient(135deg, #1f6fa8 0%, #2a8cbd 100%) !important;
  border: 1px solid rgba(21, 89, 141, .52) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(31, 111, 168, .18) !important;
}

.button-primary:hover,
.btn-primary:hover,
.btn-teal:hover,
.footer-btn-solid:hover,
.footer-cta-btn-primary:hover {
  background: linear-gradient(135deg, #15598d 0%, #1f6fa8 100%) !important;
  border-color: rgba(21, 89, 141, .72) !important;
  box-shadow: 0 18px 38px rgba(31, 111, 168, .24), 0 0 0 4px rgba(56, 182, 207, .10) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.button-light,
.button-outline,
.btn-outline,
.btn-outline-dark,
.footer-btn-ghost,
.footer-cta-btn-ghost {
  background: rgba(255, 255, 255, .72) !important;
  border: 1px solid rgba(31, 111, 168, .30) !important;
  color: var(--blue-2) !important;
  box-shadow: none !important;
}

.button-light:hover,
.button-outline:hover,
.btn-outline:hover,
.btn-outline-dark:hover,
.footer-btn-ghost:hover,
.footer-cta-btn-ghost:hover {
  background: rgba(31, 111, 168, .08) !important;
  border-color: rgba(31, 111, 168, .52) !important;
  color: var(--blue) !important;
  box-shadow: 0 0 0 4px rgba(31, 111, 168, .08) !important;
}

.hero,
.home-hero-modern,
section[style*="background:#FFFFFF"],
section[style*="background:#fff"],
.section {
  background-color: transparent;
}

.section.dark,
.home-control-section,
.contact-request-band,
.enterprise-platform-cta,
.legal-contact-section,
.alternative-platform-panel,
.cta-banner {
  background:
    radial-gradient(circle at 12% 12%, rgba(56, 182, 207, .10), transparent 24rem),
    linear-gradient(135deg, #f7fbfd 0%, #edf5fa 100%) !important;
  border-top: 1px solid rgba(198, 215, 228, .72);
  border-bottom: 1px solid rgba(198, 215, 228, .72);
  color: var(--ink) !important;
}

.section.dark *,
.home-control-section *,
.contact-request-band *,
.enterprise-platform-cta *,
.legal-contact-section *,
.alternative-platform-panel *,
.cta-banner * {
  color: inherit;
}

.eyebrow,
.badge,
.hero-eyebrow,
.label,
.footer-powered-teal,
.footer-cta-eyebrow {
  color: var(--teal-dk) !important;
}

.card,
.highlight,
.pricing-card,
.agent-grid article,
.card-grid article,
.capability-grid article,
.resource-grid article,
.story-grid article,
.listing-grid article,
.official-identity-grid article,
.home-hero-window,
.home-hero-visual {
  border-color: rgba(198, 215, 228, .80) !important;
  box-shadow: 0 18px 48px rgba(13, 32, 52, .08) !important;
}

.card:hover,
.highlight:hover,
.pricing-card:hover,
.agent-grid article:hover,
.card-grid article:hover,
.capability-grid article:hover,
.resource-grid article:hover,
.story-grid article:hover,
.listing-grid article:hover {
  border-color: rgba(31, 111, 168, .34) !important;
  box-shadow: 0 24px 58px rgba(13, 32, 52, .11), 0 0 0 1px rgba(31, 111, 168, .07) !important;
}

.site-footer,
.sf-footer {
  background:
    radial-gradient(circle at 10% 0%, rgba(56, 182, 207, .10), transparent 26rem),
    linear-gradient(180deg, #f8fbfd 0%, #edf5fa 100%) !important;
  border-top: 1px solid rgba(198, 215, 228, .86) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .76) !important;
  color: var(--ink) !important;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer p,
.site-footer span,
.site-footer a,
.sf-footer h2,
.sf-footer h3,
.sf-footer h4,
.sf-footer h5,
.sf-footer p,
.sf-footer span,
.sf-footer a {
  color: var(--ink) !important;
}

.site-footer a:hover,
.sf-footer a:hover,
.footer-grid a:hover,
.footer-nav-col a:hover,
.footer-bottom a:hover,
.footer-bottom-bar a:hover {
  color: var(--blue) !important;
}

.footer-cta,
.footer-cta-strip {
  background: linear-gradient(135deg, rgba(255, 255, 255, .90) 0%, rgba(237, 245, 250, .94) 100%) !important;
  border: 1px solid rgba(198, 215, 228, .86) !important;
  box-shadow: 0 20px 52px rgba(13, 32, 52, .09) !important;
}

.footer-cta p,
.footer-cta-sub,
.footer-brand-desc,
.footer-location,
.footer-powered,
.footer-copyright,
.footer-bottom-left,
.footer-bottom-right {
  color: var(--muted) !important;
}

.footer-ai-badge {
  background: rgba(255, 255, 255, .72) !important;
  border: 1px solid rgba(198, 215, 228, .82) !important;
  color: var(--ink) !important;
}

.footer-ai-badge-dot {
  box-shadow: 0 0 0 4px rgba(56, 182, 207, .12) !important;
}

.footer-bottom,
.footer-bottom-bar {
  border-top: 1px solid rgba(198, 215, 228, .86) !important;
}

.footer-brand .brand-logo-img,
.footer-brand-logo .qintorava-logo-img {
  height: clamp(52px, 4.6vw, 72px) !important;
  max-width: min(380px, 74vw) !important;
}

.chatbot-toggle {
  background: rgba(255, 255, 255, .94) !important;
  border: 1px solid rgba(198, 215, 228, .92) !important;
  box-shadow: 0 20px 42px rgba(13, 32, 52, .16) !important;
}

.chatbot-toggle:hover {
  box-shadow: 0 24px 52px rgba(31, 111, 168, .20), 0 0 0 5px rgba(56, 182, 207, .12) !important;
}

@media (max-width: 1100px) {
  .brand-logo-img,
  .qintorava-logo-img,
  .nav-logo img.qintorava-logo-img,
  .sf-nav .nav-logo img.qintorava-logo-img,
  .nav .logo img,
  .mlogo img {
    height: clamp(40px, 6vw, 54px) !important;
    max-width: min(270px, 58vw) !important;
  }
}

@media (max-width: 720px) {
  .brand-logo-img,
  .qintorava-logo-img,
  .nav-logo img.qintorava-logo-img,
  .sf-nav .nav-logo img.qintorava-logo-img,
  .nav .logo img,
  .mlogo img {
    height: clamp(36px, 9vw, 46px) !important;
    max-width: min(210px, 58vw) !important;
  }

  .footer-brand .brand-logo-img,
  .footer-brand-logo .qintorava-logo-img {
    height: clamp(44px, 10vw, 56px) !important;
    max-width: min(270px, 80vw) !important;
  }
}

.section.dark h1,
.section.dark h2,
.section.dark h3,
.section.dark h4,
.section.dark h5,
.home-control-section h1,
.home-control-section h2,
.home-control-section h3,
.contact-request-band h1,
.contact-request-band h2,
.contact-request-band h3,
.enterprise-platform-cta h1,
.enterprise-platform-cta h2,
.enterprise-platform-cta h3,
.legal-contact-section h1,
.legal-contact-section h2,
.legal-contact-section h3,
.alternative-platform-panel h1,
.alternative-platform-panel h2,
.alternative-platform-panel h3,
.cta-banner h1,
.cta-banner h2,
.cta-banner h3,
.footer-cta-heading {
  color: var(--ink) !important;
}

.section.dark p,
.section.dark li,
.section.dark span,
.home-control-section p,
.home-control-section li,
.home-control-section span,
.contact-request-band p,
.contact-request-band li,
.contact-request-band span,
.enterprise-platform-cta p,
.enterprise-platform-cta li,
.enterprise-platform-cta span,
.legal-contact-section p,
.legal-contact-section li,
.legal-contact-section span,
.alternative-platform-panel p,
.alternative-platform-panel li,
.alternative-platform-panel span,
.cta-banner p,
.cta-banner li,
.cta-banner span {
  color: var(--muted) !important;
}

.section.dark .button-primary,
.section.dark .btn-primary,
.home-control-section .button-primary,
.home-control-section .btn-primary,
.contact-request-band .button-primary,
.contact-request-band .btn-primary,
.enterprise-platform-cta .button-primary,
.enterprise-platform-cta .btn-primary,
.legal-contact-section .button-primary,
.legal-contact-section .btn-primary,
.alternative-platform-panel .button-primary,
.alternative-platform-panel .btn-primary,
.cta-banner .button-primary,
.cta-banner .btn-primary,
.site-footer .button-primary,
.site-footer .btn-primary,
.sf-footer .button-primary,
.sf-footer .btn-primary,
.site-footer .footer-cta-btn-primary,
.sf-footer .footer-cta-btn-primary {
  color: #ffffff !important;
}

.sf-footer .container,
.footer-sitemap,
.footer-nav-col,
.footer-bottom-bar,
.footer-bottom-left,
.footer-bottom-right {
  color: var(--ink) !important;
}

.hero,
.hero-home,
.home-hero-modern,
section.hero,
section[class*="hero"] {
  background:
    radial-gradient(circle at 82% 10%, rgba(56, 182, 207, .13), transparent 26rem),
    radial-gradient(circle at 10% 0%, rgba(31, 111, 168, .08), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%) !important;
  color: var(--ink) !important;
}

.hero h1,
.hero h2,
.hero h3,
.hero-copy h1,
.hero-copy h2,
.home-hero-modern h1,
.home-hero-modern h2 {
  color: var(--ink) !important;
  text-shadow: none !important;
}

.hero p,
.hero li,
.hero span,
.hero-copy p,
.hero-copy li,
.home-hero-modern p,
.home-hero-modern li {
  color: var(--muted) !important;
  text-shadow: none !important;
}

.hero .eyebrow,
.hero-copy .eyebrow,
.home-hero-modern .eyebrow {
  color: var(--teal-dk) !important;
}

.home-hero-window,
.home-hero-panel,
.home-hero-card,
.home-hero-visual,
.command-panel,
.dashboard-panel {
  background: rgba(255, 255, 255, .86) !important;
  border: 1px solid rgba(198, 215, 228, .88) !important;
}

.home-hero-top,
.command-panel-header,
.dashboard-panel-header {
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 251, 253, .94)) !important;
  border-bottom: 1px solid rgba(198, 215, 228, .78) !important;
}

.home-hero-top strong,
.home-hero-top em,
.command-panel-header strong,
.dashboard-panel-header strong {
  color: var(--ink) !important;
}

.home-hero-window strong,
.home-hero-window h3,
.home-hero-window h4 {
  color: var(--ink) !important;
}

.home-hero-window p,
.home-hero-window span,
.home-hero-window em {
  color: var(--muted) !important;
}

body main section.hero.hero-home.home-hero-modern {
  background:
    radial-gradient(circle at 82% 10%, rgba(56, 182, 207, .13), transparent 26rem),
    radial-gradient(circle at 10% 0%, rgba(31, 111, 168, .08), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%) !important;
  color: var(--ink) !important;
}

body main section.hero.hero-home.home-hero-modern .hero-copy h1,
body main section.hero.hero-home.home-hero-modern .hero-copy h2,
body main section.hero.hero-home.home-hero-modern .hero-copy h3 {
  color: var(--ink) !important;
  text-shadow: none !important;
}

body main section.hero.hero-home.home-hero-modern .hero-copy p,
body main section.hero.hero-home.home-hero-modern .hero-copy .lead,
body main section.hero.hero-home.home-hero-modern .hero-copy span,
body main section.hero.hero-home.home-hero-modern .hero-copy li {
  color: var(--muted) !important;
  text-shadow: none !important;
}

body main section.hero.hero-home.home-hero-modern .hero-copy .eyebrow {
  color: var(--teal-dk) !important;
}

@media (min-width: 721px) and (max-width: 1100px) {
  .brand-logo-img,
  .qintorava-logo-img,
  .nav-logo img.qintorava-logo-img,
  .sf-nav .nav-logo img.qintorava-logo-img,
  .nav .logo img,
  .mlogo img {
    height: clamp(54px, 7.4vw, 64px) !important;
    max-width: min(340px, 66vw) !important;
  }
}

@media (min-width: 1101px) {
  .brand-logo-img,
  .qintorava-logo-img,
  .nav-logo img.qintorava-logo-img,
  .sf-nav .nav-logo img.qintorava-logo-img,
  .nav .logo img,
  .mlogo img {
    height: clamp(72px, 5.8vw, 82px) !important;
    max-width: min(440px, 34vw) !important;
  }

  .footer-brand .brand-logo-img,
  .footer-brand-logo .qintorava-logo-img {
    height: clamp(76px, 5.6vw, 90px) !important;
    max-width: min(470px, 40vw) !important;
  }
}

@media (max-width: 720px) {
  .brand-logo-img,
  .qintorava-logo-img,
  .nav-logo img.qintorava-logo-img,
  .sf-nav .nav-logo img.qintorava-logo-img,
  .nav .logo img,
  .mlogo img {
    height: clamp(40px, 10.5vw, 46px) !important;
    max-width: min(170px, 46vw) !important;
  }
}

body .page-hero,
body .contact-hero,
body section[class*="page-hero"],
body section[class*="contact-hero"] {
  background:
    radial-gradient(circle at 80% 12%, rgba(56, 182, 207, .12), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%) !important;
  color: var(--ink) !important;
}

body .page-hero h1,
body .page-hero h2,
body .page-hero h3,
body .contact-hero h1,
body .contact-hero h2,
body .contact-hero h3,
body section[class*="page-hero"] h1,
body section[class*="page-hero"] h2,
body section[class*="contact-hero"] h1,
body section[class*="contact-hero"] h2 {
  color: var(--ink) !important;
  text-shadow: none !important;
}

body .page-hero p,
body .page-hero span,
body .contact-hero p,
body .contact-hero span,
body section[class*="page-hero"] p,
body section[class*="page-hero"] span,
body section[class*="contact-hero"] p,
body section[class*="contact-hero"] span {
  color: var(--muted) !important;
  text-shadow: none !important;
}

.q-global-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(180deg, rgba(255, 255, 255, .97) 0%, rgba(248, 251, 253, .95) 100%) !important;
  border-bottom: 1px solid rgba(198, 215, 228, .88) !important;
  box-shadow: 0 14px 36px rgba(13, 32, 52, .08) !important;
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.q-global-shell {
  width: min(100% - 40px, 1220px);
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.q-global-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.q-global-brand .qintorava-logo-img,
.q-global-footer-brand .qintorava-logo-img {
  display: block !important;
  width: auto !important;
  height: clamp(72px, 5.8vw, 82px) !important;
  max-width: min(440px, 34vw) !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, .72))
    drop-shadow(0 10px 16px rgba(13, 32, 52, .14))
    drop-shadow(0 0 10px rgba(56, 182, 207, .16));
}

.q-global-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 auto;
}

.q-global-nav a,
.q-global-menu summary,
.q-global-mobile a,
.q-global-mobile summary,
.q-global-text-link {
  color: #17324c !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 10px;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.q-global-nav > a,
.q-global-menu summary,
.q-global-text-link {
  padding: 12px 11px;
}

.q-global-nav a:hover,
.q-global-menu summary:hover,
.q-global-mobile a:hover,
.q-global-mobile summary:hover,
.q-global-text-link:hover {
  color: var(--blue) !important;
  background: rgba(31, 111, 168, .075) !important;
  box-shadow: 0 0 0 1px rgba(31, 111, 168, .10);
}

.q-global-menu {
  position: relative;
}

.q-global-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  list-style: none;
}

.q-global-menu summary::-webkit-details-marker,
.q-global-mobile-group summary::-webkit-details-marker {
  display: none;
}

.q-global-menu summary span {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.q-global-menu-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 250px;
  display: grid;
  gap: 4px;
  padding: 10px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(198, 215, 228, .92);
  border-radius: 14px;
  box-shadow: 0 24px 58px rgba(13, 32, 52, .12);
}

.q-global-menu-panel a {
  display: block;
  padding: 11px 12px;
}

.q-global-actions,
.q-global-footer-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.q-global-primary,
.q-global-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.q-global-primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #1f6fa8 0%, #2a8cbd 100%) !important;
  border: 1px solid rgba(21, 89, 141, .52) !important;
  box-shadow: 0 14px 30px rgba(31, 111, 168, .18) !important;
}

.q-global-secondary {
  color: var(--blue-2) !important;
  background: rgba(255, 255, 255, .72) !important;
  border: 1px solid rgba(31, 111, 168, .30) !important;
}

.q-global-primary:hover,
.q-global-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(31, 111, 168, .22), 0 0 0 4px rgba(56, 182, 207, .10) !important;
}

.q-global-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(31, 111, 168, .30);
  border-radius: 10px;
  background: rgba(255, 255, 255, .72);
}

.q-global-toggle span {
  width: 19px;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
}

.q-global-mobile {
  width: min(100% - 32px, 720px);
  margin: 0 auto 14px;
  padding: 10px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(198, 215, 228, .92);
  border-radius: 14px;
  box-shadow: 0 24px 58px rgba(13, 32, 52, .12);
}

.q-global-mobile a,
.q-global-mobile summary {
  display: block;
  padding: 12px;
}

.q-global-mobile-group {
  border-bottom: 1px solid rgba(198, 215, 228, .68);
}

.q-global-mobile-group:last-of-type {
  border-bottom: 0;
}

.q-global-footer {
  background:
    radial-gradient(circle at 10% 0%, rgba(56, 182, 207, .10), transparent 26rem),
    linear-gradient(180deg, #f8fbfd 0%, #edf5fa 100%) !important;
  border-top: 1px solid rgba(198, 215, 228, .86) !important;
  color: var(--ink) !important;
  margin-top: 0;
  padding: 56px 0 24px;
}

.q-global-footer-cta,
.q-global-footer-grid,
.q-global-footer-bottom {
  width: min(100% - 40px, 1220px);
  margin-left: auto;
  margin-right: auto;
}

.q-global-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 46px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .90) 0%, rgba(237, 245, 250, .94) 100%);
  border: 1px solid rgba(198, 215, 228, .86);
  border-radius: 18px;
  box-shadow: 0 20px 52px rgba(13, 32, 52, .09);
}

.q-global-footer-cta p {
  margin: 0 0 8px;
  color: var(--teal-dk) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.q-global-footer-cta h2 {
  max-width: 780px;
  margin: 0;
  color: var(--ink) !important;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.12;
}

.q-global-footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.45fr) repeat(5, minmax(130px, 1fr));
  gap: 28px;
}

.q-global-footer-brand {
  display: grid;
  align-content: start;
  gap: 12px;
}

.q-global-footer-brand p,
.q-global-footer-brand span {
  margin: 0;
  color: var(--muted) !important;
  font-size: 14px;
  line-height: 1.6;
}

.q-global-footer-col {
  display: grid;
  align-content: start;
  gap: 10px;
}

.q-global-footer-col h3 {
  margin: 0 0 4px;
  color: var(--ink) !important;
  font-size: 13px;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.q-global-footer-col a,
.q-global-footer-bottom a {
  color: var(--muted) !important;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  transition: color .18s ease;
}

.q-global-footer-col a:hover,
.q-global-footer-bottom a:hover {
  color: var(--blue) !important;
}

.q-global-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid rgba(198, 215, 228, .86);
  color: var(--muted) !important;
  font-size: 13px;
}

.q-global-footer-bottom span:last-child {
  display: inline-flex;
  gap: 16px;
}

.breadcrumb {
  padding-top: 0 !important;
}

@media (max-width: 1180px) {
  .q-global-nav,
  .q-global-text-link {
    display: none;
  }
  .q-global-toggle {
    display: inline-flex;
  }
  .q-global-shell {
    width: min(100% - 24px, 1220px);
    min-height: 76px;
  }
  .q-global-brand .qintorava-logo-img {
    height: clamp(54px, 7.4vw, 64px) !important;
    max-width: min(340px, 58vw) !important;
  }
  .q-global-actions {
    margin-left: auto;
  }
  .q-global-footer-grid {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
  }
  .q-global-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .q-global-shell,
  .q-global-footer-cta,
  .q-global-footer-grid,
  .q-global-footer-bottom {
    width: min(100% - 20px, 1220px);
  }
  .q-global-shell {
    min-height: 72px;
    gap: 8px;
  }
  .q-global-brand .qintorava-logo-img {
    height: clamp(40px, 10.5vw, 46px) !important;
    max-width: min(170px, 42vw) !important;
  }
  .q-global-primary,
  .q-global-secondary {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }
  .q-global-footer-cta,
  .q-global-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .q-global-footer-grid {
    grid-template-columns: 1fr;
  }
  .q-global-footer-bottom span:last-child {
    flex-wrap: wrap;
  }
}

/* Qintorava full sitemap footer and homepage operating fabric refresh */
.q-global-footer-map {
  width: min(100% - 40px, 1220px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 2.18fr);
  gap: 26px;
  align-items: stretch;
}

.q-global-footer-map .q-global-footer-brand {
  padding: 22px;
  border: 1px solid rgba(176, 207, 226, .86);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(244, 249, 252, .92));
  box-shadow: 0 18px 42px rgba(13, 32, 52, .07);
}

.q-global-footer-sitemap {
  display: grid;
  grid-template-columns: repeat(6, minmax(108px, 1fr));
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(176, 207, 226, .86);
  border-radius: 18px;
  background: rgba(255, 255, 255, .80);
  box-shadow: 0 18px 42px rgba(13, 32, 52, .06);
}

.q-global-footer-map-head {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(198, 215, 228, .86);
}

.q-global-footer-map-head p,
.q-global-footer-map-head span {
  margin: 0;
}

.q-global-footer-map-head p {
  color: var(--teal-dk) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.q-global-footer-map-head span {
  max-width: 520px;
  color: var(--muted) !important;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

.q-global-footer-sitemap .q-global-footer-col {
  gap: 9px;
}

.q-global-footer-sitemap .q-global-footer-col a {
  padding: 2px 0;
}

.home-loop-section {
  max-width: none !important;
  background:
    radial-gradient(circle at 15% 8%, rgba(21, 182, 216, .12), transparent 30rem),
    radial-gradient(circle at 86% 18%, rgba(12, 75, 145, .10), transparent 28rem),
    linear-gradient(180deg, #f8fbfd 0%, #eef6fb 100%) !important;
  color: var(--ink) !important;
  overflow: hidden;
}

.home-loop-section .section-head h2 {
  color: var(--ink) !important;
}

.home-loop-section .section-head span {
  color: var(--muted) !important;
}

.q-fabric-board {
  position: relative;
  width: min(100% - 40px, 1210px);
  margin: 38px auto 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(176, 207, 226, .88);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(176, 207, 226, .22) 1px, transparent 1px),
    linear-gradient(180deg, rgba(176, 207, 226, .22) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(242, 248, 252, .94));
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: 0 26px 70px rgba(13, 32, 52, .12);
  isolation: isolate;
}

.q-fabric-board::before,
.q-fabric-board::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

.q-fabric-board::before {
  inset: 22% 8% auto;
  height: 190px;
  background: linear-gradient(90deg, rgba(12, 75, 145, .10), rgba(21, 182, 216, .16), rgba(4, 116, 190, .10));
  filter: blur(34px);
}

.q-fabric-board::after {
  right: 12%;
  bottom: 16%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(21, 182, 216, .22);
  box-shadow: inset 0 0 0 28px rgba(21, 182, 216, .05);
}

.q-fabric-topology {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.q-fabric-topology article,
.q-fabric-flow article,
.q-fabric-core,
.q-fabric-core-metrics div {
  border: 1px solid rgba(176, 207, 226, .88);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 16px 34px rgba(13, 32, 52, .07);
}

.q-fabric-topology article {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border-radius: 18px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.q-fabric-topology article:hover,
.q-fabric-flow article:hover {
  border-color: rgba(0, 132, 202, .55);
  box-shadow: 0 20px 44px rgba(0, 132, 202, .13);
  transform: translateY(-2px);
}

.q-fabric-topology i {
  width: 34px;
  height: 34px;
  border: 1.5px solid rgba(0, 132, 202, .64);
  border-radius: 11px;
  background:
    linear-gradient(90deg, transparent 47%, rgba(0, 132, 202, .65) 47% 53%, transparent 53%),
    linear-gradient(180deg, transparent 47%, rgba(21, 182, 216, .65) 47% 53%, transparent 53%);
}

.q-fabric-topology strong {
  color: var(--ink) !important;
  font-size: 17px;
  line-height: 1.1;
}

.q-fabric-topology span,
.q-fabric-flow span,
.q-fabric-core p,
.q-fabric-core-metrics span {
  color: var(--muted) !important;
  font-size: 13px;
  line-height: 1.5;
}

.q-fabric-core {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(210px, .55fr);
  gap: 22px;
  align-items: center;
  margin: 18px auto;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 24px;
  overflow: hidden;
}

.q-fabric-core::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(21, 182, 216, .17), transparent 18rem),
    linear-gradient(135deg, rgba(12, 75, 145, .08), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.q-fabric-core-copy,
.q-fabric-core-metrics {
  position: relative;
  z-index: 1;
}

.q-fabric-core-copy span {
  display: block;
  margin-bottom: 10px;
  color: var(--teal-dk) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.q-fabric-core-copy strong {
  display: block;
  color: var(--ink) !important;
  font-size: 40px;
  line-height: .98;
  letter-spacing: 0;
}

.q-fabric-core-copy p {
  max-width: 720px;
  margin: 16px 0 0;
  font-size: 15px;
}

.q-fabric-core-metrics {
  display: grid;
  gap: 10px;
}

.q-fabric-core-metrics div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 12px 14px;
  border-radius: 15px;
}

.q-fabric-core-metrics b {
  color: var(--blue) !important;
  font-size: 18px;
}

.q-fabric-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.q-fabric-flow::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 30px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 132, 202, .18), rgba(21, 182, 216, .76), rgba(0, 132, 202, .18));
}

.q-fabric-flow article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 170px;
  padding: 54px 16px 16px;
  border-radius: 18px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.q-fabric-flow em {
  position: absolute;
  left: 16px;
  top: 16px;
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1.5px solid rgba(0, 132, 202, .54);
  border-radius: 50%;
  background: #fff;
  color: var(--blue) !important;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}

.q-fabric-flow strong {
  color: var(--ink) !important;
  font-size: 18px;
}

@media (max-width: 1180px) {
  .q-global-footer-map {
    grid-template-columns: 1fr;
  }
  .q-global-footer-sitemap {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
  .q-fabric-topology {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .q-fabric-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .q-fabric-flow::before {
    display: none;
  }
}

@media (max-width: 720px) {
  .q-global-footer-map,
  .q-fabric-board {
    width: min(100% - 20px, 1220px);
  }
  .q-global-footer-sitemap,
  .q-fabric-topology,
  .q-fabric-core,
  .q-fabric-flow {
    grid-template-columns: 1fr;
  }
  .q-global-footer-map-head {
    display: grid;
  }
  .q-global-footer-map-head span {
    text-align: left;
  }
  .q-fabric-board {
    border-radius: 22px;
    padding: 16px;
  }
  .q-fabric-core-copy strong {
    font-size: 30px;
  }
  .q-fabric-topology article,
  .q-fabric-flow article {
    min-height: 0;
  }
}


/* Global flat interaction system: no-fill buttons and blue hover activation */
:root {
  --q-action-blue: #1f6fa8;
  --q-action-blue-dark: #15598d;
  --q-action-blue-soft: rgba(31, 111, 168, .12);
  --q-action-border: rgba(31, 111, 168, .42);
}

:where(a):not(.brand):not(.q-global-brand):not(.footer-brand-logo):not(.nav-logo):not(.logo):not(.mlogo) {
  color: var(--q-action-blue) !important;
  text-decoration: none !important;
  text-shadow: none !important;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

:where(a):not(.brand):not(.q-global-brand):not(.footer-brand-logo):not(.nav-logo):not(.logo):not(.mlogo):hover,
:where(a):not(.brand):not(.q-global-brand):not(.footer-brand-logo):not(.nav-logo):not(.logo):not(.mlogo):focus-visible {
  color: #ffffff !important;
  background: var(--q-action-blue) !important;
  border-color: var(--q-action-blue) !important;
  box-shadow: none !important;
  outline: 0 !important;
}

:where(
  button,
  [role="button"],
  summary,
  .button,
  .btn,
  .button-primary,
  .button-light,
  .button-outline,
  .btn-primary,
  .btn-teal,
  .btn-outline,
  .btn-outline-dark,
  .plain-link,
  .nav-button,
  .nav-btn,
  .nav-link,
  .q-global-primary,
  .q-global-secondary,
  .q-global-text-link,
  .footer-btn-solid,
  .footer-btn-ghost,
  .footer-cta-btn-primary,
  .footer-cta-btn-ghost,
  .filter-chips button,
  .solution-tabs > button,
  .home-solution-tabs > button,
  .workflow-actions button,
  .visual-panel button,
  .mock-actions button,
  .agent-action-row button,
  .chatbot-form button,
  .chatbot-header button,
  .chatbot-toggle
) {
  background: transparent !important;
  background-image: none !important;
  border: 1px solid var(--q-action-border) !important;
  color: var(--q-action-blue) !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  transform: none !important;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

:where(
  button,
  [role="button"],
  summary,
  .button,
  .btn,
  .button-primary,
  .button-light,
  .button-outline,
  .btn-primary,
  .btn-teal,
  .btn-outline,
  .btn-outline-dark,
  .plain-link,
  .nav-button,
  .nav-btn,
  .nav-link,
  .q-global-primary,
  .q-global-secondary,
  .q-global-text-link,
  .footer-btn-solid,
  .footer-btn-ghost,
  .footer-cta-btn-primary,
  .footer-cta-btn-ghost,
  .filter-chips button,
  .solution-tabs > button,
  .home-solution-tabs > button,
  .workflow-actions button,
  .visual-panel button,
  .mock-actions button,
  .agent-action-row button,
  .chatbot-form button,
  .chatbot-header button,
  .chatbot-toggle
):hover,
:where(
  button,
  [role="button"],
  summary,
  .button,
  .btn,
  .button-primary,
  .button-light,
  .button-outline,
  .btn-primary,
  .btn-teal,
  .btn-outline,
  .btn-outline-dark,
  .plain-link,
  .nav-button,
  .nav-btn,
  .nav-link,
  .q-global-primary,
  .q-global-secondary,
  .q-global-text-link,
  .footer-btn-solid,
  .footer-btn-ghost,
  .footer-cta-btn-primary,
  .footer-cta-btn-ghost,
  .filter-chips button,
  .solution-tabs > button,
  .home-solution-tabs > button,
  .workflow-actions button,
  .visual-panel button,
  .mock-actions button,
  .agent-action-row button,
  .chatbot-form button,
  .chatbot-header button,
  .chatbot-toggle
):focus-visible,
:where(.solution-tabs > button.active, .home-solution-tabs > button.active, .filter-chips button.is-active) {
  background: var(--q-action-blue) !important;
  background-image: none !important;
  border-color: var(--q-action-blue) !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 4px var(--q-action-blue-soft) !important;
  outline: 0 !important;
}

:where(
  a,
  button,
  [role="button"],
  summary,
  .button,
  .btn,
  .q-global-primary,
  .q-global-secondary,
  .solution-tabs > button,
  .home-solution-tabs > button,
  .filter-chips button,
  .workflow-actions button,
  .visual-panel button,
  .mock-actions button,
  .agent-action-row button,
  .chatbot-form button
):hover :where(svg, i, span, strong, small, em),
:where(
  a,
  button,
  [role="button"],
  summary,
  .button,
  .btn,
  .q-global-primary,
  .q-global-secondary,
  .solution-tabs > button,
  .home-solution-tabs > button,
  .filter-chips button,
  .workflow-actions button,
  .visual-panel button,
  .mock-actions button,
  .agent-action-row button,
  .chatbot-form button
):focus-visible :where(svg, i, span, strong, small, em) {
  color: inherit !important;
}

.q-global-toggle:hover span,
.q-global-toggle:focus-visible span,
.mobile-toggle:hover span,
.mobile-toggle:focus-visible span,
.nav-hamburger:hover span,
.nav-hamburger:focus-visible span {
  background: #ffffff !important;
}

.chatbot-toggle {
  width: 76px !important;
  height: 76px !important;
  border-radius: 50% !important;
  padding: 5px !important;
  overflow: hidden !important;
}

.chatbot-toggle img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 50% !important;
  filter: drop-shadow(0 8px 16px rgba(13, 32, 52, .20)) !important;
}

.chatbot-toggle:hover img,
.chatbot-toggle:focus-visible img {
  filter: drop-shadow(0 8px 16px rgba(255, 255, 255, .24)) !important;
}

:where(button, [role="button"], summary, a, .button, .btn):disabled,
:where(button, [role="button"], summary, a, .button, .btn)[aria-disabled="true"] {
  opacity: .46 !important;
  cursor: not-allowed !important;
  background: transparent !important;
  color: var(--muted) !important;
  border-color: rgba(176, 207, 226, .70) !important;
  box-shadow: none !important;
}


/* High-specificity final flat action overrides */
a:not(.brand):not(.q-global-brand):not(.footer-brand-logo):not(.nav-logo):not(.logo):not(.mlogo),
.q-global-footer a:not(.q-global-brand),
.q-global-nav a,
.desktop-nav a,
.mega-links a,
.mobile-nav a,
.footer-map-col a,
.q-global-footer-col a,
.q-global-footer-bottom a {
  color: var(--q-action-blue) !important;
  text-decoration: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

a:not(.brand):not(.q-global-brand):not(.footer-brand-logo):not(.nav-logo):not(.logo):not(.mlogo):hover,
a:not(.brand):not(.q-global-brand):not(.footer-brand-logo):not(.nav-logo):not(.logo):not(.mlogo):focus-visible,
.q-global-footer a:not(.q-global-brand):hover,
.q-global-footer a:not(.q-global-brand):focus-visible,
.q-global-nav a:hover,
.q-global-nav a:focus-visible,
.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.mega-links a:hover,
.mega-links a:focus-visible,
.mobile-nav a:hover,
.mobile-nav a:focus-visible,
.footer-map-col a:hover,
.footer-map-col a:focus-visible,
.q-global-footer-col a:hover,
.q-global-footer-col a:focus-visible,
.q-global-footer-bottom a:hover,
.q-global-footer-bottom a:focus-visible {
  background: var(--q-action-blue) !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: var(--q-action-blue) !important;
  box-shadow: none !important;
  outline: 0 !important;
}

button,
button.nav-button,
button.mobile-toggle,
button.q-global-toggle,
button.chatbot-toggle,
button[data-chatbot-close],
button[data-chatbot-toggle],
button[type="submit"],
.button,
a.button,
.button.button-primary,
.button-primary,
.button.button-light,
.button-light,
.button.button-outline,
.button-outline,
.btn,
.btn-primary,
.btn-teal,
.btn-outline,
.btn-outline-dark,
.plain-link,
.q-global-primary,
.q-global-secondary,
.q-global-text-link,
.footer-btn-solid,
.footer-btn-ghost,
.footer-cta-btn-primary,
.footer-cta-btn-ghost,
.solution-tabs > button,
.home-solution-tabs > button,
.filter-chips button,
.workflow-actions button,
.visual-panel button,
.mock-actions button,
.agent-action-row button,
.chatbot-form button,
.chatbot-header button {
  background: transparent !important;
  background-image: none !important;
  border: 1px solid var(--q-action-border) !important;
  color: var(--q-action-blue) !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
}

button:hover,
button:focus-visible,
button.nav-button:hover,
button.nav-button:focus-visible,
button.mobile-toggle:hover,
button.mobile-toggle:focus-visible,
button.q-global-toggle:hover,
button.q-global-toggle:focus-visible,
button.chatbot-toggle:hover,
button.chatbot-toggle:focus-visible,
button[data-chatbot-close]:hover,
button[data-chatbot-close]:focus-visible,
button[type="submit"]:hover,
button[type="submit"]:focus-visible,
.button:hover,
.button:focus-visible,
a.button:hover,
a.button:focus-visible,
.button.button-primary:hover,
.button.button-primary:focus-visible,
.button-primary:hover,
.button-primary:focus-visible,
.button.button-light:hover,
.button.button-light:focus-visible,
.button-light:hover,
.button-light:focus-visible,
.button.button-outline:hover,
.button.button-outline:focus-visible,
.button-outline:hover,
.button-outline:focus-visible,
.btn:hover,
.btn:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible,
.btn-teal:hover,
.btn-teal:focus-visible,
.btn-outline:hover,
.btn-outline:focus-visible,
.btn-outline-dark:hover,
.btn-outline-dark:focus-visible,
.plain-link:hover,
.plain-link:focus-visible,
.q-global-primary:hover,
.q-global-primary:focus-visible,
.q-global-secondary:hover,
.q-global-secondary:focus-visible,
.q-global-text-link:hover,
.q-global-text-link:focus-visible,
.footer-btn-solid:hover,
.footer-btn-solid:focus-visible,
.footer-btn-ghost:hover,
.footer-btn-ghost:focus-visible,
.footer-cta-btn-primary:hover,
.footer-cta-btn-primary:focus-visible,
.footer-cta-btn-ghost:hover,
.footer-cta-btn-ghost:focus-visible,
.solution-tabs > button:hover,
.solution-tabs > button:focus-visible,
.solution-tabs > button.active,
.home-solution-tabs > button:hover,
.home-solution-tabs > button:focus-visible,
.home-solution-tabs > button.active,
.filter-chips button:hover,
.filter-chips button:focus-visible,
.filter-chips button.is-active,
.workflow-actions button:hover,
.workflow-actions button:focus-visible,
.visual-panel button:hover,
.visual-panel button:focus-visible,
.mock-actions button:hover,
.mock-actions button:focus-visible,
.agent-action-row button:hover,
.agent-action-row button:focus-visible,
.chatbot-form button:hover,
.chatbot-form button:focus-visible,
.chatbot-header button:hover,
.chatbot-header button:focus-visible {
  background: var(--q-action-blue) !important;
  background-image: none !important;
  border-color: var(--q-action-blue) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  outline: 0 !important;
  transform: none !important;
}

button:hover *,
button:focus-visible *,
.button:hover *,
.button:focus-visible *,
.btn:hover *,
.btn:focus-visible *,
a.button:hover *,
a.button:focus-visible *,
.solution-tabs > button:hover *,
.home-solution-tabs > button:hover *,
.filter-chips button:hover *,
.workflow-actions button:hover *,
.visual-panel button:hover *,
.mock-actions button:hover *,
.agent-action-row button:hover * {
  color: inherit !important;
}

.chatbot-toggle {
  background: transparent !important;
  background-image: none !important;
  border-color: var(--q-action-border) !important;
  box-shadow: none !important;
}

.solution-tabs > button.active:not(:hover):not(:focus-visible),
.home-solution-tabs > button.active:not(:hover):not(:focus-visible),
.filter-chips button.is-active:not(:hover):not(:focus-visible) {
  background: transparent !important;
  background-image: none !important;
  border-color: var(--q-action-border) !important;
  color: var(--q-action-blue) !important;
  box-shadow: none !important;
}

/* Final explicit background-color enforcement for flat actions */
a:not(.brand):not(.q-global-brand):not(.footer-brand-logo):not(.nav-logo):not(.logo):not(.mlogo) {
  background-color: transparent !important;
}

a:not(.brand):not(.q-global-brand):not(.footer-brand-logo):not(.nav-logo):not(.logo):not(.mlogo):hover,
a:not(.brand):not(.q-global-brand):not(.footer-brand-logo):not(.nav-logo):not(.logo):not(.mlogo):focus-visible,
.q-global-nav a:hover,
.q-global-nav a:focus-visible,
.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.mobile-nav a:hover,
.mobile-nav a:focus-visible,
.mega-links a:hover,
.mega-links a:focus-visible,
.footer-map-col a:hover,
.footer-map-col a:focus-visible,
.q-global-footer-col a:hover,
.q-global-footer-col a:focus-visible,
.q-global-footer-bottom a:hover,
.q-global-footer-bottom a:focus-visible {
  background-color: var(--q-action-blue) !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: var(--q-action-blue) !important;
  box-shadow: none !important;
}

:is(button, [role="button"], summary, .button, a.button, .btn, .button-primary, .button-light, .button-outline, .btn-primary, .btn-teal, .btn-outline, .btn-outline-dark, .plain-link, .nav-button, .nav-btn, .nav-link, .q-global-primary, .q-global-secondary, .q-global-text-link, .footer-btn-solid, .footer-btn-ghost, .footer-cta-btn-primary, .footer-cta-btn-ghost, .filter-chips button, .solution-tabs > button, .home-solution-tabs > button, .workflow-actions button, .visual-panel button, .mock-actions button, .agent-action-row button, .chatbot-form button, .chatbot-header button, .chatbot-toggle) {
  background-color: transparent !important;
  background-image: none !important;
  color: var(--q-action-blue) !important;
  box-shadow: none !important;
}

:is(button, [role="button"], summary, .button, a.button, .btn, .button-primary, .button-light, .button-outline, .btn-primary, .btn-teal, .btn-outline, .btn-outline-dark, .plain-link, .nav-button, .nav-btn, .nav-link, .q-global-primary, .q-global-secondary, .q-global-text-link, .footer-btn-solid, .footer-btn-ghost, .footer-cta-btn-primary, .footer-cta-btn-ghost, .filter-chips button, .solution-tabs > button, .home-solution-tabs > button, .workflow-actions button, .visual-panel button, .mock-actions button, .agent-action-row button, .chatbot-form button, .chatbot-header button, .chatbot-toggle):hover,
:is(button, [role="button"], summary, .button, a.button, .btn, .button-primary, .button-light, .button-outline, .btn-primary, .btn-teal, .btn-outline, .btn-outline-dark, .plain-link, .nav-button, .nav-btn, .nav-link, .q-global-primary, .q-global-secondary, .q-global-text-link, .footer-btn-solid, .footer-btn-ghost, .footer-cta-btn-primary, .footer-cta-btn-ghost, .filter-chips button, .solution-tabs > button, .home-solution-tabs > button, .workflow-actions button, .visual-panel button, .mock-actions button, .agent-action-row button, .chatbot-form button, .chatbot-header button, .chatbot-toggle):focus-visible {
  background-color: var(--q-action-blue) !important;
  background-image: none !important;
  border-color: var(--q-action-blue) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

/* Website responsive hardening and mobile-aware tables */
html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip !important;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden !important;
  }
}

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

img,
svg,
canvas,
video,
iframe {
  max-width: 100%;
}

main,
section,
.section,
.hero,
.page-hero,
.contact-hero,
.pricing-hero,
.q-global-header,
.q-global-footer,
.q-global-shell,
.q-global-footer-map,
.q-global-footer-sitemap,
.q-global-footer-cta,
.home-hero-visual,
.home-hero-window,
.home-agent-console,
.q-fabric-board,
.card,
.feature-card,
.workflow-card,
.comparison-card,
.pricing-card {
  max-width: 100% !important;
  min-width: 0 !important;
}

.hero-actions,
.footer-actions,
.q-global-actions,
.q-global-footer-actions,
.workflow-actions,
.agent-action-row,
.mock-actions {
  flex-wrap: wrap !important;
  min-width: 0 !important;
}

.comp-wrap,
.comparison-wrap,
.comparison-table-wrap,
.pricing-table-wrap,
.table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comp-table,
table.comp-table {
  max-width: 100% !important;
}

.q-global-menu-panel {
  max-width: min(92vw, 360px) !important;
}

@media (max-width: 900px) {
  .q-global-shell {
    grid-template-columns: minmax(0, 1fr) auto !important;
    column-gap: 12px !important;
  }

  .q-global-brand,
  .q-global-actions,
  .q-global-footer-brand,
  .q-global-footer-col,
  .q-global-footer-map-head {
    min-width: 0 !important;
  }

  .q-global-actions {
    justify-content: flex-end !important;
  }

  .q-global-primary,
  .q-global-secondary,
  .q-global-text-link,
  .button,
  .btn,
  button,
  a.button {
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
  }
}

@media (max-width: 720px) {
  .section,
  section[style*="padding"],
  .hero,
  .page-hero,
  .contact-hero,
  .pricing-hero,
  .split-section,
  .home-control-section,
  .home-loop-section {
    padding-left: clamp(16px, 5vw, 24px) !important;
    padding-right: clamp(16px, 5vw, 24px) !important;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .split-section,
  .home-control-grid,
  .home-command-grid,
  .home-agent-body,
  .q-fabric-topology,
  .q-fabric-flow,
  .q-global-footer-map,
  .q-global-footer-sitemap,
  .q-global-footer-cta {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .comp-wrap,
  .comparison-wrap,
  .comparison-table-wrap,
  .pricing-table-wrap,
  .table-wrap {
    overflow-x: visible !important;
  }

  table.comp-table {
    min-width: 0 !important;
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
  }

  table.comp-table thead {
    display: none !important;
  }

  table.comp-table tbody,
  table.comp-table tr,
  table.comp-table td {
    display: block !important;
    width: 100% !important;
  }

  table.comp-table tr {
    border: 1px solid rgba(176, 207, 226, .72) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    padding: 8px 12px !important;
    box-shadow: 0 10px 24px rgba(13, 32, 52, .06) !important;
  }

  table.comp-table td {
    border: 0 !important;
    padding: 8px 0 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: var(--ink, #0d2034) !important;
    overflow-wrap: anywhere !important;
  }

  table.comp-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 3px;
    color: var(--muted, #5d7286);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
  }

  table.comp-table td.sf-col {
    background: transparent !important;
    color: var(--q-action-blue, #1f6fa8) !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 480px) {
  .q-global-shell {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .brand-logo-img,
  .qintorava-logo-img,
  .nav-logo img.qintorava-logo-img,
  .sf-nav .nav-logo img.qintorava-logo-img,
  .nav .logo img,
  .mlogo img {
    max-width: min(230px, 62vw) !important;
  }

  .q-global-mobile {
    max-height: calc(100dvh - 84px) !important;
    overflow-y: auto !important;
  }

  .home-proof-band,
  .q-global-footer-bottom {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Mobile inline-chip and chatbot viewport fixes */
.qintorava-chatbot,
.chatbot-panel {
  max-width: calc(100vw - 32px) !important;
}

@media (max-width: 720px) {
  [style*="flex-wrap:wrap"][style*="flex-shrink:0"],
  [style*="flex-wrap: wrap"][style*="flex-shrink:0"],
  [style*="flex-wrap:wrap"][style*="flex-shrink: 0"],
  [style*="flex-wrap: wrap"][style*="flex-shrink: 0"],
  [style*="flex-wrap:wrap"] > [style*="flex-shrink:0"],
  [style*="flex-wrap: wrap"] > [style*="flex-shrink:0"],
  [style*="flex-wrap:wrap"] > [style*="flex-shrink: 0"],
  [style*="flex-wrap: wrap"] > [style*="flex-shrink: 0"] {
    flex-shrink: 1 !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  [style*="white-space:nowrap"],
  [style*="white-space: nowrap"] {
    white-space: normal !important;
  }

  .qintorava-chatbot {
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    max-width: none !important;
  }

  .chatbot-toggle {
    margin-left: auto !important;
  }

  .chatbot-panel {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: 100% !important;
  }

  .chatbot-header,
  .chatbot-header > div {
    min-width: 0 !important;
  }

  .chatbot-header button {
    flex: 0 0 auto !important;
  }
}

/* Route-aware editorial hero artwork */
.qintorava-hero-art {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: min(58%, 980px);
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.42) 18%, #000 42%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.42) 18%, #000 42%);
}

.qintorava-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.38;
  filter: saturate(0.82) contrast(0.96);
}

.contact-hero .qintorava-hero-art img,
.discovery-hub-hero .qintorava-hero-art img {
  opacity: 0.24;
}

main > section:first-child:has(.qintorava-hero-art) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

main > section:first-child:has(.qintorava-hero-art) > :not(.qintorava-hero-art) {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .qintorava-hero-art {
    width: 100%;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.08), #000);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.08), #000);
  }

  .qintorava-hero-art img {
    opacity: 0.12;
  }
}
@media (max-width: 900px) {
  .contact-hero .qintorava-hero-art img,
  .discovery-hub-hero .qintorava-hero-art img {
    opacity: 0.12;
  }
}

/* Enterprise glass system: one restrained interaction and image language */
.site-header .header-option {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 9px 14px !important;
  border: 1px solid rgba(31, 111, 168, 0.46) !important;
  border-radius: 10px !important;
  background: transparent !important;
  background-image: none !important;
  color: var(--q-action-blue, #1f6fa8) !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  transition: color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease !important;
}

.site-header button.header-option {
  appearance: none;
  cursor: pointer;
}

.site-header .header-option:hover,
.site-header .header-option:focus-visible,
.site-header .nav-item:focus-within > .header-option {
  background: transparent !important;
  background-image: none !important;
  border-color: var(--q-action-blue, #1f6fa8) !important;
  color: var(--q-action-blue, #1f6fa8) !important;
  box-shadow: 0 0 0 3px rgba(31, 111, 168, 0.11), 0 8px 20px rgba(31, 111, 168, 0.08) !important;
  transform: translateY(-1px);
}

.site-header .header-option::after {
  color: currentColor !important;
}

.footer-map-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  max-width: 1220px;
  margin: 0 auto 22px;
  padding-top: 4px;
  border-bottom: 1px solid rgba(31, 111, 168, 0.16);
}

.footer-map-heading p {
  margin: 0 0 14px !important;
  color: var(--ink, #0d2034) !important;
  font-size: 16px !important;
  font-weight: 780 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.footer-map-heading span {
  margin: 0 0 14px;
  color: var(--muted, #5d7286) !important;
  font-size: 13px;
}

.footer-grid {
  grid-template-columns: minmax(220px, 1.25fr) repeat(6, minmax(120px, 1fr)) !important;
  gap: 22px 18px !important;
}

.footer-map-col a {
  padding-block: 4px !important;
  font-weight: 520 !important;
}

.home-loop-section,
.platform-flow-section {
  padding-block: clamp(56px, 6vw, 86px) !important;
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%) !important;
  color: var(--ink, #0d2034) !important;
}

.platform-flow-image-wrap {
  max-width: min(1280px, calc(100vw - 48px)) !important;
  margin: 30px auto 0 !important;
  overflow: hidden;
  border: 1px solid rgba(176, 207, 226, 0.7) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 24px 64px rgba(13, 32, 52, 0.08) !important;
}

.platform-flow-img {
  width: 100% !important;
  aspect-ratio: 3 / 2;
  object-fit: cover !important;
  object-position: center !important;
}

.qintorava-hero-art {
  width: min(62%, 1040px);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 10%, #000 34%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 10%, #000 34%);
}

.qintorava-hero-art img,
.contact-hero .qintorava-hero-art img,
.discovery-hub-hero .qintorava-hero-art img {
  opacity: 0.56 !important;
  filter: saturate(0.94) contrast(1.03) !important;
}

main > section:first-child:has(.qintorava-hero-art)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.96) 39%, rgba(255, 255, 255, 0.52) 62%, rgba(255, 255, 255, 0.06) 100%);
}

main > section:first-child:has(.qintorava-hero-art) .hero-copy {
  max-width: min(670px, 58%);
}

main > section:first-child:has(.qintorava-hero-art) .hero-copy :is(h1, h2, h3) {
  color: var(--ink, #0d2034) !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

main > section:first-child:has(.qintorava-hero-art) .hero-copy :is(p, .lead, span, li) {
  color: var(--muted, #5d7286) !important;
}

body main > .section,
body main > section.section {
  padding-block: clamp(54px, 5.4vw, 82px) !important;
}

body main > .hero,
body main > section.hero {
  min-height: auto !important;
  padding-block: clamp(62px, 7vw, 104px) !important;
}

@media (max-width: 1180px) {
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .site-header .nav-actions .header-option {
    display: none !important;
  }

  .site-header .mobile-nav > a {
    display: flex !important;
    align-items: center !important;
    min-height: 46px !important;
    margin-top: 8px !important;
    padding: 11px 12px !important;
    border: 1px solid rgba(31, 111, 168, 0.38) !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: var(--q-action-blue, #1f6fa8) !important;
    font-size: 15px !important;
    font-weight: 760 !important;
    line-height: 1.2 !important;
  }

  .site-header .mobile-nav > a:hover,
  .site-header .mobile-nav > a:focus-visible {
    background: var(--q-action-blue, #1f6fa8) !important;
    border-color: var(--q-action-blue, #1f6fa8) !important;
    color: #fff !important;
  }

  .qintorava-hero-art {
    width: 100%;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), #000);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), #000);
  }

  .qintorava-hero-art img,
  .contact-hero .qintorava-hero-art img,
  .discovery-hub-hero .qintorava-hero-art img {
    opacity: 0.2 !important;
  }

  main > section:first-child:has(.qintorava-hero-art)::before {
    background: rgba(255, 255, 255, 0.74);
  }

  main > section:first-child:has(.qintorava-hero-art) .hero-copy {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  body main > .section,
  body main > section.section {
    padding-block: 46px !important;
  }

  body main > .hero,
  body main > section.hero {
    padding-block: 54px !important;
  }

  .footer-map-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .platform-flow-image-wrap {
    max-width: calc(100vw - 32px) !important;
    margin-top: 22px !important;
  }
}
/* Image-backed route heroes use one focal artwork, not stacked mockups */
main > section.hero:has(> .qintorava-hero-art) > :is(
  .category-hero-visual,
  .enterprise-automation-canvas,
  .enterprise-flow-visual,
  .product-visual
) {
  display: none !important;
}
main > section.hero:has(> .qintorava-hero-art) {
  display: block !important;
}

main > section.hero:has(> .qintorava-hero-art) .hero-copy {
  width: min(680px, 54%) !important;
  max-width: none !important;
}

@media (max-width: 900px) {
  main > section.hero:has(> .qintorava-hero-art) .hero-copy {
    width: 100% !important;
  }
}
/* Crisp shared header and mega-menu interaction states */
body .site-header .nav-shell .header-option:hover,
body .site-header .nav-shell .header-option:focus,
body .site-header .nav-shell .header-option:focus-visible,
body .site-header .nav-shell .nav-item:focus-within > .header-option {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: var(--q-action-blue, #1f6fa8) !important;
  color: var(--q-action-blue, #1f6fa8) !important;
}

.site-header .mega {
  background: rgba(255, 255, 255, 0.99) !important;
  border: 1px solid rgba(176, 207, 226, 0.88) !important;
  box-shadow: 0 24px 58px rgba(13, 32, 52, 0.14) !important;
  opacity: 1 !important;
}

.site-header .mega-intro {
  background: linear-gradient(145deg, rgba(238, 247, 252, 0.96), rgba(247, 251, 253, 0.98)) !important;
  border: 1px solid rgba(176, 207, 226, 0.66) !important;
  color: var(--ink, #0d2034) !important;
}

.site-header .mega-intro p,
.site-header .mega-intro h3,
.site-header .mega-links a strong,
.site-header .mega-links a span {
  opacity: 1 !important;
  text-shadow: none !important;
}

.site-header .mega-intro p {
  color: var(--q-action-blue, #1f6fa8) !important;
}

.site-header .mega-intro h3,
.site-header .mega-links a strong {
  color: var(--ink, #0d2034) !important;
}

.site-header .mega-links a span {
  color: var(--muted, #5d7286) !important;
}

.site-header .mega-links a,
.site-header .mega-links a:hover,
.site-header .mega-links a:focus-visible {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  color: var(--ink, #0d2034) !important;
}

.site-header .mega-links a:hover,
.site-header .mega-links a:focus-visible {
  border-color: rgba(31, 111, 168, 0.52) !important;
  box-shadow: 0 0 0 3px rgba(31, 111, 168, 0.08) !important;
}
.site-footer .footer-brand .brand-logo-img,
.site-footer .footer-brand .qintorava-logo-img {
  width: min(220px, 100%) !important;
  height: auto !important;
  max-width: 100% !important;
}
/* Desktop menus follow explicit accessible state; hover remains visual feedback only. */
.site-header .nav-item > .mega {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateX(-50%) translateY(8px) !important;
}

.site-header .nav-item > .nav-button[aria-expanded="true"] + .mega {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}


/* 2026-07-20 enterprise visual, interaction, trust, and FAQ release */
:root {
  --q-action-blue: #1f6fa8;
  --q-action-blue-deep: #145784;
}

/* Route heroes retain full source clarity while the copy keeps a quiet reading field. */
.qintorava-hero-art {
  width: min(64%, 1120px) !important;
  background: #f8fbfd;
}

.qintorava-hero-art img,
.contact-hero .qintorava-hero-art img,
.discovery-hub-hero .qintorava-hero-art img {
  opacity: 0.92 !important;
  filter: saturate(0.94) contrast(1.04) !important;
  image-rendering: auto;
  transform: translateZ(0);
}

main > section:first-child:has(.qintorava-hero-art)::before {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 35%, rgba(255, 255, 255, 0.76) 50%, rgba(255, 255, 255, 0.14) 72%, transparent 100%) !important;
}

/* One contrast-safe interaction language across navigation and controls. */
body .site-header .nav-shell .header-option:hover,
body .site-header .nav-shell .header-option:focus,
body .site-header .nav-shell .header-option:focus-visible,
body .site-header .nav-shell .nav-item:focus-within > .header-option,
body .site-header .mobile-nav > a:hover,
body .site-header .mobile-nav > a:focus-visible {
  background: var(--q-action-blue) !important;
  background-color: var(--q-action-blue) !important;
  border-color: var(--q-action-blue) !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(31, 111, 168, 0.12), 0 10px 22px rgba(31, 111, 168, 0.13) !important;
}

:is(a, button, [role="button"], summary, .button, .btn):hover > :is(span, strong, small, em, b, i),
:is(a, button, [role="button"], summary, .button, .btn):focus-visible > :is(span, strong, small, em, b, i),
:is(a, button, [role="button"], summary, .button, .btn):hover svg,
:is(a, button, [role="button"], summary, .button, .btn):focus-visible svg {
  color: inherit !important;
  stroke: currentColor;
}

/* FAQ rows are editorial disclosures, not boxed cards or filled buttons. */
body main .section.faq details {
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(31, 111, 168, 0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body main .section.faq details:first-of-type {
  border-top: 1px solid rgba(31, 111, 168, 0.22) !important;
}

body main .section.faq details > summary,
body main .section.faq details > summary:hover,
body main .section.faq details > summary:focus-visible {
  min-height: 0 !important;
  padding: 21px 42px 21px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ink, #0d2034) !important;
  font-weight: 680 !important;
}

body main .section.faq details > summary:hover,
body main .section.faq details > summary:focus-visible {
  color: var(--q-action-blue) !important;
}

body main .section.faq details > p {
  max-width: 900px;
  margin: -4px 0 22px !important;
  padding: 0 !important;
  color: var(--muted, #5d7286) !important;
}

/* Trust content uses readable light glass surfaces over source-specific imagery. */
.trust-governance-section {
  background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%) !important;
  color: var(--ink, #0d2034) !important;
}

.trust-governance-section .section-head :is(p, h2, span),
.trust-evidence-note .section-head :is(p, h2, span) {
  color: inherit !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.trust-governance-section .section-head p,
.trust-evidence-note .section-head p {
  color: var(--q-action-blue) !important;
}

.trust-governance-section .section-head h2,
.trust-evidence-note .section-head h2 {
  color: var(--ink, #0d2034) !important;
}

.trust-governance-section .section-head span,
.trust-evidence-note .section-head span {
  color: var(--muted, #5d7286) !important;
}

.trust-governance-image,
.trust-evidence-image {
  width: min(1180px, 100%);
  margin: 28px auto 34px;
  overflow: hidden;
  border: 1px solid rgba(176, 207, 226, 0.72);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(13, 32, 52, 0.1);
}

.trust-governance-image img,
.trust-evidence-image img {
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.trust-governance-section .enterprise-flow-visual {
  width: min(1180px, 100%) !important;
  margin: 28px auto 0 !important;
  border: 1px solid rgba(176, 207, 226, 0.78) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--ink, #0d2034) !important;
  box-shadow: 0 22px 58px rgba(13, 32, 52, 0.08) !important;
}

.trust-governance-section .enterprise-flow-header {
  display: grid !important;
  justify-content: center !important;
  justify-items: center !important;
  gap: 6px !important;
  text-align: center !important;
}

.trust-governance-section .enterprise-flow-header strong {
  text-align: center !important;
}

.trust-governance-section .enterprise-flow-header :is(span, strong),
.trust-governance-section .enterprise-flow-detail :is(span, p),
.trust-governance-section .enterprise-flow-grid :is(b, span) {
  color: var(--ink, #0d2034) !important;
  opacity: 1 !important;
}

.trust-governance-section .enterprise-flow-step {
  align-content: center !important;
  justify-items: center !important;
  border: 1px solid rgba(31, 111, 168, 0.35) !important;
  background: transparent !important;
  color: var(--q-action-blue) !important;
  text-align: center !important;
  transform: none !important;
}

.trust-governance-section .enterprise-flow-step :is(span, b) {
  color: var(--q-action-blue) !important;
  opacity: 1 !important;
}

.trust-governance-section .enterprise-flow-step:hover,
.trust-governance-section .enterprise-flow-step:focus-visible,
.trust-governance-section .enterprise-flow-step.is-active {
  background: var(--q-action-blue) !important;
  border-color: var(--q-action-blue) !important;
  color: #ffffff !important;
  transform: none !important;
}

.trust-governance-section .enterprise-flow-step:is(:hover, :focus-visible, .is-active) :is(span, b) {
  color: #ffffff !important;
}

.trust-governance-section .enterprise-flow-detail {
  border-color: rgba(31, 111, 168, 0.32) !important;
  background: rgba(229, 246, 252, 0.74) !important;
  text-align: center !important;
}

.trust-governance-section .enterprise-flow-grid div {
  text-align: center !important;
}

.trust-evidence-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}

.trust-evidence-image {
  margin: 0;
  padding: 0 !important;
}

.trust-evidence-list {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.trust-evidence-list li {
  position: relative;
  padding-left: 27px;
  color: var(--ink, #0d2034);
}

.trust-evidence-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--q-action-blue);
  border-bottom: 2px solid var(--q-action-blue);
  transform: rotate(-45deg);
}

@media (max-width: 900px) {
  .qintorava-hero-art {
    width: 100% !important;
  }

  .qintorava-hero-art img,
  .contact-hero .qintorava-hero-art img,
  .discovery-hub-hero .qintorava-hero-art img {
    opacity: 0.3 !important;
  }

  main > section:first-child:has(.qintorava-hero-art)::before {
    background: rgba(255, 255, 255, 0.76) !important;
  }

  .trust-evidence-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .trust-evidence-image {
    order: -1;
  }
}


/* ROI email delivery dialog */
.roi-email-dialog {
  width: min(560px, calc(100vw - 32px));
  max-width: none;
  padding: 0;
  border: 1px solid rgba(31, 111, 168, 0.32);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink, #0d2034);
  box-shadow: 0 30px 90px rgba(13, 32, 52, 0.22);
}

.roi-email-dialog::backdrop {
  background: rgba(13, 32, 52, 0.4);
  backdrop-filter: blur(5px);
}

.roi-email-dialog-form {
  display: grid;
  gap: 18px;
  padding: 26px;
}

.roi-email-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.roi-email-dialog-head span {
  color: var(--q-action-blue);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.roi-email-dialog-head h2 {
  margin: 4px 0 0;
  color: var(--ink, #0d2034);
  font-size: clamp(21px, 3vw, 28px);
}

.roi-email-dialog-head [data-roi-dialog-cancel] {
  width: 38px;
  height: 38px;
  padding: 0 !important;
  border: 1px solid rgba(31, 111, 168, 0.36) !important;
  border-radius: 50% !important;
  font-size: 25px;
  line-height: 1;
}

.roi-email-dialog-form label {
  display: grid;
  gap: 8px;
  color: var(--ink, #0d2034);
  font-weight: 650;
}

.roi-email-dialog-form textarea {
  width: 100%;
  min-height: 96px;
  resize: vertical;
  padding: 12px 14px;
  border: 1px solid rgba(31, 111, 168, 0.38);
  border-radius: 6px;
  background: #ffffff;
  color: var(--ink, #0d2034);
  font: inherit;
}

.roi-email-dialog-form textarea:focus {
  border-color: var(--q-action-blue);
  outline: 3px solid rgba(31, 111, 168, 0.12);
}

.roi-email-dialog-form > p {
  margin: 0;
  color: var(--muted, #5d7286);
  font-size: 13px;
}

.roi-email-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

/* 2026-07-20 contrast, form-hero, FAQ, and page-density hardening */

/* Every filled hover state carries its text and line artwork with it. */
body :is(a, button, [role="button"], .button, .btn, summary):is(:hover, :focus-visible) :is(span, strong, small, em, b, i, h2, h3, h4, p) {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

body :is(a, button, [role="button"], .button, .btn, summary):is(:hover, :focus-visible) :is(svg, path, circle, rect, line, polyline, polygon) {
  color: inherit !important;
  stroke: currentColor !important;
}

/* Header and submenu controls use one unambiguous blue/white hover language. */
body .site-header .nav-shell .header-option:is(:hover, :focus, :focus-visible, [aria-expanded="true"]),
body .site-header .nav-shell .nav-item:focus-within > .header-option,
body .site-header .mega-links a:is(:hover, :focus-visible),
body .site-header .mobile-nav > a:is(:hover, :focus-visible),
body .site-header .mobile-nav details > summary:is(:hover, :focus-visible) {
  background: var(--q-action-blue, #1f6fa8) !important;
  background-color: var(--q-action-blue, #1f6fa8) !important;
  background-image: none !important;
  border-color: var(--q-action-blue, #1f6fa8) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(31, 111, 168, 0.12), 0 10px 22px rgba(31, 111, 168, 0.13) !important;
}

body .site-header .nav-shell .header-option:is(:hover, :focus, :focus-visible, [aria-expanded="true"])::after,
body .site-header .mega-links a:is(:hover, :focus-visible) :is(strong, span),
body .site-header .mobile-nav details > summary:is(:hover, :focus-visible) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* FAQ disclosures are unframed editorial rows everywhere on the site. */
body main :is(.faq, .q-page-faq, .product-faq-section, .industry-faq-section, .pricing-faq-section, [class*="faq"]) details,
body main section:has(> details) > details {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

body main :is(.faq, .q-page-faq, .product-faq-section, .industry-faq-section, .pricing-faq-section, [class*="faq"]) details > summary,
body main section:has(> details) > details > summary {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 18px 42px 18px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--ink, #0d2034) !important;
  -webkit-text-fill-color: currentColor !important;
  box-shadow: none !important;
  font-weight: 680 !important;
}

body main :is(.faq, .q-page-faq, .product-faq-section, .industry-faq-section, .pricing-faq-section, [class*="faq"]) details > summary:is(:hover, :focus-visible),
body main section:has(> details) > details > summary:is(:hover, :focus-visible) {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--q-action-blue, #1f6fa8) !important;
  -webkit-text-fill-color: currentColor !important;
  box-shadow: none !important;
}

body main :is(.faq, .q-page-faq, .product-faq-section, .industry-faq-section, .pricing-faq-section, [class*="faq"]) details > :not(summary),
body main section:has(> details) > details > :not(summary) {
  margin: 0 0 16px !important;
  padding: 0 !important;
}

/* Anchor route artwork to its hero instead of the viewport. */
body main > section.hero:has(> .qintorava-hero-art) {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
}

body main > section.hero:has(> .qintorava-hero-art) > :not(.qintorava-hero-art) {
  position: relative !important;
  z-index: 2 !important;
}

/* Keep the Discovery and Contact forms fully visible beside the hero story. */
body main > section.contact-hub-hero:has(> .qintorava-hero-art) {
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 0.95fr) !important;
  align-items: start !important;
  gap: clamp(30px, 4vw, 58px) !important;
  padding-block: clamp(44px, 5vw, 68px) !important;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) .hero-copy {
  width: auto !important;
  max-width: none !important;
  padding-top: 8px !important;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) > div[id] {
  min-width: 0;
  z-index: 3 !important;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) .contact-panel-form {
  position: relative;
  width: 100%;
  padding: clamp(22px, 2.4vw, 28px) !important;
  border-color: rgba(176, 207, 226, 0.82) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 24px 64px rgba(13, 32, 52, 0.12) !important;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) .qintorava-hero-art {
  inset: 0 auto 0 0 !important;
  width: 52% !important;
  height: 100% !important;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.58) 62%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.58) 62%, transparent 100%) !important;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art)::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.48) 58%, transparent 72%) !important;
}

body main > section.contact-hub-hero .contact-form-grid {
  gap: 11px 14px !important;
}

body main > section.contact-hub-hero :is(input, select, textarea) {
  padding: 11px 12px !important;
}

/* Tighter enterprise rhythm removes unused vertical space without crowding. */
body main > :is(.section, section.section) {
  padding-block: clamp(38px, 4.2vw, 60px) !important;
}

body main > :is(.hero, section.hero) {
  padding-block: clamp(46px, 5.4vw, 76px) !important;
}

body main .section-head {
  margin-bottom: clamp(22px, 3vw, 32px) !important;
}

@media (max-width: 1080px) {
  body main > section.contact-hub-hero:has(> .qintorava-hero-art) {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
  }

  body main > section.contact-hub-hero:has(> .qintorava-hero-art) .hero-copy {
    max-width: 760px !important;
  }

  body main > section.contact-hub-hero:has(> .qintorava-hero-art) .qintorava-hero-art {
    inset: 0 0 auto 0 !important;
    width: 100% !important;
    height: min(520px, 48%) !important;
    opacity: 0.34 !important;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.45) 68%, transparent 100%) !important;
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.45) 68%, transparent 100%) !important;
  }

  body main > section.contact-hub-hero:has(> .qintorava-hero-art)::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.94) 40%, #ffffff 58%) !important;
  }
}

@media (max-width: 720px) {
  body main > :is(.section, section.section) {
    padding-block: 34px !important;
  }

  body main > :is(.hero, section.hero),
  body main > section.contact-hub-hero:has(> .qintorava-hero-art) {
    padding-block: 38px !important;
  }

  body main > section.contact-hub-hero .contact-form-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body main > section.contact-hub-hero .contact-form-grid label.full {
    grid-column: auto !important;
  }
}

/* Final specificity lock for unframed FAQ rows and form-safe artwork */
body main .section.faq details,
body main .q-page-faq details,
body main .product-faq-section details,
body main .industry-faq-section details,
body main .pricing-faq-section details,
body main section[class*="faq"] details,
body main section:has(> details) > details,
body main .section.faq details:first-of-type {
  border: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body main .section.faq details > summary,
body main .q-page-faq details > summary,
body main .product-faq-section details > summary,
body main .industry-faq-section details > summary,
body main .pricing-faq-section details > summary,
body main section[class*="faq"] details > summary,
body main section:has(> details) > details > summary {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) .qintorava-hero-art {
  width: 47% !important;
}

@media (max-width: 1080px) {
  body main > section.contact-hub-hero:has(> .qintorava-hero-art) .qintorava-hero-art {
    width: 100% !important;
  }
}


/* 2026-07-20 Qintorava acrylic hero and frame system */
:root {
  --q-acrylic-blue: #1f6fa8;
  --q-acrylic-cyan: #17b7cf;
  --q-acrylic-line: rgba(31, 111, 168, 0.34);
  --q-acrylic-line-soft: rgba(23, 183, 207, 0.22);
  --q-acrylic-surface: rgba(255, 255, 255, 0.84);
  --q-acrylic-shadow: 0 22px 64px rgba(13, 32, 52, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.94), inset 0 -1px 0 rgba(23, 183, 207, 0.12);
}

/* Native images and data-entry surfaces share one restrained optical-acrylic frame. */
body main :is(figure, picture, .platform-flow-image-wrap):has(> img),
body main form:not(.chatbot-form) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--q-acrylic-line) !important;
  border-top-color: rgba(23, 183, 207, 0.5) !important;
  border-radius: 8px !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(239, 248, 252, 0.78)) !important;
  box-shadow: var(--q-acrylic-shadow) !important;
  backdrop-filter: blur(18px) saturate(1.06);
}

body main :is(figure, picture, .platform-flow-image-wrap):has(> img) {
  padding: clamp(6px, 0.7vw, 10px) !important;
}

body main :is(figure, picture, .platform-flow-image-wrap):has(> img) > img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--q-acrylic-line-soft);
  border-radius: 6px;
  background: #ffffff;
}

body main form:not(.chatbot-form) {
  padding: clamp(22px, 2.7vw, 32px) !important;
}

body main form:not(.chatbot-form) :is(input, select, textarea) {
  border-color: rgba(31, 111, 168, 0.28) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}

body main form:not(.chatbot-form) :is(input, select, textarea):is(:hover, :focus, :focus-visible) {
  border-color: var(--q-acrylic-blue) !important;
  outline-color: rgba(31, 111, 168, 0.12) !important;
}

/* The three requested heroes use page-specific acrylic scenes and native HTML copy. */
body main > section.hero:has(> :is(.qintorava-hero-art-home, .qintorava-hero-art-agents, .qintorava-hero-art-trustCenter)) {
  position: relative !important;
  isolation: isolate;
  display: block !important;
  min-height: clamp(590px, 52vw, 720px) !important;
  overflow: hidden !important;
  padding: clamp(56px, 6vw, 88px) clamp(24px, 6vw, 96px) !important;
  background: linear-gradient(112deg, #ffffff 0%, #f8fbfd 66%, #eef7fb 100%) !important;
}

body main > section.hero:has(> :is(.qintorava-hero-art-home, .qintorava-hero-art-agents, .qintorava-hero-art-trustCenter))::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.99) 34%, rgba(255, 255, 255, 0.78) 48%, rgba(255, 255, 255, 0.08) 68%, transparent 100%) !important;
}

body main > section.hero:has(> :is(.qintorava-hero-art-home, .qintorava-hero-art-agents, .qintorava-hero-art-trustCenter)) > .qintorava-hero-art {
  position: absolute !important;
  inset: 50% 24px auto auto !important;
  z-index: 1 !important;
  width: min(58%, 980px) !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  transform: translateY(-50%);
  margin: 0 !important;
  padding: clamp(7px, 0.8vw, 11px) !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

body main > section.hero:has(> :is(.qintorava-hero-art-home, .qintorava-hero-art-agents, .qintorava-hero-art-trustCenter)) > .qintorava-hero-art img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center right !important;
  opacity: 1 !important;
  filter: none !important;
}

body main > section.hero:has(> :is(.qintorava-hero-art-home, .qintorava-hero-art-agents, .qintorava-hero-art-trustCenter)) > :not(.qintorava-hero-art) {
  position: relative !important;
  z-index: 2 !important;
}

body main > section.hero:has(> :is(.qintorava-hero-art-home, .qintorava-hero-art-agents, .qintorava-hero-art-trustCenter)) .hero-copy {
  width: min(650px, 48%) !important;
  max-width: 650px !important;
}

body.qintorava-route-home main > section.hero:has(> .qintorava-hero-art-home) .home-hero-visual,
body main > section.hero:has(> :is(.qintorava-hero-art-agents, .qintorava-hero-art-trustCenter)) > :is(.product-visual, .category-hero-visual, .enterprise-automation-canvas, .enterprise-flow-visual) {
  display: none !important;
}

@media (max-width: 900px) {
  body main > section.hero:has(> :is(.qintorava-hero-art-home, .qintorava-hero-art-agents, .qintorava-hero-art-trustCenter)) {
    display: grid !important;
    min-height: 0 !important;
    padding: 42px clamp(18px, 5vw, 32px) 46px !important;
  }

  body main > section.hero:has(> :is(.qintorava-hero-art-home, .qintorava-hero-art-agents, .qintorava-hero-art-trustCenter))::before {
    display: none !important;
  }

  body main > section.hero:has(> :is(.qintorava-hero-art-home, .qintorava-hero-art-agents, .qintorava-hero-art-trustCenter)) > .qintorava-hero-art {
    position: relative !important;
    inset: auto !important;
    grid-row: 2;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    margin-top: 28px !important;
    transform: none;
    opacity: .4 !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  body main > section.hero:has(> :is(.qintorava-hero-art-home, .qintorava-hero-art-agents, .qintorava-hero-art-trustCenter)) .hero-copy {
    grid-row: 1;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 560px) {
  body main :is(figure, picture, .platform-flow-image-wrap):has(> img) {
    padding: 5px !important;
  }

  body main form:not(.chatbot-form) {
    padding: 20px !important;
  }
}


/* 2026-07-20 Integrated acrylic 10K media system */
body main img {
  display: block;
  max-width: 100%;
}

body main :is(figure, picture, form) {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

body main figure:not(.qintorava-hero-art) > img,
body main picture > img,
body main .platform-flow-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

body main form :is(
  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea
) {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body main > section.hero:has(> .qintorava-hero-art) {
  position: relative !important;
  isolation: isolate;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(680px, calc(100svh - 88px), 860px) !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 64px max(24px, calc((100vw - 1320px) / 2)) 72px !important;
  background: #fff !important;
}

body main > section.hero:has(> .qintorava-hero-art)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 43%,
    rgba(255, 255, 255, .985) 50%,
    rgba(255, 255, 255, .76) 61%,
    rgba(255, 255, 255, .18) 73%,
    transparent 82%
  ) !important;
}

body main > section.hero:has(> .qintorava-hero-art) > .qintorava-hero-art {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  transform: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  backdrop-filter: none !important;
}

body main > section.hero:has(> .qintorava-hero-art) > .qintorava-hero-art > img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: right center !important;
  transform: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  filter: none !important;
  opacity: 1 !important;
}

body main > section.hero:has(> .qintorava-hero-art) > .qintorava-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, #fff 40%, rgba(255, 255, 255, .96) 48%, rgba(255, 255, 255, .54) 60%, transparent 74%);
}

body main > section.hero:has(> .qintorava-hero-art) > :not(.qintorava-hero-art) {
  position: relative !important;
  z-index: 2 !important;
}

body main > section.hero:has(> .qintorava-hero-art) .hero-copy {
  width: 42% !important;
  max-width: 610px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body main > section.hero:has(> .qintorava-hero-art) .hero-copy h1 {
  max-width: 10.5ch;
}

body main > section.hero:has(> .qintorava-hero-art) .hero-copy :is(h1, h2, h3, p, span, li) {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .96);
}

body.qintorava-route-home main > section.hero > .home-hero-visual,
body main > section.hero:has(> :is(.qintorava-hero-art-agents, .qintorava-hero-art-trustCenter)) > :is(
  .product-visual,
  .category-hero-visual,
  .enterprise-automation-canvas,
  .enterprise-flow-visual
) {
  display: none !important;
}

body main .platform-flow-image-wrap,
body main .trust-governance-image,
body main .trust-evidence-image {
  width: min(1180px, 100%) !important;
  overflow: hidden !important;
  border: 1px solid rgba(100, 185, 229, .48) !important;
  border-top-color: rgba(30, 203, 224, .68) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 24px 62px rgba(13, 32, 52, .1), inset 0 1px 0 rgba(255, 255, 255, .98) !important;
}

body main :is(.platform-flow-image-wrap, .trust-governance-image, .trust-evidence-image) > img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Contact and Discovery keep their responsive acrylic form inside the hero. */
body main > section.contact-hub-hero:has(> .qintorava-hero-art) {
  display: grid !important;
  grid-template-columns: minmax(0, .76fr) minmax(520px, 1.16fr) !important;
  align-items: center !important;
  gap: 56px !important;
  min-height: auto !important;
  padding-top: 40px !important;
  padding-bottom: 48px !important;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art)::before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, .995) 0%, rgba(255, 255, 255, .96) 35%, rgba(255, 255, 255, .74) 50%, rgba(255, 255, 255, .42) 68%, rgba(255, 255, 255, .58) 100%) !important;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) > .qintorava-hero-art {
  opacity: .22 !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) > .qintorava-hero-art > img {
  object-position: right center !important;
  filter: saturate(.86) contrast(.94) brightness(1.06) !important;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) > .qintorava-hero-art::after {
  background: none !important;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) .hero-copy {
  grid-column: 1;
  width: 100% !important;
  max-width: 520px !important;
  align-self: center;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) .hero-copy h1 {
  max-width: 9ch;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) > div[id] {
  grid-column: 2;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  align-self: center;
  z-index: 3 !important;
}

body main > section.contact-hub-hero .contact-hero-kpis,
body main > section.contact-hub-hero .contact-intent-row {
  display: none !important;
}

body main > section.contact-hub-hero .contact-panel-form {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 28px !important;
  overflow: hidden !important;
  border: 1px solid rgba(31, 111, 168, .38) !important;
  border-top-color: rgba(23, 183, 207, .66) !important;
  border-radius: 8px !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(241, 249, 253, .86)) !important;
  box-shadow: 0 28px 74px rgba(13, 32, 52, .14), inset 0 1px 0 rgba(255, 255, 255, .98), inset 0 0 0 6px rgba(255, 255, 255, .36) !important;
  backdrop-filter: blur(24px) saturate(1.08) !important;
}

body main > section.contact-hub-hero .contact-form-head {
  margin-bottom: 20px !important;
}

body main > section.contact-hub-hero .contact-form-head h2 {
  margin: 8px 0 !important;
}

body main > section.contact-hub-hero .contact-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px 14px !important;
}

body main > section.contact-hub-hero .contact-form-grid label.full {
  grid-column: 1 / -1 !important;
}

body main > section.contact-hub-hero :is(input, select, textarea) {
  min-height: 43px;
  padding: 9px 11px !important;
}

body main > section.contact-hub-hero textarea {
  min-height: 88px;
  resize: vertical;
}

body main > section.contact-hub-hero form > .button {
  width: 100%;
  margin-top: 14px;
}

@media (max-width: 1180px) {
  body main > section.hero:has(> .qintorava-hero-art) {
    min-height: 700px !important;
    padding-inline: 36px !important;
  }

  body main > section.hero:has(> .qintorava-hero-art) .hero-copy {
    width: 46% !important;
  }

  body main > section.contact-hub-hero:has(> .qintorava-hero-art) {
    grid-template-columns: minmax(0, .72fr) minmax(500px, 1fr) !important;
    gap: 34px !important;
  }
}

@media (max-width: 900px) {
  body main > section.hero:has(> .qintorava-hero-art) {
    display: block !important;
    min-height: 680px !important;
    padding: 48px 24px 52px !important;
  }

  body main > section.hero:has(> .qintorava-hero-art)::before {
    display: block !important;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .995) 40%, rgba(255, 255, 255, .93) 58%, rgba(255, 255, 255, .58) 76%, rgba(255, 255, 255, .1) 100%) !important;
  }

  body main > section.hero:has(> .qintorava-hero-art) .hero-copy {
    width: 68% !important;
    max-width: 520px !important;
  }

  body main > section.hero:has(> .qintorava-hero-art) > .qintorava-hero-art {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  body main > section.hero:has(> .qintorava-hero-art) > .qintorava-hero-art > img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 69% center !important;
  }

  body main > section.hero:has(> .qintorava-hero-art) > .qintorava-hero-art::after {
    background: linear-gradient(90deg, #fff 0%, #fff 48%, rgba(255, 255, 255, .96) 60%, rgba(255, 255, 255, .55) 75%, transparent 90%) !important;
  }

  body main > section.contact-hub-hero:has(> .qintorava-hero-art) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
    min-height: auto !important;
    padding: 38px 24px 44px !important;
  }

  body main > section.contact-hub-hero:has(> .qintorava-hero-art)::before {
    background: rgba(255, 255, 255, .86) !important;
  }

  body main > section.contact-hub-hero:has(> .qintorava-hero-art) > .qintorava-hero-art {
    opacity: .2 !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  body main > section.contact-hub-hero:has(> .qintorava-hero-art) > .qintorava-hero-art > img {
    object-position: center top !important;
  }

  body main > section.contact-hub-hero:has(> .qintorava-hero-art) .hero-copy,
  body main > section.contact-hub-hero:has(> .qintorava-hero-art) > div[id] {
    grid-column: 1;
    width: 100% !important;
    max-width: 680px !important;
  }

  body main > section.contact-hub-hero:has(> .qintorava-hero-art) > div[id] {
    grid-row: 2;
  }

  body main .trust-evidence-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 560px) {
  body main > section.hero:has(> .qintorava-hero-art) {
    min-height: 660px !important;
    padding: 38px 18px 44px !important;
  }

  body main > section.hero:has(> .qintorava-hero-art)::before {
    background: linear-gradient(90deg, #fff 0%, #fff 58%, rgba(255, 255, 255, .98) 70%, rgba(255, 255, 255, .64) 84%, rgba(255, 255, 255, .02) 100%) !important;
  }

  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art)::before {
    display: none !important;
  }

  body main > section.hero:has(> .qintorava-hero-art) .hero-copy {
    width: 70% !important;
    max-width: 420px !important;
  }

  body main > section.hero:has(> .qintorava-hero-art) .hero-copy h1 {
    max-width: none;
    font-size: 2.35rem !important;
    line-height: 1.02 !important;
  }

  body main > section.hero:has(> .qintorava-hero-art) .hero-copy .lead {
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }

  body main > section.hero:has(> .qintorava-hero-art) .hero-actions {
    align-items: flex-start;
  }

  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) > .qintorava-hero-art {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    opacity: 1 !important;
    clip-path: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) > .qintorava-hero-art > img {
    object-fit: contain !important;
    object-position: right center !important;
  }

  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) > .qintorava-hero-art::after {
    display: block !important;
    background: linear-gradient(90deg, #fff 0%, #fff 55%, rgba(255, 255, 255, .94) 65%, rgba(255, 255, 255, .55) 74%, transparent 88%) !important;
  }

  body main > section.contact-hub-hero:has(> .qintorava-hero-art) {
    padding: 32px 18px 38px !important;
  }

  body main > section.contact-hub-hero .contact-panel-form {
    padding: 20px !important;
  }

  body main > section.contact-hub-hero .contact-form-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body main > section.contact-hub-hero .contact-form-grid label.full {
    grid-column: auto !important;
  }
}


/* Preserve swipe navigation without exposing browser-specific scrollbars. */
body main :is(.subnav, .product-subnav, .enterprise-subnav, .q-global-breadcrumb) {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body main :is(.subnav, .product-subnav, .enterprise-subnav, .q-global-breadcrumb)::-webkit-scrollbar {
  display: none;
}

/* The evidence artwork supplies its own acrylic edge and should fill its host frame. */
body main figure.trust-evidence-image:has(> img) {
  padding: 0 !important;
}

/* Discovery and Contact share one dimensional acrylic form enclosure. */
body main > section.contact-hub-hero:has(> .qintorava-hero-art) > div[id] {
  position: relative !important;
  isolation: isolate;
  padding: clamp(8px, 0.8vw, 12px) !important;
  border: 1px solid rgba(64, 165, 221, 0.52) !important;
  border-top-color: rgba(41, 210, 229, 0.82) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(224, 244, 253, 0.58) 48%, rgba(255, 255, 255, 0.92)) !important;
  box-shadow:
    0 34px 82px rgba(13, 32, 52, 0.16),
    0 8px 22px rgba(31, 111, 168, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 0 3px rgba(255, 255, 255, 0.54),
    inset 0 -1px 0 rgba(67, 165, 218, 0.22) !important;
  backdrop-filter: blur(26px) saturate(1.12);
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) > div[id]::before {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(178, 219, 239, 0.82);
  border-top-color: rgba(101, 222, 236, 0.78);
  border-radius: 6px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 0 18px rgba(70, 185, 229, 0.07);
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) > div[id]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent 3%, rgba(70, 211, 231, 0.74) 14%, transparent 31%) top / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), transparent 20%, transparent 80%, rgba(70, 174, 226, 0.18)) left / 1px 100% no-repeat;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) > div[id] > .contact-panel-form {
  position: relative !important;
  z-index: 1;
  border: 1px solid rgba(170, 208, 229, 0.76) !important;
  border-radius: 6px !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(246, 251, 254, 0.94)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.56),
    0 12px 30px rgba(13, 32, 52, 0.09) !important;
}

/* Enterprise hero reveal: keep copy quiet while allowing each route image to read. */
body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) {
  min-height: clamp(650px, calc(100svh - 112px), 790px) !important;
  padding-block: clamp(48px, 5vw, 68px) !important;
  border-bottom: 1px solid rgba(178, 211, 230, 0.62);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%) !important;
}

body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art)::before {
  background: none !important;
}

body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) > .qintorava-hero-art > img {
  object-fit: cover !important;
  object-position: right center !important;
  opacity: 1 !important;
  filter: saturate(1) contrast(1.035) brightness(1.01) !important;
}

body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) > .qintorava-hero-art::after {
  display: block !important;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 32%,
    rgba(255, 255, 255, 0.985) 39%,
    rgba(255, 255, 255, 0.82) 45%,
    rgba(255, 255, 255, 0.42) 51%,
    rgba(255, 255, 255, 0.1) 57%,
    transparent 64%
  ) !important;
}

body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) .hero-copy {
  width: min(46%, 640px) !important;
  max-width: 640px !important;
}

body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) .hero-copy h1 {
  max-width: 14ch !important;
  margin-bottom: 22px !important;
  font-size: clamp(3.25rem, 4.75vw, 4.9rem) !important;
  line-height: 1.015 !important;
}

body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) .hero-copy .lead {
  max-width: 54ch;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem) !important;
  line-height: 1.62 !important;
}

/* Form-led heroes retain background context without competing with the form. */
body main > section.contact-hub-hero:has(> .qintorava-hero-art)::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.94) 31%, rgba(255, 255, 255, 0.66) 48%, rgba(255, 255, 255, 0.34) 68%, rgba(255, 255, 255, 0.42) 100%) !important;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) > .qintorava-hero-art {
  opacity: 0.38 !important;
}

body main > section.contact-hub-hero:has(> .qintorava-hero-art) > .qintorava-hero-art > img {
  filter: saturate(0.94) contrast(1.02) brightness(1.02) !important;
}

/* Shared content polish: crisp acrylic surfaces and calmer editorial scale. */
body main .section-head {
  max-width: 880px;
}

body main .section-head h2 {
  font-size: clamp(2.25rem, 3.55vw, 3.35rem) !important;
  line-height: 1.08 !important;
}

body main :is(
  .feature-grid,
  .resource-grid,
  .timeline-grid,
  .enterprise-capability-grid,
  .enterprise-proof-grid,
  .contact-route-grid,
  .industry-grid,
  .product-grid
) > :is(article, a) {
  border-color: rgba(155, 202, 229, 0.68) !important;
  border-top-color: rgba(55, 204, 226, 0.76) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 249, 253, 0.86)) !important;
  box-shadow:
    0 18px 46px rgba(13, 32, 52, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 1) !important;
  backdrop-filter: blur(18px) saturate(1.06);
}

body main :is(
  .feature-grid,
  .resource-grid,
  .timeline-grid,
  .enterprise-capability-grid,
  .enterprise-proof-grid,
  .contact-route-grid,
  .industry-grid,
  .product-grid
) > :is(article, a):hover {
  transform: translateY(-2px);
  border-color: rgba(31, 111, 168, 0.76) !important;
  border-top-color: rgba(25, 198, 221, 0.94) !important;
  box-shadow:
    0 22px 54px rgba(31, 111, 168, 0.13),
    0 0 0 1px rgba(34, 193, 220, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 1) !important;
}

body main :is(.feature-grid, .resource-grid, .timeline-grid, .enterprise-capability-grid, .contact-route-grid) > :is(article, a) h3 {
  letter-spacing: 0 !important;
  line-height: 1.22 !important;
}

@media (max-width: 1180px) {
  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) .hero-copy {
    width: min(49%, 590px) !important;
  }

  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) .hero-copy h1 {
    font-size: clamp(3rem, 5.4vw, 4.25rem) !important;
  }
}

@media (max-width: 900px) {
  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) {
    min-height: 680px !important;
  }

  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) .hero-copy {
    width: min(64%, 520px) !important;
  }

  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) > .qintorava-hero-art > img {
    object-position: 72% center !important;
  }

  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) > .qintorava-hero-art::after {
    background: linear-gradient(90deg, #fff 0%, #fff 42%, rgba(255, 255, 255, 0.96) 52%, rgba(255, 255, 255, 0.58) 64%, rgba(255, 255, 255, 0.14) 76%, transparent 88%) !important;
  }
}

@media (max-width: 560px) {
  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) {
    min-height: 650px !important;
    padding-block: 36px 42px !important;
  }

  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) .hero-copy {
    width: 72% !important;
    max-width: 420px !important;
  }

  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) .hero-copy h1 {
    font-size: clamp(2.2rem, 10vw, 2.65rem) !important;
    line-height: 1.03 !important;
  }

  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) > .qintorava-hero-art > img {
    object-fit: cover !important;
    object-position: 72% center !important;
  }

  body main > section.hero:not(.contact-hub-hero):has(> .qintorava-hero-art) > .qintorava-hero-art::after {
    background: linear-gradient(90deg, #fff 0%, #fff 48%, rgba(255, 255, 255, 0.96) 61%, rgba(255, 255, 255, 0.52) 72%, rgba(255, 255, 255, 0.1) 84%, transparent 94%) !important;
  }

  body main > section.contact-hub-hero:has(> .qintorava-hero-art) > .qintorava-hero-art {
    opacity: 0.28 !important;
  }

  body main .section-head h2 {
    font-size: clamp(2rem, 9vw, 2.55rem) !important;
  }
}


/* 2026-07-21 Acrylic visual conversion for legacy product imagery */
:root {
  --q-visual-ink: #08203a;
  --q-visual-muted: #5e748b;
  --q-visual-blue: #1268d8;
  --q-visual-cyan: #14c7dc;
  --q-visual-edge: rgba(54, 159, 219, 0.5);
  --q-visual-edge-soft: rgba(20, 199, 220, 0.24);
  --q-visual-panel: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(229, 245, 252, 0.72));
  --q-visual-panel-quiet: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(238, 248, 253, 0.7));
  --q-visual-shadow:
    0 28px 72px rgba(8, 32, 58, 0.13),
    0 8px 22px rgba(18, 104, 216, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 0 4px rgba(255, 255, 255, 0.36),
    inset 0 -1px 0 rgba(20, 199, 220, 0.18);
}

/* These components are the site's informational images. Their source text and
   interactions stay native while the visual presentation becomes acrylic. */
body main :is(
  .home-agent-console,
  .product-visual,
  .workflow-visual,
  .ai-control-tower-visual,
  .control-plane-visual,
  .executive-value-visual,
  .agent-command-visual,
  .mock-workspace
) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--q-visual-edge) !important;
  border-top-color: rgba(20, 199, 220, 0.78) !important;
  border-radius: 8px !important;
  color: var(--q-visual-ink) !important;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.92), rgba(231, 247, 253, 0.7) 54%, rgba(255, 255, 255, 0.94)),
    #f7fbfe !important;
  box-shadow: var(--q-visual-shadow) !important;
  backdrop-filter: blur(24px) saturate(1.12);
}

body main :is(
  .home-agent-console,
  .product-visual,
  .workflow-visual,
  .ai-control-tower-visual,
  .control-plane-visual,
  .executive-value-visual,
  .agent-command-visual,
  .mock-workspace
) :is(h3, h4, b, strong) {
  color: var(--q-visual-ink) !important;
  letter-spacing: 0 !important;
}

body main :is(
  .home-agent-console,
  .product-visual,
  .workflow-visual,
  .ai-control-tower-visual,
  .control-plane-visual,
  .executive-value-visual,
  .agent-command-visual,
  .mock-workspace
) :is(p, span, em, small) {
  letter-spacing: 0 !important;
}

body main :is(
  .visual-top,
  .home-agent-top,
  .mock-header,
  .control-plane-head,
  .executive-value-head
) {
  border-bottom: 1px solid rgba(102, 180, 222, 0.42) !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(224, 244, 252, 0.68)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1) !important;
}

body main :is(
  .visual-top,
  .home-agent-top,
  .mock-header,
  .control-plane-head,
  .executive-value-head
) :is(strong, b) {
  color: var(--q-visual-ink) !important;
}

body main :is(
  .visual-top,
  .home-agent-top,
  .mock-header,
  .control-plane-head,
  .executive-value-head
) :is(em, span) {
  color: var(--q-visual-blue) !important;
}

body main :is(
  .home-agent-body article,
  .visual-panel,
  .workflow-main-panel,
  .workflow-side-panel,
  .workflow-context,
  .workflow-metrics > div,
  .ai-tower-inventory,
  .ai-tower-metrics,
  .ai-tower-loop,
  .ai-tower-surface,
  .control-module,
  .control-plane-module,
  .agent-command-main,
  .agent-command-side,
  .agent-roster article,
  .agent-guardrail-card,
  .agent-trace-card,
  .mock-metric,
  .mock-reasoning,
  .mock-loop,
  .mock-ticket,
  .mock-context
) {
  border: 1px solid rgba(89, 170, 218, 0.44) !important;
  border-top-color: rgba(20, 199, 220, 0.58) !important;
  border-radius: 7px !important;
  background: var(--q-visual-panel-quiet) !important;
  box-shadow:
    0 12px 30px rgba(8, 32, 58, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42) !important;
}

body main :is(.home-agent-body, .visual-grid, .workflow-screen, .ai-tower-visual-body, .agent-command-body, .mock-body) {
  background:
    linear-gradient(145deg, rgba(247, 252, 255, 0.9), rgba(225, 244, 252, 0.48)),
    transparent !important;
}

body main .home-agent-body article {
  min-height: 112px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body main .home-agent-body article:hover {
  transform: translateY(-2px);
  border-color: rgba(18, 104, 216, 0.7) !important;
  box-shadow:
    0 16px 38px rgba(18, 104, 216, 0.11),
    inset 3px 0 0 rgba(20, 199, 220, 0.82),
    inset 0 1px 0 rgba(255, 255, 255, 1) !important;
}

body main .home-agent-body article > .card-icon,
body main .agent-roster strong,
body main .mock-ticket-icon {
  border: 1px solid rgba(20, 199, 220, 0.62) !important;
  color: var(--q-visual-blue) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(201, 240, 249, 0.7)) !important;
  box-shadow:
    0 8px 20px rgba(18, 104, 216, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(20, 199, 220, 0.24) !important;
}

body main .home-agent-body article > span:last-child,
body main :is(.workflow-row, .mock-ticket) :is(small, strong),
body main .agent-command-visual :is(.agent-guardrail-card b, .agent-roster strong) {
  border: 1px solid rgba(20, 199, 220, 0.5) !important;
  color: #075cae !important;
  background: rgba(226, 249, 253, 0.8) !important;
}

body main :is(.workflow-row, .mock-ticket, .agent-roster article):hover {
  border-color: rgba(18, 104, 216, 0.62) !important;
  box-shadow: 0 12px 28px rgba(18, 104, 216, 0.09) !important;
}

/* Deep-blue acrylic is reserved for diagram imagery whose original page
   composition already uses a dark operational canvas. */
body main :is(.enterprise-flow-visual, .category-hero-visual, .agent-lifecycle),
body main :is(.dark, [data-theme="dark"]) :is(
  .home-agent-console,
  .product-visual,
  .workflow-visual,
  .ai-control-tower-visual,
  .control-plane-visual,
  .executive-value-visual,
  .agent-command-visual,
  .mock-workspace
) {
  --q-dark-ink: #f7fbff;
  --q-dark-muted: #a9bfd6;
  border: 1px solid rgba(75, 172, 255, 0.48) !important;
  border-top-color: rgba(38, 222, 232, 0.76) !important;
  color: var(--q-dark-ink) !important;
  background:
    linear-gradient(145deg, rgba(16, 65, 124, 0.72), rgba(4, 27, 61, 0.96) 52%, rgba(10, 49, 103, 0.82)),
    #051b3c !important;
  box-shadow:
    0 30px 76px rgba(1, 13, 34, 0.26),
    inset 0 1px 0 rgba(132, 228, 242, 0.32),
    inset 0 0 0 4px rgba(19, 96, 170, 0.13),
    inset 0 -1px 0 rgba(38, 222, 232, 0.24) !important;
  backdrop-filter: blur(26px) saturate(1.12);
}

body main :is(.enterprise-flow-visual, .category-hero-visual, .agent-lifecycle) :is(h3, h4, b, strong),
body main :is(.dark, [data-theme="dark"]) :is(
  .home-agent-console,
  .product-visual,
  .workflow-visual,
  .ai-control-tower-visual,
  .control-plane-visual,
  .executive-value-visual,
  .agent-command-visual,
  .mock-workspace
) :is(h3, h4, b, strong) {
  color: var(--q-dark-ink) !important;
}

body main :is(.enterprise-flow-visual, .category-hero-visual, .agent-lifecycle) :is(p, span, em, small),
body main :is(.dark, [data-theme="dark"]) :is(
  .home-agent-console,
  .product-visual,
  .workflow-visual,
  .ai-control-tower-visual,
  .control-plane-visual,
  .executive-value-visual,
  .agent-command-visual,
  .mock-workspace
) :is(p, span, em, small) {
  color: var(--q-dark-muted) !important;
}

body main .enterprise-flow-visual::before,
body main .category-hero-visual::before,
body main .agent-lifecycle::before {
  opacity: 0.24 !important;
}

body main :is(
  .enterprise-flow-step,
  .enterprise-flow-detail,
  .enterprise-flow-grid > div,
  .category-hero-flow article,
  .category-hero-metrics > div,
  .agent-lifecycle-track article,
  .agent-lifecycle-control
) {
  border: 1px solid rgba(75, 172, 255, 0.34) !important;
  border-top-color: rgba(38, 222, 232, 0.48) !important;
  border-radius: 7px !important;
  background: linear-gradient(145deg, rgba(35, 96, 166, 0.32), rgba(4, 26, 58, 0.58)) !important;
  box-shadow:
    0 14px 34px rgba(0, 11, 30, 0.18),
    inset 0 1px 0 rgba(132, 228, 242, 0.18) !important;
}

body main :is(.enterprise-flow-step, .category-hero-flow article, .agent-lifecycle-track article):is(:hover, :focus-visible, .is-active) {
  transform: translateY(-2px);
  border-color: rgba(38, 222, 232, 0.78) !important;
  background: linear-gradient(145deg, rgba(27, 111, 200, 0.46), rgba(4, 31, 71, 0.68)) !important;
  box-shadow:
    0 18px 42px rgba(0, 10, 30, 0.24),
    inset 0 1px 0 rgba(165, 238, 247, 0.28) !important;
}

body main :is(.enterprise-flow-step, .category-hero-flow article, .agent-lifecycle-track article):is(:hover, :focus-visible, .is-active) :is(h3, b, strong, span, p) {
  color: #ffffff !important;
}

body main .enterprise-flow-detail p,
body main .category-hero-flow p,
body main .agent-lifecycle-track p {
  color: rgba(225, 238, 248, 0.82) !important;
}

body main :is(.enterprise-flow-header, .category-hero-top) {
  border-bottom-color: rgba(72, 177, 234, 0.34) !important;
}

body main :is(.enterprise-flow-header, .category-hero-top) :is(span, em),
body main :is(.enterprise-flow-step, .category-hero-flow article) > span {
  color: #2bdce8 !important;
}

/* Acrylic image-like components must stay legible and proportional on small
   screens; dense content scrolls within the visual instead of widening pages. */
@media (max-width: 900px) {
  body main :is(
    .home-agent-console,
    .product-visual,
    .workflow-visual,
    .ai-control-tower-visual,
    .control-plane-visual,
    .executive-value-visual,
    .agent-command-visual,
    .mock-workspace,
    .enterprise-flow-visual,
    .category-hero-visual,
    .agent-lifecycle
  ) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body main :is(.workflow-table, .enterprise-flow-track, .agent-lifecycle-track) {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
}

@media (max-width: 560px) {
  body main .home-agent-body {
    gap: 10px;
    padding: 12px;
  }

  body main .home-agent-body article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 14px;
  }

  body main .home-agent-body article > span:last-child {
    grid-column: 2;
    justify-self: start;
  }

  body main :is(.enterprise-flow-visual, .category-hero-visual, .agent-lifecycle) {
    padding: 14px !important;
  }
}

/* Trust keeps its lighter page rhythm while receiving the same dimensional
   acrylic treatment as the dark operating diagrams. */
body main .trust-governance-section .enterprise-flow-visual {
  border: 1px solid rgba(68, 161, 216, 0.5) !important;
  border-top-color: rgba(25, 204, 223, 0.78) !important;
  color: var(--q-visual-ink) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(224, 245, 253, 0.76) 48%, rgba(255, 255, 255, 0.94)) !important;
  box-shadow: var(--q-visual-shadow) !important;
}

body main .trust-governance-section .enterprise-flow-visual::before {
  background:
    linear-gradient(90deg, rgba(67, 169, 224, 0.13) 1px, transparent 1px),
    linear-gradient(rgba(67, 169, 224, 0.1) 1px, transparent 1px) !important;
  background-size: 40px 40px !important;
  opacity: 0.28 !important;
}

body main .trust-governance-section .enterprise-flow-visual :is(h3, h4, b, strong) {
  color: var(--q-visual-ink) !important;
}

body main .trust-governance-section .enterprise-flow-visual :is(p, span, em, small) {
  color: var(--q-visual-muted) !important;
}

body main .trust-governance-section .enterprise-flow-header :is(span, strong),
body main .trust-governance-section .enterprise-flow-step span,
body main .trust-governance-section .enterprise-flow-detail > span {
  color: var(--q-visual-blue) !important;
}

body main .trust-governance-section :is(
  .enterprise-flow-step,
  .enterprise-flow-detail,
  .enterprise-flow-grid > div
) {
  border: 1px solid rgba(86, 169, 217, 0.42) !important;
  border-top-color: rgba(20, 199, 220, 0.6) !important;
  background: var(--q-visual-panel-quiet) !important;
  box-shadow:
    0 12px 28px rgba(8, 32, 58, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 1) !important;
}

body main .trust-governance-section .enterprise-flow-step:is(:hover, :focus-visible, .is-active) {
  border-color: rgba(18, 104, 216, 0.72) !important;
  background: linear-gradient(145deg, rgba(232, 249, 253, 0.98), rgba(199, 239, 249, 0.82)) !important;
  box-shadow:
    0 16px 36px rgba(18, 104, 216, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 1) !important;
}

body main .trust-governance-section .enterprise-flow-step:is(:hover, :focus-visible, .is-active) :is(h3, b, strong, span, p) {
  color: var(--q-visual-ink) !important;
}


/* 2026-07-21 Unified light-acrylic tiles, actions, and form controls */
:root {
  --q-tile-ink: #0b1f3d;
  --q-tile-muted: #56708f;
  --q-tile-blue: #0865dd;
  --q-tile-cyan: #18c9df;
  --q-tile-edge: rgba(44, 143, 220, 0.52);
  --q-tile-edge-bright: rgba(24, 201, 223, 0.82);
  --q-tile-surface: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(229, 245, 252, 0.74));
  --q-tile-shadow:
    0 18px 46px rgba(9, 34, 63, 0.1),
    0 5px 15px rgba(8, 101, 221, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(24, 201, 223, 0.2);
}

/* All reusable content tiles use one translucent, dimensional surface. */
body main :is(
  .feature-grid,
  .resource-grid,
  .timeline-grid,
  .enterprise-benefit-grid,
  .enterprise-capability-grid,
  .enterprise-proof-grid,
  .contact-route-grid,
  .contact-process-grid,
  .industry-grid,
  .industry-category-grid,
  .industry-product-grid,
  .industry-solution-grid,
  .industry-story-grid,
  .product-grid,
  .product-benefit-grid,
  .product-usecase-grid,
  .products-category-grid,
  .solutions-category-grid,
  .category-card-grid,
  .category-group-grid,
  .category-rollout-grid,
  .category-metric-band,
  .ai-foundation-grid,
  .ai-leader-grid,
  .ai-tower-capability-grid,
  .alternative-feature-grid,
  .alternative-pain-grid,
  .customer-featured-grid,
  .customer-story-grid,
  .demo-card-grid,
  .demo-role-grid,
  .support-path-grid,
  .trust-pillar-grid,
  .trust-status-grid,
  .value-driver-grid,
  .pricing-grid,
  .pricing-grid-modern,
  .legal-card-grid,
  .official-identity-grid,
  .logo-showcase-grid,
  .integration-node-grid,
  .card-grid,
  .home-control-grid,
  .home-outcome-grid,
  .home-evaluation-grid,
  .home-proof-band,
  .roi-kpi-grid
) > :is(article, a, div) {
  position: relative;
  min-width: 0;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--q-tile-edge) !important;
  border-top-color: var(--q-tile-edge-bright) !important;
  border-left-color: rgba(20, 130, 232, 0.78) !important;
  border-radius: 8px !important;
  color: var(--q-tile-ink) !important;
  background: var(--q-tile-surface) !important;
  box-shadow: var(--q-tile-shadow) !important;
  backdrop-filter: blur(20px) saturate(1.1);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

body main :is(
  .feature-grid,
  .resource-grid,
  .timeline-grid,
  .enterprise-benefit-grid,
  .enterprise-capability-grid,
  .enterprise-proof-grid,
  .contact-route-grid,
  .contact-process-grid,
  .industry-grid,
  .industry-category-grid,
  .industry-product-grid,
  .industry-solution-grid,
  .industry-story-grid,
  .product-grid,
  .product-benefit-grid,
  .product-usecase-grid,
  .products-category-grid,
  .solutions-category-grid,
  .category-card-grid,
  .category-group-grid,
  .category-rollout-grid,
  .category-metric-band,
  .ai-foundation-grid,
  .ai-leader-grid,
  .ai-tower-capability-grid,
  .alternative-feature-grid,
  .alternative-pain-grid,
  .customer-featured-grid,
  .customer-story-grid,
  .demo-card-grid,
  .demo-role-grid,
  .support-path-grid,
  .trust-pillar-grid,
  .trust-status-grid,
  .value-driver-grid,
  .pricing-grid,
  .pricing-grid-modern,
  .legal-card-grid,
  .official-identity-grid,
  .logo-showcase-grid,
  .integration-node-grid,
  .card-grid,
  .home-control-grid,
  .home-outcome-grid,
  .home-evaluation-grid,
  .home-proof-band,
  .roi-kpi-grid
) > :is(article, a, div):is(:hover, :focus-visible) {
  transform: translateY(-3px);
  border-color: rgba(8, 101, 221, 0.78) !important;
  border-top-color: rgba(24, 201, 223, 0.98) !important;
  box-shadow:
    0 24px 56px rgba(8, 101, 221, 0.14),
    0 0 0 1px rgba(24, 201, 223, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 3px 0 0 rgba(24, 201, 223, 0.72) !important;
}

body main :is(
  .feature-grid,
  .resource-grid,
  .timeline-grid,
  .enterprise-benefit-grid,
  .enterprise-capability-grid,
  .enterprise-proof-grid,
  .contact-route-grid,
  .contact-process-grid,
  .industry-grid,
  .industry-category-grid,
  .industry-product-grid,
  .industry-solution-grid,
  .industry-story-grid,
  .product-grid,
  .product-benefit-grid,
  .product-usecase-grid,
  .products-category-grid,
  .solutions-category-grid,
  .category-card-grid,
  .category-group-grid,
  .category-rollout-grid,
  .category-metric-band,
  .ai-foundation-grid,
  .ai-leader-grid,
  .ai-tower-capability-grid,
  .alternative-feature-grid,
  .alternative-pain-grid,
  .customer-featured-grid,
  .customer-story-grid,
  .demo-card-grid,
  .demo-role-grid,
  .support-path-grid,
  .trust-pillar-grid,
  .trust-status-grid,
  .value-driver-grid,
  .pricing-grid,
  .pricing-grid-modern,
  .legal-card-grid,
  .official-identity-grid,
  .logo-showcase-grid,
  .integration-node-grid,
  .card-grid,
  .home-control-grid,
  .home-outcome-grid,
  .home-evaluation-grid,
  .home-proof-band,
  .roi-kpi-grid
) > :is(article, a, div) :is(h3, h4, b, strong) {
  color: var(--q-tile-ink) !important;
  letter-spacing: 0 !important;
}

body main :is(
  .feature-grid,
  .resource-grid,
  .timeline-grid,
  .enterprise-benefit-grid,
  .enterprise-capability-grid,
  .enterprise-proof-grid,
  .contact-route-grid,
  .contact-process-grid,
  .industry-grid,
  .industry-category-grid,
  .industry-product-grid,
  .industry-solution-grid,
  .industry-story-grid,
  .product-grid,
  .product-benefit-grid,
  .product-usecase-grid,
  .products-category-grid,
  .solutions-category-grid,
  .category-card-grid,
  .category-group-grid,
  .category-rollout-grid,
  .category-metric-band,
  .ai-foundation-grid,
  .ai-leader-grid,
  .ai-tower-capability-grid,
  .alternative-feature-grid,
  .alternative-pain-grid,
  .customer-featured-grid,
  .customer-story-grid,
  .demo-card-grid,
  .demo-role-grid,
  .support-path-grid,
  .trust-pillar-grid,
  .trust-status-grid,
  .value-driver-grid,
  .pricing-grid,
  .pricing-grid-modern,
  .legal-card-grid,
  .official-identity-grid,
  .logo-showcase-grid,
  .integration-node-grid,
  .card-grid,
  .home-control-grid,
  .home-outcome-grid,
  .home-evaluation-grid,
  .home-proof-band,
  .roi-kpi-grid
) > :is(article, a, div) :is(p, span, small, em, li) {
  color: var(--q-tile-muted) !important;
  letter-spacing: 0 !important;
}

/* Card icons are small clear acrylic instruments rather than flat blocks. */
body main :is(.card-icon, .category-card > span, .category-group-card > span, .contact-route-card > span, .support-path-grid article > span) {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(24, 201, 223, 0.62) !important;
  border-radius: 7px !important;
  color: var(--q-tile-blue) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(200, 240, 249, 0.72)) !important;
  box-shadow:
    0 8px 20px rgba(8, 101, 221, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(24, 201, 223, 0.2) !important;
}

body main :is(.card-icon, .category-card > span, .category-group-card > span, .contact-route-card > span, .support-path-grid article > span) svg {
  fill: none !important;
  stroke: currentColor;
}

/* Buttons and action links share the quiet acrylic outline shown in the
   approved reference; interaction promotes them to Qintorava blue. */
body :is(main, .q-global-header, .q-global-footer, .site-footer, .sf-footer) :is(
  .button,
  a.button,
  .btn,
  .button-primary,
  .button-outline,
  .button-light,
  .btn-primary,
  .btn-outline,
  .btn-teal,
  .q-global-primary,
  .q-global-secondary,
  .q-global-text-link,
  .footer-btn-solid,
  .footer-btn-ghost,
  .footer-cta-btn-primary,
  .footer-cta-btn-ghost,
  .workflow-actions button,
  .mock-actions button,
  .agent-action-row button,
  .visual-panel button,
  .filter-chips button,
  .solution-tabs > button,
  .home-solution-tabs > button,
  .contact-panel-form button,
  .roi-form button,
  .q-global-nav button
) {
  position: relative;
  min-height: 40px;
  border: 1px solid rgba(22, 124, 222, 0.62) !important;
  border-top-color: rgba(24, 201, 223, 0.84) !important;
  border-radius: 8px !important;
  color: var(--q-tile-blue) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(224, 245, 252, 0.7)) !important;
  box-shadow:
    0 7px 18px rgba(8, 101, 221, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(24, 201, 223, 0.16) !important;
  text-decoration: none !important;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body :is(main, .q-global-header, .q-global-footer, .site-footer, .sf-footer) :is(
  .button,
  a.button,
  .btn,
  .button-primary,
  .button-outline,
  .button-light,
  .btn-primary,
  .btn-outline,
  .btn-teal,
  .q-global-primary,
  .q-global-secondary,
  .q-global-text-link,
  .footer-btn-solid,
  .footer-btn-ghost,
  .footer-cta-btn-primary,
  .footer-cta-btn-ghost,
  .workflow-actions button,
  .mock-actions button,
  .agent-action-row button,
  .visual-panel button,
  .filter-chips button,
  .solution-tabs > button,
  .home-solution-tabs > button,
  .contact-panel-form button,
  .roi-form button,
  .q-global-nav button
):is(:hover, :focus-visible, .active) {
  transform: translateY(-1px);
  border-color: #0865dd !important;
  border-top-color: #22d8e7 !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0865dd, #127adb 62%, #0d9fcd) !important;
  box-shadow:
    0 12px 28px rgba(8, 101, 221, 0.22),
    0 0 0 2px rgba(24, 201, 223, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
  outline: none !important;
}

body :is(main, .q-global-header, .q-global-footer) :is(
  .button,
  a.button,
  .btn,
  .button-primary,
  .button-outline,
  .button-light,
  .btn-primary,
  .btn-outline,
  .btn-teal,
  .q-global-primary,
  .q-global-secondary,
  .q-global-text-link,
  .footer-btn-solid,
  .footer-btn-ghost,
  .footer-cta-btn-primary,
  .footer-cta-btn-ghost,
  .workflow-actions button,
  .mock-actions button,
  .agent-action-row button,
  .visual-panel button,
  .filter-chips button,
  .solution-tabs > button,
  .home-solution-tabs > button,
  .contact-panel-form button,
  .roi-form button,
  .q-global-nav button
) svg {
  flex: 0 0 auto;
  fill: none !important;
  stroke: currentColor;
}

/* Form fields receive matching transparent depth without reducing legibility. */
body main form:not(.chatbot-form) :is(input, select, textarea) {
  border: 1px solid rgba(72, 157, 218, 0.5) !important;
  border-top-color: rgba(24, 201, 223, 0.58) !important;
  border-radius: 7px !important;
  color: var(--q-tile-ink) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(230, 246, 252, 0.66)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(24, 201, 223, 0.12) !important;
}

/* Standalone search controls use the same acrylic field treatment as forms. */
body main :is(input[type="search"], [data-card-search]) {
  border: 1px solid rgba(72, 157, 218, 0.5) !important;
  border-top-color: rgba(24, 201, 223, 0.58) !important;
  border-radius: 8px !important;
  color: var(--q-tile-ink) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(227, 246, 252, 0.78)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(24, 201, 223, 0.12),
    0 6px 16px rgba(8, 101, 221, 0.045) !important;
}

body main :is(input[type="search"], [data-card-search]):is(:hover, :focus, :focus-visible) {
  border-color: rgba(8, 101, 221, 0.82) !important;
  border-top-color: rgba(24, 201, 223, 0.94) !important;
  outline: 2px solid rgba(24, 201, 223, 0.16) !important;
  outline-offset: 1px;
}

/* The new horizontal acrylic mark needs a little more room on compact headers. */
@media (max-width: 720px) {
  .site-header .brand-logo-img.qintorava-logo-img {
    height: 50px !important;
    max-width: min(142px, 46vw) !important;
  }
}

body main form:not(.chatbot-form) :is(input, select, textarea):is(:hover, :focus, :focus-visible) {
  border-color: rgba(8, 101, 221, 0.82) !important;
  border-top-color: rgba(24, 201, 223, 0.94) !important;
  box-shadow:
    0 0 0 3px rgba(24, 201, 223, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 1) !important;
  outline: none !important;
}

body main form:not(.chatbot-form) :is(label, legend) {
  color: var(--q-tile-ink) !important;
}

@media (max-width: 720px) {
  body main :is(
    .feature-grid,
    .resource-grid,
    .timeline-grid,
    .enterprise-benefit-grid,
    .enterprise-capability-grid,
    .enterprise-proof-grid,
    .contact-route-grid,
    .contact-process-grid,
    .industry-grid,
    .product-grid,
    .category-card-grid,
    .category-group-grid,
    .category-rollout-grid,
    .category-metric-band,
    .home-control-grid,
    .home-outcome-grid,
    .home-evaluation-grid,
    .home-proof-band
  ) > :is(article, a, div) {
    min-height: 0 !important;
  }

  body :is(main, .q-global-header, .q-global-footer) :is(.button, a.button, .btn, button) {
    min-height: 42px;
  }
}
