/* UltraTender public landing — independent product-marketing surface. */
.landing-body {
    --landing-ink: #071b3d;
    --landing-copy: #526585;
    --landing-muted: #7584a3;
    --landing-blue: #0757f7;
    --landing-blue-dark: #0048d8;
    --landing-lime: #82d53b;
    --landing-line: #d9e1ee;
    --landing-soft: #f4f7ff;
    --landing-navy: #071a3a;
    min-width: 320px;
    margin: 0;
    color: var(--landing-ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-rendering: optimizeLegibility;
}

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

.landing-body a {
    color: inherit;
}

.landing-page {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--landing-ink);
    background: #fff;
}

.landing-container {
    width: min(1480px, calc(100% - 96px));
    margin-inline: auto;
}

.landing-header {
    position: relative;
    z-index: 20;
    min-height: 78px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e5eaf2;
}

.landing-header__inner {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto minmax(140px, 1fr);
    align-items: center;
    min-height: 78px;
}

.landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    width: fit-content;
    color: var(--landing-ink);
    text-decoration: none;
}

.landing-brand__mark {
    width: 37px;
    height: 37px;
    padding: 2px;
    color: var(--landing-blue);
    fill: currentColor;
}

.landing-brand__mark .landing-brand__accent {
    color: var(--landing-lime);
}

.landing-brand strong {
    font-size: 1.16rem;
    font-weight: 780;
    letter-spacing: -0.025em;
}

.landing-header__nav {
    display: flex;
    align-items: center;
    gap: 38px;
}

.landing-header__nav a,
.landing-footer nav a {
    color: #344b70;
    font-size: 0.91rem;
    font-weight: 650;
    text-decoration: none;
    transition: color 160ms ease;
}

.landing-header__nav a:hover,
.landing-header__nav a:focus-visible,
.landing-footer nav a:hover,
.landing-footer nav a:focus-visible {
    color: var(--landing-blue);
}

.landing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    padding: 14px 20px;
    color: var(--landing-ink);
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 9px;
    font-size: 0.96rem;
    font-weight: 740;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.landing-button:hover {
    transform: translateY(-2px);
}

.landing-button:focus-visible,
.landing-header__nav a:focus-visible,
.landing-footer nav a:focus-visible,
.landing-text-link:focus-visible,
.platform-directory__list a:focus-visible,
.workflow-tender > a:focus-visible,
.rule-result > a:focus-visible {
    outline: 3px solid rgba(7, 87, 247, 0.25);
    outline-offset: 3px;
}

.landing-button svg,
.landing-text-link svg,
.workflow-tender > a svg,
.rule-result > a svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-button--compact {
    justify-self: end;
    min-height: 44px;
    padding: 10px 16px;
    font-size: 0.9rem;
}

.landing-button--primary {
    color: #fff;
    background: var(--landing-blue);
    border-color: var(--landing-blue);
}

.landing-button--primary:hover,
.landing-button--primary:focus-visible {
    color: #fff;
    background: var(--landing-blue-dark);
    border-color: var(--landing-blue-dark);
}

.landing-button--outline:hover,
.landing-button--outline:focus-visible {
    color: var(--landing-blue);
    border-color: var(--landing-blue);
}

.landing-hero {
    position: relative;
    display: block;
    margin: 0;
    padding: 92px 0 112px;
    overflow: hidden;
    background: #fff;
}

.landing-hero__grid {
    position: absolute;
    inset: 0 0 auto 50%;
    width: min(1480px, calc(100% - 96px));
    height: 100%;
    transform: translateX(-50%);
    border-inline: 1px solid rgba(7, 87, 247, 0.07);
    pointer-events: none;
}

.landing-hero__grid::before,
.landing-hero__grid::after {
    position: absolute;
    content: "";
    background: rgba(7, 87, 247, 0.07);
}

.landing-hero__grid::before {
    top: 0;
    left: 38%;
    width: 1px;
    height: 72%;
}

.landing-hero__grid::after {
    right: 0;
    bottom: 46px;
    width: 42%;
    height: 1px;
}

.landing-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(440px, 0.82fr) minmax(660px, 1.18fr);
    gap: clamp(42px, 5vw, 82px);
    align-items: center;
}

.landing-hero__copy {
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.landing-hero__copy h1 {
    max-width: 700px;
    margin: 0;
    color: var(--landing-ink);
    font-size: clamp(3.65rem, 4.65vw, 5rem);
    font-weight: 760;
    line-height: 0.98;
    letter-spacing: -0.058em;
}

.landing-lead {
    max-width: 660px;
    margin: 30px 0 0;
    color: var(--landing-copy);
    font-size: clamp(1.08rem, 1.35vw, 1.28rem);
    line-height: 1.58;
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
}

.landing-source-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 28px 0 0;
    color: #657593;
    font-size: 0.88rem;
    font-weight: 650;
}

