/* iMotive unified landing-page design system, v3.3 */
:root {
    --im-blue: #0e8ed8;
    --im-blue-dark: #0673b5;
    --im-blue-soft: #eaf7ff;
    --im-ink: #0f172a;
    --im-slate: #475569;
    --im-muted: #64748b;
    --im-line: #dbe4ee;
    --im-panel: #ffffff;
    --im-canvas: #f7f9fc;
    --im-success: #087a55;
    --im-warning: #a45f04;
    --im-danger: #c2293d;
    --im-header-height: 72px;
    --im-subnav-height: 48px;
    --im-radius-sm: 8px;
    --im-radius: 12px;
    --im-radius-lg: 18px;
    --im-shadow: 0 12px 34px rgba(15, 23, 42, .08);
    --im-shadow-soft: 0 5px 18px rgba(15, 23, 42, .06);
}
.imotive-landing-page .container { width: min(100% - 3rem, 1280px); margin-inline: auto; }
html { scroll-padding-top: calc(var(--im-header-height) + 24px); }
body.imotive-landing-page {
    padding-top: var(--im-header-height) !important;
    background: var(--im-canvas) !important;
    color: var(--im-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.imotive-has-subnav { padding-top: calc(var(--im-header-height) + var(--im-subnav-height)) !important; }
body.imotive-menu-open { overflow: hidden; }
.imotive-skip-link {
    position: fixed; left: 16px; top: -80px; z-index: 100001; padding: 10px 14px;
    color: white; background: var(--im-ink); border-radius: var(--im-radius-sm); font-weight: 700;
}
.imotive-skip-link:focus { top: 12px; }
.imotive-site-header {
    position: fixed; inset: 0 0 auto 0; z-index: 10000; background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(219,228,238,.9); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    transition: box-shadow .2s ease, background .2s ease;
}
.imotive-site-header.is-scrolled { box-shadow: 0 8px 24px rgba(15,23,42,.08); background: rgba(255,255,255,.985); }
body.admin-bar .imotive-site-header { top: 32px; }
body.admin-bar .imotive-skip-link:focus { top: 44px; }
.imotive-header-row { height: var(--im-header-height); max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 28px; }
.imotive-brand { display: inline-flex; align-items: center; gap: 2px; color: var(--im-ink); text-decoration: none; font-size: 24px; font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.imotive-brand-mark { color: var(--im-blue); }
.imotive-brand-product { color: #94a3b8; font-size: 14px; font-weight: 600; letter-spacing: -.01em; margin-left: 5px; }
.imotive-primary-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.imotive-primary-nav a, .imotive-subnav a {
    color: var(--im-slate); text-decoration: none; font-size: 13px; font-weight: 650; border-radius: 9px;
    transition: color .16s ease, background .16s ease;
}
.imotive-primary-nav a { padding: 9px 12px; }
.imotive-primary-nav a:hover, .imotive-primary-nav a[aria-current="page"] { color: var(--im-ink); background: #f0f4f8; }
.imotive-header-actions { display: flex; align-items: center; gap: 9px; margin-left: 10px; }
.imotive-header-button { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 0 15px; border: 1px solid var(--im-line); border-radius: 10px; color: var(--im-ink); background: white; text-decoration: none; font-size: 13px; font-weight: 750; }
.imotive-header-button:hover { background: #f8fafc; }
.imotive-header-button.is-primary { border-color: var(--im-ink); background: var(--im-ink); color: white; }
.imotive-header-button.is-primary:hover { background: #020617; }
.imotive-menu-button { display: none; margin-left: auto; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--im-line); background: white; border-radius: 10px; color: var(--im-ink); cursor: pointer; }
.imotive-menu-button svg { width: 21px; height: 21px; }
.imotive-mobile-menu { display: none; border-top: 1px solid var(--im-line); padding: 12px 20px 22px; background: white; }
.imotive-mobile-menu.is-open { display: block; }
.imotive-mobile-menu nav { display: grid; gap: 5px; }
.imotive-mobile-menu a { padding: 12px; color: var(--im-ink); text-decoration: none; font-size: 15px; font-weight: 650; border-radius: 10px; }
.imotive-mobile-menu a:hover, .imotive-mobile-menu a[aria-current="page"] { background: #f0f4f8; }
.imotive-mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--im-line); }
.imotive-subnav { height: var(--im-subnav-height); border-top: 1px solid #eef2f6; background: rgba(248,250,252,.97); }
.imotive-subnav-inner { max-width: 1280px; height: 100%; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 5px; overflow-x: auto; scrollbar-width: none; }
.imotive-subnav-inner::-webkit-scrollbar { display: none; }
.imotive-subnav-label { margin-right: 12px; color: var(--im-ink); font-size: 12px; font-weight: 800; white-space: nowrap; }
.imotive-subnav a { padding: 7px 10px; white-space: nowrap; }
.imotive-subnav a:hover, .imotive-subnav a[aria-current="page"] { color: var(--im-blue-dark); background: white; box-shadow: 0 1px 4px rgba(15,23,42,.06); }
.imotive-legacy-nav { display: none !important; }
.imotive-page-marketplace-landing main.pt-20 { padding-top: 0 !important; }
.imotive-legacy-hero {
    height: auto !important; min-height: 580px !important; max-height: none !important;
    border-bottom: 1px solid #dbe4ee;
}
.imotive-legacy-hero > .relative.h-full { min-height: 580px; }
.imotive-legacy-hero h1 { font-size: clamp(2.35rem, 5vw, 4rem) !important; line-height: 1.08 !important; letter-spacing: -.045em !important; }
.imotive-legacy-hero p { max-width: 720px; }
.imotive-legacy-hero .animate-ken-burns { animation-duration: 45s !important; }
.imotive-landing-page section { scroll-margin-top: calc(var(--im-header-height) + var(--im-subnav-height) + 16px); }
.imotive-page-home h1 { font-size: clamp(3rem, 5vw, 4rem) !important; line-height: 1.06 !important; }
.imotive-landing-page h1, .imotive-landing-page h2, .imotive-landing-page h3 { text-wrap: balance; }
.imotive-landing-page h2 { letter-spacing: -.035em; }
.imotive-landing-page p { text-wrap: pretty; }
.imotive-landing-page a, .imotive-landing-page button, .imotive-landing-page input, .imotive-landing-page select, .imotive-landing-page textarea { outline-offset: 3px; }
.imotive-landing-page :focus-visible { outline: 3px solid rgba(14,142,216,.35) !important; outline-offset: 3px !important; }
.imotive-landing-page input, .imotive-landing-page select, .imotive-landing-page textarea { border-radius: var(--im-radius) !important; }
.imotive-landing-page button[type="submit"], .imotive-landing-page a[href*="book-demo"], .imotive-landing-page a[href$="/demo"], .imotive-landing-page a[href$="/demo/"] { border-radius: var(--im-radius) !important; }
.imotive-landing-page .module-card, .imotive-landing-page article, .imotive-landing-page .endpoint-box { border-radius: var(--im-radius-lg) !important; }
.imotive-landing-page .module-card:hover, .imotive-landing-page article:hover, .imotive-landing-page .endpoint-box:hover { transform: translateY(-2px); }
.imotive-landing-page img { max-width: 100%; }
.imotive-landing-page .screenshot-container { position: relative; border-radius: var(--im-radius) !important; }
.imotive-landing-page .glass-panel, .imotive-landing-page .glass-panel-heavy { border-color: rgba(219,228,238,.95); box-shadow: var(--im-shadow-soft); }
.imotive-trust-strip { background: white; border-block: 1px solid var(--im-line); }
.imotive-form-note { margin: 12px 0 0; color: var(--im-muted); font-size: 12px; line-height: 1.55; }
.imotive-auth-gate { padding: 26px; border: 1px solid var(--im-line); border-radius: var(--im-radius-lg); background: #f8fafc; text-align: center; }
.imotive-auth-gate h4 { margin: 0 0 8px; font-size: 18px; color: var(--im-ink); }
.imotive-auth-gate p { margin: 0 auto 18px; max-width: 500px; color: var(--im-muted); font-size: 14px; }
.imotive-auth-gate a { display: inline-flex; padding: 11px 16px; border-radius: 10px; background: var(--im-ink); color: white; font-size: 13px; font-weight: 750; text-decoration: none; }
.imotive-site-footer { padding: 48px 24px; border-top: 1px solid var(--im-line); background: #fff; }
.imotive-site-footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; }
.imotive-footer-brand { color: var(--im-ink); font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.imotive-site-footer p { margin: 7px 0 0; color: var(--im-muted); font-size: 12px; line-height: 1.6; }
.imotive-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.imotive-footer-links a { color: var(--im-slate); font-size: 12px; font-weight: 650; text-decoration: none; }
.imotive-footer-links a:hover { color: var(--im-blue-dark); }
#custom-lightbox[aria-hidden="false"] { opacity: 1 !important; pointer-events: auto !important; }
#custom-lightbox .lightbox-close { z-index: 2; }
.imotive-live-region { position: fixed; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 900px) {
    .imotive-primary-nav, .imotive-header-actions { display: none; }
    .imotive-menu-button { display: inline-flex; }
    .imotive-header-row { padding-inline: 18px; }
    .imotive-subnav-inner { padding-inline: 18px; }
    .imotive-subnav-label { display: none; }
    .imotive-site-footer-inner { grid-template-columns: 1fr; text-align: center; }
    .imotive-footer-links { justify-content: center; }
}
@media (max-width: 782px) {
    body.admin-bar .imotive-site-header { top: 46px; }
    body.admin-bar .imotive-skip-link:focus { top: 58px; }
}
@media (max-width: 640px) {
    :root { --im-header-height: 64px; --im-subnav-height: 44px; }
    .imotive-brand { font-size: 21px; }
    .imotive-brand-product { display: none; }
    .imotive-legacy-hero, .imotive-legacy-hero > .relative.h-full { min-height: 520px !important; }
    .imotive-legacy-hero h1 { font-size: clamp(2.1rem, 11vw, 3rem) !important; }
    .imotive-landing-page section.py-24 { padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
    .imotive-site-footer { padding-block: 38px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto !important; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
    .reveal-on-scroll, .prepare-reveal { opacity: 1 !important; transform: none !important; }
}
