/* Global styles migrated from the Next.js app (global.styled.tsx + styled-normalize).
   This file is bundled via the Hugo asset pipeline (layouts/partials/head.html). */

:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-text: #3b4949;
    --color-gray: #c9c9c9;
    --color-dark-gray: #8a9292;
    --color-green: #008c8c;
    --color-green-hover: #006666;
    --color-red: #ff2936;
    --color-yellow: #d7c4a3;
    --color-bg: #f6f6f6;
    --color-bg-gray: #ededed;
    --color-facebook: #1877f2;
    --color-twitter: #1da1f2;
    --color-linkedin: #007bb5;

    --font-body: 'Open Sans', sans-serif;
    --font-alt: 'Roboto', sans-serif;
    --font-display: 'Merriweather', sans-serif;
    --font-code: 'Lato', source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;

    --font-size-xs: 10px;
    --font-size-s: 12px;
    --font-size-m: 14px;
    --font-size-l: 16px;
    --font-size-xl: 18px;
    --font-size-xxl: 20px;
    --font-size-button: 13px;
    --font-size-menu: 15px;
    --font-size-hero-subtitle: 24px;
    --font-size-modal-title: 32px;
    --font-size-section-title: 42px;
    --font-size-hero: 50px;

    --radius-default: 8px;
    --radius-button: 10px;
    --radius-circle: 50px;

    --transition-default: 0.3s;
    --transition-modal: 0.6s;

    --container-max-width: 1170px;
    --container-padding: 15px;
}

/* styled-normalize core */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Project-specific globals */
body {
    background: var(--color-bg);
    color: var(--color-text);
    font-family: var(--font-body);
    font-size: var(--font-size-l);
    line-height: 1.5;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

body.layout-white,
body.layout-landing,
body.layout-list {
    background: var(--color-white);
}

code,
pre {
    font-family: var(--font-code);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-text);
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.5em;
}

p {
    margin: 0 0 1em;
}

a {
    color: var(--color-green);
    cursor: pointer;
    text-decoration: underline;
    text-underline-position: under;
    transition: color var(--transition-default);
}

a:hover {
    color: var(--color-green-hover);
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

.container {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--container-max-width);
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    position: relative;
    width: 100%;
}

svg {
    transition: all 0.5s;
}

svg path,
svg circle,
svg rect {
    transition: all 0.5s;
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/* PerfectScrollbar parity */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 10px;
    bottom: 0;
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 10px;
    right: 0;
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

.ps__thumb-x {
    background-color: var(--color-gray);
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 4px;
    bottom: 2px;
    position: absolute;
}

.ps__thumb-y {
    background-color: var(--color-gray);
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 4px;
    right: 2px;
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 6px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 6px;
}

.scrollbar-container {
    height: 100%;
    position: relative;
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

html,
body {
    overflow-x: hidden;
}

@media (max-width: 1199px) {
    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden !important;
    }
}

/* Layout shell */
.layout__wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.layout__main {
    flex: 1 0 auto;
}

/* Header & navigation */
.site-header {
    background: transparent;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    transition: background var(--transition-default);
    width: 100%;
    z-index: 9999;
}

.site-header.is-scrolling,
.site-header.is-open {
    background: var(--color-green-hover);
}

.layout-landing .site-header.is-scrolling,
.layout-landing .site-header.is-open {
    background: var(--color-bg);
}

.site-header__inner {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: space-between;
}

.site-header__brand {
    align-items: center;
    color: var(--color-white);
    display: inline-flex;
    font-size: 100px;
    height: 100px;
    line-height: 1;
    text-decoration: none;
    width: 100px;
}

.site-header__brand svg {
    display: block;
    height: 1em;
    width: 1em;
}

.site-header__nav {
    align-items: center;
    display: flex;
    position: relative;
}

.menu {
    display: flex;
    align-items: center;
}

.menu--desktop .menu__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu__item {
    padding: 0 25px;
}

.menu__link {
    color: var(--color-white);
    cursor: pointer;
    display: block;
    font-family: var(--font-body);
    font-size: var(--font-size-l);
    font-weight: 600;
    line-height: 1.15;
    position: relative;
    text-decoration: none;
    transition: all var(--transition-default);
}

.menu__link::after {
    background: var(--color-white);
    bottom: -5px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: all var(--transition-default);
    width: 100%;
}

.menu__link:hover {
    color: var(--color-yellow);
}

.menu__link:hover::after,
.menu__link.is-active::after {
    transform: scaleX(1);
}

.layout-landing .menu__link {
    color: var(--color-text);
}

.layout-landing .menu__link::after {
    background: var(--color-yellow);
}

.layout-landing .menu__link:hover,
.layout-landing .menu__link.is-active {
    color: var(--color-yellow);
}

.menu__link--cta {
    color: var(--color-white);
    font-weight: 600;
    margin-left: 25px;
}

.menu__link--cta::after {
    background: var(--color-yellow);
    bottom: -6px;
    height: 2px;
    transform: scaleX(1);
}

.menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    flex-direction: column;
    height: 25px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 40px;
    width: 30px;
}

.menu-toggle__bar {
    background-color: var(--color-white);
    border-radius: 2px;
    display: block;
    height: 3px;
    transition: transform 0.6s, opacity 0.6s;
    width: 30px;
}

.menu-toggle__bar + .menu-toggle__bar {
    margin-top: 6px;
}

.menu-toggle[aria-expanded='true'] .menu-toggle__bar:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}

.menu-toggle[aria-expanded='true'] .menu-toggle__bar:nth-child(2) {
    transform: rotate(45deg);
}

.menu-toggle[aria-expanded='true'] .menu-toggle__bar:nth-child(3) {
    transform: translateY(-9px) rotate(135deg);
}

.menu--mobile {
    background-color: rgba(11, 61, 59, 0.92);
    display: block;
    height: 100vh;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100vw);
    transition: transform var(--transition-modal);
    width: 300px;
    z-index: 9998;
}

.menu--mobile[hidden] {
    display: block;
    visibility: hidden;
}

.menu--mobile.is-open {
    visibility: visible;
}

.menu--mobile.is-open {
    transform: translateX(0);
}

.menu--mobile .menu__list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu--mobile .menu__item {
    font-size: var(--font-size-xxl);
    margin: 15px 0;
    padding: 0 25px;
}

.menu--mobile .menu__link::after {
    bottom: -8px;
}

.layout-landing .menu--mobile {
    background-color: rgba(246, 246, 246, 0.92);
}

.lang-switch {
    align-items: center;
    color: var(--color-white);
    display: flex;
    font-weight: 600;
    gap: 16px;
    margin-left: 50px;
}

.lang-switch__link {
    color: var(--color-gray);
    font-size: var(--font-size-l);
    font-weight: 600;
    line-height: 1.15;
    text-decoration: none;
    transition: color var(--transition-default);
}

.lang-switch__link.is-active {
    color: var(--color-yellow);
}

.lang-switch__link:hover {
    color: var(--color-yellow);
}

.lang-switch__divider {
    color: var(--color-gray);
}

.layout-landing .lang-switch {
    color: var(--color-text);
}

.layout-landing .lang-switch__link {
    color: var(--color-gray);
}

.layout-landing .lang-switch__link.is-active {
    color: var(--color-text);
}

.layout-landing .menu-toggle__bar {
    background-color: var(--color-green);
}

@media (max-width: 1199px) {
    .site-header {
        padding: 0;
    }

    .site-header__brand {
        font-size: 100px;
        height: 100px;
        width: 100px;
    }

    .menu--desktop {
        display: none;
    }

    .lang-switch {
        margin-left: 0;
        margin-right: 70px;
    }

    .menu-toggle {
        display: flex;
        position: fixed;
        z-index: 10000;
    }
}

