/* Orimo v4 — corporate, modern, minimalist */
:root {
  --o-brand: #1b4f8a;
  --o-brand-hover: #153d6b;
  --o-brand-soft: rgba(27, 79, 138, 0.08);
  --o-brand-glow: rgba(27, 79, 138, 0.18);
  --o-accent: #0d9488;
  --o-accent-soft: rgba(13, 148, 136, 0.1);
  --o-ink: #0f172a;
  --o-text: #334155;
  --o-text-light: #64748b;
  --o-text-muted: #94a3b8;
  --o-bg: #ffffff;
  --o-bg-subtle: #f8fafc;
  --o-bg-muted: #f1f5f9;
  --o-border: #e2e8f0;
  --o-border-subtle: #f1f5f9;
  --o-surface: #ffffff;
  --o-gradient-brand: linear-gradient(135deg, #1b4f8a 0%, #2563eb 48%, #0d9488 100%);
  --o-gradient-soft: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 45%, #ecfdf5 100%);
  --o-radius: 8px;
  --o-radius-lg: 12px;
  --o-radius-xl: 16px;
  --o-btn-radius: 8px;
  --o-shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.04), 0 1px 2px rgba(15, 23, 42, 0.03);
  --o-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  --o-shadow-lg: 0 20px 48px rgba(15, 23, 42, 0.08);
  --o-shadow-flyout: 0 24px 48px rgba(15, 23, 42, 0.1), 0 8px 20px rgba(15, 23, 42, 0.06);
  --o-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --o-container: 1200px;
  --o-header-h: 68px;
  --o-header-gutter: clamp(1.25rem, 4vw, 2.5rem);
  --o-gutter-x: clamp(1.25rem, 5vw, 1.5rem);
  --o-inner-hero-gap: clamp(1.125rem, 2.5vw, 1.625rem);
  --o-auth-top-gap: clamp(2.5rem, 5vw, 3.5rem);
  --o-nav-track: min(var(--o-container), 100%);
  --o-nav-flyout-gap: 0;
  --o-nav-menu-gap: 10px;
  --o-nav-flyout-bridge: 6px;
  --o-mega-aside-w: 21rem;
  --o-shadow-nav-bar: 0 4px 14px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04);
  --o-nav-ease-soft: cubic-bezier(0.32, 0.72, 0, 1);
  --o-nav-switch-dur: 0.36s;
  --o-topbar-h: 0px;
  --o-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --o-safe-top: env(safe-area-inset-top, 0px);
  --o-safe-bottom: env(safe-area-inset-bottom, 0px);
}

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

::selection {
  background: var(--o-brand-soft);
  color: var(--o-ink);
}
:focus-visible {
  outline: 2px solid var(--o-brand);
  outline-offset: 2px;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable;
  scroll-padding-top: calc(var(--o-header-h) + clamp(0.625rem, 1.5vw, 0.875rem) + 1rem);
}

body {
  margin: 0;
  font-family: var(--o-font);
  color: var(--o-text);
  background: var(--o-bg);
  line-height: 1.6;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
button { font: inherit; cursor: pointer; border: none; background: none; touch-action: manipulation; }
h1, h2, h3, h4, h5, h6 { color: var(--o-ink); letter-spacing: -0.02em; line-height: 1.15; margin: 0; font-weight: 600; }
p { margin: 0; }
.noscroll { overflow: hidden; position: fixed; width: 100%; }

.o-container {
  width: min(var(--o-container), calc(100% - 2 * var(--o-gutter-x)));
  margin-inline: auto;
}

.o-nav-shell {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-inline: max(var(--o-header-gutter), env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  padding-top: clamp(0.625rem, 1.4vw, 0.875rem);
  background: transparent;
  overflow: visible;
}
.o-nav-track {
  position: relative;
  width: 100%;
  max-width: min(var(--o-container), 100%);
  margin-inline: auto;
}
.o-nav-card {
  position: relative;
  z-index: 2;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 8px 24px rgba(15, 23, 42, 0.06),
    0 18px 40px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  transition:
    background 0.32s var(--o-nav-ease-soft),
    box-shadow 0.32s var(--o-nav-ease-soft),
    border-color 0.32s var(--o-nav-ease-soft),
    border-radius 0.32s var(--o-nav-ease-soft);
}
.o-nav-shell.is-menu-open .o-nav-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: var(--o-nav-menu-gap);
  pointer-events: auto;
  z-index: 4;
}
.o-nav-shell.is-menu-open .o-nav-card {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow:
    0 2px 4px rgba(15, 23, 42, 0.04),
    0 10px 28px rgba(15, 23, 42, 0.08),
    0 22px 52px rgba(15, 23, 42, 0.05);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.o-nav-shell.is-switching .o-nav-card {
  box-shadow:
    0 4px 8px rgba(15, 23, 42, 0.04),
    0 12px 32px rgba(15, 23, 42, 0.08),
    0 24px 56px rgba(15, 23, 42, 0.05);
}
/* Scrolled — slightly denser floating bar */
.o-nav-shell:not(.is-menu-open) .o-nav-card.is-scrolled {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow:
    0 2px 4px rgba(15, 23, 42, 0.04),
    0 10px 28px rgba(15, 23, 42, 0.08),
    0 22px 52px rgba(15, 23, 42, 0.05);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
@media (max-width: 899px) {
  .o-nav-card.is-scrolled {
    box-shadow:
      0 2px 6px rgba(15, 23, 42, 0.05),
      0 10px 28px rgba(15, 23, 42, 0.08);
  }
}
@media (max-width: 899px) {
  .o-nav-card {
    background: #fff;
    border-radius: 14px;
    box-shadow:
      0 1px 2px rgba(15, 23, 42, 0.04),
      0 8px 22px rgba(15, 23, 42, 0.07);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* Page dim + blur behind open menus */
.o-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(248, 250, 252, 0.42);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.32s var(--o-nav-ease-soft), visibility 0.32s var(--o-nav-ease-soft);
}
.o-nav-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  cursor: default;
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .o-nav-backdrop {
    background: rgba(15, 23, 42, 0.14);
  }
}
/* Scroll lock only on mobile — desktop keeps scrollbar to avoid layout flicker */
body.is-nav-menu-open {
  overflow: hidden;
}
@media (min-width: 900px) {
  body.is-nav-menu-open {
    overflow: visible;
  }
}

/* ── Header ── */
.o-header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: var(--o-header-h);
  display: flex;
  align-items: center;
  overflow: visible;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: background 0.32s var(--o-nav-ease-soft);
}
.o-nav-shell.is-menu-open .o-header {
  background: transparent;
}
@media (max-width: 899px) {
  .o-header {
    background: #fff;
  }
}
@media (min-width: 900px) {
  .o-nav-shell.is-menu-open .o-nav-card .o-header {
    box-shadow: none;
  }
}
.o-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  min-height: var(--o-header-h);
  padding-inline: clamp(0.875rem, 2vw, 1.25rem);
}
.o-header__start {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  min-width: 0;
}
.o-logo {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.4375rem;
  color: var(--o-ink);
  letter-spacing: -0.045em;
  flex-shrink: 0;
  line-height: 1;
  text-transform: lowercase;
}

.o-nav {
  display: none;
  align-items: center;
  gap: 0;
}
.o-nav__item { position: relative; }
.o-nav__link,
.o-nav__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.6rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--o-text);
  border-radius: 6px;
  transition: color 0.15s, background 0.15s;
  white-space: nowrap;
  line-height: 1.35;
}
.o-nav__trigger {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: inherit;
}
.o-nav__chevron {
  flex-shrink: 0;
  display: block;
  width: 11px;
  height: 11px;
  color: var(--o-ink);
  opacity: 1;
  transition: transform 0.22s var(--o-ease), color 0.15s;
}
.o-nav-shell.is-mega-open #o-products-trigger .o-nav__chevron { transform: rotate(180deg); color: var(--o-brand); opacity: 1; }
.o-nav-shell.is-corporate-open #o-corporate-trigger .o-nav__chevron { transform: rotate(180deg); color: var(--o-brand); opacity: 1; }
.o-nav-shell.is-mega-open #o-products-trigger,
.o-nav-shell.is-corporate-open #o-corporate-trigger {
  color: var(--o-brand);
}
.o-nav__trigger {
  position: relative;
  transition: color 0.2s var(--o-ease), background 0.2s var(--o-ease);
}
.o-nav__trigger:hover .o-nav__chevron { color: var(--o-ink); opacity: 1; }
.o-nav__link:hover,
.o-nav__trigger:hover,
.o-nav-shell.is-mega-open .o-nav__trigger,
.o-nav-shell.is-corporate-open #o-corporate-trigger {
  color: var(--o-ink);
}

/* Nav flyouts — overlay below header, no page layout shift */
.o-nav-flyouts {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  overflow: visible;
  transition: opacity 0.28s var(--o-nav-ease-soft);
}
.o-nav-shell.is-menu-open .o-nav-flyouts {
  opacity: 1;
}
.o-nav-flyouts__inner {
  position: relative;
  display: grid;
  grid-template: 1fr / 1fr;
  width: 100%;
  min-height: var(--o-flyout-h, 0px);
  overflow: visible;
  pointer-events: none;
  transition: min-height var(--o-nav-switch-dur) var(--o-nav-ease-soft);
}
.o-nav-flyout {
  grid-area: 1 / 1;
  align-self: start;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.988);
  transition:
    opacity var(--o-nav-switch-dur) var(--o-nav-ease-soft),
    visibility var(--o-nav-switch-dur) var(--o-nav-ease-soft),
    transform var(--o-nav-switch-dur) var(--o-nav-ease-soft);
}
.o-nav-flyout.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.o-nav-shell.is-switching .o-nav-flyout.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px) scale(0.992);
}
.o-nav-flyout--corporate {
  position: relative;
  left: var(--o-corporate-flyout-left, 0);
  width: max-content;
  max-width: min(20.5rem, calc(100% - 1.5rem));
  padding: 0.375rem;
  background: #fff;
  border: none;
  border-radius: 14px;
  box-shadow:
    0 4px 8px rgba(15, 23, 42, 0.04),
    0 16px 40px rgba(15, 23, 42, 0.09),
    0 32px 64px rgba(15, 23, 42, 0.05);
}
.o-nav-flyout--corporate.is-open,
.o-nav-flyout--mega.is-open {
  margin-top: var(--o-nav-menu-gap);
}
.o-nav-flyout--corporate.is-open::before,
.o-nav-flyout--mega.is-open::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-1 * (var(--o-nav-menu-gap) + var(--o-nav-flyout-bridge)));
  height: calc(var(--o-nav-menu-gap) + var(--o-nav-flyout-bridge));
  pointer-events: auto;
}
.o-nav-shell.is-corporate-open .o-nav__item--dropdown::after,
.o-nav-shell.is-mega-open .o-nav__item--mega::after {
  content: "";
  position: absolute;
  left: -0.625rem;
  right: -0.625rem;
  top: 100%;
  height: calc(var(--o-nav-menu-gap) + var(--o-nav-flyout-bridge));
  pointer-events: auto;
  z-index: 5;
}
.o-nav-flyout--mega {
  position: relative;
  width: 100%;
}

@media (min-width: 900px) {
  .o-nav-flyouts {
    display: block;
  }
}

/* Kurumsal dropdown links */
.o-nav__item--dropdown { position: relative; }
.o-nav__item--mega { position: relative; }
.o-nav__dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.o-nav__dropdown-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.625rem 0.625rem;
  border-radius: 8px;
  transition: background 0.15s var(--o-ease);
}
.o-nav__dropdown-link:hover {
  background: var(--o-bg-subtle);
}
.o-nav__dropdown-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--o-brand-soft);
  color: var(--o-brand);
  flex-shrink: 0;
  margin-top: 0.0625rem;
}
.o-nav__dropdown-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  flex: 1;
}
.o-nav__dropdown-title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--o-ink);
  line-height: 1.35;
  white-space: nowrap;
  transition: color 0.15s var(--o-ease);
}
.o-nav__dropdown-desc {
  font-size: 0.8125rem;
  color: var(--o-text-light);
  line-height: 1.5;
  max-width: 16.5rem;
}
.o-nav__dropdown-link:hover .o-nav__dropdown-title {
  color: var(--o-brand);
}
.o-nav__dropdown-arrow {
  flex-shrink: 0;
  margin-top: 0.125rem;
  color: var(--o-text-muted);
  opacity: 0;
  transform: translateX(-3px);
  transition: opacity 0.15s var(--o-ease), transform 0.15s var(--o-ease), color 0.15s var(--o-ease);
}
.o-nav__dropdown-link:hover .o-nav__dropdown-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--o-brand);
}

.o-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  margin-left: auto;
}
.o-header__signin.o-btn,
.o-header__cta.o-btn {
  display: none;
}
.o-header__signin.o-btn--ghost,
.o-header__cta.o-btn--primary {
  min-height: 40px;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
.o-header__signin.o-btn--ghost {
  background: #fff;
  color: var(--o-ink);
  box-shadow: inset 0 0 0 1px var(--o-border), 0 1px 1px rgba(15, 23, 42, 0.04);
}
.o-header__signin.o-btn--ghost:hover {
  background: var(--o-bg-subtle);
  color: var(--o-ink);
  box-shadow: inset 0 0 0 1px var(--o-border);
}
.o-btn__chev {
  font-size: 1.125rem;
  line-height: 1;
  margin-top: -1px;
  font-weight: 400;
}

/* Buttons — rounded rectangle, system-wide radius */
.o-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  min-height: 40px;
  border-radius: var(--o-btn-radius);
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  transition: background 0.15s, box-shadow 0.15s, transform 0.1s;
  white-space: nowrap;
  user-select: none;
}
.o-btn:active { transform: scale(0.98); }
.o-btn--primary {
  background: var(--o-brand);
  color: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
.o-btn--primary:hover {
  background: var(--o-brand-hover);
  box-shadow: 0 4px 14px var(--o-brand-glow);
}
.o-btn--dark {
  background: var(--o-ink);
  color: #fff;
  padding-inline: 1rem;
  font-weight: 450;
  gap: 0.25rem;
  box-shadow: none;
}
.o-btn--dark:hover { background: #1e293b; }
.o-btn--dark span { font-size: 1.125rem; line-height: 1; margin-top: -1px; }
.o-btn--google {
  background: #fff;
  color: var(--o-ink);
  box-shadow: inset 0 0 0 1px var(--o-border), 0 1px 1px rgba(0,0,0,0.04);
  gap: 0.625rem;
  font-weight: 450;
}
.o-btn--google:hover { background: var(--o-bg-subtle); box-shadow: inset 0 0 0 1px var(--o-border); }
.o-btn--ghost {
  background: transparent;
  color: var(--o-ink);
  box-shadow: inset 0 0 0 1px var(--o-border);
}
.o-btn--ghost:hover {
  background: var(--o-bg-subtle);
  box-shadow: inset 0 0 0 1px var(--o-border);
}
.o-btn--link {
  background: transparent;
  color: var(--o-brand);
  padding-inline: 0.5rem;
  min-height: auto;
  font-weight: 500;
}
.o-btn--link:hover { color: var(--o-brand-hover); }
.o-btn--lg { padding: 0.6875rem 1.375rem; min-height: 44px; font-size: 0.9375rem; }
.o-btn--block { width: 100%; }

.o-btn--loadable {
  position: relative;
}

.o-btn--loadable .o-btn__label {
  transition: opacity 0.15s var(--o-ease);
}

.o-btn--loadable .o-btn__spinner {
  position: absolute;
  inset: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-top-color: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-sizing: border-box;
  animation: o-btn-spin 0.7s linear infinite;
  animation-play-state: paused;
  transition: opacity 0.15s var(--o-ease), visibility 0.15s var(--o-ease);
}

.o-btn--loadable.is-loading {
  pointer-events: none;
}

.o-btn--loadable.is-loading .o-btn__label {
  opacity: 0;
}

.o-btn--loadable.is-loading .o-btn__spinner {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}

.o-btn--loadable:disabled {
  opacity: 1;
}

@keyframes o-btn-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.o-btn--pill { padding-inline: 1.625rem; }
.o-btn--outline-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.o-btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.o-burger {
  display: flex;
  width: 40px; height: 40px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
  color: var(--o-ink);
}
.o-burger span {
  display: block;
  width: 18px; height: 1.5px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}
.o-burger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.o-burger.is-open span:nth-child(2) { opacity: 0; }
.o-burger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Drawer */
.o-drawer-overlay {
  position: fixed; inset: 0; z-index: 1098;
  background: rgba(248, 250, 252, 0.45);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  opacity: 0; visibility: hidden;
  transition: opacity 0.28s var(--o-ease), visibility 0.28s var(--o-ease);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .o-drawer-overlay { background: rgba(15, 23, 42, 0.32); }
}
.o-drawer-overlay.is-open { opacity: 1; visibility: visible; }
.o-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 1099;
  width: min(320px, 100vw);
  background: var(--o-surface);
  padding: calc(1rem + var(--o-safe-top)) 1.25rem calc(1.25rem + var(--o-safe-bottom));
  transform: translateX(100%);
  transition: transform 0.3s var(--o-ease);
  overflow-y: auto;
}
.o-drawer.is-open { transform: translateX(0); }
.o-drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
.o-drawer__close {
  width: 40px; height: 40px;
  border-radius: 8px;
  display: grid; place-items: center;
  color: var(--o-text-light);
}
.o-drawer__nav { display: flex; flex-direction: column; margin-bottom: 1.5rem; }
.o-drawer__link {
  display: block;
  padding: 0.875rem 0;
  min-height: 44px;
  font-size: 1rem;
  font-weight: 450;
  color: var(--o-ink);
  border-bottom: 1px solid var(--o-border);
}
.o-drawer__actions { display: flex; flex-direction: column; gap: 0.5rem; }
.o-drawer__group { border-bottom: 1px solid var(--o-border); }
.o-drawer__group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.875rem 0;
  min-height: 44px;
  font-size: 1rem;
  font-weight: 450;
  color: var(--o-ink);
  text-align: left;
}
.o-drawer__group-toggle svg {
  transition: transform 0.2s var(--o-ease);
  color: var(--o-text-light);
}
.o-drawer__group.is-open .o-drawer__group-toggle svg { transform: rotate(180deg); }
.o-drawer__subnav {
  display: none;
  flex-direction: column;
  padding-bottom: 0.5rem;
}
.o-drawer__group.is-open .o-drawer__subnav { display: flex; }
.o-drawer__sublink {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0 0.625rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 450;
  color: var(--o-text);
  border-left: 2px solid var(--o-border-subtle);
  margin-left: 0.25rem;
}
.o-drawer__sublink-icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: var(--o-brand-soft);
  color: var(--o-brand);
  flex-shrink: 0;
}
.o-drawer__sublink-icon svg {
  width: 15px;
  height: 15px;
}
.o-drawer__sublink:hover { color: var(--o-brand); }