.landing-source-line > span {
    width: 8px;
    height: 8px;
    background: var(--landing-lime);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(130, 213, 59, 0.16);
}

.hero-product {
    min-width: 0;
    overflow: hidden;
    color: #1a3158;
    background: #fff;
    border: 1px solid #cdd7e6;
    border-radius: 17px;
    box-shadow: 0 24px 70px rgba(7, 27, 61, 0.14);
}

.hero-product__topbar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 54px;
    padding: 9px 14px;
    color: #365078;
    background: #fff;
    border-bottom: 1px solid #dbe3ef;
    font-size: 0.74rem;
    font-weight: 700;
}

.hero-product__mini-brand {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #fff;
    background: var(--landing-blue);
    border-radius: 7px;
    font-size: 0.68rem;
    letter-spacing: -0.03em;
}

.hero-product__online {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #3b6a28;
}

.hero-product__online i {
    width: 7px;
    height: 7px;
    background: var(--landing-lime);
    border-radius: 50%;
}

.hero-product__body {
    display: grid;
    grid-template-columns: 126px minmax(208px, 0.82fr) minmax(280px, 1.18fr);
    min-height: 480px;
}

.hero-product__sidebar {
    min-width: 0;
    padding: 17px 10px;
    color: #b8c8e2;
    background: var(--landing-navy);
}

.hero-product__sidebar strong {
    display: block;
    margin: 14px 10px 7px;
    color: #7488ab;
    font-size: 0.61rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-product__sidebar strong:first-child {
    margin-top: 2px;
}

.hero-product__sidebar > span {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 35px;
    padding: 8px 9px;
    border-radius: 7px;
    font-size: 0.69rem;
    font-style: normal;
    font-weight: 650;
}

.hero-product__sidebar > span.is-active {
    color: #fff;
    background: var(--landing-blue);
}

.hero-product__sidebar svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-product__list {
    min-width: 0;
    background: #f8faff;
    border-right: 1px solid #dbe3ef;
}

.hero-product__list-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    min-height: 68px;
    padding: 15px 14px;
    background: #fff;
    border-bottom: 1px solid #dbe3ef;
}

.hero-product__list-head strong,
.hero-product__list-head small {
    display: block;
}

.hero-product__list-head strong {
    color: var(--landing-ink);
    font-size: 0.85rem;
}

.hero-product__list-head small,
.hero-product__list-head > span {
    margin-top: 3px;
    color: var(--landing-muted);
    font-size: 0.61rem;
    font-weight: 600;
}

.hero-tender {
    padding: 14px;
    background: #fff;
    border-bottom: 1px solid #e3e9f2;
    border-left: 3px solid transparent;
}

.hero-tender.is-selected {
    background: #f4f7ff;
    border-left-color: var(--landing-blue);
}

.hero-tender__meta,
.hero-tender > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.hero-tender__meta span {
    color: var(--landing-blue);
    font-size: 0.58rem;
    font-weight: 800;
}

.hero-tender__meta time,
.hero-tender p {
    color: var(--landing-muted);
    font-size: 0.6rem;
}

.hero-tender h2 {
    margin: 8px 0 0;
    color: #19345e;
    font-size: 0.77rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.012em;
}

.hero-tender p {
    margin: 7px 0 10px;
}

.hero-tender > div:last-child strong {
    color: var(--landing-ink);
    font-size: 0.68rem;
}

.hero-tender__match {
    padding: 4px 6px;
    color: #3c7122;
    background: #eaf8df;
    border-radius: 5px;
    font-size: 0.55rem;
    font-weight: 800;
}

.hero-product__detail {
    min-width: 0;
    padding: 17px;
    background: #fff;
}

.hero-product__detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--landing-muted);
    font-size: 0.65rem;
    font-weight: 700;
}

.hero-product__detail-head i {
    padding: 5px 7px;
    color: #295bcb;
    background: #edf3ff;
    border-radius: 5px;
    font-style: normal;
}

.hero-product__detail > h2 {
    margin: 18px 0;
    color: var(--landing-ink);
    font-size: 1.05rem;
    line-height: 1.32;
    letter-spacing: -0.02em;
}

.hero-product__summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-block: 1px solid #e2e8f1;
}

.hero-product__summary div {
    padding: 13px 0;
}

.hero-product__summary div + div {
    padding-left: 12px;
    border-left: 1px solid #e2e8f1;
}

