@font-face {
    font-family: "Inter";
    src: url("../fonts/inter-cyrillic.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter-latin.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope-latin.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --forest-950: #081f1a;
    --forest-900: #0d2e27;
    --forest-800: #123d34;
    --forest-700: #1c594a;
    --forest-600: #2a725f;
    --forest-100: #dcece5;
    --forest-50: #eef7f2;
    --amber-600: #c86418;
    --amber-500: #e37a27;
    --amber-400: #f59a4f;
    --amber-100: #ffead9;
    --amber-50: #fff6ed;
    --cream-100: #f4f0e6;
    --cream-50: #fbfaf5;
    --ink-950: #13201c;
    --ink-800: #283831;
    --ink-600: #53635c;
    --ink-500: #718078;
    --line: #d8e1dc;
    --surface: #ffffff;
    --danger: #b83a35;
    --success: #267655;
    --module-ot: #e37a27;
    --module-works: #23876f;
    --module-document-flow: #5b6fc7;
    --font-heading: "Manrope", "Segoe UI", sans-serif;
    --font-body: "Inter", "Segoe UI", sans-serif;
    --container: 1180px;
    --gutter: clamp(18px, 3vw, 32px);
    --section-space: clamp(72px, 9vw, 128px);
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 28px;
    --radius-pill: 999px;
    --shadow-sm: 0 8px 30px rgba(8, 31, 26, 0.08);
    --shadow-md: 0 24px 70px rgba(8, 31, 26, 0.15);
    --transition: 180ms ease;
}

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

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

body {
    margin: 0;
    background: var(--cream-50);
    color: var(--ink-950);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

body:has(dialog[open]) {
    overflow: hidden;
}

img,
svg {
    display: block;
    max-width: 100%;
}

button,
input,
textarea,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: var(--forest-700);
    text-underline-offset: 0.18em;
}

a:hover {
    color: var(--amber-600);
}

h1,
h2,
h3,
h4 {
    margin: 0;
    color: var(--ink-950);
    font-family: var(--font-heading);
    line-height: 1.12;
    letter-spacing: -0.035em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

h1 {
    font-size: clamp(2.65rem, 6vw, 5.7rem);
}

h2 {
    font-size: clamp(2rem, 4.4vw, 4rem);
}

h3 {
    font-size: clamp(1.25rem, 2.2vw, 1.75rem);
}

p {
    margin: 0;
}

ul,
ol {
    margin: 0;
}

::selection {
    background: var(--amber-100);
    color: var(--forest-950);
}

:focus-visible {
    outline: 3px solid var(--amber-400);
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    z-index: 5000;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    border-radius: var(--radius-sm);
    background: var(--surface);
    color: var(--forest-950);
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.public-container {
    width: min(100% - (var(--gutter) * 2), var(--container));
    margin-inline: auto;
}

.section {
    padding-block: var(--section-space);
}

.section--compact {
    padding-block: clamp(52px, 6vw, 82px);
}

.section--surface {
    background: var(--surface);
}

.section--cream {
    background: var(--cream-100);
}

.section--forest {
    overflow: hidden;
    background: var(--forest-900);
    color: #eaf3ef;
}

.section--forest h2,
.section--forest h3 {
    color: #ffffff;
}

.eyebrow {
    margin-bottom: 14px;
    color: var(--amber-600);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr);
    gap: clamp(28px, 6vw, 86px);
    align-items: end;
    margin-bottom: clamp(42px, 6vw, 76px);
}

.section-heading p {
    color: var(--ink-600);
    font-size: clamp(1rem, 1.5vw, 1.22rem);
}

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

.section-heading--single {
    display: block;
    max-width: 800px;
    text-align: center;
    margin-inline: auto;
}

.section-heading--single p {
    max-width: 680px;
    margin: 20px auto 0;
}

.button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: var(--radius-pill);
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform var(--transition),
        box-shadow var(--transition),
        background var(--transition),
        border-color var(--transition),
        color var(--transition);
}

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

.button--accent {
    background: var(--amber-500);
    color: #24170c;
    box-shadow: 0 10px 26px rgba(227, 122, 39, 0.25);
}

.button--accent:hover {
    background: var(--amber-400);
    color: #24170c;
    box-shadow: 0 14px 32px rgba(227, 122, 39, 0.32);
}

.button--primary {
    background: var(--forest-800);
    color: #ffffff;
}

.button--primary:hover {
    background: var(--forest-700);
    color: #ffffff;
}

.button--ghost {
    border-color: rgba(18, 61, 52, 0.25);
    background: transparent;
    color: var(--forest-800);
}

.button--ghost:hover {
    border-color: var(--forest-700);
    background: var(--forest-50);
}

.button--on-dark {
    border-color: rgba(255, 255, 255, 0.32);
    color: #ffffff;
}

.button--on-dark:hover {
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.button--small {
    min-height: 42px;
    padding: 9px 16px;
    font-size: 0.9rem;
}

.button--wide {
    width: 100%;
}

.text-link {
    color: var(--forest-800);
    font-size: 0.94rem;
    font-weight: 600;
    text-decoration: none;
}

.utility-bar {
    background: var(--forest-950);
    color: #d9e7e1;
    font-size: 0.78rem;
}

.utility-bar__inner {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.utility-bar__links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.utility-bar a,
.utility-bar__callback {
    border: 0;
    background: none;
    color: #d9e7e1;
    text-decoration: none;
}

.utility-bar__callback {
    padding: 0;
    color: var(--amber-400);
    cursor: pointer;
}

.public-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid rgba(18, 61, 52, 0.09);
    background: rgba(251, 250, 245, 0.92);
    backdrop-filter: blur(16px);
}

.public-header__inner {
    display: grid;
    min-height: 82px;
    grid-template-columns: auto 1fr auto;
    gap: clamp(22px, 3vw, 42px);
    align-items: center;
}

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

.brand:hover {
    color: var(--ink-950);
}

.brand__mark {
    width: 54px;
    height: 48px;
    object-fit: contain;
}

.brand__copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand__copy strong {
    font-family: var(--font-heading);
    font-size: 1.04rem;
}

.brand__copy span {
    margin-top: 5px;
    color: var(--ink-600);
    font-size: 0.68rem;
    white-space: nowrap;
}

.public-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 1.4vw, 22px);
}

