/**
 * iMARKED flagship product page — Scandinavian premium theme
 * Scoped under .xeosol-imarked
 */

.xeosol-imarked {
    --im-ink: #0a0f1a;
    --im-navy: #0c1b33;
    --im-navy-mid: #152848;
    --im-slate: #3d4f66;
    --im-muted: #64748b;
    --im-line: rgba(15, 23, 42, 0.08);
    --im-surface: #f7f8fb;
    --im-white: #ffffff;
    --im-accent: #f5a623;
    --im-accent-soft: rgba(245, 166, 35, 0.12);
    --im-blue: #3b82f6;
    --im-blue-soft: rgba(59, 130, 246, 0.12);
    --im-radius: 16px;
    --im-radius-lg: 24px;
    --im-shadow: 0 4px 24px rgba(12, 27, 51, 0.06);
    --im-shadow-lg: 0 24px 64px rgba(12, 27, 51, 0.12);
    --im-max: 1160px;
    --im-header-h: 118px;
    overflow-x: hidden;
    color: var(--im-ink);
    background: var(--im-white);
    font-feature-settings: "ss01" on, "cv11" on;
}

.xeosol-imarked * { box-sizing: border-box; }

html:has(.xeosol-imarked) { scroll-behavior: smooth; }
.page-wrapper:has(.xeosol-imarked) .main-footer { margin-top: 0; }

/* Header light/dark */
.page-wrapper:has(.xeosol-imarked) .main-header.header-style-four .header-lower {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.page-wrapper:has(.xeosol-imarked) .main-header.header-style-four .main-menu .navigation > li > a {
    color: rgba(255, 255, 255, 0.88);
}
.page-wrapper:has(.xeosol-imarked) .main-header.header-style-four .main-menu .navigation > li.current > a,
.page-wrapper:has(.xeosol-imarked) .main-header.header-style-four .main-menu .navigation > li > a:hover {
    color: var(--im-accent);
}
.page-wrapper:has(.xeosol-imarked:not(.xeosol-imarked--past-hero)) .main-header .site-logo--light,
.page-wrapper:has(.xeosol-imarked:not(.xeosol-imarked--past-hero)) .sticky-header .site-logo--light { display: block; }
.page-wrapper:has(.xeosol-imarked:not(.xeosol-imarked--past-hero)) .main-header .site-logo--dark,
.page-wrapper:has(.xeosol-imarked:not(.xeosol-imarked--past-hero)) .sticky-header .site-logo--dark { display: none; }
.page-wrapper:has(.xeosol-imarked) .sticky-header.fixed-header {
    background: rgba(12, 27, 51, 0.96);
    backdrop-filter: blur(14px);
}
.page-wrapper:has(.xeosol-imarked--past-hero) .main-header.header-style-four .header-lower {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--im-line);
}
.page-wrapper:has(.xeosol-imarked--past-hero) .main-header .site-logo--light,
.page-wrapper:has(.xeosol-imarked--past-hero) .sticky-header .site-logo--light { display: none; }
.page-wrapper:has(.xeosol-imarked--past-hero) .main-header .site-logo--dark,
.page-wrapper:has(.xeosol-imarked--past-hero) .sticky-header .site-logo--dark { display: block; }
.page-wrapper:has(.xeosol-imarked--past-hero) .main-header.header-style-four .main-menu .navigation > li > a,
.page-wrapper:has(.xeosol-imarked--past-hero) .sticky-header.fixed-header .main-menu .navigation > li > a {
    color: var(--im-ink);
}
.page-wrapper:has(.xeosol-imarked--past-hero) .main-header.header-style-four .main-menu .navigation > li.current > a,
.page-wrapper:has(.xeosol-imarked--past-hero) .main-header.header-style-four .main-menu .navigation > li > a:hover {
    color: #c8840e;
}
.page-wrapper:has(.xeosol-imarked--past-hero) .sticky-header.fixed-header {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 0 var(--im-line);
}

.im-shell {
    width: 100%;
    max-width: var(--im-max);
    margin: 0 auto;
    padding: 0 24px;
}

.im-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.im-reveal.is-visible { opacity: 1; transform: none; }

.im-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--im-accent);
    margin-bottom: 16px;
}

.im-heading {
    font-size: clamp(1.85rem, 3.2vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.12;
    color: var(--im-ink);
    margin: 0 0 16px;
}

.im-lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--im-muted);
    margin: 0;
    max-width: 58ch;
}

.im-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 56px;
}
.im-section-head .im-lead { margin-left: auto; margin-right: auto; }

.im-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.im-btn:hover { text-decoration: none; transform: translateY(-1px); }

.im-btn--primary {
    background: linear-gradient(135deg, #ffb83a 0%, var(--im-accent) 55%, #e09410 100%);
    color: var(--im-ink);
    box-shadow: 0 10px 28px rgba(245, 166, 35, 0.28);
}
.im-btn--primary:hover { color: var(--im-ink); box-shadow: 0 14px 36px rgba(245, 166, 35, 0.38); }

.im-btn--ghost {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.im-btn--ghost:hover { color: #fff; border-color: rgba(245, 166, 35, 0.5); background: rgba(245, 166, 35, 0.08); }

.im-btn--ghost-dark {
    background: #fff;
    border: 1px solid var(--im-line);
    color: var(--im-ink);
}
.im-btn--ghost-dark:hover { color: var(--im-ink); border-color: rgba(245, 166, 35, 0.45); }

.im-btn--sm {
    padding: 11px 18px;
    font-size: 13px;
    margin-top: 18px;
}

/* Internal links */
.xeosol-imarked a.im-link {
    color: var(--im-navy);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(245, 166, 35, 0.45);
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.xeosol-imarked a.im-link:hover {
    color: var(--im-accent);
    text-decoration-color: var(--im-accent);
}

.xeosol-imarked a.im-link--heading {
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
}

.xeosol-imarked a.im-link--heading:hover {
    color: var(--im-accent);
}

.im-modules a.im-link,
.im-eco-finale a.im-link {
    color: rgba(255, 255, 255, 0.88);
    text-decoration-color: rgba(245, 166, 35, 0.55);
}

.im-modules a.im-link:hover,
.im-eco-finale a.im-link:hover {
    color: var(--im-accent);
}

.im-modules a.im-link--heading {
    color: #fff;
}

.im-modules a.im-link--heading:hover {
    color: var(--im-accent);
}

.im-crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 20px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
}

.im-crumbs a {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    transition: color 0.2s ease;
}

.im-crumbs a:hover {
    color: var(--im-accent);
    text-decoration: none;
}

.im-crumbs span:last-child {
    color: rgba(255, 255, 255, 0.82);
}

.im-eco-node__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.im-eco-node__link:hover {
    color: var(--im-accent);
    text-decoration: none;
}

.im-eco-why__link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.im-eco-why__link:hover {
    color: var(--im-accent);
    text-decoration: none;
}

/* ========== RELATED PRODUCTS ========== */
.im-related {
    padding: 88px 0;
    background: #fff;
    border-top: 1px solid var(--im-line);
}

.im-related__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.im-related__card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 18px;
    border-radius: var(--im-radius);
    background: var(--im-surface);
    border: 1px solid var(--im-line);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    min-height: 100%;
}

.im-related__card:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 166, 35, 0.35);
    box-shadow: var(--im-shadow);
    text-decoration: none;
    color: inherit;
}

