:root {
  --otherlay-blue: #4f46e5;
  --otherlay-blue-strong: #4338ca;
  --otherlay-blue-soft: #eef2ff;
  --otherlay-ink: #111827;
  --otherlay-copy: #4b5563;
  --otherlay-subtle: #6b7280;
  --otherlay-line: #e5e7eb;
  --otherlay-surface: #ffffff;
  --otherlay-tint: #f7f8fc;
  --otherlay-dark: #10111a;
  --otherlay-success: #16a36a;
  --otherlay-shadow: 0 32px 90px rgba(31, 41, 55, 0.14), 0 8px 28px rgba(31, 41, 55, 0.08);
}

.dark {
  --otherlay-blue: #8c94dc;
  --otherlay-blue-strong: #b2b7e2;
  --otherlay-blue-soft: rgb(126 132 177 / 0.14);
  --otherlay-ink: oklch(93.5% 0.008 274);
  --otherlay-copy: oklch(72% 0.013 274);
  --otherlay-subtle: oklch(61% 0.014 274);
  --otherlay-line: oklch(30% 0.011 274);
  --otherlay-surface: oklch(18.5% 0.008 274);
  --otherlay-tint: oklch(16.5% 0.008 274);
  --otherlay-dark: oklch(13.5% 0.008 274);
  --otherlay-success: #40c995;
  --otherlay-shadow: 0 34px 100px rgba(0, 0, 0, 0.45), 0 8px 28px rgba(0, 0, 0, 0.24);
}

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body.otherlay-landing {
  background: var(--otherlay-surface);
  color: var(--otherlay-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.otherlay-landing *, .otherlay-landing *::before, .otherlay-landing *::after { box-sizing: border-box; }
.otherlay-landing a, .otherlay-landing button, .otherlay-landing summary { -webkit-tap-highlight-color: transparent; }

.otherlay-landing a:focus-visible, .otherlay-landing button:focus-visible, .otherlay-landing summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--otherlay-blue) 40%, transparent);
  outline-offset: 3px;
}

.otherlay-shell { margin: 0 auto; max-width: 1240px; padding-left: 28px; padding-right: 28px; width: 100%; }

.otherlay-skip-link {
  background: var(--otherlay-ink); color: var(--otherlay-surface); left: 16px; padding: 10px 14px;
  position: fixed; top: -64px; z-index: 100;
}
.otherlay-skip-link:focus { top: 16px; }

.otherlay-header {
  background: color-mix(in srgb, var(--otherlay-surface) 72%, transparent); border-bottom: 1px solid transparent;
  left: 0; position: fixed; right: 0; top: 0;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease; z-index: 50;
}

.otherlay-header.is-scrolled, .otherlay-header.is-open {
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  background: color-mix(in srgb, var(--otherlay-surface) 90%, transparent); border-bottom-color: var(--otherlay-line);
  box-shadow: 0 8px 30px rgba(24, 24, 27, 0.04);
}

.otherlay-header__inner { align-items: center; display: flex; gap: 32px; height: 80px; justify-content: space-between; }

.otherlay-brand { align-items: center; color: var(--otherlay-ink); display: inline-flex; flex: none; gap: 10px; text-decoration: none; }
.otherlay-brand__mark {
  color: var(--otherlay-blue); font-size: 25.333px; height: 38px; width: 38px;
}
.otherlay-brand__name { font-size: 18px; }

.otherlay-nav { align-items: center; display: flex; gap: 32px; margin-left: auto; margin-right: 14px; }
.otherlay-nav a, .otherlay-footer__links a {
  color: var(--otherlay-copy); font-size: 14px; font-weight: 550; text-decoration: none; transition: color 160ms ease;
}

.otherlay-header__actions { align-items: center; display: flex; gap: 6px; }
.otherlay-language-button { color: var(--otherlay-copy); font-weight: 650; gap: 5px; min-width: 68px; }
.otherlay-language-button:hover, .otherlay-language-button:focus-visible { background: var(--otherlay-tint); color: var(--otherlay-ink); }
.otherlay-language-selector .language-check.invisible { visibility: hidden !important; }
.otherlay-mobile-locales { display: none; }
.otherlay-icon-button, .otherlay-menu-button {
  color: var(--otherlay-copy); min-height: 40px; min-width: 40px;
}
.otherlay-icon-button { font-size: 18px; }
.otherlay-theme-icon--sun, .dark .otherlay-theme-icon--moon { display: none; }
.dark .otherlay-theme-icon--sun { display: inline-block; }
.otherlay-header__signin { margin-left: 6px; }
.otherlay-header__join-short { display: none; }

