body.single-landing_page {
    background: radial-gradient(1200px 600px at 85% -10%, #dce5ff 0%, transparent 60%), #f4f7fb;
    --bs-primary: #05044A;
    --bs-primary-rgb: 5, 4, 74;
}

body.single-landing_page .bg-primary {
    background-color: #05044A !important;
    background-image: url('../img/landing/blur-bg.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    overflow: hidden;
}

body.single-landing_page .bg-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../img/landing/blur-bg.png');
    background-position: left 20%;
    background-repeat: no-repeat;
    background-size: auto;
    transform: rotate(180deg);
    pointer-events: none;
}

body.single-landing_page .bg-primary > * {
    position: relative;
    z-index: 1;
}

body.single-landing_page .footer {
    background: #05044A;
    color: #ffffff;
}

body.single-landing_page .footer a,
body.single-landing_page .footer .footer-email a,
body.single-landing_page .footer .footer-menu > ul > li > a,
body.single-landing_page .footer .footer-menu > ul > li > ul li a {
    color: #ffffff;
}

body.single-landing_page .footer .footer-menu > ul > li > a:hover,
body.single-landing_page .footer .footer-menu > ul > li > ul li a:hover,
body.single-landing_page .footer .footer-email a:hover {
    color: #ffffff;
}

body.single-landing_page .footer.footer--landing .footer-logo {
    margin-bottom: 0;
    margin-right: 0;
}

body.single-landing_page .landing-footer-bottom-strip {
    background: #ffffff;
    color: #05044A;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    padding: 10px 0;
}
body.single-landing_page .landing-footer-bottom-strip .container {
    padding-left: 5vw;
    padding-right: 5vw;
}
body.single-landing_page .landing-footer-bottom-strip a {
    color: #05044A;
    text-decoration: none;
}
body.single-landing_page .landing-footer-nav {
    overflow-x: auto;
}

body.single-landing_page .landing-footer-nav .landing-nav__list {
    justify-content: flex-start;
}

body.single-landing_page .landing-footer-nav .landing-nav__list a {
    color: #ffffff;
    font-weight: 500;
}

body.single-landing_page .landing-footer-nav .landing-nav__list a:hover,
body.single-landing_page .landing-footer-nav .landing-nav__list a:focus {
    color: #ffffff;
    opacity: 0.9;
}

@media (max-width: 992px) {
    body.single-landing_page .landing-footer-nav .landing-nav__list {
        gap: 16px;
    }
}

.wrapper--landing {
    min-height: 100vh;
}

.landing-page {
    padding-bottom: 72px;
    padding-top: 72px;
    position: relative;
}

body.single-landing_page .landing-page::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(420px, 45vw);
    height: min(220px, 28vw);
    background: url('../img/landing/bottom-bg-img.png') left bottom / contain no-repeat;
    pointer-events: none;
    z-index: 0;
}

.landing-page > * {
    position: relative;
    z-index: 1;
}
.landing-page section {
    padding-top: 72px;
    padding-bottom: 72px;
}
.landing-page section[id] {
    scroll-margin-top: 80px;
}

.landing-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #E9EDF2;
    border-bottom: 1px solid rgba(5, 4, 74, 0.12);
}

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

.landing-header-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.landing-header-logo img {
    height: 67px;
    width: auto;
    display: block;
}

.landing-header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.landing-nav {
    overflow-x: auto;
}

.landing-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
    white-space: nowrap;
}