.im-related__card > i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(245, 166, 35, 0.12);
    color: var(--im-accent);
    font-size: 16px;
}

.im-related__card h3 {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--im-ink);
}

.im-related__card p {
    margin: 0;
    flex: 1;
    font-size: 13px;
    line-height: 1.5;
    color: var(--im-muted);
}

.im-related__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--im-navy);
    margin-top: 4px;
}

.im-related__card:hover .im-related__more {
    color: var(--im-accent);
}

.im-related__hub {
    margin: 24px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

/* ========== HERO ========== */
.im-hero {
    position: relative;
    padding: calc(var(--im-header-h) + 56px) 0 100px;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(ellipse 55% 50% at 85% 20%, rgba(59, 130, 246, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 40% 45% at 10% 80%, rgba(245, 166, 35, 0.1) 0%, transparent 55%),
        linear-gradient(165deg, #060b14 0%, #0c1b33 48%, #132742 100%);
}

.im-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
    mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
    pointer-events: none;
    z-index: 0;
}

.im-hero__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.im-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 24px;
}

.im-hero__badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--im-accent);
    box-shadow: 0 0 10px rgba(245, 166, 35, 0.6);
}

.im-hero__product {
    display: block;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 0.95;
    margin: 0 0 12px;
    background: linear-gradient(105deg, #fff 0%, #ffe8b8 40%, var(--im-accent) 70%, #7db8f0 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: im-shimmer 14s linear infinite;
}

/* Brand assets */
.im-brand {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.im-brand--hero {
    max-width: min(320px, 88vw);
    margin: 0 0 20px;
}

.im-brand--dark {
    max-width: 200px;
    margin: 0 0 18px;
    border-radius: 10px;
}

.im-brand--light {
    max-width: 200px;
    margin: 0 0 18px;
    background: transparent;
}

.im-brand--orbit {
    max-width: 72%;
    max-height: 28px;
}

.im-brand--core {
    max-width: 88%;
    max-height: 22px;
    margin-bottom: 6px;
}

.im-brand--bridge {
    max-width: 160px;
    margin: 0 auto;
}

.im-brand--finale {
    max-width: 220px;
    margin: 0 auto 20px;
}

.im-brand--section {
    max-width: 180px;
    margin: 0 auto 16px;
}

.im-brand--section-light {
    max-width: 180px;
    margin: 0 auto 16px;
    background: transparent;
}

.im-hero__banner {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--im-shadow-lg), 0 0 0 1px rgba(255, 255, 255, 0.08);
    background: #fff;
}

.im-hero__banner img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.im-screen {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--im-shadow-lg), 0 24px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.im-screen--hero {
    width: 100%;
}

.im-screen__chrome {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
    min-height: 34px;
    background: #f1f5f9;
    border-bottom: 1px solid var(--im-line);
}

.im-screen__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}