@media (max-width: 767px) {
    .menu--mobile .menu__item {
        font-size: var(--font-size-xl);
    }

    .menu-toggle {
        top: 40px;
    }
}

body.menu-open {
    overflow: hidden;
}

/* Footer */
.site-footer {
    background: var(--color-white);
}

.site-footer__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.site-footer__copyright {
    font-size: var(--font-size-m);
    margin: 0;
}

.site-footer__links {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}

.site-footer__link {
    color: var(--color-text);
    display: inline;
    font-size: var(--font-size-m);
    line-height: 1.5;
    margin-right: 32px;
    position: relative;
    text-decoration: none;
    transition: color var(--transition-default);
    white-space: nowrap;
}

.site-footer__link:hover {
    color: var(--color-green-hover);
}

.site-footer__link::after {
    background: var(--color-text);
    border-radius: 50%;
    content: '';
    height: 5px;
    position: absolute;
    right: -18px;
    top: 6px;
    width: 5px;
}

.site-footer__link:last-child {
    margin-right: 0;
}

.site-footer__link:last-child::after {
    display: none;
}

.site-footer__socials {
    display: flex;
}
.site-footer__social:nth-child(1) {
    margin-right: 38px;
}

.site-footer__social:nth-child(2) {
    margin-right: 40px;
}

.site-footer__social {
    display: flex;
    align-items: center;
    font-size: var(--font-size-m);
    text-decoration: none;
}

.site-footer__social svg path {
    fill: #C9C9C9;
    transition: fill var(--transition-default);
}

.site-footer__social:hover svg path {
    fill: var(--color-green-hover);
}

@media (max-width: 1199px) {
    .site-footer__inner {
        justify-content: space-around;
    }
}