.public-nav > a,
.public-nav summary {
    color: var(--ink-800);
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.public-nav > a:hover,
.public-nav summary:hover {
    color: var(--amber-600);
}

.public-nav__modules {
    position: relative;
}

.public-nav__modules summary {
    list-style: none;
}

.public-nav__modules summary::-webkit-details-marker {
    display: none;
}

.public-nav__modules summary::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 0 3px 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: rotate(45deg);
    transition: transform var(--transition);
}

.public-nav__modules[open] summary::after {
    transform: translateY(4px) rotate(225deg);
}

.public-nav__dropdown {
    position: absolute;
    top: calc(100% + 22px);
    left: 50%;
    display: grid;
    width: 330px;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
    box-shadow: var(--shadow-md);
    transform: translateX(-50%);
}

.public-nav__dropdown::before {
    position: absolute;
    top: -23px;
    left: 0;
    width: 100%;
    height: 24px;
    content: "";
}

.public-nav__dropdown a {
    display: grid;
    grid-template-columns: 12px 1fr;
    gap: 12px;
    align-items: start;
    padding: 12px;
    border-radius: 12px;
    color: var(--ink-950);
    text-decoration: none;
}

.public-nav__dropdown a:hover {
    background: var(--forest-50);
}

.public-nav__dropdown span {
    display: grid;
}

.public-nav__dropdown small {
    margin-top: 2px;
    color: var(--ink-600);
}

.module-dot {
    width: 10px;
    height: 10px;
    margin-top: 6px;
    border-radius: 50%;
}

.module-dot--ot {
    background: var(--module-ot);
}

.module-dot--works {
    background: var(--module-works);
}

.module-dot--document-flow {
    background: var(--module-document-flow);
}

.public-header__actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.public-header__toggle {
    display: none;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: min(810px, calc(100vh - 116px));
    padding-block: clamp(72px, 9vw, 128px);
    background:
        radial-gradient(circle at 78% 20%, rgba(42, 114, 95, 0.42), transparent 36%),
        radial-gradient(circle at 15% 90%, rgba(227, 122, 39, 0.16), transparent 32%),
        var(--forest-950);
    color: #e9f4ef;
}

.hero::before,
.hero::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
}

.hero::before {
    top: -240px;
    right: -120px;
    width: 650px;
    height: 650px;
}

.hero::after {
    right: 260px;
    bottom: -360px;
    width: 680px;
    height: 680px;
}

.hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    gap: clamp(48px, 7vw, 92px);
    align-items: center;
}

.hero__copy {
    max-width: 660px;
}

.hero h1 {
    color: #ffffff;
    font-size: clamp(2.15rem, 3.6vw, 3.55rem);
}

.hero h1 em {
    color: var(--amber-400);
    font-style: normal;
}

.hero__lead {
    max-width: 620px;
    margin-top: 28px;
    color: #c6d8d0;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.hero__microcopy {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 24px;
    color: #9fb9ae;
    font-size: 0.86rem;
}

.hero__microcopy span::before {
    margin-right: 7px;
    color: var(--amber-400);
    content: "✓";
}

.product-stage {
    position: relative;
}

.product-stage__shot {
    position: relative;
}

.product-stage__glow {
    position: absolute;
    inset: 12% 4% 8% 8%;
    border-radius: 50%;
    background: rgba(42, 114, 95, 0.23);
    filter: blur(34px);
}

.product-window {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background: #eef3f0;
    box-shadow: 0 46px 100px rgba(0, 0, 0, 0.35);
}

.product-window__bar {
    display: flex;
    height: 42px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background: #ffffff;
}

.product-window__dots {
    display: flex;
    gap: 6px;
}

.product-window__dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0d9d4;
}

.product-window__label {
    color: var(--ink-500);
    font-size: 0.7rem;
}

.product-window__screen {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #e8efeb;
}

.product-window__screen img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.product-window__overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(18, 61, 52, 0.02), rgba(18, 61, 52, 0.12));
    pointer-events: none;
}

.product-stage__captions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
}

.floating-status {
    position: relative;
    z-index: 2;
    display: grid;
    min-width: 0;
    grid-template-columns: 40px 1fr;
    gap: 11px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--ink-950);
    box-shadow: var(--shadow-sm);
}

.floating-status__icon {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    background: var(--amber-100);
    color: var(--amber-600);
    font-weight: 700;
}