.im-screen__dot:nth-child(1) { background: #ff5f57; }
.im-screen__dot:nth-child(2) { background: #febc2e; }
.im-screen__dot:nth-child(3) { background: #28c840; }

.im-screen__url {
    margin-left: 10px;
    flex: 1;
    font-size: 11px;
    font-weight: 600;
    color: var(--im-muted);
}

.im-screen__live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 100px;
    background: rgba(245, 166, 35, 0.14);
    border: 1px solid rgba(245, 166, 35, 0.35);
    color: var(--im-accent);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.im-screen__live:hover {
    background: var(--im-accent);
    color: #fff;
    text-decoration: none;
}

.im-screen__body {
    margin: 0;
    max-height: 420px;
    overflow: hidden;
    background: #fff;
}

.im-screen__body img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

@keyframes im-shimmer { to { background-position: 200% center; } }

.im-hero__title {
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 20px;
    max-width: 18ch;
}

.im-hero__copy {
    font-size: 1.02rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.58);
    margin: 0 0 32px;
    max-width: 42ch;
}

.im-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.im-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.im-hero__stat strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

.im-hero__stat span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

/* Hero visual — CSS marketplace mockup */
.im-hero__visual {
    position: relative;
    min-height: 420px;
}

.im-device {
    position: relative;
    border-radius: 18px;
    background: linear-gradient(180deg, #1a2740 0%, #0f1a2e 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--im-shadow-lg), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    overflow: hidden;
}

.im-device--desktop {
    width: 100%;
    aspect-ratio: 16 / 11;
}

.im-device__chrome {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 14px;
    background: rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.im-device__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}
.im-device__dot:nth-child(1) { background: #ff5f57; }
.im-device__dot:nth-child(2) { background: #febc2e; }
.im-device__dot:nth-child(3) { background: #28c840; }

.im-device__url {
    margin-left: 10px;
    flex: 1;
    height: 22px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 10px;
    color: rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.im-dash {
    display: grid;
    grid-template-columns: 72px 1fr;
    height: calc(100% - 46px);
}

.im-dash__nav {
    padding: 14px 10px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.im-dash__nav-item {
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}
.im-dash__nav-item.is-active { background: rgba(245, 166, 35, 0.25); }

.im-dash__main { padding: 14px; display: flex; flex-direction: column; gap: 10px; }

.im-dash__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }

.im-dash__kpi {
    padding: 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.im-dash__kpi-label {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}

.im-dash__kpi-value {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.im-dash__kpi-bar {
    margin-top: 8px;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.im-dash__kpi-bar > span {
    display: block;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--im-accent), #3b82f6);
}

.im-dash__chart {
    flex: 1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 12px;
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

.im-dash__bar {
    flex: 1;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.8), rgba(59, 130, 246, 0.15));
    animation: im-bar 1.4s ease forwards;
    transform-origin: bottom;
}

@keyframes im-bar {
    from { transform: scaleY(0.2); opacity: 0.4; }
    to { transform: scaleY(1); opacity: 1; }
}

.im-float {
    position: absolute;
    border-radius: 100px;
    background: rgba(20, 32, 54, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    box-shadow: var(--im-shadow-lg);
    z-index: 3;
    animation: im-float 6s ease-in-out infinite;
}

.im-float--feat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    white-space: nowrap;
}

.im-float--feat i {
    color: var(--im-accent);
    font-size: 13px;
    flex-shrink: 0;
}

.im-float--feat span {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.01em;
}

.im-float--catalog {
    top: -28px;
    left: 14%;
    animation-delay: -3s;
}

.im-float--orders {
    top: -51px;
    right: -54px;
}

.im-float--traffic {
    top: 12%;
    left: -72px;
    animation-delay: -2.4s;
}

.im-float--vendors {
    bottom: 4px;
    left: -75px;
    animation-delay: -2s;
}

.im-float--sales {
    bottom: 28%;
    right: -68px;
    animation-delay: -3.6s;
}

.im-float--deals {
    top: 42%;
    right: -62px;
    animation-delay: -4.8s;
}

.im-float--promo {
    bottom: -18px;
    right: 12%;
    animation-delay: -1.8s;
}

@keyframes im-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.im-phone-screen {
    aspect-ratio: 9 / 16;
    border-radius: 12px;
    background: linear-gradient(180deg, #152848, #0c1b33);
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.im-phone-screen__block {
    height: 18%;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
}
.im-phone-screen__block--tall { height: 32%; background: rgba(245, 166, 35, 0.2); }

/* ========== OVERVIEW ========== */
.im-overview {
    padding: 100px 0;
    background: var(--im-white);
}

.im-overview__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.im-overview__visual {
    position: relative;
    border-radius: var(--im-radius-lg);
    background:
        radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.12), transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(245, 166, 35, 0.1), transparent 45%),
        var(--im-surface);
    border: 1px solid var(--im-line);
    aspect-ratio: 1 / 1;
    padding: 40px;
    display: grid;
    place-items: center;
}

.im-orbit {
    position: relative;
    width: min(280px, 70%);
    aspect-ratio: 1;
}

.im-orbit__core {
    position: absolute;
    inset: 28%;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--im-navy), var(--im-navy-mid));
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 22px;
    box-shadow: var(--im-shadow-lg);
}

.im-orbit__core i {
    color: var(--im-accent);
}

.im-orbit__ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px dashed rgba(15, 23, 42, 0.12);
    animation: im-spin 40s linear infinite;
}

@keyframes im-spin { to { transform: rotate(360deg); } }

.im-orbit__node {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--im-line);
    box-shadow: var(--im-shadow);
    display: grid;
    place-items: center;
    font-size: 18px;
    color: var(--im-navy);
}
.im-orbit__node--1 { top: -8px; left: 50%; transform: translateX(-50%); }
.im-orbit__node--2 { top: 50%; right: -8px; transform: translateY(-50%); }
.im-orbit__node--3 { bottom: -8px; left: 50%; transform: translateX(-50%); }
.im-orbit__node--4 { top: 50%; left: -8px; transform: translateY(-50%); }

.im-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 28px;
}

.im-pillar {
    padding: 16px;
    border-radius: 12px;
    background: var(--im-surface);
    border: 1px solid var(--im-line);
}

.im-pillar strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--im-ink);
    margin-bottom: 4px;
}

.im-pillar span {
    font-size: 12px;
    color: var(--im-muted);
    line-height: 1.4;
}

/* ========== MODELS ========== */
.im-models {
    padding: 96px 0;
    background: var(--im-surface);
}

.im-models__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.im-model {
    padding: 28px 20px;
    border-radius: var(--im-radius);
    background: #fff;
    border: 1px solid var(--im-line);
    box-shadow: var(--im-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    min-height: 180px;
}

.im-model:hover {
    transform: translateY(-6px);
    box-shadow: var(--im-shadow-lg);
    border-color: rgba(245, 166, 35, 0.35);
}

.im-model__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--im-accent-soft);
    color: #c8840e;
    display: grid;
    place-items: center;
    font-size: 18px;
    margin-bottom: 18px;
}

.im-model h3 {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 8px;
    color: var(--im-ink);
}

.im-model p {
    font-size: 13px;
    line-height: 1.55;
    color: var(--im-muted);
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.35s ease, margin 0.35s ease;
}

.im-model:hover p {
    max-height: 120px;
    opacity: 1;
    margin-top: 4px;
}

.im-model__tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--im-accent);
    margin-bottom: 6px;
}

/* ========== INDUSTRIES ========== */
.im-industries {
    padding: 96px 0;
    background: #fff;
}

.im-industries__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.im-ind {
    padding: 24px 20px;
    border-radius: var(--im-radius);
    background: var(--im-surface);
    border: 1px solid transparent;
    text-align: left;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.im-ind:hover {
    transform: translateY(-4px);
    background: #fff;
    border-color: var(--im-line);
    box-shadow: var(--im-shadow);
}

.im-ind__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--im-line);
    display: grid;
    place-items: center;
    color: var(--im-navy);
    margin-bottom: 14px;
    font-size: 16px;
}

.im-ind h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: var(--im-ink);
}

/* ========== MODULES ========== */
.im-modules {
    padding: 96px 0;
    background: var(--im-navy);
    color: #fff;
}

.im-modules .im-section-head .im-brand--section {
    margin-left: auto;
    margin-right: auto;
}