@media (max-width: 767px) {
    .site-footer__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer__links {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .site-footer__copyright {
        margin-bottom: 15px;
    }
}

body.layout.layout-section.layout-trainings .site-footer {
    background: var(--color-bg);
}

/* Buttons */
.btn {
    align-items: center;
    border: 0;
    border-radius: var(--radius-button);
    cursor: pointer;
    display: inline-flex;
    font-size: var(--font-size-button);
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.22em;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all var(--transition-default);
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

.btn--primary {
    background: transparent;
    color: var(--color-yellow);
    min-width: 165px;
    position: relative;
}

.btn--primary::before,
.btn--primary::after {
    border-radius: var(--radius-button);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
}

.btn--primary::before {
    background: linear-gradient(180deg, #287871 0%, #006666 100%);
    z-index: -2;
}

.btn--primary::after {
    background: var(--color-green-hover);
    opacity: 0;
    transition: opacity var(--transition-default);
    z-index: -1;
}

.btn--primary:hover {
    color: var(--color-white);
}

.btn--primary:hover::after {
    opacity: 1;
}

.btn--secondary {
    background: transparent;
    border: 2px solid var(--color-yellow);
    color: var(--color-white);
}

.btn--secondary:hover {
    background: rgba(246, 246, 246, 0.1);
    color: var(--color-white);
}

.btn--outline {
    background: transparent;
    border: 2px solid var(--color-green);
    color: var(--color-green);
}

.btn--outline:hover {
    background: var(--color-green);
    color: var(--color-white);
}

.btn--w-280 {
    max-width: 100%;
    width: 280px;
}

.btn--w-290 {
    max-width: 100%;
    width: 290px;
}

.btn--w-300 {
    max-width: 100%;
    width: 300px;
}

/* Hero */
.hero {
    background-image: url('/images/hero.png');
    background-size: cover;
    border-bottom-left-radius: 50px;
    height: 665px;
    padding-top: 100px;
    position: relative;
}

.hero__inner {
    position: relative;
}

@media (max-width: 767px) {
    .hero__inner {
        display: flex;
        flex-direction: column;
        height: calc(100% - 50px);
        justify-content: center;
    }
}

.hero__title {
    color: var(--color-white);
    font-family: var(--font-display);
    font-size: var(--font-size-hero);
    font-weight: 400;
    line-height: 1.5;
    margin: 100px 0 15px;
    max-width: 750px;
}

.hero__subtitle {
    color: var(--color-white);
    font-size: var(--font-size-hero-subtitle);
    margin-bottom: 40px;
    max-width: 650px;
}

.hero__eyebrow {
    color: var(--color-yellow);
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.hero__decor {
    background-size: cover;
    border-radius: var(--radius-default);
    position: absolute;
    right: 0;
}

.hero__decor--small {
    background-image: url('/images/hero_image_3.png');
    bottom: 120px;
    height: 150px;
    width: 130px;
}

.hero__decor--middle {
    background-image: url('/images/hero_image_1.png');
    bottom: 45px;
    height: 160px;
    right: 450px;
    width: 225px;
    z-index: 2;
}

.hero__decor--big {
    background-image: url('/images/hero_image_2.png');
    bottom: 10px;
    height: 310px;
    right: 140px;
    width: 355px;
    z-index: 1;
}

.hero__circle {
    border: 2px solid var(--color-white);
    border-radius: 50%;
    position: absolute;
    z-index: 9;
}

.hero__circle--white {
    bottom: 280px;
    height: 23px;
    right: 100px;
    width: 23px;
}

.hero__circle--green {
    border-color: var(--color-green);
    bottom: 30px;
    height: 37px;
    right: 600px;
    width: 37px;
}

/* Generic sections */
.section {
    padding: 125px 0 0;
    position: relative;
}

.section__title {
    color: var(--color-text);
    font-family: var(--font-display);
    font-size: var(--font-size-section-title);
    font-weight: 400;
    line-height: 1.65;
    margin: 0 0 25px;
}

.section__title--center {
    text-align: center;
}

.section__lead {
    font-size: var(--font-size-xl);
    line-height: 1.65;
    margin: 0 0 70px;
    max-width: 750px;
}

.section__cta {
    margin-top: 50px;
    text-align: center;
}

/* About */
.about {
    padding-top: 125px;
}

.about .section__title {
    margin-top: 0.83em;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}

.about .section__lead {
    position: relative;
    z-index: 9;
}

.about__decor {
    display: flex;
    line-height: 1;
    pointer-events: none;
    position: absolute;
}

.about__decor svg {
    display: block;
}

.about__decor--a {
    left: -100px;
    top: 470px;
    font-size: 340px;
    height: 340px;
    overflow: hidden;
}

.about__decor--i {
    left: 395px;
    bottom: -80px;
    font-size: 315px;
    height: 315px;
    overflow: hidden;
}

.about__decor--e {
    right: 50px;
    top: 150px;
    font-size: 340px;
    height: 340px;
    overflow: hidden;
}

.about__grid {
    display: flex;
    gap: 30px;
    align-items: flex-end;
    position: relative;
    z-index: 9;
}

.about__col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about__card {
    background: rgba(246, 246, 246, 0.2);
    border-radius: var(--radius-default);
    box-shadow: 0 0 28px rgba(9, 90, 90, 0.2);
    padding: 55px 75px 65px 55px;
}

.about__card-title {
    font-size: var(--font-size-xxl);
    font-family: var(--font-body);
    font-weight: 700;
    line-height: 1.65;
    margin: 20px 0 20px;
}

.about__card-text {
    font-size: var(--font-size-l);
    line-height: 1.65;
    margin: 0 0 16px;
}

.about__card-text:last-child {
    margin-bottom: 0;
}

.about__card--big {
    padding-top: 75px;
    padding-bottom: 90px;
}

.about__summary {
    text-align: center;
    margin-top: 125px;
    position: relative;
    z-index: 9;
}

.about__summary-text {
    font-size: var(--font-size-xl);
    font-weight: 600;
    line-height: 1.65;
    margin: 0 auto 40px;
    max-width: 750px;
}

/* Benefits */
.benefits {
    padding-top: 170px;
    position: relative;
}

.benefits .section__title {
    margin-top: 0.83em;
    margin-bottom: 65px;
}

.benefits__inner {
    position: relative;
}

.benefits__dots {
    background-image: url('/images/dots-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 1253px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25%;
    width: 666px;
}

.benefits__steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.benefit {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.benefit__halo {
    position: relative;
    display: inline-block;
}

.benefit__halo > svg {
    display: block;
}

.benefit__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 160px;
    justify-content: center;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 175px;
}

.benefit__icon {
    align-items: center;
    display: flex;
    height: 45px;
}

.benefit__icon svg {
    display: block;
    margin: 0 auto;
}

.benefit__text {
    font-weight: 600;
    line-height: 1.65;
    margin: 0;
    margin-top: 20px;
    text-align: center;
}

.benefit__halo--3 > svg {
    width: 337px;
}

.benefits__steps .benefit:first-child .benefit__inner,
.benefits__steps .benefit:nth-child(2) .benefit__inner {
    margin-left: -10px;
}

/* Projects */
.projects {
    padding-bottom: 140px;
    padding-top: 150px;
}

.projects .section__title {
    margin-top: 0.83em;
    margin-bottom: 50px;
}

.projects .section__cta {
    margin-top: 60px;
}

.projects__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.projects__row {
    display: flex;
    width: 100%;
}

.projects__row--end {
    justify-content: flex-end;
}

.projects__row--center {
    justify-content: center;
}

.project-card {
    background: var(--color-white);
    border-radius: var(--radius-default);
    box-shadow: 0 0 28px rgba(9, 90, 90, 0.1);
    color: inherit;
    cursor: pointer;
    display: flex;
    min-height: 240px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: box-shadow var(--transition-default);
    width: calc(100% - 200px);
}

.project-card:hover {
    box-shadow: 0 0 28px rgba(9, 90, 90, 0.25);
    color: inherit;
}

.project-card__media {
    background-position: center;
    background-size: cover;
    border-radius: var(--radius-default);
    flex-shrink: 0;
    height: 240px;
    width: 240px;
}

.project-card__body {
    padding: 40px 30px;
    flex: 1;
}

.project-card__meta {
    align-items: center;
    color: var(--color-dark-gray);
    display: flex;
    font-size: var(--font-size-m);
    justify-content: space-between;
    margin-bottom: 15px;
}

.project-card__meta-inner {
    align-items: center;
    display: flex;
}

.project-card__title {
    font-family: var(--font-body);
    font-size: var(--font-size-xxl);
    font-weight: 700;
    line-height: 1.65;
    margin: 0 0 10px;
    max-width: 555px;
}

.project-card__text {
    line-height: 1.65;
    margin: 0 0 16px;
    max-width: 555px;
}

.project-card__date {
    color: var(--color-dark-gray);
    font-size: var(--font-size-m);
    margin-left: 30px;
    position: relative;
}

.project-card__date::before {
    background: #8a9292;
    border-radius: 50%;
    content: '';
    height: 4px;
    left: -16px;
    position: absolute;
    top: 8px;
    width: 4px;
}

.project-card__link {
    align-items: center;
    color: var(--color-green);
    display: inline-flex;
    font-size: var(--font-size-button);
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1.15;
    margin-right: 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color var(--transition-default);
}

.project-card:hover .project-card__link,
.project-card__link:hover {
    color: var(--color-green-hover);
}

.project-card__link svg {
    height: 20px;
    margin-left: 18px;
    transform: translateX(10px);
    transition: transform var(--transition-default), fill var(--transition-default);
    width: 20px;
}

.project-card:hover .project-card__link svg,
.project-card__link:hover svg {
    transform: translateX(16px);
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
}

.filter-pill {
    align-items: center;
    background-color: transparent;
    border: 1px solid var(--color-gray);
    border-radius: var(--radius-default);
    color: transparent;
    display: inline-flex;
    font-size: var(--font-size-m);
    font-weight: 600;
    height: 38px;
    line-height: 1.7;
    padding: 0 28px;
    position: relative;
}

.filter-pill input {
    display: none;
}

.filter-pill span {
    color: var(--color-text);
    cursor: pointer;
    display: block;
    font-weight: 400;
}

.filter-pill:has(input:checked) {
    background: var(--color-yellow);
}

.filter-pill:has(input:checked) span {
    font-weight: 600;
}

.projects__grid--modal {
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: calc(100vh - 350px);
    margin-top: 40px;
    overflow-y: auto;
    padding-right: 50px;
    width: calc(100% + 50px);
}

.projects__grid--modal .project-card {
    box-shadow: 0 0 15px rgba(9, 90, 90, 0.05);
    width: calc(100% - 15px);
}

.projects__grid--modal .project-card:hover {
    box-shadow: 0 0 15px rgba(9, 90, 90, 0.15);
}

.projects__grid--modal .project-card__text {
    max-width: 480px;
}

/* Team */
.team {
    background: var(--color-bg-gray);
    padding: 120px 0;
}

.team .section__title {
    margin-bottom: 50px;
    margin-top: 0;
    text-align: center;
}

.team__slider {
    position: relative;
    margin: 45px auto 35px;
    overflow: hidden;
}

.team__track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s ease;
}

.team-card {
    background: var(--color-white);
    border-radius: var(--radius-default);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: calc(33.333% - 16px);
    padding: 30px 26px 32px;
}

.team-card__avatar {
    border: 5px solid var(--color-white);
    border-radius: 50%;
    box-shadow: 0 12px 36px rgba(9, 90, 90, 0.12);
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
    width: 140px;
}

.team-card__avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.team-card__position {
    color: var(--color-dark-gray);
    font-size: var(--font-size-m);
    letter-spacing: 0.02em;
    margin: 0;
    text-align: center;
}

.team-card__name {
    font-family: var(--font-display);
    font-size: var(--font-size-section-title);
    margin: 6px 0 10px;
    text-align: center;
}

.team-card__text {
    margin: 0 auto;
    max-width: 520px;
    text-align: center;
    line-height: 1.7;
}

.team-card__socials {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 10px;
}

.team-card__socials a {
    align-items: center;
    background: var(--color-bg-gray);
    border-radius: 50%;
    color: var(--color-green);
    display: inline-flex;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    transition: background var(--transition-default), color var(--transition-default);
    width: 36px;
}

.team-card__socials a svg {
    height: 18px;
    width: 18px;
}

.team-card__socials a:hover {
    background: var(--color-green);
    color: var(--color-white);
}

.team__nav {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 18px;
}

.team__arrow {
    align-items: center;
    background: var(--color-white);
    border: 1px solid #d8e1e8;
    border-radius: 50%;
    color: var(--color-green);
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    transition: background var(--transition-default), color var(--transition-default), border-color var(--transition-default);
    width: 44px;
}

.team__arrow:hover {
    background: var(--color-green);
    border-color: var(--color-green);
    color: var(--color-white);
}

.team__arrow svg {
    height: 14px;
    width: 14px;
}

.team__dots {
    display: flex;
    gap: 10px;
    align-items: center;
}

.team__dots button {
    background: #cfd8de;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    height: 10px;
    width: 10px;
    padding: 0;
    transition: background 0.2s ease, width 0.2s ease;
}

.team__dots button.is-active {
    background: var(--color-green);
    width: 26px;
}

.team__summary {
    margin: 130px auto 0;
    max-width: 100%;
    padding: 0;
    text-align: center;
}

.team__summary-text {
    font-size: var(--font-size-xl);
    font-weight: 600;
    line-height: 1.65;
    margin: 80px auto 40px;
    max-width: 750px;
}

/* Opinions */
.opinions {
    background: var(--color-bg);
    padding-bottom: 0;
}

.opinions .section__title {
    margin-bottom: 50px;
    margin-top: 35px;
}

.opinions__list {
    height: 500px;
    position: relative;
    width: 100%;
    z-index: 9;
}

.opinions__quote {
    color: var(--color-white);
    left: 55%;
    position: absolute;
    top: -50px;
    transform: translateX(-50%);
    z-index: 0;
}

.opinions__quote svg {
    display: block;
    height: 294px;
    width: 294px;
}

.opinions__scroll {
    height: 500px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}

.opinion {
    align-items: flex-end;
    display: flex;
    line-height: 1.65;
}

.opinion__text {
    flex: 1;
    font-size: var(--font-size-xl);
    line-height: 1.65;
    margin: 0;
    margin-right: 120px;
    max-width: 750px;
}

.opinion__text p {
    margin: 0;
}

.opinion__source {
    align-items: center;
    color: var(--color-green);
    display: flex;
    font-size: var(--font-size-l);
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 0;
    margin-right: 10px;
    text-decoration: none;
}

.opinion__source:hover {
    color: var(--color-yellow);
}

.opinion__source svg {
    height: 20px;
    margin-left: 16px;
    width: 20px;
}

.opinions__dots {
    display: flex;
    margin-left: -5px;
    padding: 40px 0;
}

.opinions__dots span {
    background: var(--color-yellow);
    border-radius: 50%;
    height: 10px;
    margin: 0 5px;
    width: 10px;
}

/* Events */
.events {
    padding: 130px 0 140px;
    position: relative;
    overflow: hidden;
}

.events .section__title {
    margin-bottom: 50px;
    margin-top: 0.83em;
}

.events__dots {
    background-image: url('/images/dots-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 1253px;
    left: -40px;
    pointer-events: none;
    position: absolute;
    top: -30%;
    width: 568px;
    z-index: 0;
}

.events__heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.events__nav {
    display: flex;
    align-items: center;
    gap: 36px;
}

.events__arrow {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--color-gray);
    cursor: pointer;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    padding: 0;
    transition: color var(--transition-default), opacity var(--transition-default);
    width: 18px;
}

.events__arrow svg {
    height: 24px;
    width: 14px;
}

.events__arrow:hover {
    color: var(--color-gray);
    opacity: 0.7;
}

.events__arrow.is-disabled,
.events__arrow:disabled {
    cursor: default;
    opacity: 0.5;
}

.events__slider {
    margin-top: 0;
    overflow: visible;
    padding-top: 0;
    position: relative;
    z-index: 1;
}

.events__track {
    display: flex;
    gap: 30px;
    margin-top: 100px;
    transition: transform 0.45s ease;
}

.events__slide,
.event-card-link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.event-card-link:hover {
    color: inherit;
}

.event-card {
    background: var(--color-white);
    border-radius: var(--radius-default);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.event-card__media {
    background-position: center;
    background-size: cover;
    height: 180px;
}

.event-card--slider {
    background: var(--color-white);
    border-radius: var(--radius-default);
    box-shadow: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 475px;
    min-width: calc(33.333% - 20px);
    overflow: visible;
    position: relative;
    transition: box-shadow var(--transition-default);
}

.event-card--slider:hover {
    box-shadow: 0 0 28px rgba(9, 90, 90, 0.15);
}

.event-card__body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 35px 25px;
}

.event-card__image {
    background: var(--color-white);
    border-radius: var(--radius-default);
    flex-shrink: 0;
    height: 125px;
    margin: -50px auto 50px;
    overflow: hidden;
    width: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-card__image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.event-card__date {
    color: var(--color-text);
    font-size: var(--font-size-m);
    line-height: 1.75;
    margin-bottom: 12px;
    opacity: 0.6;
}

.event-card__title {
    font-family: var(--font-body);
    font-size: var(--font-size-xxl);
    font-weight: 700;
    line-height: 1.75;
    margin: 0 0 6px;
}

.event-card__text {
    flex: 1;
    line-height: 1.75;
    margin: 0 0 16px;
}

.event-card__link {
    align-items: center;
    color: var(--color-green);
    display: inline-flex;
    font-size: var(--font-size-button);
    font-weight: 700;
    gap: 10px;
    letter-spacing: 0.22em;
    line-height: 1.15;
    text-decoration: none;
    text-transform: uppercase;
}

.event-card-link:hover .event-card__link,
.event-card__link:hover {
    color: var(--color-green-hover);
}

.event-card__link svg {
    height: 20px;
    transform: translateX(10px);
    transition: transform var(--transition-default), fill var(--transition-default);
    width: 20px;
}

.event-card-link:hover .event-card__link svg,
.event-card__link:hover svg {
    transform: translateX(16px);
}

.event-card__footer {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}

/* Events list page — staggered two-column layout */
.events-page .events__grid {
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - 350px);
    justify-content: space-between;
    width: calc(100% + 50px);
}

/* The link wrapper is the flex item */
.events-page .events__grid .event-card-link {
    height: 475px;
    margin: 50px 0 30px;
    overflow: visible;
    position: relative;
    width: calc(50% - 40px);
}

.events-page .events__grid .event-card-link:nth-child(n+3) {
    margin-top: -100px;
}

.events-page .events__grid .event-card-link:nth-child(2n) {
    margin-right: 50px;
    margin-top: 100px;
}

.events-page .events__grid .event-card-link:nth-child(2) {
    margin-top: 250px;
}

/* The article takes full size of its link wrapper */
.events-page .events__grid .event-card {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible;
    padding: 0;
    position: relative;
    transition: box-shadow var(--transition-default);
}

.events-page .events__grid .event-card-link:hover .event-card {
    box-shadow: 0 0 28px rgba(9, 90, 90, 0.15);
}

.events-page .events__grid .event-card .event-card__body {
    flex: 1;
    height: auto;
    min-height: 0;
}

@media (max-width: 767px) {
    .events-page .events__grid {
        height: auto;
        min-height: 100%;
        width: 100%;
    }

    .events-page .events__grid .event-card-link {
        height: auto;
        margin: 0 0 100px;
        width: calc(100% - 50px);
    }

    .events-page .events__grid .event-card-link:nth-child(n) {
        margin-right: 0;
        margin-top: 0;
    }
}

.events__cta {
    margin-top: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .event-card--slider {
        min-width: calc(50% - 18px);
        height: 475px;
    }

    .event-card__image {
        margin: -50px auto 50px;
    }
}

@media (max-width: 991px) {
    .section.events {
        padding-bottom: 60px;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .events__heading {
        align-items: flex-start;
        flex-direction: row;
        gap: 16px;
        position: relative;
    }

    .events__nav {
        position: absolute;
        right: 0;
        top: 0;
    }

    .events__slider {
        margin-top: 0;
    }

    .events .section__title {
        font-size: var(--font-size-modal-title);
        line-height: 1.45;
        margin-bottom: 0;
        margin-top: 0.83em;
        max-width: 340px;
        padding-right: 50px;
    }

    .event-card--slider {
        height: 475px;
        min-width: 100%;
    }

    .event-card__image {
        margin: -50px auto 50px;
    }

    .event-card__body {
        padding: 0 35px 25px;
    }

    .events__track {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .opinions .section__title {
        margin-top: 0;
    }

    .opinions__list {
        height: 450px;
    }

    .opinion__text {
        font-size: var(--font-size-l);
    }
}

@media (max-width: 767px) {
    .opinions {
        padding: 45px 15px;
    }

    .opinions__scroll {
        height: 100%;
    }

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

    .opinion__text {
        margin-right: 30px;
    }

    .opinion__source {
        margin-top: 30px;
        align-self: flex-end;
    }
}

/* Contact */
.contact {
    background: transparent;
    display: flex;
    height: 650px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.contact__bg--image {
    background-image: url('/images/contact_bg.png');
    background-position: center right;
    background-size: cover;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    height: 425px;
    left: 0;
    position: absolute;
    top: 170px;
    width: 50%;
    z-index: 1;
}

.contact__bg--panel {
    background: var(--color-bg-gray);
    height: 100%;
    margin: 0 15px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: min(var(--container-max-width), calc(100% - 30px));
    z-index: 0;
}

.contact__bg--right {
    background: var(--color-bg-gray);
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0;
}

.contact__brand {
    left: 50%;
    margin: 0 15px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: 2;
}

.contact__brand-logo {
    padding: 50px 0 40px 90px;
}

.contact__brand-logo svg {
    display: block;
    height: 77px;
    width: 127px;
}

.contact__inner {
    align-items: center;
    display: flex;
    height: 425px;
    left: 50%;
    max-width: 1140px;
    position: absolute;
    top: 170px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}

.contact__box {
    width: 50%;
}

.contact__box--info {
    color: var(--color-white);
    padding-left: 100px;
}

.contact__box--support {
    color: var(--color-text);
    padding-left: 70px;
}

.contact__title {
    font-family: var(--font-body);
    font-size: var(--font-size-xxl);
    font-weight: 700;
    line-height: 1.75;
    margin: 0 0 15px;
}

.contact__title--dark {
    color: var(--color-text);
}

.contact__details {
    color: var(--color-white);
    font-size: var(--font-size-l);
    line-height: 1.75;
    margin: 0 0 30px;
}

.contact__text {
    font-size: var(--font-size-xl);
    line-height: 1.75;
    margin: 0 0 12px;
}

.contact__text--muted {
    color: var(--color-dark-gray);
}

.contact__box--support .contact__text {
    color: var(--color-text);
    font-size: var(--font-size-l);
    line-height: 1.75;
    margin-bottom: 30px;
}

.contact__hint {
    color: var(--color-white);
    font-size: var(--font-size-l);
    line-height: 1.75;
    margin: 10px 0;
}

.contact__link--mail {
    margin: 10px 0;
}

.contact__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.contact__link {
    align-items: center;
    color: var(--color-yellow);
    display: flex;
    font-weight: 600;
    gap: 15px;
    letter-spacing: 0;
    line-height: 1.75;
    text-decoration: none;
    transition: color var(--transition-default);
}

.contact__link svg {
    height: 26px;
    width: 26px;
}

.contact__link:hover {
    color: var(--color-white);
}

.contact__link:hover svg path {
    fill: var(--color-white);
}

.contact__mail {
    color: var(--color-text);
    font-weight: 700;
    text-decoration: none;
}

.contact__mail:hover {
    color: var(--color-green-hover);
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .contact__bg--image {
        width: 55%;
    }

    .contact__bg--panel {
        margin: 0;
        width: 100%;
    }

    .contact__inner {
        max-width: none;
        width: 960px;
    }

    .contact__brand {
        margin: 0;
        max-width: none;
    }

    .contact__brand-logo {
        margin: 0 auto;
        padding-left: 15px;
        width: 960px;
    }

    .contact__box--info {
        padding-left: 15px;
    }

    .contact__box--support {
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .contact {
        height: 650px;
    }

    .contact__bg--image {
        height: 425px;
        top: 170px;
        width: 55%;
    }

    .contact__inner {
        max-width: none;
        top: 170px;
        width: 720px;
    }

    .contact__brand-logo {
        width: 720px;
    }
}

@media (max-width: 767px) {
    .section.contact {
        height: 950px;
        padding: 0;
    }

    .contact__bg--image {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 70px;
        border-top-left-radius: 0;
        border-top-right-radius: 70px;
        height: 400px;
        margin-left: 0;
        position: relative;
        top: 170px;
        width: calc(100% - 15px);
    }

    .contact__bg--panel {
        width: 100%;
    }

    .contact__bg--right {
        width: 0;
    }

    .contact__brand {
        left: 0;
        max-width: none;
        transform: none;
        width: 100%;
    }

    .contact__brand-logo {
        margin: 0 auto;
        padding: 50px 0 40px;
        width: 540px;
    }

    .contact__inner {
        height: 425px;
        left: 50%;
        max-width: none;
        padding: 0 15px;
        position: absolute;
        top: 170px;
        transform: translateX(-50%);
        width: 540px;
    }

    .contact__box {
        width: 100%;
    }

    .contact__box--info {
        padding-left: 0;
    }

    .contact__box--support {
        padding-left: 0;
        position: absolute;
        top: 440px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .contact__brand-logo {
        padding-left: 0;
        width: 100%;
    }

    .contact__inner {
        padding: 0;
        width: 100%;
    }

    .contact__box--info,
    .contact__box--support {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Link redirect pages */
.link-redirect {
    background: var(--color-bg);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 140px 0 120px;
}

.link-redirect__inner {
    background: var(--color-white);
    border-radius: var(--radius-default);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    max-width: 720px;
    padding: 48px 56px;
    text-align: center;
}

.link-redirect__eyebrow {
    color: var(--color-green);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.link-redirect__title {
    font-family: var(--font-display);
    font-size: 38px;
    margin: 0 0 12px;
}

.link-redirect__description {
    color: var(--color-dark-gray);
    font-size: var(--font-size-l);
    line-height: 1.6;
    margin: 0 0 20px;
}

.link-redirect__warning {
    color: var(--color-dark-gray);
    font-weight: 600;
    margin: 12px 0 0;
}

/* Modal-style pages (contact, donation, listings) */
.layout-modal-open {
    overflow: hidden;
}

.page--underlay {
    pointer-events: none;
}

.page--underlay .hero,
.page--underlay .section {
    filter: saturate(0.92);
}

.modal-page {
    background: rgba(11, 61, 59, 0.9);
    display: flex;
    inset: 0;
    min-height: 100vh;
    overflow: hidden;
    padding: 0;
    position: fixed;
    z-index: 10001;
}

.modal-stage {
    height: 100%;
    position: relative;
    width: 100%;
}

.modal-page::before {
    display: none;
}

.modal-shell {
    background: var(--color-white);
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0 0 0 auto;
    max-width: none;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    animation: modal-slide-in var(--transition-modal) ease forwards;
    width: min(1055px, 100vw);
}

.modal-shell::-webkit-scrollbar {
    display: none;
}

.modal-shell--small {
    width: min(865px, 100vw);
}

/* Modal close button */
.modal-close {
    position: absolute;
    top: 30px;
    right: 45px;
    background: none;
    border: none;
    color: var(--color-dark-gray);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    transition: color var(--transition-default);
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
}
.modal-close:hover {
    color: var(--color-green-hover);
}

/* Modal back link (e.g. workshop/project single) */
.modal-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-green);
    font-size: var(--font-size-m);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    left: 65px;
    margin-bottom: 0;
    position: absolute;
    top: 35px;
    z-index: 2;
}
.modal-back:hover { color: var(--color-green-hover); }
.modal-back svg { width: 14px; height: 14px; }

.modal-head {
    margin-bottom: 0;
    padding: 70px 100px 40px;
}

body.layout-contact .modal-head {
    padding: 70px 100px 40px;
}

.modal-eyebrow {
    color: var(--color-green);
    font-size: var(--font-size-m);
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.modal-title {
    color: var(--color-text);
    font-family: var(--font-display);
    font-size: var(--font-size-modal-title);
    font-weight: 400;
    line-height: 1.45;
    margin: 20px 0 10px;
}

.projects-page .modal-title {
    font-weight: 400;
}

.modal-description {
    color: var(--color-text);
    font-size: var(--font-size-l);
    line-height: 1.75;
    margin: 0 0 12px;
    max-width: 750px;
}

/* Date shown standalone in single modal — suppress the card-context dot */
.modal-description .project-card__date {
    margin-left: 0;
}

.modal-description .project-card__date::before {
    display: none;
}

.modal-shell--small .modal-description {
    max-width: 555px;
}

.modal-description a {
    color: var(--color-green);
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}

.modal-body {
    background: var(--color-bg);
    border-radius: 0;
    flex: 1;
    margin-top: 0;
    padding: 40px 100px 32px;
}

body.layout-contact .modal-body {
    margin-top: 0;
    padding: 40px 100px 0;
}

.modal-body--split {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.contact-intro {
    align-self: center;
    font-size: var(--font-size-xl);
    line-height: 1.7;
}

.form-card {
    max-width: 650px;
}

.form {
    display: flex;
    flex-direction: column;
    max-width: 650px;
}

.form-row {
    align-items: flex-start;
    display: flex;
    margin-bottom: 16px;
}

.form-row--message {
    margin-bottom: 24px;
}

.form-label {
    font-family: var(--font-body);
    font-size: var(--font-size-m);
    line-height: 3.4;
    width: 200px;
}

.form-control {
    display: flex;
    flex-direction: column;
    width: 450px;
}

.form-input,
.form-textarea {
    background: var(--color-white);
    border: 1px solid transparent;
    border-radius: var(--radius-default);
    color: var(--color-text);
    font-family: var(--font-body);
    font-size: var(--font-size-m);
    line-height: 1.7;
    outline: 0;
    padding: 0 24px;
    transition: box-shadow var(--transition-default), border-color var(--transition-default);
    width: 100%;
}

.form-input {
    height: 48px;
}

.form-input:focus,
.form-textarea:focus {
    box-shadow: 0 0 28px rgba(9, 90, 90, 0.1);
    border-color: rgba(0, 140, 140, 0.35);
}

.form-textarea {
    height: 105px;
    padding: 18px 24px;
    resize: none;
}

.form-error {
    color: var(--color-red);
    display: flex;
    font-size: var(--font-size-s);
    height: 0;
    justify-content: flex-end;
    margin-top: 0;
    transform: translateY(0);
    transition: all var(--transition-default);
    visibility: hidden;
}

.form-control.is-invalid .form-error {
    height: 16px;
    transform: translateY(8px);
    visibility: visible;
}

.form-control.is-invalid .form-input,
.form-control.is-invalid .form-textarea {
    border-color: var(--color-red);
}

.modal-article {
    color: var(--color-text);
    font-size: var(--font-size-l);
    line-height: 1.75;
}

.modal-article h2 {
    font-family: var(--font-display);
    font-size: var(--font-size-xxl);
    margin: 18px 0 12px;
}

.modal-article p {
    margin: 0 0 16px;
}

.modal-article a {
    color: var(--color-green);
    font-weight: 700;
    text-decoration: none;
}

.modal-article a:hover {
    color: var(--color-green-hover);
    text-decoration: underline;
}

.modal-article svg {
    margin-left: 6px;
    vertical-align: middle;
}

.form-actions {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-submit {
    width: 450px;
}

.form-note {
    color: var(--color-dark-gray);
    font-size: var(--font-size-s);
    line-height: 1.6;
    margin: 0;
    text-align: center;
    width: 450px;
}

.form-note a {
    font-size: var(--font-size-s);
}

.form-botcheck {
    display: none;
}

.form-submit:disabled {
    cursor: wait;
    opacity: 0.75;
}

.form-status {
    font-size: var(--font-size-s);
    line-height: 1.6;
    margin: 0;
    min-height: 20px;
    text-align: center;
    width: 450px;
}

.form-status--success {
    color: var(--color-green);
}

.form-status--error {
    color: var(--color-red);
}

@keyframes modal-slide-in {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.support-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.support-item {
    border-bottom: 1px solid var(--color-bg-gray);
    display: flex;
    gap: 28px;
    padding: 32px 0 22px;
}

.support-item:first-child {
    padding-top: 0;
}

.support-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.support-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 175px;
}

.support-icon img {
    margin: 0 auto 14px;
    max-width: 120px;
}

.support-icon__label {
    font-family: var(--font-display);
    font-size: var(--font-size-xxl);
    font-weight: 700;
    line-height: 1.3;
}

.support-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
}

.support-text {
    font-size: var(--font-size-m);
    line-height: 1.75;
    margin: 0;
}

/* Support logos on home */
.support {
    padding-top: 150px;
}

.support__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.support__logo {
    align-items: center;
    background: var(--color-white);
    border-radius: 50%;
    box-shadow: 0 10px 32px rgba(9, 90, 90, 0.12);
    display: flex;
    height: 140px;
    justify-content: center;
    width: 140px;
}

.support__logo img {
    max-width: 95px;
    max-height: 90px;
}

@media (max-width: 1199px) {
    .team-card {
        min-width: calc(50% - 16px);
    }
}

@media (max-width: 991px) {
    .modal-shell {
        animation: modal-slide-in var(--transition-modal) ease forwards;
        transform: translateX(100%);
        width: 100%;
    }

    .modal-close {
        right: 15px;
    }

    .modal-back {
        left: 30px;
    }

    .modal-head {
        padding: 75px 50px 30px 30px;
    }

    body.layout-contact .modal-head {
        padding: 75px 50px 30px 30px;
    }

    .modal-body {
        padding: 30px 30px 24px;
    }

    body.layout-contact .modal-body {
        padding: 30px 30px 0;
    }

    .projects__grid--modal {
        padding-right: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .modal-title {
        font-size: var(--font-size-hero-subtitle);
    }

    .modal-description {
        font-size: var(--font-size-m);
    }

    .modal-back {
        padding-right: 45px;
        top: 25px;
    }

    .modal-body {
        padding-bottom: 30px;
    }

    .form-row {
        flex-direction: column;
    }

    .form-label {
        line-height: 2.4;
        width: 100%;
    }

    .form-control {
        width: 100%;
    }

    .form-actions,
    .form-submit,
    .form-note,
    .form-status {
        width: 100%;
    }

    .support-item {
        flex-direction: column;
    }

    .support-icon {
        width: 100%;
    }

    .team-card {
        min-width: 100%;
        padding: 24px 20px 26px;
    }

    .team-card__name {
        font-size: var(--font-size-hero-subtitle);
    }

    .team__nav {
        margin-top: 12px;
    }
}

@media (max-width: 991px) {
    .hero {
        height: 500px;
    }

    .hero__title {
        font-size: var(--font-size-section-title);
        margin-top: 25px;
    }

    .hero__decor--middle {
        bottom: 10px;
    }

    .hero__decor--big {
        bottom: -30px;
        height: 240px;
    }

    .hero__circle--green {
        bottom: -10px;
    }

    .about {
        padding-top: 60px;
    }

    .about__grid {
        flex-direction: column;
    }

    .section__title {
        font-size: var(--font-size-modal-title);
    }

    .benefits__steps {
        gap: 20px;
    }

    .benefit__halo > svg {
        width: 320px;
        height: auto;
    }

    .benefit__halo--3 > svg {
        width: 300px;
    }

    .benefit__inner {
        height: 140px;
        width: 140px;
    }

    .benefit__text {
        font-size: 13px;
    }

    .benefits__steps .benefit:first-child .benefit__inner,
    .benefits__steps .benefit:nth-child(2) .benefit__inner,
    .benefits__steps .benefit:last-child .benefit__inner {
        margin-top: -5px;
    }

    .projects {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .projects__row {
        justify-content: center;
    }

    .project-card {
        width: calc(100% - 60px);
    }

    .team {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .hero {
        height: 500px;
    }

    .hero__title {
        font-size: var(--font-size-hero-subtitle);
    }

    .hero__subtitle {
        font-size: var(--font-size-xl);
    }

    .hero__decor {
        display: none;
    }

    .hero__circle {
        display: none;
    }

    .about .section__title {
        margin-top: 0;
    }

    .about {
        overflow: hidden;
    }

    .section {
        padding-top: 45px;
    }

    .benefits__dots {
        display: block;
        width: 600px;
        top: -102px;
        background-position: center center;
    }

    .benefit__text {
        margin-top: 10px;
    }

    .benefits__steps {
        flex-direction: column;
        gap: 0;
    }

    .benefits__steps .benefit:first-child .benefit__inner,
    .benefits__steps .benefit:nth-child(2) .benefit__inner,
    .benefits__steps .benefit:last-child .benefit__inner {
        margin-top: -10px;
    }

    .benefits__steps .benefit:first-child .benefit__inner,
    .benefits__steps .benefit:nth-child(2) .benefit__inner,
    .benefits__steps .benefit:last-child .benefit__inner {
        margin-left: -10px;
    }

    .about__card {
        padding: 35px 35px 45px;
    }

    .about__summary {
        margin-top: 50px;
    }

    .projects {
        padding-bottom: 45px;
        padding-top: 45px;
    }

    .projects__list {
        gap: 16px;
    }

    .project-card {
        flex-direction: column;
        padding-bottom: 30px;
        width: 100%;
    }

    .project-card__media {
        width: 100%;
        height: 240px;
    }

    .projects .section__cta {
        margin-top: 45px;
    }

    .project-card__link {
        bottom: 15px;
        position: absolute;
        right: 15px;
    }

    .projects__grid--modal {
        height: 100%;
        min-height: 100%;
        padding-right: 50px;
        width: calc(100% + 50px);
    }

    .projects__grid--modal .project-card {
        padding-bottom: 30px;
    }

    .projects__grid--modal .project-card__link {
        bottom: 15px;
        position: absolute;
        right: 65px;
    }

    .team {
        padding: 45px 0;
    }

    .benefits .section__title {
        margin-bottom: 30px;
    }

    .projects .section__title {
        margin-bottom: 30px;
    }

    .benefit__halo > svg {
        width: 290px;
    }

    .benefit__halo--3 > svg {
        width: 270px;
    }
}

@media (max-width: 375px) {
    .benefit {
        min-height: 270px;
        align-items: center;
    }

    .benefit__halo > svg {
        width: 270px;
    }

    .benefit__halo--3 > svg {
        width: 250px;
    }
}

/* Workshops */
.workshops-table {
    overflow-x: visible;
}

.workshops-row {
    display: grid;
    grid-template-columns: 165px 1fr 135px 200px;
    gap: 30px;
    align-items: start;
    margin-right: 0;
    padding: 25px 0 5px;
    border-top: 2px solid var(--color-white);
}

.workshops-row--head {
    background: transparent;
    border-top: none;
    color: var(--color-dark-gray);
    font-weight: 700;
    font-size: var(--font-size-m);
    margin-right: 0;
    padding: 0;
}

.workshops-row--head .workshops-cell {
    font-size: var(--font-size-m);
    line-height: 2;
    margin: 0 0 16px;
}

.workshops-cell {
    font-size: var(--font-size-l);
    line-height: 1.6;
}

.workshops-cell--title {
    font-weight: 700;
}

.workshops-cell--action {
    justify-self: flex-end;
}

.workshops-cta {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .workshops-row {
        gap: 30px;
        grid-template-columns: 165px 1fr 135px 135px;
    }
}

@media (max-width: 767px) {
    .workshops-table {
        overflow-x: auto;
    }

    .workshops-row {
        grid-template-columns: 1fr 135px;
        margin-right: 0;
    }

    .workshops-row--head .workshops-cell:nth-child(2),
    .workshops-row--head .workshops-cell:nth-child(3),
    .workshops-row--head .workshops-cell:last-child,
    .workshops-cell--desc,
    .workshops-cell--category {
        display: none;
    }

    .workshops-cell--action {
        justify-self: flex-end;
    }
}

/* Landing */
.landing-list .section {
    padding-bottom: 95px;
    padding-top: 35px;
}

.landing-list .section__lead {
    margin-bottom: 58px;
}

.landing-list .workshops-cell--action .btn,
.landing-workshops .workshops-cell--action .btn {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--color-green);
    display: inline-flex;
    font-size: var(--font-size-button);
    font-weight: 700;
    height: auto;
    justify-content: flex-start;
    letter-spacing: 0.22em;
    min-width: 0;
    padding: 0;
}

.landing-list .workshops-cell--action .btn::after,
.landing-workshops .workshops-cell--action .btn::after {
    background: transparent;
    content: '->';
    font-size: var(--font-size-xl);
    height: auto;
    left: auto;
    letter-spacing: 0;
    margin-left: 16px;
    position: static;
    top: auto;
    transform: translateX(10px);
    transition: transform var(--transition-default);
    width: auto;
}

.landing-list .workshops-cell--action .btn:hover::after,
.landing-workshops .workshops-cell--action .btn:hover::after {
    transform: translateX(16px);
}

.landing-list .workshops-cell--action .btn:hover,
.landing-workshops .workshops-cell--action .btn:hover {
    background: transparent;
    color: var(--color-green-hover);
}

.landing-hero {
    background: var(--color-white);
    padding: 40px 0 0;
}

.landing-hero__inner {
    width: 100%;
}

.landing-hero__category {
    color: var(--color-text);
    font-size: var(--font-size-m);
    margin: 0 0 8px;
    opacity: 0.6;
}

.landing-hero__title {
    font-family: var(--font-display);
    font-size: 50px;
    line-height: 1.5;
    margin: 0;
    max-width: 750px;
}

.landing-hero__media {
    margin: 44px auto 100px;
    text-align: center;
}

.landing-hero__media img {
    max-width: 100%;
}

.landing-hero__text {
    column-count: 2;
    column-gap: 32px;
    font-size: var(--font-size-l);
    line-height: 1.75;
    margin: 0;
    max-width: 960px;
}

.landing-content {
    background: var(--color-white);
    padding: 100px 0 140px;
}

.landing__content {
    display: flex;
    justify-content: space-between;
}

.landing__lists {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}

.landing__list-block + .landing__list-block {
    margin-top: 52px;
}

.landing__list-title {
    font-size: var(--font-size-xxl);
    font-weight: 700;
    margin: 0 0 28px;
}

.landing__list-item {
    align-items: flex-start;
    display: flex;
    margin-bottom: 8px;
}

.landing__list-icon {
    height: 34px;
    width: 34px;
}

.landing__list-item p {
    margin: 4px 0 0 20px;
    max-width: 600px;
}

.landing__trainer-card {
    background: var(--color-bg);
    border-radius: var(--radius-default);
    padding: 44px 32px 54px;
    width: 360px;
}

.landing__trainer-card-title {
    font-size: var(--font-size-xxl);
    font-weight: 700;
    margin: 0 0 36px;
}

.landing__trainer-photo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.landing__trainer-photo img {
    border: 4px solid var(--color-white);
    border-radius: 999px;
    height: 100px;
    width: 100px;
}

.landing__trainer-name {
    font-size: var(--font-size-hero-subtitle);
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.landing__trainer-position {
    color: var(--color-dark-gray);
    font-size: var(--font-size-m);
    margin-bottom: 18px;
    opacity: 0.6;
    text-align: center;
}

.landing__trainer-bio {
    font-size: var(--font-size-l);
    margin: 0 0 50px;
    text-align: center;
}

.landing__trainer-social {
    align-items: center;
    display: flex;
    justify-content: center;
}

.landing__trainer-social-link {
    color: var(--color-green);
    display: inline-flex;
    margin: 0 24px;
    text-decoration: none;
    transition: color var(--transition-default);
}

.landing__trainer-social-link:hover {
    color: var(--color-green-hover);
}

.landing__trainer-social-link svg {
    display: block;
}

.landing__summary-block {
    text-align: center;
    width: 100%;
}

.landing__summary {
    font-size: var(--font-size-l);
    line-height: 1.75;
    margin: 85px auto 40px;
    max-width: 650px;
    text-align: center;
}

.landing__summary-btn {
    min-width: 280px;
}

/* Landing workshops section */
.landing-workshops {
    background: var(--color-bg);
    padding: 100px 0 160px;
}

.landing-back {
    margin-top: 32px;
    text-align: center;
}

/* Landing contact section */
.landing-contact {
    background: var(--color-bg);
    height: 650px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .landing-list .section {
        padding-bottom: 55px;
        padding-top: 45px;
    }

    .landing-hero {
        padding-top: 24px;
    }

    .landing-hero__title {
        font-size: var(--font-size-hero-subtitle);
    }

    .landing-hero__media {
        margin: 44px auto;
    }

    .landing-hero__text {
        column-count: 1;
    }

    .landing-content {
        padding: 45px 0;
    }

    .landing__content {
        flex-direction: column;
    }

    .landing__lists {
        margin-right: 0;
    }

    .landing__list-block + .landing__list-block {
        margin-top: 30px;
    }

    .landing__trainer-card {
        margin-top: 30px;
        width: 100%;
    }

    .landing__summary {
        margin-top: 50px;
    }

    .landing-contact {
        height: 880px;
        padding-bottom: 0;
    }
}

.landing-contact__bg {
    background: var(--color-bg-gray);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    z-index: 0;
}

@media (max-width: 767px) {
    .landing-contact__bg {
        width: 0;
    }
}

.landing-contact__bg-image {
    background-image: url('/images/contact_bg.png');
    background-position: center right;
    background-size: cover;
    border-bottom-right-radius: 70px;
    border-top-right-radius: 70px;
    height: 425px;
    position: absolute;
    top: 170px;
    left: 0;
    width: 50%;
    z-index: 1;
}

@media (max-width: 991px) {
    .landing-contact__bg-image {
        width: 55%;
    }
}

@media (max-width: 767px) {
    .landing-contact__bg-image {
        height: 400px;
        width: calc(100% - 15px);
    }
}

.landing-contact__brand {
    background: var(--color-bg-gray);
    height: 100%;
    left: 50%;
    margin: 0 15px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
}

.landing-contact__brand-logo {
    padding: 50px 0 40px 90px;
}

.landing-contact__brand-logo svg {
    display: block;
    height: 77px;
    width: 127px;
}

@media (max-width: 1199px) {
    .landing-contact__brand {
        margin: 0;
    }

    .landing-contact__brand-logo {
        margin: 0 auto;
        padding-left: 15px;
        width: 960px;
    }
}

@media (max-width: 991px) {
    .landing-contact__brand-logo {
        width: 720px;
    }
}

@media (max-width: 767px) {
    .landing-contact__brand {
        display: none;
    }
}

.landing-contact__inner {
    align-items: center;
    display: flex;
    height: 425px;
    left: 50%;
    position: absolute;
    top: 170px;
    transform: translateX(-50%);
    z-index: 2;
}

@media (max-width: 767px) {
    .landing-contact__inner {
        flex-direction: column;
        height: 425px;
        left: 50%;
        padding-top: 0;
        position: absolute;
        top: 170px;
        transform: translateX(-50%);
    }
}

.landing-contact__box {
    padding-left: 100px;
    width: 50%;
}

.landing-contact__box:last-child {
    padding-left: 70px;
}

@media (max-width: 1199px) {
    .landing-contact__box {
        padding-left: 15px;
    }

    .landing-contact__box:last-child {
        padding-left: 70px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .landing-contact__box:last-child {
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .landing-contact__box {
        padding-left: 0;
        width: 100%;
    }
    .landing-contact__box:last-child {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        position: absolute;
        top: 440px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .landing-contact__box,
    .landing-contact__box:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.landing-contact__title {
    font-family: var(--font-body);
    color: var(--color-white);
    font-size: var(--font-size-xxl);
    font-weight: 700;
    line-height: 1.75;
    margin: 0 0 15px;
}

.landing-contact__box:last-child .landing-contact__title {
    color: var(--color-text);
}

.landing-contact__text {
    color: var(--color-white);
    line-height: 1.75;
    margin: 0 0 30px;
    max-width: 430px;
}

.landing-contact__box:last-child .landing-contact__text {
    color: var(--color-text);
    font-size: var(--font-size-l);
    line-height: 1.75;
    margin-bottom: 30px;
    max-width: 430px;
}

.landing-contact__email {
    align-items: center;
    color: var(--color-yellow);
    display: inline-flex;
    font-weight: 600;
    gap: 12px;
    line-height: 1.75;
    margin: 10px 0;
    text-decoration: none;
    transition: color var(--transition-default);
}

.landing-contact__email:hover {
    color: var(--color-green-hover);
}

.landing-contact__email svg {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

/* =========================================
   Landing Header
   ========================================= */

.landing-header {
    background: transparent;
    border-bottom: 0;
    padding: 0;
    position: fixed;
    top: 0;
    transition: background var(--transition-default);
    width: 100%;
    z-index: 9999;
}

.landing-header.is-scrolling,
.landing-header.is-open {
    background: var(--color-bg);
}

.layout-landing .layout__main {
    padding-top: 100px;
}

.landing-header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 100px;
}

.landing-header__brand {
    display: flex;
    font-size: 109px;
}

.landing-header__brand svg {
    height: 1em;
    width: 1em;
}

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

.layout-landing .landing-header .menu__link {
    color: var(--color-text);
}

.layout-landing .landing-header .menu__link::after {
    display: none;
}

.layout-landing .landing-header .menu__link:hover,
.layout-landing .landing-header .menu__link.is-active {
    color: var(--color-green);
}

.layout-landing .landing-header .lang-switch {
    margin-left: 0;
}

.layout-landing .landing-header .menu-toggle__bar {
    background: var(--color-text);
}

@media (max-width: 1199px) {
    .layout-landing .landing-header .menu--desktop {
        display: block;
    }

    .layout-landing .landing-header .lang-switch {
        margin-right: 0;
    }

    .layout-landing .landing-header .menu-toggle {
        display: none;
    }
}

@media (max-width: 767px) {
    .layout-landing .layout__main {
        padding-top: 76px;
    }

    .landing-header__inner {
        min-height: 76px;
    }

    .landing-header__brand {
        font-size: 72px;
    }

    .layout-landing .landing-header .menu__list {
        gap: 14px;
    }

    .layout-landing .landing-header .menu__item {
        margin: 0;
        padding: 0;
    }

    .layout-landing .landing-header .menu__link {
        font-size: 11px;
    }

    .layout-landing .landing-header .lang-switch {
        font-size: 11px;
        gap: 8px;
    }

    .landing-header__nav {
        gap: 12px;
    }
}
