:root {
    --ink: #17212b;
    --ink-2: #263544;
    --panel: #eef3f7;
    --panel-2: #dfe8ef;
    --paper: #ffffff;
    --muted: #667888;
    --line: rgba(31, 48, 64, .14);
    --gold: #f2b705;
    --gold-2: #ffcf33;
    --button-accent: #f3943b;
    --button-accent-hover: #e97b00;
    --green: #89c94b;
    --blue: #0071bc;
    --blue-2: #00a3e0;
    --danger: #ffd05a;
    --soft: #f6f8fa;
    --white: #ffffff;
    --shadow: 0 22px 60px rgba(28, 51, 76, .14);
    --radius: 8px;
    --max: 1180px;
    --hero-content-h: 406px;
    --site-header-offset: 105px;
    --side-catalog-top: 135px;
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

#page_maincontainer {
    max-width: 100% !important;
}
#page_maincontainer ul, #page_maincontainer ul li {
    list-style-image: none;
}
#page_maincontainer ul li, #page_maincontainer ol li {
    padding: 0;
    padding-left: 23px;
}
@media (max-width: 768px) {
    #page_maincontainer ul li, #page_maincontainer ol li {
        padding: 0;
        padding-left: 18px;
    }
}
/* * {
    box-sizing: border-box;
} */

html {
    scroll-behavior: smooth;
    /* background: #f7fafc; */
    color: var(--ink);
}

/* body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.45;
    letter-spacing: 0;
    overflow-x: hidden;
} */

a {
    color: inherit;
    text-decoration: none;
}

#top,
#objects,
#questions,
#features,
#responsibility,
#templates,
#formulas,
#analytics,
#demo {
    scroll-margin-top: var(--site-header-offset);
}

img {
    display: block;
    max-width: 100%;
}

.site-top-line {
    height: 5px;
    background: #17212b;
}

p {
    text-align: left;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #d9e0e6;
    color: #333;
    font-family: Arial, "Segoe UI", sans-serif;
}

.site-header-inner,
.site-menu-inner,
.product-banner-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.site-header-main {
    height: 80px;
    padding-top: 10px;
    display: grid;
    grid-template-columns: 280px minmax(460px, 1fr) 230px;
    gap: 28px;
    align-items: center;
}

.site-logo-block {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 60px;
    padding-right: 24px;
}

.site-logo-block::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 40px;
    background: #d7d7d7;
}

.site-logo {
    width: 178px;
    height: auto;
    padding-top: 6px;
}

.site-slogan {
    color: #4e5f6d;
    font-size: 17px;
    line-height: 1.35;
    align-self: center;
}

.site-utilities {
    display: grid;
    justify-items: end;
    align-self: end;
    gap: 12px;
    padding-bottom: 6px;
    font-size: 12px;
}

.site-lang {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #111;
}

.site-lang img {
    width: 18px;
}

.site-icons {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-icons img {
    width: 16px;
    height: 16px;
}

.site-menu {
    min-height: 50px;
    border-top: 1px solid #eef1f4;
    background: #fff;
}

.site-menu-inner {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #333;
    font-size: 16px;
    line-height: 1;
}

.site-nav a:hover {
    color: #0071bc;
}

.site-search {
    position: relative;
    flex: 0 0 220px;
    margin-left: auto;
}

.site-search input {
    width: 100%;
    height: 32px;
    border: 1px solid #a9a9a9;
    border-radius: 25px;
    padding: 0 36px 0 13px;
    color: #787878;
    font-size: 13px;
    outline: none;
}

.site-search button {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #0071bc;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
}

.mobile-site-menu {
    display: none;
}

.product-banner {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    display: grid;
    align-items: center;
    border-bottom: 1px solid #d9e0e6;
    background: #eef8f5;
}

.product-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("assets/hero.png") center -80px / cover no-repeat;
    opacity: 1;
    filter: saturate(1.08) contrast(1.04);
    z-index: 0;
    pointer-events: none;
}

.product-banner-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.product-banner-logo {
    display: block;
    width: min(560px, 42vw);
    height: auto;
    margin-right: -56px;
    transform: translateY(-96px);
    filter: drop-shadow(0 8px 22px rgba(255, 255, 255, 0.3));
}

.landing-shell {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 22px;
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.side-catalog {
    position: sticky;
    top: var(--side-catalog-top);
    padding: 28px 0;
    color: #526675;
    font-size: 14px;
}

.side-catalog-title {
    margin: 0 0 14px;
    color: #435766;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.side-catalog nav {
    display: grid;
    gap: 2px;
    border-left: 1px solid rgba(31, 48, 64, .16);
}

.side-catalog a {
    display: block;
    padding: 9px 0 9px 15px;
    border-left: 3px solid transparent;
    transform: translateX(-1px);
}

.side-catalog a:hover,
.side-catalog a:focus,
.side-catalog a[aria-current="location"] {
    color: #0071bc;
    border-left-color: #f2b705;
}

.landing-main {
    min-width: 0;
    background: #fff;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 6px;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
    transition: transform .18s ease, background-color .3s ease, border-color .3s ease, color .3s ease, box-shadow .3s ease;
    white-space: nowrap;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background-color: var(--button-accent);
    color: #fff;
    box-shadow: 0 14px 32px rgba(243, 148, 59, .24);
}

.btn-primary:hover,
.btn-primary:focus-visible {
    background-color: var(--button-accent-hover);
    color: #fff;
    box-shadow: 0 16px 34px rgba(233, 123, 0, .3);
}

.btn-ghost {
    border-color: rgba(0, 113, 188, .28);
    color: var(--blue);
    background: rgba(0, 113, 188, .06);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
    border-color: var(--button-accent);
    color: #fff;
    background-color: var(--button-accent);
}

.btn:focus-visible {
    outline: 3px solid rgba(243, 148, 59, .32);
    outline-offset: 3px;
}

.hero {
    min-height: auto;
    display: grid;
    align-items: start;
    position: relative;
    overflow: visible;
    background: transparent;
}

.hero::after,
.hero::before {
    display: none;
}

.hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 36px 22px 96px;
    display: block;
    overflow: visible;
}

.hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-top: 0;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    min-height: 0;
}

.eyebrow {
    color: var(--blue);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    margin: 0 0 18px;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3,
p {
    padding: 0;
}

h1 {
    max-width: none;
    font-size: clamp(39px, 4.05vw, 58px);
    line-height: 1.06;
    letter-spacing: 0;
    margin-bottom: 8px;
    color: var(--ink);
}

.hero-subtitle {
    margin: 0 0 18px;
    color: #1f2933;
    font-size: clamp(24px, 2.35vw, 30px);
    line-height: 1.18;
    font-weight: 800;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
    min-height: 44px;
    align-items: stretch;
}

.hero .hero-actions {
    max-width: none;
    justify-content: center;
    flex-wrap: nowrap;
}

.section {
    /* Горизонтальный отступ между <section> и внутренним <div class="section-inner">.
Уменьшайте второе значение, например 16px или 12px, если нужно плотнее. */
    padding: 32px 16px 32px;
}

.section.dark {
    background: transparent;
    color: var(--ink);
}

#features {
    padding-top: 48px;
    padding-bottom: 32px;
}

.features-afterword {
    max-width: 940px;
    margin: 24px 0 0;
    color: #435766;
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: 0;
}

.section.green {
    background: transparent;
    color: var(--ink);
}

.section.light {
    background: transparent;
    color: var(--ink);
}

.section-inner {
    max-width: var(--max);
    margin: 0 auto;
}

.section h2 {
    max-width: 1040px;
    margin-bottom: 0;
    color: #17212b;
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.35;
    font-weight: 650;
}

.section h2.section-title-hero {
    font-size: clamp(32px, 3vw, 44px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
    text-align: left;
}

.section h2.section-title-hero-split {
    display: grid;
    gap: 8px;
    text-align: left;
}

.section-title-hero-split .section-title-main,
.section-title-hero-split .section-title-sub {
    display: block;
    color: #17212b;
}

.section-title-hero-split .section-title-main {
    font-size: clamp(36px, 3.3vw, 50px);
    font-weight: 750;
    line-height: 1.05;
    letter-spacing: 0;
}

.section-title-hero-split .section-title-sub {
    margin-top: 10px;
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: clamp(24px, 2.1vw, 34px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 0;
}

.section-copy {
    max-width: 960px;
    margin-top: 26px;
    margin-bottom: 16px;
    color: #435766;
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.35;
    font-weight: 400;
}

.questions-lead {
    max-width: 980px;
    margin: 0;
    color: #435766;
    font-size: clamp(18px, 1.55vw, 22px);
    font-weight: 400;
    line-height: 1.35;
}

.process-line-roles {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 24px 0 24px;
    padding: 0;
    list-style: none;
}

.process-line-roles::before {
    content: "";
    position: absolute;
    left: calc(100% / 10);
    right: calc(100% / 10);
    top: 65px;
    height: 2px;
    background: rgba(0, 113, 188, .24);
}

.process-line-node {
    position: relative;
    display: grid;
    grid-template-rows: 24px 58px;
    justify-items: center;
    gap: 8px;
    min-width: 0;
    text-align: center;
}

.process-line-role {
    color: #4a5c69;
    font: 600 16px/1.15 "Segoe UI", Inter, Arial, sans-serif;
    white-space: nowrap;
}

.process-line-pill {
    position: relative;
    z-index: 1;
    width: min(160px, calc(100% - 18px));
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 2px solid rgba(243, 148, 59, .42);
    background: rgba(255, 255, 255, .96);
    color: #06111d;
    font: 600 21px/1.12 "Segoe UI", Inter, Arial, sans-serif;
    box-shadow:
        0 24px 56px rgba(31, 48, 64, .14),
        0 8px 20px rgba(31, 48, 64, .08);
}

.templates-shots {
    position: relative;
    min-height: 468px;
    margin-top: 16px;
}

.templates-shot {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(23, 33, 43, .12);
    border-radius: 10px;
    background: #fff;
    box-shadow:
        0 26px 64px rgba(31, 48, 64, .16),
        0 10px 24px rgba(31, 48, 64, .08);
}

.templates-shot img {
    display: block;
    width: 100%;
    height: auto;
}

.templates-shot-back {
    left: 0;
    top: 0;
    width: min(702px, 68%);
}

.templates-shot-front {
    right: 0;
    top: 92px;
    width: min(760px, 72%);
}

.formulas-visual {
    position: relative;
    min-height: 400px;
    margin-top: -16px;
}

.formulas-matrix-stack {
    position: absolute;
    left: 38px;
    top: 28px;
    width: min(610px, 58%);
    min-height: 360px;
}

.formulas-matrix-frame,
.formulas-frame {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(23, 33, 43, .12);
    border-radius: 10px;
    background: #fff;
    box-shadow:
        0 26px 64px rgba(31, 48, 64, .16),
        0 10px 24px rgba(31, 48, 64, .08);
}

.formulas-matrix-frame {
    width: 300px;
}

.formulas-matrix-frame:first-child {
    left: 0;
    top: 0;
    z-index: 1;
}

.formulas-matrix-frame:last-child {
    left: 138px;
    top: 78px;
    z-index: 2;
}

.formulas-frame {
    right: 34px;
    top: 28px;
    width: min(430px, 39%);
}

.formulas-matrix-frame img,
.formulas-frame img {
    display: block;
    width: 100%;
    height: auto;
}

.responsibility-layout {
    display: grid;
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1.35fr);
    gap: 20px;
    align-items: stretch;
}

#responsibility .section-copy {
    margin-bottom: 16px;
}

