@font-face {
    font-family: "Manrope Local";
    font-style: normal;
    font-display: swap;
    font-weight: 200 800;
    src: url("fonts/manrope-cyrillic-ext-wght-normal.woff2") format("woff2-variations");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

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

@font-face {
    font-family: "Manrope Local";
    font-style: normal;
    font-display: swap;
    font-weight: 200 800;
    src: url("fonts/manrope-latin-ext-wght-normal.woff2") format("woff2-variations");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Manrope Local";
    font-style: normal;
    font-display: swap;
    font-weight: 200 800;
    src: url("fonts/manrope-latin-wght-normal.woff2") format("woff2-variations");
    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 {
    --green: #2f6b4f;
    --green-dark: #1f4d39;
    --green-deep: #125238;
    --green-soft: #8eb69b;
    --green-pale: #eef5f0;
    --surface: #f8faf8;
    --surface-warm: #f5f7f5;
    --white: #ffffff;
    --text: #1f2722;
    --muted: #66756c;
    --line: rgba(75, 101, 85, 0.14);
    --line-strong: rgba(47, 107, 79, 0.22);
    --shadow-soft: 0 18px 50px rgba(31, 77, 57, 0.08);
    --shadow-card: 0 28px 80px rgba(31, 77, 57, 0.12);
    --radius-xl: 36px;
    --radius-lg: 26px;
    --radius-md: 18px;
    --container: 1240px;
    --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    scroll-behavior: smooth;
    background: var(--surface);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background: var(--surface);
    color: var(--text);
    font-family: "Manrope Local", Manrope, Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

body.menu-open {
    overflow: hidden;
}

::selection {
    background: rgba(142, 182, 155, 0.38);
    color: var(--green-dark);
}

a {
    color: inherit;
    text-decoration: none;
}

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

button,
select {
    cursor: pointer;
}

img,
svg {
    display: block;
}

img {
    max-width: 100%;
}

svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

[hidden] {
    display: none;
}

.container {
    width: min(calc(100% - 48px), var(--container));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 300;
    padding: 11px 17px;
    border-radius: 999px;
    background: var(--green-dark);
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    transform: translateY(-160%);
    transition: transform 0.2s var(--ease);
}

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

.ambient {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 16%, rgba(142, 182, 155, 0.19), transparent 30%),
        radial-gradient(circle at 86% 4%, rgba(238, 245, 240, 0.95), transparent 32%),
        linear-gradient(180deg, #fbfcfb 0%, #f8faf8 46%, #f2f7f4 100%);
}

.ambient span {
    position: absolute;
    display: block;
}

.ambient__image {
    inset: -8vh -8vw;
    background-image: url("images/animated-background.webp");
    background-position: center;
    background-size: cover;
    opacity: 0.34;
}

.ambient__wash {
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.34) 46%, rgba(238, 245, 240, 0.62)),
        radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.72), transparent 34%);
}

.ambient__pattern {
    inset: -8vh -8vw;
    background-image: url("images/site-pattern.svg");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: min(1520px, 116vw) auto;
    opacity: 0.18;
}

.ambient__dots {
    inset: -12vh -10vw;
    background-image: radial-gradient(circle, rgba(47, 107, 79, 0.13) 1px, transparent 1.7px);
    background-size: 36px 36px;
    opacity: 0.18;
}

.ambient__wave {
    left: -30vw;
    right: -30vw;
    height: 40vh;
    min-height: 340px;
    background-image: url("images/ambient-waves.svg");
    background-repeat: repeat-x;
    background-size: 1200px 100%;
    opacity: 0.2;
}

.ambient__wave--top {
    top: -14vh;
    transform: rotate(180deg);
}

.ambient__wave--bottom {
    bottom: -16vh;
}

.ambient__orb {
    border-radius: 50%;
    filter: blur(2px);
}

.ambient__orb--left {
    top: 16vh;
    left: -14vw;
    width: clamp(320px, 42vw, 680px);
    height: clamp(320px, 42vw, 680px);
    background: radial-gradient(circle, rgba(142, 182, 155, 0.19), transparent 68%);
}

.ambient__orb--right {
    right: -12vw;
    bottom: 4vh;
    width: clamp(280px, 36vw, 580px);
    height: clamp(280px, 36vw, 580px);
    background: radial-gradient(circle, rgba(47, 107, 79, 0.11), transparent 69%);
}

.header,
main,
.footer {
    position: relative;
    z-index: 2;
}

.header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid transparent;
    background: rgba(248, 250, 248, 0.72);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    transition: background 0.22s var(--ease), border-color 0.22s var(--ease), box-shadow 0.22s var(--ease);
}