.hero-product__summary span,
.hero-product__summary strong {
    display: block;
}

.hero-product__summary span,
.hero-product__facts dt,
.hero-product__task span,
.hero-product__task small {
    color: var(--landing-muted);
    font-size: 0.59rem;
}

.hero-product__summary strong {
    margin-top: 5px;
    color: var(--landing-ink);
    font-size: 0.72rem;
}

.hero-product__facts {
    display: grid;
    gap: 0;
    margin: 14px 0 0;
}

.hero-product__facts div {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid #edf1f6;
}

.hero-product__facts dt,
.hero-product__facts dd {
    margin: 0;
}

.hero-product__facts dd {
    color: #30496e;
    font-size: 0.63rem;
    font-weight: 650;
    line-height: 1.4;
}

.hero-product__task {
    display: grid;
    gap: 5px;
    margin-top: 16px;
    padding: 13px;
    background: #f4f7ff;
    border: 1px solid #dbe5f6;
    border-left: 3px solid var(--landing-lime);
    border-radius: 7px;
}

.hero-product__task strong {
    color: #18365f;
    font-size: 0.69rem;
}

.landing-section-heading h2,
.landing-cta h2 {
    margin: 0;
    color: var(--landing-ink);
    font-size: clamp(2.9rem, 4.1vw, 4rem);
    font-weight: 740;
    line-height: 1.02;
    letter-spacing: -0.052em;
}

.landing-section-heading p,
.landing-cta p {
    max-width: 720px;
    margin: 22px 0 0;
    color: var(--landing-copy);
    font-size: 1.06rem;
    line-height: 1.68;
}

.landing-section-heading--wide {
    max-width: 1020px;
}

.landing-section-heading--split {
    display: grid;
    grid-template-columns: minmax(420px, 0.95fr) minmax(360px, 0.72fr);
    gap: clamp(60px, 10vw, 180px);
    align-items: end;
}

.landing-section-heading--split p {
    margin-top: 0;
}

.landing-search,
.landing-workflow,
.landing-analytics,
.landing-sources,
.landing-catalogue {
    scroll-margin-top: 20px;
}

.landing-search {
    padding: 118px 0 126px;
    background: var(--landing-soft);
    border-block: 1px solid #e2e8f4;
}

.rule-product {
    display: grid;
    grid-template-columns: 190px minmax(460px, 1fr) 290px;
    gap: 0;
    margin-top: 58px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #cad6e7;
    border-radius: 16px;
    box-shadow: 0 22px 60px rgba(7, 27, 61, 0.1);
}

.rule-product__path {
    padding: 28px 22px;
    background: var(--landing-navy);
}

.rule-product__path > div {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 4px 10px;
    align-items: center;
    color: #a9bbd8;
}

.rule-product__path > div span {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #9eb1d0;
    border: 1px solid #435a80;
    border-radius: 50%;
    font-size: 0.62rem;
    font-weight: 800;
}

.rule-product__path > div strong {
    color: #e7eef9;
    font-size: 0.76rem;
}

.rule-product__path > div small {
    color: #758bac;
    font-size: 0.59rem;
}

.rule-product__path > div.is-current span {
    color: var(--landing-navy);
    background: var(--landing-lime);
    border-color: var(--landing-lime);
}

.rule-product__path > div.is-current strong {
    color: #fff;
}

.rule-product__path > i {
    display: block;
    width: 1px;
    height: 60px;
    margin: 8px 0 8px 14px;
    background: #435a80;
}

.rule-builder,
.rule-result {
    min-width: 0;
    padding: 26px;
}

.rule-builder {
    border-right: 1px solid #dbe3ef;
}

.product-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.product-panel-head span,
.product-panel-head strong {
    display: block;
}

.product-panel-head span,
.product-panel-head small {
    color: var(--landing-muted);
    font-size: 0.67rem;
    font-weight: 650;
}

.product-panel-head strong {
    margin-top: 4px;
    color: var(--landing-ink);
    font-size: 0.93rem;
}

.product-panel-head > small {
    padding: 6px 8px;
    color: #315fbb;
    background: #edf3ff;
    border-radius: 6px;
}

.rule-builder__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.mock-field {
    min-width: 0;
    padding: 11px 12px;
    background: #fff;
    border: 1px solid #d3ddea;
    border-radius: 8px;
}

.mock-field--wide {
    grid-column: 1 / -1;
}

.mock-field span,
.mock-field strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mock-field span {
    color: var(--landing-muted);
    font-size: 0.62rem;
}

.mock-field strong {
    margin-top: 6px;
    color: #213b64;
    font-size: 0.73rem;
    font-weight: 680;
}