/* Mega menu — floating panel below header */
.o-mega__surface {
  width: 100%;
  background: #fff;
  border: 1px solid var(--o-border-subtle);
  border-radius: 14px;
  box-shadow:
    0 8px 24px rgba(15, 23, 42, 0.06),
    0 2px 6px rgba(15, 23, 42, 0.03);
  overflow: hidden;
}
.o-mega__panel {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.o-mega__body {
  display: block;
}
.o-mega__main {
  padding: 1.375rem 1.375rem 1.25rem;
}
.o-mega__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.o-mega__section-label {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--o-text-muted);
}
.o-mega__view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--o-text-light);
  transition: color 0.15s;
}
.o-mega__view-all:hover { color: var(--o-brand); }
.o-mega__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}
.o-mega__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid var(--o-border-subtle);
  border-radius: 12px;
  background: #fff;
  transition: border-color 0.16s var(--o-ease), background 0.16s var(--o-ease), box-shadow 0.16s var(--o-ease);
}
.o-mega__card:hover {
  border-color: var(--o-border);
  background: var(--o-bg-subtle);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}
.o-mega__card-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--o-brand-soft);
  color: var(--o-brand);
  flex-shrink: 0;
}
.o-mega__card-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.o-mega__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  min-width: 0;
}
.o-mega__card-title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--o-ink);
  letter-spacing: -0.02em;
  line-height: 1.35;
  transition: color 0.15s;
}
.o-mega__card-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.8125rem;
  color: var(--o-text-light);
  line-height: 1.55;
}
.o-mega__card:hover .o-mega__card-title {
  color: var(--o-brand);
}
.o-mega__card--static {
  cursor: default;
}
.o-mega__card--static:hover .o-mega__card-title {
  color: var(--o-ink);
}
.o-mega-arrow {
  flex-shrink: 0;
  display: block;
  transition: transform 0.15s var(--o-ease);
}
.o-mega__view-all:hover .o-mega-arrow,
.o-mega__footer-link:hover .o-mega-arrow {
  transform: translateX(2px);
}
.o-mega__footer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  padding: 1rem 1.5rem 1.25rem;
  border-top: 1px solid var(--o-border);
  background: #fff;
}
.o-mega__footer-text {
  font-size: 0.8125rem;
  color: var(--o-text-light);
  line-height: 1.45;
  margin: 0;
}
.o-mega__footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--o-brand);
  white-space: nowrap;
}
.o-mega__footer-link:hover { color: var(--o-brand-hover); }
.o-mega__footer-link:hover .o-mega-arrow { transform: translateX(2px); }

.o-page { /* content */ }

/* ── Hero — light layout + distributed atmosphere ── */
.o-hero {
  position: relative;
  overflow: hidden;
  background: var(--o-bg);
}
.o-hero--showcase {
  --o-hero-brand: #1b4f8a;
  --o-hero-underlap: calc(var(--o-header-h) + clamp(0.625rem, 1.4vw, 0.875rem) + 0.5rem);
  margin-top: calc(-1 * var(--o-hero-underlap));
  padding-top: var(--o-hero-underlap);
  background:
    linear-gradient(180deg, #eef3f9 0%, #f7f9fc 22%, #ffffff 58%, #ffffff 100%);
  color: var(--o-ink);
  border-bottom: none;
}
.o-hero__canvas {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.o-hero__atmos {
  position: absolute;
  pointer-events: none;
  will-change: transform, opacity;
}
.o-hero__atmos--wash {
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 18% 12%, rgba(27, 79, 138, 0.1) 0%, transparent 62%),
    radial-gradient(ellipse 55% 50% at 86% 8%, rgba(27, 79, 138, 0.07) 0%, transparent 58%),
    linear-gradient(245deg, rgba(255, 255, 255, 0.55) 0%, transparent 42%, rgba(241, 245, 249, 0.45) 100%);
}
.o-hero__atmos--left {
  top: 0%;
  left: -8%;
  width: min(52vw, 520px);
  height: min(52vw, 520px);
  border-radius: 50%;
  background: radial-gradient(circle at 45% 45%, rgba(27, 79, 138, 0.14) 0%, rgba(27, 79, 138, 0.04) 42%, transparent 70%);
  filter: blur(2px);
  animation: o-hero-atmos-drift 22s ease-in-out infinite;
}
.o-hero__atmos--right {
  top: -4%;
  right: -10%;
  width: min(58vw, 640px);
  height: min(58vw, 640px);
  border-radius: 50%;
  background: radial-gradient(circle at 48% 42%, rgba(27, 79, 138, 0.15) 0%, rgba(59, 130, 246, 0.05) 38%, transparent 68%);
  filter: blur(2px);
  animation: o-hero-atmos-drift-alt 26s ease-in-out infinite;
}
.o-hero__atmos--floor {
  left: 8%;
  right: 8%;
  bottom: -8%;
  height: 42%;
  background: radial-gradient(ellipse 70% 55% at 50% 100%, rgba(27, 79, 138, 0.04) 0%, transparent 72%);
}
.o-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(rgba(27, 79, 138, 0.11) 0.7px, transparent 0.8px);
  background-size: 28px 28px;
  background-position: 0 0;
  mask-image: radial-gradient(ellipse 75% 65% at 55% 40%, #000 10%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 55% 40%, #000 10%, transparent 72%);
}
.o-hero__arc {
  position: absolute;
  color: rgba(27, 79, 138, 0.14);
  pointer-events: none;
  overflow: visible;
}
.o-hero__arc-path {
  fill: none;
  opacity: 0.9;
}
.o-hero__arc-spark {
  opacity: 0.95;
  transform-box: fill-box;
  transform-origin: center;
  animation: o-hero-arc-twinkle 1.8s ease-in-out infinite;
}
.o-hero__arc-spark--slow {
  opacity: 0.82;
  animation-duration: 2.4s;
  animation-delay: -0.7s;
}
.o-hero__arc-spark-star {
  opacity: 0.95;
}
.o-hero__arc-spark-core {
  opacity: 1;
}
.o-hero__arc--a {
  top: 2%;
  left: -4%;
  width: 82%;
  height: auto;
  max-height: 78%;
}
.o-hero__arc--b {
  top: 12%;
  right: -6%;
  width: 68%;
  height: auto;
  max-height: 64%;
}
@keyframes o-hero-atmos-drift {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 1; }
  50% { transform: translate(2.5%, 1.5%) scale(1.04); opacity: 0.88; }
}
@keyframes o-hero-atmos-drift-alt {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 1; }
  50% { transform: translate(-2%, 2%) scale(1.05); opacity: 0.9; }
}
@keyframes o-hero-arc-twinkle {
  0%, 100% { opacity: 0.72; }
  40% { opacity: 1; }
  55% { opacity: 0.88; }
  70% { opacity: 1; }
}
.o-hero .o-container {
  width: min(1180px, calc(100% - 2 * var(--o-gutter-x)));
}
.o-hero__shell {
  position: relative;
  padding: 1.75rem 0 0;
  z-index: 2;
}
.o-hero__layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  min-height: auto;
}
.o-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 52rem;
}
.o-hero__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.125rem;
}
.o-hero__eyebrow--showcase {
  margin-bottom: 1rem;
}
.o-hero__eyebrow-label,
.o-hero__eyebrow-suffix {
  color: var(--o-text);
  font-weight: 400;
}
.o-hero__eyebrow--showcase .o-hero__eyebrow-label {
  color: var(--o-text-light);
  font-size: 0.9375rem;
}
.o-hero__eyebrow-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3125rem 0.875rem;
  background: linear-gradient(135deg, #2563eb 0%, #1b4f8a 100%);
  transform: skewX(-10deg);
  border-radius: 2px;
  box-shadow: 0 4px 14px rgba(27, 79, 138, 0.18);
}
.o-hero__eyebrow-badge span {
  display: inline-block;
  transform: skewX(10deg);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
}
.o-hero__eyebrow-value {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: var(--o-ink);
  letter-spacing: -0.01em;
}
.o-hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
  font-size: clamp(2.125rem, 6.5vw, 2.875rem);
  font-weight: 600;
  color: var(--o-ink);
  margin-bottom: 1.5rem;
  letter-spacing: -0.028em;
  line-height: 1.12;
}
.o-hero__title--showcase {
  font-size: clamp(2rem, 6vw, 3.25rem);
  line-height: 1.08;
  margin-bottom: 1.25rem;
  text-wrap: balance;
}
.o-hero__title-line {
  display: block;
}
.o-hero__accent {
  background: linear-gradient(120deg, #1b4f8a 0%, #2563eb 42%, #0d9488 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.o-hero__lead {
  font-size: clamp(1.0625rem, 2.1vw, 1.1875rem);
  color: #425466;
  line-height: 1.65;
  margin-bottom: 2rem;
  font-weight: 400;
  max-width: 42rem;
  text-wrap: pretty;
}
.o-hero__lead--showcase {
  color: var(--o-text);
  margin-bottom: 1.75rem;
  max-width: 40rem;
}
.o-hero__cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.875rem;
}
.o-hero__cta--showcase {
  max-width: 100%;
}
.o-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.o-hero__cta-row .o-btn,
.o-hero__cta-row .o-hero__google-btn {
  flex: 0 0 auto;
}
.o-hero__cta--showcase .o-btn--primary {
  box-shadow: none;
}
.o-hero__cta--showcase .o-btn--primary:hover {
  box-shadow: 0 2px 10px var(--o-brand-glow);
}
.o-hero__cta--showcase .o-btn--ghost {
  background: var(--o-surface);
}
.o-hero__google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: auto;
  min-height: 44px;
  padding: 0.6875rem 1.375rem;
  border: 1px solid var(--o-border);
  border-radius: var(--o-btn-radius);
  background: var(--o-bg-subtle);
  color: var(--o-text);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.15s var(--o-ease), border-color 0.15s var(--o-ease), color 0.15s var(--o-ease);
}
.o-hero__google-btn:hover {
  border-color: color-mix(in srgb, var(--o-brand) 18%, var(--o-border));
  background: var(--o-surface);
  color: var(--o-ink);
}
.o-hero__google-btn__icon {
  display: inline-flex;
  flex-shrink: 0;
}
.o-hero__product {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  z-index: 1;
  padding: 0.5rem 0 0;
}
.o-hero__product-visual {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
  aspect-ratio: 532 / 469;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.o-hero__product-glow {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 78%;
  height: 72%;
  translate: -50% -50%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(27, 79, 138, 0.16) 0%, rgba(27, 79, 138, 0.05) 42%, transparent 70%);
  filter: blur(18px);
  z-index: 0;
  pointer-events: none;
}
.o-hero__product-plate {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 4%;
  height: 18%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(15, 23, 42, 0.14) 0%, rgba(15, 23, 42, 0.04) 45%, transparent 72%);
  filter: blur(10px);
  z-index: 1;
  pointer-events: none;
}
.o-hero__product-img {
  position: relative;
  z-index: 2;
  width: min(100%, 400px);
  height: auto;
  margin-inline: auto;
  display: block;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 24px 40px rgba(15, 23, 42, 0.16)) drop-shadow(0 8px 18px rgba(27, 79, 138, 0.08));
}
.o-hero__visual {
  position: relative;
  width: 100%;
  min-height: 260px;
  z-index: 1;
  pointer-events: none;
  margin-right: -8%;
}
.o-hero__ribbon {
  display: block;
  width: 112%;
  max-width: none;
  height: auto;
  min-height: 260px;
  margin-left: auto;
  object-fit: contain;
  object-position: center right;
}
.o-hero__logos-band {
  position: relative;
  z-index: 2;
  background: transparent;
  border-bottom: none;
}
.o-hero__logos {
  position: relative;
  z-index: 1;
  padding: 0.75rem 0 1.25rem;
  background: transparent;
}
.o-reference-band {
  position: relative;
  z-index: 2;
  margin-top: 1.75rem;
  padding: 1.25rem 0 1.75rem;
  background: #fff;
  border-bottom: 1px solid var(--o-border-subtle);
}
.o-reference-band .o-hero__logos-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.o-hero__logos-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.o-hero__logos-track {
  overflow: hidden;
}
.o-hero__logos-track .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
.o-hero__logos-track img {
  height: 32px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  opacity: 0.5;
  filter: grayscale(1);
  transition: opacity 0.25s var(--o-ease), filter 0.25s var(--o-ease);
}
.o-hero__logos-track img:hover {
  opacity: 0.85;
  filter: grayscale(0);
}

@media (max-width: 639px) {
  .o-product-tabs__nav-wrap {
    justify-content: flex-start;
  }
  .o-product-tabs__nav-shell {
    border-radius: var(--o-radius-lg);
  }
  .o-product-tabs__tab {
    font-size: 0.875rem;
    padding: 0.625rem 1.125rem;
  }
  .o-product-tabs__panel-inner {
    gap: 1.5rem;
  }
  .o-product-tabs__actions {
    width: 100%;
  }
  .o-product-tabs__cta {
    width: 100%;
    justify-content: center;
  }

  .o-pricing-card__deal {
    flex-direction: column;
    align-items: stretch;
    gap: 0.875rem;
  }
  .o-pricing-card__cta {
    width: 100%;
    justify-content: center;
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }

  .o-hero__product { min-height: 220px; padding-top: 0.25rem; }
  .o-hero__product-visual { max-width: 100%; aspect-ratio: 532 / 469; }
  .o-hero__atmos--left { width: min(70vw, 420px); height: min(70vw, 420px); opacity: 0.85; }
  .o-hero__atmos--right { width: min(78vw, 480px); height: min(78vw, 480px); opacity: 0.8; }
  .o-hero__grid { opacity: 0.22; background-size: 22px 22px; }
  .o-hero__arc--a { width: 96%; top: 4%; }
  .o-hero__arc--b { width: 84%; top: 20%; }
  .o-hero__product-img { width: min(92%, 300px); }
  .o-hero__title--showcase { font-size: clamp(1.75rem, 8vw, 2.25rem); }
}

.o-text-accent { color: var(--o-brand); }

/* Legacy trust (other pages) */
.o-trust {
  position: relative;
  z-index: 2;
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--o-border);
}
.o-trust__label {
  font-size: 0.8125rem;
  font-weight: 450;
  color: var(--o-text-light);
  margin-bottom: 1.25rem;
}
.o-trust__swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-trust__swiper img {
  height: 26px;
  width: auto;
  opacity: 0.38;
  filter: grayscale(1);
}

/* ── Sections ── */
.o-section { padding: 4rem 0; }
.o-section--alt { background: var(--o-bg-subtle); }
.o-section__head {
  max-width: 52rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.o-section__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--o-brand);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.o-section__title {
  font-size: clamp(1.625rem, 4vw, 2.25rem);
  font-weight: 600;
  margin-bottom: 0.75rem;
  letter-spacing: -0.025em;
  line-height: 1.28;
  text-wrap: balance;
}
.o-section__desc {
  color: var(--o-text);
  font-size: 1.0625rem;
  line-height: 1.7;
  font-weight: 400;
  max-width: 48rem;
  margin-inline: auto;
  text-wrap: pretty;
}
.o-section__head--split {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: none;
  margin-bottom: 2.5rem;
  text-align: left;
}
.o-section__head--split .o-section__desc {
  margin-inline: 0;
}
.o-section__head-link {
  align-self: flex-start;
  white-space: nowrap;
}
.o-section--alt .o-blog-featured { margin-bottom: 1.5rem; }

/* Logos */
.o-logos {
  padding: 2rem 0;
  border-block: 1px solid var(--o-border);
  background: var(--o-bg);
}
.o-logos img {
  height: 24px;
  width: auto;
  margin-inline: auto;
  opacity: 0.35;
  filter: grayscale(1);
}

/* ── Stripe content sections ── */
.o-stripe-section {
  padding: 4.5rem 0;
  background: var(--o-bg);
}
.o-stripe-section--subtle {
  background: var(--o-bg-subtle);
  border-block: 1px solid var(--o-border-subtle);
}
.o-stripe-section__intro {
  max-width: min(72rem, 100%);
  margin-bottom: 2.75rem;
}
.o-stripe-headline {
  font-size: clamp(1.875rem, 3.8vw, 2.75rem);
  line-height: 1.28;
  letter-spacing: -0.024em;
  margin: 0;
  text-wrap: balance;
}
.o-stripe-headline--sm {
  font-size: clamp(1.625rem, 3vw, 2.125rem);
  line-height: 1.32;
}
.o-stripe-headline__bold {
  display: block;
  font-weight: 600;
  color: var(--o-ink);
  max-width: none;
}
.o-stripe-headline__light {
  display: block;
  margin-top: 0.45em;
  font-weight: 400;
  color: var(--o-text-light);
  line-height: 1.5;
  max-width: none;
  text-wrap: pretty;
}