.header.is-scrolled {
    border-color: rgba(75, 101, 85, 0.11);
    background: rgba(248, 250, 248, 0.94);
    box-shadow: 0 12px 36px rgba(31, 77, 57, 0.055);
}

.header__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    color: var(--green-deep);
    font-weight: 800;
    letter-spacing: -0.045em;
}

.brand__mark {
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 9px 20px rgba(31, 77, 57, 0.14));
}

.brand__name {
    font-size: 18px;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.navigation a {
    position: relative;
    padding: 8px 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s var(--ease);
}

.navigation a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    height: 2px;
    border-radius: 3px;
    background: var(--green);
    transform: scaleX(0);
    transition: transform 0.2s var(--ease);
}

.navigation a:hover,
.navigation a:focus-visible,
.navigation a.is-active {
    color: var(--green-dark);
}

.navigation a:hover::after,
.navigation a:focus-visible::after,
.navigation a.is-active::after {
    transform: scaleX(1);
}

.header__action,
.button,
.submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease);
}

.header__action {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 22px;
    background: linear-gradient(135deg, var(--green-deep), var(--green));
    color: var(--white);
    box-shadow: 0 12px 28px rgba(47, 107, 79, 0.16);
    font-size: 13px;
}

.header__action:hover,
.header__action:focus-visible,
.button--primary:hover,
.button--primary:focus-visible,
.submit-button:hover,
.submit-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(47, 107, 79, 0.22);
}

.menu-button {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.76);
    color: var(--green-dark);
}

.menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    border-radius: 2px;
    background: currentColor;
    transition: transform 0.2s var(--ease);
}

.menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
}

.hero {
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 78px 0 92px;
    overflow: hidden;
}

.hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(54px, 7vw, 108px);
}

.hero__content {
    flex: 1 1 520px;
    max-width: 590px;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
    color: var(--green-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.eyebrow > span {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 8px rgba(142, 182, 155, 0.15);
}

.hero h1 {
    max-width: 590px;
    margin-bottom: 26px;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 800;
    line-height: 1.035;
    letter-spacing: -0.075em;
}

.hero h1 em {
    position: relative;
    color: var(--green);
    font-style: normal;
    white-space: nowrap;
}

.hero h1 em::after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: -5px;
    left: 2px;
    height: 9px;
    border-radius: 50%;
    background: rgba(142, 182, 155, 0.28);
    transform: rotate(-1deg);
    z-index: -1;
}

.hero__lead {
    max-width: 570px;
    margin-bottom: 34px;
    color: #4f5f56;
    font-size: 17px;
    line-height: 1.75;
    letter-spacing: -0.018em;
}

.hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 34px;
}

.button {
    min-height: 56px;
    padding: 0 26px;
    gap: 12px;
    font-size: 14px;
}

.button svg {
    width: 19px;
    height: 19px;
}

.button--primary {
    background: linear-gradient(135deg, var(--green-deep), var(--green));
    color: var(--white);
    box-shadow: 0 14px 34px rgba(47, 107, 79, 0.18);
}

.button--quiet {
    border: 1px solid rgba(47, 107, 79, 0.14);
    background: rgba(255, 255, 255, 0.7);
    color: var(--green-dark);
    box-shadow: 0 9px 24px rgba(31, 77, 57, 0.05);
}

.button--quiet:hover,
.button--quiet:focus-visible {
    border-color: var(--line-strong);
    background: var(--white);
    transform: translateY(-2px);
}

.hero__trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero__trust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
}

.hero__trust svg {
    width: 18px;
    height: 18px;
    padding: 3px;
    border-radius: 50%;
    background: rgba(142, 182, 155, 0.19);
    color: var(--green);
    stroke-width: 2.2;
}

.hero-visual {
    position: relative;
    flex: 1 1 530px;
    max-width: 560px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-visual__glow {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 45% 55% 48% 52%;
    background:
        radial-gradient(circle at 42% 38%, rgba(255, 255, 255, 0.96), rgba(238, 245, 240, 0.74) 48%, rgba(142, 182, 155, 0.2) 70%, transparent 72%);
    filter: blur(4px);
    transform: rotate(-6deg);
}

.conversation-card {
    position: relative;
    z-index: 2;
    width: min(100%, 486px);
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 0 0 1px rgba(75, 101, 85, 0.04), var(--shadow-card);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transform: rotate(1.5deg);
}

.conversation-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
}

.conversation-card__identity {
    display: flex;
    align-items: center;
    gap: 13px;
}

.conversation-card__identity img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.conversation-card__identity strong,
.conversation-card__identity span {
    display: block;
}

.conversation-card__identity strong {
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 1.3;
}

.conversation-card__identity span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 600;
}

.conversation-card__identity i {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 4px;
    border-radius: 50%;
    background: #4ea471;
    box-shadow: 0 0 0 4px rgba(78, 164, 113, 0.12);
}