.mock-field--exclude {
    border-left: 3px solid #c5cfdd;
}

.mock-switch {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    background: #f5f8fe;
    border-radius: 8px;
}

.mock-switch > i {
    position: relative;
    width: 34px;
    height: 20px;
    flex: 0 0 auto;
    background: var(--landing-blue);
    border-radius: 11px;
}

.mock-switch > i span {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
}

.mock-switch strong,
.mock-switch small {
    display: block;
}

.mock-switch strong {
    color: #203a62;
    font-size: 0.71rem;
}

.mock-switch small {
    margin-top: 3px;
    color: var(--landing-muted);
    font-size: 0.6rem;
}

.rule-builder__action {
    width: 100%;
    min-height: 46px;
    margin-top: 18px;
    font-size: 0.8rem;
}

.rule-result {
    display: flex;
    flex-direction: column;
    background: #fbfcff;
}

.rule-result__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--landing-muted);
    font-size: 0.65rem;
    font-weight: 700;
}

.rule-result__head i {
    width: 8px;
    height: 8px;
    background: var(--landing-lime);
    border-radius: 50%;
}

.rule-result > strong {
    margin-top: 34px;
    color: var(--landing-ink);
    font-size: 1.65rem;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.rule-result > p {
    margin: 16px 0 0;
    color: var(--landing-copy);
    font-size: 0.72rem;
    line-height: 1.55;
}

.rule-result__signals {
    display: grid;
    gap: 10px;
    margin-top: 24px;
    padding-block: 18px;
    border-block: 1px solid #e1e7f0;
}

.rule-result__signals span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #415a7e;
    font-size: 0.68rem;
    font-weight: 650;
}

.rule-result__signals i {
    width: 7px;
    height: 7px;
    background: var(--landing-lime);
    border-radius: 50%;
}

.rule-result > a,
.workflow-tender > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    padding-top: 22px;
    color: var(--landing-blue);
    font-size: 0.72rem;
    font-weight: 760;
    text-decoration: none;
}

.landing-workflow {
    padding: 126px 0;
    background: #fff;
}

.workflow-product {
    margin-top: 58px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #cdd8e7;
    border-radius: 16px;
    box-shadow: 0 20px 56px rgba(7, 27, 61, 0.09);
}

.workflow-steps {
    display: grid;
    grid-template-columns: auto minmax(40px, 1fr) auto minmax(40px, 1fr) auto minmax(40px, 1fr) auto;
    align-items: center;
    padding: 22px 34px;
    background: #f6f8fc;
    border-bottom: 1px solid #dce4ef;
}

.workflow-steps > div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8190aa;
}

.workflow-steps > div span {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    border: 1px solid #bcc8d8;
    border-radius: 50%;
    font-size: 0.67rem;
    font-weight: 800;
}

.workflow-steps > div strong {
    font-size: 0.76rem;
}

.workflow-steps > i {
    height: 1px;
    margin-inline: 14px;
    background: #ccd5e2;
}

.workflow-steps > div.is-complete,
.workflow-steps > div.is-current {
    color: var(--landing-ink);
}

.workflow-steps > div.is-complete span {
    color: #295919;
    background: #e8f7db;
    border-color: #a9dc7e;
}

.workflow-steps > div.is-current span {
    color: #fff;
    background: var(--landing-blue);
    border-color: var(--landing-blue);
}

.workflow-product__body {
    display: grid;
    grid-template-columns: minmax(300px, 0.92fr) minmax(340px, 1fr) minmax(300px, 0.86fr);
}

.workflow-product__body > section {
    min-width: 0;
    padding: 28px;
}

.workflow-product__body > section + section {
    border-left: 1px solid #dce4ef;
}

.workflow-tender > h3 {
    margin: 28px 0 22px;
    color: var(--landing-ink);
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.workflow-tender dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    border-block: 1px solid #e2e8f0;
}

.workflow-tender dl div {
    padding: 13px 8px 13px 0;
}

.workflow-tender dt,
.workflow-tender dd {
    margin: 0;
}

.workflow-tender dt {
    color: var(--landing-muted);
    font-size: 0.63rem;
}

.workflow-tender dd {
    margin-top: 5px;
    color: #294366;
    font-size: 0.75rem;
    font-weight: 700;
}

.workflow-tasks > article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    padding: 17px 0;
    border-bottom: 1px solid #e5eaf1;
}

.workflow-tasks > article:nth-child(2) {
    margin-top: 15px;
}

.workflow-check {
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border: 1.5px solid #aab7ca;
    border-radius: 4px;
}