.landing-nav__list a {
    color: #05044A;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.landing-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: #05044A;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

.landing-header-cta:hover,
.landing-header-cta:focus {
    color: #ffffff;
    opacity: 0.92;
}

.landing-hero {
    background-color: #fff;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #05044A;
    position: relative;
}

.pin-spacer {
    pointer-events: none;
    z-index: 0 !important;
    overflow: hidden !important;
    margin-top: -1px !important;
}

.pin-spacer > .section,
.pin-spacer > .landing-hero {
    pointer-events: auto;
}

.landing-hero .container {
    position: relative;
    z-index: 1;
    min-height: 520px;
}

.landing-title {
    max-width: 900px;
    margin: 0;
    text-transform: none;
    line-height: 1.02;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.landing-subtitle {
    margin-top: 20px;
    max-width: 600px;
    font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.15rem);
    line-height: 1.55;
    color: #05044A;
}

.landing-content {
    position: relative;
}

.landing-content h2,
.landing-content h3,
.landing-content h4 {
    letter-spacing: 0.01em;
    margin-bottom: 0.5em;
}

.landing-content p,
.landing-content li {
    line-height: 1.7;
}

.landing-content a {
    color: #05044A;
    font-weight: 600;
    text-underline-offset: 2px;
}

.landing-steps {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.landing-steps__kicker {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: #E0E8F3;
    display: inline-flex;
    align-items: center;
    padding: 6px 12px 6px 30px;
    position: relative;
    width: 100%;
}

.landing-steps__kicker::before {
    content: "\2190";
    position: absolute;
    left: 12px;
    top: 50%;
    color: #05044A;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-50%);
}

.landing-steps > li h3 {
    margin: 0 0 8px;
}

.landing-steps > li p {
    margin: 0;
}
.landing-grid {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.landing-grid__item {
    background-color: #ffffff;
    background-image: linear-gradient(to bottom right, #9AE46C 0%, rgba(97, 69, 66, 0) 100%);
    color: #05044A;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 12px;
    padding: 16px;
}

.landing-grid__item h3,
.landing-grid__item p,
.landing-grid__item li,
.landing-grid__item a {
    color: #05044A;
    margin: 0;
    line-height: 1;
}
.landing-grid__item h3 {
    font-size: clamp(1.75rem, 3vw, 51px);
    font-weight: 700;
    margin-bottom: 0.5rem;
    direction: ltr;
    text-align: right;
}
.landing-grid__item img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
}

.landing-grid__content {
    min-width: 50%;
}

.landing-advantages {
    position: relative;
}

.landing-advantages__header {
    position: relative;
    margin-bottom: 20px;
    min-height: 44px;
}

.landing-advantages__header h2 {
    margin: 0;
    padding-left: 120px;
}

.landing-advantages__nav {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 8px;
}

.landing-advantages-arrow {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #05044A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.landing-advantages-arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

.landing-advantages-track {
    width: calc(100% + ((100vw - 100%) / 2));
    margin-left: calc((100vw - 100%) / -2);
}

.landing-advantages-swiper {
    overflow: visible;
}

.landing-advantages-swiper .swiper-wrapper {
    align-items: stretch;
}

.landing-advantages-slide {
    width: min(460px, 76vw);
    height: auto;
    display: flex;
}

.landing-grid__item--advantage {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
}
.landing-grid__item--advantage img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
    margin-bottom: 2rem;
}
.landing-grid__item--advantage .landing-grid__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    min-height: 100%;
}
.landing-grid__item--advantage h3 {
    font-weight: 600;
    margin: 0 0 1rem;
    min-height: 2.8em;
    line-height: 1.4;
}

.landing-grid__item--advantage hr {
    width: 100%;
    margin: 0 0 1rem;
}

.landing-faq__intro {
    margin-bottom: 1.5rem;
    max-width: 760px;
}

.landing-faq {
    background: transparent;
}

.landing-faq__image {
    border-radius: 16px;
    overflow: hidden;
}

.landing-faq__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.landing-faq__accordion .accordion-item {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.landing-content .accordion-header {
    margin: 0;
}
.landing-faq__accordion .accordion-button {
    font-size: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
    line-height: 1.55;
}
.landing-faq__accordion .accordion-item {
    border-top: 1px solid #05044A;
}
.landing-faq__accordion .accordion-item:last-child {
    border-bottom: 1px solid #05044A;
}
.landing-faq__accordion .accordion-button {
    background-color: transparent;
    box-shadow: none;
    color: #05044A;
    font-weight: 600;
}

.landing-faq__accordion .accordion-button::after {
    background-image: none;
    content: "\2190";
    width: auto;
    height: auto;
    color: #05044A;
    font-size: 18px;
    line-height: 1;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}

.landing-faq__accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
}

.landing-faq__accordion .accordion-button:not(.collapsed),
.landing-faq__accordion .accordion-body,
.landing-faq__accordion .accordion-collapse {
    background-color: transparent;
}

.landing-contact__form {
    background: #ffffff;
    border-radius: 18px;
    padding: clamp(20px, 3vw, 36px);
    height: 100%;
}

.landing-contact__title {
    margin-bottom: 10px;
}

.landing-contact__subtitle {
    margin-bottom: 24px;
    color: #39467A;
}

.landing-contact__cf7 .cf7-field {
    position: relative;
    margin-bottom: 30px;
}

.landing-contact__cf7 .cf7-field label {
    position: absolute;
    top: 14px;
    right: 0;
    color: #05044A;
    font-size: 1rem;
    line-height: 1;
    pointer-events: none;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
    letter-spacing: 0.06em;
}

.landing-contact__cf7 .cf7-field:has(input:focus) label,
.landing-contact__cf7 .cf7-field:has(input:not(:placeholder-shown)) label,
.landing-contact__cf7 .cf7-field:has(textarea:focus) label,
.landing-contact__cf7 .cf7-field:has(textarea:not(:placeholder-shown)) label {
    top: -12px;
    font-size: 0.75rem;
    color: rgba(5, 4, 74, 0.75);
}

.landing-contact__cf7 .cf7-field input[type="text"],
.landing-contact__cf7 .cf7-field input[type="email"],
.landing-contact__cf7 .cf7-field input[type="tel"],
.landing-contact__cf7 .cf7-field textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #05044A;
    border-radius: 0;
    color: #05044A;
    font-size: 1rem;
    padding: 6px 0 6px;
    outline: none;
    transition: border-color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.landing-contact__cf7 .cf7-field input[type="text"]:focus,
.landing-contact__cf7 .cf7-field input[type="email"]:focus,
.landing-contact__cf7 .cf7-field input[type="tel"]:focus,
.landing-contact__cf7 .cf7-field textarea:focus {
    border-bottom-color: #05044A;
}

.landing-contact__cf7 .cf7-field textarea {
    resize: none;
    min-height: 80px;
    display: block;
}

.landing-contact__cf7 textarea.wpcf7-textarea,
.landing-contact__cf7 .cf7-field--message textarea {
    width: 100%;
    max-height: 110px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #05044A;
    border-radius: 0;
    color: #05044A;
    font-size: 1rem;
    padding: 6px 0 6px;
    outline: none;
}

.landing-contact__cf7 .cf7-field input::placeholder,
.landing-contact__cf7 .cf7-field textarea::placeholder {
    color: transparent;
}

.landing-contact__cf7 .wpcf7-submit {
    display: inline-block;
    margin-top: 12px;
    padding: 15px 40px 13px;
    background: #9AE46C;
    border: 1px solid #9AE46C;
    border-radius: 41px;
    color: #05044A;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
    text-transform: uppercase;
}

.landing-contact__cf7 .wpcf7-submit:hover {
    background: #9AE46C;
    color: #05044A;
}

.landing-contact__cf7 .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.landing-contact__cf7 .wpcf7-acceptance label {
    display: flex;
    gap: 10px;
    align-items: start;
}

.landing-contact__cf7 .wpcf7-list-item-label {
    letter-spacing: 0.03em;
}

.landing-contact__cf7 .wpcf7-spinner {
    background-color: #ffffff;
    display: none;
}

.landing-contact__cf7 .submitting .wpcf7-spinner {
    display: inline-block;
}

.landing-contact__cf7 .wpcf7-spinner::before {
    background-color: #000000;
}

.landing-contact__cf7 .wpcf7 form .wpcf7-response-output {
    margin: 16px 0 0;
}

.landing-contact__cf7 .cf7-row-field {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.landing-contact__cf7 .cf7-row-field.cf7-row-field-1 {
    grid-template-columns: 1fr;
}

.landing-contact__cf7 .cf7-row-field.cf7-row-field-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767px) {
    .landing-contact__cf7 .cf7-row-field.cf7-row-field-2 {
        grid-template-columns: 1fr;
    }
}

.landing-contact__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.landing-contact__item {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.landing-contact__item-icon {
    width: 32px;
    height: 32px;
    color: #ffffff;
    background: #05044A;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    margin-top: 0;
}

.landing-contact__item-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}

.landing-contact__item h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    color: #05044A;
}

.landing-contact__item p,
.landing-contact__item a {
    margin: 0;
    color: #05044A;
    line-height: 1.5;
    text-decoration: none;
    font-weight: 600;
}

.landing-contact__item a:hover,
.landing-contact__item a:focus {
    text-decoration: underline;
}

.landing-grid--gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.landing-gallery-item {
    margin: 0;
}

.landing-gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.landing-gallery-caption {
    margin-top: 8px;
    font-size: 0.9rem;
    line-height: 1.5;
    opacity: 0.9;
}

.landing-grid--logos {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    gap: 0;
}

.landing-grid--logos > * {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border-left: 1px solid rgba(5, 4, 74, 0.15);
    border-top: 1px solid rgba(5, 4, 74, 0.15);
}

.landing-grid--logos > *:nth-child(5n) {
    border-left: none;
}

.landing-grid--logos > *:nth-child(-n + 5) {
    border-top: none;
}

.landing-grid--logos img {
    max-width: 100%;
    height: 80px;
    object-fit: contain;
    display: block;
}

.landing-banner {
    position: relative;
    height: 80vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

@supports (-webkit-overflow-scrolling: touch) {
    .landing-banner {
        background-attachment: scroll;
    }
}

.landing-banner__content {
    background: #fff;
    color: #05044A;
    padding: 2rem;
    max-width: 75%;
}
.landing-banner__content p {
    font-size: clamp(16px, 2.15vw, 24px);
    margin: 0;
}

@property --lc-border-angle {
    syntax: '<angle>';
    inherits: false;
    initial-value: 180deg;
}

@keyframes lc-border-spin {
    to { --lc-border-angle: 540deg; }
}

@keyframes lc-item-fade-in {
    from {
        opacity: 0;
        scale: 0.85;
    }
    to {
        opacity: 1;
        scale: 1;
    }
}

.landing-circle {
    --circle-size: 770px;
    --circle-orbit-radius: calc(var(--circle-size) / 2);
    --circle-image-width: clamp(220px, 42%, 320px);
    position: relative;
    min-height: calc(var(--circle-orbit-radius) * 2 + 260px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-circle__items {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.landing-circle-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: fit-content;
    max-width: min(260px, 34vw);
    transform: translate(-50%, -50%)
        rotate(calc((1turn / var(--items-total)) * var(--item-index)))
        translateX(var(--circle-orbit-radius))
        rotate(calc((-1turn / var(--items-total)) * var(--item-index)));
    transform-origin: center;
    opacity: 0;
    scale: 0.85;
    transition: opacity 0.5s ease, scale 0.5s ease;
    transition-delay: calc(var(--item-index) * 0.1s);
}

.landing-circle.is-visible .landing-circle-item {
    opacity: 1;
    scale: 1;
}

.landing-circle-item__inner {
    background-color: #ffffff;
    background-image: linear-gradient(to bottom right, #9AE46C 0%, rgba(97, 69, 66, 0) 100%);
    color: #05044A;
    border-radius: 30px;
    padding: 14px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
    text-align: center;
}

.landing-circle-item__inner img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 8px;
}

.landing-circle-item__inner h3 {
    margin: 0;
    color: #05044A;
    font-size: 16px;
    line-height: 1.3;
}

.landing-circle-item__inner p {
    margin: 6px 0 0;
    color: #39467A;
    font-size: 13px;
    line-height: 1.4;
}

.landing-circle__core {
    width: var(--circle-size);
    height: var(--circle-size);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 20%, #2c3b85 0%, #05044A 72%) padding-box,
        linear-gradient(var(--lc-border-angle), rgba(17, 111, 216, 0) 3%, rgba(17, 111, 216, 1) 48%, rgba(17, 111, 216, 0) 99%) border-box;
    border: 45px solid transparent;
    animation: lc-border-spin 4s linear infinite;
    padding: clamp(22px, 4vw, 44px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    position: relative;
}

.landing-circle__image {
    width: var(--circle-image-width);
    height: auto;
    max-width: 100%;
    max-height: 40%;
    object-fit: contain;
}

.landing-content .landing-circle__title {
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp(16px, 2.4vw, 36px);
    line-height: 1.2;
}

.landing-circle__text {
    color: rgba(255, 255, 255, 1);
    font-size: clamp(14px, 1.5vw, 24px);
    line-height: 1.35;
    max-width: 85%;
    margin: 0 auto;
}
.landing-circle__text p {
    margin: 0 auto;
}
.landing-circle__badges {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 8px;
    margin: 1rem auto 2rem;
}
.landing-circle__core-inner {
    position: relative;
    z-index: 1;
}

.landing-circle__badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    padding: 10px 12px;
}

.landing-circle__bottom-text {
    margin: 0 auto;
    color: rgba(255, 255, 255, 1);
    font-size: 1rem;
    line-height: 1.4;
    width: 55%;
    padding-top: 2rem;
    border-top: 1px solid #fff;
}

.landing-circle--no-items {
    min-height: auto;
}

@media (max-width: 992px) {
    .landing-page {
        padding-top: 72px;
    }

    .landing-header-bar__inner {
        min-height: 72px;
    }

    .landing-header-logo img {
        height: 44px;
    }

    .landing-header-actions {
        gap: 12px;
    }

    .landing-header-cta {
        padding: 9px 14px;
        font-size: 0.85rem;
    }

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

    .landing-circle {
        --circle-size: min(520px, 88vw);
        --circle-orbit-radius: calc(var(--circle-size) / 2);
        --circle-image-width: clamp(170px, 46%, 260px);
        min-height: calc(var(--circle-orbit-radius) * 2 + 220px);
    }

    .landing-circle-item {
        width: fit-content;
        max-width: min(220px, 40vw);
    }

    .landing-circle__core-inner {zoom:0.75;}

}

@media (max-width: 768px) {
    .landing-page {
        padding-bottom: 44px;
        padding-top: 64px;
    }

    .landing-header-bar__inner {
        min-height: 64px;
    }

    .landing-nav__list {
        gap: 14px;
    }

    .landing-nav__list a {
        font-size: 0.85rem;
    }

    .landing-header-cta {
        padding: 8px 12px;
    }

    .landing-grid--gallery {
        grid-template-columns: 1fr;
    }
/* 
    .landing-steps {
        grid-template-columns: 1fr;
    } */

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

    .landing-grid--logos > * {
        border-left: 1px solid rgba(5, 4, 74, 0.15);
        border-top: 1px solid rgba(5, 4, 74, 0.15);
    }

    .landing-grid--logos > *:nth-child(5n) {
        border-left:  1px solid rgba(5, 4, 74, 0.15);
    }

    .landing-grid--logos > *:nth-child(-n + 5) {
        border-top: 1px solid rgba(5, 4, 74, 0.15);
    }

    .landing-grid--logos > *:nth-child(2n) {
        border-left: none;
    }

    .landing-grid--logos > *:nth-child(-n + 2) {
        border-top: none;
    }

    .landing-advantages__header {
        min-height: 0;
        margin-bottom: 14px;
    }

    .landing-advantages__header h2 {
        padding-left: 96px;
    }

    .landing-advantages-track {
        width: calc(100% + 18px);
        margin-left: -18px;
    }

    .landing-grid__item {
        padding: 12px;
        gap: 10px;
        height: 100%;
    }

    .landing-grid__item img {
        width: 36px;
        height: 36px;
    }

    .landing-circle {
        --circle-size: min(360px, 82vw);
        --circle-orbit-radius: calc(var(--circle-size) / 2);
        --circle-image-width: clamp(120px, 45%, 170px);
        min-height: calc(var(--circle-orbit-radius) * 2 + 170px);
        display: flex;
        gap: 0;
    }

    .landing-circle__items {
        position: absolute;
        inset: 0;
    }

    .landing-circle-item {
        position: absolute;
        width: fit-content;
        max-width: min(160px, 38vw);
    }

    .landing-circle__core {
        width: var(--circle-size);
        height: var(--circle-size);
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        margin: 0 auto;
        border-width: 26px;
        padding: clamp(14px, 3.5vw, 24px);
    }

    .landing-circle__text {
        max-width: 92%;
    }
}
@media (max-width: 420px) {
    .landing-title {
        font-size: 30px;
    }
    .landing-banner__content {
        max-width: 100%;
    }
    
    .landing-circle__image {display: none;}
    .landing-circle {
        --circle-size: min(300px, 84vw);
        --circle-orbit-radius: calc(var(--circle-size) / 2);
        --circle-image-width: clamp(105px, 44%, 145px);
        min-height: calc(var(--circle-orbit-radius) * 2 + 150px);
    }

    .landing-circle-item {
        max-width: min(100px, 40vw);
    }

    .landing-circle.is-visible .landing-circle-item {
        scale: 0.95;
    }

    .landing-circle-item__inner {
        padding: 6px;
        transform: scale(0.8); 
    }
    .landing-circle__badges {
        grid-template-columns: max-content;
        margin-bottom: 1rem;
        display: flex;
    }


    .landing-circle__badge {
        font-size: 0.85rem;
        min-height: unset;
        padding: 6px;
    }

    .landing-circle__bottom-text {
        font-size: 0.7rem;
        padding-top: 0.5rem;
        line-height: 1.2!important;

    }
}