.responsibility-copy,
.responsibility-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsibility-table {
    margin-left: 0;
}


.visual-frame {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(31, 48, 64, .14);
    box-shadow: var(--shadow);
    background: #fff;
}

.hero .visual-frame {
    box-shadow:
        0 28px 68px rgba(31, 48, 64, .16),
        0 10px 24px rgba(31, 48, 64, .08);
}

.light .visual-frame {
    border-color: rgba(10, 35, 34, .12);
    box-shadow: 0 18px 60px rgba(12, 32, 32, .14);
}

.showcase-screen {
    width: 100%;
    height: auto;
    background: #fff;
}

.hero-showcase {
    margin-top: 12px;
}

.feature-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    position: relative;
    padding-left: 30px;
    color: inherit;
    font-size: 18px;
}

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: var(--button-accent);
    transform: rotate(45deg);
}

.question-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
    counter-reset: question;
}

.question {
    min-height: 168px;
    border-radius: var(--radius);
    background: #fff;
    color: #102422;
    padding: 22px;
    border: 1px solid rgba(8, 40, 38, .1);
    box-shadow:
        0 28px 64px rgba(31, 48, 64, .16),
        0 10px 24px rgba(31, 48, 64, .08);
    position: relative;
    overflow: visible;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 18px;
    align-content: start;
}

.question::before {
    counter-increment: question;
    content: counter(question);
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--button-accent);
    color: #fff;
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
}

.question:nth-child(1)::after,
.question:nth-child(2)::after,
.question:nth-child(4)::after,
.question:nth-child(5)::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    z-index: 2;
    width: 30px;
    height: 70px;
    transform: translateY(-50%);
    background: #fff;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 34% 50%);
    filter: drop-shadow(1px 0 0 rgba(8, 40, 38, .12));
}

.question h3 {
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.12;
    margin: 0;
    align-self: center;
}

.question p {
    grid-column: 1 / -1;
    color: #50645f;
    margin: 14px 0 0;
    font-size: 18px;
    line-height: 1.42;
}

.platform-preview {
    position: relative;
    margin-top: 0;
    border-radius: var(--radius);
    border: 1px solid rgba(31, 48, 64, .14);
    background: rgba(255, 255, 255, .76);
    box-shadow:
        0 30px 74px rgba(31, 48, 64, .17),
        0 12px 28px rgba(31, 48, 64, .09);
    overflow: hidden;
    backdrop-filter: blur(4px);
    aspect-ratio: 1455 / 762;
}

.platform-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.flip-card {
    display: block;
    appearance: none;
    width: 100%;
    min-width: 0;
    min-height: 224px;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-align: left;
    font: inherit;
    perspective: 1200px;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus-visible .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card:nth-child(1) {
    order: 1;
}

.flip-card:nth-child(4) {
    order: 2;
}

.flip-card:nth-child(3) {
    order: 3;
}

.flip-card:nth-child(5) {
    order: 4;
}

.flip-card:nth-child(2) {
    order: 5;
}

.flip-card:nth-child(6) {
    order: 6;
}

.flip-card:focus-visible {
    outline: 3px solid rgba(243, 148, 59, .34);
    outline-offset: 4px;
    border-radius: var(--radius);
}

.flip-card-inner {
    display: block;
    position: relative;
    width: 100%;
    min-height: 224px;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform .55s cubic-bezier(.2, .75, .2, 1);
}

.card-face {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    border-radius: var(--radius);
    border: 1px solid rgba(31, 48, 64, .12);
    background: #fff;
    box-shadow:
        0 28px 64px rgba(31, 48, 64, .16),
        0 10px 24px rgba(31, 48, 64, .08);
    backface-visibility: hidden;
    overflow: hidden;
}

.card-front {
    justify-content: flex-start;
    padding: 24px;
}

.card-front h3 {
    color: #17212b;
    font-family: "Segoe UI", Inter, Roboto, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 12px;
}

.card-front p {
    color: #526675;
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.flip-note {
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 8px;
    color: #d79d00;
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-align: center;
    opacity: .68;
}

.card-back {
    transform: rotateY(180deg);
    padding: 14px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(238, 243, 247, .96)),
        #fff;
}

.mockup {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(31, 48, 64, .12);
    background: #fff;
}

.mockup.no-head {
    grid-template-rows: 1fr;
}

.mockup-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(31, 48, 64, .1);
    background: #fff;
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
}

.dots {
    display: flex;
    gap: 5px;
}

.dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--button-accent);
}

.mockup-body {
    padding: 12px;
    display: grid;
    gap: 9px;
    align-content: start;
}

.mockup-body.dense {
    padding: 9px 11px;
    gap: 7px;
    align-content: center;
}

.register-row,
.template-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 6px 10px;
    min-height: 39px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(31, 48, 64, .08);
    color: #415667;
    font-size: 13px;
    line-height: 1.2;
}

.risk-badge {
    min-width: 28px;
    padding: 4px 8px;
    border-radius: 5px;
    text-align: center;
    font-weight: 900;
}

.risk-high {
    background: rgba(217, 72, 53, .14);
    color: #d94835;
}

.risk-mid {
    background: rgba(243, 148, 59, .18);
    color: #9a4a00;
}