.workflow-check--done {
    position: relative;
    background: var(--landing-lime);
    border-color: var(--landing-lime);
}

.workflow-check--done::after {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 5px;
    height: 8px;
    content: "";
    border-right: 2px solid #214b13;
    border-bottom: 2px solid #214b13;
    transform: rotate(45deg);
}

.workflow-tasks article strong,
.workflow-tasks article span {
    display: block;
}

.workflow-tasks article strong {
    color: #203a61;
    font-size: 0.76rem;
    line-height: 1.35;
}

.workflow-tasks article span {
    margin-top: 5px;
    color: var(--landing-muted);
    font-size: 0.62rem;
}

.workflow-tasks article em {
    padding: 5px 7px;
    color: #8b4c19;
    background: #fff2e5;
    border-radius: 5px;
    font-size: 0.57rem;
    font-style: normal;
    font-weight: 750;
}

.workflow-comments > article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 11px;
    margin-top: 18px;
    padding: 14px;
    background: #f5f8fd;
    border-radius: 8px;
}

.workflow-avatar {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    color: #fff;
    background: var(--landing-blue);
    border-radius: 50%;
    font-size: 0.59rem;
    font-weight: 800;
}

.workflow-avatar--lime {
    color: #214b13;
    background: var(--landing-lime);
}

.workflow-comments article strong {
    color: #203a61;
    font-size: 0.71rem;
}

.workflow-comments article time {
    float: right;
    color: var(--landing-muted);
    font-size: 0.58rem;
}

.workflow-comments article p {
    margin: 7px 0 0;
    color: #536987;
    font-size: 0.68rem;
    line-height: 1.45;
}

.landing-analytics {
    padding: 116px 0;
    background: #f5f8fd;
    border-block: 1px solid #e1e7f1;
}

.analytics-layout {
    display: grid;
    grid-template-columns: minmax(390px, 0.72fr) minmax(620px, 1.28fr);
    gap: clamp(60px, 8vw, 130px);
    align-items: center;
}

.landing-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 30px;
    color: var(--landing-blue);
    font-size: 0.93rem;
    font-weight: 750;
    text-decoration: none;
}

.analytics-product {
    min-width: 0;
    padding: 25px;
    background: #fff;
    border: 1px solid #ccd7e6;
    border-radius: 15px;
    box-shadow: 0 20px 52px rgba(7, 27, 61, 0.09);
}

.analytics-product__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.82fr);
    gap: 28px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #dfe6ef;
}

.analytics-product h3 {
    margin: 0 0 18px;
    color: #244064;
    font-size: 0.79rem;
}

.analytics-bars > div {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 12px;
}

.analytics-bars > div span {
    overflow: hidden;
    color: #526887;
    font-size: 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.analytics-bars > div i {
    position: relative;
    display: block;
    height: 9px;
    overflow: hidden;
    background: #e8edf5;
    border-radius: 5px;
}

.analytics-bars > div i::after {
    display: block;
    width: var(--bar-size);
    height: 100%;
    content: "";
    background: var(--landing-blue);
    border-radius: inherit;
}

.analytics-bars > div:nth-of-type(3) i::after,
.analytics-bars > div:nth-of-type(4) i::after {
    background: #5b8df0;
}

.analytics-bars > div:nth-of-type(5) i::after {
    background: #91afea;
}

.analytics-bars > small {
    display: block;
    margin-top: 18px;
    color: var(--landing-muted);
    font-size: 0.59rem;
}

.analytics-links > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e6ebf2;
}

.analytics-links > div span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #405878;
    font-size: 0.63rem;
    font-weight: 650;
}

.analytics-links > div span i {
    width: 7px;
    height: 7px;
    background: #b8c3d2;
    border-radius: 50%;
}

.analytics-links > div span i.is-ready {
    background: var(--landing-lime);
}

.analytics-links > div strong {
    color: var(--landing-muted);
    font-size: 0.58rem;
    text-align: right;
}

.landing-sources {
    padding: 116px 0 120px;
    color: #fff;
    background: var(--landing-navy);
}

.landing-section-heading--light h2 {
    color: #fff;
}

.landing-section-heading--light p {
    color: #afbdd4;
}

.source-status {
    margin-top: 58px;
    border-top: 1px solid #30486f;
}

.source-status__head,
.source-status__row {
    display: grid;
    grid-template-columns: minmax(180px, 0.7fr) minmax(180px, 0.6fr) minmax(320px, 1.3fr);
    gap: 24px;
    align-items: center;
}

.source-status__head {
    padding: 13px 20px;
    color: #758baa;
    font-size: 0.65rem;
    font-weight: 780;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 1px solid #30486f;
}