.floating-status__icon--alt {
    background: var(--forest-100);
    color: var(--forest-700);
}

.floating-status strong,
.floating-status span {
    display: block;
}

.floating-status span {
    color: var(--ink-600);
    font-size: 0.72rem;
}

.module-switcher {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    width: 100%;
    margin-top: 16px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(8, 31, 26, 0.92);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);
}

.module-switcher button {
    padding: 11px 8px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #afc5bb;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.2;
    overflow-wrap: normal;
    white-space: nowrap;
    cursor: pointer;
}

.module-switcher button[aria-selected="true"] {
    background: #ffffff;
    color: var(--forest-900);
}

.trust-rail {
    position: relative;
    z-index: 10;
    margin-top: -1px;
    background: var(--surface);
}

.trust-rail__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.trust-fact {
    min-height: 138px;
    padding: 26px;
    border-right: 1px solid var(--line);
    color: inherit;
    text-decoration: none;
}

.trust-fact:last-child {
    border-right: 0;
}

.trust-fact strong {
    display: block;
    color: var(--forest-800);
    font-family: var(--font-heading);
    font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.trust-fact span {
    display: block;
    margin-top: 8px;
    color: var(--ink-600);
    font-size: 0.84rem;
    line-height: 1.4;
}

a.trust-fact:hover {
    background: var(--forest-50);
}

.module-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.module-grid:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.module-card {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 510px;
    flex-direction: column;
    padding: clamp(26px, 3vw, 38px);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
    color: var(--ink-950);
    text-decoration: none;
    transition:
        transform var(--transition),
        box-shadow var(--transition),
        border-color var(--transition);
}

.module-card:hover {
    border-color: transparent;
    color: var(--ink-950);
    transform: translateY(-7px);
    box-shadow: var(--shadow-md);
}

.module-card::after {
    position: absolute;
    right: -90px;
    bottom: -110px;
    width: 260px;
    height: 260px;
    border: 1px solid currentColor;
    border-radius: 50%;
    content: "";
    opacity: 0.12;
}

.module-card--ot {
    color: var(--module-ot);
}

.module-card--works {
    color: var(--module-works);
}

.module-card--document-flow {
    color: var(--module-document-flow);
}

.module-card > * {
    position: relative;
    z-index: 2;
}

.module-card__number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: currentColor;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.module-card__number span:last-child {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 1.1rem;
}

.module-card h3 {
    margin-top: 62px;
    color: var(--ink-950);
    font-size: clamp(1.7rem, 2.7vw, 2.45rem);
}

.module-card__tagline {
    margin-top: 18px;
    color: var(--ink-800);
    font-size: 1.02rem;
}

.module-card__features {
    display: grid;
    gap: 10px;
    margin-top: auto;
    padding: 36px 0 0;
    color: var(--ink-600);
    font-size: 0.86rem;
    list-style: none;
}

.module-card__features li::before {
    margin-right: 9px;
    color: currentColor;
    content: "—";
}

.capability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--line);
}

.capability {
    min-height: 210px;
    padding: 28px;
    background: var(--surface);
}

.capability__index {
    color: var(--amber-600);
    font-size: 0.75rem;
    font-weight: 600;
}

.capability h3 {
    margin-top: 36px;
    font-size: 1.23rem;
}

.capability p {
    margin-top: 12px;
    color: var(--ink-600);
    font-size: 0.9rem;
}

.platform-story {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(42px, 8vw, 110px);
    align-items: start;
}

.platform-story__sticky {
    position: sticky;
    top: 135px;
}

.platform-story__sticky p {
    margin-top: 24px;
    color: #bed1c8;
}

.platform-story__steps {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.13);
}

.platform-story__step {
    display: grid;
    min-height: 185px;
    grid-template-columns: 58px 1fr;
    gap: 20px;
    padding: 30px;
    background: rgba(10, 39, 33, 0.95);
}

.platform-story__step > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(245, 154, 79, 0.55);
    border-radius: 50%;
    color: var(--amber-400);
    font-family: var(--font-heading);
}

.platform-story__step p {
    margin-top: 12px;
    color: #b8cdc4;
}

.editorial-callout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    padding: clamp(36px, 5vw, 64px);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(110deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08)),
        var(--forest-900);
    color: #dce9e3;
    box-shadow: var(--shadow-md);
}

.editorial-callout h2 {
    color: #ffffff;
}

.editorial-callout p {
    max-width: 740px;
    margin-top: 18px;
    color: #bfd2ca;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding-block: clamp(74px, 10vw, 136px);
    background: var(--forest-950);
    color: #e7f2ed;
}

.page-hero::after {
    position: absolute;
    top: -300px;
    right: -180px;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
}

.page-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
    gap: 60px;
    align-items: end;
}

.page-hero h1 {
    max-width: 900px;
    color: #ffffff;
    font-size: clamp(2.15rem, 3.6vw, 3.55rem);
}