.risk-low {
    background: rgba(242, 183, 5, .2);
    color: #7a5a00;
}

.risk-ok {
    background: rgba(111, 191, 75, .16);
    color: #2f7d25;
}

.matrix {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    height: 134px;
}

.matrix span {
    display: grid;
    place-items: center;
    border-radius: 5px;
    color: #17212b;
    font-size: 13px;
    font-weight: 900;
}

.m-green {
    background: #8fd66a;
}

.m-yellow {
    background: #f5d45a;
}

.m-orange {
    background: #f6a04d;
}

.m-red {
    background: #e86855;
    color: #fff;
}

.process-preview {
    display: grid;
    align-content: center;
    gap: 12px;
    min-height: 100%;
    padding: 18px 14px;
    border: 1px solid rgba(31, 48, 64, .08);
    border-radius: 6px;
    background: #fff;
}

.process-stair {
    position: relative;
    min-height: 148px;
}

.process-step {
    position: absolute;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 44%;
    min-height: 36px;
    padding: 7px 10px;
    border-radius: 6px;
    color: #17212b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    background: #eaf0f5;
    border: 1px solid rgba(31, 48, 64, .08);
}

.process-step.step-1 {
    top: 0;
    left: 0;
}

.process-step.step-2 {
    top: 38px;
    left: 20%;
}

.process-step.step-3 {
    top: 76px;
    left: 40%;
}

.process-step.step-4 {
    top: 114px;
    left: 56%;
}

.process-step.is-accent {
    background: rgba(242, 183, 5, .2);
}

.process-link {
    position: absolute;
    z-index: 4;
    width: 9%;
    min-width: 24px;
    height: 21px;
    border-left: 2px solid rgba(0, 113, 188, .58);
    border-bottom: 2px solid rgba(0, 113, 188, .58);
    border-bottom-left-radius: 10px;
}

.process-link::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -4px;
    width: 7px;
    height: 7px;
    border-top: 2px solid rgba(0, 113, 188, .72);
    border-right: 2px solid rgba(0, 113, 188, .72);
    transform: rotate(45deg);
}

.process-link.link-1 {
    top: 28px;
    left: 11%;
}

.process-link.link-2 {
    top: 66px;
    left: 31%;
}

.process-link.link-3 {
    top: 104px;
    left: 47%;
}

.role-matrix {
    display: grid;
    grid-template-columns: 1.35fr repeat(4, .58fr);
    gap: 5px;
    font-size: 11px;
}

.role-matrix span {
    min-height: 28px;
    display: grid;
    place-items: center;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
    color: #526879;
    border: 1px solid rgba(31, 48, 64, .08);
    line-height: 1.15;
    text-align: center;
}

.role-matrix .head {
    background: #e5edf3;
    color: var(--ink);
    font-weight: 900;
}

.role-matrix .yes {
    color: #2f7d25;
    font-weight: 900;
}

.role-matrix .no {
    color: #98a5af;
    font-weight: 800;
}

.role-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.template-board {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    min-height: 136px;
}

.template-column {
    display: grid;
    gap: 5px;
    align-content: start;
    padding: 8px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid rgba(31, 48, 64, .08);
}

.template-column strong {
    color: var(--ink);
    font-size: 12px;
    line-height: 1.2;
}

.template-item {
    padding: 5px 7px;
    border-radius: 5px;
    background: #f4f7fa;
    color: #526879;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.template-item.marked {
    background: rgba(243, 148, 59, .16);
    color: #8c4500;
}

.analytics-preview {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 100%;
    padding: 10px 8px;
}

.analytics-donut {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #fff 0 31px, transparent 32px),
        conic-gradient(#58aec8 0 42%,
            #edc47b 42% 68%,
            #ff8f73 68% 84%,
            #8bc36a 84% 100%);
    box-shadow: inset 0 0 0 1px rgba(31, 48, 64, .08);
}

.analytics-donut::after {
    content: "Риски";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #526675;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.analytics-bars {
    display: grid;
    align-content: center;
    gap: 10px;
    min-width: 0;
}

.analytics-bar {
    display: grid;
    gap: 5px;
}

.analytics-bar span {
    color: #526675;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.analytics-track {
    position: relative;
    height: 14px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(83, 105, 121, .1);
    border: 1px solid rgba(31, 48, 64, .06);
}

.analytics-track::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--bar);
    border-radius: inherit;
    background: linear-gradient(90deg, #b0c4de, #58aec8);
}

.analytics-bar.is-accent .analytics-track::before {
    background: linear-gradient(90deg, #edc47b, #f39a59);
}

.role-table {
    display: grid;
    gap: 6px;
    max-width: 100%;
    align-self: auto;
    align-content: center;
    height: 100%;
    border-radius: 12px;
    filter: drop-shadow(0 24px 52px rgba(31, 48, 64, .14)) drop-shadow(0 8px 18px rgba(31, 48, 64, .08));
}

.role-row {
    display: grid;
    grid-template-columns: minmax(124px, 164px) repeat(5, minmax(90px, 1fr));
    gap: 1px;
    overflow: hidden;
    border-radius: 6px;
}

.role-row>div {
    min-height: 47px;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid rgba(31, 48, 64, .08);
    padding: 6px;
    text-align: center;
    font-size: 13px;
    line-height: 1.15;
}

.role-row:first-child>div {
    background: #eef3f7;
    border-color: rgba(31, 48, 64, .12);
    color: #17212b;
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.role-row .role-name {
    justify-items: start;
    text-align: left;
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    background: #dde8f0;
    padding-left: 12px;
}

.check {
    color: #79bc35;
    font-size: 25px;
    font-weight: 900;
}

.cross {
    color: #718793;
    font-size: 25px;
    font-weight: 700;
}

.mobile-role-cards {
    display: none;
}

.result-showcase {
    border-radius: var(--radius);
    border: 1px solid rgba(31, 48, 64, .14);
    background: #fff;
    box-shadow:
        0 28px 68px rgba(31, 48, 64, .16),
        0 10px 24px rgba(31, 48, 64, .08);
    overflow: hidden;
}

.result-showcase img {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
}

.cta {
    position: relative;
    overflow: hidden;
    background: transparent;
    padding: 56px 22px 72px;
}

.cta-inner {
    max-width: var(--max);
    margin: 0 auto;
}

.demo-form-panel {
    padding: 56px 42px 46px;
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0)),
        #087fbd;
    color: #fff;
    box-shadow: 0 24px 70px rgba(0, 64, 104, .22);
}