.otherlay-menu-button { display: none; flex-direction: column; gap: 6px; }
.otherlay-menu-button span { background: currentColor; display: block; height: 2px; transition: transform 180ms ease; width: 20px; }
.otherlay-menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.otherlay-menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.otherlay-mobile-nav { background: var(--otherlay-surface); border-top: 1px solid var(--otherlay-line); padding: 12px 24px 20px; }
.otherlay-mobile-nav a {
  border-bottom: 1px solid var(--otherlay-line); color: var(--otherlay-ink); display: block; font-size: 15px;
  font-weight: 600; padding: 14px 4px; text-decoration: none;
}
.otherlay-mobile-nav a:last-child { border-bottom: 0; }

.otherlay-hero {
  background:
    radial-gradient(circle at 10% 18%, rgba(99, 102, 241, 0.16), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(168, 85, 247, 0.11), transparent 26%),
    linear-gradient(180deg, color-mix(in srgb, var(--otherlay-blue-soft) 42%, var(--otherlay-surface)) 0%, var(--otherlay-surface) 62%);
  min-height: 100vh; overflow: hidden; padding: 154px 0 0; position: relative;
}

.otherlay-hero::after {
  background-image: linear-gradient(color-mix(in srgb, var(--otherlay-line) 55%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--otherlay-line) 55%, transparent) 1px, transparent 1px);
  background-size: 64px 64px; content: ""; inset: 0;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.22), transparent 48%);
  pointer-events: none; position: absolute;
}

.otherlay-hero__glow {
  border: 1px solid color-mix(in srgb, var(--otherlay-blue) 12%, transparent); border-radius: 50%; height: 430px;
  pointer-events: none; position: absolute; width: 430px;
}
.otherlay-hero__glow--left { left: -290px; top: 130px; }
.otherlay-hero__glow--right { right: -310px; top: 30px; }
.otherlay-hero__inner { position: relative; z-index: 1; }
.otherlay-hero__copy { margin: 0 auto; max-width: 930px; text-align: center; }

.otherlay-kicker {
  color: var(--otherlay-blue-strong); font-size: 12px; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase;
}