.im-modules .im-heading { color: #fff; }
.im-modules .im-lead { color: rgba(255, 255, 255, 0.55); }
.im-modules .im-eyebrow { color: var(--im-accent); }

.im-modules__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.im-mod {
    border-radius: var(--im-radius);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.im-mod:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 166, 35, 0.3);
    background: rgba(255, 255, 255, 0.06);
}

.im-mod__screen {
    height: 120px;
    padding: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.im-mod__ui {
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.im-mod__ui-row {
    display: flex;
    gap: 6px;
    align-items: center;
}

.im-mod__chip {
    height: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
}
.im-mod__chip--accent { background: rgba(245, 166, 35, 0.45); }
.im-mod__chip--wide { flex: 1; }
.im-mod__chip--sm { width: 40px; }

.im-mod__table {
    flex: 1;
    display: grid;
    gap: 4px;
}

.im-mod__tr {
    height: 12px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.06);
}

.im-mod__body { padding: 18px 18px 20px; }

.im-mod__badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--im-accent);
    margin-bottom: 8px;
}

.im-mod h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 6px;
    color: #fff;
}

.im-mod p {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* ========== CAPABILITIES ========== */
.im-caps {
    padding: 96px 0;
    background: #fff;
}

.im-cap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    padding: 48px 0;
    border-bottom: 1px solid var(--im-line);
}

.im-cap:last-child { border-bottom: none; }
.im-cap--flip .im-cap__visual { order: 2; }
.im-cap--flip .im-cap__copy { order: 1; }

.im-cap__panel {
    border-radius: var(--im-radius-lg);
    background: var(--im-surface);
    border: 1px solid var(--im-line);
    aspect-ratio: 16 / 10;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.im-cap__glow {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    filter: blur(50px);
    background: rgba(59, 130, 246, 0.2);
}

.im-cap__icon-lg {
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--im-line);
    box-shadow: var(--im-shadow);
    display: grid;
    place-items: center;
    font-size: 32px;
    color: var(--im-navy);
}

.im-cap h3 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
}

.im-cap p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--im-muted);
    margin: 0;
}

/* ========== SOLVED ========== */
.im-solved {
    padding: 96px 0;
    background: var(--im-surface);
}

.im-solved__grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: stretch;
}

.im-solved__col h3 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.im-solved__col--old h3 { color: var(--im-muted); }
.im-solved__col--new h3 { color: var(--im-accent); }

.im-solved__list {
    display: grid;
    gap: 10px;
}

.im-solved__item {
    padding: 16px 18px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.45;
    background: #fff;
    border: 1px solid var(--im-line);
}

.im-solved__col--old .im-solved__item {
    color: var(--im-muted);
    text-decoration: line-through;
    text-decoration-color: rgba(100, 116, 139, 0.35);
}

.im-solved__col--new .im-solved__item {
    color: var(--im-ink);
    font-weight: 600;
    border-color: rgba(245, 166, 35, 0.25);
    background: linear-gradient(180deg, #fff, #fffdf8);
}

.im-solved__arrows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding-top: 36px;
}

.im-solved__arrow {
    width: 36px;
    height: 48px;
    display: grid;
    place-items: center;
    color: var(--im-accent);
    font-size: 14px;
}

/* ========== WHY ========== */
.im-why {
    padding: 96px 0;
    background: #fff;
}

.im-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.im-why__card {
    padding: 28px 24px;
    border-radius: var(--im-radius);
    border: 1px solid var(--im-line);
    background: var(--im-surface);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.im-why__card:hover {
    transform: translateY(-3px);
    box-shadow: var(--im-shadow);
    background: #fff;
}

.im-why__card i {
    color: var(--im-accent);
    font-size: 20px;
    margin-bottom: 14px;
}

.im-why__card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.im-why__card p {
    font-size: 13px;
    line-height: 1.55;
    color: var(--im-muted);
    margin: 0;
}

/* ========== TECH ========== */
.im-tech {
    padding: 96px 0;
    background: var(--im-ink);
    color: #fff;
}

.im-tech .im-heading { color: #fff; }
.im-tech .im-lead { color: rgba(255, 255, 255, 0.55); }

.im-tech__flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.im-tech__node {
    padding: 16px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    min-width: 110px;
}

.im-tech__node strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #fff;
}

.im-tech__node span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
}

.im-tech__conn {
    color: rgba(245, 166, 35, 0.7);
    font-size: 12px;
}

/* ========== SHOWCASE ========== */
.im-showcase {
    padding: 96px 0;
    background: var(--im-surface);
}

.im-showcase__stage {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 28px;
    align-items: end;
}

.im-frame {
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--im-line);
    box-shadow: var(--im-shadow-lg);
    overflow: hidden;
}

.im-frame__bar {
    height: 40px;
    background: #f1f5f9;
    border-bottom: 1px solid var(--im-line);
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
}

.im-frame__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}

.im-frame__body {
    padding: 20px;
    min-height: 280px;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.im-frame__body--banner {
    padding: 0;
    min-height: 0;
    max-height: 360px;
    overflow: hidden;
    background: #fff;
}

.im-frame__body--banner img {
    display: block;
    width: 100%;
    height: auto;
}

.im-frame__url {
    margin-left: auto;
    font-size: 11px;
    font-weight: 600;
    color: var(--im-muted);
}

.im-frame__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 12px;
}

.im-frame__card {
    height: 72px;
    border-radius: 10px;
    background: var(--im-surface);
    border: 1px solid var(--im-line);
}

.im-frame__card--wide {
    grid-column: span 2;
    height: 120px;
}

.im-phone {
    width: 200px;
    margin: 0 auto;
    border-radius: 28px;
    background: var(--im-ink);
    padding: 12px;
    box-shadow: var(--im-shadow-lg);
}

.im-phone__notch {
    width: 64px;
    height: 8px;
    border-radius: 8px;
    background: #334155;
    margin: 0 auto 10px;
}

