:root {
  --palette-grey-1200: #121317;
  --palette-grey-1100: #18191d;
  --palette-grey-1000: #212226;
  --palette-grey-900: #2f3034;
  --palette-grey-800: #45474d;
  --palette-grey-700: #5f6368;
  --palette-grey-400: #b7bfd9;
  --palette-blue-700: #1a56db;
  --theme-surface-overlay-higher: rgba(255, 255, 255, 0.72);
  --palette-grey-300: #b2bbc5;
  --palette-grey-200: #cdd4dc;
  --palette-grey-100: #e1e6ec;
  --palette-grey-50: #e6eaf0;
  --palette-grey-20: #eff2f7;
  --palette-grey-10: #f8f9fc;
  --palette-grey-0: #ffffff;
  --palette-blue-600: #3279f9;
  --surface: var(--palette-grey-0);
  --on-surface: var(--palette-grey-1200);
  --on-surface-variant: var(--palette-grey-800);
  --container: var(--palette-grey-10);
  --outline: rgba(33, 34, 38, 0.08);
  --page-margin: 72px;
  /* Official site tokens (styles-7KLEMMT6.css) — desktop default */
  --grid-gutter: 64px;
  --grid-columns: 12;
  --nav-height: 52px;
  --corner-xs: 4px;
  --corner-sm: 8px;
  --corner-md: 16px;
  --corner-lg: 24px;
  --corner-xl: 36px;
  --shape-corner-xl: var(--corner-xl);
  --radius-pill: 9999px;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 36px;
  --space-2xl: 48px;
  --space-3xl: 60px;
  --space-4xl: 80px;
  --space-5xl: 88px;
  --space-6xl: 120px;
  --space-7xl: 180px;
  --5xl-size: 54px;
  --5xl-line-height: 56.16px;
  --5xl-letter-spacing: -0.95px;
  --4xl-size: 42px;
  --4xl-line-height: 43.68px;
  --4xl-letter-spacing: -0.73px;
  --md-size: 20px;
  --md-line-height: 26px;
  --md-letter-spacing: -0.05px;
  --base-size: 17.5px;
  --base-line-height: 25.375px;
  --base-letter-spacing: 0;
  --cta-size: 17.5px;
  --cta-line-height: 25.375px;
  --cta-letter-spacing: 0;
  --3xl-size: 32px;
  --3xl-line-height: 33.92px;
  --3xl-letter-spacing: -0.15px;
  --2xl-size: 28px;
  --2xl-line-height: 30.24px;
  --2xl-letter-spacing: -0.1px;
  --xl-size: 24px;
  --xl-line-height: 25.92px;
  --xl-letter-spacing: -0.07px;
  --lg-size: 22px;
  --lg-line-height: 24.64px;
  --lg-letter-spacing: -0.08px;
  --sm-size: 14.5px;
  --sm-line-height: 21.02px;
  --sm-letter-spacing: 0.16px;
  --xs-size: 12.5px;
  --xs-line-height: 15.5px;
  --xs-letter-spacing: 0.11px;
  --cta-sm-size: 14.5px;
  --cta-sm-line-height: 21.02px;
  --cta-sm-letter-spacing: 0.11px;
  --icon-size-sm: 18px;
  /* Official liftoff tokens (styles-7KLEMMT6.css) */
  --breakpoint-max: 1600px;
  --breakpoint-xl: 1600px;
  --breakpoint-lg: 1440px;
  --breakpoint-md: 1024px;
  --breakpoint-sm: 767px;
  --breakpoint-xs: 425px;
  /* Official light theme: primary text reads as on-surface; blue wash used for nav active bg */
  --theme-primary-primary: var(--palette-grey-1200);
  --theme-primary: var(--palette-blue-600);
  --theme-outline-variant: rgba(33, 34, 38, 0.06);
  --theme-surface-surface-container: var(--palette-grey-10);
  --theme-surface-surface-container-low: var(--palette-grey-10);
  --theme-surface-surface-container-high: var(--palette-grey-20);
  --divider: rgba(33, 34, 38, 0.08);
  --ease-out: cubic-bezier(0.19, 1, 0.22, 1);
  --theme-surface-on-surface: var(--palette-grey-1200);
  --theme-surface-on-surface-variant: var(--palette-grey-800);
  --theme-surface-surface: var(--palette-grey-0);
  --theme-surface-on-tonal: var(--palette-grey-1200);
  --theme-nav-button: rgba(183, 191, 217, 0.09);
  --theme-nav-button-hover: rgba(183, 191, 217, 0.2);
  --theme-outline-outline-variant: rgba(33, 34, 38, 0.08);
  /* Official liftoff tokens used by use-cases-detail / chips / secondary buttons */
  --palette-grey-15: #f0f1f5;
  --palette-grey-0-rgb: 255, 255, 255;
  --palette-grey-50-rgb: 230, 234, 240;
  --palette-grey-400-rgb: 183, 191, 217;
  --palette-grey-600-rgb: 170, 177, 204;
  --palette-grey-1000-rgb: 33, 34, 38;
  --palette-grey-1200-rgb: 18, 19, 23;
  --theme-outline: rgba(var(--palette-grey-1000-rgb), 0.12);
  --theme-outline-variant: rgba(var(--palette-grey-1000-rgb), 0.06);
  --theme-secondary-button: rgba(var(--palette-grey-400-rgb), 0.1);
  --theme-button-secondary-hover: var(--palette-grey-15);
  --theme-button-states-hovered: rgba(var(--palette-grey-1000-rgb), 0.04);
  --theme-button-states-primary-hovered: var(--palette-grey-900);
  --theme-primary-primary: var(--theme-surface-on-surface);
  --theme-primary-on-primary: var(--theme-surface-surface);
  --shape-corner-rounded: 9999px;
  --browser-zoom-compensation: 1;
  color-scheme: light;
}

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

html {
  text-size-adjust: none;
  scroll-behavior: smooth;
  overflow-x: clip; /* kill horizontal scrollbar from 100vw / overflow kids */
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--on-surface);
  background: var(--surface);
  font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  max-width: 100%;
}

html.is-browser-zoomed-out body {
  zoom: var(--browser-zoom-compensation);
}

body,
button,
input,
select,
textarea {
  font-family: "Google Sans Flex", "Google Sans", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

button {
  border: 0;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 450;
  letter-spacing: 0;
  font-variation-settings: "wdth" 100, "opsz" 144;
}

p {
  color: var(--on-surface-variant);
  font-size: 17.5px;
  line-height: 1.45;
}

.symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  inline-size: 1em;
  block-size: 1em;
  overflow: hidden;
  white-space: nowrap;
  /* Google Symbols first (official); Material Symbols as public fallback. */
  font-family: "Google Symbols", "Material Symbols Outlined", "Google Symbols Outlined", sans-serif;
  font-size: var(--symbol-font, 24px);
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "ROND" 50, "opsz" 48;
  font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  speak: never;
}

/*
 * FOUT guard: while icon fonts load, .symbol content is ligature *names*
 * (download, terminal, …). With 1em width + overflow:hidden they appear as
 * garbage fragments in the nav. Keep the box, hide the ink until ready.
 */
html.js:not(.symbols-ready) .symbol {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none !important;
  /* Prevent selection / a11y tools from reading raw ligature names mid-load */
  caret-color: transparent;
}

html.symbols-ready .symbol {
  -webkit-text-fill-color: currentColor;
}