.source-status__row {
    min-height: 66px;
    padding: 15px 20px;
    border-bottom: 1px solid #253e64;
}

.source-status__row strong {
    color: #fff;
    font-size: 0.9rem;
}

.source-status__row > span {
    color: #9cafca;
    font-size: 0.78rem;
}

.source-status__row em {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 650;
}

.source-status__row em i {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
}

.source-status__live {
    color: #b9ee8d;
}

.source-status__live i {
    background: var(--landing-lime);
    box-shadow: 0 0 0 5px rgba(130, 213, 59, 0.12);
}

.source-status__restricted {
    color: #b1bfd4;
}

.source-status__restricted i {
    background: #647b9d;
}

.landing-catalogue {
    padding: 122px 0 128px;
    background: #fff;
}

.platform-directory {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    align-items: start;
    margin-top: 60px;
}

.platform-directory__group {
    min-width: 0;
    border-top: 2px solid var(--landing-ink);
}

.platform-directory__group > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    min-height: 112px;
    padding: 22px 0;
    border-bottom: 1px solid var(--landing-line);
}

.platform-directory__group h3,
.platform-directory__group p {
    margin: 0;
}

.platform-directory__group h3 {
    color: var(--landing-ink);
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.platform-directory__group p {
    max-width: 520px;
    margin-top: 8px;
    color: var(--landing-muted);
    font-size: 0.7rem;
    line-height: 1.45;
}

.platform-directory__group > header > span {
    flex: 0 0 auto;
    color: var(--landing-blue);
    font-size: 0.72rem;
    font-weight: 760;
}

.platform-directory__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.platform-directory__list a {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 84px;
    padding: 16px 36px 14px 0;
    color: #294365;
    text-decoration: none;
    border-bottom: 1px solid #e3e8f0;
}

.platform-directory__list a:nth-child(odd) {
    margin-right: 18px;
}

.platform-directory__list a:nth-child(even) {
    margin-left: 18px;
}

.platform-directory__list a:hover span,
.platform-directory__list a:focus-visible span {
    color: var(--landing-blue);
}

.platform-directory__list span,
.platform-directory__list small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.platform-directory__list span {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.35;
    transition: color 160ms ease;
}

.platform-directory__list small {
    align-self: end;
    margin-top: 8px;
    color: var(--landing-muted);
    font-size: 0.62rem;
    white-space: nowrap;
}

.platform-directory__list svg {
    position: absolute;
    top: 17px;
    right: 4px;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #94a3b9;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-cta {
    display: block;
    margin: 0;
    padding: 82px 0;
    color: #fff;
    background: var(--landing-blue);
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.landing-cta__inner {
    display: grid;
    grid-template-columns: minmax(440px, 1fr) auto;
    gap: 72px;
    align-items: center;
}

.landing-cta h2 {
    max-width: 900px;
    color: #fff;
    font-size: clamp(2.7rem, 3.8vw, 3.8rem);
}

.landing-cta p {
    max-width: 760px;
    color: #dce8ff;
}

.landing-cta__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin: 0;
}

.landing-button--white {
    color: var(--landing-blue);
    background: #fff;
    border-color: #fff;
}

.landing-button--white:hover,
.landing-button--white:focus-visible {
    color: var(--landing-blue-dark);
    background: #f4f7ff;
    border-color: #f4f7ff;
}

.landing-button--on-blue {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.48);
}

.landing-button--on-blue:hover,
.landing-button--on-blue:focus-visible {
    color: #fff;
    border-color: #fff;
}

.landing-footer {
    padding: 40px 0;
    background: #fff;
}

.landing-footer__inner {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto minmax(260px, 1fr);
    gap: 36px;
    align-items: center;
}

.landing-brand--footer .landing-brand__mark {
    width: 32px;
    height: 32px;
}

.landing-brand--footer strong {
    font-size: 1rem;
}

.landing-footer nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.landing-footer nav a {
    font-size: 0.78rem;
}

.landing-footer address,
.landing-footer__note {
    justify-self: end;
    color: var(--landing-muted);
    font-size: 0.68rem;
    font-style: normal;
    text-align: right;
}