.im-phone__body {
    border-radius: 18px;
    background: #fff;
    min-height: 320px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.im-phone__block {
    border-radius: 8px;
    background: var(--im-surface);
    height: 40px;
}
.im-phone__block--hero { height: 100px; background: linear-gradient(135deg, #0c1b33, #3b82f6); }
.im-phone__block--row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; height: auto; background: transparent; }
.im-phone__block--row > span {
    height: 64px;
    border-radius: 8px;
    background: var(--im-surface);
}

.im-showcase__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 28px;
}

.im-showcase__labels span {
    padding: 8px 14px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid var(--im-line);
    font-size: 12px;
    font-weight: 600;
    color: var(--im-slate);
}

/* ========== JOURNEY ========== */
.im-journey {
    padding: 96px 0;
    background: #fff;
}

.im-journey__track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.im-journey__step {
    padding: 14px 18px;
    border-radius: 100px;
    background: var(--im-surface);
    border: 1px solid var(--im-line);
    font-size: 13px;
    font-weight: 700;
    color: var(--im-ink);
}

.im-journey__step i {
    margin-right: 6px;
    color: var(--im-accent);
}

.im-journey__sep {
    color: var(--im-muted);
    opacity: 0.4;
    font-size: 12px;
}

/* ========== PERFORMANCE ========== */
.im-perf {
    padding: 88px 0;
    background: var(--im-surface);
}

.im-perf__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.im-perf__card {
    text-align: center;
    padding: 28px 16px;
    border-radius: var(--im-radius);
    background: #fff;
    border: 1px solid var(--im-line);
}

.im-perf__card strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--im-ink);
    margin-bottom: 6px;
}

.im-perf__card span {
    font-size: 13px;
    color: var(--im-muted);
}

/* ========== FAQ ========== */
.im-faq {
    padding: 88px 0;
    background: var(--im-surface);
    border-top: 1px solid var(--im-line);
}

.im-faq__list {
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
}

.im-faq__item {
    padding: 22px 24px;
    border-radius: var(--im-radius);
    background: #fff;
    border: 1px solid var(--im-line);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.im-faq__item:hover {
    border-color: rgba(245, 166, 35, 0.28);
    box-shadow: var(--im-shadow);
}

.im-faq__item h3 {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--im-ink);
    line-height: 1.35;
}

.im-faq__item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--im-muted);
}

/* ========== CTA ========== */
.im-cta {
    padding: 110px 0;
    background:
        radial-gradient(ellipse 50% 60% at 70% 40%, rgba(59, 130, 246, 0.15), transparent 60%),
        radial-gradient(ellipse 40% 50% at 20% 80%, rgba(245, 166, 35, 0.1), transparent 55%),
        var(--im-ink);
    text-align: center;
    color: #fff;
}

.im-cta .im-heading {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;
}

.im-cta .im-lead {
    color: rgba(255, 255, 255, 0.55);
    margin: 0 auto 32px;
}

.im-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* ========== DIGITAL COMMERCE ECOSYSTEM ========== */
.im-eco {
    padding: 100px 0 0;
    background: linear-gradient(180deg, #fff 0%, var(--im-surface) 18%, var(--im-surface) 100%);
}

.im-eco-map {
    position: relative;
    max-width: 880px;
    margin: 0 auto 72px;
    min-height: 520px;
    border-radius: var(--im-radius-lg);
    background:
        radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.08), transparent 55%),
        #fff;
    border: 1px solid var(--im-line);
    box-shadow: var(--im-shadow);
    overflow: hidden;
}

.im-eco-map__lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.im-eco-map__flow path {
    animation: im-eco-dash 2.8s linear infinite;
}

@keyframes im-eco-dash {
    to { stroke-dashoffset: -56; }
}

.im-eco-map__core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 28px;
    background: linear-gradient(145deg, var(--im-navy), var(--im-navy-mid));
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 20px 50px rgba(12, 27, 51, 0.35);
    z-index: 2;
}

.im-eco-map__core strong {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
}

.im-eco-map__core span {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.72);
    margin-top: 4px;
}

.im-eco-node {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--im-line);
    box-shadow: var(--im-shadow);
    font-size: 12px;
    font-weight: 700;
    color: var(--im-ink);
    white-space: nowrap;
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    animation: im-float 7s ease-in-out infinite;
}

.im-eco-node:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: var(--im-shadow-lg);
    border-color: rgba(245, 166, 35, 0.4);
}

.im-eco-node i {
    color: var(--im-accent);
    font-size: 13px;
}

.im-eco-node--1  { top: 8%;  left: 12%; animation-delay: -0.4s; }
.im-eco-node--2  { top: 6%;  left: 44%; animation-delay: -1.1s; }
.im-eco-node--3  { top: 8%;  right: 12%; animation-delay: -1.8s; }
.im-eco-node--4  { top: 36%; left: 4%; animation-delay: -2.3s; }
.im-eco-node--5  { top: 36%; right: 4%; animation-delay: -0.9s; }
.im-eco-node--6  { top: 62%; left: 6%; animation-delay: -2.7s; }
.im-eco-node--7  { top: 62%; right: 6%; animation-delay: -1.5s; }
.im-eco-node--8  { bottom: 8%; left: 16%; animation-delay: -3.1s; }
.im-eco-node--9  { bottom: 6%; left: 42%; animation-delay: -0.6s; }
.im-eco-node--10 { bottom: 8%; right: 16%; animation-delay: -2.0s; }
.im-eco-node--11 { top: 22%; left: 28%; animation-delay: -2.5s; }
.im-eco-node--12 { top: 22%; right: 28%; animation-delay: -1.3s; }

.im-eco-block {
    margin-bottom: 72px;
    padding: 36px 32px;
    border-radius: var(--im-radius-lg);
    background: #fff;
    border: 1px solid var(--im-line);
    box-shadow: var(--im-shadow);
}

.im-eco-block__head {
    max-width: 640px;
    margin-bottom: 28px;
}

.im-eco-block__head h3 {
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    margin: 0 0 10px;
    color: var(--im-ink);
}

.im-eco-block__head p {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--im-muted);
    margin: 0;
}

.im-eco-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 24px;
}

.im-eco-toggle__btn {
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 700;
    color: var(--im-muted);
    cursor: pointer;
    padding: 6px 4px;
}

.im-eco-toggle__btn.is-active { color: var(--im-ink); }