.heading-3 {
  font-size: var(--5xl-size);
  line-height: var(--5xl-line-height);
  letter-spacing: var(--5xl-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 54;
}

.heading-4 {
  font-size: var(--4xl-size);
  line-height: var(--4xl-line-height);
  letter-spacing: var(--4xl-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 42;
}

.heading-6 {
  font-size: var(--2xl-size);
  line-height: var(--2xl-line-height);
  letter-spacing: var(--2xl-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 28;
}

.heading-5 {
  font-size: var(--3xl-size);
  line-height: var(--3xl-line-height);
  letter-spacing: var(--3xl-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 32;
}

.heading-7 {
  font-size: var(--xl-size);
  line-height: var(--xl-line-height);
  letter-spacing: var(--xl-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 24;
}

.heading-8 {
  font-size: var(--lg-size);
  line-height: var(--lg-line-height);
  letter-spacing: var(--lg-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 22;
}


.heading-9 {
  font-size: var(--md-size);
  line-height: var(--md-line-height);
  letter-spacing: var(--md-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 20;
}

.body {
  font-size: var(--base-size);
  line-height: var(--base-line-height);
  letter-spacing: var(--base-letter-spacing);
  font-weight: 400;
  font-variation-settings: "wdth" 100, "opsz" 17.5;
}

.call-to-action {
  font-size: var(--cta-size);
  line-height: var(--cta-line-height);
  letter-spacing: var(--cta-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 17.5;
}

.symbol.notranslate,
[translate="no"].symbol,
.notranslate .symbol {
  direction: ltr;
  unicode-bidi: isolate;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 36px;
  background: #ffffffd9;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: transform 0.3s ease-in-out, background 0.25s ease, box-shadow 0.25s ease;
}

.site-header--opaque {
  background: #fff;
  box-shadow: 0 1px 0 var(--outline);
}

.site-header.dropdown-open,
.site-header.menu-open {
  background: #fff;
}

body[data-page="product"] .site-header {
  position: absolute;
}

body[data-page="product"] .site-header .grid-container {
  /* same centered grid as rest of site — do not full-bleed header content */
  width: 100%;
  max-width: calc(var(--breakpoint-max) + var(--page-margin) * 2);
  margin-inline: auto;
}

.header-grid {
  max-width: calc(var(--breakpoint-max) + var(--page-margin) * 2);
  margin-inline: auto;
  width: 100%;
}

.main-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: var(--space-sm) 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 2px var(--space-xl) 0 0;
}

.brand img {
  width: 198px;
  height: auto;
}

.header-actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1 1 auto;
  color: var(--theme-surface-on-surface-variant);
  font-size: 14.5px;
  line-height: 21.02px;
  letter-spacing: 0.11px;
  font-weight: 450;
}

.nav-menu {
  display: inline-flex;
  flex: 0 0 auto;
}

.top-nav > a,
.nav-menu > a {
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  min-block-size: 36px;
  padding: 6px 16px;
  transition: background 0.08s ease-out, color 0.08s ease-out;
}

.button-nav {
  background: transparent;
  color: var(--theme-surface-on-surface-variant, var(--palette-grey-800));
  font-size: 14.5px;
  line-height: 21.02px;
  letter-spacing: 0.11px;
  font-weight: 450;
}

.top-nav a:hover,
.top-nav a:focus-visible,
.button-nav:hover,
.button-nav:focus-visible,
.nav-menu.is-open > .dropdown-nav {
  color: #000;
  outline: none;
  background: rgba(183, 191, 217, 0.2);
}

.dropdown-nav {
  padding-right: 8px;
}

.nav-menu::after {
  content: "";
  display: block;
  height: var(--space-sm);
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--nav-height) - var(--space-sm));
}

.nav-menu.is-open::after {
  opacity: 1;
  pointer-events: auto;
}

.dropdown-icon {
  display: inline-flex;
  font-size: 1.5em;
  font-weight: 300;
  margin: 0 0 0 var(--space-xs);
  transition: transform 0.3s ease;
}

.nav-popover {
  position: fixed;
  top: var(--nav-height);
  left: 0;
  right: 0;
  width: 100%; /* not 100vw — avoids horizontal scrollbar */
  margin-left: 0;
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 0 0 var(--corner-lg) var(--corner-lg);
  background: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
  transform: translateY(-8px);
  transition:
    max-height 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.24s ease,
    padding 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0s;
  visibility: hidden;
  will-change: max-height, opacity, transform;
  z-index: 19;
}

.nav-menu.is-open .nav-popover,
.nav-menu.is-closing .nav-popover {
  visibility: visible;
  transition:
    max-height 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease,
    padding 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0s;
}

.nav-menu.is-open .nav-popover {
  max-height: 360px;
  opacity: 1;
  padding: var(--space-2xl) 0 var(--space-xl);
  pointer-events: auto;
  transform: translateY(0);
}

.nav-menu.is-closing .nav-popover {
  max-height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition-duration: 0.52s, 0.36s, 0.52s, 0.52s, 0s;
  transition-timing-function:
    cubic-bezier(0.16, 1, 0.3, 1),
    ease,
    cubic-bezier(0.16, 1, 0.3, 1),
    cubic-bezier(0.16, 1, 0.3, 1),
    linear;
}

.nav-menu.is-open .dropdown-icon {
  transform: rotate(-180deg);
}

.nav-popover .dropdown-title,
.nav-popover .dropdown-info,
.nav-popover .dropdown-main-link,
.nav-popover .subnav-label,
.nav-popover .subnav-link {
  opacity: 0;
  transform: translateY(1em);
  transition:
    opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.nav-menu.is-open .nav-popover .dropdown-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.02s;
}

.nav-menu.is-open .nav-popover .dropdown-info {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}

.nav-menu.is-open .nav-popover .dropdown-main-link,
.nav-menu.is-open .nav-popover .subnav-label {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.14s;
}

.nav-menu.is-open .nav-popover .subnav-link {
  opacity: 1;
  transform: translateY(0);
}

.nav-menu.is-open .nav-popover .subnav-link:nth-child(1) {
  transition-delay: 0.05s;
}

.nav-menu.is-open .nav-popover .subnav-link:nth-child(2) {
  transition-delay: 0.08s;
}

.nav-menu.is-open .nav-popover .subnav-link:nth-child(3) {
  transition-delay: 0.11s;
}

.nav-menu.is-open .nav-popover .subnav-link:nth-child(4) {
  transition-delay: 0.14s;
}

.nav-menu.is-closing .nav-popover .dropdown-title,
.nav-menu.is-closing .nav-popover .dropdown-info,
.nav-menu.is-closing .nav-popover .dropdown-main-link,
.nav-menu.is-closing .nav-popover .subnav-label,
.nav-menu.is-closing .nav-popover .subnav-link {
  opacity: 0;
  transform: translateY(-0.28em);
  transition-delay: 0s;
  transition-duration: 0.24s;
}

.dropdown-overlay {
  position: absolute;
  pointer-events: none;
  inset: 100% 0 0;
  height: 100vh;
  width: 100%; /* not 100vw */
  background: transparent;
  opacity: 0;
  transition: none;
  z-index: 1;
}

.dropdown-overlay.open {
  animation: none;
  opacity: 0;
}

@keyframes delayed-fade-in {
  0%,
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.dropdown-grid {
  align-items: start;
  display: flex;
  gap: var(--grid-gutter);
}

.dropdown-copy {
  flex: 0 0 25%;
  max-width: 25%;
}

.subnav-column {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.subnav-content-container {
  flex: 0 0 25%;
  max-width: 25%;
}

.dropdown-title {
  text-wrap: balance;
  font-size: 24px;
  line-height: 25.92px;
  letter-spacing: 0;
}

.dropdown-info {
  color: var(--theme-surface-on-surface-variant, var(--palette-grey-800));
  margin: var(--space-md) 0 var(--space-lg);
}

.dropdown-main-link,
.nav-button {
  align-items: center;
  background: var(--theme-nav-button);
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  color: var(--theme-surface-on-tonal, var(--on-surface));
  display: inline-flex;
  padding: 8px 16px;
}

.subnav-label {
  color: var(--theme-surface-on-surface-variant, var(--palette-grey-800));
  margin: 0 0 var(--space-sm);
}

.subnav {
  display: grid;
  gap: var(--space-sm);
}

.subnav-link {
  align-items: center;
  border-radius: var(--corner-sm);
  color: var(--theme-surface-on-surface, var(--on-surface));
  display: flex;
  gap: var(--space-sm);
  padding: 10px 12px;
  transition: background 0.15s ease, color 0.15s ease;
}

.subnav-link:hover,
.subnav-link:focus-visible {
  background: rgba(183, 191, 217, 0.09);
  outline: none;
}

.link-icon {
  color: var(--theme-surface-on-surface-variant, var(--palette-grey-800));
  font-size: 24px;
}

.link-arrow {
  color: var(--theme-surface-on-surface-variant, var(--palette-grey-800));
  font-size: 20px;
  margin-left: auto;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.subnav-link:hover .link-arrow,
.subnav-link:focus-visible .link-arrow {
  opacity: 1;
  transform: translateX(0);
}

.nav-download {
  flex: 0 0 auto;
  min-block-size: 36px;
  padding: 6px 16px;
  gap: 4px;
  font-size: 14.5px;
  line-height: 21.02px;
  letter-spacing: 0.11px;
  font-weight: 450;
}

.nav-download .dropdown-icon {
  font-size: 1.5em;
}

.mobile-nav-toggle {
  display: none;
  width: 3.5em;
  height: 36px;
  border-radius: var(--radius-pill);
  background: transparent;
  color: var(--on-surface);
  font-size: 18px;
  justify-content: center;
  line-height: 1em;
  padding: 0;
}

.mobile-menu {
  background: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0 0 var(--corner-lg) var(--corner-lg);
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 19;
}

.mobile-menu.open {
  display: block;
}

.mobile-menu-content {
  border-top: 1px solid var(--theme-outline-outline-variant);
  height: 100vh;
  overflow-y: auto;
  padding: 0 0 var(--space-2xl);
}

.mobile-nav-item {
  align-items: center;
  border-bottom: 1px solid var(--theme-outline-outline-variant);
  color: var(--theme-surface-on-surface);
  display: flex;
  font-size: 32px;
  justify-content: space-between;
  line-height: 1.08;
  padding: var(--space-lg) var(--page-margin);
}

.mobile-dropdown-section {
  border-bottom: 1px solid var(--theme-outline-outline-variant);
  display: grid;
  gap: var(--space-xs);
  padding: var(--space-md) var(--page-margin) var(--space-lg);
}

.mobile-menu-download {
  display: flex;
  padding: var(--space-xl) var(--page-margin) 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 17.5px;
  line-height: 1;
  font-weight: 450;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s var(--ease-out);
}

.button:hover {
  transform: translateY(-1px);
}

.site-header .button {
  font-size: 14.5px;
  font-weight: 450;
  letter-spacing: 0.11px;
  line-height: 21.02px;
  min-block-size: 36px;
  min-height: 36px;
  padding: 6px 16px;
}

.site-header .button:hover {
  transform: none;
}

.button--dark {
  background: var(--palette-grey-1200);
  color: #fff;
}

.button--dark:hover {
  background: var(--palette-grey-900);
}

.button--light {
  background: var(--palette-grey-10);
  color: var(--on-surface);
  border-color: var(--outline);
}

.button--light:hover {
  background: var(--palette-grey-20);
}

/* Official app-button variants (liftoff main-QY6M2GAO.js) */
.button-primary {
  background: var(--theme-primary-primary, var(--palette-grey-1200));
  color: var(--theme-primary-on-primary, #fff);
  border-color: transparent;
}

.button-primary:hover,
.button-primary:focus-visible {
  outline: none;
  background: var(--theme-button-states-primary-hovered, var(--palette-grey-900));
}

.button-secondary {
  color: var(--theme-surface-on-surface, var(--palette-grey-1200));
  background: var(--theme-secondary-button, rgba(183, 191, 217, 0.1));
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid var(--theme-outline-variant, rgba(33, 34, 38, 0.06));
  /* Official padding is 10px 24px — avoid our global min-height stretching it */
  min-height: 0;
  padding: 10px 24px;
  font-size: var(--base-size);
  line-height: var(--cta-line-height);
  letter-spacing: var(--cta-letter-spacing);
  font-weight: 450;
  border-radius: var(--shape-corner-rounded, 9999px);
  transition: 0.15s all ease-out;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  outline: none;
  background: var(--theme-button-secondary-hover, var(--palette-grey-15));
  transform: none;
}

.button--inverse {
  background: #fff;
  color: var(--palette-grey-1200);
}

.button--inverse-secondary {
  background: rgba(183, 191, 217, 0.16);
  color: #fff;
  border-color: rgba(230, 234, 240, 0.16);
}

.landing-loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  background: #fff;
  opacity: 1;
  overflow: hidden;
  text-align: center;
  transition: opacity 0.8s ease, visibility 0s linear 0.8s;
  visibility: visible;
}

.landing-loader.is-complete {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.landing-loader-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 450;
  justify-content: center;
  min-height: 100svh;
  overflow-x: clip;
  padding: var(--space-xl) 0 var(--space-3xl);
  position: relative;
  text-align: center;
  width: 100%;
}

.landing-loader-logo-slot {
  block-size: 30px;
  inline-size: 30px;
}

.landing-loader-header-container {
  margin: 32px var(--page-margin) 64px;
  position: relative;
}

.landing-loader-title {
  display: inline-block;
  margin: 0;
  max-inline-size: 1100px;
  position: relative;
  color: var(--theme-surface-on-surface);
  font-size: 5rem;
  font-weight: 450;
  line-height: 1.1;
  letter-spacing: 0;
  font-variation-settings: "wdth" 100, "opsz" 144;
}

.landing-loader-typed-content {
  display: inline-block;
}

.landing-loader-word {
  display: inline-block;
  white-space: nowrap;
}

.landing-loader-char,
.landing-loader-space {
  opacity: 0;
  transition: opacity 0.01s linear;
}

.landing-loader-char.is-visible,
.landing-loader-space.is-visible {
  opacity: 1;
}

.landing-loader-cursor-container {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(var(--loader-cursor-x, 0), var(--loader-cursor-y, 0), 0);
}

.landing-loader-cursor-container.is-visible {
  opacity: 1;
}

.landing-loader-cursor {
  animation: landing-loader-cursor-blink 0.5s infinite;
  height: 1em;
  width: auto;
}

.landing-loader-cta-slot {
  block-size: 48px;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 100px var(--page-margin) 64px;
}

.hero-particles,
.product-particles,
.download-section-backdrop [data-particles] {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 32px;
  text-align: center;
  max-width: 1100px;
}

.hero-lockup {
  width: 230px;
  height: auto;
}

.hero-content h1 {
  max-width: 1100px;
  font-size: clamp(56px, 7.4vw, 107px);
  line-height: 0.99;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.hero-actions .symbol {
  margin-right: 8px;
}

.hero-actions--left {
  justify-content: flex-start;
}

.landing-video-section {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  transform: scale(var(--landing-video-scale, 1));
  transform-origin: 50% 50%;
  width: 100%;
  will-change: transform;
}

.landing-video-section .grid-row {
  column-gap: 0;
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-1 * var(--grid-gutter) / 2);
  margin-right: calc(-1 * var(--grid-gutter) / 2);
}

.landing-video-section .grid-col {
  flex: 1 1 auto;
  padding-left: calc(var(--grid-gutter) / 2);
  padding-right: calc(var(--grid-gutter) / 2);
}

.landing-video-section .col-md-12 {
  flex-basis: 100%;
  grid-column: auto;
  max-width: 100%;
}

.video-wrapper {
  background: #000;
  border-radius: var(--shape-corner-xl);
  cursor: pointer;
  display: block;
  line-height: 0;
  margin-inline: calc((var(--page-margin) - 6px) * -1);
  overflow: hidden;
  position: relative;
}

.landing-video {
  aspect-ratio: 1920 / 1080;
  border-radius: var(--shape-corner-xl);
  box-sizing: border-box;
  height: auto;
  inline-size: 100%;
  object-fit: cover;
  pointer-events: none;
  transform: scale(1);
}

.video-control-button {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-pill);
  bottom: var(--space-md);
  color: #fff;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: var(--space-md);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 48px;
  z-index: 10;
}

.custom-cursor {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate3d(-50%, -50%, 0) scale(0);
  transform-origin: 50% 50%;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  z-index: 100;
}

.custom-cursor .cursor-content {
  align-items: center;
  background: #fff;
  border: 1px solid var(--theme-outline-outline-variant, rgba(33, 34, 38, 0.06));
  border-radius: var(--radius-pill);
  color: #000;
  display: flex;
  gap: var(--space-sm);
  padding: var(--space-md) var(--space-lg) var(--space-md) var(--space-md);
  white-space: nowrap;
}

.custom-cursor .symbol {
  font-size: 24px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "ROND" 50, "opsz" 48;
}

.video-wrapper.video-wrapper--hovered .custom-cursor {
  opacity: 1;
  transition-duration: 0.3s;
}

.video-wrapper:hover .video-control-button {
  opacity: 0;
  transform: scale(0.8);
}

.agent-first-section {
  overflow-x: clip;
  padding: var(--space-6xl) 0 var(--space-5xl);
  position: relative;
  z-index: 1;
}

.icon-list {
  display: flex;
  width: max-content;
  margin: var(--space-xl) 0 0;
  flex-wrap: nowrap;
  padding: 0;
  gap: 8px;
  justify-content: flex-start;
  list-style: none;
  will-change: transform;
}

.icon-list li {
  flex: 0 0 auto;
  padding: 0;
  list-style: none;
}

.bouncer {
  display: grid;
  place-items: center;
  width: 98px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(183, 191, 217, 0.09);
  border: 1px solid var(--outline);
  font-size: 36px;
  font-weight: 300;
  opacity: 0;
  backface-visibility: hidden;
  will-change: transform;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "ROND" 50, "opsz" 48;
}

.agent-first-section .text-container {
  margin: var(--space-7xl) auto var(--space-xl);
}

.agent-first-section .typed-heading {
  grid-column: 1 / span 9;
  font-size: 54px;
  line-height: 56.16px;
}

.text-container,
.section-heading,
.feature-section,
.use-case-band,
.blog-preview,
.product-list,
.case-grid,
.case-detail-grid,
.pricing-grid,
.download-options,
.text-card-grid,
.press-grid {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-inline: var(--page-margin);
}

.text-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.typed-heading {
  grid-column: 1 / span 7;
  min-height: 2.2em;
  font-size: clamp(36px, 4.3vw, 72px);
  line-height: 1.04;
  font-weight: 450;
}

.typed-heading .typed-char {
  opacity: 0;
  transition: opacity 0.01s linear;
}

.typed-char--space {
  white-space: normal;
}

.typed-heading.is-visible .typed-char,
.is-visible .typed-heading .typed-char,
.typed-heading--inverse .typed-char {
  opacity: 1;
}

.typed-cursor {
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.16em);
}

.typed-heading.is-visible .typed-cursor,
.is-visible .typed-heading .typed-cursor,
.typed-heading--inverse .typed-cursor {
  animation: cursor-blink 0.5s infinite;
  opacity: 1;
}

.typed-cursor img {
  height: 1em;
  width: auto;
}

.feature-section,
.blog-preview,
.use-case-band {
  padding-block: var(--space-6xl);
}

/* ===== Official feature-explorer-new (homepage surfaces) ===== */
.feature-explorer-section {
  padding: var(--space-6xl) 0;
}

.feature-explorer-section .feature-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.feature-explorer-section .feature-item-row {
  align-items: center;
}

.feature-explorer-section .feature-copy {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  grid-column: 1 / span 4;
}

.feature-explorer-section .feature-media-col {
  grid-column: 7 / span 6;
}

.feature-explorer-section .feature-item-row.is-flipped .feature-copy.order-md-2 {
  order: 2;
  grid-column: 9 / span 4;
}

.feature-explorer-section .feature-item-row.is-flipped .feature-media-col.order-md-1 {
  order: 1;
  grid-column: 1 / span 6;
}

.feature-explorer-section .feature-title {
  margin: 0;
  color: var(--theme-surface-on-surface);
}

.feature-explorer-section .feature-description {
  margin: 0;
  color: var(--theme-surface-on-surface-variant);
  max-width: 36ch;
}

.feature-explorer-section .feature-media,
.feature-explorer-section .feature-explorer-media {
  position: relative;
  width: 100%;
  margin: 0;
  aspect-ratio: 736 / 750;
  border-radius: var(--shape-corner-xl);
  overflow: hidden;
  line-height: 0;
  background: var(--theme-surface-surface-container, var(--palette-grey-10));
}

.feature-explorer-section .feature-media .feature-media-item,
.feature-explorer-section .feature-media img,
.feature-explorer-section .feature-media video,
.feature-explorer-section .feature-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  will-change: transform;
}

.feature-explorer-section .feature-cta-wrap {
  margin-top: 72px;
}

.feature-explorer-section .feature-cta-wrap .button {
  width: fit-content;
}

.section-heading {
  margin-bottom: var(--space-xl);
}

.section-heading h2,
.use-case-band h2,
.page-title h1 {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  margin-bottom: var(--space-md);
}

.section-heading p,
.use-case-band p,
.page-title p,
.detail-hero p {
  max-width: 760px;
}

.section-heading--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--space-xl);
}

/* Legacy 4-up cards kept for non-home use, but homepage no longer uses them */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-lg);
}