.otherlay-hero h1 {
  color: var(--otherlay-ink); font-size: clamp(3.5rem, 7vw, 6.7rem); font-weight: 740;
  letter-spacing: -0.067em; line-height: 0.92; margin: 27px 0 0;
}
.otherlay-hero h1 span {
  background: linear-gradient(100deg, #4f46e5 15%, #7c3aed 58%, #2563eb 92%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.dark .otherlay-hero h1 span { background-image: linear-gradient(100deg, #a5b4fc 15%, #c4b5fd 58%, #93c5fd 92%); }
.otherlay-hero__copy > p {
  color: var(--otherlay-copy); font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.7;
  margin: 27px auto 0; max-width: 750px;
}
.otherlay-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 32px; }
.otherlay-proof-list {
  align-items: center; color: var(--otherlay-copy); display: flex; flex-wrap: wrap; font-size: 13px;
  gap: 28px; justify-content: center; list-style: none; margin: 28px 0 0; padding: 0;
}
.otherlay-proof-list li { align-items: center; display: inline-flex; gap: 7px; }
.otherlay-proof-list i { color: var(--otherlay-success); font-size: 16px; }

.otherlay-product-frame {
  background: var(--otherlay-surface); border: 1px solid color-mix(in srgb, var(--otherlay-line) 88%, transparent);
  border-radius: 24px; box-shadow: var(--otherlay-shadow); overflow: hidden;
}
.otherlay-product-frame--hero { margin: 74px auto 0; max-width: 1120px; }
.otherlay-product-frame__bar {
  align-items: center; border-bottom: 1px solid var(--otherlay-line); display: flex; justify-content: space-between;
  min-height: 70px; padding: 12px 18px;
}
.otherlay-product-frame__identity { align-items: center; display: flex; gap: 11px; min-width: 0; }
.otherlay-product-frame__identity > span:last-child { min-width: 0; }
.otherlay-product-frame__identity strong, .otherlay-product-frame__identity small { display: block; }
.otherlay-product-frame__identity strong {
  color: var(--otherlay-ink); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.otherlay-product-frame__identity small { color: var(--otherlay-subtle); font-size: 11px; margin-top: 2px; }
.otherlay-product-frame__icon {
  align-items: center; background: var(--otherlay-blue-soft); border-radius: 9px; color: var(--otherlay-blue-strong);
  display: inline-flex; flex: none; height: 36px; justify-content: center; width: 36px;
}
.otherlay-temp-label {
  background: var(--otherlay-blue-soft); border: 1px solid color-mix(in srgb, var(--otherlay-blue) 24%, transparent);
  border-radius: 999px; color: var(--otherlay-blue-strong); font-size: 10px;
  font-weight: 700; letter-spacing: 0.06em; padding: 6px 9px; text-transform: uppercase;
}
.otherlay-product-frame__canvas { background: var(--otherlay-tint); min-height: 300px; overflow: hidden; padding: 18px 18px 0; position: relative; }
.otherlay-screen { display: block; height: auto; width: 100%; }
.otherlay-screen--dark { display: none; }
.dark .otherlay-screen--light { display: none; }
.dark .otherlay-screen--dark { display: block; }
.otherlay-product-frame__canvas .otherlay-screen { border: 1px solid var(--otherlay-line); border-bottom: 0; border-radius: 14px 14px 0 0; }

.otherlay-product-frame figcaption {
  background: var(--otherlay-surface); border-top: 1px solid var(--otherlay-line); color: var(--otherlay-subtle);
  font-size: 10px; line-height: 1.5; padding: 10px 18px; text-align: center;
}

.otherlay-capability-rail {
  align-items: center; border-top: 1px solid var(--otherlay-line); display: grid;
  grid-template-columns: 1.45fr repeat(4, 1fr); margin-top: 66px; min-height: 92px;
}
.otherlay-capability-rail span {
  align-items: center; color: var(--otherlay-copy); display: flex; font-size: 12px; font-weight: 650;
  gap: 8px; justify-content: center; letter-spacing: 0.02em; min-height: 34px; padding: 0 16px; text-align: center;
}
.otherlay-capability-rail span:first-child {
  color: var(--otherlay-subtle); font-size: 10px; justify-content: flex-start; letter-spacing: 0.12em; text-transform: uppercase;
}
.otherlay-capability-rail span + span { border-left: 1px solid var(--otherlay-line); }
.otherlay-capability-rail i { color: var(--otherlay-blue-strong); font-size: 17px; }

.otherlay-section { padding: 126px 0; }
.otherlay-section--tinted { background: var(--otherlay-tint); border-bottom: 1px solid var(--otherlay-line); border-top: 1px solid var(--otherlay-line); }
.otherlay-section-heading { max-width: 760px; }
.otherlay-section-heading--center { margin: 0 auto; text-align: center; }
.otherlay-section-heading h2, .otherlay-cta h2 {
  color: var(--otherlay-ink); font-size: clamp(2.25rem, 4.6vw, 4.25rem); font-weight: 710;
  letter-spacing: -0.055em; line-height: 1.02; margin: 18px 0 0;
}
.otherlay-section-heading p {
  color: var(--otherlay-copy); font-size: 17px; line-height: 1.72; margin: 20px 0 0; max-width: 680px;
}
.otherlay-section-heading--center p { margin-left: auto; margin-right: auto; }

.otherlay-showcase { display: grid; gap: 48px; grid-template-columns: 0.76fr 1.55fr; margin-top: 72px; }
.otherlay-showcase__tabs { align-self: center; display: flex; flex-direction: column; }
.otherlay-showcase-tab {
  align-items: flex-start; background: transparent; border: 0; border-bottom: 1px solid var(--otherlay-line);
  color: var(--otherlay-copy); cursor: pointer; display: flex; gap: 17px; padding: 24px 14px; text-align: left;
  transition: background-color 160ms ease, color 160ms ease, transform 120ms ease; width: 100%;
}
.otherlay-showcase-tab:first-child { border-top: 1px solid var(--otherlay-line); }
.otherlay-showcase-tab:active { transform: scale(0.99); }
.otherlay-showcase-tab__number {
  color: var(--otherlay-subtle); flex: none; font-size: 11px; font-weight: 750; letter-spacing: 0.08em; padding-top: 3px;
}
.otherlay-showcase-tab strong, .otherlay-showcase-tab small { display: block; }
.otherlay-showcase-tab strong { color: var(--otherlay-ink); font-size: 16px; font-weight: 670; }
.otherlay-showcase-tab small { color: var(--otherlay-copy); font-size: 12px; line-height: 1.55; margin-top: 7px; }
.otherlay-showcase-tab.is-active { background: var(--otherlay-surface); box-shadow: inset 3px 0 0 var(--otherlay-blue); }
.otherlay-showcase-tab.is-active .otherlay-showcase-tab__number { color: var(--otherlay-blue-strong); }

.otherlay-showcase__visual {
  align-self: center; background: var(--otherlay-surface); border: 1px solid var(--otherlay-line); border-radius: 22px;
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.11); min-height: 430px; overflow: hidden;
  padding: 16px 16px 0; position: relative;
}
.dark .otherlay-showcase__visual { box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32); }
.otherlay-showcase-panel { opacity: 0; transform: translateY(10px); }
.otherlay-showcase-panel.is-active { animation: otherlay-panel-in 260ms ease-out forwards; }
.otherlay-showcase-panel .otherlay-screen { border: 1px solid var(--otherlay-line); border-bottom: 0; border-radius: 12px 12px 0 0; }
@keyframes otherlay-panel-in { to { opacity: 1; transform: translateY(0); } }