/* Bento grid */
.o-stripe-bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.o-stripe-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  background: var(--o-surface);
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-xl);
  overflow: hidden;
  box-shadow: none;
  transition: border-color 0.2s var(--o-ease), box-shadow 0.2s var(--o-ease);
}
.o-stripe-card:hover {
  border-color: var(--o-border);
  box-shadow: var(--o-shadow-sm);
}
.o-stripe-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.5rem 0;
  z-index: 2;
}
.o-stripe-card__copy {
  flex: 1;
  min-width: 0;
  padding-right: 0.75rem;
}
.o-stripe-card__title {
  font-size: 1.1875rem;
  font-weight: 500;
  color: var(--o-ink);
  line-height: 1.35;
  letter-spacing: -0.018em;
  max-width: none;
  text-wrap: balance;
}
.o-stripe-card__desc {
  margin-top: 0.4375rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  font-weight: 400;
  color: var(--o-text-muted);
  max-width: 34ch;
  text-wrap: pretty;
}
.o-stripe-card--hero .o-stripe-card__desc,
.o-stripe-card--tall .o-stripe-card__desc {
  max-width: 38ch;
}
.o-stripe-card--compact .o-stripe-card__desc {
  font-size: 0.78125rem;
  max-width: 30ch;
}
.o-stripe-card__mark {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: var(--o-brand);
  background: var(--o-brand-soft);
}
.o-stripe-card__visual {
  position: relative;
  flex: 1;
  margin-top: 1.25rem;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding: 0 1rem 0;
}
.o-stripe-card__visual--g1 { background: linear-gradient(145deg, #f8fafc 0%, #e0f2fe 50%, #dbeafe 100%); }
.o-stripe-card__visual--g2 { background: linear-gradient(180deg, #f8fafc 0%, #e0f2fe 55%, #bae6fd 100%); }
.o-stripe-card__visual--g3 { background: linear-gradient(135deg, #ecfdf5 0%, #ccfbf1 45%, #e0f2fe 100%); }
.o-stripe-card__visual--g4 { background: linear-gradient(160deg, #f0f9ff 0%, #e0e7ff 50%, #ecfdf5 100%); }
.o-stripe-card__visual--g5 { background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 35%, #e0f2fe 100%); }
.o-stripe-card__visual--g6 { background: linear-gradient(180deg, #f8fafc 0%, #e0f2fe 45%, #d1fae5 100%); }
.o-stripe-card__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(27, 79, 138, 0.05) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.45;
  pointer-events: none;
}
.o-stripe-card__media {
  position: relative;
  z-index: 1;
  width: min(92%, 420px);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1), 0 6px 12px rgba(15, 23, 42, 0.04);
  transform: translateY(12%);
  background: var(--o-surface);
}
.o-stripe-card__media img,
.o-stripe-card__media video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.o-stripe-card__media--icon {
  width: auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.72);
  border-radius: var(--o-radius-lg);
  transform: translateY(0);
  box-shadow: var(--o-shadow-sm);
}
.o-stripe-card__media--icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

/* Bento card — dedicated app skeleton */
.o-stripe-card__visual:has(.o-stripe-sk) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem 1.375rem;
}
.o-stripe-card__visual:has(.o-stripe-sk)::before {
  opacity: 0.22;
}
.o-stripe-sk {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-stripe-sk__shell {
  width: 100%;
  max-width: 100%;
}
.o-stripe-sk__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.98);
  border-radius: 14px;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 10px 28px rgba(27, 79, 138, 0.07);
  overflow: hidden;
  backdrop-filter: blur(8px);
}
.o-stripe-sk__chrome {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(248, 250, 252, 0.9);
}
.o-stripe-sk__dot {
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.o-stripe-sk__dot--red { background: #fca5a5; }
.o-stripe-sk__dot--amber { background: #fcd34d; }
.o-stripe-sk__dot--green { background: #86efac; }
.o-stripe-sk__viewport {
  flex: 1;
  padding: 0.75rem;
  min-height: 0;
}
.o-stripe-sk__line {
  display: block;
  height: 0.375rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.05) 100%);
}
.o-stripe-sk__line--xs { width: 42%; }
.o-stripe-sk__line--sm { width: 64%; margin-top: 0.3125rem; }
.o-stripe-sk__line--md { width: 76%; }
.o-stripe-sk__line--lg { width: 52%; height: 0.5rem; margin-top: 0.375rem; }

/* Menu variant */
.o-stripe-sk__menu-tabs {
  display: flex;
  gap: 0.375rem;
  margin-bottom: 0.625rem;
}
.o-stripe-sk__menu-tabs span {
  display: block;
  height: 0.5rem;
  width: 2rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.07);
}
.o-stripe-sk__menu-tabs span.is-active {
  width: 2.5rem;
  background: linear-gradient(90deg, var(--o-brand) 0%, #0d9488 100%);
  opacity: 0.88;
}
.o-stripe-sk__menu-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.625rem;
  min-height: 0;
}
.o-stripe-sk__menu-side {
  display: none;
}
.o-stripe-sk__menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  min-width: 0;
}
.o-stripe-sk__row {
  display: grid;
  grid-template-columns: 1.75rem 1fr auto;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4375rem 0.5rem;
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.85);
  border: 1px solid rgba(15, 23, 42, 0.05);
}
.o-stripe-sk__thumb {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(27, 79, 138, 0.14) 0%, rgba(13, 148, 136, 0.1) 100%);
}
.o-stripe-sk__lines { min-width: 0; }
.o-stripe-sk__chip {
  width: 1.375rem;
  height: 0.625rem;
  border-radius: 999px;
  background: rgba(27, 79, 138, 0.12);
}

/* Operations variant */
.o-stripe-sk__ops {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  height: 100%;
}
.o-stripe-sk__ops-col {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 0.4375rem;
  border-radius: 9px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.05);
  min-width: 0;
}
.o-stripe-sk__ops-label {
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--o-text-muted);
}
.o-stripe-sk__ops-card {
  padding: 0.4375rem 0.5rem;
  border-radius: 7px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

/* Growth variant */
.o-stripe-sk__growth {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
}
.o-stripe-sk__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.375rem;
}
.o-stripe-sk__metric {
  padding: 0.4375rem 0.5rem;
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.05);
}
.o-stripe-sk__chart {
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 0.3125rem;
  min-height: 4.5rem;
  padding: 0.5rem 0.4375rem 0.375rem;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.o-stripe-sk__chart span {
  flex: 1;
  height: var(--h, 50%);
  border-radius: 3px 3px 2px 2px;
  background: linear-gradient(180deg, rgba(27, 79, 138, 0.5) 0%, rgba(13, 148, 136, 0.32) 100%);
}
.o-stripe-sk__chart span:nth-child(even) {
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.46) 0%, rgba(27, 79, 138, 0.26) 100%);
}

/* Platform variant */
.o-stripe-sk__modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4375rem;
  height: 100%;
}
.o-stripe-sk__module {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.5rem;
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.05);
}
.o-stripe-sk__module-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0.125rem;
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(27, 79, 138, 0.16) 0%, rgba(245, 158, 11, 0.12) 100%);
}

/* Size: default (hero / full) */
.o-stripe-sk--default .o-stripe-sk__viewport,
.o-stripe-sk--default .o-stripe-sk__shell {
  min-height: 168px;
}
.o-stripe-sk--default.o-stripe-sk--menu .o-stripe-sk__menu-body {
  grid-template-columns: 4.5rem minmax(0, 1fr);
}
.o-stripe-sk--default.o-stripe-sk--menu .o-stripe-sk__menu-side {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  padding: 0.375rem;
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.05);
}
.o-stripe-sk--default.o-stripe-sk--menu .o-stripe-sk__menu-side span {
  display: block;
  height: 0.375rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
}
.o-stripe-sk--default.o-stripe-sk--menu .o-stripe-sk__menu-side span.is-muted {
  opacity: 0.45;
  width: 72%;
}
.o-stripe-sk--default.o-stripe-sk--operations .o-stripe-sk__ops {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.o-stripe-sk--default .o-stripe-sk__hide-tall {
  display: flex;
}

/* Size: tall */
.o-stripe-sk--tall .o-stripe-sk__viewport {
  min-height: 220px;
  padding: 0.6875rem;
}
.o-stripe-sk--tall .o-stripe-sk__ops {
  grid-template-columns: 1fr;
}
.o-stripe-sk--tall .o-stripe-sk__ops-col {
  flex: 1;
}
.o-stripe-sk--tall .o-stripe-sk__hide-tall {
  display: none;
}
.o-stripe-sk--tall.o-stripe-sk--growth .o-stripe-sk__chart {
  min-height: 5.5rem;
}

/* Size: compact */
.o-stripe-sk--compact .o-stripe-sk__viewport {
  min-height: 132px;
  padding: 0.625rem;
}
.o-stripe-sk--compact .o-stripe-sk__hide-compact {
  display: none !important;
}
.o-stripe-sk--compact .o-stripe-sk__chart {
  min-height: 3.5rem;
}
.o-stripe-sk--compact .o-stripe-sk__metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.o-stripe-sk--compact .o-stripe-sk__module {
  padding: 0.4375rem;
}
.o-stripe-sk--compact .o-stripe-sk__row {
  padding: 0.375rem 0.4375rem;
}

.o-stripe-card--hero .o-stripe-sk__shell,
.o-stripe-card--full .o-stripe-sk__shell {
  max-width: min(100%, 520px);
}
.o-stripe-card--tall .o-stripe-sk__shell {
  max-width: min(100%, 300px);
}
.o-stripe-card--compact .o-stripe-sk__shell {
  max-width: min(100%, 340px);
}
.o-stripe-card--hero .o-stripe-sk__viewport,
.o-stripe-card--full .o-stripe-sk__viewport {
  min-height: 180px;
}
.o-stripe-card--tall .o-stripe-sk {
  min-height: 240px;
}
.o-stripe-card--compact .o-stripe-sk {
  min-height: 160px;
}

/* Features split — Stripe enterprise block */
.o-stripe-split {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.o-stripe-split__intro {
  max-width: 42rem;
}
.o-stripe-split__intro .o-btn {
  margin-top: 1.5rem;
}
.o-stripe-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-xl);
  overflow: hidden;
  background: var(--o-surface);
  box-shadow: none;
}
.o-stripe-feature {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.375rem 1.5rem;
  border-bottom: 1px solid var(--o-border);
}
.o-stripe-feature:last-child { border-bottom: none; }
.o-stripe-feature__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--o-brand-soft);
  display: grid;
  place-items: center;
}
.o-stripe-feature__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.o-stripe-feature__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--o-ink);
  margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
}
.o-stripe-feature__text {
  font-size: 0.875rem;
  color: var(--o-text);
  line-height: 1.6;
}

/* Legacy bento — kept for about/otel pages */
.o-bento { display: flex; flex-direction: column; gap: 3rem; }
.o-bento-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}
.o-bento-card__body { max-width: 480px; }
.o-bento-card__media {
  width: 100%;
  border-radius: var(--o-radius-xl);
  overflow: hidden;
  border: 1px solid var(--o-border);
  box-shadow: var(--o-shadow);
  aspect-ratio: 16/10;
  background: var(--o-bg-subtle);
}
.o-bento-card__media video,
.o-bento-card__media img { width: 100%; height: 100%; object-fit: cover; }
.o-bento-card__icon { width: 36px; height: 36px; margin: 0 auto 1rem; object-fit: contain; }
.o-bento-card__title { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.5rem; letter-spacing: -0.02em; }
.o-bento-card__text { color: var(--o-text); font-size: 1rem; line-height: 1.65; margin-bottom: 1rem; }
.o-bento-card__list { text-align: left; display: inline-block; }
.o-bento-card__list li {
  display: flex; align-items: flex-start; gap: 0.5rem;
  font-size: 0.875rem; color: var(--o-text); margin-bottom: 0.375rem;
}
.o-bento-card__list svg { color: var(--o-brand); flex-shrink: 0; margin-top: 3px; }

/* Legacy features grid */
.o-features-layout { display: flex; flex-direction: column; gap: 2.5rem; }
.o-features-sticky { text-align: center; }
.o-features-sticky .o-section__title,
.o-features-sticky .o-section__desc { text-align: center; }
.o-feature-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--o-border); border: 1px solid var(--o-border); border-radius: var(--o-radius-lg); overflow: hidden; }
.o-feature-card {
  padding: 1.5rem;
  background: var(--o-surface);
}
.o-feature-card__icon { width: 32px; height: 32px; margin-bottom: 0.875rem; object-fit: contain; }
.o-feature-card__title { font-size: 0.9375rem; font-weight: 600; margin-bottom: 0.375rem; color: var(--o-ink); }
.o-feature-card__text { font-size: 0.875rem; color: var(--o-text); line-height: 1.6; }

/* Products — tabbed family (MENULUX-style, Orimo palette) */
.o-product-tabs-section {
  background: #fff;
}
.o-product-tabs__intro {
  max-width: min(72rem, 100%);
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  text-align: center;
}
.o-product-tabs__eyebrow {
  margin-bottom: 0.75rem;
}
.o-product-tabs__section-headline.o-stripe-headline {
  text-wrap: pretty;
}
.o-product-tabs__section-headline .o-stripe-headline__bold,
.o-product-tabs__section-headline .o-stripe-headline__light {
  display: block;
  max-width: none;
}
.o-product-tabs__section-headline .o-stripe-headline__bold {
  font-weight: 600;
  color: var(--o-ink);
}
.o-product-tabs__section-headline .o-stripe-headline__light {
  margin-top: 0.625rem;
  font-size: clamp(calc(1.875rem - 0.25rem - 4pt), calc(3.8vw - 0.25rem - 4pt), calc(2.75rem - 0.25rem - 4pt));
  font-weight: 400;
  line-height: 1.5;
  color: var(--o-text-light);
}
.o-product-tabs {
  max-width: var(--o-container);
  margin-inline: auto;
}
.o-product-tabs__nav-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 0.25rem;
}
.o-product-tabs__nav-wrap::-webkit-scrollbar { display: none; }
.o-product-tabs__nav-shell {
  display: inline-flex;
  max-width: 100%;
  padding: 0.375rem;
  background: rgba(27, 79, 138, 0.06);
  border: 1px solid rgba(27, 79, 138, 0.08);
  border-radius: 999px;
}
.o-product-tabs__nav {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.375rem;
  min-width: min-content;
}
.o-product-tabs__tab {
  flex-shrink: 0;
  padding: 0.6875rem 1.375rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--o-brand);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s var(--o-ease), color 0.2s var(--o-ease), border-color 0.2s var(--o-ease), box-shadow 0.2s var(--o-ease);
}
.o-product-tabs__tab:hover {
  border-color: rgba(27, 79, 138, 0.2);
  background: #fff;
}
.o-product-tabs__tab.is-active {
  background: var(--o-brand);
  border-color: var(--o-brand);
  color: #fff;
  box-shadow: 0 4px 16px var(--o-brand-glow);
}
.o-product-tabs__panels {
  position: relative;
}
.o-product-tabs__panel {
  display: none;
}
.o-product-tabs__panel.is-active {
  display: block;
  animation: oProductTabIn 0.28s var(--o-ease);
}
@keyframes oProductTabIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.o-product-tabs__panel-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
.o-product-tabs__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.o-product-tabs__headline {
  font-size: clamp(1.25rem, 2.4vw, 1.625rem);
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: -0.024em;
  margin: 0 0 0.625rem;
  color: var(--o-ink);
  text-wrap: balance;
}
.o-product-tabs__text {
  margin: 0 0 1.25rem;
  color: var(--o-text-light);
  font-size: 0.875rem;
  line-height: 1.65;
  max-width: 36rem;
  text-wrap: pretty;
}
.o-product-tabs__list {
  width: 100%;
  max-width: 36rem;
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}
.o-product-tabs__list li {
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
  font-size: 0.9375rem;
  color: var(--o-text);
}
.o-product-tabs__list-icon {
  display: grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
  color: var(--o-brand);
}
.o-product-tabs__list-icon svg {
  width: 0.875rem;
  height: 0.875rem;
}
.o-product-tabs__list-copy strong {
  display: block;
  font-weight: 600;
  color: var(--o-brand);
  line-height: 1.4;
}
.o-product-tabs__list-desc {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.875rem;
  color: var(--o-text-light);
  line-height: 1.55;
}
.o-product-tabs__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.o-product-tabs__cta {
  min-height: 44px;
  padding-inline: 1.375rem;
  border-radius: 999px;
}
.o-product-tabs__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}
.o-product-tabs__media {
  width: 100%;
  max-width: 540px;
  margin-inline: auto;
}
.o-product-tabs__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: var(--o-radius-lg);
}