.feature-card {
  min-height: 565px;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  padding: var(--space-lg);
  border-radius: var(--corner-lg);
  background: var(--palette-grey-10);
  border: 1px solid var(--outline);
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition: 0.55s var(--ease-out);
  transition-delay: calc(var(--card-index, 0) * 70ms);
}

.feature-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-card:hover {
  background: var(--palette-grey-20);
}

.feature-card .feature-media {
  margin: calc(var(--space-lg) * -1) calc(var(--space-lg) * -1) var(--space-md);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9edf5;
}

.feature-card .feature-media img,
.feature-card .feature-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card .symbol,
.text-card-grid .symbol {
  font-size: 34px;
}

.feature-card h3 {
  font-size: 28px;
  line-height: 1.08;
}

.use-case-band {
  display: grid;
  gap: var(--space-xl);
}

.landing-latest-blogs {
  --blog-align-shift: clamp(160px, 19.5vw, 340px);
  inline-size: 100%;
  margin-block-end: var(--space-6xl);
  overflow-x: clip;
  border-top: 1px solid var(--outline);
  padding-block-start: 72px;
}

.landing-latest-blogs .grid-container {
  transform: translate3d(calc(var(--blog-align-shift) * -1), 0, 0);
  width: min(calc(100% + var(--blog-align-shift)), calc(1600px + var(--blog-align-shift)));
}

.landing-latest-blogs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-xl);
  margin: 0 0 var(--space-3xl);
}

.landing-latest-blogs-header .button {
  margin-inline-start: auto;
  margin-inline-end: calc(var(--blog-align-shift) * -0.45);
}

.landing-latest-blogs-header .heading-4 {
  color: var(--on-surface-variant);
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1;
  font-weight: 450;
}

.landing-latest-blogs-list {
  position: relative;
}

.slider-wrapper {
  inline-size: 100%;
  position: relative;
}

.slider-inner {
  display: grid;
  gap: var(--grid-gutter);
  grid-template-columns: repeat(var(--item-count), var(--item-width, 288px));
  margin-block-end: var(--space-3xl);
  touch-action: pan-y;
  user-select: none;
  will-change: transform;
}

.slider-inner.is-dragging {
  cursor: grabbing;
}

.list-item {
  position: relative;
}

.list-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + var(--grid-gutter) / 2);
  block-size: 100%;
  background: rgba(33, 34, 38, 0.06);
  inline-size: 1px;
}

.list-image-wrapper {
  aspect-ratio: 1;
  border-radius: var(--corner-md);
  overflow: hidden;
  margin: 0 0 var(--space-lg);
  background: var(--palette-grey-10);
}

.list-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  user-drag: none;
}

.list-item-content .item-title {
  margin: 0 0 var(--space-md);
  color: var(--on-surface);
}

.list-item-metadata {
  color: var(--on-surface-variant);
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  gap: var(--space-md);
  margin: 0 0 var(--space-sm);
}

.caption {
  color: var(--on-surface-variant);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.arrow-link {
  color: var(--on-surface);
}

.slider-controls {
  border-radius: var(--radius-pill);
  background: var(--palette-grey-20);
  display: inline-flex;
  align-items: center;
  padding: 4px;
}

.slider-control-button {
  background: transparent;
  border: none;
  block-size: 36px;
  color: var(--on-surface);
  inline-size: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  border-radius: var(--radius-pill);
  font-size: 24px;
}

.slider-control-button:disabled {
  color: rgba(33, 34, 38, 0.28);
  cursor: default;
}

.slider-control-button:hover:not(:disabled) {
  background: #eff0f3;
}

.use-case-cards,
.blog-grid,
.product-list,
.case-grid,
.case-detail-grid,
.pricing-grid,
.download-options,
.text-card-grid,
.press-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-lg);
}

.use-case-card,
.blog-card,
.product-summary,
.case-card,
.case-detail-grid article,
.pricing-grid article,
.download-options article,
.text-card-grid article,
.press-grid article {
  border: 1px solid var(--outline);
  border-radius: var(--corner-lg);
  background: var(--surface);
  overflow: hidden;
  transition: 0.25s var(--ease-out);
}

.use-case-card:hover,
.blog-card:hover,
.product-summary:hover,
.case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(18, 19, 23, 0.1);
}

.use-case-card > img,
.blog-card > img,
.case-card > img,
.case-detail-grid img,
.product-summary > div,
.press-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--palette-grey-10);
}

.use-case-card > div,
.blog-card,
.product-summary,
.case-card,
.case-detail-grid article,
.pricing-grid article,
.download-options article,
.text-card-grid article,
.press-grid article {
  padding: var(--space-lg);
}

.use-case-card div img {
  width: 42px;
  margin-bottom: var(--space-md);
}

.landing-use-case-section {
  width: 100%;
  overflow-x: clip;
  padding-block-start: 72px;
  padding-block-end: var(--space-6xl);
  border-top: 1px solid var(--theme-outline-outline-variant);
}

.use-case-band {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-inline: var(--page-margin);
}

.use-case-band-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.5fr);
  gap: var(--grid-gutter);
  margin-block-end: var(--space-3xl);
}

.use-case-header-main {
  margin-block-end: var(--space-lg);
}

.use-case-header-main h2 {
  margin: 0;
  font-size: clamp(54px, 5vw, 72px);
  line-height: 1;
  font-weight: 450;
  letter-spacing: 0;
}

.use-case-header-main h2 span {
  display: block;
}

.use-case-header-main h2 span:nth-child(2) {
  color: var(--theme-surface-on-surface-variant);
}

.use-case-band-header p {
  max-width: 600px;
  align-self: end;
  color: var(--theme-surface-on-surface-variant);
  font-size: 17.5px;
  line-height: 1.45;
}

.use-case-band .use-case-cards {
  gap: var(--grid-gutter);
}

.use-case-band .use-case-card {
  border-radius: var(--shape-corner-xl);
  border-color: var(--theme-outline-outline-variant);
  box-shadow: none;
}

.use-case-band .use-case-card:hover {
  transform: none;
  box-shadow: 0 20px 56px rgba(18, 19, 23, 0.08);
}

.use-case-band .use-case-card > img {
  aspect-ratio: 848 / 488;
  border-radius: var(--shape-corner-xl) var(--shape-corner-xl) 0 0;
  object-fit: cover;
}

.use-case-band .use-case-card > div {
  min-height: 220px;
  padding: 32px;
}

.use-case-band .use-case-card div img {
  width: 48px;
  height: 48px;
  margin-block-end: var(--space-lg);
}

.use-case-band .use-case-card h3 {
  margin-block-end: var(--space-sm);
  color: var(--theme-surface-on-surface);
  font-size: 26px;
  line-height: 1.08;
  font-weight: 450;
}

.use-case-band .use-case-card p {
  max-width: 440px;
  color: var(--theme-surface-on-surface-variant);
  font-size: 20px;
  line-height: 1.26;
}

.blog-card {
  display: grid;
  gap: var(--space-md);
}

.blog-card img {
  margin: calc(var(--space-lg) * -1) calc(var(--space-lg) * -1) 0;
  width: calc(100% + var(--space-lg) * 2);
}

.blog-card span,
.pricing-grid span {
  color: var(--palette-blue-600);
  font-size: 14px;
  font-weight: 450;
}

.blog-card h3,
.blog-card h2,
.product-summary h2,
.case-card h2,
.case-detail-grid h2,
.pricing-grid h2,
.download-options h2,
.text-card-grid h2,
.press-grid h2 {
  font-size: 28px;
  line-height: 1.08;
}

.try-solutions-section {
  position: relative;
  isolation: isolate;
  display: flex;
  overflow-x: clip;
  padding-block: 55px;
  border-top: 1px solid var(--outline);
  background: #fff;
}

.section-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
}