.conversation-card__badge {
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--green-pale);
    color: var(--green-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.conversation-card__message {
    max-width: 82%;
    margin-bottom: 14px;
    padding: 14px 17px;
    border-radius: 18px;
    font-size: 12px;
    line-height: 1.55;
}

.conversation-card__message--user {
    margin-left: auto;
    border-bottom-right-radius: 5px;
    background: linear-gradient(135deg, var(--green-dark), var(--green));
    color: var(--white);
    box-shadow: 0 10px 24px rgba(47, 107, 79, 0.15);
}

.conversation-card__message--team {
    border: 1px solid rgba(75, 101, 85, 0.08);
    border-bottom-left-radius: 5px;
    background: var(--green-pale);
    color: #435248;
}

.conversation-card__input {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 26px;
    padding: 6px 7px 6px 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(248, 250, 248, 0.86);
    color: #8a968f;
    font-size: 11px;
}

.conversation-card__input i {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    border-radius: 50%;
    background: var(--green);
    color: var(--white);
}

.conversation-card__input svg {
    width: 17px;
    height: 17px;
}

.hero-note {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 16px 12px 12px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 40px rgba(31, 77, 57, 0.11);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.hero-note--studio {
    top: 25px;
    right: -24px;
}

.hero-note--idea {
    bottom: 35px;
    left: -28px;
}

.hero-note__icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    border-radius: 12px;
    background: var(--green-pale);
    color: var(--green);
}

.hero-note__icon svg {
    width: 19px;
    height: 19px;
}

.hero-note small,
.hero-note strong {
    display: block;
    line-height: 1.25;
}

.hero-note small {
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-note strong {
    font-size: 11px;
}

.trust-line {
    position: relative;
    padding: 0 0 62px;
}

.trust-line__inner {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 24px;
    padding: 24px 38px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 0 0 1px rgba(75, 101, 85, 0.04), var(--shadow-soft);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.trust-line__item {
    flex: 1 1 250px;
    text-align: center;
}

.trust-line__item strong,
.trust-line__item span {
    display: block;
}

.trust-line__item strong {
    margin-bottom: 4px;
    color: var(--green-dark);
    font-size: 15px;
    letter-spacing: -0.025em;
}

.trust-line__item span {
    color: var(--muted);
    font-size: 11px;
}

.trust-line__divider {
    width: 1px;
    height: 42px;
    flex: 0 0 1px;
    background: var(--line);
}

.section {
    position: relative;
    padding: 104px 0;
}

.section h2,
.partnership h2 {
    margin-bottom: 22px;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.065em;
}

.section-lead,
.section-heading > p:last-child {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.78;
}

.studio {
    overflow: hidden;
}

.studio::before {
    content: "";
    position: absolute;
    top: 20%;
    left: -180px;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(142, 182, 155, 0.16), transparent 69%);
}

.studio__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(48px, 8vw, 112px);
}

.studio__content {
    flex: 1 1 560px;
    max-width: 620px;
}

.studio__points {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 42px;
}

.studio__point {
    display: flex;
    align-items: flex-start;
    gap: 19px;
}

.studio__point > span {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    border: 1px solid rgba(47, 107, 79, 0.12);
    border-radius: 15px;
    background: rgba(238, 245, 240, 0.88);
    color: var(--green);
    font-size: 11px;
    font-weight: 800;
}

.studio__point strong {
    display: block;
    margin: 1px 0 5px;
    font-size: 15px;
}

.studio__point p {
    max-width: 480px;
    margin-bottom: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
}

.studio-card {
    position: relative;
    min-height: 510px;
    flex: 0 1 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 44px;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 82% 16%, rgba(142, 182, 155, 0.28), transparent 30%),
        radial-gradient(circle at 12% 90%, rgba(142, 182, 155, 0.16), transparent 34%),
        linear-gradient(145deg, #173d2e, #245d45 70%, #2f6b4f);
    color: var(--white);
    box-shadow: 0 32px 90px rgba(31, 77, 57, 0.2);
}

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

.studio-card::before {
    top: -120px;
    right: -90px;
    width: 310px;
    height: 310px;
}

.studio-card::after {
    right: -42px;
    bottom: -42px;
    width: 190px;
    height: 190px;
}

.studio-card__mark {
    position: relative;
    z-index: 1;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.075em;
}

.studio-card__mark span {
    color: #a8d1b4;
}

.studio-card__content {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding: 70px 0 50px;
}

.studio-card__content p {
    margin-bottom: 11px;
    color: #acd0b8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.studio-card__content h3 {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -0.055em;
}

.studio-card__content span {
    display: block;
    max-width: 330px;
    color: rgba(255, 255, 255, 0.69);
    font-size: 13px;
    line-height: 1.75;
}

.studio-card > a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 12px;
    font-weight: 700;
}