.im-eco-toggle__switch {
    width: 48px;
    height: 28px;
    border-radius: 100px;
    background: #e2e8f0;
    position: relative;
    transition: background 0.25s ease;
}

.im-eco-toggle.is-commerce .im-eco-toggle__switch {
    background: linear-gradient(135deg, #ffb83a, var(--im-accent));
}

.im-eco-toggle__knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s ease;
}

.im-eco-toggle.is-commerce .im-eco-toggle__knob {
    transform: translateX(20px);
}

.im-eco-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.im-eco-mode-card {
    padding: 24px;
    border-radius: var(--im-radius);
    border: 1px solid var(--im-line);
    background: var(--im-surface);
    opacity: 0.55;
    transform: scale(0.98);
    transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.im-eco-mode-card.is-active {
    opacity: 1;
    transform: scale(1);
    background: #fff;
    border-color: rgba(245, 166, 35, 0.35);
    box-shadow: var(--im-shadow);
}

.im-eco-mode-card__badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--im-slate);
    background: rgba(15, 23, 42, 0.06);
    padding: 6px 10px;
    border-radius: 100px;
    margin-bottom: 16px;
}

.im-eco-mode-card__badge--accent {
    color: #9a6a08;
    background: var(--im-accent-soft);
}

.im-eco-mode-card__visual {
    height: 110px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--im-line);
    margin-bottom: 16px;
    display: grid;
    place-items: center;
}

.im-eco-browse {
    width: 86%;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 10px;
    align-items: center;
}

.im-eco-browse__img {
    height: 64px;
    border-radius: 10px;
    background: linear-gradient(135deg, #dbeafe, #fef3c7);
}

.im-eco-browse__lines span {
    display: block;
    height: 8px;
    border-radius: 4px;
    background: #e2e8f0;
    margin-bottom: 6px;
}

.im-eco-browse__lines span:nth-child(2) { width: 70%; }
.im-eco-browse__lines span:nth-child(3) { width: 45%; }

.im-eco-browse__cta {
    grid-column: 2;
    font-size: 10px;
    font-weight: 700;
    color: var(--im-navy);
    background: var(--im-accent-soft);
    border-radius: 6px;
    padding: 6px 8px;
    width: fit-content;
}

.im-eco-cart-flow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--im-ink);
}

.im-eco-cart-flow i { color: var(--im-accent); font-size: 11px; }
.im-eco-cart-flow span {
    padding: 10px 14px;
    border-radius: 10px;
    background: var(--im-surface);
    border: 1px solid var(--im-line);
}

.im-eco-mode-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.im-eco-mode-card > p {
    font-size: 14px;
    color: var(--im-muted);
    margin: 0 0 14px;
    line-height: 1.5;
}

.im-eco-mode-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.im-eco-mode-card li {
    position: relative;
    padding-left: 16px;
    font-size: 13px;
    color: var(--im-slate);
}

.im-eco-mode-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--im-accent);
}

.im-eco-flow--row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.im-eco-flow--col {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 720px;
    margin: 0 auto;
}

.im-eco-flow__step {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 12px;
    background: var(--im-surface);
    border: 1px solid var(--im-line);
    font-size: 13px;
}

.im-eco-flow__step--lg {
    gap: 18px;
    padding: 22px 24px;
    border-radius: 18px;
    width: 100%;
}

.im-eco-flow__step--lg i {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(245, 166, 35, 0.12);
    font-size: 22px;
}

.im-eco-flow__step--lg > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}

.im-eco-flow__step--lg strong {
    font-size: 15px;
    line-height: 1.35;
}

.im-eco-flow__step--lg span {
    font-size: 13px;
    color: var(--im-muted);
    line-height: 1.45;
    font-weight: 500;
}

.im-eco-flow__step i { color: var(--im-accent); }
.im-eco-flow__step strong { font-weight: 700; color: var(--im-ink); }

.im-eco-flow__step--accent {
    background: linear-gradient(135deg, rgba(245, 166, 35, 0.14), rgba(59, 130, 246, 0.08));
    border-color: rgba(245, 166, 35, 0.3);
}

.im-eco-flow__arrow {
    color: rgba(100, 116, 139, 0.45);
    font-size: 12px;
}

.im-eco-launch {
    display: grid;
    gap: 24px;
}

.im-eco-launch__note {
    max-width: 720px;
    margin: 0 auto;
    padding: 18px 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(245, 166, 35, 0.1), rgba(59, 130, 246, 0.06));
    border: 1px solid rgba(245, 166, 35, 0.22);
    font-size: 14px;
    line-height: 1.6;
    color: var(--im-muted);
    text-align: center;
}