.solution-section {
  position: relative;
  display: flex;
  flex-basis: 50%;
  align-items: center;
  justify-content: center;
  width: 50%;
  overflow: hidden;
}

.try-solution-background {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.solution-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.try-solutions-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 250px var(--page-margin);
  text-align: center;
}

.try-solutions-content .try-solution-label {
  margin: 0 0 var(--space-md);
  padding: 4px 8px;
  border: 1px solid var(--outline);
  border-radius: 4px;
  background: #ffffffd9;
  color: #1f2024;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 450;
  backdrop-filter: blur(10px);
}

.try-solutions-content .header,
.try-solutions-content .subhead {
  margin: 0;
  font-size: 42px;
  line-height: 43.68px;
  font-weight: 450;
  letter-spacing: 0;
}

.try-solutions-content .subhead {
  margin-bottom: var(--space-xl);
  color: var(--on-surface-variant);
}

.solutions-cta {
  max-width: 100%;
  margin: var(--space-sm);
}

.solution-button {
  min-width: 132px;
  min-height: 48px;
  padding-inline: 24px;
  font-size: 18px;
  box-shadow: 0 2px 10px rgba(18, 19, 23, 0.06);
}

.solution-button--secondary {
  min-width: 142px;
  background: rgba(248, 249, 252, 0.86);
  border-color: rgba(18, 19, 23, 0.08);
}

/* Official: max-width = breakpoint-max + page-margin*2, centered, pad page-margin */
.grid-container {
  position: relative;
  width: 100%;
  max-width: calc(var(--breakpoint-max) + var(--page-margin) * 2);
  margin-inline: auto;
  padding-inline: var(--page-margin);
  box-sizing: border-box;
}

.grid-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--grid-gutter);
}

.grid-col {
  min-width: 0;
}

.col-xs-4 {
  grid-column: span 12;
}

.col-md-4 {
  grid-column: span 4;
}

.col-md-5 {
  grid-column: span 5;
}

.col-md-6 {
  grid-column: span 6;
}

.col-md-offset-2 {
  grid-column: 7 / span 6;
}

.col-md-9 {
  grid-column: span 9;
}

.col-md-12 {
  grid-column: span 12;
}

/* When offset class is combined with col-md-6, prefer the explicit placement */
.col-md-offset-2.col-md-6 {
  grid-column: 7 / span 6;
}

.download-band {
  display: flex;
  justify-content: center;
}

.download-section-container {
  width: 100%;
  margin-bottom: 36px;
}

.download-section {
  position: relative;
  width: 100%;
  padding-block: 328px;
  transform: scale(var(--download-scale, 0.85));
  transform-origin: center center;
  will-change: transform;
}

.download-section-backdrop {
  position: absolute;
  z-index: 0;
  top: 0;
  right: calc((var(--page-margin) - 6px) * -1);
  bottom: 0;
  left: calc((var(--page-margin) - 6px) * -1);
  overflow: hidden;
  border-radius: var(--shape-corner-xl);
  background: var(--theme-surface-on-surface);
}

.download-section-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.download-header {
  max-width: 550px;
  color: var(--theme-surface-surface);
}

.download-header .typed-heading {
  grid-column: auto;
  min-height: 0;
  margin: 0;
  text-align: left;
  font-size: 54px;
  line-height: 56.16px;
}

.typed-heading--inverse {
  color: #fff;
}

.download-section-cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: var(--space-xl) 0 0;
  flex-wrap: wrap;
}

/* ===== Product page — reverse from liftoff app-product styles ===== */
.product,
.product-bundle-page {
  overflow: hidden;
  background: var(--theme-surface-surface);
}

/*
 * Product page — use the SAME official grid as the rest of the site.
 * Official: --breakpoint-max: 1600px; grid max = 1600 + page-margin*2; margin auto; pad page-margin.
 * No custom 1280 left-rail, no full-bleed hero that misaligns cards.
 */
.product,
.product-bundle-page {
  overflow-x: clip;
  background: var(--theme-surface-surface);
}

.product .grid-container,
.product-bundle-page .grid-container {
  /* inherit global .grid-container — explicitly restate so nothing overrides */
  width: 100%;
  max-width: calc(var(--breakpoint-max) + var(--page-margin) * 2);
  margin-inline: auto;
  padding-inline: var(--page-margin);
  box-sizing: border-box;
}

.heading-container,
.product-bundle-hero {
  position: relative;
  height: 840px;
  padding-top: 140px;
  overflow: hidden;
  /* NO separate max-width — uses .grid-container centering */
}

.product-bundle-hero.grid-container,
.heading-container.grid-container {
  /* same as global grid-container */
  max-width: calc(var(--breakpoint-max) + var(--page-margin) * 2);
  margin-inline: auto;
  width: 100%;
  padding-inline: var(--page-margin);
  box-sizing: border-box;
}

.product-video,
.product-bundle-video {
  position: absolute;
  top: var(--nav-height);
  right: 0;
  /* Official: right:0; width:100% of the (centered) heading-container */
  left: 0;
  width: 100%;
  height: calc(100% - var(--nav-height));
  object-fit: cover;
  object-position: center right;
  pointer-events: none;
  z-index: 0;
}

.product-bundle-hero-copy {
  position: relative;
  z-index: 1;
  /* Official col-md-5 ≈ 41.67% of 12-col; cap for readability */
  width: min(100%, 41.6667%);
  max-width: 560px;
  min-width: 0;
}

.product-hero-title,
.product-bundle-hero-copy h1,
.product-bundle-hero-copy .heading-3 {
  grid-column: auto;
  min-height: 116px;
  margin: 0;
  color: var(--theme-surface-on-surface);
  font-size: var(--5xl-size);
  line-height: var(--5xl-line-height);
  letter-spacing: var(--5xl-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 54;
}

/* Force typed chars visible on product hero (official cursorPersists) */
.product-hero-title .typed-char,
.product-hero-title.is-visible .typed-char {
  opacity: 1;
}

.product-bundle-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-sm);
  margin-block-start: var(--space-xl);
}

.product .download-section-cta,
.product-bundle-hero-actions,
.heading-container .download-section-cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-sm);
  margin: var(--space-xl) 0 var(--space-2xl);
}

.text-cards-container,
.product-text-cards {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gutter);
  justify-content: center;
  padding-block-start: var(--space-md);
  padding-block-end: 120px;
  border-bottom: 1px solid var(--theme-outline-outline-variant, rgba(33, 34, 38, 0.06));
}

.text-card,
.product-text-card {
  flex: none;
  width: auto;
  max-width: none;
  opacity: 1;
  transform: none;
  min-width: 0;
}

.card-icon,
.product-text-card-icon {
  --symbol-font: 56px;
  display: block;
  margin-block-end: var(--space-lg);
  color: var(--theme-surface-on-surface);
  font-size: 56px;
  line-height: 56px;
  font-weight: 300;
  inline-size: auto;
}

.card-title,
.product-text-card h2,
.product-text-card .heading-9 {
  margin-block-end: var(--space-md);
  color: var(--theme-surface-on-surface);
}

.sub-text,
.product-text-card p,
.product-text-card .body {
  max-width: 455px;
  color: var(--theme-surface-on-surface-variant);
}

.feature-cards-section,
.product-feature-cards {
  padding-block: var(--space-4xl);
}

.feature-cards-grid,
.product-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-gutter);
}

.feature-card,
.product-feature-card {
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: none;
  min-width: 0;
}

.feature-card--full,
.product-feature-card--full {
  grid-column: 1 / -1;
}

.feature-card-media,
.product-feature-media {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-block-end: var(--space-lg);
  border-radius: var(--shape-corner-xl);
  background: var(--theme-surface-surface-container, var(--palette-grey-10));
  line-height: 0;
}

.feature-card--full .feature-card-media,
.product-feature-card--full .product-feature-media,
.product-feature-card--full .feature-card-media {
  aspect-ratio: 12 / 5;
}

.feature-card-media img,
.feature-card-media video,
.product-feature-media img,
.product-feature-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card-title,
.product-feature-card h2,
.product-feature-card h3 {
  margin-block-end: var(--space-sm);
  color: var(--theme-surface-on-surface);
}

.feature-card-description,
.product-feature-card p {
  max-width: none;
  color: var(--theme-surface-on-surface-variant);
}

.feature-card-buttons,
.product-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-lg);
  margin-block-start: var(--space-md);
}

.features,
.product-use-cases {
  position: relative;
  overflow: hidden;
  padding-top: var(--page-margin);
  padding-bottom: var(--space-6xl);
}

.product-use-cases-header {
  margin-block-end: 40px;
}

.product-use-cases-header h2,
.product-use-cases-header .heading-4 {
  max-width: 720px;
  margin-block-end: var(--space-md);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  font-weight: 450;
  letter-spacing: -0.02em;
}

.feature-subtitle,
.product-use-cases-header p {
  max-width: 600px;
  color: var(--theme-surface-on-surface-variant);
  padding-bottom: var(--space-4xl);
}

.product-use-cases-slider {
  overflow: visible;
}

.product-use-cases-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(48%, 760px);
  gap: var(--grid-gutter);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.product-use-case-card {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.product-use-case-card:not(.active) {
  opacity: 0.74;
}

.product-use-case-card:hover {
  transform: translateY(-2px);
}

.product-use-case-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1696 / 976;
  border-radius: 24px;
  background: var(--palette-grey-1200);
}

.product-use-case-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-use-case-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 32px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
}

.product-use-case-overlay h3 {
  max-width: 260px;
  color: #fff;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 450;
}

.product-use-case-play {
  position: absolute;
  right: calc(var(--space-md) + 6px);
  bottom: calc(var(--space-md) + 6px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-pill);
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.product-use-cases-copy {
  position: relative;
  display: grid;
  min-height: 120px;
  margin-block-start: 24px;
}

.product-use-case-copy {
  grid-area: 1 / 1;
  max-width: 450px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.36s ease, transform 0.6s var(--ease-out), visibility 0s linear 0.36s;
}

.product-use-case-copy.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.product-use-case-copy p {
  color: var(--theme-surface-on-surface-variant);
}

.product-use-case-controls {
  position: absolute;
  top: 0;
  right: 0;
}

.bottom-section,
.product-bottom-section {
  --download-section-margin-top: 0;
  padding-block-end: 180px;
  border-bottom: 1px solid var(--divider, var(--theme-outline-outline-variant));
}

.download-section-compact {
  padding-block-start: 72px;
  text-align: center;
  border-top: 1px solid var(--theme-outline-outline-variant);
}

.download-section-compact h2,
.download-section-compact .heading-4 {
  margin: 0 auto 60px;
  max-width: 900px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  font-weight: 450;
  letter-spacing: -0.02em;
}

.download-section-compact .product-bundle-actions,
.download-section-compact .download-section-cta {
  justify-content: center;
  margin-block-start: 0;
  margin-block-end: 0;
}

.use-cases-overview {
  position: relative;
  /* One viewport-tall hero only — no trailing empty band before footer */
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--outline);
}

.uses-cases-container {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-inline: 24px;
  box-sizing: border-box;
}