.studio-card > a svg {
    width: 20px;
    height: 20px;
    transition: transform 0.2s var(--ease);
}

.studio-card > a:hover svg,
.studio-card > a:focus-visible svg {
    transform: translate(3px, -3px);
}

.model {
    background: linear-gradient(180deg, rgba(238, 245, 240, 0.54), rgba(248, 250, 248, 0.18));
    overflow: hidden;
}

.section-heading {
    max-width: 680px;
    margin-bottom: 48px;
}

.section-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-heading--center .eyebrow {
    justify-content: center;
}

.model__cards {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 22px;
}

.model-card {
    position: relative;
    min-width: 260px;
    min-height: 370px;
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(75, 101, 85, 0.1);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 14px 42px rgba(31, 77, 57, 0.055);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease);
}

.model-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
}

.model-card::after {
    content: "";
    position: absolute;
    right: -68px;
    bottom: -70px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(142, 182, 155, 0.22), transparent 70%);
}

.model-card--accent {
    border-color: rgba(47, 107, 79, 0.16);
    background: linear-gradient(155deg, rgba(238, 245, 240, 0.94), rgba(255, 255, 255, 0.8));
}

.model-card__number {
    align-self: flex-end;
    color: rgba(47, 107, 79, 0.45);
    font-size: 11px;
    font-weight: 800;
}

.model-card__icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 26px 0 34px;
    border-radius: 19px;
    background: var(--green-pale);
    color: var(--green);
}

.model-card__icon svg {
    width: 27px;
    height: 27px;
}

.model-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.045em;
}

.model-card p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.72;
}

.principles-note {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-top: 24px;
    padding: 25px 30px;
    border: 1px solid rgba(47, 107, 79, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
}

.principles-note__mark {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    border-radius: 16px;
    background: var(--green-dark);
    color: var(--white);
}

.principles-note__mark svg {
    width: 25px;
    height: 25px;
}

.principles-note strong {
    display: block;
    margin-bottom: 3px;
    color: var(--green-dark);
    font-size: 13px;
}

.principles-note p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 13px;
}

.feedback {
    padding-top: 120px;
}

.feedback__layout {
    display: flex;
    align-items: flex-start;
    gap: 26px;
}

.form-card {
    min-width: 0;
    flex: 1 1 760px;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 0 0 1px rgba(75, 101, 85, 0.045), var(--shadow-card);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.form-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 32px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--line);
}