.page-hero__lead {
    color: #bad0c6;
    font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.page-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.module-hero {
    --module-accent: var(--module-ot);
}

.module-hero--works {
    --module-accent: var(--module-works);
}

.module-hero--document-flow {
    --module-accent: var(--module-document-flow);
}

.module-hero .eyebrow {
    color: var(--module-accent);
}

.module-hero h1 {
    font-size: clamp(2.5rem, 5vw, 5rem);
}

.module-hero__tagline {
    max-width: 36rem;
    margin-top: 18px;
    color: #f59a4f;
    font-family: var(--font-body);
    font-size: clamp(1.12rem, 2.1vw, 1.5rem);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.015em;
}

.module-hero__visual {
    position: relative;
    display: grid;
    min-height: 400px;
    max-width: 100%;
    place-items: center;
    overflow: hidden;
}

.module-hero__visual::before,
.module-hero__visual::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid color-mix(in srgb, var(--module-accent) 65%, transparent);
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
}

.module-hero__visual::before {
    width: 400px;
    height: 400px;
}

.module-hero__visual::after {
    width: 280px;
    height: 280px;
}

.module-hero__monogram {
    position: relative;
    z-index: 2;
    display: grid;
    box-sizing: border-box;
    width: min(176px, 42vw);
    height: min(176px, 42vw);
    place-items: center;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--module-accent) 65%, white 10%);
    border-radius: 48px;
    background: color-mix(in srgb, var(--module-accent) 16%, var(--forest-950));
    color: #f59a4f;
    font-family: var(--font-heading);
    font-size: min(6.8rem, 28vw);
    font-weight: 800;
    line-height: 0.82;
    letter-spacing: -0.04em;
    text-align: center;
    text-shadow:
        0 0 18px rgba(245, 154, 79, 0.55),
        0 10px 32px rgba(227, 122, 39, 0.45);
    overflow: hidden;
    transform: rotate(-4deg);
}

.module-hero__monogram--wide {
    font-size: min(4.6rem, 20vw);
    letter-spacing: -0.08em;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.feature-panel {
    min-height: 235px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
}

.feature-panel__line {
    width: 42px;
    height: 3px;
    margin-bottom: 36px;
    border-radius: 3px;
    background: var(--module-accent, var(--amber-500));
}

.feature-panel p {
    margin-top: 13px;
    color: var(--ink-600);
}

.workflow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    counter-reset: workflow;
}

.workflow__item {
    position: relative;
    min-height: 260px;
    padding: 28px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
    background: var(--surface);
    counter-increment: workflow;
}

.workflow__item:last-child {
    border-right: 1px solid var(--line);
}

.workflow__item::before {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    background: var(--forest-50);
    color: var(--forest-700);
    content: counter(workflow, decimal-leading-zero);
    font-family: var(--font-heading);
    font-size: 0.8rem;
}

.workflow__item p {
    margin-top: 72px;
    color: var(--ink-800);
    font-weight: 600;
}

.honesty {
    display: grid;
    grid-template-columns: 0.65fr 1.35fr;
    gap: clamp(34px, 7vw, 90px);
    align-items: start;
}

.honesty__list {
    display: grid;
    gap: 12px;
    padding: 0;
    list-style: none;
}

.honesty__list li {
    padding: 20px 22px;
    border-left: 3px solid var(--amber-500);
    background: var(--surface);
    color: var(--ink-800);
}

.product-tour {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 26px;
    align-items: stretch;
}

.product-tour__tabs {
    display: grid;
    align-content: start;
    gap: 8px;
}

.product-tour__tabs button {
    padding: 15px 17px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: var(--surface);
    color: var(--ink-600);
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.product-tour__tabs button[aria-selected="true"] {
    border-color: var(--forest-700);
    background: var(--forest-800);
    color: #ffffff;
}

.product-tour__viewport {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
}

.product-tour__panel {
    display: none;
}

.product-tour__panel.is-active {
    display: block;
}

.product-tour__image {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: var(--forest-50);
}

.product-tour__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.product-tour__caption {
    padding: 22px 26px;
}

.product-tour__caption p {
    margin-top: 8px;
    color: var(--ink-600);
}

.lead-dialog {
    width: min(100% - 28px, 560px);
    max-height: calc(100vh - 32px);
    padding: 0;
    border: 0;
    border-radius: var(--radius-lg);
    background: transparent;
}

.lead-dialog::backdrop {
    background: rgba(5, 19, 16, 0.74);
    backdrop-filter: blur(5px);
}

.lead-dialog__panel {
    position: relative;
    overflow-y: auto;
    max-height: calc(100vh - 32px);
    padding: clamp(28px, 5vw, 48px);
    border-radius: var(--radius-lg);
    background: var(--surface);
}

.lead-dialog__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--surface);
    color: var(--ink-800);
    font-size: 1.3rem;
    cursor: pointer;
}

.lead-dialog__intro {
    margin: 14px 0 26px;
    color: var(--ink-600);
}

.public-form {
    display: grid;
    gap: 16px;
}

.public-form label {
    display: grid;
    gap: 7px;
    color: var(--ink-800);
    font-size: 0.84rem;
    font-weight: 600;
}

.public-form input:not([type="checkbox"]),
.public-form textarea,
.public-form select {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #cbd6d0;
    border-radius: 11px;
    background: #ffffff;
    color: var(--ink-950);
    font-size: 0.96rem;
    font-weight: 400;
}

.public-form textarea {
    min-height: 120px;
    resize: vertical;
}

.public-form input:focus,
.public-form textarea:focus,
.public-form select:focus {
    border-color: var(--forest-700);
    box-shadow: 0 0 0 3px rgba(42, 114, 95, 0.13);
    outline: 0;
}