/* App skeleton visuals (tab placeholders) */
.o-product-tabs__skeleton {
  width: 100%;
  max-width: 540px;
  margin-inline: auto;
}
.o-product-tabs__skeleton-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  padding: clamp(1rem, 2.5vw, 1.375rem);
  border-radius: var(--o-radius-xl);
  overflow: hidden;
}
.o-product-tabs__skeleton-mesh {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(27, 79, 138, 0.08);
}
.o-product-tabs__skeleton-glow {
  position: absolute;
  top: -18%;
  right: -10%;
  width: 55%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.75;
}
.o-product-tabs__skeleton--menu .o-product-tabs__skeleton-mesh {
  background: linear-gradient(145deg, #f8fafc 0%, #e0f2fe 48%, #dbeafe 100%);
}
.o-product-tabs__skeleton--menu .o-product-tabs__skeleton-glow {
  background: radial-gradient(circle, rgba(27, 79, 138, 0.14) 0%, transparent 68%);
}
.o-product-tabs__skeleton--operations .o-product-tabs__skeleton-mesh {
  background: linear-gradient(160deg, #f0f9ff 0%, #e0e7ff 52%, #ecfdf5 100%);
}
.o-product-tabs__skeleton--operations .o-product-tabs__skeleton-glow {
  background: radial-gradient(circle, rgba(99, 102, 241, 0.12) 0%, transparent 68%);
}
.o-product-tabs__skeleton--growth .o-product-tabs__skeleton-mesh {
  background: linear-gradient(135deg, #ecfdf5 0%, #ccfbf1 42%, #e0f2fe 100%);
}
.o-product-tabs__skeleton--growth .o-product-tabs__skeleton-glow {
  background: radial-gradient(circle, rgba(13, 148, 136, 0.13) 0%, transparent 68%);
}
.o-product-tabs__skeleton--platform .o-product-tabs__skeleton-mesh {
  background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 28%, #e0f2fe 100%);
}
.o-product-tabs__skeleton--platform .o-product-tabs__skeleton-glow {
  background: radial-gradient(circle, rgba(245, 158, 11, 0.1) 0%, transparent 68%);
}
.o-product-tabs__skeleton-app {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.75rem 0.875rem 0.875rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.o-product-tabs__skeleton-chrome {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.o-product-tabs__skeleton-dot {
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.o-product-tabs__skeleton-dot--red { background: #fca5a5; }
.o-product-tabs__skeleton-dot--amber { background: #fcd34d; }
.o-product-tabs__skeleton-dot--green { background: #86efac; }
.o-product-tabs__skeleton-chrome-title {
  margin-left: 0.375rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--o-text-light);
}
.o-product-tabs__skeleton-body {
  flex: 1;
  min-height: 0;
}
.o-product-tabs__skeleton-line {
  display: block;
  height: 0.4375rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.04) 100%);
}
.o-product-tabs__skeleton-line--xs { width: 38%; }
.o-product-tabs__skeleton-line--sm { width: 58%; margin-top: 0.3125rem; }
.o-product-tabs__skeleton-line--md { width: 72%; }
.o-product-tabs__skeleton-line--lg { width: 46%; height: 0.625rem; margin-top: 0.375rem; }

/* Menu variant */
.o-product-tabs__skeleton-pills {
  display: flex;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
}
.o-product-tabs__skeleton-pill {
  width: 2.75rem;
  height: 0.625rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
}
.o-product-tabs__skeleton-pill.is-active {
  width: 3.25rem;
  background: linear-gradient(90deg, var(--o-brand) 0%, #0d9488 100%);
  opacity: 0.85;
}
.o-product-tabs__skeleton-row {
  display: grid;
  grid-template-columns: 2.125rem 1fr auto;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 0;
}
.o-product-tabs__skeleton-row + .o-product-tabs__skeleton-row {
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}
.o-product-tabs__skeleton-thumb {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(27, 79, 138, 0.12) 0%, rgba(13, 148, 136, 0.08) 100%);
}
.o-product-tabs__skeleton-lines { min-width: 0; }
.o-product-tabs__skeleton-badge {
  width: 1.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: rgba(27, 79, 138, 0.1);
}

/* Operations variant */
.o-product-tabs__skeleton-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  height: 100%;
}
.o-product-tabs__skeleton-col {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  padding: 0.4375rem;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.025);
  border: 1px solid rgba(15, 23, 42, 0.05);
}
.o-product-tabs__skeleton-col-label {
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--o-text-muted);
}
.o-product-tabs__skeleton-card {
  padding: 0.4375rem 0.5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

/* Growth variant */
.o-product-tabs__skeleton-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4375rem;
  margin-bottom: 0.625rem;
}
.o-product-tabs__skeleton-metric {
  padding: 0.4375rem 0.5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.o-product-tabs__skeleton-chart {
  display: flex;
  align-items: flex-end;
  gap: 0.375rem;
  height: calc(100% - 3.25rem);
  min-height: 4.5rem;
  padding: 0.625rem 0.5rem 0.375rem;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.45) 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.o-product-tabs__skeleton-chart-bar {
  flex: 1;
  height: var(--h, 50%);
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, rgba(27, 79, 138, 0.55) 0%, rgba(13, 148, 136, 0.35) 100%);
  opacity: 0.85;
}
.o-product-tabs__skeleton--growth .o-product-tabs__skeleton-chart-bar:nth-child(even) {
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.5) 0%, rgba(27, 79, 138, 0.28) 100%);
}

/* Platform variant */
.o-product-tabs__skeleton-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  height: 100%;
}
.o-product-tabs__skeleton-module {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  padding: 0.625rem 0.5rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.o-product-tabs__skeleton-module-icon {
  width: 1.375rem;
  height: 1.375rem;
  margin-bottom: 0.125rem;
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(27, 79, 138, 0.18) 0%, rgba(245, 158, 11, 0.14) 100%);
}

@media (max-width: 767px) {
  .o-product-tabs__skeleton-flow {
    grid-template-columns: 1fr;
  }
  .o-product-tabs__skeleton-col:last-child {
    display: none;
  }
}
.o-product-tabs__footer {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.o-product-tabs__view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--o-text-light);
  padding: 0.5rem 0.75rem;
  border-radius: var(--o-btn-radius);
  transition: color 0.15s var(--o-ease), background 0.15s var(--o-ease);
}
.o-product-tabs__view-all:hover {
  color: var(--o-brand);
  background: var(--o-brand-soft);
}
.o-product-tabs__view-all svg {
  transition: transform 0.15s var(--o-ease);
}
.o-product-tabs__view-all:hover svg {
  transform: translateX(2px);
}

/* Product catalog (all products page) */
.o-products-catalog {
  padding-top: 0;
}
.o-products-catalog__grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.o-products-catalog .o-product-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: var(--o-surface);
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-xl);
  transition: border-color 0.2s var(--o-ease), box-shadow 0.2s var(--o-ease);
}
.o-products-catalog .o-product-card:hover {
  border-color: var(--o-border);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
  background: var(--o-surface);
}
.o-products-catalog .o-product-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: clamp(1.375rem, 3vw, 2rem);
}
.o-products-catalog .o-product-card__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.875rem;
}
.o-products-catalog .o-product-card__icon-wrap {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--o-brand-soft);
}
.o-products-catalog .o-product-card__icon-wrap img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.o-products-catalog .o-product-card__title {
  margin: 0;
  font-size: clamp(1.125rem, 2vw, 1.3125rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.3;
  color: var(--o-ink);
}
.o-products-catalog .o-product-card__text {
  margin: 0 0 1rem;
  max-width: 38rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--o-text-light);
}
.o-products-catalog .o-product-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
.o-products-catalog .o-product-card__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.8125rem;
  color: var(--o-text);
}
.o-products-catalog .o-product-card__list-icon {
  display: inline-flex;
  color: var(--o-brand);
  flex-shrink: 0;
}
.o-products-catalog .o-product-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  margin-top: auto;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--o-brand);
  transition: color 0.15s var(--o-ease), gap 0.15s var(--o-ease);
}
.o-products-catalog .o-product-card__link:hover {
  color: var(--o-brand-hover);
}
.o-products-catalog .o-product-card__link svg {
  transition: transform 0.15s var(--o-ease);
}
.o-products-catalog .o-product-card__link:hover svg {
  transform: translateX(2px);
}
.o-products-catalog .o-product-card__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 1.25rem;
  overflow: hidden;
}
.o-products-catalog .o-product-card__visual--g1 { background: linear-gradient(145deg, #f8fafc 0%, #e0f2fe 50%, #dbeafe 100%); }
.o-products-catalog .o-product-card__visual--g2 { background: linear-gradient(180deg, #f8fafc 0%, #e0f2fe 55%, #bae6fd 100%); }
.o-products-catalog .o-product-card__visual--g3 { background: linear-gradient(135deg, #ecfdf5 0%, #ccfbf1 45%, #e0f2fe 100%); }
.o-products-catalog .o-product-card__visual--g4 { background: linear-gradient(160deg, #f0f9ff 0%, #e0e7ff 50%, #ecfdf5 100%); }
.o-products-catalog .o-product-card__visual--g5 { background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 35%, #e0f2fe 100%); }
.o-products-catalog .o-product-card__visual--g6 { background: linear-gradient(180deg, #f8fafc 0%, #e0f2fe 45%, #d1fae5 100%); }
.o-products-catalog .o-product-card__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(27, 79, 138, 0.05) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.35;
  pointer-events: none;
}
.o-products-catalog .o-product-card__media {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 12px 32px rgba(15, 23, 42, 0.08),
    0 4px 10px rgba(15, 23, 42, 0.04);
  background: #fff;
}
.o-products-catalog .o-product-card__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.o-products-catalog .o-product-card__visual .o-stripe-sk {
  position: relative;
  z-index: 1;
  width: min(100%, 340px);
  min-height: 180px;
}

/* Legacy product cards (detail & fallback) */
.o-products-grid { display: flex; flex-direction: column; gap: 1.5rem; }
.o-product-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--o-surface);
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-xl);
  box-shadow: none;
  transition: border-color 0.2s, background 0.2s;
}
.o-product-card:hover {
  border-color: var(--o-border);
  background: var(--o-bg-subtle);
}
.o-product-card__icon { width: 40px; height: 40px; margin-bottom: 0.75rem; }
.o-product-card__title { font-size: 1.125rem; font-weight: 600; margin-bottom: 0.375rem; }
.o-product-card__text { color: var(--o-text); font-size: 0.9375rem; line-height: 1.65; margin-bottom: 1rem; }
.o-product-card__list li {
  display: flex; gap: 0.5rem; align-items: flex-start;
  font-size: 0.875rem; color: var(--o-text); margin-bottom: 0.3125rem;
}
.o-product-card__list svg { color: var(--o-brand); flex-shrink: 0; margin-top: 3px; }
.o-product-card__img {
  border-radius: var(--o-radius-lg);
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--o-bg-subtle);
  border: 1px solid var(--o-border);
}
.o-product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Sectors */
.o-sector-grid { display: grid; grid-template-columns: 1fr; gap: 0.75rem; }
.o-sector-card {
  position: relative;
  border-radius: var(--o-radius-lg);
  overflow: hidden;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
}
.o-sector-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 23, 42, 0.72) 100%);
}
.o-sector-card__body {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 1;
  padding: 1.25rem;
  color: #fff;
  text-align: left;
}
.o-sector-card__title { font-size: 1rem; font-weight: 600; }
.o-sector-card__text { font-size: 0.8125rem; opacity: 0.8; margin-top: 0.25rem; }

/* FAQ */
.o-faq-layout { display: flex; flex-direction: column; gap: 2.5rem; }
.o-faq-layout > div:first-child { text-align: center; }
.o-faq-item { border-bottom: 1px solid var(--o-border); }
.o-faq-item__q {
  width: 100%; text-align: left;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.125rem 0;
  min-height: 44px;
  font-weight: 450;
  font-size: 0.9375rem;
  color: var(--o-ink);
}
.o-faq-item__q svg { flex-shrink: 0; color: var(--o-text-light); transition: transform 0.2s; }
.o-faq-item.is-open .o-faq-item__q svg { transform: rotate(180deg); color: var(--o-brand); }
.o-faq-item__a {
  display: none;
  padding-bottom: 1.125rem;
  color: var(--o-text);
  font-size: 0.9375rem;
  line-height: 1.65;
}
.o-faq-item__a p { white-space: pre-line; }
.o-faq-item.is-open .o-faq-item__a { display: block; }

/* ── Inner pages — shared hero, layout, blog, legal ── */
.o-inner { background: var(--o-bg); }
.o-page-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--o-header-h) + 1.75rem) 0 2.5rem;
  background: var(--o-gradient-soft);
  border-bottom: 1px solid var(--o-border-subtle);
}
.o-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 15% 0%, rgba(27, 79, 138, 0.07), transparent 55%),
              radial-gradient(ellipse 50% 40% at 90% 10%, rgba(13, 148, 136, 0.06), transparent 50%);
  pointer-events: none;
}
.o-page-hero__shell {
  position: relative;
  z-index: 1;
  padding-inline: var(--o-header-gutter);
}
.o-page-hero__track {
  width: 100%;
  max-width: var(--o-nav-track);
  margin-inline: auto;
}
.o-page-hero__card {
  position: relative;
  overflow: hidden;
}
.o-page-hero > .o-container { position: relative; z-index: 1; }
.o-page-hero--compact { padding-bottom: 1.5rem; }
.o-page-hero__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--o-text);
  margin-bottom: 0;
}
.o-page-hero__breadcrumb a { color: var(--o-brand); text-decoration: none; }
.o-page-hero__breadcrumb a:hover { text-decoration: underline; }
.o-page-hero__breadcrumb span[aria-current="page"] { color: var(--o-ink); font-weight: 500; }
.o-page-hero__head { max-width: 42rem; }
.o-page-hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--o-brand);
  margin-bottom: 0.75rem;
}
.o-page-hero__title {
  font-size: clamp(1.875rem, 4.5vw, 2.75rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--o-ink);
  margin-bottom: 0.875rem;
}
.o-page-hero__desc {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--o-text);
  margin: 0;
  max-width: 36rem;
}
.o-prose {
  max-width: 42rem;
  margin-inline: auto;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--o-text);
}
.o-prose p { margin-bottom: 1.25rem; }
.o-prose p:last-child { margin-bottom: 0; }
.o-prose strong { color: var(--o-ink); font-weight: 600; }
.o-prose--wide { max-width: 48rem; }
.o-icon-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.o-icon-grid__item {
  padding: 1.25rem;
  background: var(--o-surface);
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-lg);
  transition: border-color 0.2s var(--o-ease), box-shadow 0.2s var(--o-ease);
}
.o-icon-grid__item:hover {
  border-color: var(--o-border);
  box-shadow: var(--o-shadow-sm);
}
.o-icon-grid__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 0.875rem;
}
.o-icon-grid__title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--o-ink);
  margin-bottom: 0.375rem;
}
.o-icon-grid__text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--o-text);
  margin: 0;
}
.o-split-section { padding: 4rem 0; }
.o-split-section--alt { background: var(--o-bg-subtle); }
.o-split-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
.o-split-row__media {
  border-radius: var(--o-radius-xl);
  overflow: hidden;
  border: 1px solid var(--o-border-subtle);
  box-shadow: var(--o-shadow-sm);
  background: var(--o-bg-muted);
}
.o-split-row__media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.o-split-row__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--o-brand);
  margin-bottom: 0.625rem;
}
.o-split-row__title {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 0.875rem;
}
.o-split-row__text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--o-text);
  margin-bottom: 1.25rem;
}
.o-split-row__body { font-size: 0.9375rem; line-height: 1.7; color: var(--o-text); margin-bottom: 1.25rem; }
.o-split-row__body h2, .o-split-row__body h3 { font-size: 1.125rem; margin: 1rem 0 0.5rem; }
.o-page-cta {
  padding: 3.5rem 0 calc(3.5rem + var(--o-safe-bottom));
  background: var(--o-bg-subtle);
  border-top: 1px solid var(--o-border-subtle);
}
.o-page-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  background: var(--o-surface);
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-xl);
  box-shadow: var(--o-shadow-sm);
}
.o-page-cta__title {
  font-size: clamp(1.25rem, 3vw, 1.625rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 0.5rem;
}
.o-page-cta__desc { font-size: 0.9375rem; line-height: 1.65; color: var(--o-text); margin: 0; }
.o-reference-logos {
  padding: 2rem 0 2.75rem;
  border-block: 1px solid var(--o-border-subtle);
  background: var(--o-bg);
}
.o-reference-logos__label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--o-text-muted);
  margin-bottom: 1.25rem;
}
.o-trust-strip {
  padding: 2.5rem 0;
  border-block: 1px solid var(--o-border-subtle);
  background: var(--o-bg);
}
.o-trust-strip__label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--o-text-muted);
  margin-bottom: 1.25rem;
}
.o-trust-strip .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.o-trust-strip .swiper-slide img {
  height: 28px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  opacity: 0.45;
  filter: grayscale(1);
  transition: opacity 0.2s;
}
.o-trust-strip .swiper-slide img:hover { opacity: 0.75; }

/* ── Inner pages — floating header (same card language as homepage) ── */
.o-body-inner .o-nav-card {
  background: #fff;
  border-radius: 16px;
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow:
    0 2px 4px rgba(15, 23, 42, 0.04),
    0 10px 28px rgba(15, 23, 42, 0.08),
    0 22px 52px rgba(15, 23, 42, 0.05);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.o-body-inner .o-page-hero {
  padding: var(--o-inner-hero-gap) 0 clamp(2rem, 3.5vw, 2.75rem);
  background: var(--o-bg);
  border-bottom: none;
}
.o-body-inner .o-page-hero::before {
  display: none;
}
.o-body-inner .o-page-hero__breadcrumb {
  margin-bottom: 0.625rem;
}
.o-body-inner .o-page-hero__card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.75rem, 3.5vw, 2.75rem) clamp(1.5rem, 3vw, 2.5rem);
  background: #fff;
  border: 1px solid var(--o-border-subtle);
  border-radius: 20px;
  box-shadow: none;
}
.o-body-inner .o-page-hero--showcase .o-page-hero__card {
  padding: clamp(2rem, 4vw, 3rem) clamp(1.625rem, 3.2vw, 2.75rem);
}
.o-body-inner .o-page-hero__card-glow {
  position: absolute;
  top: -12%;
  right: -5%;
  width: min(48%, 380px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 79, 138, 0.05) 0%, transparent 68%);
  pointer-events: none;
}
.o-body-inner .o-page-hero__head {
  position: relative;
  z-index: 1;
  max-width: 36rem;
}
.o-body-inner .o-page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  margin-bottom: 1.125rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--o-brand);
}
.o-body-inner .o-page-hero__eyebrow-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--o-brand);
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(27, 79, 138, 0.12);
}
.o-body-inner .o-page-hero--showcase .o-page-hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.05em;
  font-size: clamp(2.125rem, 5.2vw, 3.25rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.04em;
  margin-bottom: 1.125rem;
  text-wrap: balance;
}
.o-body-inner .o-page-hero__title-line {
  display: block;
}
.o-body-inner .o-page-hero__title-line--accent {
  background: var(--o-gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.o-body-inner .o-page-hero__desc {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--o-text);
  margin: 0;
  max-width: 36rem;
}
.o-body-inner .o-page-hero__meta-line {
  margin: 0.875rem 0 0;
  font-size: 0.8125rem;
  color: var(--o-text-muted);
}
.o-body-inner .o-page-hero--showcase .o-page-hero__desc {
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  line-height: 1.75;
  color: var(--o-text-light);
  max-width: 32rem;
  margin: 0;
}
.o-body-inner .o-page-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0;
  margin: 1.375rem 0 0;
  padding: 0;
  list-style: none;
}
.o-body-inner .o-page-hero__meta li {
  display: inline-flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--o-text);
}
.o-body-inner .o-page-hero__meta li:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 3px;
  margin-inline: 0.625rem;
  border-radius: 50%;
  background: var(--o-text-muted);
  opacity: 0.7;
}
.o-body-inner .o-page-hero__card-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}
.o-body-inner .o-page-hero__visual {
  display: none;
}
.o-body-inner .o-page-hero__visual-frame {
  position: relative;
  width: min(100%, 320px);
  margin-inline: auto;
  padding: 1.25rem;
}
.o-body-inner .o-page-hero__visual-mesh {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(27, 79, 138, 0.07) 0%, rgba(13, 148, 136, 0.05) 100%);
  border: 1px solid rgba(27, 79, 138, 0.06);
}
.o-body-inner .o-page-hero__visual-panel {
  position: relative;
  z-index: 1;
  padding: 1.125rem 1.25rem;
  background: var(--o-bg-subtle);
  border: 1px solid var(--o-border-subtle);
  border-radius: 14px;
  box-shadow: none;
}
.o-body-inner .o-page-hero__visual-panel-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--o-ink);
}
.o-body-inner .o-page-hero__visual-panel-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
  flex-shrink: 0;
}
.o-body-inner .o-page-hero__visual-metrics {
  display: grid;
  gap: 0.625rem;
}
.o-body-inner .o-page-hero__visual-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6875rem 0.875rem;
  border-radius: 10px;
  background: var(--o-bg-subtle);
  border: 1px solid var(--o-border-subtle);
}
.o-body-inner .o-page-hero__visual-metric strong {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--o-ink);
}
.o-body-inner .o-page-hero__visual-metric span {
  font-size: 0.75rem;
  color: var(--o-text-muted);
  white-space: nowrap;
}