.demo-form-panel .eyebrow {
    color: #dff3ff;
    text-align: left;
    margin-bottom: 14px;
    font-weight: 600;
}

.demo-form-panel h2 {
    max-width: none;
    margin: 0 0 20px;
    color: #fff;
    text-align: left;
    font-size: clamp(34px, 3.8vw, 52px);
    line-height: 1.06;
    font-weight: 900;
}

.demo-form-lead {
    max-width: none;
    margin: 0 0 32px;
    color: #f2fbff;
    font-size: 20px;
    line-height: 1.45;
}

.demo-form {
    display: grid;
    gap: 22px;
}

.demo-form-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px 22px;
}

.demo-field {
    grid-column: span 2;
}

.demo-field.wide {
    grid-column: span 3;
}

.demo-field input {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    color: #fff;
    font: inherit;
    font-size: 15px;
    outline: none;
}

.demo-field input::placeholder {
    color: rgba(255, 255, 255, .9);
    opacity: 1;
}

.demo-field input:focus {
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
}

.demo-consent {
    display: grid;
    gap: 14px;
    max-width: 940px;
    color: rgba(255, 255, 255, .94);
    font-size: 14px;
    line-height: 1.45;
}

.demo-check {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    width: fit-content;
    cursor: pointer;
}

.demo-check input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: var(--button-accent);
}

.demo-submit-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 4px;
    flex-wrap: wrap;
}

.cta .btn-ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .45);
    background: rgba(255, 255, 255, .12);
}

.cta .btn-ghost:hover,
.cta .btn-ghost:focus-visible {
    color: #fff;
    border-color: var(--button-accent-hover);
    background-color: var(--button-accent-hover);
}

.footer {
    background: #17212b;
    color: #bac7d1;
    padding: 34px 22px;
    font-size: 14px;
}