.im-eco-launch__mockups {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.im-eco-site-mock {
    height: 160px;
    border-radius: 14px;
    background: linear-gradient(180deg, #0c1b33, #1e3a5f);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: var(--im-shadow);
}

.im-eco-site-mock span {
    display: block;
    height: 28%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.im-eco-site-mock span:first-child {
    height: 40%;
    background: linear-gradient(135deg, rgba(245, 166, 35, 0.35), rgba(59, 130, 246, 0.25));
}

.im-eco-site-mock--alt {
    background: linear-gradient(180deg, #152848, #0f2744);
    transform: translateY(12px);
}

.im-eco-crm {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
    border-radius: var(--im-radius);
    background: var(--im-navy);
    padding: 16px;
    min-height: 280px;
}

.im-eco-crm__sidebar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
}

.im-eco-crm__sidebar span {
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.im-eco-crm__sidebar span.is-on {
    background: rgba(245, 166, 35, 0.35);
}

.im-eco-crm__main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.im-eco-crm__widget {
    padding: 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}

.im-eco-crm__widget strong {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 6px;
    font-weight: 600;
}

.im-eco-crm__widget em {
    font-style: normal;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

/* Dark-surface text guardrails */
.xeosol-imarked .im-eco-map__core,
.xeosol-imarked .im-eco-map__core strong,
.xeosol-imarked .im-eco-map__core span,
.xeosol-imarked .im-eco-counter,
.xeosol-imarked .im-eco-counter strong,
.xeosol-imarked .im-eco-bridge__core,
.xeosol-imarked .im-eco-bridge__core strong,
.xeosol-imarked .im-eco-bridge__heading,
.xeosol-imarked .im-eco-crm__widget em,
.xeosol-imarked .im-tech__node strong {
    color: #fff;
}

.im-eco-crm__widget--wide { grid-column: span 2; }

.im-eco-crm__bars {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 48px;
    margin-top: 8px;
}

.im-eco-crm__bars i {
    flex: 1;
    display: block;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, var(--im-accent), rgba(59, 130, 246, 0.5));
}

.im-eco-crm__bars i:nth-child(1) { height: 35%; }
.im-eco-crm__bars i:nth-child(2) { height: 55%; }
.im-eco-crm__bars i:nth-child(3) { height: 42%; }
.im-eco-crm__bars i:nth-child(4) { height: 78%; }
.im-eco-crm__bars i:nth-child(5) { height: 64%; }
.im-eco-crm__bars i:nth-child(6) { height: 90%; }

.im-eco-pipeline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.im-eco-pipeline__step {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 92px;
    padding: 14px 10px;
    border-radius: 14px;
    background: var(--im-surface);
    border: 1px solid var(--im-line);
    text-align: center;
}

.im-eco-pipeline__step i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--im-line);
    display: grid;
    place-items: center;
    color: var(--im-navy);
}

.im-eco-pipeline__step span {
    font-size: 11px;
    font-weight: 700;
    color: var(--im-slate);
}

.im-eco-pipeline__step--accent {
    background: linear-gradient(180deg, #fff, #fff8eb);
    border-color: rgba(245, 166, 35, 0.35);
}

.im-eco-pipeline__step--accent i {
    background: var(--im-accent-soft);
    color: #9a6a08;
}

.im-eco-pipeline__sep {
    width: 18px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--im-accent), transparent);
}

.im-eco-channels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 24px;
}

.im-eco-channel {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--im-line);
    display: grid;
    place-items: center;
    font-size: 18px;
    color: var(--im-slate);
    box-shadow: var(--im-shadow);
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.im-eco-channel:hover {
    transform: translateY(-2px);
    border-color: rgba(245, 166, 35, 0.35);
    box-shadow: var(--im-shadow-lg);
}

.im-eco-channel--more {
    color: var(--im-accent);
    background: rgba(245, 166, 35, 0.08);
    border-color: rgba(245, 166, 35, 0.25);
    font-size: 14px;
}