.use-cases-morph {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.use-cases-list-content {
  position: relative;
  z-index: 5;
  display: grid;
  max-inline-size: 600px;
}

.use-cases-list-content > * {
  grid-area: 1 / 1;
}

.use-case-content {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.45s var(--ease-out), visibility 0s linear 0.3s;
}

.use-case-content.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.use-case-title {
  min-height: 0;
  margin: 0 0 var(--space-md);
  text-align: center;
  font-size: clamp(64px, 7.5vw, 112px);
  line-height: 1;
  font-weight: 450;
}

.use-case-content.active .typed-heading .typed-char,
.use-case-content.active .typed-heading .typed-cursor {
  opacity: 1;
}

.use-case-description {
  max-inline-size: 534px;
  margin: 0 auto var(--space-xl);
  color: var(--theme-surface-on-surface-variant);
}

.use-case-explore {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.use-case-explore:hover {
  text-decoration: underline;
}

.use-cases-sidebar {
  position: absolute;
  z-index: 5;
  inset-block: 0;
  inset-inline-start: 36px;
  display: flex;
  align-items: center;
}

.use-case-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.use-case-list-item {
  flex-shrink: 0;
  scroll-snap-align: start;
}

.use-case-cta {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 12px 24px;
  color: var(--palette-grey-1200);
  cursor: pointer;
  background: rgba(183, 191, 217, 0.09);
  border: 1px solid var(--theme-outline-outline-variant);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(8px);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.use-case-cta > * {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.use-case-cta.active {
  background: rgba(183, 191, 217, 0.16);
  border-color: var(--theme-surface-on-surface);
}

.use-case-cta.active > *,
.use-case-cta:hover > * {
  opacity: 1;
}

.use-case-cta-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.use-case-cta-label {
  text-align: start;
}

/* Legacy spacer removed: empty band between use-cases morph and footer */
.some-space {
  display: none;
}

.simple-hero,
.detail-hero,
.page-title {
  position: relative;
  overflow: hidden;
  padding: 180px var(--page-margin) var(--space-5xl);
}

.simple-hero {
  min-height: 100vh;
}

.simple-hero h1,
.detail-hero h1,
.page-title h1 {
  position: relative;
  z-index: 1;
  max-width: 740px;
  font-size: clamp(52px, 6vw, 92px);
  line-height: 1;
  margin-bottom: var(--space-xl);
}

.detail-hero {
  text-align: center;
}

.detail-hero h1,
.detail-hero p {
  margin-inline: auto;
}

.detail-hero p {
  font-size: 22px;
  line-height: 1.35;
}

.detail-hero .hero-actions {
  margin-top: var(--space-xl);
}

.product-summary {
  display: grid;
  gap: var(--space-md);
}

.product-summary > div {
  margin: calc(var(--space-lg) * -1) calc(var(--space-lg) * -1) 0;
  width: calc(100% + var(--space-lg) * 2);
  overflow: hidden;
}

.product-summary img,
.product-summary video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  color: var(--palette-blue-600);
  font-weight: 450;
}

.arrow-link::after {
  content: "keyboard_arrow_right";
  font-family: "Google Symbols", "Material Symbols Outlined", sans-serif;
  margin-left: 4px;
  transition: transform 0.2s ease;
}

a:hover .arrow-link::after,
.arrow-link:hover::after {
  transform: translateX(5px);
}

.detail-media-wrap {
  width: min(100% - var(--page-margin) * 2, 1280px);
  margin: 0 auto var(--space-5xl);
  border-radius: var(--corner-xl);
  overflow: hidden;
  background: var(--palette-grey-10);
}

.detail-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.command-section {
  width: min(100% - var(--page-margin) * 2, 900px);
  margin: 0 auto var(--space-4xl);
  padding: var(--space-lg);
  border-radius: var(--corner-md);
  background: var(--palette-grey-1200);
  color: #fff;
  font-family: "Google Sans Code", "Courier New", monospace;
  font-size: 20px;
  overflow-x: auto;
}

.case-detail-grid,
.pricing-grid,
.download-options,
.text-card-grid,
.press-grid {
  padding-block: var(--space-3xl) var(--space-6xl);
}

.pricing-grid article,
.download-options article,
.text-card-grid article {
  display: grid;
  gap: var(--space-md);
}

.pricing-grid strong,
.pricing-price {
  font-size: 34px;
  font-weight: 450;
}

/* ===== P0: Product detail ===== */
.product-detail-page {
  padding-bottom: var(--space-4xl);
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: var(--space-3xl);
  align-items: center;
  width: 100%;
  max-width: calc(var(--breakpoint-max) + var(--page-margin) * 2);
  margin-inline: auto;
  padding: calc(var(--nav-height) + var(--space-4xl)) var(--page-margin) var(--space-4xl);
  box-sizing: border-box;
}

.product-detail-eyebrow {
  color: var(--theme-surface-on-surface-variant);
  margin-bottom: var(--space-sm);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.product-detail-lead {
  max-width: 36em;
  margin: var(--space-md) 0 var(--space-xl);
  font-size: 18px;
}

.product-detail-actions {
  margin-bottom: var(--space-lg);
}

.product-detail-command {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  align-items: center;
  margin-top: var(--space-md);
}

.product-detail-command code,
.download-code-row code,
.download-code-row pre {
  display: block;
  padding: 12px 16px;
  border-radius: var(--corner-md);
  background: var(--palette-grey-10);
  border: 1px solid var(--outline);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 14px;
  overflow-x: auto;
  margin: 0;
  white-space: pre-wrap;
}

.product-detail-hero-media {
  border-radius: var(--corner-xl);
  overflow: hidden;
  background: var(--palette-grey-10);
  border: 1px solid var(--outline);
}

.product-detail-hero-media img,
.product-detail-hero-media video,
.product-detail-section-media img,
.product-detail-section-media video,
.product-detail-gallery img,
.product-detail-gallery video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-detail-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--grid-gutter);
  padding-block: var(--space-3xl);
}

.product-detail-highlight {
  display: grid;
  gap: var(--space-sm);
  padding: var(--space-lg);
  border-radius: var(--corner-lg);
  background: var(--palette-grey-10);
  border: 1px solid var(--outline);
}

.product-detail-highlight .symbol {
  font-size: 28px;
}

.product-detail-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: var(--space-3xl);
  align-items: center;
  width: 100%;
  max-width: calc(var(--breakpoint-max) + var(--page-margin) * 2);
  margin-inline: auto;
  padding: var(--space-4xl) var(--page-margin);
  box-sizing: border-box;
}

.product-detail-section.is-flipped .product-detail-section-copy {
  order: 2;
}

.product-detail-section.is-flipped .product-detail-section-media {
  order: 1;
}

.product-detail-section-media {
  border-radius: var(--corner-xl);
  overflow: hidden;
  background: var(--palette-grey-10);
  border: 1px solid var(--outline);
  aspect-ratio: 16 / 10;
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gutter);
  padding-block: var(--space-2xl) var(--space-5xl);
}

.product-detail-gallery img,
.product-detail-gallery video {
  aspect-ratio: 4 / 3;
  border-radius: var(--corner-lg);
  border: 1px solid var(--outline);
  background: var(--palette-grey-10);
  object-fit: cover;
}

/* ===== Official app-pricing (liftoff) — pixel reverse ===== */
.pricing {
  padding-bottom: var(--space-7xl);
  border-bottom: 1px solid var(--divider, var(--outline));
  overflow: hidden;
}

/* Full-bleed heading without 100vw (avoids horizontal scrollbar) */
.pricing-heading-container {
  text-align: center;
  position: relative;
  padding-bottom: 80px;
  padding-top: 205px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.pricing-particle-container {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100svh;
  pointer-events: none;
}

.pricing-heading-content {
  position: relative;
  z-index: 1;
  max-width: 624px;
  margin: 0 auto;
  padding-inline: var(--page-margin);
}

.pricing-title {
  margin: 0;
  font-size: clamp(42px, 5.5vw, 64px);
  line-height: 1.05;
  font-weight: 450;
  letter-spacing: -0.02em;
  min-height: 2.2em;
  grid-column: auto;
}

.pricing-title .typed-char {
  opacity: 0;
}

.pricing-title.is-visible .typed-char,
.pricing-title[data-typed-immediate] .typed-char {
  opacity: 1;
}

.pricing-announce {
  padding-top: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-surface-on-surface);
  font-weight: 450;
}

.pricing-announce .symbol,
.pricing-announce i.symbol {
  font-family: "Google Symbols", "Material Symbols Outlined", sans-serif;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
  font-style: normal;
}

/* Official: max-width 1400px, 4 columns, gap 16px */
.pricing-cards-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  column-gap: 16px;
  justify-content: center;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  padding-inline: var(--page-margin);
  box-sizing: border-box;
}

.pricing .pricing-card {
  width: 100%;
  border-radius: var(--shape-corner-xl, var(--corner-xl));
  background: #f8f9fc;
  padding: 24px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1 / -1;
  border: none;
  min-height: 0;
  gap: 0;
  box-shadow: none;
  transform: none;
}

.pricing .pricing-card label {
  border-radius: var(--shape-corner-sm, var(--corner-sm));
  background: var(--theme-surface-overlay-higher, rgba(255, 255, 255, 0.72));
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  margin-block-end: 16px;
  padding: 6px 12px;
  font-size: var(--sm-size, 14.5px);
  font-weight: 400;
  display: inline-flex;
  width: fit-content;
  color: var(--palette-blue-600);
  line-height: 1.5em;
}

.pricing .pricing-card h2 {
  padding-bottom: 48px;
  margin: 0;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.15;
  font-weight: 450;
  color: var(--theme-surface-on-surface);
}

.pricing .pricing-card h2 .second-line {
  display: block;
  font-size: 0.7em;
  font-weight: 370;
  color: var(--palette-grey-700, #5f6368);
  margin-top: 4px;
}

.pricing .pricing-card .pricing-description-wrapper {
  margin-block-end: 36px;
  color: var(--theme-surface-on-surface);
  font-size: var(--base-size, 17.5px);
  line-height: 1.45;
}

.pricing .pricing-card .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}

.pricing .pricing-card .button-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  align-items: stretch;
}

.pricing .pricing-card .button-group .button {
  width: 100%;
  justify-content: center;
  min-height: 48px;
}

.pricing .pricing-card .button--pricing-secondary {
  background-color: #e1e6ec;
  border: none;
  color: var(--theme-surface-on-surface);
}

.pricing .pricing-card .button--pricing-secondary:hover {
  background-color: #d0d7e0;
}

.pricing .pricing-card hr {
  margin: 24px 0;
  background: var(--divider, var(--outline));
  border: none;
  height: 1px;
  width: 100%;
}

.pricing .pricing-card .feature-title {
  color: var(--theme-surface-on-surface);
  margin: 0 0 24px;
  font-weight: 450;
}

.pricing .pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.pricing .pricing-card ul li {
  padding-bottom: 6px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: var(--palette-grey-800);
}

.pricing .pricing-card ul li .symbol:first-child,
.pricing .pricing-card ul li span.symbol {
  color: var(--theme-surface-on-surface);
  font-family: "Google Symbols", "Material Symbols Outlined", sans-serif;
  font-size: 24px;
  flex-shrink: 0;
  line-height: 1;
}

.pricing .pricing-card ul li .caption {
  color: var(--palette-grey-800);
  font-size: var(--sm-size, 14.5px);
  line-height: 1.45;
}

.pricing .footnote-link {
  color: var(--palette-blue-600);
  text-decoration: none;
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
  margin-left: 2px;
}

.pricing .footnote-link:hover {
  text-decoration: underline;
  color: var(--palette-blue-700, #1a56db);
}

@media (max-width: 1200px) {
  .pricing-cards-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    padding: 0 24px;
  }

  .pricing .pricing-card {
    grid-row: auto;
    grid-template-rows: unset;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .pricing-heading-container {
    padding-top: 160px;
    padding-bottom: 48px;
  }

  .pricing-cards-container {
    row-gap: 24px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 0 16px;
  }

  .pricing .pricing-card {
    grid-row: auto;
    grid-template-rows: unset;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .pricing-cards-container {
    row-gap: 16px;
  }

  .pricing-title {
    font-size: 36px;
  }
}

@media (max-width: 1024px) and (min-width: 425px) {
  .pricing .pricing-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: flex-start;
  }

  .pricing .pricing-card label,
  .pricing .pricing-card h2 {
    grid-column: 1;
  }

  .pricing .pricing-card h2 {
    padding-bottom: 0;
  }

  .pricing .pricing-card .card-content {
    grid-column: 2;
  }
}

/* ===== P0: Download ===== */
.download-page-hero {
  text-align: left;
}

.download-hero-actions {
  flex-wrap: wrap;
}

.download-platforms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--grid-gutter);
  padding-block: var(--space-4xl);
}

.download-platform-card {
  padding: var(--space-xl);
  border-radius: var(--corner-xl);
  background: var(--palette-grey-10);
  border: 1px solid var(--outline);
  display: grid;
  gap: var(--space-md);
}

.download-platform-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.download-linux {
  padding-bottom: var(--space-6xl);
  display: grid;
  gap: var(--space-xl);
}

.download-linux-group {
  padding: var(--space-xl);
  border-radius: var(--corner-xl);
  border: 1px solid var(--outline);
  background: #fff;
}

.download-linux-step {
  margin-top: var(--space-lg);
}