.form-card__head > div > span {
    display: block;
    margin-bottom: 6px;
    color: var(--green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.form-card__head h3 {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -0.045em;
}

.form-card__secure {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--green-pale);
    color: var(--green-dark);
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.form-card__secure svg {
    width: 14px;
    height: 14px;
}

.feedback-form {
    position: relative;
}

.feedback-form__trap {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.feedback-form__row {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.field {
    min-width: 0;
    flex: 1 1 280px;
    margin-bottom: 21px;
}

.field > label,
.field__label-row label {
    display: block;
    margin-bottom: 9px;
    color: #35443b;
    font-size: 12px;
    font-weight: 700;
}

.field label > span {
    color: #a65e52;
}

.field label small {
    margin-left: 5px;
    color: #8a968f;
    font-size: 9px;
    font-weight: 500;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid rgba(75, 101, 85, 0.15);
    border-radius: 14px;
    outline: 0;
    background: rgba(248, 250, 248, 0.88);
    color: var(--text);
    font-size: 13px;
    transition: border-color 0.18s var(--ease), box-shadow 0.18s var(--ease), background 0.18s var(--ease);
}

.field input,
.field select {
    min-height: 52px;
    padding: 0 15px;
}

.field select {
    padding-right: 42px;
    appearance: none;
    -webkit-appearance: none;
}

.select-wrap {
    position: relative;
}

.select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid var(--green-dark);
    border-bottom: 1.5px solid var(--green-dark);
    pointer-events: none;
    transform: translateY(-70%) rotate(45deg);
}

.field textarea {
    min-height: 170px;
    padding: 15px;
    resize: vertical;
    line-height: 1.65;
}

.field input::placeholder,
.field textarea::placeholder {
    color: #9aa49e;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
    border-color: rgba(47, 107, 79, 0.25);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--green);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(142, 182, 155, 0.15);
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea {
    border-color: #b95e53;
    box-shadow: 0 0 0 4px rgba(185, 94, 83, 0.09);
}

.field__hint,
.field__error {
    display: block;
    min-height: 16px;
    margin-top: 6px;
    font-size: 9px;
    line-height: 1.45;
}

.field__hint {
    color: #8a968f;
}

.field__error {
    color: #a84f45;
    font-weight: 600;
}

.field__hint + .field__error:empty {
    display: none;
}

.field__label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.field__label-row > span {
    color: #8a968f;
    font-size: 9px;
}

.field__label-row b {
    color: var(--green);
    font-weight: 700;
}

.consent {
    position: relative;
    margin: 2px 0 24px;
}

.consent > input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.consent > label {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: var(--muted);
    cursor: pointer;
    font-size: 10px;
    line-height: 1.55;
}

.consent__box {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    margin-top: 1px;
    border: 1px solid rgba(75, 101, 85, 0.22);
    border-radius: 6px;
    background: var(--white);
    color: transparent;
    transition: background 0.16s var(--ease), border-color 0.16s var(--ease), color 0.16s var(--ease), box-shadow 0.16s var(--ease);
}

.consent__box svg {
    width: 14px;
    height: 14px;
    stroke-width: 2.5;
}

.consent > input:checked + label .consent__box {
    border-color: var(--green);
    background: var(--green);
    color: var(--white);
}

.consent > input:focus-visible + label .consent__box {
    box-shadow: 0 0 0 4px rgba(142, 182, 155, 0.2);
}

.consent.has-error .consent__box {
    border-color: #b95e53;
}

.consent a {
    color: var(--green-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.consent > .field__error {
    padding-left: 31px;
}

.captcha-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 24px;
    padding: 16px;
    border: 1px solid rgba(47, 107, 79, 0.11);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(238, 245, 240, 0.72), rgba(255, 255, 255, 0.88));
}

.captcha-check__copy {
    min-width: 150px;
    flex: 1 1 190px;
}

.captcha-check__copy strong,
.captcha-check__copy span {
    display: block;
}

.captcha-check__copy strong {
    margin-bottom: 5px;
    color: var(--green-dark);
    font-size: 11px;
}

.captcha-check__copy span {
    color: var(--muted);
    font-size: 9px;
    line-height: 1.5;
}

.captcha-check .ms-captcha {
    width: 100%;
    flex: 0 1 340px;
}

.feedback-form__status {
    min-height: 0;
    margin-bottom: 0;
    padding: 0;
    border-radius: 13px;
    color: #93483f;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
}

.feedback-form__status:not(:empty) {
    min-height: 44px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 10px 14px;
    border: 1px solid rgba(185, 94, 83, 0.14);
    background: rgba(185, 94, 83, 0.07);
}

.submit-button {
    position: relative;
    min-width: 220px;
    min-height: 54px;
    padding: 0 24px;
    gap: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--green-deep), var(--green));
    color: var(--white);
    box-shadow: 0 14px 32px rgba(47, 107, 79, 0.17);
    font-size: 13px;
}

.submit-button > svg {
    width: 18px;
    height: 18px;
}

.submit-button > i {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.34);
    border-top-color: var(--white);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.submit-button.is-loading > svg {
    display: none;
}

.submit-button.is-loading > i {
    display: block;
}

.submit-button:disabled {
    cursor: wait;
    opacity: 0.76;
    transform: none;
}

.feedback-form__note {
    display: inline-block;
    max-width: 260px;
    margin: 0 0 0 14px;
    color: #8a968f;
    font-size: 9px;
    line-height: 1.45;
    vertical-align: middle;
}

.form-success {
    min-height: 510px;
    padding: 70px 40px;
    text-align: center;
}

.form-success__icon {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-dark), var(--green));
    color: var(--white);
    box-shadow: 0 16px 38px rgba(47, 107, 79, 0.2);
}

.form-success__icon svg {
    width: 35px;
    height: 35px;
    stroke-width: 2.4;
}

.form-success .eyebrow {
    justify-content: center;
    margin-bottom: 15px;
}

.form-success h3 {
    max-width: 460px;
    margin: 0 auto 16px;
    font-size: 30px;
    line-height: 1.18;
    letter-spacing: -0.055em;
}

.form-success > p:not(.eyebrow) {
    max-width: 520px;
    margin: 0 auto 28px;
    color: var(--muted);
    font-size: 13px;
}

.noscript-note {
    margin: 20px 0 0;
    padding: 13px;
    border-radius: 12px;
    background: #fff5d8;
    color: #69531e;
    font-size: 11px;
}

.contacts {
    position: sticky;
    top: 104px;
    flex: 0 1 390px;
    padding: 34px;
    border: 1px solid rgba(75, 101, 85, 0.1);
    border-radius: 30px;
    background: rgba(238, 245, 240, 0.7);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.contacts__head {
    margin-bottom: 26px;
}

.contacts__head .eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
}

.contacts__head h3 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

.contacts__head > p:last-child {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.65;
}

.contacts__list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 76px;
    padding: 12px;
    border: 1px solid rgba(75, 101, 85, 0.09);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 8px 24px rgba(31, 77, 57, 0.04);
    transition: transform 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.contact-card:hover,