/* Showcase visual presets */
.o-page-hero__visual-line {
  display: block;
  height: 0.375rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.05) 100%);
}
.o-page-hero__visual-line--xs { width: 40%; }
.o-page-hero__visual-line--sm { width: 58%; margin-top: 0.3125rem; }
.o-page-hero__visual-line--md { width: 74%; }
.o-page-hero__visual-line--lg { width: 48%; height: 0.5rem; }

.o-page-hero__visual-form {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
.o-page-hero__visual-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4375rem;
}
.o-page-hero__visual-field {
  display: block;
  height: 1.625rem;
  border-radius: 7px;
  background: rgba(248, 250, 252, 0.95);
  border: 1px solid rgba(15, 23, 42, 0.07);
}
.o-page-hero__visual-field--wide { width: 100%; }
.o-page-hero__visual-field--phone {
  position: relative;
  padding-left: 2.125rem;
}
.o-page-hero__visual-field--phone::before {
  content: "+90";
  position: absolute;
  left: 0.4375rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.5625rem;
  font-weight: 600;
  color: var(--o-text-muted);
}
.o-page-hero__visual-btn {
  display: block;
  height: 1.75rem;
  margin-top: 0.125rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--o-brand) 0%, #0d9488 100%);
  opacity: 0.88;
}

.o-page-hero__visual-articles {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
.o-page-hero__visual-article {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4375rem 0.5rem;
  border-radius: 8px;
  background: var(--o-bg-subtle);
  border: 1px solid var(--o-border-subtle);
}
.o-page-hero__visual-article-thumb {
  width: 2rem;
  height: 2rem;
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(27, 79, 138, 0.14) 0%, rgba(13, 148, 136, 0.1) 100%);
}
.o-page-hero__visual-article-copy { min-width: 0; }

.o-page-hero__visual-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4375rem;
}
.o-page-hero__visual-module {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  padding: 0.5rem;
  border-radius: 8px;
  background: var(--o-bg-subtle);
  border: 1px solid var(--o-border-subtle);
}
.o-page-hero__visual-module-icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(27, 79, 138, 0.16) 0%, rgba(245, 158, 11, 0.12) 100%);
}

.o-page-hero__visual-doc {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  padding: 0.25rem 0;
}

.o-body-inner .o-page-hero--compact.o-page-hero--showcase .o-page-hero__title:not(:has(.o-page-hero__title-line)) {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.12;
  display: block;
}

.o-body-inner .o-page-hero--compact {
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
}
.o-body-inner .o-page-hero--compact.o-page-hero--showcase .o-page-hero__card {
  padding: clamp(1.75rem, 3.5vw, 2.5rem) clamp(1.5rem, 3vw, 2.25rem);
}

@media (min-width: 768px) {
  .o-body-inner .o-page-hero__card-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(2rem, 4vw, 3.5rem);
  }
  .o-body-inner .o-page-hero__visual {
    display: block;
  }
  .o-body-inner .o-page-hero__visual-frame {
    margin-inline: 0 0;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .o-body-inner .o-page-hero--showcase .o-page-hero__head {
    max-width: 28rem;
  }
}

/* ── About page ── */
.o-about-page .o-page-hero__desc { max-width: 34rem; }
.o-about-intro {
  padding: clamp(2rem, 4vw, 3rem) 0;
  background: var(--o-bg);
}
.o-about-intro__grid {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 3.5vw, 2.5rem);
}
.o-about-intro__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: start;
}
.o-about-intro__copy { max-width: 36rem; }
.o-about-intro__copy--secondary {
  max-width: none;
}
.o-about-intro__title {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--o-ink);
  margin: 0 0 1.125rem;
}
.o-about-intro__lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--o-ink);
  margin: 0 0 0.875rem;
}
.o-about-intro__text {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--o-text);
  margin: 0;
}
.o-about-intro__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
}
@media (min-width: 640px) {
  .o-about-intro__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .o-about-intro__card:last-child {
    grid-column: 1 / -1;
  }
}
.o-about-intro__card {
  padding: 1.25rem 1.375rem;
  background: var(--o-bg-subtle);
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-lg);
  transition: border-color 0.2s var(--o-ease), box-shadow 0.2s var(--o-ease);
}
.o-about-intro__card:hover {
  border-color: var(--o-border);
  box-shadow: var(--o-shadow-sm);
}
.o-about-intro__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.875rem;
  border-radius: 10px;
  background: var(--o-brand-soft);
  color: var(--o-brand);
}
.o-about-intro__card-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--o-ink);
  margin: 0 0 0.375rem;
}
.o-about-intro__card-text {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--o-text);
  margin: 0;
}

@media (min-width: 768px) {
  .o-about-intro__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 4vw, 3rem);
  }
  .o-about-intro__copy--secondary {
    padding-top: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .o-about-intro__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
  .o-about-intro__card:last-child {
    grid-column: auto;
  }
}

.o-blog-featured {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 2rem;
  background: var(--o-surface);
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-xl);
  overflow: hidden;
  box-shadow: var(--o-shadow-sm);
  transition: box-shadow 0.25s var(--o-ease), transform 0.25s var(--o-ease);
}
.o-blog-featured:hover { box-shadow: var(--o-shadow); transform: translateY(-2px); }
.o-blog-featured__media { position: relative; overflow: hidden; background: var(--o-bg-muted); }
.o-blog-featured__media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 0.4s var(--o-ease);
}
.o-blog-featured:hover .o-blog-featured__media img { transform: scale(1.03); }
.o-blog-featured__body { padding: 1.75rem; display: flex; flex-direction: column; justify-content: center; }
.o-blog-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3125rem 0.75rem;
  border-radius: 999px;
  background: var(--o-brand-soft);
  color: var(--o-brand);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  width: fit-content;
}
.o-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.o-blog-card {
  display: flex;
  flex-direction: column;
  background: var(--o-surface);
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-xl);
  overflow: hidden;
  box-shadow: var(--o-shadow-sm);
  transition: box-shadow 0.25s var(--o-ease), transform 0.25s var(--o-ease), border-color 0.25s;
}
.o-blog-card:hover {
  box-shadow: var(--o-shadow);
  transform: translateY(-2px);
  border-color: var(--o-border);
}
.o-blog-card__media { overflow: hidden; background: var(--o-bg-muted); aspect-ratio: 16/10; }
.o-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--o-ease);
}
.o-blog-card:hover .o-blog-card__media img { transform: scale(1.04); }
.o-blog-card__body {
  padding: 1.375rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.o-blog-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-bottom: 0.625rem;
}
.o-blog-card__title a { color: var(--o-ink); transition: color 0.15s; }
.o-blog-card__title a:hover { color: var(--o-brand); }
.o-blog-card__excerpt {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--o-text);
  margin-bottom: 1rem;
  flex: 1;
}
.o-blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--o-border-subtle);
  font-size: 0.8125rem;
  color: var(--o-text-muted);
}
.o-blog-card__link {
  font-weight: 600;
  color: var(--o-brand);
  white-space: nowrap;
}
.o-blog-card__link:hover { color: var(--o-brand-hover); }