.download-linux-step h4 {
  margin: 0 0 var(--space-sm);
  font-weight: 500;
}

.download-code-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-sm);
  align-items: start;
}

.download-linux-note {
  color: var(--on-surface-variant);
}

@media (max-width: 1024px) {
  .product-detail-hero,
  .product-detail-section,
  .product-detail-section.is-flipped .product-detail-section-copy,
  .product-detail-section.is-flipped .product-detail-section-media {
    grid-template-columns: 1fr;
  }

  .product-detail-section.is-flipped .product-detail-section-copy,
  .product-detail-section.is-flipped .product-detail-section-media {
    order: initial;
  }

  .product-detail-highlights,
  .pricing-grid--rich,
  .product-detail-gallery,
  .download-platforms {
    grid-template-columns: 1fr;
  }

  .pricing-card.is-featured {
    transform: none;
  }

  .download-code-row {
    grid-template-columns: 1fr;
  }
}

.article-page {
  width: min(100% - var(--page-margin) * 2, 900px);
  margin: 0 auto;
  padding: 150px 0 var(--space-6xl);
}

.article-page h1 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  margin-bottom: var(--space-xl);
}

.back-link {
  display: inline-flex;
  margin-bottom: var(--space-xl);
  color: var(--palette-blue-600);
  font-weight: 450;
}

/* Docs layout/content styles live in /src/docs.css (official reverse). */
.footer {
  padding: var(--space-6xl) var(--page-margin) var(--space-xl);
  background: var(--palette-grey-10);
  overflow: hidden;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  width: min(100%, 1600px);
  margin: 0 auto var(--space-4xl);
}

.footer h2 {
  font-size: 32px;
}

.footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 36px;
}

.footer nav a,
.google-links a {
  color: var(--on-surface-variant);
  font-weight: 450;
}

.google-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-lg);
  width: min(100%, 1600px);
  margin: 0 auto;
}