.otherlay-feature-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 68px; }
.otherlay-feature {
  background: var(--otherlay-tint); border: 1px solid var(--otherlay-line); border-radius: 22px;
  box-shadow: 0 18px 48px rgba(31, 41, 55, 0.055); min-height: 390px; overflow: hidden; position: relative;
}
.dark .otherlay-feature { box-shadow: 0 20px 54px rgba(0, 0, 0, 0.2); }
.otherlay-feature--wide {
  display: grid; grid-column: 1 / -1; grid-template-columns: minmax(330px, 0.85fr) minmax(0, 1.15fr);
  min-height: 500px;
}
.otherlay-feature--compact { display: flex; flex-direction: column; min-height: 390px; }
.otherlay-feature--ci { min-height: 310px; }
.otherlay-feature__copy { display: flex; flex-direction: column; padding: 42px; position: relative; z-index: 2; }
.otherlay-feature--compact .otherlay-feature__copy { flex: 1; padding: 24px 30px 27px; }
.otherlay-feature--ci .otherlay-feature__copy { padding: 28px 36px; }
.otherlay-feature__icon {
  align-items: center; background: var(--otherlay-blue-soft); border-radius: 12px; color: var(--otherlay-blue-strong);
  display: inline-flex; font-size: 21px; height: 46px; justify-content: center; margin-bottom: 30px; width: 46px;
}
.otherlay-feature--ci .otherlay-feature__icon { font-size: 18px; height: 38px; margin-bottom: 16px; width: 38px; }
.otherlay-feature__label {
  color: var(--otherlay-blue-strong); font-size: 11px; font-weight: 750; letter-spacing: 0.11em; text-transform: uppercase;
}
.otherlay-feature h3 {
  color: var(--otherlay-ink); font-size: clamp(1.55rem, 2.5vw, 2.3rem); font-weight: 690;
  letter-spacing: -0.04em; line-height: 1.1; margin: 14px 0 0;
}
.otherlay-feature--compact h3 { font-size: clamp(1.45rem, 2.15vw, 1.8rem); line-height: 1.12; margin-top: 10px; }
.otherlay-feature--ci h3 { font-size: clamp(1.55rem, 2.15vw, 2rem); margin-top: 10px; }
.otherlay-feature p { color: var(--otherlay-copy); font-size: 14px; line-height: 1.7; margin: 17px 0 0; max-width: 500px; }
.otherlay-feature--compact p, .otherlay-feature--ci p { font-size: 13.5px; line-height: 1.58; margin-top: 12px; }
.otherlay-text-link {
  align-items: center; color: var(--otherlay-ink); display: inline-flex; font-size: 13px; font-weight: 680;
  gap: 7px; margin-top: 26px; text-decoration: none;
}
.otherlay-feature--compact .otherlay-text-link { margin-top: auto; padding-top: 17px; }
.otherlay-feature--ci .otherlay-text-link { margin-top: 14px; }
.otherlay-text-link i { color: var(--otherlay-blue-strong); transition: transform 160ms ease; }

.otherlay-feature__media {
  align-self: stretch; background: color-mix(in srgb, var(--otherlay-blue-soft) 48%, var(--otherlay-surface));
  border: 1px solid color-mix(in srgb, var(--otherlay-blue) 14%, var(--otherlay-line)); border-radius: 17px 0 0 0;
  box-shadow: 0 28px 68px rgba(31, 41, 55, 0.13); margin: 42px 0 0 10px;
  min-height: 458px; overflow: hidden; position: relative;
}
.dark .otherlay-feature__media { box-shadow: 0 30px 72px rgba(0, 0, 0, 0.36); }
.otherlay-feature__media picture { display: block; height: 100%; inset: 0; position: absolute; }
.otherlay-feature__media img {
  height: 100%; inset: 0; object-fit: cover; object-position: left top; position: absolute; width: 100%;
}
.otherlay-feature--compact .otherlay-feature__media {
  border-radius: 0; border-left: 0; border-right: 0; border-top: 0; box-shadow: none;
  flex: none; margin: 0; min-height: 150px;
}
.otherlay-feature--mac .otherlay-feature__media img { object-position: center 46%; }
.otherlay-feature--files .otherlay-feature__media img { object-position: center top; }
.otherlay-feature--ci .otherlay-feature__media { margin-top: 26px; min-height: 284px; }
.otherlay-feature--ci .otherlay-feature__media img { object-position: left top; }