.im-eco-channel[title="Facebook"] { color: #1877f2; }
.im-eco-channel[title="Instagram"] { color: #e4405f; }
.im-eco-channel[title="LinkedIn"] { color: #0a66c2; }
.im-eco-channel[title="TikTok"] { color: #111; }
.im-eco-channel--tiktok svg { display: block; }
.im-eco-channel[title="Pinterest"] { color: #bd081c; }
.im-eco-channel[title="Threads"] { color: #111; }
.im-eco-channel[title="X"] { color: #1da1f2; }
.im-eco-channel[title="Google Business"] { color: #4285f4; }
.im-eco-channel[title="WhatsApp"] { color: #25d366; }

.im-eco-counters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.im-eco-counter {
    text-align: center;
    padding: 20px 12px;
    border-radius: 14px;
    background: var(--im-ink);
    color: #fff;
}

.im-eco-counter strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
    color: #fff;
}

.im-eco-counter span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.im-eco-seo {
    display: grid;
    gap: 24px;
}

.im-eco-seo__flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.im-eco-seo__node {
    padding: 12px 14px;
    border-radius: 12px;
    background: var(--im-surface);
    border: 1px solid var(--im-line);
    font-size: 12px;
}

.im-eco-seo__node--ai {
    background: var(--im-accent-soft);
    border-color: rgba(245, 166, 35, 0.35);
}

.im-eco-seo__node--end {
    background: var(--im-navy);
    color: #fff;
    border-color: transparent;
}

.im-eco-seo__flow > i {
    color: rgba(100, 116, 139, 0.4);
    font-size: 11px;
}

.im-eco-seo__rank {
    max-width: 420px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
}

.im-eco-seo__bar {
    position: relative;
    height: 18px;
    border-radius: 100px;
    background: #eef2f7;
    overflow: hidden;
}

.im-eco-seo__bar span {
    display: block;
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(90deg, var(--im-accent), #3b82f6);
    animation: im-eco-bar 1.6s ease forwards;
    transform-origin: left;
}

@keyframes im-eco-bar {
    from { transform: scaleX(0.2); opacity: 0.5; }
    to { transform: scaleX(1); opacity: 1; }
}

.im-eco-seo__bar em {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-style: normal;
    font-size: 10px;
    font-weight: 800;
    color: var(--im-ink);
}

.im-eco-discover { display: grid; gap: 16px; }

.im-eco-discover__banner {
    margin: 0 0 8px;
    border-radius: var(--im-radius);
    overflow: hidden;
    border: 1px solid var(--im-line);
    box-shadow: var(--im-shadow);
    background: #fff;
}

.im-eco-discover__banner img {
    display: block;
    width: 100%;
    height: auto;
}

.im-eco-discover__banner--live figcaption {
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 600;
    color: var(--im-muted);
    text-align: center;
    background: var(--im-surface);
    border-top: 1px solid var(--im-line);
}

.im-eco-discover__banner--live figcaption a {
    color: var(--im-navy);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.im-eco-discover__banner--live figcaption a:hover {
    color: var(--im-accent);
}

.im-eco-search {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 14px;
    background: var(--im-surface);
    border: 1px solid var(--im-line);
    font-size: 15px;
    font-weight: 600;
    color: var(--im-ink);
}

.im-eco-search i { color: var(--im-muted); }
.im-eco-search--alt { margin-top: 8px; }

.im-eco-vendors,
.im-eco-deals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.im-eco-vendor,
.im-eco-deal {
    padding: 18px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--im-line);
    box-shadow: var(--im-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.im-eco-vendor:hover,
.im-eco-deal:hover {
    transform: translateY(-3px);
    box-shadow: var(--im-shadow-lg);
}

.im-eco-vendor h4,
.im-eco-deal h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px;
}

.im-eco-vendor__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    color: var(--im-muted);
}

.im-eco-vendor__meta strong {
    color: var(--im-ink);
    font-size: 15px;
}

.im-eco-vendor__star {
    color: #c8840e;
    font-weight: 700;
}

.im-eco-deal__badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: #9a6a08;
    background: var(--im-accent-soft);
    padding: 4px 8px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.im-eco-deal p {
    font-size: 12px;
    color: var(--im-muted);
    margin: 0;
}

.im-eco-bridge {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 16px;
    align-items: stretch;
}

.im-eco-bridge__side {
    padding: 24px 18px;
    border-radius: var(--im-radius);
    background: var(--im-surface);
    border: 1px solid var(--im-line);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.im-eco-bridge__side strong {
    font-size: 14px;
    margin-bottom: 6px;
}

.im-eco-bridge__side span {
    padding: 10px 12px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--im-line);
    font-size: 13px;
    font-weight: 600;
}

.im-eco-bridge__core {
    padding: 28px 20px;
    border-radius: var(--im-radius);
    background: linear-gradient(160deg, var(--im-navy), #18345a);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 18px;
    box-shadow: var(--im-shadow-lg);
}

.im-eco-bridge__core strong {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    color: #fff;
}

.im-eco-bridge__heading {
    margin: 0;
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
}

.im-eco-bridge__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.im-eco-bridge__links em {
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 10px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
}

.im-eco-why {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.im-eco-why article {
    padding: 20px 16px;
    border-radius: 14px;
    background: var(--im-surface);
    border: 1px solid transparent;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.im-eco-why article:hover {
    transform: translateY(-3px);
    background: #fff;
    border-color: var(--im-line);
    box-shadow: var(--im-shadow);
}

.im-eco-why i {
    color: var(--im-accent);
    margin-bottom: 10px;
    font-size: 16px;
}

.im-eco-why h4 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    color: var(--im-ink);
}

.im-eco-why__featured {
    grid-column: 1 / -1;
    padding: 32px 28px !important;
    background: linear-gradient(145deg, var(--im-navy), #18345a) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff;
    text-align: center;
}

.im-eco-why__featured:hover {
    background: linear-gradient(145deg, var(--im-navy), #1a3a62) !important;
    border-color: rgba(245, 166, 35, 0.35) !important;
    box-shadow: 0 20px 50px rgba(12, 27, 51, 0.25);
}

.im-eco-why__featured i {
    font-size: 28px;
    margin-bottom: 14px;
    color: var(--im-accent);
}

.im-eco-why__featured h4 {
    font-size: 1.15rem;
    color: #fff;
    margin-bottom: 10px;
}

.im-eco-why__featured p {
    margin: 0 auto;
    max-width: 58ch;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
}

.im-eco-why__featured p strong {
    color: var(--im-accent);
}

.im-eco-finale {
    margin-top: 24px;
    padding: 88px 0;
    background:
        radial-gradient(ellipse 50% 60% at 70% 40%, rgba(59, 130, 246, 0.15), transparent 60%),
        radial-gradient(ellipse 40% 50% at 20% 80%, rgba(245, 166, 35, 0.1), transparent 55%),
        var(--im-ink);
    text-align: center;
    color: #fff;
}

.im-eco-finale .im-heading {
    color: #fff;
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
}

.im-eco-finale .im-lead {
    color: rgba(255, 255, 255, 0.55);
    margin: 0 auto 28px;
}

.im-eco-finale .im-brand--finale {
    display: block;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
    .im-models__grid { grid-template-columns: repeat(3, 1fr); }
    .im-industries__grid { grid-template-columns: repeat(3, 1fr); }
    .im-eco-why { grid-template-columns: repeat(3, 1fr); }
    .im-related__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    .im-hero__layout,
    .im-overview__grid,
    .im-cap,
    .im-showcase__stage,
    .im-solved__grid,
    .im-eco-pair,
    .im-eco-bridge {
        grid-template-columns: 1fr;
    }
    .im-cap--flip .im-cap__visual,
    .im-cap--flip .im-cap__copy { order: unset; }
    .im-solved__arrows { flex-direction: row; padding-top: 0; justify-content: center; }
    .im-solved__arrow { transform: rotate(90deg); height: 28px; }
    .im-modules__grid { grid-template-columns: 1fr 1fr; }
    .im-why__grid { grid-template-columns: 1fr 1fr; }
    .im-perf__grid { grid-template-columns: 1fr 1fr; }
    .im-hero__visual { min-height: 320px; max-width: 520px; margin: 0 auto; }
    .im-float--catalog { top: -24px; left: 8%; }
    .im-float--orders { top: -36px; right: -8px; }
    .im-float--vendors { bottom: 4px; left: -8px; }
    .im-float--traffic { left: -8px; }
    .im-eco-map { min-height: 460px; }
    .im-eco-vendors,
    .im-eco-deals,
    .im-eco-counters { grid-template-columns: 1fr 1fr; }
    .im-eco-crm__main { grid-template-columns: 1fr 1fr; }
    .im-eco-crm__widget--wide { grid-column: span 2; }
    .im-eco-flow__arrow { display: none; }
}

@media (max-width: 640px) {
    .im-hero { padding-top: calc(var(--im-header-h) + 32px); }
    .im-hero__stats { grid-template-columns: 1fr; }
    .im-models__grid,
    .im-industries__grid,
    .im-modules__grid,
    .im-pillars,
    .im-why__grid,
    .im-perf__grid,
    .im-eco-why,
    .im-eco-vendors,
    .im-eco-deals,
    .im-eco-counters,
    .im-eco-launch__mockups,
    .im-related__grid { grid-template-columns: 1fr; }
    .im-journey__sep { display: none; }
    .im-hero__floats .im-float--traffic,
    .im-hero__floats .im-float--promo { display: none; }
    .im-eco-block { padding: 24px 18px; }
    .im-eco-map { min-height: 380px; }
    .im-eco-node { font-size: 10px; padding: 8px 10px; }
    .im-eco-node span { max-width: 72px; overflow: hidden; text-overflow: ellipsis; }
    .im-eco-crm { grid-template-columns: 1fr; }
    .im-eco-crm__sidebar { flex-direction: row; }
    .im-eco-crm__sidebar span { width: 28px; height: 10px; }
}