/* ── Homepage blog ── */
.o-home-blog {
  background: var(--o-bg);
  border-top: 1px solid var(--o-border-subtle);
}
.o-home-blog__head {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.o-home-blog__intro {
  max-width: min(40rem, 100%);
}
.o-home-blog__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.875rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--o-brand);
}
.o-home-blog__eyebrow-mark {
  width: 1.25rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--o-brand), var(--o-accent));
}
.o-home-blog__title.o-stripe-headline {
  font-size: clamp(1.75rem, 3.5vw, 2.375rem);
}
.o-home-blog__title .o-stripe-headline__bold {
  display: block;
}
.o-home-blog__lead {
  margin: 0.75rem 0 0;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--o-text-light);
  text-wrap: pretty;
}
.o-home-blog__all {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  width: fit-content;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--o-brand);
  transition: color 0.15s, gap 0.15s;
}
.o-home-blog__all:hover {
  color: var(--o-brand-hover);
  gap: 0.5rem;
}
.o-home-blog__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem 1.25rem;
  width: 100%;
}
.o-home-blog__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.o-home-blog__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--o-surface);
  border: 1px solid var(--o-border);
  border-radius: var(--o-radius-xl);
  overflow: hidden;
  transition: border-color 0.2s var(--o-ease), box-shadow 0.2s var(--o-ease), transform 0.2s var(--o-ease);
}
.o-home-blog__card:hover {
  border-color: color-mix(in srgb, var(--o-brand) 20%, var(--o-border));
  box-shadow: var(--o-shadow-sm);
  transform: translateY(-2px);
}
.o-home-blog__card-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--o-bg-muted);
  height: 200px;
  flex-shrink: 0;
}
.o-home-blog__card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.45s var(--o-ease);
}
.o-home-blog__card:hover .o-home-blog__card-media img {
  transform: scale(1.04);
}
.o-home-blog__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
  padding: 1.125rem 1.25rem 1.25rem;
  min-width: 0;
}
.o-home-blog__date {
  font-size: 0.8125rem;
  color: var(--o-text-muted);
}
.o-home-blog__card-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.018em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.o-home-blog__card-title a {
  color: var(--o-ink);
  transition: color 0.15s;
}
.o-home-blog__card-title a:hover {
  color: var(--o-brand);
}
.o-home-blog__card-excerpt {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--o-text-light);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.o-home-blog__read {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: auto;
  padding-top: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--o-brand);
  transition: color 0.15s, gap 0.15s;
}
.o-home-blog__read:hover {
  color: var(--o-brand-hover);
  gap: 0.5rem;
}
.o-article-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 2.5rem 0 4rem;
}
.o-article {
  background: var(--o-surface);
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-xl);
  overflow: hidden;
  box-shadow: var(--o-shadow-sm);
}
.o-article__header { padding: 1.75rem 1.75rem 0; }
.o-article__title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}
.o-article__meta { font-size: 0.875rem; color: var(--o-text-muted); }
.o-article__cover { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: var(--o-bg-muted); }
.o-article__content {
  padding: 1.75rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--o-text);
}
.o-article__content h2 { font-size: 1.375rem; margin: 2rem 0 0.75rem; }
.o-article__content h3 { font-size: 1.125rem; margin: 1.5rem 0 0.625rem; }
.o-article__content p { margin-bottom: 1.125rem; }
.o-article__content ul, .o-article__content ol { margin: 1rem 0 1.25rem; padding-left: 1.25rem; }
.o-article__content ul { list-style: disc; }
.o-article__content ol { list-style: decimal; }
.o-article__content li { margin-bottom: 0.375rem; }
.o-article__content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--o-brand);
  background: var(--o-brand-soft);
  border-radius: 0 var(--o-radius) var(--o-radius) 0;
  font-style: italic;
}
.o-article__content a { color: var(--o-brand); text-decoration: underline; text-underline-offset: 2px; }
.o-article__content img { border-radius: var(--o-radius-lg); margin: 1.25rem 0; }
.o-sidebar-widget {
  background: var(--o-surface);
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-xl);
  padding: 1.375rem;
  box-shadow: var(--o-shadow-sm);
}
.o-sidebar-widget__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--o-ink);
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--o-border-subtle);
}
.o-related-post {
  display: flex;
  gap: 0.875rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--o-border-subtle);
}
.o-related-post:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
.o-related-post__img {
  width: 72px;
  height: 72px;
  border-radius: var(--o-radius);
  object-fit: cover;
  flex-shrink: 0;
  background: var(--o-bg-muted);
}
.o-related-post__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0.25rem;
}
.o-related-post__title a { color: var(--o-ink); }
.o-related-post__title a:hover { color: var(--o-brand); }
.o-related-post__date { font-size: 0.75rem; color: var(--o-text-muted); }
.o-sidebar-cta {
  padding: 1.5rem;
  border-radius: var(--o-radius-xl);
  background: var(--o-gradient-brand);
  color: #fff;
  text-align: center;
}
.o-sidebar-cta__title { font-size: 1.125rem; font-weight: 600; margin-bottom: 0.5rem; color: #fff; }
.o-sidebar-cta__text { font-size: 0.875rem; line-height: 1.6; opacity: 0.92; margin-bottom: 1.25rem; }
.o-sidebar-cta .o-btn { background: #fff; color: var(--o-brand); }
.o-sidebar-cta .o-btn:hover { background: rgba(255,255,255,0.92); }
.o-legal-wrap { padding: 0.5rem 0 4.5rem; }
.o-legal-page__layout {
  display: grid;
  grid-template-columns: 14.5rem minmax(0, 1fr);
  gap: 2.5rem 3rem;
  align-items: start;
}
.o-legal-nav {
  position: sticky;
  top: 6rem;
}
.o-legal-nav__label {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--o-text-muted);
}
.o-legal-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.o-legal-nav__link {
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -0.75rem;
  border-radius: var(--o-radius);
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--o-text);
  text-decoration: none;
  border-left: 2px solid transparent;
}
.o-legal-nav__link:hover {
  color: var(--o-ink);
  background: var(--o-bg-subtle);
}
.o-legal-nav__link.is-active {
  color: var(--o-brand);
  font-weight: 600;
  background: var(--o-brand-soft);
  border-left-color: var(--o-brand);
}
.o-legal {
  max-width: 46rem;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.o-legal h1 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  text-align: left;
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--o-border);
  color: var(--o-ink);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.o-legal h2 {
  font-size: 1.0625rem;
  font-weight: 650;
  color: var(--o-ink);
  margin: 2rem 0 0.75rem;
  letter-spacing: -0.01em;
}
.o-legal h3 {
  font-size: 0.975rem;
  font-weight: 600;
  color: var(--o-ink);
  margin: 1.5rem 0 0.5rem;
}
.o-legal p,
.o-legal li {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--o-text);
  margin-bottom: 0.875rem;
}
.o-legal ul,
.o-legal ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.o-legal ul { list-style: disc; }
.o-legal ol { list-style: decimal; }
.o-legal a {
  color: var(--o-brand);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.o-legal strong { color: var(--o-ink); font-weight: 600; }

/* ── Destek Merkezi ── */
.o-support-wrap {
  padding: 0.5rem 0 4.5rem;
}
.o-support-track {
  padding-bottom: 0.5rem;
}
.o-support-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
.o-support-section__head {
  margin-bottom: 1.25rem;
}
.o-support-section__title {
  font-size: 1.25rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--o-ink);
  margin: 0 0 0.35rem;
}
.o-support-section__desc {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--o-text-light);
}
.o-support-topics {
  margin-bottom: 2.75rem;
}
.o-support-topics__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
.o-support-topic {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.125rem 1.25rem;
  border: 1px solid var(--o-border);
  border-radius: var(--o-radius-lg);
  background: var(--o-surface);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
.o-support-topic:hover {
  border-color: rgba(27, 79, 138, 0.28);
  background: var(--o-bg-subtle);
  box-shadow: var(--o-shadow-sm);
}
.o-support-topic__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--o-radius);
  background: var(--o-brand-soft);
  color: var(--o-brand);
  flex-shrink: 0;
}
.o-support-topic__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.o-support-topic__title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--o-ink);
  letter-spacing: -0.015em;
}
.o-support-topic__text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--o-text-light);
}
.o-support-topic__arrow {
  color: var(--o-text-muted);
  font-size: 1.125rem;
  transition: transform 0.15s ease, color 0.15s ease;
}
.o-support-topic:hover .o-support-topic__arrow {
  color: var(--o-brand);
  transform: translateX(3px);
}
.o-support-faq {
  margin-bottom: 0;
}
.o-support-faq__list {
  border-top: 1px solid var(--o-border);
  background: var(--o-surface);
  border: 1px solid var(--o-border);
  border-radius: var(--o-radius-xl);
  padding: 0 1.25rem;
  overflow: hidden;
}
.o-support-faq__list .o-faq-item {
  border-bottom-color: var(--o-border-subtle);
}
.o-support-faq__list .o-faq-item:last-child {
  border-bottom: none;
}
.o-support-aside {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.o-support-downloads {
  margin-bottom: 2.75rem;
  padding: 1.5rem;
  border: 1px solid var(--o-border);
  border-radius: var(--o-radius-xl);
  background: var(--o-surface);
  box-shadow: var(--o-shadow-sm);
}
.o-support-downloads__head {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--o-border-subtle);
}
.o-support-downloads__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.o-support-download {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 0.875rem;
  align-items: start;
  padding: 0.875rem;
  border-radius: var(--o-radius-lg);
  background: var(--o-bg-subtle);
  border: 1px solid transparent;
}
.o-support-download__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--o-radius);
  background: var(--o-bg-muted);
  color: var(--o-ink);
}
.o-support-download__mark--apple {
  color: #111827;
}
.o-support-download__mark--android {
  color: #3DDC84;
}
.o-support-download__body {
  min-width: 0;
}
.o-support-download__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--o-ink);
  letter-spacing: -0.01em;
}
.o-support-download__platform {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--o-text-muted);
}
.o-support-download__text {
  margin: 0.375rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--o-text-light);
}
.o-support-download__cta {
  grid-column: 1 / -1;
  justify-content: center;
  font-size: 0.875rem;
  padding: 0.625rem 1rem;
}
.o-support-download__soon {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: var(--o-btn-radius);
  background: var(--o-bg-muted);
  color: var(--o-text-muted);
  font-size: 0.8125rem;
  font-weight: 600;
}
.o-support-downloads__empty {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--o-text-light);
}
.o-support-contact {
  padding: 1.5rem;
  border: 1px solid var(--o-border);
  border-radius: var(--o-radius-xl);
  background: linear-gradient(165deg, var(--o-bg-subtle) 0%, #fff 55%);
}
.o-support-contact__title {
  font-size: 1.125rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--o-ink);
  margin: 0 0 0.5rem;
}
.o-support-contact__text {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--o-text);
}
.o-support-contact__meta {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.o-support-contact__meta li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.875rem;
}
.o-support-contact__meta span {
  color: var(--o-text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.o-support-contact__meta a {
  color: var(--o-brand);
  text-decoration: none;
  font-weight: 500;
}
.o-support-contact__meta a:hover { text-decoration: underline; }
.o-support-contact__actions {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.o-product-detail__price {
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--o-ink);
  margin: 1.25rem 0;
}
.o-product-detail__price small { font-size: 0.875rem; font-weight: 400; color: var(--o-text-muted); }
.o-info-blocks { display: flex; flex-direction: column; gap: 0; }
.o-info-block {
  padding: 3.5rem 0;
  border-top: 1px solid var(--o-border-subtle);
}
.o-info-block:nth-child(even) { background: var(--o-bg-subtle); }
.o-info-block__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}
.o-info-block__title {
  font-size: clamp(1.25rem, 3vw, 1.625rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 0.875rem;
}
.o-info-block__body { font-size: 0.9375rem; line-height: 1.7; color: var(--o-text); }
.o-info-block__img {
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
  object-fit: contain;
}
.o-hotel-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--o-header-h) + 2rem) 0 3rem;
  background: var(--o-gradient-soft);
  border-bottom: 1px solid var(--o-border-subtle);
}
.o-hotel-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
.o-hotel-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
.o-hotel-hero__subtitle {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--o-text);
  margin-bottom: 1.5rem;
  max-width: 32rem;
}
.o-hotel-hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2rem; }
.o-hotel-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.o-hotel-hero__stat {
  padding: 0.875rem;
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-lg);
  backdrop-filter: blur(8px);
}
.o-hotel-hero__stat img { max-height: 36px; margin-bottom: 0.5rem; }
.o-hotel-hero__stat strong { display: block; font-size: 0.8125rem; color: var(--o-ink); margin-bottom: 0.125rem; }
.o-hotel-hero__stat span { font-size: 0.75rem; color: var(--o-text-muted); line-height: 1.4; }
.o-hotel-hero__visual {
  position: relative;
  border-radius: var(--o-radius-xl);
  overflow: hidden;
  border: 1px solid var(--o-border-subtle);
  box-shadow: var(--o-shadow);
  background: var(--o-bg-muted);
}
.o-hotel-hero__visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.o-plans-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 0.5rem; }
.o-plans-scroll::-webkit-scrollbar { display: none; }
.o-plans-row {
  display: flex;
  gap: 1rem;
  min-width: min-content;
  padding: 0.25rem;
}
.o-plan-card {
  flex: 0 0 min(300px, 85vw);
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: var(--o-surface);
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-xl);
  box-shadow: var(--o-shadow-sm);
}
.o-plan-card--featured {
  border-color: var(--o-brand);
  box-shadow: 0 8px 28px var(--o-brand-glow);
}
.o-plan-card__name { font-size: 1.125rem; font-weight: 600; margin-bottom: 0.375rem; }
.o-plan-card__desc { font-size: 0.875rem; color: var(--o-text); line-height: 1.55; margin-bottom: 1rem; }
.o-plan-card__price { font-size: 1.5rem; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 1.25rem; }
.o-plan-card__price small { font-size: 0.8125rem; font-weight: 400; color: var(--o-text-muted); }
.o-plan-card__features { flex: 1; margin-bottom: 1.25rem; }
.o-plan-card__features li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.8125rem;
  color: var(--o-text);
  margin-bottom: 0.5rem;
  line-height: 1.45;
}
.o-plan-card__features svg { flex-shrink: 0; color: var(--o-brand); margin-top: 2px; }
.o-contact-page .o-home-contact {
  border-top: none;
  padding-top: 0;
  background: transparent;
}
.o-home-contact {
  padding: clamp(3rem, 6vw, 5rem) 0 calc(clamp(3rem, 6vw, 5rem) + var(--o-safe-bottom));
  background: var(--o-bg);
  border-top: 1px solid var(--o-border-subtle);
}
.o-home-contact--compact {
  padding-top: 0;
  border-top: none;
}
.o-home-contact__head {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.o-home-contact__intro {
  max-width: min(40rem, 100%);
}
.o-home-contact__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.875rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--o-brand);
}
.o-home-contact__eyebrow-mark {
  width: 1.25rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--o-brand), var(--o-accent));
}
.o-home-contact__title.o-stripe-headline {
  font-size: clamp(1.75rem, 3.5vw, 2.375rem);
}
.o-home-contact__title .o-stripe-headline__bold {
  display: block;
}
.o-home-contact__lead {
  margin: 0.75rem 0 0;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--o-text-light);
}
.o-home-contact__board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
}
.o-home-contact__form-panel,
.o-home-contact__promo {
  background: var(--o-surface);
  border: 1px solid var(--o-border);
  border-radius: var(--o-radius-xl);
  overflow: hidden;
  box-shadow: var(--o-shadow-sm);
}
.o-home-contact__form-panel {
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
}
.o-home-contact__form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.o-home-contact__form-head {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--o-border-subtle);
}
.o-home-contact__form-head--inline {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}
.o-home-contact__form-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: var(--o-brand-soft);
  color: var(--o-brand);
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.o-home-contact__form-head h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 2.4vw, 1.625rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  color: var(--o-ink);
  line-height: 1.2;
}
.o-home-contact__form-head p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--o-text-light);
  max-width: 36rem;
}
.o-home-contact__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.o-home-contact__form-head--inline .o-home-contact__trust {
  margin-top: 0;
}
.o-home-contact__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--o-text);
}
.o-home-contact__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: var(--o-brand-soft);
  color: var(--o-brand);
  flex-shrink: 0;
}
.o-home-contact__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 1.125rem;
}
.o-form-field--full {
  grid-column: 1 / -1;
}
.o-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.o-form-field__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--o-ink);
  letter-spacing: -0.01em;
}
.o-form-field input[type="text"],
.o-form-field input[type="email"],
.o-form-field input[type="tel"] {
  width: 100%;
  padding: 0.875rem 1rem;
  min-height: 52px;
  border: 1px solid var(--o-border);
  border-radius: calc(var(--o-radius) + 2px);
  font: inherit;
  font-size: 0.9375rem;
  color: var(--o-ink);
  background: #f8fafc;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
  -webkit-appearance: none;
}
.o-form-field input::placeholder {
  color: var(--o-text-muted);
}
.o-form-field input:hover {
  border-color: color-mix(in srgb, var(--o-brand) 22%, var(--o-border));
  background: #fff;
}
.o-form-field input:focus {
  outline: none;
  border-color: var(--o-brand);
  background: #fff;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--o-brand) 14%, transparent);
}
.o-form-field input.is-invalid {
  border-color: #f04438;
  box-shadow: 0 0 0 4px rgba(240, 68, 56, 0.12);
}
.o-form-field--phone .iti {
  width: 100%;
  display: block;
  --iti-border-color: var(--o-border);
  --iti-hover-border-color: color-mix(in srgb, var(--o-brand) 22%, var(--o-border));
  --iti-focus-border-color: var(--o-brand);
  --iti-selected-country-bg: #eef4fb;
  --iti-selected-country-bg-hover: var(--o-brand-soft);
  --iti-dropdown-border-color: var(--o-border);
  --iti-search-input-border-color: var(--o-border);
  --iti-arrow-color: var(--o-text-muted);
  --iti-dialcode-color: var(--o-text-light);
  --iti-highlight-color: var(--o-brand-soft);
}
.o-form-field--phone .iti__tel-input,
.o-form-field--phone .iti input[type="tel"] {
  width: 100%;
  min-height: 52px;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 0.9375rem;
  color: var(--o-ink);
  box-shadow: none;
}
.o-form-field--phone .iti__tel-input:focus,
.o-form-field--phone .iti input[type="tel"]:focus {
  outline: none;
  box-shadow: none;
}
.o-form-field--phone .iti--allow-dropdown.iti--show-flags {
  background: #f8fafc;
  border: 1px solid var(--o-border);
  border-radius: calc(var(--o-radius) + 2px);
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.o-form-field--phone .iti--allow-dropdown.iti--show-flags:hover {
  border-color: color-mix(in srgb, var(--o-brand) 22%, var(--o-border));
  background: #fff;
}
.o-form-field--phone .iti--allow-dropdown.iti--show-flags:focus-within {
  border-color: var(--o-brand);
  background: #fff;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--o-brand) 14%, transparent);
}
.o-form-field--phone .iti--allow-dropdown.iti--show-flags.iti--invalid,
.o-form-field--phone .iti--allow-dropdown.iti--show-flags:has(.is-invalid) {
  border-color: #f04438;
  box-shadow: 0 0 0 4px rgba(240, 68, 56, 0.12);
}
.o-form-field--phone .iti__country-container {
  border-right: 1px solid var(--o-border-subtle);
}
.o-form-field--phone .iti__selected-country {
  padding-inline: 0.625rem;
}
.o-form-field--phone .iti__dropdown-content {
  border-radius: var(--o-radius-lg);
  box-shadow: var(--o-shadow-flyout);
  overflow: hidden;
}
.o-form-consent {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 1.35rem 0 0;
  padding: 0.875rem 1rem;
  border-radius: calc(var(--o-radius) + 2px);
  background: #f8fafc;
  border: 1px solid var(--o-border-subtle);
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--o-text);
}
.o-form-consent input {
  margin-top: 0.15rem;
  width: 1rem;
  height: 1rem;
  accent-color: var(--o-brand);
  flex-shrink: 0;
}
.o-form-consent a {
  color: var(--o-brand);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.o-home-contact__actions {
  margin-top: auto;
  padding-top: 1.35rem;
}
.o-home-contact__submit {
  width: 100%;
}
.o-home-contact__footnote {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--o-text-muted);
  text-align: center;
}
.o-home-contact__promo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  background:
    linear-gradient(165deg, #0f2744 0%, #1b4f8a 48%, #163a66 100%);
  border-color: transparent;
  color: #fff;
}
.o-home-contact__promo-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.16) 0%, transparent 42%),
    radial-gradient(circle at 12% 88%, rgba(13, 148, 136, 0.28) 0%, transparent 46%),
    linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.04) 100%);
  pointer-events: none;
}
.o-home-contact__promo-visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 1.35rem 1.25rem 0;
}
.o-home-contact__device {
  width: min(9.25rem, 46%);
  aspect-ratio: 9 / 16;
  padding: 0.45rem;
  border-radius: 1.15rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 14px 28px rgba(8, 24, 48, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.o-home-contact__device-notch {
  width: 34%;
  height: 0.3rem;
  margin: 0.15rem auto 0.45rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.35);
}
.o-home-contact__device-screen {
  height: calc(100% - 0.75rem);
  border-radius: 0.85rem;
  padding: 0.6rem;
  background: linear-gradient(180deg, #f8fafc 0%, #e8eef7 100%);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.o-home-contact__device-bar {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.o-home-contact__device-bar span {
  height: 0.3rem;
  border-radius: 999px;
  background: rgba(27, 79, 138, 0.18);
}
.o-home-contact__device-bar span:first-child { width: 42%; }
.o-home-contact__device-bar span:last-child { width: 22%; }
.o-home-contact__device-card {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #1b4f8a, #2563eb);
  color: #fff;
  box-shadow: 0 8px 18px rgba(27, 79, 138, 0.28);
}
.o-home-contact__device-card strong {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.85;
}
.o-home-contact__device-card em {
  font-style: normal;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.o-home-contact__device-rows {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.1rem;
}
.o-home-contact__device-rows span {
  display: block;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(27, 79, 138, 0.12);
}
.o-home-contact__device-rows span:nth-child(1) { width: 92%; }
.o-home-contact__device-rows span:nth-child(2) { width: 78%; }
.o-home-contact__device-rows span:nth-child(3) { width: 64%; }
.o-home-contact__promo-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem clamp(1.25rem, 2.5vw, 1.65rem) 1.35rem;
}
.o-home-contact__promo-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.2rem, 2.1vw, 1.45rem);
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: #fff;
  text-wrap: balance;
}
.o-home-contact__promo-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}
.o-home-contact__promo-meta {
  display: grid;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1.15rem;
}
.o-home-contact__promo-link {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.65rem 0.8rem;
  border-radius: calc(var(--o-radius) + 2px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s, border-color 0.15s;
}
.o-home-contact__promo-link:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}
.o-home-contact__promo-link span {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}
.o-home-contact__promo-link strong {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
  word-break: break-word;
}
.o-home-contact__store {
  display: inline-flex;
  margin-top: 1.5rem;
  transition: opacity 0.15s, transform 0.15s;
}
.o-home-contact__store:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.o-home-contact__store img {
  height: 44px;
  width: auto;
}

/* Legacy contact aliases (contact page compat) */
.o-contact-page .o-contact { border-top: none; padding-top: 2rem; }
.o-contact {
  background: var(--o-bg-subtle);
  padding: 4rem 0 calc(4rem + var(--o-safe-bottom));
  border-top: 1px solid var(--o-border);
}
.o-contact__grid { display: flex; flex-direction: column; gap: 2rem; }
.o-contact__form-wrap {
  background: var(--o-surface);
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-xl);
  padding: 1.5rem;
  box-shadow: none;
}
.o-contact__form-wrap h3 { font-size: 1.375rem; font-weight: 600; margin-bottom: 0.5rem; letter-spacing: -0.02em; }
.o-contact__form-wrap > p { color: var(--o-text); font-size: 0.9375rem; margin-bottom: 1.5rem; line-height: 1.6; }
.o-field { margin-bottom: 0.75rem; }
.o-field input {
  width: 100%;
  padding: 0.6875rem 0.875rem;
  min-height: 44px;
  border: 1px solid var(--o-border);
  border-radius: var(--o-radius);
  font: inherit;
  font-size: 1rem;
  color: var(--o-ink);
  background: var(--o-surface);
  transition: border-color 0.15s, box-shadow 0.15s;
  -webkit-appearance: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
}
.o-field input::placeholder { color: var(--o-text-light); }
.o-field input:focus {
  outline: none;
  border-color: var(--o-brand);
  box-shadow: 0 0 0 3px var(--o-brand-soft), 0 1px 1px rgba(0, 0, 0, 0.03);
}
.o-field-row { display: flex; flex-direction: column; gap: 0; }
.o-checkbox {
  display: flex; gap: 0.625rem; align-items: flex-start;
  font-size: 0.8125rem; color: var(--o-text); margin: 0.875rem 0;
  line-height: 1.5;
}
.o-checkbox input { margin-top: 3px; accent-color: var(--o-brand); }
.o-checkbox a { color: var(--o-brand); }
.o-alert { display: none; padding: 0.75rem; border-radius: var(--o-radius); margin-bottom: 0.875rem; font-size: 0.8125rem; }
.o-alert.is-success { display: block; background: #d4f4e2; color: #0d6832; }
.o-alert.is-danger { display: block; background: #fde8e8; color: #b42318; }
.o-contact__aside { padding: 0.5rem 0; }
.o-contact__aside h4 { font-size: 1.375rem; font-weight: 600; color: var(--o-ink); margin-bottom: 0.75rem; letter-spacing: -0.02em; }
.o-contact__aside p { color: var(--o-text); font-size: 0.9375rem; line-height: 1.65; }

/* Footer — Stripe navy */
.o-footer {
  background: var(--o-ink);
  color: rgba(255, 255, 255, 0.65);
  padding: clamp(3rem, 5vw, 4rem) 0 calc(1.5rem + var(--o-safe-bottom));
}
.o-footer__main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-bottom: clamp(1.75rem, 3vw, 2.25rem);
}
.o-footer__brand {
  max-width: 18rem;
}
.o-footer__brand p {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.52);
  text-wrap: pretty;
}
.o-footer__menus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.o-footer__label {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.6875rem;
  font-weight: 600;
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.o-footer__links,
.o-footer__legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.o-footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.o-footer__links a,
.o-footer__legal-list a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.76);
  transition: color 0.15s;
}
.o-footer__links a:hover,
.o-footer__legal-list a:hover {
  color: #fff;
}
.o-footer__legal {
  padding: clamp(1.5rem, 3vw, 1.75rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.o-footer__legal-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem 1.5rem;
}
.o-footer__legal-list a {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}
.o-footer__legal-list a:hover {
  color: rgba(255, 255, 255, 0.92);
}
.o-footer__bottom {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.42);
  text-align: center;
}
.o-footer__payments {
  display: block;
  width: auto;
  height: 20px;
  max-width: min(100%, 220px);
  object-fit: contain;
  opacity: 0.5;
}
.o-footer .o-logo { color: #fff; }

/* Auth */
.o-body-auth .o-page {
  background: var(--o-bg);
}

.o-auth {
  padding: var(--o-auth-top-gap) 0 clamp(3rem, 6vw, 4.5rem);
  background: var(--o-bg);
  min-height: calc(100vh - var(--o-header-h) - 10rem);
}

.o-auth__board {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: min(1060px, 100%);
  margin-inline: auto;
  background: #fff;
  border: 1px solid var(--o-border-subtle);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: none;
}

.o-auth__main {
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
}

.o-auth__head {
  margin-bottom: 1.625rem;
  max-width: 28rem;
}

.o-auth__head h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 2.8vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--o-ink);
  line-height: 1.2;
}