@keyframes cursor-blink {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes landing-loader-cursor-blink {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Official responsive tokens (measured vs liftoff styles-7KLEMMT6) */
@media (max-width: 1600px) {
  :root {
    --grid-gutter: 48px;
  }
}

@media (max-width: 1024px) {
  :root {
    --page-margin: 40px;
    --grid-gutter: 28px;
    --grid-columns: 8;
  }
}

@media (max-width: 767px) {
  :root {
    --page-margin: 16px;
    --grid-gutter: 16px;
    --grid-columns: 4;
  }
}

@media (max-width: 1200px) {
  .landing-latest-blogs {
    --blog-align-shift: clamp(72px, 12vw, 150px);
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-case-cards,
  .blog-grid,
  .product-list,
  .case-grid,
  .case-detail-grid,
  .pricing-grid,
  .download-options,
  .text-card-grid,
  .press-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-case-band-header {
    grid-template-columns: 1fr;
  }

  .text-cards-container,
  .product-text-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-block-end: 120px;
  }

  .text-card,
  .product-text-card {
    flex-basis: auto;
  }

  .product-use-cases-track {
    grid-auto-columns: min(64%, 720px);
  }

}

@media (max-width: 1024px) {
  .feature-explorer-section .feature-list {
    gap: var(--space-4xl);
  }

  .feature-explorer-section .feature-item-row {
    grid-template-columns: 1fr;
    row-gap: var(--space-xl);
  }

  .feature-explorer-section .feature-copy,
  .feature-explorer-section .feature-media-col,
  .feature-explorer-section .feature-item-row.is-flipped .feature-copy.order-md-2,
  .feature-explorer-section .feature-item-row.is-flipped .feature-media-col.order-md-1 {
    grid-column: 1 / -1;
    order: initial;
  }

  .feature-explorer-section .feature-copy {
    margin-bottom: var(--space-xl);
    text-align: center;
    align-items: center;
  }

  .feature-explorer-section .feature-description {
    max-width: 52ch;
  }

  .feature-explorer-section .feature-cta-wrap {
    margin-top: var(--space-xl);
    text-align: center;
  }

  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-9,
  .col-md-offset-2,
  .col-md-offset-2.col-md-6 {
    grid-column: 1 / -1;
  }

  .landing-loader-section {
    margin: 0 0 var(--space-3xl);
    padding: 0;
  }

  .landing-loader-title {
    font-size: 3rem;
  }

  .landing-video-section {
    padding: var(--space-2xl) 0;
  }

  .landing-latest-blogs {
    margin-block-end: var(--space-2xl);
  }

  .product-video,
  .product-bundle-video {
    width: auto;
    height: 125%;
    left: auto;
  }

  .heading-container,
  .product-bundle-hero {
    height: auto;
    padding-bottom: var(--space-5xl);
    text-align: center;
  }

  .product-bundle-hero-copy {
    width: min(100%, 620px);
    max-width: none;
    min-width: 0;
    margin-inline: auto;
  }

  .heading-container .download-section-cta,
  .product-bundle-hero-actions,
  .product .download-section-cta {
    justify-content: center;
  }

  .product-use-case-controls {
    position: relative;
    margin-inline: auto;
    margin-block-start: 24px;
  }

  .product-bundle-actions {
    justify-content: center;
  }

  .use-cases-sidebar {
    inset-block: auto;
    inset-inline: 0;
    bottom: 36px;
    align-items: stretch;
    justify-content: flex-start;
  }

  .use-case-list {
    width: 100%;
    flex-direction: row;
    gap: 8px;
    padding-inline: 36px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .use-case-list::-webkit-scrollbar {
    display: none;
  }

  .use-case-cta {
    padding: 12px 20px;
  }

  .product-use-case-controls {
    position: relative;
    justify-self: center;
    margin-block-start: 24px;
  }
}

@media (max-width: 900px) {
  .brand img {
    width: 190px;
  }

  .mobile-nav-toggle {
    align-items: center;
    display: inline-flex;
    margin-left: auto;
  }

  .header-actions {
    display: none;
  }

  .nav-download {
    display: none;
  }

  .mobile-menu-content .subnav-link {
    border-radius: var(--corner-sm);
    padding: 12px 0;
  }

  .text-container {
    display: block;
  }

  .typed-heading {
    grid-column: auto;
    text-align: center;
  }

  .section-heading--row {
    display: grid;
    align-items: start;
  }

  .section-wrapper {
    flex-direction: column;
  }

  .solution-section {
    flex-basis: 100%;
    width: 100%;
  }

  .try-solutions-content {
    padding: var(--space-5xl) var(--page-margin);
  }

  .solution-particles {
    inset: 0;
  }

  .download-section {
    margin: var(--page-margin) 0;
    padding-block: 180px;
  }

  .download-header {
    max-width: min(760px, 86vw);
  }

  .download-section-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .download-header .typed-heading {
    text-align: left;
  }

  .product-feature-grid {
    grid-template-columns: 1fr;
  }

  .product-feature-card--full {
    grid-column: auto;
  }

  .product-feature-card--full .product-feature-media {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 700px) {
  :root {
    --page-margin: 16px;
    --corner-xl: 24px;
  }

  .feature-explorer-section .feature-cta-wrap {
    margin-block-end: 24px;
  }

  .feature-explorer-section .feature-title {
    font-size: 32px;
    line-height: 1.08;
  }

  .hero-section {
    min-height: 840px;
  }

  .uses-cases-container {
    min-height: 780px;
    padding-inline: 16px;
  }

  .use-cases-list-content {
    max-inline-size: 100%;
    padding-inline: 10px;
  }

  .use-case-title {
    font-size: clamp(52px, 16vw, 68px);
  }

  .use-case-description {
    max-inline-size: 92vw;
    font-size: 16px;
  }

  .use-case-list {
    padding-inline: 16px;
  }

  .use-case-cta {
    padding: 10px 16px;
  }

  .hero-lockup {
    width: 210px;
  }

  .hero-content h1 {
    font-size: 46px;
  }

  .hero-actions,
  .download-section-cta {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 340px);
  }

  .button {
    width: 100%;
  }

  .try-solutions-section {
    min-height: auto;
  }

  .try-solutions-content {
    padding: 92px var(--page-margin);
  }

  .try-solutions-content .header,
  .try-solutions-content .subhead {
    width: min(100%, 360px);
    font-size: 38px;
  }

  .try-solutions-content .subhead {
    margin-bottom: 32px;
  }

  .solution-button {
    width: auto;
  }

  .landing-video-section {
    padding: var(--space-2xl) 0 var(--space-5xl);
  }

  .video-wrapper {
    margin-inline: 0;
  }

  .download-section {
    padding-block: 96px;
  }

  .download-header {
    max-width: 100%;
  }

  .download-header .typed-heading {
    font-size: clamp(42px, 12vw, 56px);
  }

  .bouncer {
    width: 70px;
    font-size: 28px;
  }

  .landing-latest-blogs {
    --blog-align-shift: 0px;
  }

  .feature-grid,
  .use-case-cards,
  .blog-grid,
  .product-list,
  .case-grid,
  .case-detail-grid,
  .pricing-grid,
  .download-options,
  .text-card-grid,
  .press-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .landing-use-case-section {
    padding-block-start: 56px;
    padding-block-end: var(--space-4xl);
  }

  .use-case-header-main h2 {
    font-size: 44px;
  }

  .use-case-band .use-case-card > div {
    min-height: auto;
    padding: 24px;
  }

  .use-case-band .use-case-card p {
    font-size: 17.5px;
  }

  .heading-container,
  .product-bundle-hero {
    min-height: 680px;
    padding-top: 128px;
  }

  .product-hero-title,
  .product-bundle-hero-copy h1 {
    min-height: 154px;
    font-size: 46px;
    line-height: 1.08;
  }

  .heading-container .download-section-cta,
  .product .download-section-cta {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-cards-container,
  .product-text-cards {
    grid-template-columns: 1fr;
    row-gap: 48px;
    padding-block-end: 80px;
  }

  .text-card,
  .product-text-card {
    flex: none;
    flex-basis: auto;
  }

  .feature-cards-grid,
  .product-feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card--full .feature-card-media,
  .product-feature-card--full .product-feature-media {
    aspect-ratio: 4 / 3;
  }

  .bottom-section,
  .product-bottom-section {
    padding-block-end: 80px;
  }

  .product-use-cases-track {
    grid-auto-columns: min(88vw, 520px);
  }

  .product-use-case-overlay {
    padding: 24px;
  }

  .product-use-case-overlay h3 {
    font-size: 24px;
  }

  .product-bottom-section {
    padding-block-end: 80px;
  }

  .simple-hero,
  .detail-hero,
  .page-title {
    padding-top: 120px;
  }

  .simple-hero h1,
  .detail-hero h1,
  .page-title h1 {
    font-size: 44px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer nav {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Use-cases detail — official app-use-cases-details 1:1
   Grid is FLEX (official styles-7KLEMMT6.css), not our CSS-grid shell.
   ============================================================ */

/* Official flex grid — scoped so other pages keep CSS-grid shell */
.use-cases-detail.grid-container,
.use-cases-detail {
  width: 100%;
  max-width: calc(var(--breakpoint-max) + var(--page-margin) * 2);
  margin: 0 auto;
  padding: 140px var(--page-margin) var(--space-7xl);
  border-bottom: 1px solid var(--divider);
  --download-section-margin-top: 120px;
  box-sizing: border-box;
}

.use-cases-detail > .grid-row,
.use-cases-detail .use-cases-detail-hero {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-1 * var(--grid-gutter) / 2);
  margin-right: calc(-1 * var(--grid-gutter) / 2);
  gap: 0;
  align-items: flex-start;
  /* kill CSS-grid inheritance from global .grid-row */
  grid-template-columns: none;
  column-gap: 0;
}

.use-cases-detail .grid-col {
  flex: 1 1 auto;
  padding-left: calc(var(--grid-gutter) / 2);
  padding-right: calc(var(--grid-gutter) / 2);
  min-width: 0;
  /* neutralize global CSS-grid column spans */
  grid-column: auto !important;
  max-width: 100%;
}

/* Official 4-col xs / 8-col sm / 12-col md */
.use-cases-detail .col-xs-4 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  /* sm is 8-col: col-sm-6 = 75% — two 75% cols wrap */
  .use-cases-detail .col-sm-6 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media (min-width: 1024px) {
  .use-cases-detail .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .use-cases-detail .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

/* Reset product-page .heading-container hero chrome (height:840px; padding-top:140px) */
.use-cases-detail .heading-container {
  position: static;
  height: auto;
  min-height: 0;
  padding: 0;
  margin: 0 0 60px;
  overflow: visible;
  text-align: left;
  max-width: none;
  width: auto;
}

.use-cases-detail .heading-container h1 {
  margin: 0 0 36px;
  color: var(--palette-grey-1200);
  font-size: var(--4xl-size);
  line-height: var(--4xl-line-height);
  letter-spacing: var(--4xl-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 42;
}

.use-cases-detail .heading-container p,
.use-cases-detail .heading-container p.body {
  margin: 0;
  color: var(--palette-grey-800);
  font-size: var(--base-size);
  line-height: var(--base-line-height);
  letter-spacing: var(--base-letter-spacing);
  font-weight: 400;
  font-variation-settings: "wdth" 100, "opsz" 17.5;
}

.use-cases-detail .heading-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.use-cases-detail .use-cases-cta {
  margin-block-start: var(--space-xl);
}

.use-cases-detail .card-group {
  padding-block-end: 180px;
  /* full width of container content box (outside negative-margin hero row) */
  width: 100%;
}

.use-cases-detail .card-group .card-container {
  display: flex;
  gap: 48px;
  width: 100%;
}

.use-cases-detail .card-group .card-container .group-card-card {
  width: 33%;
  height: auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1 1 0;
}

.use-cases-detail .card-group .card-container .group-card-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--shape-corner-xl);
  border: 1px solid var(--palette-grey-50);
  -webkit-backdrop-filter: blur(14.65px);
  backdrop-filter: blur(14.65px);
}

.use-cases-detail .card-group .card-container .group-card-card .card-overlay {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.use-cases-detail .card-group .card-container .group-card-card .card-overlay .card-text {
  color: var(--palette-grey-800);
  padding: 24px 30px 0 0;
}

.use-cases-detail .card-group .card-container .group-card-card .card-overlay .card-text p {
  margin: 0;
  font-size: var(--base-size);
  line-height: var(--base-line-height);
  letter-spacing: var(--base-letter-spacing);
  font-weight: 400;
  color: var(--palette-grey-800);
}

.use-cases-detail .card-group .card-container .group-card-card .card-overlay .card-text p:first-child,
.use-cases-detail .card-group .card-container .group-card-card .card-overlay .card-text p.heading-9 {
  color: var(--palette-grey-1200);
  font-size: var(--md-size);
  line-height: var(--md-line-height);
  letter-spacing: var(--md-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 20;
}

.use-cases-detail .card-group .card-container .group-card-card .card-overlay .card-text p:first-child + p {
  margin-block-start: 8px;
}

.use-cases-detail .video-gallery-section {
  width: 100%;
}

.use-cases-detail .video-gallery {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.use-cases-detail .video-gallery h2 {
  margin: 0;
  color: var(--palette-grey-1200);
  font-size: var(--4xl-size);
  line-height: var(--4xl-line-height);
  letter-spacing: var(--4xl-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 42;
}

.use-cases-detail .chips-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.use-cases-detail .chip {
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid var(--theme-outline);
  background: transparent;
  color: var(--theme-surface-on-surface);
  white-space: nowrap;
  font-family: inherit;
}

.use-cases-detail .chip:hover {
  background: var(--theme-button-states-hovered);
}

.use-cases-detail .chip--active {
  background: var(--theme-surface-on-surface);
  color: var(--theme-surface-surface);
  border-color: var(--theme-surface-on-surface);
}

.use-cases-detail .chip--active:hover {
  background: var(--theme-button-states-primary-hovered);
  border-color: var(--theme-button-states-primary-hovered);
}

.use-cases-detail .video-gallery .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  background: var(--palette-grey-1200);
}

.use-cases-detail .video-gallery .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
}

/* Official download-section-compact inside use-cases-detail */
.use-cases-detail .download-section-wrapper,
.use-cases-detail .use-cases-download-compact {
  padding: 72px 0 0;
  border-top: 1px solid var(--divider);
  margin-top: var(--download-section-margin-top, 120px);
  text-align: center;
  width: 100%;
}

.use-cases-detail .download-section-wrapper h2,
.use-cases-detail .use-cases-download-compact h2 {
  margin: 0;
  padding-bottom: 60px;
  max-width: none;
  font-size: var(--4xl-size);
  line-height: var(--4xl-line-height);
  letter-spacing: var(--4xl-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 42;
  color: var(--palette-grey-1200);
}

.use-cases-detail .download-section-wrapper .download-buttons,
.use-cases-detail .use-cases-download-compact .download-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.use-cases-detail .download-section-wrapper .button-primary,
.use-cases-detail .use-cases-download-compact .button-primary {
  min-height: 0;
  padding: 10px 24px;
  font-size: var(--base-size);
  line-height: var(--cta-line-height);
  letter-spacing: var(--cta-letter-spacing);
  font-weight: 450;
  border-radius: var(--shape-corner-rounded, 9999px);
  transition: 0.15s all ease-out;
}

.use-cases-detail .download-section-wrapper .button-primary:hover,
.use-cases-detail .use-cases-download-compact .button-primary:hover {
  transform: none;
}

@media (max-width: 1024px) {
  .use-cases-detail .heading-container {
    margin-block-end: 32px;
  }

  .use-cases-detail .heading-actions {
    justify-content: flex-start;
    margin-block-end: 80px;
  }

  .use-cases-detail .card-group .card-container {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .use-cases-detail,
  .use-cases-detail.grid-container {
    --download-section-margin-top: 60px;
    padding-bottom: 120px;
  }

  .use-cases-detail .card-group .card-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  .use-cases-detail .card-group .card-container .group-card-card {
    width: 100%;
    flex: 1 1 auto;
  }

  .use-cases-detail .download-section-wrapper .download-buttons,
  .use-cases-detail .use-cases-download-compact .download-buttons {
    flex-direction: column;
    gap: 12px;
  }
}

/* ============================================================
   Product details — official app-product-details 1:1
   (antigravity-2 / CLI / SDK / IDE section layout)
   ============================================================ */

.product-details {
  width: 100%;
}

/* Reset product-landing .heading-container hero chrome */
.product-details .heading-container,
.product-details .product-details-hero {
  position: static;
  height: auto;
  min-height: 0;
  overflow: visible;
  max-width: calc(var(--breakpoint-max) + var(--page-margin) * 2);
  margin-inline: auto;
  width: 100%;
  padding: 140px var(--page-margin) var(--space-3xl);
  text-align: center;
  box-sizing: border-box;
}

.product-details .heading-container h1,
.product-details .product-details-hero h1 {
  margin: 0;
  color: var(--palette-grey-1200);
  font-size: var(--5xl-size);
  line-height: var(--5xl-line-height);
  letter-spacing: var(--5xl-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 54;
}

.product-details .subtitle {
  color: var(--theme-surface-on-surface-variant, var(--palette-grey-800));
  max-inline-size: 640px;
  margin: var(--space-md) auto 0;
  font-size: var(--base-size);
  line-height: var(--base-line-height);
  letter-spacing: var(--base-letter-spacing);
  font-weight: 400;
}

.product-details .download-section-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-top: var(--space-xl);
}

.product-details .download-section-cta .button-primary,
.product-details .download-section-cta .button-secondary {
  min-height: 0;
  padding: 10px 24px;
  font-size: var(--base-size);
  line-height: var(--cta-line-height);
  letter-spacing: var(--cta-letter-spacing);
  font-weight: 450;
  border-radius: var(--shape-corner-rounded, 9999px);
  transition: 0.15s all ease-out;
}

.product-details .download-section-cta .button-primary:hover,
.product-details .download-section-cta .button-secondary:hover {
  transform: none;
}

/* Hero media card */
.product-details .hero-card-section {
  margin-block-end: var(--space-3xl);
}

.product-details .hero-card {
  background: var(--theme-surface-surface-container-low, #f8f9fc);
  border-radius: var(--shape-corner-xl);
  line-height: 0;
  overflow: hidden;
  width: 100%;
}

.product-details .hero-card-image {
  display: block;
  height: auto;
  inline-size: 100%;
  width: 100%;
  border: 0;
  vertical-align: middle;
}

/* Feature cards — reuse shared grid; ensure section title + spacing */
.product-details .feature-cards-section {
  padding-block: var(--space-4xl);
}

.product-details .feature-cards-section > h2 {
  margin: 0 0 var(--space-2xl);
  color: var(--palette-grey-1200);
  font-size: var(--4xl-size);
  line-height: var(--4xl-line-height);
  letter-spacing: var(--4xl-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 42;
}

.product-details .feature-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--grid-gutter);
}

.product-details .feature-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.product-details .feature-card--full {
  grid-column: 1 / -1;
}

.product-details .feature-card-media {
  aspect-ratio: 4 / 3;
  border-radius: var(--shape-corner-xl);
  overflow: hidden;
  background: var(--theme-surface-surface-container, var(--palette-grey-10));
  margin-block-end: var(--space-lg);
  line-height: 0;
}

.product-details .feature-card--full .feature-card-media {
  aspect-ratio: 12 / 5;
}

.product-details .feature-card-media img,
.product-details .feature-card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-details .feature-card-title {
  margin: 0 0 var(--space-sm);
  color: var(--theme-surface-on-surface, var(--palette-grey-1200));
}

.product-details .feature-card-description {
  margin: 0;
  color: var(--theme-surface-on-surface-variant, var(--palette-grey-800));
}

/* Text icon cards under feature grid */
.product-details .product-details-text-cards {
  width: 100%;
}

.product-details .product-details-text-cards-inner,
.product-details .text-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--grid-gutter);
  padding-bottom: 180px;
  border-bottom: 1px solid var(--theme-outline-outline-variant, rgba(33, 34, 38, 0.06));
  /* override landing 3-col CSS grid when used inside product-details */
  grid-template-columns: none;
  padding-block-start: 0;
}

.product-details .text-card {
  flex: 0 1 calc((100% - 2 * var(--grid-gutter)) / 3);
  min-width: 0;
}

.product-details .text-card .card-icon {
  --symbol-font: 56px;
  margin-block-end: var(--space-lg);
  font-size: 56px;
  line-height: 1;
}

.product-details .text-card .card-title {
  margin-block-end: var(--space-md);
}

.product-details .text-card .sub-text {
  color: var(--theme-surface-on-surface-variant, var(--palette-grey-800));
  max-width: 455px;
}

@media (max-width: 1024px) {
  .product-details .heading-container,
  .product-details .product-details-hero {
    padding-top: 100px;
  }

  .product-details .download-section-cta {
    flex-direction: column;
    align-items: center;
  }

  .product-details .product-details-text-cards-inner,
  .product-details .text-cards-container {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .product-details .feature-cards-grid {
    grid-template-columns: 1fr;
  }

  .product-details .feature-card--full .feature-card-media {
    aspect-ratio: 4 / 3;
  }

  .product-details .product-details-text-cards-inner,
  .product-details .text-cards-container {
    flex-direction: column;
    row-gap: 48px;
    padding-bottom: 80px;
  }

  .product-details .text-card {
    flex: 1 1 100%;
  }
}

/* ============================================================
   Blog page — official app-blog 1:1 (liftoff main-QY6M2GAO.js)
   ============================================================ */

.blog {
  padding-top: 205px;
  padding-bottom: var(--space-6xl);
  border-bottom: 1px solid var(--divider);
}

.blog .main-left-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--grid-gutter);
  margin-bottom: var(--space-2xl);
}

.blog .main-left-container .main-element {
  grid-column: 1 / -1;
  top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--grid-gutter);
  align-items: start;
}

.blog .main-left-container .main-element video {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 24px;
  border-radius: var(--shape-corner-md, 16px);
  border: 1px solid rgba(33, 34, 38, 0.06);
  background: var(--palette-grey-1200);
}

.blog .main-left-container .main-element .featured-label {
  color: var(--theme-surface-on-surface, var(--palette-grey-1200));
  margin: 0 0 var(--space-lg);
}

.blog .main-left-container .main-element .featured-title {
  margin: 0 0 var(--space-lg);
  max-inline-size: 500px;
  color: var(--palette-grey-1200);
}

.blog .featured-article-content {
  min-width: 0;
}

.blog .featured-article-image {
  min-width: 0;
}

/* Tag row + CTA (app-tag-section) */
.blog .tags-section {
  display: flex;
  flex-direction: column;
  column-gap: 16px;
  row-gap: 16px;
  min-width: 0;
}

.blog .tags-section .tags-caption {
  display: flex;
  justify-content: flex-start;
  column-gap: 16px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.blog .tags-section .tags-caption .caption,
.blog .tags-section .caption {
  white-space: nowrap;
  flex-shrink: 0;
  color: var(--palette-grey-800);
  margin: 0;
}

.blog .tags-section .button-secondary,
.blog .tags-section .button {
  display: inline-flex;
  margin-block-start: 12px;
  align-self: flex-start;
  min-height: 0;
  padding: 10px 24px;
  font-size: var(--base-size);
  line-height: var(--cta-line-height);
  letter-spacing: var(--cta-letter-spacing);
  font-weight: 450;
  border-radius: var(--shape-corner-rounded, 9999px);
  transition: 0.15s all ease-out;
}

.blog .tags-section .button-secondary:hover,
.blog .tags-section .button:hover {
  transform: none;
}

/* Latest blogs list */
.blog .latest-blogs .heading-4 {
  padding-bottom: 60px;
  margin: 0;
}

.blog .latest-blogs .tabs {
  margin-bottom: 48px;
  position: relative;
}

.blog .latest-blogs .tabs ul,
.blog .latest-blogs .tabs .tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid var(--divider);
  scrollbar-width: none;
}

.blog .latest-blogs .tabs ul::-webkit-scrollbar,
.blog .latest-blogs .tabs .tab-list::-webkit-scrollbar {
  display: none;
}

.blog .latest-blogs .tabs ul li,
.blog .latest-blogs .tabs .tab-list li {
  flex-shrink: 0;
}

.blog .latest-blogs .tabs ul li button,
.blog .latest-blogs .tabs .tab-list li button {
  white-space: nowrap;
  padding: 24px;
  background: transparent;
  border: none;
  color: var(--palette-grey-800);
  cursor: pointer;
  font-family: inherit;
  font-size: var(--base-size);
  line-height: var(--base-line-height);
}

.blog .latest-blogs .tabs ul li.active button,
.blog .latest-blogs .tabs .tab-list li.active button {
  color: var(--palette-grey-1200);
  border-bottom: 1px solid var(--palette-blue-600, #3279f9);
}

.blog .latest-blogs .tabs .tab-indicator-line {
  position: absolute;
  height: 1px;
  background-color: #3186ff;
  bottom: 0;
  width: 0;
  left: 0;
  z-index: 2;
  transition: left 0.2s ease, width 0.2s ease;
  pointer-events: none;
}

.blog .latest-blogs .blog-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  row-gap: var(--space-xl);
}

/* app-featured-card */
.blog .featured-card {
  display: flex;
  column-gap: 48px;
  margin-bottom: 0;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(33, 34, 38, 0.06);
  height: 100%;
  min-width: 0;
}

.blog .featured-card .texts {
  flex-grow: 1;
  min-width: 0;
}

.blog .featured-card .texts h3,
.blog .featured-card .texts .heading-6 {
  margin: 0;
  padding-bottom: 16px;
  max-width: 400px;
  color: var(--palette-grey-900);
}

.heading-5 {
  font-size: var(--3xl-size);
  line-height: var(--3xl-line-height);
  letter-spacing: var(--3xl-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 32;
}

.heading-7 {
  font-size: var(--xl-size);
  line-height: var(--xl-line-height);
  letter-spacing: var(--xl-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 24;
}

.heading-8 {
  font-size: var(--lg-size);
  line-height: var(--lg-line-height);
  letter-spacing: var(--lg-letter-spacing);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 22;
}


.blog .featured-card .img {
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  height: auto;
  border-radius: 16px;
  align-self: flex-start;
  overflow: hidden;
  max-width: 160px;
}

.blog .featured-card .img a {
  display: block;
  line-height: 0;
}

.blog .featured-card .img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  transition: transform 0.3s ease;
  display: block;
}

.blog .featured-card:hover .img img {
  transform: scale(1.2);
}

@media (max-width: 1024px) {
  .blog {
    padding-top: 160px;
  }

  .blog .main-left-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .blog .main-left-container .main-element {
    grid-column: 1 / span 4;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .blog .latest-blogs .blog-cards {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}

@media (max-width: 767px) {
  .blog .featured-card {
    flex-direction: column;
    column-gap: 0;
    row-gap: 16px;
  }

  .blog .featured-card .texts {
    order: 1;
  }

  .blog .featured-card .img {
    flex-basis: unset;
    max-width: 176px;
    order: 0;
  }

  .blog .latest-blogs .tabs ul li button,
  .blog .latest-blogs .tabs .tab-list li button {
    padding: 16px 20px;
  }
}

/* ============================================================
   Blog article — official app-post 1:1 (measured vs liftoff 60010)
   ============================================================ */

.post {
  /* Inherit official responsive --grid-gutter / --grid-columns from :root */
  padding-bottom: var(--space-6xl);
  border-bottom: 1px solid var(--divider, rgba(33, 34, 38, 0.08));
  overflow-x: hidden;
  color: var(--theme-surface-on-surface, var(--palette-grey-1200));
}

.post .header-section {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), 1fr);
  column-gap: var(--grid-gutter);
  margin: 150px 0 var(--space-3xl);
  text-align: center;
}

.post .header-metadata,
.post .post-title,
.post .header-author {
  grid-column: 3 / span 8;
}

.post .header-metadata {
  justify-content: center;
  display: flex;
  gap: var(--space-md);
  flex-wrap: wrap;
  align-items: center;
}

.post .header-metadata .chip,
.post .header-metadata .category {
  color: var(--theme-surface-on-surface, var(--palette-grey-1200));
  font-size: var(--sm-size, 14.5px);
  line-height: var(--sm-line-height, 21.02px);
  letter-spacing: var(--sm-letter-spacing, 0.16px);
  font-weight: 450;
}

.post .header-metadata .date {
  color: var(--theme-surface-on-surface-variant, var(--palette-grey-800));
  font-size: var(--sm-size, 14.5px);
  line-height: var(--sm-line-height, 21.02px);
}

.post .post-title {
  margin: var(--space-lg) 0;
  color: var(--theme-surface-on-surface, var(--palette-grey-1200));
}

.post .header-author {
  display: flex;
  justify-content: center;
  color: var(--theme-surface-on-surface-variant, var(--palette-grey-800));
}

.post .header-author .author-name + .author-title::before {
  content: "·";
  margin: 0 0.35em;
  opacity: 0.7;
}

/* Sibling of header-section (not inside it) — full grid-container width */
.post > .post-main-media,
.post .post-main-media {
  border-radius: var(--shape-corner-xl, 36px);
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  vertical-align: middle;
}

.post .content-section {
  margin: var(--page-margin) 0 0;
}

.post .post-section {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), 1fr);
  column-gap: var(--grid-gutter);
  row-gap: var(--space-sm);
  margin: 0 0 var(--space-lg);
}

.post .section-container-sm {
  grid-column: 4 / span 6;
  min-width: 0;
}

.post .section-container-md {
  grid-column: 3 / span 8;
  min-width: 0;
}

.post .section-heading {
  /* Official component uses display:flex; block is equivalent for single text node
     and avoids rare flex min-width wrapping with variable fonts mid-load. */
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--theme-surface-on-surface, var(--palette-grey-1200));
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}

/* Official body uses on-surface (#121317), not grey-800 */
.post .section-container-sm > .body,
.post .section-container-sm > p.body,
.post .section-container-md > .body,
.post .section-container-md > p.body {
  margin: 0;
  color: var(--theme-surface-on-surface, var(--palette-grey-1200));
  font-size: var(--base-size);
  line-height: var(--base-line-height);
  letter-spacing: var(--base-letter-spacing);
  font-weight: 400;
}

.post .content-section a,
.post .content-section a.call-to-action--nav {
  color: var(--palette-blue-600, #3279f9);
  text-decoration: none;
}

.post .content-section a:hover,
.post .content-section a.call-to-action--nav:hover {
  text-decoration: underline;
}

.post .content-section strong {
  font-weight: 600 !important;
  color: var(--theme-surface-on-surface, var(--palette-grey-1200));
}

.post .content-section em {
  font-style: italic !important;
}

.post .content-section code {
  font-family: "Courier New", monospace !important;
  background-color: var(--theme-surface-surface-container, var(--palette-grey-10));
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
}

.post .section-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--shape-corner-md, 16px);
}

.post .image-caption,
.post .video-caption {
  margin: var(--space-md) 0 0;
  text-align: center;
  color: var(--theme-surface-on-surface-variant, var(--palette-grey-800));
}

.post .video-thumbnail-container {
  border-radius: var(--shape-corner-md, 16px);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  line-height: 0;
}

.post .video-thumbnail-container .video-control-button,
.post .video-thumbnail-container .symbol {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  pointer-events: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  font-family: "Google Symbols", "Material Symbols Outlined", sans-serif;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 48;
}

.post .template-content-list {
  margin: 0;
  padding-inline-start: var(--space-xl);
  color: var(--theme-surface-on-surface, var(--palette-grey-1200));
}

.post .template-content-list li {
  margin: 0 0 var(--space-sm);
}

.post .template-content-list li:last-child {
  margin-bottom: 0;
}

.post .section-quote {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), 1fr);
  column-gap: var(--grid-gutter);
}

.post .section-quote .quote {
  margin: 0 0 var(--space-md);
  color: var(--theme-surface-on-surface, var(--palette-grey-1200));
}

.post .section-quote .quote-author,
.post .section-quote .quote-info {
  width: 100%;
  color: var(--theme-surface-on-surface-variant, var(--palette-grey-800));
}

.post .button-container {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}

.post .button-container .button,
.post .button-container .download-cta-button {
  display: inline-flex;
}

/* Code blocks — official light theme block */
.post .content-section .code-block-container,
.post .code-block-container {
  margin: var(--space-md) 0 var(--space-lg);
  width: 100%;
  background-color: #f5f7f9 !important;
  border: 1px solid #e1e4e8 !important;
  border-radius: var(--shape-corner-md, 8px) !important;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
}

.post .code-block-container .code-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  background-color: #ebedef;
  border-bottom: 1px solid #e1e4e8;
}