.contact-card:focus-visible {
    border-color: rgba(47, 107, 79, 0.19);
    box-shadow: 0 14px 34px rgba(31, 77, 57, 0.08);
    transform: translateY(-2px);
}

.contact-card__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    border-radius: 14px;
    background: var(--green-pale);
    color: var(--green);
}

.contact-card__icon--telegram {
    background: #e8f5fb;
    color: #2789b7;
}

.contact-card__icon svg {
    width: 22px;
    height: 22px;
}

.contact-card > span:nth-child(2) {
    min-width: 0;
    flex: 1 1 auto;
}

.contact-card small,
.contact-card strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-card small {
    margin-bottom: 3px;
    color: #87938c;
    font-size: 9px;
}

.contact-card strong {
    color: #35443b;
    font-size: 11px;
}

.contact-card__arrow {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    margin-right: 5px;
    color: var(--green);
    transition: transform 0.2s var(--ease);
}

.contact-card:hover .contact-card__arrow,
.contact-card:focus-visible .contact-card__arrow {
    transform: translateX(3px);
}

.contacts__note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(75, 101, 85, 0.12);
}

.contacts__note > svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-top: 2px;
    color: var(--green);
}

.contacts__note p {
    margin-bottom: 0;
}

.contacts__note strong,
.contacts__note span {
    display: block;
}

.contacts__note strong {
    margin-bottom: 2px;
    font-size: 10px;
}

.contacts__note span {
    color: var(--muted);
    font-size: 9px;
}

.partnership {
    padding: 58px 0 112px;
}

.partnership__card {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
    padding: 62px;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 88% 20%, rgba(142, 182, 155, 0.27), transparent 29%),
        linear-gradient(140deg, #153f2e, #245d45 72%, #2f6b4f);
    color: var(--white);
    box-shadow: 0 35px 95px rgba(31, 77, 57, 0.22);
}