.otherlay-section--pricing {
  background: radial-gradient(circle at 18% 18%, rgba(99, 102, 241, 0.13), transparent 25%),
    radial-gradient(circle at 83% 85%, rgba(37, 99, 235, 0.09), transparent 28%), var(--otherlay-tint);
  border-bottom: 1px solid var(--otherlay-line); border-top: 1px solid var(--otherlay-line);
}
.otherlay-plan-stack {
  align-items: stretch; display: grid; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 66px auto 0; max-width: 1040px;
}
.otherlay-plan-card {
  background: color-mix(in srgb, var(--otherlay-surface) 94%, var(--otherlay-blue-soft));
  border-color: color-mix(in srgb, var(--otherlay-blue) 24%, var(--otherlay-line)); border-radius: 22px;
  box-shadow: 0 18px 48px rgba(31, 41, 55, 0.07); overflow: hidden;
}
.otherlay-plan-card--current {
  border-color: color-mix(in srgb, var(--otherlay-blue) 48%, var(--otherlay-line));
  box-shadow: 0 22px 58px rgba(37, 99, 235, 0.12);
}
.otherlay-plan-card--future { border-color: var(--otherlay-line); box-shadow: 0 14px 38px rgba(31, 41, 55, 0.055); }
.dark .otherlay-plan-card { box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2); }
.dark .otherlay-plan-card--current { box-shadow: 0 22px 58px rgba(37, 99, 235, 0.17); }
.otherlay-plan-card__content {
  display: grid; grid-template-rows: auto auto minmax(48px, auto) auto 1fr auto;
  height: 100%; min-height: 600px; padding: 38px; position: relative;
}
.otherlay-plan-card__badges { display: flex; gap: 8px; position: absolute; right: 38px; top: 38px; }
.otherlay-plan-card h3 { color: var(--otherlay-ink); font-size: 34px; letter-spacing: -0.04em; margin: 0; }
.otherlay-plan-card__spec { color: var(--otherlay-copy); font-size: 14px; font-weight: 650; margin: 8px 0 0; }
.otherlay-plan-card__summary { color: var(--otherlay-subtle); display: block; font-size: 13px; line-height: 1.65; margin-top: 18px; }
.otherlay-plan-card__price { border-top: 1px solid var(--otherlay-line); margin-top: 32px; padding-top: 26px; }
.otherlay-plan-card__price-heading { display: flex; flex-direction: column; justify-content: flex-end; min-height: 46px; }
.otherlay-plan-periods {
  --otherlay-period-index: 2;
  background: var(--otherlay-tint); border: 1px solid var(--otherlay-line);
  border-radius: 13px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  isolation: isolate; overflow: hidden; padding: 3px; position: relative; width: 100%;
}
.otherlay-plan-periods[hidden] { display: none; }
.otherlay-plan-periods__lens {
  background: color-mix(in srgb, var(--otherlay-line) 72%, var(--otherlay-surface)); border: 0; border-radius: 9px;
  bottom: 3px; box-shadow: none;
  left: 3px; pointer-events: none; position: absolute; top: 3px;
  transform: translateX(calc(var(--otherlay-period-index) * 100%));
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1); width: calc((100% - 6px) / 3); z-index: 0;
}
.otherlay-plan-periods .kt-btn {
  background: transparent !important; border: 0 !important; border-radius: 10px !important;
  color: var(--otherlay-copy); cursor: pointer; font-size: 12px; font-weight: 650;
  min-height: 38px; min-width: 0; padding-inline: 12px; position: relative; transition: color 150ms ease; z-index: 1;
}
.otherlay-plan-periods .kt-btn:hover:not(.active) { color: var(--otherlay-ink); }
.otherlay-plan-periods .kt-btn.active { color: var(--otherlay-ink); }
.otherlay-plan-periods .kt-btn:focus-visible { outline: 2px solid var(--otherlay-blue); outline-offset: -2px; }
.otherlay-plan-card__price-value { align-items: baseline; display: flex; gap: 8px; margin-top: 12px; }
.otherlay-plan-card__price strong { color: var(--otherlay-ink); font-size: 48px; font-weight: 690; letter-spacing: -0.055em; line-height: 1; }
.otherlay-plan-card__price small { color: var(--otherlay-subtle); font-size: 12px; }
.otherlay-plan-card__features { display: flex; flex-direction: column; gap: 13px; list-style: none; margin: 28px 0 0; padding: 0; }
.otherlay-plan-card__features li { align-items: flex-start; color: var(--otherlay-copy); display: flex; font-size: 13px; gap: 10px; }
.otherlay-plan-card__features li i { color: var(--otherlay-success); font-size: 17px; }
.otherlay-plan-card__footer { display: flex; flex-direction: column; padding-top: 32px; }
.otherlay-landing .kt-modal-content { border-radius: 16px; }
#m6_interest_status[hidden] { display: none; }

.otherlay-faq-layout { display: grid; gap: 92px; grid-template-columns: 0.8fr 1.2fr; }
.otherlay-faq-layout .otherlay-text-link { margin-top: 30px; }
.otherlay-faq { border-top: 1px solid var(--otherlay-line); }
.otherlay-faq details { border-bottom: 1px solid var(--otherlay-line); }
.otherlay-faq summary {
  align-items: center; color: var(--otherlay-ink); cursor: pointer; display: flex; font-size: 16px;
  font-weight: 650; gap: 20px; justify-content: space-between; list-style: none; min-height: 78px;
}
.otherlay-faq summary::-webkit-details-marker { display: none; }
.otherlay-faq summary i { color: var(--otherlay-subtle); flex: none; transition: transform 180ms ease; }
.otherlay-faq details[open] summary i { transform: rotate(45deg); }
.otherlay-faq details p { color: var(--otherlay-copy); font-size: 14px; line-height: 1.7; margin: -7px 0 25px; max-width: 640px; }