.post .code-block-container .code-block-lang {
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #586069;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.post .code-block-container .copy-button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
  color: #586069;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.15s ease;
}

.post .code-block-container .copy-button:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #24292e;
}

.post .code-block-container .copy-button:active {
  transform: scale(0.96);
}

.post .code-block-container .copy-icon {
  font-size: 14px !important;
  font-family: "Google Symbols", "Material Symbols Outlined", sans-serif;
}

.post .code-block-container pre {
  margin: 0 !important;
  padding: var(--space-lg) !important;
  overflow-x: auto !important;
  background: transparent !important;
  color: #24292e !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  line-height: 1.5;
}

.post .code-block-container pre code {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: inherit !important;
  line-height: 1.5 !important;
  white-space: pre !important;
  color: #24292e !important;
  font-family: "Courier New", Courier, monospace !important;
}

/* Links inside paragraphs should look like official in-body links */
.post .content-section p.body a,
.post .content-section .body a {
  color: var(--palette-blue-600, #3279f9);
}

@media (max-width: 1024px) {
  .post {
    --grid-columns: 8;
  }

  .post .header-metadata,
  .post .post-title,
  .post .header-author,
  .post .section-container-sm {
    grid-column: 2 / span 6;
  }

  .post .section-container-md {
    grid-column: 1 / span 8;
  }

  .post .header-section,
  .post .post-section,
  .post .section-quote {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (max-width: 767px) {
  .post {
    --grid-columns: 4;
  }

  .post .header-section,
  .post .post-section,
  .post .section-quote {
    grid-template-columns: repeat(4, 1fr);
  }

  .post .header-metadata,
  .post .post-title,
  .post .header-author {
    grid-column: 1 / span 4;
  }

  .post .section-container-sm,
  .post .section-container-md {
    grid-column: 1 / span 4;
  }

  .post .header-section {
    margin-top: 120px;
  }
}