@media (max-width: 1320px) {
    .landing-container {
        width: min(100% - 64px, 1180px);
    }

    .landing-hero__grid {
        width: calc(100% - 64px);
    }

    .landing-hero__inner {
        grid-template-columns: minmax(390px, 0.76fr) minmax(590px, 1.24fr);
        gap: 42px;
    }

    .landing-hero__copy h1 {
        font-size: clamp(3.2rem, 4.5vw, 4.1rem);
    }

    .hero-product__body {
        grid-template-columns: 108px minmax(190px, 0.82fr) minmax(240px, 1.18fr);
    }

    .rule-product {
        grid-template-columns: 164px minmax(430px, 1fr) 270px;
    }

    .workflow-product__body {
        grid-template-columns: 0.95fr 1fr 0.9fr;
    }

    .workflow-product__body > section {
        padding: 22px;
    }

    .analytics-layout {
        grid-template-columns: 0.76fr 1.24fr;
        gap: 56px;
    }

    .platform-directory {
        gap: 28px;
    }
}

@media (max-width: 1100px) {
    .landing-header__inner {
        grid-template-columns: 1fr auto;
    }

    .landing-header__nav {
        display: none;
    }

    .landing-hero {
        padding: 76px 0 94px;
    }

    .landing-hero__inner {
        grid-template-columns: 1fr;
    }

    .landing-hero__copy {
        max-width: 760px;
    }

    .landing-hero__copy h1 {
        font-size: clamp(3.8rem, 7vw, 5rem);
    }

    .hero-product__body {
        grid-template-columns: 130px minmax(260px, 0.8fr) minmax(330px, 1.2fr);
    }

    .landing-section-heading--split,
    .analytics-layout,
    .landing-cta__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .landing-section-heading--split p {
        margin-top: 0;
    }

    .rule-product {
        grid-template-columns: 1fr 300px;
    }

    .rule-product__path {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: auto minmax(30px, 1fr) auto minmax(30px, 1fr) auto;
        align-items: center;
        padding: 20px 26px;
    }

    .rule-product__path > i {
        width: auto;
        height: 1px;
        margin: 0 18px;
    }

    .workflow-product__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .workflow-comments {
        grid-column: 1 / -1;
        border-top: 1px solid #dce4ef;
        border-left: 0 !important;
    }

    .analytics-product {
        max-width: 820px;
    }

    .landing-cta__actions {
        justify-content: flex-start;
    }

    .landing-footer__inner {
        grid-template-columns: 1fr auto;
    }

    .landing-footer nav {
        display: none;
    }
}

@media (max-width: 820px) {
    .landing-container {
        width: calc(100% - 48px);
    }

    .landing-hero__grid {
        width: calc(100% - 48px);
    }

    .landing-hero__copy h1 {
        font-size: clamp(3.2rem, 9.4vw, 4.5rem);
    }

    .hero-product__body {
        grid-template-columns: 112px minmax(250px, 1fr);
    }

    .hero-product__detail {
        display: none;
    }

    .hero-product__list {
        border-right: 0;
    }

    .landing-section-heading h2,
    .landing-cta h2 {
        font-size: clamp(2.55rem, 7.8vw, 3.65rem);
    }

    .landing-search,
    .landing-workflow,
    .landing-analytics,
    .landing-sources,
    .landing-catalogue {
        padding-block: 90px;
    }

    .rule-product {
        grid-template-columns: 1fr;
    }

    .rule-product__path,
    .rule-builder,
    .rule-result {
        grid-column: 1;
    }

    .rule-builder {
        border-right: 0;
        border-bottom: 1px solid #dbe3ef;
    }

    .rule-result > a {
        margin-top: 30px;
    }

    .workflow-product__body,
    .analytics-product__body,
    .platform-directory {
        grid-template-columns: 1fr;
    }

    .workflow-product__body > section + section {
        border-top: 1px solid #dce4ef;
        border-left: 0;
    }

    .workflow-comments {
        grid-column: auto;
    }

    .analytics-product__body {
        gap: 30px;
    }

    .platform-directory {
        gap: 52px;
    }

    .landing-footer__inner {
        grid-template-columns: 1fr;
    }

    .landing-footer address,
    .landing-footer__note {
        justify-self: start;
        text-align: left;
    }
}