.public-form__consent {
    display: grid !important;
    grid-template-columns: 20px 1fr;
    gap: 10px !important;
    align-items: start;
    color: var(--ink-600) !important;
    font-size: 0.76rem !important;
    font-weight: 400 !important;
}

.public-form__consent input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--forest-700);
}

.public-form__status {
    min-height: 20px;
    color: var(--danger);
    font-size: 0.82rem;
}

.public-form__status.is-success {
    color: var(--success);
}

.contact-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: clamp(32px, 8vw, 100px);
    align-items: start;
}

.contact-cards {
    display: grid;
    gap: 12px;
}

.contact-card {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
}

.contact-card span {
    display: block;
    color: var(--ink-500);
    font-size: 0.75rem;
    text-transform: uppercase;
}

.contact-card a,
.contact-card strong {
    display: block;
    margin-top: 6px;
    color: var(--ink-950);
    font-family: var(--font-heading);
    font-size: 1.12rem;
    text-decoration: none;
}

.contact-form-panel {
    padding: clamp(26px, 5vw, 48px);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
}

.contact-form-panel > p {
    margin: 14px 0 28px;
    color: var(--ink-600);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.blog-card {
    overflow: hidden;
    display: flex;
    min-height: 430px;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
    color: var(--ink-950);
    text-decoration: none;
    transition: transform var(--transition), box-shadow var(--transition);
}

.blog-card:hover {
    color: var(--ink-950);
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.blog-card__image {
    aspect-ratio: 16 / 9;
    background:
        linear-gradient(135deg, rgba(18, 61, 52, 0.76), rgba(227, 122, 39, 0.62)),
        var(--forest-800);
}

.blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.blog-card time {
    color: var(--ink-500);
    font-size: 0.76rem;
}

.blog-card h2 {
    margin-top: 13px;
    font-size: 1.3rem;
}

.blog-card__excerpt {
    overflow: hidden;
    display: -webkit-box;
    margin-top: 14px;
    color: var(--ink-600);
    font-size: 0.9rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.blog-card__more {
    margin-top: auto;
    padding-top: 18px;
    color: var(--amber-600);
    font-weight: 600;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 42px;
}

.article {
    display: grid;
    grid-template-columns: minmax(0, 760px);
    justify-content: center;
}

.article__meta {
    margin-bottom: 18px;
    color: var(--ink-500);
    font-size: 0.82rem;
}

.article__cover {
    overflow: hidden;
    margin: 34px 0;
    border-radius: var(--radius-lg);
}

.article__content {
    color: var(--ink-800);
    font-size: 1.05rem;
}

.article__content > * + * {
    margin-top: 1.25em;
}

.article__content h2,
.article__content h3 {
    margin-top: 2em;
}

.article__content img {
    height: auto;
    border-radius: var(--radius-md);
}

.article__content blockquote {
    margin-inline: 0;
    padding: 18px 24px;
    border-left: 3px solid var(--amber-500);
    background: var(--amber-50);
}

.article__content table {
    width: 100%;
    border-collapse: collapse;
}

.article__content th,
.article__content td {
    padding: 10px;
    border: 1px solid var(--line);
    text-align: left;
}

.legal-document {
    max-width: 860px;
    margin-inline: auto;
    padding: clamp(26px, 5vw, 58px);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
}

.legal-document h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.legal-document h2 {
    margin-top: 42px;
    font-size: 1.5rem;
}

.legal-document p,
.legal-document ul {
    margin-top: 14px;
    color: var(--ink-800);
}

.public-messages {
    position: relative;
    z-index: 20;
    margin-top: 18px;
}

.public-message {
    padding: 13px 16px;
    border-radius: var(--radius-sm);
    background: var(--forest-50);
    color: var(--forest-800);
}

.public-message--error {
    background: #fff0ef;
    color: var(--danger);
}

.cookie-banner {
    position: fixed;
    z-index: 3000;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    max-width: 960px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: auto;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-md);
    background: rgba(8, 31, 26, 0.97);
    color: #d7e5df;
    box-shadow: var(--shadow-md);
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner p {
    margin-top: 3px;
    color: #afc4ba;
    font-size: 0.82rem;
}

.cookie-banner a {
    color: var(--amber-400);
}

.cookie-banner__actions {
    display: flex;
    flex-shrink: 0;
    gap: 8px;
}

.cookie-banner .button--ghost {
    border-color: rgba(255, 255, 255, 0.26);
    color: #ffffff;
}

.public-footer {
    padding-top: clamp(58px, 8vw, 96px);
    background: var(--forest-950);
    color: #b8cec4;
}

.public-footer__grid {
    display: grid;
    grid-template-columns: 1.45fr 0.8fr 0.8fr 1fr;
    gap: clamp(30px, 5vw, 72px);
}

.brand--footer {
    color: #ffffff;
}

.brand--footer:hover {
    color: #ffffff;
}

.brand--footer .brand__copy span {
    color: #9db7ac;
}

.public-footer__brand > p {
    max-width: 370px;
    margin-top: 24px;
}

.public-footer__brand .public-footer__legal {
    color: #79988b;
    font-size: 0.78rem;
}

.public-footer nav,
.public-footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.public-footer h2 {
    margin-bottom: 11px;
    color: #ffffff;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.public-footer a {
    color: #b8cec4;
    font-size: 0.88rem;
    text-decoration: none;
}

.public-footer a:hover {
    color: var(--amber-400);
}

.public-footer__contacts .public-footer__phone {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 1.08rem;
}

.public-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 10px;
}

.public-footer__bottom {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: 62px;
    padding-block: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #78958a;
    font-size: 0.74rem;
}

.public-footer__bottom span {
    margin-left: auto;
}

.pricing-layout {
    display: grid;
    gap: 28px;
}

.pricing-period {
    display: inline-flex;
    gap: 6px;
    padding: 5px;
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    background: var(--surface);
}

.pricing-period button {
    padding: 10px 18px;
    border: 0;
    border-radius: var(--radius-pill);
    background: transparent;
    color: var(--ink-600);
    font-weight: 600;
    cursor: pointer;
}

.pricing-period button[aria-selected="true"] {
    background: var(--forest-800);
    color: #ffffff;
}

.pricing-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.pricing-product {
    display: flex;
    min-height: 480px;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
}

.pricing-product--featured {
    border-color: var(--forest-700);
    box-shadow: var(--shadow-md);
}

.pricing-product__badge {
    align-self: flex-start;
    padding: 5px 10px;
    border-radius: var(--radius-pill);
    background: var(--forest-50);
    color: var(--forest-700);
    font-size: 0.72rem;
    font-weight: 600;
}

.pricing-product h2 {
    margin-top: 24px;
    font-size: 1.8rem;
}

.pricing-product__summary {
    margin-top: 14px;
    color: var(--ink-600);
}

.pricing-product__price {
    margin-top: 28px;
    color: var(--ink-600);
}

.pricing-product__price strong {
    color: var(--ink-950);
    font-family: var(--font-heading);
    font-size: 2.1rem;
}

.pricing-product__features {
    display: grid;
    gap: 9px;
    margin: 28px 0;
    padding: 0;
    color: var(--ink-800);
    font-size: 0.88rem;
    list-style: none;
}

.pricing-product__features li::before {
    margin-right: 8px;
    color: var(--success);
    content: "✓";
}

.pricing-product .button {
    margin-top: auto;
}

.tariff-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
}

.tariff-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.tariff-table th,
.tariff-table td {
    padding: 17px 18px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.tariff-table thead th {
    background: var(--forest-50);
    color: var(--forest-800);
    font-size: 0.76rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tariff-table tbody tr:last-child th,
.tariff-table tbody tr:last-child td {
    border-bottom: 0;
}

.tariff-table__popular {
    background: var(--amber-50);
}

.popular-badge {
    display: inline-block;
    margin-left: 7px;
    padding: 3px 7px;
    border-radius: var(--radius-pill);
    background: var(--amber-100);
    color: var(--amber-600);
    font-size: 0.68rem;
    font-weight: 600;
}

.storage-explainer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.45fr);
    gap: 26px;
}

.storage-explainer__panel {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
}

.storage-explainer__panel p {
    margin-top: 12px;
    color: var(--ink-600);
}

.price-note {
    color: var(--ink-600);
    font-size: 0.84rem;
}

.legal-document details {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.legal-document details:first-of-type {
    border-top: 1px solid var(--line);
}

.legal-document summary {
    color: var(--ink-950);
    cursor: pointer;
}

.legal-document details p {
    margin: 12px 0 0;
}

.checkout-section {
    min-height: 65vh;
    padding-block: clamp(52px, 7vw, 96px);
    background: var(--cream-100);
}

.checkout-shell {
    width: min(100% - (var(--gutter) * 2), 980px);
    margin-inline: auto;
}

.checkout-shell--narrow {
    max-width: 680px;
}

.checkout-heading {
    margin-bottom: 30px;
    text-align: center;
}

.checkout-heading h1 {
    font-size: clamp(2rem, 4.2vw, 3.8rem);
}

.checkout-heading p {
    max-width: 680px;
    margin: 14px auto 0;
    color: var(--ink-600);
}

.checkout-grid {
    display: grid;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
    gap: 22px;
    align-items: start;
}

.checkout-card {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
}

.checkout-summary {
    position: sticky;
    top: 126px;
    background: var(--forest-900);
    color: #d8e8e1;
}

.checkout-summary h2 {
    color: #ffffff;
    font-size: 1.65rem;
}

.checkout-summary p {
    margin-top: 11px;
    color: #b8cec4;
}

.checkout-summary__price {
    margin-top: 30px !important;
    color: #ffffff !important;
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 700;
}

.checkout-summary__facts {
    display: grid;
    gap: 9px;
    margin-top: 28px;
    padding: 0;
    color: #c7dad1;
    font-size: 0.84rem;
    list-style: none;
}

.checkout-summary__facts li::before {
    margin-right: 8px;
    color: var(--amber-400);
    content: "✓";
}

.checkout-form {
    display: grid;
    gap: 20px;
}

.checkout-form__section {
    display: grid;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--line);
}

.checkout-form__section:last-of-type {
    border-bottom: 0;
}

.checkout-form__section h2 {
    font-size: 1.22rem;
}

.checkout-form__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.checkout-field {
    display: grid;
    gap: 7px;
    color: var(--ink-800);
    font-size: 0.82rem;
    font-weight: 600;
}

.checkout-field--full {
    grid-column: 1 / -1;
}

.checkout-field input,
.checkout-field textarea,
.checkout-field select,
.checkout-card .form-control,
.checkout-card .form-select {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #cbd6d0;
    border-radius: 11px;
    background: #ffffff;
    color: var(--ink-950);
    font-size: 0.95rem;
    font-weight: 400;
}

.checkout-field input:focus,
.checkout-field textarea:focus,
.checkout-field select:focus,
.checkout-card .form-control:focus,
.checkout-card .form-select:focus {
    border-color: var(--forest-700);
    box-shadow: 0 0 0 3px rgba(42, 114, 95, 0.13);
    outline: 0;
}

.checkout-field__help {
    color: var(--ink-500);
    font-size: 0.74rem;
    font-weight: 400;
}

.checkout-errors,
.errorlist {
    margin: 0;
    padding: 0;
    color: var(--danger);
    font-size: 0.78rem;
    font-weight: 400;
    list-style: none;
}

.checkout-notice {
    padding: 16px 18px;
    border-left: 3px solid var(--amber-500);
    border-radius: var(--radius-sm);
    background: var(--amber-50);
    color: var(--ink-800);
    font-size: 0.86rem;
}

.checkout-notice--success {
    border-left-color: var(--success);
    background: var(--forest-50);
}

.checkout-notice--danger {
    border-left-color: var(--danger);
    background: #fff0ef;
}

.checkout-actions {
    display: grid;
    gap: 10px;
    margin-top: 4px;
}

.checkout-status {
    text-align: center;
}

.checkout-status__icon {
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: var(--forest-50);
    color: var(--success);
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 700;
}

.checkout-status__icon--pending {
    background: var(--amber-50);
    color: var(--amber-600);
}

.checkout-status__icon--error {
    background: #fff0ef;
    color: var(--danger);
}

.checkout-status h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.checkout-status > p {
    margin-top: 14px;
    color: var(--ink-600);
}

.checkout-status__details {
    margin-top: 28px;
    padding: 20px;
    border-radius: var(--radius-md);
    background: var(--forest-50);
    text-align: left;
}

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

    .public-header__toggle {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        justify-self: end;
        padding: 9px 12px;
        border: 1px solid var(--line);
        border-radius: var(--radius-pill);
        background: var(--surface);
        color: var(--ink-800);
        cursor: pointer;
    }

    .public-header__toggle-lines {
        position: relative;
        width: 17px;
        height: 10px;
        border-top: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
    }

    .public-header__toggle-lines::after {
        position: absolute;
        top: 3px;
        left: 0;
        width: 100%;
        border-top: 2px solid currentColor;
        content: "";
    }

    .public-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        max-height: calc(100vh - 116px);
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: 18px var(--gutter) 26px;
        border-bottom: 1px solid var(--line);
        background: var(--cream-50);
        overflow-y: auto;
    }

    .public-nav.is-open {
        display: grid;
    }

    .public-nav > a,
    .public-nav summary {
        padding: 11px 0;
        font-size: 1rem;
    }

    .public-nav__dropdown {
        position: static;
        width: 100%;
        margin: 4px 0 10px;
        box-shadow: none;
        transform: none;
    }

    .public-header__actions {
        justify-self: end;
    }

    .hero__grid {
        grid-template-columns: 1fr;
    }

    .hero__copy {
        max-width: 790px;
    }

    .product-stage {
        width: min(100%, 830px);
        margin-inline: auto;
    }

    .module-grid,
    .pricing-products {
        grid-template-columns: 1fr;
    }

    .module-grid:has(> :nth-child(2):last-child) {
        grid-template-columns: 1fr;
    }

    .module-card {
        min-height: 390px;
    }

    .module-card h3 {
        margin-top: 38px;
    }

    .capability-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .workflow__item:nth-child(2) {
        border-right: 1px solid var(--line);
    }

    .workflow__item:nth-child(n + 3) {
        border-top: 0;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 820px) {
    .utility-bar__inner > p,
    .utility-bar__links a[href^="mailto:"] {
        display: none;
    }

    .utility-bar__inner {
        justify-content: flex-end;
    }

    .public-header__actions .text-link {
        display: none;
    }

    .public-header__actions .button {
        display: none;
    }

    .public-header__inner {
        grid-template-columns: 1fr auto;
    }

    .public-header__toggle {
        grid-column: 2;
    }

    .section-heading,
    .page-hero__grid,
    .platform-story,
    .honesty,
    .contact-layout,
    .storage-explainer,
    .checkout-grid {
        grid-template-columns: 1fr;
    }

    .module-hero__visual {
        min-height: 280px;
        justify-self: center;
        width: min(100%, 360px);
    }

    .module-hero__visual::before {
        width: min(340px, 90vw);
        height: min(340px, 90vw);
    }

    .module-hero__visual::after {
        width: min(240px, 68vw);
        height: min(240px, 68vw);
    }

    .checkout-summary {
        position: static;
    }

    .platform-story__sticky {
        position: static;
    }

    .trust-rail__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-fact:nth-child(2) {
        border-right: 0;
    }

    .trust-fact:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

    .capability-grid,
    .feature-list {
        grid-template-columns: 1fr;
    }

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

    .product-tour__tabs {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-tour__tabs button {
        text-align: center;
    }

    .editorial-callout {
        grid-template-columns: 1fr;
    }

    .public-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    :root {
        --section-space: 68px;
    }

    h1 {
        font-size: clamp(1.9rem, 8vw, 2.55rem);
    }

    .page-hero h1,
    .module-hero h1,
    .hero h1 {
        font-size: clamp(1.9rem, 8vw, 2.55rem);
    }

    h2 {
        font-size: clamp(1.7rem, 7vw, 2.35rem);
    }

    .utility-bar__links {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }

    .utility-bar__links a[href*="max.ru"] {
        display: none;
    }

    .brand__mark {
        width: 46px;
        height: 41px;
    }

    .brand__copy span {
        display: none;
    }

    .public-header__inner {
        min-height: 70px;
    }

    .hero {
        min-height: auto;
        padding-top: 64px;
        padding-bottom: 72px;
    }

    .hero__actions,
    .page-hero__actions {
        display: grid;
    }

    .product-stage {
        min-height: 0;
    }

    .product-window {
        transform: none;
    }

    .product-stage__captions {
        grid-template-columns: 1fr;
        margin-bottom: 12px;
    }

    .floating-status {
        min-width: 0;
        padding: 10px 12px;
    }

    .module-switcher {
        margin-top: 12px;
    }

    .module-switcher button {
        font-size: 0.68rem;
        white-space: normal;
    }

    .trust-rail__grid {
        grid-template-columns: 1fr;
        border: 0;
    }

    .trust-fact,
    .trust-fact:nth-child(2) {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .module-card {
        min-height: 420px;
    }

    .capability-grid {
        border-radius: var(--radius-md);
    }

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

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

    .workflow__item,
    .workflow__item:nth-child(2) {
        border-right: 1px solid var(--line);
        border-bottom: 0;
    }

    .workflow__item:last-child {
        border-bottom: 1px solid var(--line);
    }

    .product-tour__tabs {
        display: flex;
        overflow-x: auto;
    }

    .product-tour__tabs button {
        min-width: 130px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .cookie-banner {
        display: grid;
    }

    .cookie-banner__actions {
        display: grid;
    }

    .public-footer__grid {
        grid-template-columns: 1fr;
    }

    .public-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
    }

    .public-footer__bottom span {
        margin-left: 0;
    }

    .checkout-form__grid {
        grid-template-columns: 1fr;
    }
}

/* Webchat на публичной витрине — в токенах маркетинга, без «зелёной пилюли» */
.public-site .webchat-launcher-wrap {
    right: 22px;
    bottom: 22px;
    z-index: 1180;
}

.public-site .webchat-launcher-hint {
    display: none;
}

.public-site .webchat-launcher {
    min-width: 0;
    min-height: 52px;
    padding: 12px 18px;
    border-radius: 14px;
    background: var(--forest-800, #123d34);
    color: #fff;
    box-shadow: 0 14px 36px rgba(18, 61, 52, 0.28);
    font-family: var(--font-body, "Inter", system-ui, sans-serif);
}

.public-site .webchat-launcher:hover,
.public-site .webchat-launcher:focus-visible {
    background: var(--forest-900, #0d2c26);
}

.public-site .webchat-launcher-text {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
}

.public-site .webchat-panel {
    right: 22px;
    bottom: 86px;
    width: min(380px, calc(100vw - 28px));
    border: 1px solid rgba(18, 61, 52, 0.12);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(19, 32, 28, 0.22);
    overflow: hidden;
    font-family: var(--font-body, "Inter", system-ui, sans-serif);
}

.public-site .webchat-head {
    background: var(--forest-800, #123d34);
    color: #fff;
    padding: 14px 16px;
}

.public-site .webchat-head-sub {
    color: rgba(255, 255, 255, 0.72);
}

.public-site .webchat-close {
    color: #fff;
}

.public-site .webchat-messages {
    background: var(--cream-50, #fbfaf5);
}

.public-site .webchat-row.assistant .webchat-bubble,
.public-site .webchat-row.manager .webchat-bubble {
    background: #fff;
    border: 1px solid rgba(18, 61, 52, 0.1);
    color: var(--ink-950, #13201c);
}

.public-site .webchat-row.user .webchat-bubble {
    background: var(--amber-500, #c47a1a);
    color: #fff;
}

.public-site .webchat-send,
.public-site .webchat-tool-btn {
    border-radius: 10px;
    background: var(--forest-800, #123d34);
    color: #fff;
    border: 0;
}

.public-site .webchat-send:hover,
.public-site .webchat-tool-btn:hover {
    background: var(--forest-900, #0d2c26);
}

.public-site .webchat-send:disabled,
.public-site .webchat-tool-btn:disabled {
    opacity: 0.45;
}

.public-site .webchat-input,
.public-site .webchat-lead input {
    border-radius: 10px;
    border: 1px solid rgba(18, 61, 52, 0.16);
    font-family: inherit;
}

@media (max-width: 600px) {
    .public-site .webchat-launcher-wrap {
        right: 14px;
        bottom: 14px;
    }

    .public-site .webchat-launcher {
        min-width: 52px;
        min-height: 52px;
        padding: 10px 12px;
        border-radius: 999px;
    }

    .public-site .webchat-launcher-text {
        font-size: 0;
        line-height: 0;
    }

    .public-site .webchat-launcher-text::before {
        content: "Чат";
        font-size: 0.85rem;
        line-height: 1;
        font-weight: 650;
    }

    .public-site .webchat-panel {
        right: 10px;
        left: 10px;
        width: auto;
        bottom: 78px;
    }
}

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