.o-auth__head p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--o-text-light);
}

.o-auth__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 28rem;
}

.o-auth__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.o-auth__meta {
  display: flex;
  justify-content: flex-end;
  margin-top: -0.25rem;
}

.o-auth__link {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--o-brand);
  text-decoration: none;
}

.o-auth__link:hover {
  color: var(--o-brand-hover);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.o-auth__hint {
  font-weight: 400;
  color: var(--o-text-muted);
}

.o-auth__captcha {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.o-auth__captcha .g-recaptcha {
  overflow: hidden;
  border-radius: var(--o-radius);
}

.o-auth__captcha .o-field-message {
  display: block;
  margin-top: 0.5rem;
}

.o-auth__divider {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin: 1.375rem 0;
  max-width: 28rem;
  color: var(--o-text-muted);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.o-auth__divider::before,
.o-auth__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--o-border);
}

.o-auth__google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  max-width: 28rem;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--o-border);
  border-radius: var(--o-radius);
  background: var(--o-surface);
  color: var(--o-text);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.03);
  transition: border-color 0.15s var(--o-ease), box-shadow 0.15s var(--o-ease), background 0.15s var(--o-ease);
}

.o-auth__google:hover {
  border-color: color-mix(in srgb, var(--o-brand) 22%, var(--o-border));
  background: var(--o-bg-subtle);
  box-shadow: var(--o-shadow-sm);
}

.o-auth__switch {
  margin: 1.375rem 0 0;
  max-width: 28rem;
  text-align: center;
  font-size: 0.875rem;
  color: var(--o-text-light);
}

.o-auth__switch a {
  color: var(--o-brand);
  font-weight: 500;
  text-decoration: none;
}

.o-auth__switch a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.o-auth__error-list {
  margin: 0;
  padding-left: 1.125rem;
}

.o-auth__error-list li + li {
  margin-top: 0.25rem;
}

.o-auth__main .o-form-field input[type="password"],
.o-auth__main .o-form-field input[type="email"],
.o-auth__main .o-form-field input[type="text"],
.o-auth__main .o-form-field input[type="tel"] {
  width: 100%;
  padding: 0.8125rem 1rem;
  min-height: 48px;
  border: 1px solid var(--o-border);
  border-radius: var(--o-radius);
  font: inherit;
  font-size: 0.9375rem;
  color: var(--o-ink);
  background: var(--o-bg-subtle);
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
  -webkit-appearance: none;
}

.o-auth__main .o-field-wrap input {
  padding-right: 2.75rem;
}

.o-auth__main .o-form-field input::placeholder {
  color: var(--o-text-muted);
}

.o-auth__main .o-form-field input:hover {
  border-color: color-mix(in srgb, var(--o-brand) 18%, var(--o-border));
}

.o-auth__main .o-form-field input:focus {
  outline: none;
  border-color: var(--o-brand);
  background: var(--o-surface);
  box-shadow: 0 0 0 3px var(--o-brand-soft);
}

.o-auth__main .o-form-field input.is-invalid {
  border-color: color-mix(in srgb, #e07a7a 45%, var(--o-border));
  background: color-mix(in srgb, #fff5f5 55%, var(--o-bg-subtle));
  box-shadow: none;
}

.o-auth__main .o-form-field--phone .iti--allow-dropdown.iti--show-flags.iti--invalid,
.o-auth__main .o-form-field--phone .iti--allow-dropdown.iti--show-flags:has(.is-invalid) {
  border-color: color-mix(in srgb, #e07a7a 45%, var(--o-border));
  background: color-mix(in srgb, #fff5f5 55%, var(--o-bg-subtle));
  box-shadow: none;
}

.o-auth__main .o-field-message {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  font-weight: 400;
  color: #b85c5c;
}

.o-auth__notice {
  display: none;
  max-width: 28rem;
  padding: 0.75rem 0.875rem;
  margin-bottom: 0.25rem;
  border-radius: 10px;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #9f4a4a;
  background: rgba(255, 247, 247, 0.95);
  border: 1px solid rgba(224, 122, 122, 0.22);
}

.o-auth__notice.is-visible {
  display: block;
}

.o-auth__notice.is-success {
  color: #166534;
  background: rgba(240, 253, 244, 0.95);
  border-color: rgba(134, 239, 172, 0.45);
}

.o-auth__main .o-alert {
  margin-bottom: 0.25rem;
  max-width: 28rem;
  display: none;
}

.o-auth__showcase {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 100%;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-top: 1px solid var(--o-border-subtle);
}

.o-auth__showcase-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(27, 79, 138, 0.08) 0%, transparent 48%),
    radial-gradient(circle at 12% 88%, rgba(13, 148, 136, 0.07) 0%, transparent 44%);
  pointer-events: none;
}

.o-auth__showcase-body {
  position: relative;
  z-index: 1;
  padding: clamp(1.75rem, 3.5vw, 2.5rem) clamp(1.75rem, 3.5vw, 2.5rem) 0;
}

.o-auth__showcase-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.3125rem 0.6875rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: var(--o-brand-soft);
  color: var(--o-brand);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.o-auth__showcase-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.375rem, 2.4vw, 1.625rem);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.028em;
  color: var(--o-ink);
  text-wrap: balance;
}

.o-auth__showcase-lead {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--o-text);
  text-wrap: pretty;
}

.o-auth__showcase-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.o-auth__showcase-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--o-text);
}

.o-auth__showcase-check {
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: 0.0625rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--o-border);
  color: var(--o-brand);
  box-shadow: var(--o-shadow-sm);
}

.o-auth__showcase-panel {
  position: relative;
  z-index: 1;
  margin: 0 clamp(1.25rem, 2.5vw, 2rem) clamp(1.25rem, 2.5vw, 2rem);
  padding: 1.125rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--o-border-subtle);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 32px rgba(15, 23, 42, 0.06);
}

.o-auth__showcase-panel-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--o-text-light);
}

.o-auth__showcase-panel-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.16);
}

.o-auth__showcase-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.o-auth__showcase-stat {
  padding: 0.6875rem 0.5rem;
  border-radius: 10px;
  background: var(--o-bg-subtle);
  border: 1px solid var(--o-border-subtle);
}

.o-auth__showcase-stat-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 500;
  color: var(--o-text-muted);
  margin-bottom: 0.3125rem;
}

.o-auth__showcase-stat strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--o-ink);
}

.o-auth__showcase-chart {
  display: flex;
  align-items: flex-end;
  gap: 0.375rem;
  height: 4rem;
  padding: 0.625rem 0.5rem 0;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: linear-gradient(180deg, var(--o-bg-subtle) 0%, #fff 100%);
  border: 1px solid var(--o-border-subtle);
}

.o-auth__showcase-chart span {
  flex: 1;
  height: var(--h, 50%);
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, #60a5fa 0%, var(--o-brand) 100%);
  opacity: 0.88;
}

.o-auth__showcase-rows {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.o-auth__showcase-row {
  display: block;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--o-bg-muted);
}

.o-auth__showcase-row--short { width: 62%; }
.o-auth__showcase-row--medium { width: 78%; }

.o-field-wrap {
  position: relative;
}

.password-toggle-btn {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: none;
  color: var(--o-text-muted);
  cursor: pointer;
}

.password-toggle-btn:hover {
  color: var(--o-text);
  background: var(--o-bg-muted);
}

.password-toggle-btn:focus-visible {
  outline: 2px solid var(--o-brand);
  outline-offset: 1px;
}

.o-or { text-align: center; margin: 1.25rem 0; font-size: 0.8125rem; color: var(--o-text-light); }

/* Legacy auth aliases */
.home-form--default { padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3rem, 6vw, 5rem); background: var(--o-bg-subtle); }
.home-form--default .form-wrapper { display: flex; flex-direction: column; gap: 1.5rem; max-width: 980px; margin-inline: auto; }
.home-form--default .form-wrapper__left {
  background: var(--o-surface);
  border: 1px solid var(--o-border-subtle);
  border-radius: var(--o-radius-xl);
  padding: clamp(1.5rem, 3.5vw, 2.25rem);
  box-shadow: var(--o-shadow-sm);
}
.home-form--default label { display: block; font-size: 0.8125rem; font-weight: 500; margin: 1rem 0 0.375rem; }
.home-form--default .form-wrapper__right { display: none; }
.login-with-google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--o-border);
  border-radius: var(--o-radius);
  background: var(--o-surface);
  color: var(--o-text);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
}

/* Legacy */
.container { width: min(var(--o-container), calc(100% - 2 * var(--o-gutter-x))); margin-inline: auto; }
.button:not(.button--outline):not(.button--outline-white):not(.button--outline-primary) {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.5rem 1rem; min-height: 40px; border-radius: var(--o-btn-radius);
  background: var(--o-brand); color: #fff; font-weight: 500; font-size: 0.875rem; border: none;
}
.button--outline, .button--outline-primary {
  background: transparent; border: 1px solid var(--o-border); color: var(--o-ink);
  border-radius: var(--o-btn-radius); padding: 0.5rem 1rem; min-height: 40px;
}
.form-control {
  width: 100%; padding: 0.6875rem 0.875rem; min-height: 44px;
  border: 1px solid var(--o-border); border-radius: var(--o-radius); font: inherit; font-size: 1rem;
  box-shadow: 0 1px 1px rgba(0,0,0,0.03);
}
.error-validation { color: #df1b41; font-size: 0.8125rem; margin-top: 0.25rem; display: block; }

/* ── Pricing — MENULUX-style tabbed cards (Orimo palette) ── */
.o-pricing-section {
  padding: clamp(4rem, 8vw, 5.5rem) 0;
  background: linear-gradient(180deg, #f4f8fc 0%, #f8fafc 38%, #ffffff 100%);
  border-top: 1px solid var(--o-border-subtle);
}
.o-pricing-section__head {
  max-width: 44rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  text-align: center;
}
.o-pricing-section__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--o-brand);
}
.o-pricing-section__title {
  font-size: clamp(1.625rem, 3.5vw, 2.375rem);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.025em;
  color: var(--o-ink);
  margin: 0 0 0.875rem;
  text-wrap: balance;
}
.o-pricing-section__desc {
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.7;
  color: var(--o-text-light);
  margin: 0 auto;
  max-width: 38rem;
  text-wrap: pretty;
}
.o-pricing-tabs__nav-wrap {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.25rem);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  justify-content: center;
}
.o-pricing-tabs__nav-wrap::-webkit-scrollbar { display: none; }
.o-pricing-tabs__nav {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.625rem;
  min-width: min-content;
}
.o-pricing-tabs__tab {
  flex-shrink: 0;
  padding: 0.75rem 1.625rem;
  border-radius: 999px;
  border: 1px solid rgba(27, 79, 138, 0.24);
  background: #fff;
  color: var(--o-brand);
  font-size: 0.96875rem;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  transition: background 0.2s var(--o-ease), color 0.2s var(--o-ease), border-color 0.2s var(--o-ease), box-shadow 0.2s var(--o-ease);
}
.o-pricing-tabs__tab:hover {
  border-color: rgba(27, 79, 138, 0.42);
  background: #fff;
}
.o-pricing-tabs__tab.is-active {
  background: var(--o-brand);
  border-color: var(--o-brand);
  color: #fff;
  box-shadow: 0 8px 24px var(--o-brand-glow);
}
.o-pricing-section__stage {
  width: 100%;
}
.o-pricing-section__stage > .o-container {
  width: min(var(--o-container), calc(100% - 2 * var(--o-gutter-x)));
}
.o-pricing-tabs { width: 100%; }
.o-pricing-tabs__panels { width: 100%; }
.o-pricing-tabs__panel { display: none !important; }
.o-pricing-tabs__panel.is-active {
  display: block !important;
  animation: oPricingTabIn 0.28s var(--o-ease);
}
.o-pricing-tabs__panel[hidden] {
  display: none !important;
}
@keyframes oPricingTabIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.o-pricing-cards {
  --o-pricing-gap: clamp(0.875rem, 1.5vw, 1.25rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: var(--o-pricing-gap);
  width: 100%;
}
.o-pricing-card {
  --o-card-hero-bg: #fff;
  --o-card-orbit: rgba(27, 79, 138, 0.12);
  --o-card-foot-bg: #eef4fb;
  --o-card-accent: var(--o-brand);
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  min-width: 0;
  max-width: 100%;
  background: #fff;
  border: 1px solid rgba(27, 79, 138, 0.1);
  border-radius: 1.375rem;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
  transition: transform 0.22s var(--o-ease), box-shadow 0.22s var(--o-ease);
}
.o-pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}
.o-pricing-card__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: var(--o-card-hero-bg);
}
.o-pricing-card__head {
  flex: 0 0 auto;
  min-height: 4.625rem;
  padding: 1.375rem 1.25rem 1.125rem;
  text-align: left;
}
.o-pricing-card__badge {
  display: block;
  max-width: 100%;
  margin-bottom: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--o-card-accent);
}
.o-pricing-card__name {
  font-size: clamp(1.4375rem, 2.4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--o-ink);
  margin: 0;
  text-wrap: balance;
}
.o-pricing-card__media {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: center;
  height: clamp(16.75rem, 22vw, 19rem);
  min-height: clamp(16.75rem, 22vw, 19rem);
  padding: 0.5rem 0.75rem 0;
  margin-bottom: 0;
  overflow: hidden;
}
.o-pricing-card__orbit {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  width: min(78%, 210px);
  aspect-ratio: 1;
  translate: -50% 0;
  border-radius: 50%;
  background: var(--o-card-orbit);
  pointer-events: none;
}
.o-pricing-card__media img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: bottom center;
}
.o-pricing-card__placeholder {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: clamp(12rem, 18vw, 14rem);
  display: grid;
  place-items: center;
  color: var(--o-text-muted);
}
.o-pricing-card__body {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  padding: 0.875rem 1rem 1rem;
  background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
}
.o-pricing-card__deal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
.o-pricing-card__pricing {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
.o-pricing-card__compare {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #94a3b8;
  text-decoration: line-through;
  margin-bottom: 0.125rem;
}
.o-pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}
.o-pricing-card__price strong {
  display: block;
  font-size: clamp(1.4375rem, 2.5vw, 1.6875rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--o-ink);
  line-height: 1;
}
.o-pricing-card__price-unit {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--o-text-light);
  line-height: 1;
}
.o-pricing-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 0.25rem;
  padding: 0.625rem 0.8125rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--o-brand) 32%, transparent);
  background: #fff;
  color: var(--o-brand);
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.15s var(--o-ease), border-color 0.15s var(--o-ease), color 0.15s var(--o-ease), transform 0.15s var(--o-ease);
}
.o-pricing-card__cta-arrow {
  font-size: 1.125rem;
  line-height: 1;
  transition: transform 0.15s var(--o-ease);
}
.o-pricing-card__cta:hover {
  background: color-mix(in srgb, var(--o-brand) 8%, #fff);
  border-color: color-mix(in srgb, var(--o-brand) 42%, transparent);
}
.o-pricing-card__cta:hover .o-pricing-card__cta-arrow {
  transform: translateX(2px);
}
.o-pricing-card__foot {
  margin: 0;
  padding: 0.875rem 1.25rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--o-text-light);
  text-align: center;
  background: var(--o-card-foot-bg);
  border-top: 1px solid rgba(27, 79, 138, 0.06);
}
.o-pricing-card--hero-dark .o-pricing-card__badge {
  color: rgba(255, 255, 255, 0.88);
}
.o-pricing-card--hero-dark .o-pricing-card__name {
  color: #fff;
}
.o-pricing-card--hero-dark .o-pricing-card__orbit {
  background: rgba(255, 255, 255, 0.16);
}
.o-pricing-card--featured {
  border-color: color-mix(in srgb, var(--o-card-accent) 28%, transparent);
  box-shadow: 0 8px 28px color-mix(in srgb, var(--o-card-accent) 18%, transparent);
}
.o-pricing-card--featured .o-pricing-card__head {
  padding-top: 1.5rem;
}
.o-pricing-card--featured .o-pricing-card__badge {
  display: inline-block;
  width: fit-content;
  padding: 0.3125rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}
.o-pricing-card--featured .o-pricing-card__name {
  color: #fff;
}
.o-pricing-card--featured .o-pricing-card__media {
  margin-bottom: 0;
}
.o-pricing-card--featured .o-pricing-card__media img {
  filter: drop-shadow(0 14px 32px rgba(15, 23, 42, 0.24));
}
.o-pricing-card--featured .o-pricing-card__cta {
  background: var(--o-card-accent);
  border-color: var(--o-card-accent);
  color: #fff;
}
.o-pricing-card--featured .o-pricing-card__cta:hover {
  background: color-mix(in srgb, var(--o-card-accent) 88%, #000);
  border-color: color-mix(in srgb, var(--o-card-accent) 88%, #000);
  color: #fff;
}
.o-pricing-section__banner {
  margin-top: clamp(2rem, 4vw, 2.75rem);
  border-radius: var(--o-radius-xl);
  overflow: hidden;
  background: var(--o-gradient-soft);
  border: 1px solid var(--o-border-subtle);
}
.o-pricing-section__banner-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem 1.5rem;
  align-items: flex-start;
}
.o-pricing-section__banner-inner p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--o-text);
  max-width: 520px;
}
.o-pricing-section__banner-inner strong {
  display: block;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--o-ink);
  margin-bottom: 0.375rem;
}