@media (max-width: 560px) {
    .landing-container {
        width: calc(100% - 36px);
    }

    .landing-header,
    .landing-header__inner {
        min-height: 66px;
    }

    .landing-brand {
        gap: 8px;
    }

    .landing-brand__mark {
        width: 31px;
        height: 31px;
    }

    .landing-brand strong {
        font-size: 1rem;
    }

    .landing-button--compact {
        min-height: 40px;
        padding: 9px 12px;
    }

    .landing-button--compact svg {
        display: none;
    }

    .landing-hero {
        padding: 52px 0 70px;
    }

    .landing-hero__grid {
        width: calc(100% - 36px);
    }

    .landing-hero__grid::before {
        left: 88%;
    }

    .landing-hero__copy h1 {
        font-size: clamp(2.65rem, 12.2vw, 3.35rem);
        line-height: 0.99;
        letter-spacing: -0.055em;
    }

    .landing-lead {
        margin-top: 24px;
        font-size: 1rem;
        line-height: 1.58;
    }

    .landing-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .landing-actions .landing-button {
        width: 100%;
    }

    .landing-source-line {
        align-items: flex-start;
        margin-top: 22px;
        font-size: 0.75rem;
        line-height: 1.5;
    }

    .landing-source-line > span {
        margin-top: 5px;
    }

    .hero-product {
        border-radius: 12px;
    }

    .hero-product__topbar {
        grid-template-columns: auto minmax(0, 1fr);
        min-height: 48px;
        padding: 8px 10px;
    }

    .hero-product__online {
        display: none;
    }

    .hero-product__mini-brand {
        width: 29px;
        height: 29px;
    }

    .hero-product__body {
        grid-template-columns: 82px minmax(0, 1fr);
        min-height: 410px;
    }

    .hero-product__sidebar {
        padding: 12px 7px;
    }

    .hero-product__sidebar strong {
        margin-inline: 6px;
        font-size: 0.52rem;
    }

    .hero-product__sidebar > span {
        display: grid;
        justify-items: center;
        gap: 4px;
        min-height: 48px;
        padding: 6px 3px;
        font-size: 0.54rem;
        text-align: center;
    }

    .hero-product__list-head {
        min-height: 62px;
        padding: 12px 10px;
    }

    .hero-product__list-head > span {
        display: none;
    }

    .hero-tender {
        padding: 12px 10px;
    }

    .hero-tender h2 {
        font-size: 0.7rem;
    }

    .hero-tender__match {
        display: none;
    }

    .landing-search,
    .landing-workflow,
    .landing-analytics,
    .landing-sources,
    .landing-catalogue {
        padding-block: 72px;
    }

    .landing-section-heading h2,
    .landing-cta h2 {
        font-size: clamp(2.25rem, 10vw, 2.8rem);
    }

    .landing-section-heading p,
    .landing-cta p {
        margin-top: 18px;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .rule-product,
    .workflow-product {
        margin-top: 40px;
        border-radius: 12px;
    }

    .rule-product__path {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        padding: 18px 14px;
    }

    .rule-product__path > i {
        display: none;
    }

    .rule-product__path > div {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .rule-product__path > div span {
        grid-row: auto;
    }

    .rule-product__path > div small {
        display: none;
    }

    .rule-builder,
    .rule-result,
    .workflow-product__body > section,
    .analytics-product {
        padding: 19px;
    }

    .rule-builder__grid {
        grid-template-columns: 1fr;
    }

    .mock-field--wide {
        grid-column: auto;
    }

    .mock-field span,
    .mock-field strong {
        white-space: normal;
    }

    .rule-result > strong {
        margin-top: 26px;
        font-size: 1.45rem;
    }

    .workflow-steps {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        padding: 17px 12px;
    }

    .workflow-steps > i {
        display: none;
    }

    .workflow-steps > div {
        flex-direction: column;
        gap: 5px;
        font-size: 0.64rem;
    }

    .workflow-steps > div strong {
        font-size: 0.61rem;
    }

    .workflow-tender dl {
        grid-template-columns: 1fr;
    }

    .analytics-product__body {
        margin-top: 18px;
        padding-top: 18px;
    }

    .analytics-bars > div {
        grid-template-columns: 115px minmax(0, 1fr);
    }

    .source-status {
        margin-top: 40px;
    }

    .source-status__head {
        display: none;
    }

    .source-status__row {
        grid-template-columns: 1fr;
        gap: 7px;
        min-height: 0;
        padding: 18px 0;
    }

    .source-status__row > span {
        font-size: 0.7rem;
    }

    .source-status__row em {
        margin-top: 3px;
        font-size: 0.69rem;
        line-height: 1.4;
    }

    .platform-directory {
        margin-top: 42px;
    }

    .platform-directory__group > header {
        min-height: 0;
        padding: 18px 0;
    }

    .platform-directory__group > header > span {
        display: none;
    }

    .platform-directory__list {
        grid-template-columns: 1fr;
    }

    .platform-directory__list a:nth-child(odd),
    .platform-directory__list a:nth-child(even) {
        margin-inline: 0;
    }

    .platform-directory__list a {
        min-height: 76px;
    }

    .landing-cta {
        padding: 64px 0;
    }

    .landing-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .landing-cta__actions .landing-button {
        width: 100%;
    }

    .landing-footer {
        padding: 30px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-body *,
    .landing-body *::before,
    .landing-body *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