.otherlay-cta { background: #11121a; color: #fff; overflow: hidden; padding: 116px 0; position: relative; }
.otherlay-cta::before, .otherlay-cta::after {
  border: 1px solid rgba(129, 140, 248, 0.15); border-radius: 50%; content: "";
  height: 510px; position: absolute; top: 50%; transform: translateY(-50%); width: 510px;
}
.otherlay-cta::before { left: -340px; }
.otherlay-cta::after { right: -340px; }
.otherlay-cta__pattern {
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 54px 54px; inset: 0; mask-image: radial-gradient(circle at center, #000, transparent 75%); position: absolute;
}
.otherlay-cta__inner { max-width: 820px; position: relative; text-align: center; z-index: 1; }
.otherlay-kicker--dark { color: #a5b4fc; }
.otherlay-cta h2 { color: #fff; }
.otherlay-cta p { color: #a9acb8; font-size: 17px; line-height: 1.7; margin: 22px auto 0; max-width: 650px; }
.otherlay-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 33px; }
.otherlay-cta__primary { background: #fff; color: #17181f; }
.otherlay-cta__secondary { background: transparent; border-color: rgba(255, 255, 255, 0.22); color: #fff; }

.otherlay-footer { background: var(--otherlay-surface); border-top: 1px solid var(--otherlay-line); padding: 60px 0 34px; }
.otherlay-footer__inner { align-items: flex-start; display: grid; gap: 36px; grid-template-columns: 1fr auto; }
.otherlay-footer__brand p { color: var(--otherlay-subtle); font-size: 14px; font-weight: 400; line-height: 1.25rem; margin: 15px 0 0; }
.otherlay-footer__links { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; justify-content: flex-end; padding-top: 10px; }
.otherlay-footer__base {
  align-items: center; border-top: 1px solid var(--otherlay-line); display: flex; flex-wrap: wrap; gap: 14px 28px;
  grid-column: 1 / -1; justify-content: space-between; padding-top: 24px; width: 100%;
}
.otherlay-footer__copyright { color: var(--otherlay-subtle); font-size: 14px; font-weight: 400; line-height: 1.25rem; }
.otherlay-made-in-europe {
  align-items: center; background: transparent; border: 0; color: var(--otherlay-subtle); cursor: pointer; display: inline-flex;
  font: inherit; font-size: 14px; font-weight: 400; gap: 0.3em; line-height: 1.25rem; margin: 0; padding: 0;
  position: relative; transition: color 180ms ease; white-space: nowrap;
}
.otherlay-made-in-europe:focus-visible { border-radius: 4px; outline: 2px solid var(--otherlay-blue); outline-offset: 4px; }
.otherlay-made-in-europe__heart {
  color: #e2556b; display: inline-block; transform: translateZ(0); transition: transform 250ms cubic-bezier(.34, 1.8, .5, 1);
  will-change: transform;
}
.otherlay-made-in-europe.is-popped .otherlay-made-in-europe__heart {
  animation: otherlay-made-in-europe-thump 400ms cubic-bezier(.34, 1.7, .5, 1);
}
.otherlay-made-in-europe__burst {
  contain: layout style; height: 0; left: 50%; pointer-events: none; position: absolute; top: 42%; width: 0; z-index: 5;
}
.otherlay-made-in-europe__bit {
  font-size: 15px; left: 0; line-height: 1; opacity: 0; position: absolute; top: 0;
  transform: translate3d(-50%, -50%, 0) scale(0); will-change: transform, opacity;
}
.otherlay-made-in-europe__bit.is-heart { color: #e2556b; }
.otherlay-made-in-europe__bit.is-star { color: #eab308; }
.otherlay-made-in-europe__bit.is-flying { animation: otherlay-made-in-europe-fly 1050ms cubic-bezier(.2, .7, .3, 1) forwards; }

@keyframes otherlay-made-in-europe-thump {
  0% { transform: scale(1); }
  35% { transform: scale(1.5); }
  60% { transform: scale(.92); }
  100% { transform: scale(1); }
}

@keyframes otherlay-made-in-europe-fly {
  0% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(0) rotate(0); }
  18% { opacity: 1; }
  35% {
    opacity: 1;
    transform: translate3d(calc(-50% + var(--otherlay-burst-mid-x)), calc(-50% + var(--otherlay-burst-mid-y)), 0)
      scale(var(--otherlay-burst-scale)) rotate(var(--otherlay-burst-mid-rotation));
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(-50% + var(--otherlay-burst-x)), calc(-50% + var(--otherlay-burst-end-y)), 0)
      scale(var(--otherlay-burst-end-scale)) rotate(var(--otherlay-burst-rotation));
  }
}

.otherlay-reveal { opacity: 1; transform: none; }
.otherlay-reveal.is-pending { opacity: 0; transform: translateY(18px); transition: opacity 480ms ease, transform 480ms ease; }
.otherlay-reveal.is-pending[data-reveal-delay="1"] { transition-delay: 80ms; }
.otherlay-reveal.is-pending[data-reveal-delay="2"] { transition-delay: 150ms; }
.otherlay-reveal.is-pending.is-visible { opacity: 1; transform: translateY(0); }

@media (hover: hover) and (pointer: fine) {
  .otherlay-nav a:hover, .otherlay-footer__links a:hover { color: var(--otherlay-ink); }
  .otherlay-icon-button:hover { background: var(--otherlay-tint); color: var(--otherlay-ink); }
  .otherlay-cta__primary:hover { background: #f4f4f5; color: #17181f; }
  .otherlay-cta__secondary:hover { background: rgba(255, 255, 255, 0.07); border-color: rgba(255, 255, 255, 0.32); color: #fff; }
  .otherlay-showcase-tab:hover { background: color-mix(in srgb, var(--otherlay-surface) 60%, transparent); }
  .otherlay-text-link:hover i { transform: translateX(3px); }
  .otherlay-made-in-europe:hover { color: var(--otherlay-copy); }
  .otherlay-made-in-europe:hover .otherlay-made-in-europe__heart { transform: scale(1.18) translateZ(0); }
}

@media (max-width: 1023px) {
  .otherlay-nav, .otherlay-header__signin { display: none; }
  .otherlay-menu-button { display: inline-flex; }
  .otherlay-showcase { gap: 30px; grid-template-columns: 1fr; }
  .otherlay-showcase__tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .otherlay-showcase-tab, .otherlay-showcase-tab:first-child { border: 1px solid var(--otherlay-line); margin-left: -1px; }
  .otherlay-showcase-tab:first-child { margin-left: 0; }
  .otherlay-showcase-tab.is-active { box-shadow: inset 0 -3px 0 var(--otherlay-blue); }
  .otherlay-feature--wide { grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr); }
  .otherlay-plan-stack { grid-template-columns: 1fr; max-width: 640px; }
  .otherlay-plan-card__content { min-height: 0; }
  .otherlay-faq-layout { gap: 60px; grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .otherlay-shell { padding-left: 19px; padding-right: 19px; }
  .otherlay-header__inner { height: 68px; }
  .otherlay-brand__name { font-size: 16px; }
  .otherlay-header__join i { display: none; }
  .otherlay-language-selector { display: none; }
  .otherlay-mobile-locales { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; padding: 14px 0 2px; }
  .otherlay-mobile-locales button {
    background: var(--otherlay-tint); border: 1px solid var(--otherlay-line); border-radius: 9px; color: var(--otherlay-copy);
    cursor: pointer; font-size: 12px; font-weight: 700; min-height: 36px;
  }
  .otherlay-mobile-locales button.active { background: var(--otherlay-blue-soft); border-color: color-mix(in srgb, var(--otherlay-blue) 35%, var(--otherlay-line)); color: var(--otherlay-blue-strong); }
  .otherlay-header__join { padding-inline: 12px; }
  .otherlay-hero { min-height: auto; padding-top: 124px; }
  .otherlay-hero h1 { font-size: clamp(2.75rem, 13.7vw, 3.5rem); letter-spacing: -0.058em; }
  .otherlay-hero__copy > p { font-size: 16px; line-height: 1.62; }
  .otherlay-hero__actions { flex-direction: column; }
  .otherlay-hero__actions .kt-btn { width: 100%; }
  .otherlay-proof-list {
    align-items: flex-start; flex-direction: column; gap: 10px; margin-left: auto; margin-right: auto; max-width: 245px;
  }
  .otherlay-product-frame--hero { border-radius: 17px; margin-top: 48px; }
  .otherlay-product-frame__bar { min-height: 62px; padding: 10px 12px; }
  .otherlay-product-frame__identity strong { max-width: 155px; }
  .otherlay-temp-label { display: none; }
  .otherlay-product-frame__canvas { min-height: 205px; padding: 9px 9px 0; }
  .otherlay-product-frame__canvas .otherlay-screen {
    border-radius: 9px 9px 0 0; height: 205px; object-fit: cover; object-position: center top;
  }
  .otherlay-product-frame figcaption { font-size: 9px; padding: 8px 10px; }
  .otherlay-capability-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 42px; padding: 18px 0; }
  .otherlay-capability-rail span { justify-content: flex-start; padding: 8px 10px; text-align: left; }
  .otherlay-capability-rail span:first-child { grid-column: 1 / -1; justify-content: center; }
  .otherlay-capability-rail span + span { border-left: 0; }
  .otherlay-capability-rail span:nth-child(odd):not(:first-child) { border-left: 1px solid var(--otherlay-line); }
  .otherlay-section { padding: 88px 0; }
  .otherlay-section-heading h2, .otherlay-cta h2 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .otherlay-section-heading p, .otherlay-cta p { font-size: 15px; }
  .otherlay-showcase { margin-top: 44px; }
  .otherlay-showcase__tabs { display: flex; }
  .otherlay-showcase-tab, .otherlay-showcase-tab:first-child {
    border: 0; border-bottom: 1px solid var(--otherlay-line); margin: 0; padding: 18px 11px;
  }
  .otherlay-showcase-tab:first-child { border-top: 1px solid var(--otherlay-line); }
  .otherlay-showcase-tab.is-active { box-shadow: inset 3px 0 0 var(--otherlay-blue); }
  .otherlay-showcase__visual { border-radius: 16px; min-height: 270px; padding: 9px 9px 0; }
  .otherlay-showcase-panel .otherlay-screen {
    border-radius: 9px 9px 0 0; height: 270px; object-fit: cover; object-position: center top;
  }
  .otherlay-feature-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .otherlay-feature, .otherlay-feature--wide, .otherlay-feature--compact, .otherlay-feature--files, .otherlay-feature--ci {
    display: flex; flex-direction: column; grid-column: auto; min-height: 0;
  }
  .otherlay-feature__copy { padding: 30px 28px 32px; }
  .otherlay-feature__icon { margin-bottom: 24px; }
  .otherlay-feature--compact .otherlay-feature__copy, .otherlay-feature--ci .otherlay-feature__copy { padding: 27px 28px 31px; }
  .otherlay-feature__media, .otherlay-feature--compact .otherlay-feature__media {
    border: 0; border-radius: 0; box-shadow: none; margin: 0; min-height: 210px; order: -1;
  }
  .otherlay-feature--compact .otherlay-feature__media { min-height: 150px; }
  .otherlay-feature--ci .otherlay-feature__media { min-height: 160px; }
  .otherlay-feature__media img, .otherlay-feature--wide .otherlay-feature__media img, .otherlay-feature--compact .otherlay-feature__media img {
    height: 100%; inset: 0; object-fit: cover; width: 100%;
  }
  .otherlay-feature--terminal .otherlay-feature__media img { object-position: left top; }
  .otherlay-feature--mac .otherlay-feature__media img { object-position: center 46%; }
  .otherlay-feature--files .otherlay-feature__media img { object-position: center top; }
  .otherlay-feature--ci .otherlay-feature__media img { object-position: left top; }
  .otherlay-plan-stack { margin-top: 45px; }
  .otherlay-plan-card__content { padding: 32px 28px; }
  .otherlay-plan-card__badges { right: 28px; top: 32px; }
  .otherlay-plan-card h3 { font-size: 31px; }
  .otherlay-plan-card__price strong { font-size: 44px; }
  .otherlay-plan-periods .kt-btn { min-height: 42px; }
  .otherlay-faq-layout { gap: 46px; }
  .otherlay-faq summary { font-size: 15px; min-height: 72px; }
  .otherlay-cta { padding: 90px 0; }
  .otherlay-cta__actions { flex-direction: column; }
  .otherlay-cta__actions .kt-btn { width: 100%; }
  .otherlay-footer { padding-top: 48px; }
  .otherlay-footer__inner { grid-template-columns: 1fr; }
  .otherlay-footer__links { gap: 16px 22px; justify-content: flex-start; padding-top: 0; }
  .otherlay-footer__base { grid-column: auto; }
}

@media (max-width: 420px) {
  .otherlay-header__actions { gap: 2px; }
  .otherlay-header__join { font-size: 12px; }
  .otherlay-header__join-full { display: none; }
  .otherlay-header__join-short { display: inline; }
  .otherlay-brand__mark { font-size: 22.667px; height: 34px; width: 34px; }
  .otherlay-brand__name { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .otherlay-landing *, .otherlay-landing *::before, .otherlay-landing *::after {
    animation-duration: 0.01ms !important; animation-iteration-count: 1 !important;
    scroll-behavior: auto !important; transition-duration: 0.01ms !important;
  }
  .otherlay-reveal { opacity: 1; transform: none; }
  .otherlay-made-in-europe__heart { transition: none; will-change: auto; }
  .otherlay-made-in-europe.is-popped .otherlay-made-in-europe__heart { animation: none; }
  .otherlay-made-in-europe__bit { display: none; }
}

@media (prefers-contrast: more) {
  .otherlay-plan-periods { border-color: var(--otherlay-copy); }
  .otherlay-plan-periods__lens { outline: 2px solid var(--otherlay-ink); outline-offset: -2px; }
}