.partnership__decoration {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.partnership__decoration span {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.partnership__decoration span:nth-child(1) {
    top: -180px;
    right: -80px;
    width: 430px;
    height: 430px;
}

.partnership__decoration span:nth-child(2) {
    top: -60px;
    right: 40px;
    width: 240px;
    height: 240px;
}

.partnership__decoration span:nth-child(3) {
    bottom: -110px;
    left: 38%;
    width: 250px;
    height: 250px;
}

.partnership__content,
.partnership__actions {
    position: relative;
    z-index: 1;
}

.partnership__content {
    max-width: 670px;
}

.eyebrow--light {
    color: #b9dec4;
}

.eyebrow--light > span {
    background: #b9dec4;
    box-shadow: 0 0 0 8px rgba(185, 222, 196, 0.12);
}

.partnership h2 {
    max-width: 650px;
    margin-bottom: 18px;
}

.partnership__content > p:last-child {
    max-width: 600px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.75;
}

.partnership__actions {
    min-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.button--light {
    width: 100%;
    background: var(--white);
    color: var(--green-dark);
    box-shadow: 0 16px 36px rgba(9, 40, 27, 0.18);
}

.button--light:hover,
.button--light:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 22px 46px rgba(9, 40, 27, 0.25);
}

.partnership__actions > a:last-child {
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer {
    border-top: 1px solid var(--line);
    background: rgba(242, 247, 244, 0.76);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

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

.footer__brand {
    display: flex;
    align-items: center;
    gap: 13px;
}

.footer__brand img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.footer__brand strong,
.footer__brand span {
    display: block;
}

.footer__brand strong {
    margin-bottom: 2px;
    color: var(--green-deep);
    font-size: 14px;
}

.footer__brand span {
    color: var(--muted);
    font-size: 9px;
}

.footer__nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px 28px;
}

.footer__nav a,
.footer__bottom a {
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
    transition: color 0.18s var(--ease);
}

.footer__nav a:hover,
.footer__nav a:focus-visible,
.footer__bottom a:hover,
.footer__bottom a:focus-visible {
    color: var(--green-dark);
}

.footer__bottom {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid var(--line);
}

.footer__bottom p {
    margin-bottom: 0;
    color: #85918a;
    font-size: 9px;
}

.footer__bottom > div {
    display: flex;
    align-items: center;
    gap: 22px;
}

.reveal {
    opacity: 1;
    transform: translateY(0);
}

.js-ready .reveal:not(.is-visible) {
    opacity: 0;
    transform: translateY(20px);
}

.js-ready .reveal {
    transition: opacity 0.58s var(--ease), transform 0.58s var(--ease);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: no-preference) {
    .ambient__image {
        animation: background-drift 36s ease-in-out infinite alternate;
    }

    .ambient__dots {
        animation: dots-drift 52s linear infinite;
    }

    .ambient__wave--top {
        animation: wave-top 48s ease-in-out infinite alternate;
    }

    .ambient__wave--bottom {
        animation: wave-bottom 42s ease-in-out infinite alternate;
    }

    .conversation-card {
        animation: conversation-float 8s ease-in-out infinite;
    }

    .hero-note--studio {
        animation: note-float 7s ease-in-out 0.5s infinite;
    }

    .hero-note--idea {
        animation: note-float 8s ease-in-out infinite reverse;
    }
}

@keyframes background-drift {
    from {
        transform: translate3d(-1.5vw, -1vh, 0) scale(1.04);
    }
    to {
        transform: translate3d(1.7vw, 1.1vh, 0) scale(1.08);
    }
}

@keyframes dots-drift {
    to {
        transform: translate3d(72px, 44px, 0);
    }
}

@keyframes wave-top {
    from {
        transform: rotate(180deg) translateX(-70px);
    }
    to {
        transform: rotate(180deg) translateX(70px);
    }
}

@keyframes wave-bottom {
    from {
        transform: translateX(-70px);
    }
    to {
        transform: translateX(70px);
    }
}

@keyframes conversation-float {
    0%,
    100% {
        transform: rotate(1.5deg) translateY(0);
    }
    50% {
        transform: rotate(0.5deg) translateY(-9px);
    }
}

@keyframes note-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

@media (max-width: 1080px) {
    .navigation {
        gap: 20px;
    }

    .header__action {
        padding: 0 17px;
    }

    .hero__inner {
        gap: 40px;
    }

    .hero h1 {
        font-size: clamp(40px, 5vw, 58px);
    }

    .hero-note--studio {
        right: 0;
    }

    .hero-note--idea {
        left: 0;
    }

    .studio__inner {
        gap: 55px;
    }

    .studio-card {
        flex-basis: 420px;
    }

    .feedback__layout {
        flex-direction: column;
    }

    .form-card,
    .contacts {
        width: 100%;
        flex-basis: auto;
    }

    .contacts {
        position: static;
    }

    .contacts__list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contact-card {
        min-width: 260px;
        flex: 1 1 280px;
    }

    .partnership__card {
        padding: 52px;
    }
}

@media (max-width: 880px) {
    .container {
        width: min(calc(100% - 34px), var(--container));
    }

    .header__inner {
        min-height: 70px;
    }

    .brand__mark {
        width: 38px;
        height: 38px;
    }

    .menu-button {
        display: block;
        order: 3;
    }

    .header__action {
        display: none;
    }

    .navigation {
        position: fixed;
        top: 78px;
        right: 17px;
        left: 17px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
        padding: 9px;
        border: 1px solid rgba(75, 101, 85, 0.12);
        border-radius: 22px;
        background: rgba(248, 250, 248, 0.98);
        box-shadow: var(--shadow-card);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.2s var(--ease), transform 0.2s var(--ease), visibility 0.2s var(--ease);
    }

    .navigation.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .navigation a {
        min-height: 48px;
        display: flex;
        align-items: center;
        padding: 0 15px;
        border-radius: 14px;
        font-size: 14px;
    }

    .navigation a::after {
        display: none;
    }

    .navigation a:hover,
    .navigation a:focus-visible,
    .navigation a.is-active {
        background: var(--green-pale);
    }

    .hero {
        min-height: auto;
        padding: 72px 0 70px;
    }

    .hero__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .hero__content {
        max-width: 700px;
        flex-basis: auto;
    }

    .hero h1 {
        max-width: 690px;
        font-size: clamp(42px, 8vw, 64px);
    }

    .hero-visual {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
        flex-basis: 500px;
    }

    .conversation-card {
        width: min(86%, 500px);
    }

    .hero-note--studio {
        right: 5%;
    }

    .hero-note--idea {
        left: 5%;
    }

    .trust-line__inner {
        flex-wrap: wrap;
        padding: 28px;
    }

    .trust-line__item {
        min-width: 210px;
    }

    .trust-line__divider {
        display: none;
    }

    .section {
        padding: 82px 0;
    }

    .studio__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .studio__content {
        max-width: 700px;
        flex-basis: auto;
    }

    .studio-card {
        width: min(100%, 620px);
        min-height: 440px;
        flex-basis: auto;
    }

    .partnership__card {
        flex-direction: column;
        align-items: flex-start;
        padding: 48px;
    }

    .partnership__actions {
        width: min(100%, 360px);
        align-items: flex-start;
    }

    .footer__top {
        padding: 34px 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .footer__nav {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(calc(100% - 28px), var(--container));
    }

    .brand__name {
        font-size: 17px;
    }

    .hero {
        padding: 52px 0 56px;
    }

    .eyebrow {
        margin-bottom: 16px;
        font-size: 10px;
    }

    .hero h1 {
        margin-bottom: 20px;
        font-size: clamp(37px, 11.5vw, 52px);
        line-height: 1.05;
    }

    .hero h1 em {
        white-space: normal;
    }

    .hero__lead {
        margin-bottom: 28px;
        font-size: 15px;
        line-height: 1.7;
    }

    .hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .hero__trust {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-visual {
        min-height: 440px;
        flex-basis: 440px;
    }

    .hero-visual__glow {
        width: 410px;
        height: 410px;
    }

    .conversation-card {
        width: 94%;
        padding: 20px;
        border-radius: 24px;
    }

    .conversation-card__top {
        margin-bottom: 23px;
        padding-bottom: 16px;
    }

    .conversation-card__message {
        font-size: 10px;
    }

    .hero-note {
        padding: 9px 12px 9px 9px;
        border-radius: 15px;
    }

    .hero-note--studio {
        top: 2px;
        right: 0;
    }

    .hero-note--idea {
        bottom: 2px;
        left: 0;
    }

    .hero-note__icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        border-radius: 10px;
    }

    .hero-note small {
        font-size: 7px;
    }

    .hero-note strong {
        font-size: 9px;
    }

    .trust-line {
        padding-bottom: 40px;
    }

    .trust-line__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        padding: 26px;
    }

    .trust-line__item {
        min-width: 0;
        flex-basis: auto;
        text-align: left;
    }

    .section {
        padding: 68px 0;
    }

    .section h2,
    .partnership h2 {
        margin-bottom: 18px;
        font-size: clamp(31px, 9vw, 43px);
    }

    .section-lead,
    .section-heading > p:last-child {
        font-size: 14px;
    }

    .studio__points {
        margin-top: 34px;
    }

    .studio__point {
        gap: 14px;
    }

    .studio__point > span {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .studio-card {
        min-height: 410px;
        padding: 30px;
        border-radius: 28px;
    }

    .studio-card__content h3 {
        font-size: 30px;
    }

    .section-heading {
        margin-bottom: 34px;
    }

    .section-heading--center,
    .section-heading--center .eyebrow {
        text-align: left;
        justify-content: flex-start;
    }

    .model__cards {
        gap: 15px;
    }

    .model-card {
        min-height: 310px;
        padding: 28px;
        border-radius: 22px;
    }

    .model-card__icon {
        margin: 19px 0 28px;
    }

    .principles-note {
        align-items: flex-start;
        padding: 22px;
    }

    .feedback {
        padding-top: 76px;
    }

    .feedback__layout {
        gap: 17px;
    }

    .form-card,
    .contacts {
        padding: 22px;
        border-radius: 24px;
    }

    .form-card__head {
        align-items: flex-start;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .form-card__head h3 {
        font-size: 20px;
    }

    .form-card__secure {
        padding: 7px 9px;
        font-size: 8px;
    }

    .feedback-form__row {
        flex-direction: column;
        gap: 0;
    }

    .field {
        width: 100%;
        flex-basis: auto;
    }

    .field input,
    .field select {
        min-height: 54px;
    }

    .field textarea {
        min-height: 190px;
    }

    .captcha-check {
        align-items: stretch;
        flex-direction: column;
        padding: 14px;
    }

    .captcha-check__copy {
        min-width: 0;
        flex-basis: auto;
    }

    .captcha-check .ms-captcha {
        max-width: none;
        flex-basis: auto;
    }

    .submit-button {
        width: 100%;
    }

    .feedback-form__note {
        display: block;
        max-width: 100%;
        margin: 11px 0 0;
        text-align: center;
    }

    .form-success {
        min-height: 470px;
        padding: 58px 10px;
    }

    .form-success h3 {
        font-size: 27px;
    }

    .contacts__list {
        flex-direction: column;
    }

    .contact-card {
        width: 100%;
        min-width: 0;
        flex-basis: auto;
    }

    .partnership {
        padding: 34px 0 78px;
    }

    .partnership__card {
        min-height: 0;
        gap: 32px;
        padding: 34px 26px;
        border-radius: 28px;
    }

    .partnership__actions {
        width: 100%;
    }

    .partnership__content > p:last-child {
        font-size: 13px;
    }

    .footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 22px 0;
    }

    .footer__bottom > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .ambient__image,
    .ambient__dots,
    .ambient__wave,
    .conversation-card,
    .hero-note,
    .submit-button > i {
        animation: none;
    }

    .js-ready .reveal,
    .button,
    .header__action,
    .navigation,
    .contact-card,
    .model-card {
        transition: none;
    }

    .js-ready .reveal:not(.is-visible) {
        opacity: 1;
        transform: none;
    }
}