.footer-inner {
    max-width: var(--max);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer a {
    color: #d7e4e1;
    text-decoration: underline;
    text-underline-offset: 3px;
}


@media (max-width: 1288px) {

    .hero-layout,
    .responsibility-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1080px) {
    .site-header-main {
        grid-template-columns: 220px 1fr auto;
        gap: 18px;
    }

    .site-logo {
        width: 170px;
    }

    .site-nav {
        gap: 14px;
        font-size: 14px;
    }

    .site-search {
        flex-basis: 190px;
    }

    .product-banner {
        min-height: 360px;
    }

    .product-banner-inner {
        justify-content: flex-start;
    }

    .landing-shell {
        display: block;
        padding: 0;
    }

    .side-catalog {
        position: sticky;
        top: var(--side-catalog-top);
        z-index: 15;
        padding: 0;
        background: rgba(255, 255, 255, .94);
        border-bottom: 1px solid var(--line);
        backdrop-filter: blur(14px);
    }

    .side-catalog-title {
        display: none;
    }

    .side-catalog nav {
        max-width: var(--max);
        margin: 0 auto;
        padding: 0 22px;
        display: flex;
        gap: 4px;
        overflow-x: auto;
        border-left: 0;
    }

    .side-catalog a {
        flex: 0 0 auto;
        padding: 14px 10px;
        border-left: 0;
        border-bottom: 3px solid transparent;
        transform: none;
    }

    .side-catalog a:hover,
    .side-catalog a:focus,
    .side-catalog a[aria-current="location"] {
        border-left-color: transparent;
        border-bottom-color: #f2b705;
        color: #0071bc;
    }

    .responsibility-copy,
    .responsibility-table {
        justify-content: flex-start;
    }

    .hero-inner {
        padding-top: 48px;
    }

    .question-grid,
    .capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-line-roles {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .process-line-roles::before {
        left: 36px;
        right: auto;
        top: 44px;
        bottom: 44px;
        width: 2px;
        height: auto;
        background: rgba(0, 113, 188, .24);
    }

    .process-line-node {
        grid-template-columns: 164px 1fr;
        grid-template-areas:
            "pill role";
        justify-items: start;
        column-gap: 18px;
        row-gap: 4px;
        text-align: left;
    }

    .process-line-role {
        grid-area: role;
    }

    .process-line-pill {
        grid-area: pill;
    }

    .templates-shots {
        min-height: 0;
        display: grid;
        gap: 18px;
        margin-top: 16px;
    }

    .templates-shot {
        position: static;
        width: 100%;
    }

    .formulas-visual {
        min-height: 0;
        display: grid;
        gap: 18px;
        margin-top: -16px;
    }

    .formulas-matrix-stack {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        min-height: 0;
        display: grid;
        gap: 18px;
    }

    .formulas-matrix-frame,
    .formulas-matrix-frame:first-child,
    .formulas-matrix-frame:last-child,
    .formulas-frame {
        position: static;
        width: 100%;
    }

    .question::after {
        display: none;
    }

    .role-row {
        grid-template-columns: 150px repeat(5, minmax(64px, 1fr));
    }
}

@media (min-width: 681px) and (max-width: 1080px) {
    .landing-shell {
        display: grid;
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 20px;
        padding: 0 22px;
    }

    .side-catalog {
        position: sticky;
        top: var(--side-catalog-top);
        padding: 28px 0;
        background: transparent;
        border-bottom: 0;
        backdrop-filter: none;
    }

    .side-catalog-title {
        display: block;
    }

    .side-catalog nav {
        display: grid;
        gap: 2px;
        padding: 0;
        border-left: 1px solid rgba(31, 48, 64, .16);
        overflow: visible;
    }

    .side-catalog a {
        padding: 9px 0 9px 15px;
        border-left: 3px solid transparent;
        border-bottom: 0;
        transform: translateX(-1px);
    }

    .side-catalog a:hover,
    .side-catalog a:focus,
    .side-catalog a[aria-current="location"] {
        border-left-color: #f2b705;
        color: #0071bc;
    }

    .hero-inner {
        padding-top: 36px;
    }

}

@media (max-width: 680px) {
    :root {
        --site-header-offset: 96px;
    }

    .site-header {
        position: static;
    }

    .site-header-inner,
    .site-menu-inner,
    .product-banner-inner {
        padding: 0 16px;
    }

    .site-header-inner {
        width: 100%;
        max-width: 100%;
    }

    .site-header-main {
        position: relative;
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
        height: auto;
        min-height: 70px;
        padding: 12px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    .site-logo-block {
        grid-area: logo;
        min-height: 44px;
        padding-right: 0;
    }

    .site-logo-block::after {
        display: none;
    }

    .site-logo {
        width: 148px;
        padding-top: 0;
    }

    .site-slogan {
        display: none;
    }

    .site-utilities {
        display: none;
    }

    .site-menu {
        display: none;
    }

    .site-menu-inner {
        min-height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        display: block;
    }

    .site-menu-inner>nav,
    .site-search {
        display: none;
    }

    .mobile-site-menu {
        display: block;
        position: absolute;
        left: auto;
        right: 96px;
        top: 22px;
        z-index: 1002;
    }

    .mobile-site-menu summary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 0 14px;
        background: #fff;
        border: 1px solid #b8c4ce;
        border-radius: 4px;
        color: #17212b;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        list-style: none;
    }

    .mobile-site-menu summary::-webkit-details-marker {
        display: none;
    }

    .mobile-site-menu summary::before {
        content: "";
        width: 18px;
        height: 12px;
        margin-right: 8px;
        background:
            linear-gradient(#0071bc, #0071bc) 0 0 / 18px 2px no-repeat,
            linear-gradient(#0071bc, #0071bc) 0 5px / 18px 2px no-repeat,
            linear-gradient(#0071bc, #0071bc) 0 10px / 18px 2px no-repeat;
    }

    .mobile-site-menu[open] summary {
        border-color: #0071bc;
    }

    .mobile-site-menu-panel {
        display: grid;
        gap: 10px;
        position: absolute;
        left: auto;
        right: 0;
        top: 48px;
        width: min(320px, calc(100vw - 32px));
        z-index: 1001;
        margin-top: 0;
        padding: 12px;
        border: 1px solid #d9e0e6;
        border-radius: var(--radius);
        background: #fff;
        box-shadow: 0 18px 44px rgba(31, 48, 64, .16);
    }

    .mobile-site-menu-panel a {
        padding: 8px 0;
        color: #263544;
        font-size: 15px;
    }

    .mobile-site-menu-panel form {
        position: relative;
        margin-top: 4px;
    }

    .mobile-site-menu-panel input {
        width: 100%;
        height: 34px;
        border: 1px solid #a9a9a9;
        border-radius: 25px;
        padding: 0 36px 0 13px;
        color: #787878;
        font-size: 15px;
    }

    .mobile-site-menu-panel button {
        position: absolute;
        right: 8px;
        top: 50%;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        border: 0;
        background: transparent;
        color: #0071bc;
        font-size: 15px;
    }

    .product-banner {
        min-height: 240px;
        align-items: center;
    }

    .product-banner::after {
        opacity: 1;
        background-position: center -48px;
    }

    .product-banner-inner {
        justify-content: flex-start;
    }

    .product-banner-logo {
        width: min(420px, 60vw);
        margin-right: -20px;
        transform: translateY(-44px);
    }

    .landing-shell {
        display: block;
        padding: 0;
    }

    .side-catalog {
        position: sticky;
        top: 34px;
        z-index: 10;
        padding: 0;
        background: rgba(255, 255, 255, .97);
        border-bottom: 1px solid rgba(31, 48, 64, .14);
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .side-catalog::-webkit-scrollbar {
        display: none;
    }

    .side-catalog-title {
        display: none;
    }

    .side-catalog nav {
        display: flex;
        flex-wrap: nowrap;
        gap: 14px;
        padding: 0 16px;
        border-left: 0;
        white-space: nowrap;
    }

    .side-catalog a {
        flex: 0 0 auto;
        padding: 13px 0 10px;
        border-left: 0;
        border-bottom: 3px solid transparent;
        transform: none;
    }

    .side-catalog a:hover,
    .side-catalog a:focus,
    .side-catalog a[aria-current="location"] {
        border-left-color: transparent;
        border-bottom-color: #f2b705;
        color: #0071bc;
    }

    .hero {
        min-height: auto;
        max-width: 100%;
    }

    .hero-inner {
        padding: 38px 16px 50px;
        max-width: 100%;
        overflow: hidden;
    }

    .landing-main,
    .hero-copy,
    .hero-intro {
        width: 100%;
        max-width: calc(100vw - 48px);
    }

    .hero-copy,
    .hero-intro {
        /* max-width: 330px; */
    }

    .hero-layout {
        gap: 24px;
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }

    .hero-copy,
    .hero-intro,
    .hero-actions {
        min-width: 0;
    }

    h1 {
        max-width: 330px;
        font-size: clamp(32px, 8.6vw, 38px);
        line-height: 1.08;
    }

    h2,
    .cta h2 {
        font-size: clamp(30px, 9vw, 42px);
        line-height: 1.08;
    }

    h1,
    h2,
    h3,
    .section-copy,
    .btn {
        overflow-wrap: anywhere;
    }

    .section-copy,
    .cta p {
        font-size: 18px;
    }

    .question-grid,
    .capability-grid {
        grid-template-columns: 1fr;
    }

    .hero .hero-actions {
        max-width: none;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 330px;
    }

    .hero .hero-actions .btn {
        width: 100%;
        white-space: normal;
    }

    .section {
        padding: 32px 16px 32px;
    }

    .section-inner {
        max-width: none;
    }

    .responsibility-copy {
        min-height: 0;
    }

    .responsibility-table {
        min-width: 0;
    }

    .role-table {
        display: none;
    }

    .mobile-role-cards {
        display: grid;
        gap: 12px;
    }

    .mobile-role-card {
        padding: 18px;
        border: 1px solid rgba(31, 48, 64, .12);
        border-radius: var(--radius);
        background: #fff;
        box-shadow: 0 12px 34px rgba(31, 48, 64, .08);
    }

    .mobile-role-card h3 {
        margin-bottom: 12px;
        color: var(--ink);
        font-size: 20px;
    }

    .mobile-role-card ul {
        display: grid;
        gap: 7px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-role-card li {
        display: flex;
        align-items: baseline;
        gap: 8px;
        color: #4f6373;
        font-size: 15px;
    }

    .mobile-role-card .check,
    .mobile-role-card .cross {
        width: 18px;
        flex: 0 0 18px;
        font-size: 17px;
        line-height: 1;
    }

    .cta {
        padding: 48px 16px 56px;
    }

    .demo-form-panel {
        padding: 36px 18px 32px;
    }

    .demo-form-grid {
        grid-template-columns: 1fr;
    }

    .demo-field,
    .demo-field.wide {
        grid-column: auto;
    }

    .demo-submit-row {
        flex-direction: column;
        width: 100%;
    }

    .demo-submit-row .btn {
        width: 100%;
        white-space: normal;
    }
}

/*
Prototype v5: thesis-driven copy pass for the separate site version.
*/
:root {
    --ink: #111820;
    --ink-2: #1f2b36;
    --muted: #5c6b78;
    --line: rgba(17, 24, 32, .12);
    --soft: #f4f8fb;
    --shadow: 0 18px 42px rgba(17, 24, 32, .08);
    --radius: 6px;
    --max: 1120px;
}

body {
    background: #fff;
    color: var(--ink);
    font-family: "Segoe UI", Inter, Arial, sans-serif;
}

.site-top-line {
    height: 4px;
    background: #111820;
}

.site-header {
    box-shadow: none;
    border-bottom: 1px solid #e4ebf0;
}

.site-header-main {
    height: 76px;
}

.site-menu {
    min-height: 48px;
    border-top-color: #edf2f5;
}

.site-menu-inner {
    min-height: 48px;
}

.site-nav {
    gap: 28px;
    font-size: 15px;
}

.site-search input {
    border-color: #cfd8df;
    background: #fff;
}

.product-banner {
    min-height: 500px;
    background: #f2f8fb;
    border-bottom: 1px solid #e1eaf0;
}

.product-banner::after {
    background-position: center -76px;
    filter: saturate(1.04) contrast(1.03);
}

.product-banner-inner {
    max-width: 1280px;
    min-height: 500px;
    align-items: center;
    justify-content: flex-end;
}

.product-banner-logo {
    width: min(590px, 36vw);
    margin-right: 12px;
    transform: translateY(-124px);
}

.landing-shell {
    max-width: 1280px;
    /* Левая колонка с <aside class="side-catalog">. Было сжато до 170px, вернул прежние 190px. */
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 28px;
    padding: 0 24px;
}

.side-catalog {
    padding-top: 34px;
    font-size: 14px;
}

.side-catalog-title {
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: .16em;
}

.side-catalog nav {
    gap: 0;
    border-left-color: rgba(17, 24, 32, .12);
}

.side-catalog a {
    padding: 11px 0 11px 16px;
    color: #526575;
}

.side-catalog a:hover,
.side-catalog a:focus,
.side-catalog a[aria-current="location"] {
    color: #0071bc;
    border-left-color: var(--gold);
}

.landing-main {
    background: #fff;
}

.hero-inner {
    max-width: 1120px;
    padding: 44px 18px 32px;
    overflow: visible;
}

h1 {
    max-width: 960px;
    margin-bottom: 28px;
    font-size: clamp(42px, 4vw, 56px);
    line-height: 1.02;
    font-weight: 600;
    color: #101820;
}

.hero-subtitle {
    max-width: 1060px;
    margin-bottom: 20px;
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: clamp(28px, 2.4vw, 40px);
    line-height: 1.12;
    font-weight: 600;
    color: #17212b;
    letter-spacing: 0;
}

.hero-actions {
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
}

.hero-action-card {
    min-height: 64px;
    width: auto;
    flex: 1 1 260px;
    max-width: 320px;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    border: 1px solid rgba(17, 24, 32, .1);
    border-radius: 6px;
    background: #f8fafc;
    color: #111820;
    box-shadow:
        0 24px 52px rgba(17, 24, 32, .14),
        0 8px 18px rgba(17, 24, 32, .08);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.hero-action-card-icon,
.hero-action-card-registry {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    justify-items: start;
}

.hero-action-card:hover,
.hero-action-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(243, 148, 59, .45);
    box-shadow: 0 18px 46px rgba(17, 24, 32, .12);
    outline: none;
}

.hero-action-card img,
.hero-action-card svg {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.hero-action-card img {
    filter: none;
}

.hero-action-card svg {
    color: #111820;
    stroke: currentColor;
}

.hero-action-card strong {
    display: block;
    margin-bottom: 3px;
    color: #526675;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 650;
}

.hero-action-card>span {
    align-self: center;
}

.hero-action-card:not(.hero-action-card-icon)>span {
    justify-self: center;
    text-align: center;
}

.hero-action-card-icon>span,
.hero-action-card-registry>span {
    align-self: center;
}

.hero-action-card span span {
    display: block;
    color: #647789;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 400;
}

.btn {
    min-height: 48px;
    padding: 0 24px;
    border-radius: 6px;
    font-size: 16px;
    box-shadow: none;
}

.btn-primary {
    background: #ff9638;
    box-shadow: 0 12px 28px rgba(255, 150, 56, .2);
}

.btn-ghost {
    background: rgba(0, 113, 188, .055);
    border-color: rgba(0, 113, 188, .28);
}

.hero-value {
    max-width: 920px;
    margin: 0;
    color: #17212b;
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: clamp(24px, 2.1vw, 32px);
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: 0;
}

.hero-value strong {
    color: #17212b;
    font-weight: 600;
}

.hero-business-value {
    max-width: 920px;
    margin: 26px 0 0;
    color: #435766;
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.35;
    font-weight: 400;
}

.hero-risk-flow {
    width: 100%;
    max-width: 920px;
    margin: 36px 0 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
    justify-content: center;
}

.hero-risk-flow-card {
    min-height: 188px;
    padding: 20px 22px 18px;
    border: 1px solid rgba(17, 24, 32, .1);
    border-radius: 6px;
    background: #fff;
    box-shadow:
        0 28px 64px rgba(31, 48, 64, .14),
        0 10px 24px rgba(31, 48, 64, .08);
}

.hero-risk-flow-card h3 {
    margin: 0 0 20px;
    color: #06111d;
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
}

.hero-risk-flow-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #647789;
    font-size: 18px;
    line-height: 1.28;
}

.hero-risk-flow-card li {
    display: grid;
    grid-template-columns: 12px 1fr;
    gap: 12px;
    align-items: center;
}

.hero-risk-flow-card li::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 3px;
    background: #f3943b;
    transform: rotate(45deg);
}

.hero-risk-flow-arrows {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    align-items: center;
    padding-top: 75px;
    padding-bottom: 19px;
    color: #0071bc;
}

.hero-risk-flow-arrows span {
    position: relative;
    display: block;
    height: 2px;
    background: currentColor;
    opacity: .7;
}

.hero-risk-flow-arrows span::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.visual-frame {
    border-radius: 6px;
    border-color: rgba(17, 24, 32, .1);
    box-shadow: 0 16px 42px rgba(17, 24, 32, .08);
}

.hero-signal {
    max-width: 920px;
    margin: 0 0 34px;
    color: #17212b;
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: clamp(24px, 2.1vw, 32px);
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: 0;
}

.hero-showcase {
    max-width: 920px;
    margin-top: 0;
}

.section.dark,
.section.light,
.section.green {
    background: #fff;
    color: var(--ink);
}

.question {
    border-radius: 6px;
    border-color: rgba(17, 24, 32, .1);
    background: #fff;
    box-shadow: 0 12px 30px rgba(17, 24, 32, .06);
}

@media (min-width: 681px) and (max-width: 1080px) {
    .product-banner {
        min-height: 420px;
    }

    .product-banner-inner {
        min-height: 420px;
    }

    .product-banner-logo {
        width: min(480px, 42vw);
        margin-right: 0;
        transform: translateY(-58px);
    }

    .landing-shell {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 22px;
        padding: 0 22px;
    }

    .hero-inner {
        padding-top: 42px;
    }

    h1 {
        font-size: clamp(40px, 4.6vw, 50px);
    }

    .hero-subtitle {
        font-size: clamp(24px, 2.8vw, 30px);
    }

    .hero-value {
        font-size: clamp(19px, 2vw, 23px);
    }

    .hero-actions {
        gap: 12px;
    }

    .btn {
        padding: 0 18px;
    }
}

@media (max-width: 991px) {
    .hero-inner {
        max-width: 700px;
        padding: 14px 18px 12px;
        overflow: visible;
    }
    .product-banner::after {
        background-position: center;
    }

    .hero-risk-flow {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .hero-risk-flow-arrows {
        display: none;
    }

    .hero-actions {
        height: 100px;
    }

    .hero-action-card {
        height: 100%;
    }
}

@media (max-width: 825px) {
    .hero-actions {
        height: auto;
    }
    .hero-action-card-icon>span, .hero-action-card-registry>span {
        justify-self: center;
        text-align: center;
    }

    .hero .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hero-action-card {
        height: 100%;
        max-width: 100%;
        min-height: auto;
        height: 100px;
        flex: 1;
        width: 100%;
    }
    .flip-card {
        min-height: 300px;
    }
    .landing-shell {
        padding: 0;
    }
}