/* ── Homepage CTA banner ── */
.o-home-cta {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: var(--o-bg);
}
.o-home-cta__shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
  background: var(--o-surface);
  border: 1px solid var(--o-border);
  border-radius: var(--o-radius-xl);
  box-shadow: var(--o-shadow-sm);
  overflow: hidden;
}
.o-home-cta__shell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--o-brand) 0%, color-mix(in srgb, var(--o-brand) 55%, var(--o-accent)) 100%);
}
.o-home-cta__mesh {
  position: absolute;
  inset: -30% -8% -30% auto;
  width: min(420px, 52vw);
  background:
    radial-gradient(circle at 70% 40%, var(--o-brand-soft) 0%, transparent 62%),
    radial-gradient(circle at 30% 70%, var(--o-accent-soft) 0%, transparent 58%);
  pointer-events: none;
  opacity: 0.9;
}
.o-home-cta__main {
  position: relative;
  z-index: 1;
  max-width: 36rem;
}
.o-home-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.875rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--o-brand);
}
.o-home-cta__eyebrow-mark {
  width: 1.25rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--o-brand), var(--o-accent));
}
.o-home-cta__title {
  margin: 0 0 0.625rem;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 1.25;
  letter-spacing: -0.028em;
  text-wrap: balance;
}
.o-home-cta__title-bold {
  font-weight: 600;
  color: var(--o-ink);
}
.o-home-cta__desc {
  margin: 0;
  max-width: 32rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--o-text-light);
  text-wrap: pretty;
}
.o-home-cta__aside {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.o-home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
.o-home-cta__note {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--o-text-muted);
}

/* Legacy pricing aliases (unused) */
.o-pricing { border-top: 1px solid var(--o-border); }
.o-container--pricing { width: min(1520px, calc(100% - clamp(0.75rem, 2.5vw, 1.5rem))); max-width: none; }

.o-integrations {
  display: flex; flex-wrap: wrap; gap: 2rem 2.5rem;
  align-items: center; justify-content: center;
}
.o-integrations img { height: 28px; opacity: 0.35; filter: grayscale(1); }

/* ── Tablet ── */
@media (min-width: 640px) {
  :root {
    --o-gutter-x: 1.5rem;
  }
  .o-pricing-section__stage > .o-container {
    width: min(var(--o-container), calc(100% - 2 * var(--o-gutter-x)));
  }
  .o-hero__shell { padding: 2rem 0 0; }
  .o-hero__product { min-height: 300px; }
  .o-hero__title { max-width: none; }
  .o-trust__label { text-align: left; }
  .o-field-row { flex-direction: row; gap: 0.75rem; }
  .o-field-row .o-field { flex: 1; }
  .o-home-contact__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.125rem;
  }
  .o-home-contact__form-panel {
    padding: clamp(1.75rem, 3vw, 2.75rem);
  }
  .o-home-contact__board {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 1.25rem;
  }
  .o-home-contact__device {
    width: min(8.75rem, 42%);
  }
  .o-auth__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .o-auth__main .o-auth__form {
    max-width: none;
  }
  .o-sector-grid { grid-template-columns: repeat(2, 1fr); }
  .o-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .o-section { padding: 5rem 0; }
  .o-pricing-cards--count-1 .o-pricing-card,
  .o-pricing-cards--count-2 .o-pricing-card,
  .o-pricing-cards--count-3 .o-pricing-card,
  .o-pricing-cards--count-4 .o-pricing-card {
    flex: 1 1 calc(50% - (var(--o-pricing-gap) / 2));
    max-width: calc(50% - (var(--o-pricing-gap) / 2));
  }
  .o-pricing-cards--count-1 .o-pricing-card {
    flex: 0 1 calc(50% - (var(--o-pricing-gap) / 2));
  }
  .o-pricing-tabs__nav { flex-wrap: wrap; justify-content: center; }
  .o-pricing-section__banner-inner { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; }
  .o-section__head--split {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .o-section__head--split .o-section__head-link { align-self: auto; }
  .o-home-blog__head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .o-home-blog__toolbar {
    width: auto;
    justify-content: flex-end;
  }
  .o-home-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.125rem;
  }
  .o-home-cta__shell {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(2rem, 3.5vw, 2.75rem) clamp(1.75rem, 3vw, 2.5rem);
  }
  .o-home-cta__aside {
    flex-shrink: 0;
    align-items: flex-end;
    text-align: right;
  }
  .o-home-cta__actions {
    justify-content: flex-end;
  }
  .o-mega__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.625rem; }
  .o-footer__menus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 2.5rem;
  }
  .o-footer__legal-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .o-support-topics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
  }
  .o-support-downloads__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
  }
  .o-support-layout {
    gap: 2rem;
  }
  .o-page-cta__inner { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 2rem 2.25rem; }
  .o-blog-featured { grid-template-columns: 1.1fr 1fr; }
  .o-blog-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .o-icon-grid { grid-template-columns: repeat(2, 1fr); }
  .o-split-row { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .o-split-row--reverse .o-split-row__media { order: 2; }
  .o-hotel-hero__grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

/* ── Desktop ── */
@media (min-width: 900px) {
  .o-nav { display: flex; }
  .o-header__signin.o-btn,
  .o-header__cta.o-btn { display: inline-flex; }
  .o-burger { display: none; }

  .o-hero__shell { padding: 2.25rem 0 0; }
  .o-hero__layout {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 1.75rem 2.5rem;
    min-height: 460px;
    align-items: center;
  }
  .o-hero__content { max-width: none; }
  .o-hero__title {
    font-size: clamp(2.75rem, 3.8vw, 3.5rem);
    letter-spacing: -0.03em;
    line-height: 1.1;
    gap: 0.18em;
    margin-bottom: 1.625rem;
  }
  .o-hero__lead { margin-bottom: 2.125rem; }
  .o-hero--showcase .o-hero__layout {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 1.75rem 2.75rem;
    min-height: min(62vh, 540px);
  }
  .o-hero__lead--showcase { max-width: 40rem; }
  .o-hero__product { min-height: 300px; padding: 0; justify-content: flex-start; }
  .o-hero__product-visual { max-width: 380px; margin-inline: 0; aspect-ratio: 532 / 469; }
  .o-hero__product-img { width: min(100%, 360px); margin-inline: 0; }
  .o-hero__atmos--left { left: -4%; }
  .o-hero__atmos--right { right: -4%; }
  .o-hero__visual {
    position: absolute;
    right: -12%;
    top: 50%;
    width: min(68vw, 720px);
    min-height: 480px;
    transform: translateY(-50%);
    margin-right: 0;
  }
  .o-hero__ribbon {
    width: 100%;
    min-height: 480px;
  }

  .o-mega__main {
    padding: 1.5rem 1.5rem 1.25rem;
  }
  .o-mega__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .o-mega__footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1rem 2rem 1.25rem;
  }

  .o-stripe-section { padding: 6rem 0; }
  .o-support-layout {
    grid-template-columns: minmax(0, 1fr) minmax(17.5rem, 20rem);
    gap: 2.5rem 2.75rem;
  }
  .o-support-aside {
    position: sticky;
    top: calc(var(--o-header-h) + 1.25rem);
  }
  .o-support-topics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .o-home-blog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
  .o-home-blog__card-media {
    height: 210px;
  }
  .o-stripe-section__intro { margin-bottom: 3rem; max-width: 72rem; }
  .o-stripe-bento {
    grid-template-columns: repeat(12, 1fr);
    gap: 1.25rem;
  }
  .o-stripe-card--full { grid-column: span 12; min-height: 420px; }
  .o-stripe-card--hero { grid-column: span 8; min-height: 440px; }
  .o-stripe-card--tall { grid-column: span 4; min-height: 440px; }
  .o-stripe-card--compact { grid-column: span 4; min-height: 360px; }
  .o-stripe-card--hero .o-stripe-card__media { width: min(88%, 520px); }
  .o-stripe-card--tall .o-stripe-card__media { width: min(94%, 280px); }
  .o-stripe-card--hero .o-stripe-card__title { font-size: 1.25rem; }
  .o-stripe-split {
    display: grid;
    grid-template-columns: minmax(320px, 420px) 1fr;
    gap: 4rem;
    align-items: start;
  }
  .o-stripe-split__intro { position: sticky; top: calc(var(--o-header-h) + 1.5rem); }
  .o-stripe-features { grid-template-columns: repeat(2, 1fr); }
  .o-stripe-feature:nth-child(odd) { border-right: 1px solid var(--o-border); }
  .o-stripe-feature:nth-last-child(-n+2) { border-bottom: none; }

  .o-bento-card {
    flex-direction: row;
    text-align: left;
    gap: 3rem;
    align-items: center;
  }
  .o-bento-card:nth-child(even) { flex-direction: row-reverse; }
  .o-bento-card__body { max-width: 420px; flex: 1; }
  .o-bento-card__media { flex: 1.1; }
  .o-bento-card__icon { margin: 0 0 1rem; }

  .o-features-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 3rem;
    align-items: start;
  }
  .o-features-sticky { text-align: left; position: sticky; top: calc(var(--o-header-h) + 1.5rem); }
  .o-features-sticky .o-section__title,
  .o-features-sticky .o-section__desc { text-align: left; }

  .o-product-tabs__panel-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem 4rem;
    align-items: center;
  }
  .o-product-tabs__nav-wrap {
    justify-content: center;
  }

  .o-products-catalog .o-product-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
  }
  .o-products-catalog .o-product-card--reverse .o-product-card__content {
    order: 2;
  }
  .o-products-catalog .o-product-card--reverse .o-product-card__visual {
    order: 1;
  }
  .o-products-catalog .o-product-card__visual {
    min-height: 100%;
    padding: 1.5rem;
  }

  .o-section .o-container > .o-product-card {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
  }
  .o-product-card__img { order: 0; }

  .o-sector-grid { grid-template-columns: repeat(3, 1fr); }
  .o-faq-layout {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 4rem;
    align-items: start;
  }
  .o-faq-layout > div:first-child { text-align: left; }

  .o-home-contact__submit {
    width: auto;
    min-width: 220px;
  }

  .o-footer__main {
    display: grid;
    grid-template-columns: minmax(0, 18rem) minmax(0, 1fr);
    gap: 2rem 4.25rem;
    align-items: start;
  }
  .o-footer__menus {
    grid-template-columns: repeat(3, minmax(8rem, max-content));
    justify-content: start;
    gap: 2rem 3.25rem;
  }
  .o-footer__legal-list {
    grid-template-columns: repeat(auto-fill, minmax(13.5rem, 1fr));
    gap: 0.75rem 2.5rem;
  }
  .o-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .o-auth__board {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    align-items: stretch;
  }
  .o-auth__showcase {
    display: flex;
    border-top: none;
    border-left: 1px solid var(--o-border-subtle);
  }
  .o-auth__main .o-auth__form,
  .o-auth__main .o-auth__divider,
  .o-auth__main .o-auth__google,
  .o-auth__main .o-auth__switch,
  .o-auth__main .o-auth__notice {
    max-width: none;
  }
  .o-pricing-section { padding: 5.5rem 0; }
  .o-pricing-section__banner-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2.25rem 2.5rem;
  }
  .o-article-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 2.5rem; align-items: start; }
  .o-info-block__inner { grid-template-columns: 1fr auto; gap: 2.5rem; }
  .o-info-block:nth-child(even) .o-info-block__inner { direction: rtl; }
  .o-info-block:nth-child(even) .o-info-block__inner > * { direction: ltr; }
}

@media (min-width: 1200px) {
  :root {
    --o-mega-aside-w: 26rem;
  }
}

@media (min-width: 1024px) {
  :root {
    --o-mega-aside-w: 24rem;
  }

  .o-hero__shell { padding: 2.5rem 0 0; }
  .o-hero--showcase .o-hero__layout { min-height: min(64vh, 580px); }
  .o-hero__title--showcase {
    font-size: clamp(2.75rem, 3.6vw, 3.75rem);
  }
  .o-hero__product-visual { max-width: 400px; }
  .o-hero__product-img { width: min(100%, 380px); }
  .o-hero__visual {
    right: -14%;
    width: min(62vw, 780px);
  }
  .o-mega__grid {
    gap: 0.875rem;
  }
  .o-section { padding: 6rem 0; }
  .o-section .o-container > .o-product-card { grid-template-columns: 1fr 300px; }
  .o-features-layout { grid-template-columns: 320px 1fr; }
  .o-blog-grid { grid-template-columns: repeat(3, 1fr); }
  .o-icon-grid { grid-template-columns: repeat(3, 1fr); }
  .o-hotel-hero__stats { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1024px) {
  .o-pricing-cards--count-1 .o-pricing-card,
  .o-pricing-cards--count-3 .o-pricing-card {
    flex: 0 1 calc((100% - (2 * var(--o-pricing-gap))) / 3);
    max-width: calc((100% - (2 * var(--o-pricing-gap))) / 3);
  }
}

@media (min-width: 1180px) {
  .o-pricing-cards--count-2 .o-pricing-card {
    flex: 0 1 calc((100% - var(--o-pricing-gap)) / 2);
    max-width: calc((100% - var(--o-pricing-gap)) / 2);
  }
  .o-pricing-cards--count-4 .o-pricing-card {
    flex: 0 1 calc((100% - (3 * var(--o-pricing-gap))) / 4);
    max-width: calc((100% - (3 * var(--o-pricing-gap))) / 4);
  }
}

/* ── Mobile (≤899px) — header, hero, iç sayfalar ── */
@media (max-width: 899px) {
  :root {
    --o-header-h: 60px;
    --o-auth-top-gap: clamp(1.5rem, 4vw, 2.25rem);
  }

  .o-nav-shell {
    padding-inline: max(var(--o-gutter-x), env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
    padding-top: max(0.5rem, env(safe-area-inset-top, 0px));
  }

  .o-header__inner {
    padding-inline: 0.625rem;
    gap: 0.625rem;
  }

  .o-header__start {
    gap: 0;
    flex: 1;
    min-width: 0;
  }

  .o-logo {
    font-size: 1.3125rem;
  }

  .o-header__actions {
    gap: 0.25rem;
    flex-shrink: 0;
  }

  .o-hero__shell {
    padding-top: clamp(1.25rem, 4vw, 1.75rem);
  }

  .o-hero__layout {
    gap: 1.5rem;
  }

  .o-hero__content {
    max-width: none;
  }

  .o-hero__title,
  .o-hero__title--showcase {
    font-size: clamp(1.625rem, 7.5vw, 2.125rem);
    margin-bottom: 1rem;
  }

  .o-hero__lead,
  .o-hero__lead--showcase {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .o-hero__cta-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.625rem;
  }

  .o-hero__cta-row .o-btn,
  .o-hero__cta-row .o-hero__google-btn {
    width: 100%;
    flex: 1 1 auto;
    justify-content: center;
  }

  .o-hero__product {
    min-height: 200px;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
  }

  .o-section {
    padding: 3rem 0;
  }

  .o-stripe-section {
    padding: 3rem 0;
  }

  .o-section__head {
    margin-bottom: 1.75rem;
  }

  .o-section__title {
    font-size: clamp(1.375rem, 5.5vw, 1.75rem);
  }

  .o-body-inner .o-page-hero {
    padding: clamp(1.25rem, 4vw, 1.75rem) 0 clamp(1.5rem, 4vw, 2rem);
  }

  .o-body-inner .o-page-hero__card {
    padding: clamp(1.375rem, 4vw, 1.75rem) clamp(1.125rem, 3.5vw, 1.5rem);
    border-radius: 16px;
  }

  .o-body-inner .o-page-hero--showcase .o-page-hero__title {
    font-size: clamp(1.625rem, 6.5vw, 2.25rem);
  }

  .o-body-inner .o-page-hero__card-grid {
    gap: 1.5rem;
  }

  .o-auth {
    padding-top: var(--o-auth-top-gap);
  }

  .o-auth__board {
    border-radius: 16px;
  }

  .o-auth__main {
    padding: clamp(1.375rem, 4vw, 1.75rem);
  }

  .o-footer {
    padding-top: 2.5rem;
  }

  .o-pricing-section {
    padding: 3rem 0;
  }

  .o-pricing-tabs__nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
  }

  .o-pricing-tabs__nav::-webkit-scrollbar {
    display: none;
  }

  .o-home-contact__board {
    grid-template-columns: 1fr;
  }

  .o-home-contact__form-panel {
    padding: 1.375rem;
  }

  .o-contact__form-wrap {
    padding: 1.375rem;
  }

  .o-article__header {
    padding: 1.25rem 1.25rem 0;
  }

  .o-article__content {
    padding: 1.25rem;
  }

  .o-legal-wrap {
    padding: 0.25rem 0 3rem;
  }

  .o-legal-page__layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .o-legal-nav {
    position: static;
    top: auto;
    margin: 0 -0.25rem;
    padding-bottom: 0.25rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .o-legal-nav__label {
    padding-left: 0.25rem;
  }

  .o-legal-nav__list {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.375rem;
    width: max-content;
    padding-bottom: 0.25rem;
  }

  .o-legal-nav__link {
    margin-left: 0;
    white-space: nowrap;
    border-left: none;
    border-bottom: 2px solid transparent;
    border-radius: var(--o-radius);
    padding: 0.5rem 0.875rem;
  }

  .o-legal-nav__link.is-active {
    border-left-color: transparent;
    border-bottom-color: var(--o-brand);
  }

  .o-legal {
    padding: 0;
    border-radius: 0;
  }

  .o-support-wrap {
    padding: 0.25rem 0 3rem;
  }

  .o-support-topics {
    margin-bottom: 2rem;
  }

  .o-home-cta__shell {
    padding: 1.5rem;
  }

  .o-home-cta__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .o-home-cta__actions .o-btn {
    width: 100%;
  }

  .o-page-cta__inner {
    padding: 1.5rem;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
  }

  .o-page-cta__inner .o-btn {
    width: 100%;
  }

  .o-product-tabs__nav-wrap {
    margin-inline: calc(-1 * var(--o-gutter-x));
    padding-inline: var(--o-gutter-x);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .o-product-tabs__nav-wrap::-webkit-scrollbar {
    display: none;
  }

  .o-about-intro__top {
    gap: 1.5rem;
  }

  .o-products-catalog .o-product-card__content {
    padding: 1.25rem;
  }

  .o-info-block__inner {
    gap: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
  .o-hero__ring,
  .o-hero__orbit,
  .o-hero__atmos,
  .o-hero__arc,
  .o-hero__arc-spark,
  .o-hero__product-img { animation: none; }
  .o-nav-flyout,
  .o-nav-backdrop,
  .o-nav-card,
  .o-nav-flyouts__inner,
  .o-drawer-overlay { transition: none; }
  .o-product-tabs__panel.is-active { animation: none; }
  .o-pricing-tabs__panel.is-active { animation: none; }
}
