/* KOMA overrides */

:root {
  --koma-orange: #e85d26;
  --koma-orange-hover: #ff7a45;
}

antigravity-logo:not([data-koma-rebranded="1"]):not(.koma-brand-wordmark),
antigravity-logo:not([data-koma-rebranded="1"]) *,
app-header .logo,
.logo-link .logo,
img[src*="antigravity"],
img[src*="Antigravity"],
picture[src*="antigravity"],
[src*="antigravity-logo"],
[src*="antigravity-icon"],
[src*="antigravity_product_lockup"],
[src*="antigravity_wordmark"],
.footer-antigravity,
#antigravity-footer-wrapper {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

app-header .logo-link:not(:has(.koma-brand-wordmark)) {
  display: inline-flex;
  align-items: baseline;
  gap: 0.28em;
  min-height: 24px;
}

.grid-container,
.container {
  max-width: none !important;
  width: 100%;
}

html,
body,
app-root,
main {
  width: 100%;
  max-width: 100%;
}

/* Prefer GPU compositing for the sticky cover transition */
.koma-hero-pin,
.koma-case-study-section {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.smooth-scroll-wrapper {
  width: 100%;
  overflow: visible !important;
}

/* Sticky cover: keep scroll ancestors from clipping the pinned hero */
html,
body,
main,
app-root {
  overflow-x: clip;
  overflow-y: visible;
}

/* Keep hero particle system untouched by cover/parallax overrides */
landing-main-particles-component,
.main-particles-component-section,
.main-particles-container,
.main-particles-container canvas,
landing-morphing-particles-component,
.morphing-particles-component-section,
.morphing-particles-container,
.morphing-particles-container canvas {
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
  will-change: auto !important;
}

landing-latest-blogs {
  display: none !important;
}

/* Keep header + demo CTA visible while scrolling */
app-header .header.hidden {
  transform: none !important;
}

app-header .header,
app-header {
  overflow: visible !important;
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--theme-surface-surface, #fff);
}

app-header .grid-container {
  padding-inline: var(--page-margin, 72px) !important;
  box-sizing: border-box;
}

app-header .main-content,
.header .main-content {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100%;
  max-width: 100%;
  gap: 16px;
  padding: var(--space-sm, 8px) 0 !important;
  box-sizing: border-box;
}

app-header .logo-link,
app-header .koma-brand-wordmark,
app-header .koma-brand-wordmark--header {
  display: inline-flex !important;
  align-items: baseline;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  pointer-events: auto !important;
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

.koma-header-section-nav-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 1;
}

.koma-header-section-nav-wrap .koma-section-nav--header {
  gap: clamp(20px, 3vw, 40px);
}

.koma-header-section-nav-wrap .koma-section-nav__link {
  color: #555555;
  text-decoration: none;
}

.koma-header-section-nav-wrap .koma-section-nav__link:hover,
.koma-header-section-nav-wrap .koma-section-nav__link:focus-visible {
  color: #121317;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.koma-header-section-nav-wrap .koma-section-nav,
.koma-header-section-nav-wrap .koma-section-nav__link {
  pointer-events: auto;
}

app-header .header-actions-right,
app-header .koma-header-actions {
  position: relative;
  z-index: 2;
  margin-left: auto !important;
  flex: 0 0 auto;
  display: flex !important;
  align-items: center !important;
}

app-header .koma-header-demo-cta,
app-header a.koma-header-demo-cta,
app-header .download-button.koma-header-demo-cta {
  display: inline-flex !important;
  visibility: visible !important;
  pointer-events: auto !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  position: relative;
  z-index: 3;
  margin-left: auto !important;
  flex: 0 0 auto;
}

app-header .header-actions {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  flex: 0 0 0 !important;
}

.header-actions-right,
.koma-header-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
  flex: 0 0 auto !important;
  flex-shrink: 0;
  max-width: 100%;
}

app-header .logo-link {
  flex: 0 1 auto;
  min-width: 0;
  margin-right: 16px !important;
}

.header-actions .nav,
app-header .nav,
.menu-toggle,
.mobile-menu,
.mobile-menu-content,
.mobile-dropdown-section,
.dropdown,
.dropdown-overlay {
  display: none !important;
}

.footer-nav-section a[href="/blog"],
.footer-nav-section a[href*="/blog"] {
  display: none !important;
}

.footer-nav-section,
.footer-nav-section-container,
.footer-inner .grid-col:has(.footer-nav-section) {
  display: none !important;
}

.glue-cookie-notification-bar-control {
  display: none !important;
}

.footer-google-links .grid-container {
  width: 100%;
  max-width: 100%;
  padding-inline: 0 !important;
  position: relative;
}

.footer-google-links .grid-row {
  position: relative;
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
  width: 100%;
  column-gap: clamp(16px, 3vw, 32px);
  row-gap: 0;
  min-height: 1.35em;
}

.footer-google-links .grid-row:has(.koma-section-nav-col) {
  display: flex !important;
}

.footer-google-links .grid-col {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  margin-left: 0 !important;
}

.footer-google-links [class*="col-md-offset"],
.footer-google-links [class*="offset"],
.footer-google-links [class*="col-xs-"],
.footer-google-links [class*="col-sm-"],
.footer-google-links [class*="col-md-"] {
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
}

.footer-google-logo,
.footer-google-links .grid-col:has(.footer-google-logo) {
  display: flex !important;
  align-items: center;
  flex: 0 0 auto;
  justify-self: start;
  margin-right: 0 !important;
  line-height: 1.35;
}

.footer-google-links .grid-col:has(google-logo),
.footer-google-links .grid-col:has(.koma-brand-wordmark) {
  display: flex !important;
  align-items: center;
  line-height: 1.35;
}

.koma-footer-top-link-wrap {
  position: fixed;
  right: clamp(16px, 3vw, 32px);
  bottom: clamp(24px, 4vw, 40px);
  z-index: 200;
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.koma-footer-top-link-wrap.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.koma-footer-top-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  color: var(--theme-surface-on-surface, #121317);
  pointer-events: auto;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.koma-footer-top-link:hover {
  opacity: 0.72;
}

.koma-footer-top-link__lottie {
  width: clamp(48px, 6vw, 72px);
  height: clamp(32px, 4.5vw, 48px);
  line-height: 0;
}

.koma-footer-top-link__svg {
  display: block;
  width: 100%;
  height: 100%;
}

.koma-footer-top-link__arrow-group {
  transform-origin: 48px 26px;
  animation: koma-top-bounce 1.8s ease-in-out infinite;
}

.koma-footer-top-link__top-text {
  fill: currentColor;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

@keyframes koma-top-bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.footer-google-links .grid-col:has(.footer-google-nav) {
  flex: 0 0 auto;
  justify-self: end;
  align-self: center;
  margin-left: auto !important;
  line-height: 1.35;
}

.koma-section-nav-col {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  line-height: 1.35;
  z-index: 2;
}

.koma-section-nav-col .koma-section-nav,
.koma-section-nav-col .koma-section-nav__link {
  pointer-events: auto;
}

.footer-google-nav {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: var(--space-md, 16px);
  width: auto;
  flex-wrap: nowrap;
}

.footer-google-nav a,
.koma-footer-legal-link {
  cursor: pointer;
  pointer-events: auto;
  text-decoration: none;
  color: inherit;
}

.footer-google-nav a:hover,
.koma-footer-legal-link:hover {
  text-decoration: underline;
}

.footer-google-links {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  padding: 0 var(--page-margin, 24px) !important;
  margin: 0 !important;
  border-top: none;
  pointer-events: none;
}

.footer-google-links a,
.footer-google-links .koma-section-nav,
.footer-google-links .koma-section-nav__link,
.footer-google-links .footer-google-nav {
  pointer-events: auto;
}

@media (max-width: 1024px) {
  .footer-google-nav {
    gap: 12px 16px;
  }
}

@media (max-width: 600px) {
  .footer-google-links {
    padding: 0 var(--page-margin, 24px) !important;
  }

  .footer-google-links .grid-row {
    column-gap: 12px;
  }

  .footer-google-nav {
    gap: 10px 12px;
    font-size: 0.92rem;
  }

  .koma-footer-top-link__lottie {
    width: 36px;
    height: 22px;
  }
}

.koma-demo-cta,
.header-actions .download-button,
.header-actions .koma-sticky-demo-cta,
.koma-header-demo-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 8px 20px !important;
  min-block-size: 36px;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  border-radius: 999px !important;
  background: var(--theme-surface-on-surface, #121317) !important;
  color: #fff !important;
  border: none !important;
  text-decoration: none !important;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none !important;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.download-section-cta .koma-demo-cta,
.download-section-cta a.koma-demo-cta,
.download-section-cta button.koma-demo-cta,
.download-section-cta app-button a.koma-demo-cta {
  background: #fff !important;
  color: var(--theme-surface-on-surface, #121317) !important;
}

.koma-header-demo-cta:hover,
.koma-header-demo-cta:focus-visible,
.koma-demo-cta:hover,
.koma-demo-cta:focus-visible,
.header-actions .koma-sticky-demo-cta:hover,
.header-actions .koma-sticky-demo-cta:focus-visible,
.header-actions .download-button:hover,
.header-actions .download-button:focus-visible,
.koma-footer-demo-cta__button:hover,
.koma-footer-demo-cta__button:focus-visible {
  background: var(--koma-orange) !important;
  color: #fff !important;
  opacity: 1;
}

.download-section-cta .koma-demo-cta:hover,
.download-section-cta .koma-demo-cta:focus-visible,
.download-section-cta a.koma-demo-cta:hover,
.download-section-cta a.koma-demo-cta:focus-visible,
.download-section-cta button.koma-demo-cta:hover,
.download-section-cta button.koma-demo-cta:focus-visible,
.download-section-cta app-button a.koma-demo-cta:hover,
.download-section-cta app-button a.koma-demo-cta:focus-visible {
  background: #e5e5e5 !important;
  color: var(--theme-surface-on-surface, #121317) !important;
}

@media (max-width: 767px) {
  app-header .grid-container {
    padding-inline: var(--page-margin, 16px) !important;
  }

  .koma-header-actions,
  .header-actions,
  .header-actions-right {
    gap: 8px;
  }

  .koma-brand-wordmark--header {
    font-size: 18px;
  }

  .koma-demo-cta,
  .header-actions .download-button,
  .header-actions .koma-sticky-demo-cta,
  .koma-header-demo-cta {
    padding: 8px 14px !important;
    font-size: 0.9rem !important;
  }
}

.koma-demo-cta__label {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.15;
}

/* Readable text — no split-character overlap (not hero headline) */
.agent-first-text typed-header .typed-content,
.feature-description:not(.koma-trio-reveal--desc) {
  opacity: 1 !important;
  visibility: visible !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere;
  line-height: 1.35;
}

typed-header .visually-hidden,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.feature-description .char,
.feature-description [class*="char"],
.feature-description [class*="word"] {
  display: inline !important;
  position: static !important;
  opacity: 1 !important;
  transform: none !important;
}

.agent-first-text typed-header .typed-content .char,
.agent-first-text typed-header .typed-content [class*="char"],
.agent-first-text typed-header .typed-content [class*="word"] {
  display: inline-block !important;
  position: relative !important;
  transform: none !important;
}

h1.landing-main-header typed-header .koma-hero-line {
  display: block;
  white-space: normal;
  word-break: normal;
  font-size: var(--landing-main-text-size) !important;
  line-height: var(--landing-main-text-line-height) !important;
  letter-spacing: var(--landing-main-text-letter-spacing) !important;
}

h1.landing-main-header typed-header .typed-content,
h1.landing-main-header typed-header .typed-container,
h1.landing-main-header typed-header .typed-content .char,
h1.landing-main-header typed-header .typed-content [class*="char"] {
  white-space: normal;
  word-break: normal;
  font-size: var(--landing-main-text-size) !important;
  line-height: var(--landing-main-text-line-height) !important;
  letter-spacing: var(--landing-main-text-letter-spacing) !important;
}

h1.landing-main-header typed-header .typed-content .char,
h1.landing-main-header typed-header .typed-content [class*="char"] {
  display: inline-block !important;
  position: relative !important;
}

h1.landing-main-header typed-header .koma-type-char--space {
  display: inline-block !important;
  min-width: 0.28em;
}

.header-container .koma-hero-subheadline {
  margin-top: clamp(18px, 2.2vw, 28px);
}

h1.landing-main-header typed-header .typed-content:not(:has(.char)):not(:has(.koma-type-char)) {
  opacity: 0;
}

h1.landing-main-header typed-header {
  display: block;
  width: 100%;
}

.koma-typed-header-host {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.feature-explorer-section .feature-title.koma-typed-header-host,
.koma-case-study-section__title.koma-typed-header-host {
  display: block;
}

.koma-typed-content {
  display: inline-block;
  white-space: normal;
  word-break: normal;
}

.koma-typed-content .char,
.koma-type-char {
  display: inline-block;
  position: relative;
}

.koma-type-char--brand {
  font-weight: 500;
}

.koma-typed-cursor {
  position: absolute;
  pointer-events: none;
  transform: scale(1.2);
  transform-origin: top left;
  height: 1em;
  line-height: 1;
  animation: koma-typewriter-blink 0.5s infinite;
}

@keyframes koma-typewriter-blink {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.welcome-section .logo-container,
.welcome-section .logo,
.koma-brand-wordmark--hero {
  display: none !important;
}

.koma-hero-headline {
  display: none !important;
}

/* LOCKED — hero headline uses native typed-header + typewriter (see koma-fix.js). Do not restyle. */
h1.landing-main-header,
.header-container h1 {
  display: block !important;
  visibility: visible !important;
  font-size: var(--landing-main-text-size) !important;
  line-height: var(--landing-main-text-line-height) !important;
  letter-spacing: var(--landing-main-text-letter-spacing) !important;
}

h1.landing-main-header typed-header {
  display: block !important;
  visibility: visible !important;
}

/* LOCKED — subheadline size/copy approved; do not change font-size or line-height. */
.koma-hero-subheadline {
  display: block !important;
  visibility: visible !important;
  margin: 0 auto;
  max-width: min(900px, calc(100% - 2 * var(--page-margin)));
  font-family: "Google Sans Flex", sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 2.25rem);
  font-weight: 450;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--theme-surface-on-surface-variant, #45474d);
  text-align: center;
  font-variation-settings: "wdth" 100, "opsz" 42;
}

@media (max-width: 1024px) {
  .koma-hero-subheadline {
    margin-top: 16px;
    font-size: clamp(1.15rem, 4vw, 1.65rem);
  }
}

/* Hero stays pinned/static; case study slides over it */
.koma-hero-pin {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  padding-bottom: 0 !important;
  box-sizing: border-box;
  /* Keep hero fully static — no fade/scale while covered */
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
}

.koma-hero-pin__inner {
  width: 100%;
  transform: none !important;
  opacity: 1 !important;
  will-change: auto;
  background: transparent;
}

.koma-hero-pin .header-container,
.koma-hero-pin .welcome-cta,
.koma-hero-pin .koma-trusted-by,
.koma-hero-pin .koma-hero-subheadline {
  /* Headline lines stay typewriter-static; line 3 / CTA / logos use cascade */
}

/* Lines 1–2 stay fully visible for the typewriter */
.koma-hero-pin .koma-hero-line,
.welcome-section .koma-hero-line,
h1.landing-main-header typed-header .koma-hero-line {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

/* Post-typewriter cascade — line 3, buttons, logos */
.koma-hero-cascade {
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.koma-hero-subheadline.koma-hero-cascade:not(.is-hero-cascade-visible),
.welcome-cta.koma-hero-cascade:not(.is-hero-cascade-visible),
.koma-trusted-by__copy.koma-hero-cascade:not(.is-hero-cascade-visible),
.koma-trusted-by__logo.koma-hero-cascade:not(.is-hero-cascade-visible) {
  opacity: 0 !important;
  transform: translate3d(0, 24px, 0) !important;
  filter: blur(10px) !important;
}

.koma-hero-subheadline.koma-hero-cascade.is-hero-cascade-visible,
.welcome-cta.koma-hero-cascade.is-hero-cascade-visible,
.koma-trusted-by__copy.koma-hero-cascade.is-hero-cascade-visible,
.koma-trusted-by__logo.koma-hero-cascade.is-hero-cascade-visible {
  opacity: 1 !important;
  transform: none !important;
  filter: blur(0) !important;
}

@media (max-width: 767px) {
  .koma-hero-subheadline.koma-hero-cascade:not(.is-hero-cascade-visible),
  .welcome-cta.koma-hero-cascade:not(.is-hero-cascade-visible),
  .koma-trusted-by__copy.koma-hero-cascade:not(.is-hero-cascade-visible),
  .koma-trusted-by__logo.koma-hero-cascade:not(.is-hero-cascade-visible) {
    transform: translate3d(0, 18px, 0) !important;
    filter: blur(8px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .koma-hero-cascade {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

.welcome-section .cursor-container,
.welcome-section .blinking-cursor,
.koma-hero-pin .cursor-container,
.koma-hero-pin .blinking-cursor {
  display: none !important;
}

.welcome-section {
  position: relative;
  z-index: auto;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  padding-top: calc(var(--space-xl, 36px) + 214px) !important;
  padding-bottom: 0 !important;
  isolation: auto;
  will-change: auto;
  margin: 0;
}

.koma-hero-pin + .koma-case-study-section,
.welcome-section + .koma-case-study-section {
  margin-top: 0;
}

.welcome-section .header-container {
  margin-block-start: 32px !important;
  margin-block-end: 0 !important;
  will-change: auto;
}

.koma-hero-subheadline {
  margin-bottom: clamp(36px, 5vw, 56px);
}

.welcome-cta {
  margin-top: 0 !important;
  margin-bottom: clamp(36px, 5vw, 56px) !important;
  position: relative;
  z-index: 3;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  pointer-events: auto !important;
}

.welcome-cta > .koma-demo-cta,
.welcome-cta > a.koma-demo-cta,
.welcome-cta > button.koma-demo-cta,
.welcome-cta > .koma-explore-cta,
.welcome-cta > a.koma-explore-cta {
  pointer-events: auto !important;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.koma-trusted-by {
  padding-top: 0 !important;
  padding-bottom: 440px !important;
}

/* Mobile hero spacing — placed after base rules so it wins source-order ties */
@media (max-width: 767px) {
  .koma-hero-pin {
    min-height: auto !important;
    justify-content: flex-start !important;
  }

  .welcome-section {
    min-height: auto !important;
    justify-content: flex-start !important;
    padding-top: 140px !important;
    padding-bottom: 0 !important;
  }

  .welcome-section .header-container {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
  }
}

@media (max-width: 1024px) {
  .koma-hero-subheadline {
    margin-bottom: clamp(28px, 6vw, 40px);
  }

  .welcome-cta {
    margin-bottom: clamp(28px, 6vw, 40px) !important;
  }
}

.koma-download-headline {
  margin: 0 0 20px;
  max-width: min(900px, calc(100% - 2 * var(--page-margin)));
  font-family: "Google Sans Flex", sans-serif;
  font-size: clamp(2.25rem, 4.8vw, 4.25rem);
  font-weight: 450;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-variation-settings: "wdth" 100, "opsz" 42;
}

.download-section-content .header {
  max-width: min(900px, calc(100% - 2 * var(--page-margin))) !important;
}

.download-section .header typed-header {
  display: none !important;
}

.koma-download-headline {
  color: #fff;
}

.koma-download-subheadline {
  margin: 0;
  max-width: min(900px, calc(100% - 2 * var(--page-margin)));
  font-family: "Google Sans Flex", sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.75rem);
  font-weight: 450;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.82);
}

.download-section-cta app-button:not(:first-child) {
  display: none !important;
}

/* Pre-footer download section — keep dark backdrop + Koma copy */
.download-section {
  height: 737px !important;
  min-height: 737px !important;
  max-height: 737px !important;
  padding-block: 0 !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  align-items: center;
}

.download-section-content {
  width: 100%;
}

.download-section-backdrop {
  display: block !important;
}

.download-section-content .header,
.download-section-content .koma-download-headline,
.download-section-content .koma-download-subheadline {
  color: #fff;
}

/* Keep particle canvas clipped without adding a solid hero background */
.welcome-wrapper {
  overflow: hidden;
}

.welcome-wrapper > landing-main-particles-component,
.welcome-wrapper landing-main-particles-component {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  pointer-events: none;
}

.welcome-wrapper .main-particles-component-section,
.welcome-wrapper .main-particles-container {
  height: 100% !important;
  min-height: 100% !important;
}

.agent-first-text typed-header {
  display: block;
  max-width: min(1100px, calc(100% - 2 * var(--page-margin)));
  margin-inline: auto;
}

.agent-first-section .icon-list .bouncer.symbol,
.koma-shipping-icon {
  font-family: "Google Symbols", sans-serif;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "ROND" 50, "opsz" 48;
  text-transform: none;
  will-change: transform;
}

.agent-first-section .icon-list .bouncer {
  transform: translate3d(0, 0, 0);
}

/* Hero scroll-grow video — replaced by case study block */
youtube-video-section,
.landing-video-section {
  display: none !important;
}

.koma-seo-sr,
#koma-seo-content.koma-seo-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  pointer-events: none !important;
}

main {
  position: relative;
}

.koma-case-study-section {
  position: relative;
  z-index: 10;
  scroll-margin-top: 0;
  width: 100%;
  min-height: auto;
  display: block;
  margin: 0;
  padding: 0 0 clamp(56px, 8vh, 96px);
  border-top: none;
  background: var(--theme-surface-surface, #fff);
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
  color: var(--theme-surface-on-surface, #121317);
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
  isolation: isolate;
}

.koma-case-study-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: none;
  max-height: none;
  margin: 0 auto;
}

.koma-case-study-section__mobilehead {
  width: min(760px, calc(100% - (var(--page-margin, 24px) * 2)));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.koma-case-study-section__copy {
  font-family: inherit;
  width: min(760px, calc(100% - (var(--page-margin, 24px) * 2)));
  margin: 0 auto;
  padding-bottom: 160px;
  text-align: center;
}

.koma-case-study-section__copy.is-copy-ready
  .koma-case-study-section__eyebrow,
.koma-case-study-section__copy.is-copy-ready
  .koma-case-study-section__title,
.koma-case-study-section__copy.is-copy-ready
  .koma-case-study-section__location,
.koma-case-study-section__copy.is-copy-ready
  .koma-case-study-section__label,
.koma-case-study-section__copy.is-copy-ready
  .koma-case-study-section__text,
.koma-case-study-section__copy.is-copy-ready
  .koma-case-study-section__result {
  will-change: transform, opacity;
}

.koma-case-study-section__copy.is-copy-ready:not(.is-copy-revealed):not(.is-copy-exiting)
  .koma-case-study-section__eyebrow,
.koma-case-study-section__copy.is-copy-ready:not(.is-copy-revealed):not(.is-copy-exiting)
  .koma-case-study-section__title,
.koma-case-study-section__copy.is-copy-ready:not(.is-copy-revealed):not(.is-copy-exiting)
  .koma-case-study-section__location,
.koma-case-study-section__copy.is-copy-ready:not(.is-copy-revealed):not(.is-copy-exiting)
  .koma-case-study-section__label,
.koma-case-study-section__copy.is-copy-ready:not(.is-copy-revealed):not(.is-copy-exiting)
  .koma-case-study-section__text,
.koma-case-study-section__copy.is-copy-ready:not(.is-copy-revealed):not(.is-copy-exiting)
  .koma-case-study-section__result {
  opacity: 0;
  transform: translateY(28px);
}

.koma-case-study-section__copy.is-copy-ready:not(.is-copy-revealed):not(.is-copy-exiting)
  .koma-case-study-section__result
  span {
  opacity: 0;
  transform: translateY(10px);
}

.koma-case-study-section__copy.is-copy-revealed
  .koma-case-study-section__eyebrow,
.koma-case-study-section__copy.is-copy-revealed
  .koma-case-study-section__title,
.koma-case-study-section__copy.is-copy-revealed
  .koma-case-study-section__location,
.koma-case-study-section__copy.is-copy-revealed
  .koma-case-study-section__label,
.koma-case-study-section__copy.is-copy-revealed
  .koma-case-study-section__text,
.koma-case-study-section__copy.is-copy-revealed
  .koma-case-study-section__result {
  animation: koma-case-copy-in 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: var(--koma-copy-delay, 0s);
}

.koma-case-study-section__copy.is-copy-revealed
  .koma-case-study-section__result
  span {
  animation: koma-case-copy-label-in 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--koma-copy-delay, 0s) + 0.12s);
}

.koma-case-study-section__copy.is-copy-exiting
  .koma-case-study-section__eyebrow,
.koma-case-study-section__copy.is-copy-exiting
  .koma-case-study-section__title,
.koma-case-study-section__copy.is-copy-exiting
  .koma-case-study-section__location,
.koma-case-study-section__copy.is-copy-exiting
  .koma-case-study-section__label,
.koma-case-study-section__copy.is-copy-exiting
  .koma-case-study-section__text,
.koma-case-study-section__copy.is-copy-exiting
  .koma-case-study-section__result {
  animation: koma-case-copy-out 0.38s cubic-bezier(0.4, 0, 1, 1) both;
  animation-delay: var(--koma-copy-out-delay, 0s);
}

.koma-case-study-section__copy.is-copy-exiting
  .koma-case-study-section__result
  span {
  animation: koma-case-copy-out 0.32s cubic-bezier(0.4, 0, 1, 1) both;
  animation-delay: var(--koma-copy-out-delay, 0s);
}

@keyframes koma-case-copy-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes koma-case-copy-label-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes koma-case-copy-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-16px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .koma-case-study-section__copy.is-copy-ready
    .koma-case-study-section__eyebrow,
  .koma-case-study-section__copy.is-copy-ready
    .koma-case-study-section__title,
  .koma-case-study-section__copy.is-copy-ready
    .koma-case-study-section__location,
  .koma-case-study-section__copy.is-copy-ready
    .koma-case-study-section__label,
  .koma-case-study-section__copy.is-copy-ready
    .koma-case-study-section__text,
  .koma-case-study-section__copy.is-copy-ready
    .koma-case-study-section__result,
  .koma-case-study-section__copy.is-copy-ready
    .koma-case-study-section__result
    span,
  .koma-case-study-section__copy.is-copy-exiting
    .koma-case-study-section__eyebrow,
  .koma-case-study-section__copy.is-copy-exiting
    .koma-case-study-section__title,
  .koma-case-study-section__copy.is-copy-exiting
    .koma-case-study-section__location,
  .koma-case-study-section__copy.is-copy-exiting
    .koma-case-study-section__label,
  .koma-case-study-section__copy.is-copy-exiting
    .koma-case-study-section__text,
  .koma-case-study-section__copy.is-copy-exiting
    .koma-case-study-section__result,
  .koma-case-study-section__copy.is-copy-exiting
    .koma-case-study-section__result
    span {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

.koma-case-study-section__eyebrow {
  margin: 0 0 16px;
  font-family: inherit;
  font-size: var(--xs-size, 12.5px);
  font-weight: 450;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--theme-surface-on-surface-variant, #45474d);
  font-variation-settings: "wdth" 100, "opsz" 32;
}

.koma-case-study-section__title {
  margin: 0;
  font-family: inherit;
  font-size: var(--4xl-size, 42px);
  line-height: var(--4xl-line-height, 1.04);
  letter-spacing: var(--4xl-letter-spacing, -0.73px);
  font-weight: 450;
  font-variation-settings: "wdth" 100, "opsz" 42;
  color: var(--theme-surface-on-surface, #121317);
}

.koma-case-study-section__location {
  margin: 8px 0 80px;
  font-family: inherit;
  font-size: clamp(1rem, 1.6vw, var(--md-size, 20px));
  line-height: var(--md-line-height, 1.3);
  font-weight: 450;
  color: var(--theme-surface-on-surface-variant, #45474d);
  font-variation-settings: "wdth" 100, "opsz" 32;
}

.koma-case-study-section__block + .koma-case-study-section__block {
  margin-top: 20px;
}

.koma-case-study-section__label {
  margin: 0 0 10px;
  font-family: inherit;
  font-size: var(--xs-size, 12.5px);
  font-weight: 450;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--theme-surface-on-surface, #121317);
  font-variation-settings: "wdth" 100, "opsz" 32;
}

.koma-case-study-section__text {
  margin: 0 auto;
  max-width: 40rem;
  font-family: inherit;
  font-size: clamp(0.95rem, 1.45vw, 1.125rem);
  line-height: 1.45;
  font-weight: 450;
  color: var(--theme-surface-on-surface-variant, #45474d);
  font-variation-settings: "wdth" 100, "opsz" 32;
}

.koma-case-study-section__results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--theme-outline-variant, #e1e6ec);
  text-align: center;
}

.koma-case-study-section__result {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  will-change: transform, opacity;
}

.koma-case-study-section__result strong {
  font-family: inherit;
  font-size: var(--lg-size, 22px);
  line-height: var(--lg-line-height, 1.12);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--theme-surface-on-surface, #121317);
  font-variation-settings: "wdth" 100, "opsz" 42;
  font-variant-numeric: tabular-nums;
}

.koma-case-study-section__result span {
  font-family: inherit;
  font-size: var(--sm-size, 14.5px);
  line-height: 1.45;
  font-weight: 450;
  color: var(--theme-surface-on-surface-variant, #45474d);
  font-variation-settings: "wdth" 100, "opsz" 32;
}

.koma-case-study-section__media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: visible;
}

.koma-problem-rate-card {
  border-radius: 0;
  overflow: visible;
  box-shadow: 0 18px 48px rgba(18, 19, 23, 0.12);
  width: 1024px;
  max-width: 1024px;
}

.koma-problem-rate-card__frame {
  position: relative;
  display: inline-block;
  width: 1024px;
  max-width: 100%;
  line-height: 0;
}

.koma-problem-rate-card__cross {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.koma-problem-rate-card__cross svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .koma-problem-rate-card {
    width: 100%;
    max-width: 100%;
  }

  .koma-problem-rate-card__frame {
    width: 100%;
  }
}

.koma-problem-rate-card__img {
  display: block;
  width: 1024px;
  height: 768px;
  max-width: none;
  object-fit: none;
  border-radius: 0;
  transform: none !important;
}

@media (max-width: 1024px) {
  .koma-problem-rate-card__img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }
}

.koma-ops-dashboard-mockup {
  border-radius: 0;
  overflow: visible;
  box-shadow: 0 18px 48px rgba(18, 19, 23, 0.12);
  width: 1024px;
  max-width: 1024px;
}

.koma-ops-dashboard-mockup__img {
  display: block;
  width: 1024px;
  height: 768px;
  max-width: none;
  object-fit: none;
  border-radius: 0;
  transform: none !important;
}

@media (max-width: 1024px) {
  .koma-ops-dashboard-mockup {
    width: 100%;
    max-width: 100%;
  }

  .koma-ops-dashboard-mockup__img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }
}

.koma-solution-quote-mockup {
  border-radius: 0;
  overflow: visible;
  box-shadow: 0 18px 48px rgba(18, 19, 23, 0.12);
  width: 1024px;
  max-width: 1024px;
}

.koma-solution-quote-mockup__img {
  display: block;
  width: 1024px;
  height: 768px;
  max-width: none;
  object-fit: none;
  border-radius: 0;
  transform: none !important;
}

@media (max-width: 1024px) {
  .koma-solution-quote-mockup {
    width: 100%;
    max-width: 100%;
  }

  .koma-solution-quote-mockup__img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }
}

.koma-mobile-menu-wrap {
  display: none;
  position: relative;
  z-index: 60;
  flex: 0 0 auto;
}

.koma-mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: #121317;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s ease;
}

.koma-mobile-menu-toggle:hover,
.koma-mobile-menu-toggle:focus-visible {
  background: rgba(18, 19, 23, 0.06);
  outline: none;
}

.koma-mobile-menu-toggle__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 22px;
}

.koma-mobile-menu-toggle__bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
}

.koma-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  pointer-events: none;
}

html.koma-mobile-menu-open .koma-mobile-menu,
.koma-mobile-menu.is-open {
  pointer-events: auto;
}

.koma-mobile-menu__screen {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  background: #121317;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

html.koma-mobile-menu-open .koma-mobile-menu__screen,
.koma-mobile-menu.is-open .koma-mobile-menu__screen {
  opacity: 1;
  visibility: visible;
}

.koma-mobile-menu__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 auto;
  padding:
    calc(env(safe-area-inset-top, 0px) + 12px)
    calc(env(safe-area-inset-right, 0px) + 12px)
    8px
    calc(env(safe-area-inset-left, 0px) + 12px);
}

.koma-mobile-menu__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 14px;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.koma-mobile-menu__close:hover,
.koma-mobile-menu__close:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.koma-mobile-menu__close-icon {
  display: block;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 0.85;
}

.koma-mobile-menu__panel {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(16px, 4vh, 32px);
  width: 100%;
  min-height: 0;
  margin: 0;
  padding:
    clamp(16px, 4vh, 32px)
    clamp(24px, 7vw, 40px)
    calc(env(safe-area-inset-bottom, 0px) + clamp(24px, 5vh, 40px));
  overflow: hidden;
}

.koma-mobile-menu__link,
.koma-mobile-menu .koma-section-nav__link {
  display: block;
  padding: clamp(8px, 1.5vh, 14px) 0;
  color: #ffffff !important;
  font-family: "Google Sans Flex", sans-serif;
  font-size: clamp(2.25rem, 11vw, 3.75rem) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.koma-mobile-menu__link:hover,
.koma-mobile-menu__link:focus-visible,
.koma-mobile-menu .koma-section-nav__link:hover,
.koma-mobile-menu .koma-section-nav__link:focus-visible {
  color: var(--koma-orange, #e85d26) !important;
  outline: none;
}

html.koma-mobile-menu-open {
  overflow: hidden;
}

html.koma-mobile-menu-open body {
  overflow: hidden;
}

.koma-case-study-device {
  position: relative;
  width: auto;
  max-width: min(1024px, 100%);
  margin: 0 auto;
  border-radius: clamp(18px, 2.4vw, 28px);
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.koma-case-study-device__img {
  display: block;
  width: 1024px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: clamp(18px, 2.4vw, 28px);
}

.koma-case-study-section__media:has(.koma-case-study-screenshot) {
  overflow: visible;
}

/* Case study screenshot — do not modify (native 1024×609, 1:1 scale) */
.koma-case-study-screenshot {
  display: block;
  width: 1024px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  transform: none;
  opacity: 1 !important;
  transition: none !important;
  image-rendering: auto;
  object-fit: contain;
}

.koma-case-study-mac-frame {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: clamp(10px, 1.4vw, 12px);
  overflow: hidden;
  background: #2a2a2a;
}

.koma-case-study-mac-frame__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #2a2a2a;
  border: none;
}

.koma-case-study-mac-frame__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.koma-case-study-mac-frame__dot:nth-child(1) {
  background: #ff5f57;
}

.koma-case-study-mac-frame__dot:nth-child(2) {
  background: #febc2e;
}

.koma-case-study-mac-frame__dot:nth-child(3) {
  background: #28c840;
}

.koma-case-study-mac-frame__url {
  flex: 1;
  margin-left: 8px;
  padding: 6px 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  color: rgba(255, 255, 255, 0.45);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.koma-case-study-mac-frame__screen {
  line-height: 0;
  border: none;
  background: transparent;
}

.koma-case-study-device--native {
  overflow: visible;
  border-radius: clamp(14px, 2vw, 20px);
  box-shadow:
    0 28px 72px rgba(8, 18, 48, 0.14),
    0 0 0 1px rgba(0, 0, 0, 0.06);
}

.koma-case-study-device--native .koma-case-study-device__img--native {
  display: block;
  width: 1024px;
  max-width: 100%;
  height: auto;
  border-radius: clamp(14px, 2vw, 20px);
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  image-rendering: auto;
}

.koma-case-study-device--browser {
  overflow: visible;
  background: transparent;
  border-radius: 0;
  width: 1024px;
  max-width: 100%;
  transform: none;
}

.koma-case-study-device--browser .koma-case-study-browser {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: none;
  border-radius: clamp(14px, 2vw, 20px);
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.koma-case-study-device--browser .koma-case-study-browser__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 10px 14px;
  background: #1a1a1a;
  border-bottom: none;
  border-radius: clamp(14px, 2vw, 20px) clamp(14px, 2vw, 20px) 0 0;
}

.koma-case-study-device--browser .koma-case-study-browser__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.koma-case-study-device--browser .koma-case-study-browser__dot:nth-child(1) {
  background: #ff5f57;
}

.koma-case-study-device--browser .koma-case-study-browser__dot:nth-child(2) {
  background: #febc2e;
}

.koma-case-study-device--browser .koma-case-study-browser__dot:nth-child(3) {
  background: #28c840;
}

.koma-case-study-device--browser .koma-case-study-browser__url {
  flex: 1;
  margin-left: 8px;
  padding: 6px 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.koma-case-study-device--browser .koma-case-study-browser__screen {
  position: relative;
  flex: 0 0 auto;
  line-height: 0;
  overflow: hidden;
  background: transparent;
  border-radius: 0 0 clamp(14px, 2vw, 20px) clamp(14px, 2vw, 20px);
}

.koma-case-study-device--browser .koma-case-study-browser__image,
.koma-case-study-device--browser .koma-case-study-device__img,
.koma-case-study-device--browser .koma-case-study-device__img--native {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: fill;
  object-position: top left;
  border: none;
  border-radius: 0;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  will-change: auto !important;
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.koma-case-study-portal {
  --koma-portal-size: min(100%, 720px, calc(100vh - clamp(96px, 12vh, 160px)));
  position: relative;
  width: 100%;
  max-width: var(--koma-portal-size);
  aspect-ratio: 1 / 1;
  max-height: min(720px, calc(100vh - clamp(96px, 12vh, 160px)));
  margin: 0 auto;
  isolation: isolate;
  border-radius: 28px;
  overflow: hidden;
  background: #02040a;
  box-shadow:
    0 0 0 1px rgba(120, 170, 255, 0.12),
    0 28px 80px rgba(8, 18, 48, 0.28);
}

.koma-case-study-portal__atmosphere {
  position: absolute;
  inset: -8%;
  background:
    radial-gradient(circle at 50% 48%, rgba(56, 140, 255, 0.28) 0%, transparent 42%),
    radial-gradient(circle at 30% 20%, rgba(90, 170, 255, 0.16) 0%, transparent 36%),
    radial-gradient(circle at 72% 78%, rgba(40, 100, 255, 0.14) 0%, transparent 34%);
  animation: koma-portal-breathe 7.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.koma-case-study-portal__ring-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.koma-case-study-portal__ring {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 50%;
  animation: koma-portal-spin 28s linear infinite;
  filter: saturate(1.15) contrast(1.05) brightness(1.05);
}

.koma-case-study-portal__product {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 7% 4.5%;
  pointer-events: none;
}

.koma-case-study-portal__product-glow {
  position: absolute;
  width: 78%;
  height: 42%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(90, 170, 255, 0.55) 0%, transparent 70%);
  filter: blur(18px);
  animation: koma-portal-pulse 4.8s ease-in-out infinite;
  pointer-events: none;
}

.koma-case-study-portal__frame {
  position: relative;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
  box-shadow:
    0 0 0 1px rgba(160, 200, 255, 0.35),
    0 18px 50px rgba(0, 10, 40, 0.55),
    0 0 40px rgba(70, 140, 255, 0.28);
  transform: translateY(0) scale(1);
  animation: koma-portal-float 5.6s ease-in-out infinite;
}

.koma-case-study-portal__frame .koma-case-study-browser__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 10px 12px;
  background: linear-gradient(180deg, #4a4a4c 0%, #353537 100%);
  border-bottom: none;
}

.koma-case-study-portal__frame .koma-case-study-browser__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.koma-case-study-portal__frame .koma-case-study-browser__dot:nth-child(1) {
  background: #ff5f57;
}

.koma-case-study-portal__frame .koma-case-study-browser__dot:nth-child(2) {
  background: #febc2e;
}

.koma-case-study-portal__frame .koma-case-study-browser__dot:nth-child(3) {
  background: #28c840;
}

.koma-case-study-portal__frame .koma-case-study-browser__url {
  flex: 1;
  margin-left: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #454547;
  border: 1px solid #6a6a6d;
  color: #ececee;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}

.koma-case-study-portal__frame .koma-case-study-browser__screen {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  background: #f3f4f6;
  display: flex;
  align-items: stretch;
}

.koma-case-study-portal__frame .koma-case-study-browser__image,
.koma-case-study-portal__shot {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
}

.koma-case-study-portal__fallback {
  display: none;
}

@keyframes koma-portal-spin {
  from {
    transform: rotate(0deg) scale(1.04);
  }
  to {
    transform: rotate(360deg) scale(1.04);
  }
}

@keyframes koma-portal-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-7px) scale(1.015);
  }
}

@keyframes koma-portal-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.06);
  }
}

@keyframes koma-portal-breathe {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .koma-case-study-portal__atmosphere,
  .koma-case-study-portal__ring,
  .koma-case-study-portal__product-glow,
  .koma-case-study-portal__frame {
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .koma-hero-pin {
    position: relative;
  }

  .koma-case-study-section {
    box-shadow: none;
  }
}

@media (max-width: 1024px) {
  .koma-case-study-section {
    padding: 0 0 clamp(48px, 7vh, 80px);
  }

  .koma-case-study-portal {
    --koma-portal-size: min(100%, 640px);
    max-height: min(640px, 72vh);
  }

  .koma-case-study-section__results {
    grid-template-columns: 1fr;
  }

  .koma-case-study-section__title {
    font-size: clamp(2rem, 8vw, var(--4xl-size, 42px));
    line-height: 1.04;
  }
}

@media (max-width: 767px) {
  .koma-case-study-portal {
    --koma-portal-size: 100%;
    max-height: none;
    border-radius: 22px;
  }

  .koma-case-study-portal__product {
    padding: 8% 5%;
  }

  .koma-case-study-section__text,
  .koma-case-study-section__location {
    font-size: var(--sm-size, 14.5px);
    line-height: 1.5;
  }
}

.landing-video-section .grid-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 var(--page-margin);
  display: flex;
  justify-content: center;
}

.landing-video-section .grid-row {
  width: 100%;
  justify-content: center;
  margin: 0;
}

.landing-video-section .grid-col {
  width: 100%;
  max-width: min(1200px, calc(100vw - 2 * var(--page-margin)));
  flex: 0 0 100%;
  padding: 0;
  display: flex;
  justify-content: center;
}

.landing-video-section .video-wrapper {
  width: 100%;
  max-width: min(1200px, calc(100vw - 2 * var(--page-margin)));
  margin-inline: auto;
  line-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--shape-corner-xl);
  transform-origin: center center !important;
}

.landing-video,
.landing-video-section video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--shape-corner-xl);
  object-fit: cover;
  aspect-ratio: 16 / 9;
  pointer-events: none;
}

@media (max-width: 767px) {
  .landing-video-section .grid-col,
  .landing-video-section .video-wrapper {
    max-width: calc(100vw - 2 * var(--page-margin));
  }
}

/* Scroll-linked image scale — keep wrappers centered (non-GSAP sections only) */
.feature-media,
.slide-image-wrapper,
.media-wrapper,
.feature-media-item {
  transform-origin: center center !important;
  margin-inline: auto;
}

.feature-media,
.slide-image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.feature-image,
.list-image {
  display: block;
  max-width: 100%;
  height: auto;
}

landing-try-solutions,
.try-solutions-section,
use-cases,
.landing-use-case-section {
  display: none !important;
}

.koma-explore-cta,
.welcome-cta .koma-explore-cta,
.welcome-cta app-button.koma-explore-cta,
.welcome-cta app-button:not(:first-child).koma-explore-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 8px 20px !important;
  min-block-size: 36px;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  border-radius: 999px !important;
  background: var(--palette-grey-20, #eff2f7) !important;
  color: var(--theme-surface-on-surface, #121317) !important;
  border: none !important;
  text-decoration: none !important;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 0.875rem;
  font-weight: 450;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none !important;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.koma-explore-cta:hover,
.koma-explore-cta:focus-visible,
.welcome-cta .koma-explore-cta:hover,
.welcome-cta .koma-explore-cta:focus-visible,
.welcome-cta app-button.koma-explore-cta:hover,
.welcome-cta app-button.koma-explore-cta:focus-visible {
  background: var(--koma-orange, #e85d26) !important;
  color: #fff !important;
  outline: none;
}

.koma-explore-cta__label {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.15;
}

.feature-explorer-section {
  scroll-margin-top: 96px;
}

.feature-explorer-section .feature-item {
  scroll-margin-top: clamp(96px, 12vh, 140px);
}

/* Scroll cascade — fade + rise for unanimated content blocks */
.koma-scroll-cascade {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  filter: blur(8px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--koma-cascade-delay, 0s);
  will-change: opacity, transform, filter;
}

.koma-scroll-cascade.is-cascade-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .koma-scroll-cascade {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* Trio entrance — staggered text de-blur + cinematic image fade */
.koma-trio .feature-item .koma-trio-reveal--title {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  filter: blur(12px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.koma-trio .feature-item .koma-trio-reveal--desc {
  opacity: 0 !important;
  transform: translate3d(0, 32px, 0);
  filter: blur(8px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.16s,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.16s,
    filter 1s cubic-bezier(0.22, 1, 0.36, 1) 0.16s;
  will-change: opacity, transform, filter;
}

.koma-trio .feature-item .koma-trio-reveal--media {
  position: relative;
  transform: translate3d(0, 72px, 0) scale(0.94);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.32s;
  will-change: transform;
}

.koma-trio .feature-item .koma-trio-reveal--media::after {
  content: '';
  position: absolute;
  inset: -1%;
  border-radius: clamp(18px, 2.4vw, 28px);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 255, 255, 0.04) 38%,
    rgba(255, 255, 255, 0) 72%
  );
  opacity: 1;
  transition: opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.52s;
  pointer-events: none;
  z-index: 2;
}

.koma-trio .feature-item .koma-trio-reveal-img,
.koma-case-study-section .koma-trio-reveal-img {
  opacity: 0;
  transform: scale(1.05);
  transition:
    opacity 1.3s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.koma-case-study-section .koma-trio-reveal-img:not(.koma-case-study-device__img--native) {
  transform: none;
  transition: opacity 1.3s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity;
}

.koma-case-study-device__img--native,
.koma-case-study-device--browser .koma-case-study-device__img--native {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

.koma-trio .feature-item .koma-trio-reveal-img {
  transition-delay: 0.46s;
}

.koma-trio .feature-item.is-revealed .koma-trio-reveal--title {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.koma-trio .feature-item.is-revealed .koma-trio-reveal--desc {
  opacity: 1 !important;
  transform: none;
  filter: blur(0);
}

.koma-trio .feature-item.is-revealed .koma-trio-reveal--media {
  transform: none;
}

.koma-trio .feature-item.is-revealed .koma-trio-reveal--media::after {
  opacity: 0;
}

.koma-trio .feature-item.is-revealed .koma-trio-reveal-img,
.koma-case-study-section .koma-trio-reveal-img.is-img-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .koma-trio .feature-item .koma-trio-reveal--title,
  .koma-trio .feature-item .koma-trio-reveal--desc,
  .koma-trio .feature-item .koma-trio-reveal-img,
  .koma-case-study-section .koma-trio-reveal-img {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .koma-trio .feature-item .koma-trio-reveal--media {
    transform: none !important;
    transition: none !important;
  }

  .koma-trio .feature-item .koma-trio-reveal--media::after {
    opacity: 0 !important;
    transition: none !important;
  }
}

.feature-explorer-section .feature-copy,
.feature-explorer-section .feature-info,
.feature-explorer-section .feature-title,
.feature-explorer-section .feature-description,
.feature-explorer-section .feature-title .koma-wordmark,
.feature-explorer-section .feature-title .koma-typed-content,
.feature-explorer-section .feature-title typed-header,
.feature-explorer-section .feature-title typed-header .typed-content {
  text-align: left !important;
}

.feature-explorer-section .feature-copy {
  align-items: flex-start !important;
}

.feature-title .koma-feature-eyebrow,
.koma-feature-problem__eyebrow {
  display: block;
  margin: 0 0 16px;
  font-family: inherit;
  font-size: var(--xs-size, 12.5px);
  font-weight: 450;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--theme-surface-on-surface-variant, #45474d);
  font-variation-settings: "wdth" 100, "opsz" 32;
}

.feature-title .koma-feature-eyebrow-accent,
.koma-feature-problem__eyebrow-accent {
  color: var(--koma-orange, #e85d26);
}

.feature-title .koma-feature-headline {
  display: block;
}

.koma-feature-problem {
  width: 100%;
  text-align: left;
}

.feature-explorer-section .feature-item:has(.koma-feature-problem) .feature-title,
.feature-explorer-section .feature-item:has(.koma-feature-solution) .feature-title,
.feature-explorer-section .feature-item:has(.koma-feature-dashboard) .feature-title {
  margin-bottom: 80px !important;
}

.feature-explorer-section .feature-item:has(.koma-feature-problem) .feature-description,
.feature-explorer-section .feature-item:has(.koma-feature-solution) .feature-description,
.feature-explorer-section .feature-item:has(.koma-feature-dashboard) .feature-description {
  margin-top: 0 !important;
}

.feature-explorer-section .feature-item:has(.koma-feature-problem) .feature-copy,
.feature-explorer-section .feature-item:has(.koma-feature-problem) .feature-info,
.feature-explorer-section .feature-item:has(.koma-feature-solution) .feature-copy,
.feature-explorer-section .feature-item:has(.koma-feature-solution) .feature-info,
.feature-explorer-section .feature-item:has(.koma-feature-dashboard) .feature-copy,
.feature-explorer-section .feature-item:has(.koma-feature-dashboard) .feature-info {
  gap: 0 !important;
}

.koma-feature-problem__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.koma-feature-problem__list li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 1.15em;
  font-family: inherit;
  font-size: clamp(0.95rem, 1.45vw, 1.125rem);
  line-height: 1.45;
  font-weight: 450;
  color: var(--theme-surface-on-surface-variant, #45474d);
  font-variation-settings: "wdth" 100, "opsz" 32;
}

.koma-feature-problem__list li:last-child {
  margin-bottom: 0;
}

.koma-feature-problem .koma-feature-problem__list li:last-child {
  margin-bottom: 8px;
}

.koma-feature-problem__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-surface-on-surface, #121317);
}

.koma-feature-problem__solution {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 10px 22px;
  border: none;
  border-radius: 999px;
  background: var(--koma-orange, #e85d26);
  color: #fff;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.koma-feature-problem__solution:hover,
.koma-feature-problem__solution:focus-visible {
  background: var(--theme-surface-on-surface, #121317);
  color: #fff;
  outline: none;
}

.koma-feature-problem__quote {
  margin: 36px 0 0;
  max-width: 28rem;
  font-family: inherit;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.25;
  font-weight: 450;
  letter-spacing: -0.02em;
  color: var(--theme-surface-on-surface, #121317);
  font-variation-settings: "wdth" 100, "opsz" 42;
}

.koma-feature-solution {
  width: 100%;
  text-align: left;
}

.koma-feature-dashboard {
  width: 100%;
  text-align: left;
}

.koma-feature-solution__intro {
  margin: 0 0 16px;
  font-family: inherit;
  font-size: clamp(0.95rem, 1.45vw, 1.125rem);
  line-height: 1.45;
  font-weight: 450;
  color: var(--theme-surface-on-surface-variant, #45474d);
  font-variation-settings: "wdth" 100, "opsz" 32;
}

.koma-feature-dashboard__intro {
  margin: 0 0 36px;
  font-family: inherit;
  font-size: clamp(0.95rem, 1.45vw, 1.125rem);
  line-height: 1.45;
  font-weight: 450;
  color: var(--theme-surface-on-surface-variant, #45474d);
  font-variation-settings: "wdth" 100, "opsz" 32;
}

.koma-feature-solution__lead {
  margin: 0 0 36px;
  max-width: 34rem;
  font-family: inherit;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--theme-surface-on-surface, #121317);
  font-variation-settings: "wdth" 100, "opsz" 42;
}

.koma-feature-solution__list,
.koma-feature-dashboard__list {
  margin-top: 0;
}

.feature-description .koma-feature-solution__demo,
.koma-feature-solution__demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 10px 22px;
  border: none;
  border-radius: 999px;
  background: var(--koma-orange, #e85d26) !important;
  color: #fff !important;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.feature-description .koma-feature-solution__demo:hover,
.feature-description .koma-feature-solution__demo:focus-visible,
.koma-feature-solution__demo:hover,
.koma-feature-solution__demo:focus-visible {
  background: var(--theme-surface-on-surface, #121317) !important;
  color: #fff !important;
  outline: none;
}

.koma-feature-solution__list strong {
  font-weight: 500;
  color: var(--theme-surface-on-surface, #121317);
}

.feature-explorer-section .feature-item + .feature-item {
  margin-top: 200px;
}

.feature-cta-wrap {
  display: none !important;
}

.koma-chat-preview-host {
  background: transparent !important;
  padding: 0 !important;
  overflow: visible !important;
}

.koma-chat-preview {
  position: relative;
  width: 100%;
  max-width: min(1024px, 100%);
  margin: 0 auto;
  padding: 0;
  border-radius: clamp(18px, 2.4vw, 28px);
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.koma-chat-preview__glow {
  display: none;
}

.koma-chat-preview__card {
  position: relative;
  z-index: 1;
  border-radius: clamp(18px, 2.4vw, 28px);
  overflow: hidden;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border: none;
}

.koma-chat-preview__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border: none;
  box-shadow: none;
  border-radius: clamp(18px, 2.4vw, 28px);
}

@media (max-width: 767px) {
  .koma-chat-preview,
  .koma-chat-preview__card,
  .koma-chat-preview__image {
    border-radius: clamp(16px, 4vw, 24px);
  }
}

.koma-wordmark,
.koma-brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0.28em;
  font-family: "Google Sans Flex", sans-serif;
  font-weight: 300;
  color: var(--theme-surface-on-surface, #121317);
  letter-spacing: -0.02em;
  white-space: nowrap;
  line-height: 1;
}

.koma-wordmark strong,
.koma-brand-wordmark strong,
.koma-footer-wordmark__text strong {
  font-weight: 500;
}

.koma-wordmark--feature-title,
.feature-title .koma-wordmark {
  display: inline;
  white-space: normal;
  font-weight: 300;
  color: inherit;
  letter-spacing: -0.02em;
}

.koma-brand-wordmark--header {
  font-size: 21px;
}

.koma-brand-wordmark--hero {
  font-size: 30px;
}

@media (max-width: 767px) {
  .koma-brand-wordmark--hero {
    font-size: 24px;
  }
}

/* Footer branding */
app-antigravity-footer,
#antigravity-footer-wrapper,
.footer-antigravity {
  display: none !important;
}

.footer-inner {
  display: flex !important;
  justify-content: center !important;
  width: 100%;
}

.footer-inner > .grid-col:first-child {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  text-align: center;
}

.footer-main-content {
  display: none !important;
}

.footer-title.heading-5,
.koma-footer-tagline {
  width: 100%;
  max-width: min(760px, calc(100% - 2 * var(--page-margin, 24px)));
  margin: 0 auto 250px !important;
  padding-inline: var(--page-margin, 24px);
  text-align: center;
}

.footer {
  position: relative;
  padding-block: 0 !important;
  margin-bottom: 0 !important;
}

.footer-img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 !important;
  padding: clamp(72px, 10vw, 120px) var(--page-margin, 24px) calc(40px + 3.5rem) !important;
  min-height: clamp(420px, 52vh, 560px);
  pointer-events: auto;
}

.koma-footer-wordmark {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: auto;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
}

.koma-footer-demo-cta {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding-inline: var(--page-margin, 24px);
  pointer-events: auto !important;
  position: relative;
  z-index: 20;
}

.koma-footer-demo-cta__button,
a.koma-footer-demo-cta__button.koma-demo-cta {
  min-width: 148px;
  margin-top: 0 !important;
  position: relative;
  z-index: 21;
  pointer-events: auto !important;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 20px !important;
  min-block-size: 36px;
  border-radius: 999px !important;
  background: var(--theme-surface-on-surface, #121317) !important;
  color: #fff !important;
  border: none !important;
  text-decoration: none !important;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.koma-footer-demo-cta__button:hover,
.koma-footer-demo-cta__button:focus-visible,
a.koma-footer-demo-cta__button.koma-demo-cta:hover,
a.koma-footer-demo-cta__button.koma-demo-cta:focus-visible {
  background: var(--koma-orange, #e85d26) !important;
  color: #fff !important;
}

.koma-footer-wordmark__text {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.14em;
  font-family: "Google Sans Flex", sans-serif;
  font-size: clamp(3.5rem, 15vw, 10.5rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: var(--theme-surface-on-surface, #121317);
  white-space: nowrap;
  text-align: center;
  font-variation-settings: "wdth" 100, "opsz" 124;
}

.koma-footer-wordmark__text strong {
  font-weight: 500;
}

.koma-footer-wordmark__letters {
  gap: 0;
}

.koma-footer-letter {
  display: inline-block;
  will-change: transform, opacity;
  transform-origin: 50% 100%;
}

.koma-footer-wordmark__letters:not(.is-revealed)
  .koma-footer-letter:not(.koma-footer-letter--space) {
  opacity: 0 !important;
  transform: translate3d(0, 1.15em, 0) scale(0.84) !important;
  filter: blur(8px);
}

.koma-footer-wordmark__letters.is-revealed
  .koma-footer-letter:not(.koma-footer-letter--space) {
  animation: koma-footer-letter-in 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.koma-footer-wordmark__letters.is-revealed .koma-footer-letter:nth-child(1) { animation-delay: 0s; }
.koma-footer-wordmark__letters.is-revealed .koma-footer-letter:nth-child(2) { animation-delay: 0.06s; }
.koma-footer-wordmark__letters.is-revealed .koma-footer-letter:nth-child(3) { animation-delay: 0.12s; }
.koma-footer-wordmark__letters.is-revealed .koma-footer-letter:nth-child(4) { animation-delay: 0.18s; }
.koma-footer-wordmark__letters.is-revealed .koma-footer-letter:nth-child(5) { animation-delay: 0.24s; }
.koma-footer-wordmark__letters.is-revealed .koma-footer-letter:nth-child(6) { animation-delay: 0.3s; }
.koma-footer-wordmark__letters.is-revealed .koma-footer-letter:nth-child(7) { animation-delay: 0.36s; }
.koma-footer-wordmark__letters.is-revealed .koma-footer-letter:nth-child(8) { animation-delay: 0.42s; }
.koma-footer-wordmark__letters.is-revealed .koma-footer-letter:nth-child(9) { animation-delay: 0.48s; }
.koma-footer-wordmark__letters.is-revealed .koma-footer-letter:nth-child(10) { animation-delay: 0.54s; }
.koma-footer-wordmark__letters.is-revealed .koma-footer-letter:nth-child(11) { animation-delay: 0.6s; }

@keyframes koma-footer-letter-in {
  from {
    opacity: 0;
    transform: translate3d(0, 1.1em, 0) scale(0.86);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

.koma-footer-letter--brand {
  font-weight: 500;
}

.koma-footer-letter--space {
  width: 0.14em;
}

@media (prefers-reduced-motion: reduce) {
  .koma-footer-wordmark__letters:not(.is-revealed)
    .koma-footer-letter:not(.koma-footer-letter--space),
  .koma-footer-wordmark__letters.is-revealed
    .koma-footer-letter:not(.koma-footer-letter--space),
  .koma-footer-letter {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
  }
}

.koma-brand-wordmark--footer {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .footer {
    padding-block: 0 !important;
  }

  .footer-title.heading-5,
  .koma-footer-tagline {
    margin-bottom: clamp(120px, 22vw, 250px) !important;
    padding-inline: var(--page-margin, 24px);
  }

  .koma-footer-demo-cta {
    margin-top: 0;
  }

  .koma-footer-wordmark__text {
    font-size: clamp(2.75rem, 14vw, 6.5rem);
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 0 !important;
  }

  .footer-img-container {
    padding-bottom: 0 !important;
    order: 1;
  }

  .footer-google-links {
    position: static;
    order: 2;
    width: 100%;
    padding: 32px var(--page-margin, 24px) 24px !important;
    margin: 0 auto !important;
    border: none !important;
    border-top: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .footer-img-container .footer-google-links,
  .footer-google-links .grid-container,
  .footer-google-links .grid-row {
    border: none !important;
    border-top: none !important;
    box-shadow: none !important;
  }

  .footer-google-links .grid-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .footer-google-links .grid-row {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    gap: 0 !important;
  }

  .footer-google-links .grid-col,
  .footer-google-links .grid-col:has(.footer-google-nav),
  .footer-google-links [class*="col-md-offset"],
  .footer-google-links [class*="offset"],
  .footer-google-links [class*="col-xs-"],
  .footer-google-links [class*="col-sm-"],
  .footer-google-links [class*="col-md-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
    justify-self: center !important;
    grid-column: auto !important;
    grid-row: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .footer-google-logo,
  .footer-google-links .koma-brand-wordmark,
  .footer-google-links .koma-brand-wordmark--footer,
  .footer-google-links google-logo,
  .footer-google-links .grid-col:has(.footer-google-logo),
  .footer-google-links .grid-col:has(.koma-brand-wordmark),
  .footer-google-links .grid-col:has(google-logo) {
    display: none !important;
  }

  .footer-google-links .grid-col:has(.footer-google-nav) {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    width: 100%;
    margin-left: 0 !important;
  }

  .footer-google-nav {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
    width: 100% !important;
    gap: 12px 20px;
    text-align: center !important;
  }

  .footer-google-nav a,
  .koma-footer-legal-link {
    text-align: center !important;
  }
}

@media (max-width: 600px) {
  .footer {
    padding-block: 0 !important;
  }

  .footer-title.heading-5,
  .koma-footer-tagline {
    font-size: clamp(0.95rem, 4vw, 1.1rem);
    margin-bottom: clamp(100px, 28vw, 250px) !important;
  }

  .koma-footer-demo-cta {
    margin-top: 0;
  }

  .koma-footer-wordmark__text {
    font-size: clamp(2.25rem, 12vw, 4.5rem);
  }

  .koma-brand-wordmark--footer {
    font-size: 16px;
  }
}

/* Trusted-by logo strip under hero */
.koma-trusted-by {
  width: min(1200px, calc(100% - 2 * var(--page-margin)));
  margin: 0 auto;
  padding: 28px 0 440px;
  text-align: center;
}

.koma-trusted-by__copy {
  margin: 0 auto 20px;
  max-width: min(920px, calc(100% - 2 * var(--page-margin)));
  color: var(--theme-surface-on-surface-variant, #45474d);
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.koma-trusted-by__logos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 22px 36px;
  width: 100%;
}

.koma-trusted-by__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 96px;
  height: 44px;
  transform: none !important;
}

.koma-trusted-by__logo-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 28px;
  height: auto;
  object-fit: contain;
  opacity: 0.72;
  filter: grayscale(1);
  transform: none !important;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.koma-trusted-by__logo-image:hover {
  opacity: 1;
  filter: grayscale(0);
}

.koma-trusted-by__logo:nth-child(1) .koma-trusted-by__logo-image {
  filter: none;
  opacity: 0.9;
}

.koma-trusted-by__logo-image--large {
  max-width: 72px !important;
  max-height: 34px !important;
}

.koma-trusted-by__logo-image--intel {
  max-width: 94px !important;
  max-height: 44px !important;
}

@media (max-width: 767px) {
  .koma-trusted-by {
    padding-top: 20px;
    padding-bottom: 220px !important;
  }

  .koma-trusted-by__logos {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 12px;
    align-items: center;
    justify-items: center;
  }

  .koma-trusted-by__logo {
    width: 100%;
    max-width: 78px;
    height: 36px;
  }

  .koma-trusted-by__logo-image,
  .koma-trusted-by__logo-image--large {
    max-width: 100% !important;
    max-height: 28px !important;
    min-height: 18px;
  }

  .koma-trusted-by__logo-image--intel {
    max-height: 36px !important;
  }
}

/* Centered feature section nav — grey text + slot-machine hover */
.koma-section-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(28px, 5vw, 56px);
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

.koma-section-nav--top,
.koma-section-nav--header {
  width: auto;
  gap: clamp(20px, 3vw, 40px);
  flex-wrap: nowrap;
  padding: 0;
  background: transparent;
  border: none;
}

.koma-section-nav--footer {
  width: auto;
  gap: clamp(20px, 3vw, 40px);
  flex-wrap: nowrap;
}

.koma-section-nav--footer .koma-section-nav__link,
.koma-section-nav--footer .koma-section-nav__label {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.koma-section-nav--footer .koma-section-nav__link:hover,
.koma-section-nav--footer .koma-section-nav__link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.koma-section-nav__link {
  display: inline-block;
  color: #555555;
  text-decoration: none;
  font-family: "Google Sans Flex", sans-serif;
  font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
  font-weight: 450;
  line-height: 1.35;
  letter-spacing: 0.01em;
  cursor: pointer;
  white-space: nowrap;
}

.koma-section-nav__label {
  display: inline-block;
  vertical-align: middle;
}

.koma-section-nav__label-short {
  display: none;
}

.koma-section-nav__char-slot {
  display: inline-block;
  height: 1.35em;
  overflow: hidden;
  vertical-align: bottom;
  transform: translateZ(0);
}

.koma-section-nav__char-reel {
  display: flex;
  flex-direction: column;
  transform: translate3d(0, 0, 0);
  transition: transform 0.58s cubic-bezier(0.22, 0.75, 0.18, 1);
  transition-delay: var(--koma-slot-delay, 0ms);
  will-change: transform;
}

.koma-section-nav__char-pane {
  display: block;
  height: 1.35em;
  line-height: 1.35;
  flex-shrink: 0;
}

.koma-section-nav__link:hover,
.koma-section-nav__link:focus-visible {
  color: #45474d;
  outline: none;
}

.koma-section-nav__link:hover .koma-section-nav__char-reel,
.koma-section-nav__link:focus-visible .koma-section-nav__char-reel {
  transform: translate3d(0, calc(-1 * 1.35em * 2), 0);
}

.feature-explorer-section .feature-item#the-problem,
.feature-explorer-section .feature-item#the-solution,
.feature-explorer-section .feature-item#ops-dashboard,
.koma-case-study-section#case-study {
  scroll-margin-top: clamp(120px, 14vh, 180px);
}

@media (prefers-reduced-motion: reduce) {
  .koma-section-nav__char-reel {
    transition: none !important;
  }

  .koma-section-nav__link:hover .koma-section-nav__char-reel,
  .koma-section-nav__link:focus-visible .koma-section-nav__char-reel {
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .koma-section-nav {
    gap: 16px 24px;
  }

  .koma-mobile-menu-wrap {
    display: flex;
    align-items: center;
  }

  .koma-header-section-nav-wrap {
    display: none !important;
  }

  app-header .main-content {
    flex-wrap: nowrap;
    align-items: center;
    row-gap: 0;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .koma-mobile-menu-wrap {
    order: 1;
    margin-right: 4px;
    margin-left: 0;
  }

  app-header .logo-link {
    order: 2;
    margin-right: auto !important;
    margin-left: 0 !important;
    flex: 1 1 auto;
    min-width: 0;
  }

  app-header .header-actions-right,
  app-header .koma-header-actions {
    order: 3;
    margin-left: 8px !important;
  }

  app-header .koma-header-demo-cta,
  app-header .download-button {
    order: 3;
  }

  .koma-section-nav--footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .koma-section-nav__link:not(.koma-mobile-menu__link) {
    font-size: 0.8125rem;
    line-height: 1.25;
    text-align: center;
  }

  .footer-google-links .grid-row:has(.koma-section-nav-col) {
    flex-direction: column;
    align-items: center !important;
    row-gap: 12px;
  }

  .koma-section-nav-col {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center;
    order: 2;
    pointer-events: auto;
  }

  .footer-google-links .grid-col:has(.footer-google-logo),
  .footer-google-links .grid-col:has(google-logo),
  .footer-google-links .grid-col:has(.koma-brand-wordmark) {
    order: 1;
  }

  .footer-google-links .grid-col:has(.footer-google-nav) {
    order: 3;
  }
}
