/* ========================================
   Sections Styles (Various page sections)
   ======================================== */

/* ----------------------------------------
   Coop / Partners Section
   ---------------------------------------- */
.coop {
    margin-bottom: var(--section-spacing-sm);
    position: relative;
    z-index: 2;
}

.coop .img-bg-top {
    display: none;
}

.coop .img-bg-bottom {
    display: none;
}

.coop-logo-white {
    display: none;
}

.coop .img-bg {
    top: -110px;
    position: absolute;
    width: 100%;
    height: 125px;
    bottom: 0;
    z-index: -1;
    animation: 3s ease-in-out 0s infinite alternate none running meet-right-drawing-animation;
    transform: translateX(-50%);
}

.coop .container {
    padding: 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.coop-logo {
    max-width: 100px;
    height: auto;
    object-fit: contain;
}

/* ----------------------------------------
   United Partners - Infinite Scroll Logo Banner
   ---------------------------------------- */
.united-partners {
    margin-bottom: var(--section-spacing-sm);
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 60px 0;
}

.united-partners .img-bg {
    top: -110px;
    position: absolute;
    width: 100%;
    height: 125px;
    bottom: 0;
    z-index: -1;
    animation: 3s ease-in-out 0s infinite alternate none running meet-right-drawing-animation;
    transform: translateX(-50%);
}

.united-partners .img-bg-bottom {
    display: none;
}

.united-partners-scroll {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 128px, black calc(100% - 200px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, black 128px, black calc(100% - 200px), transparent 100%);
}

.united-partners-track {
    display: inline-flex;
    align-items: center;
    gap: 60px;
    animation: scroll-logos 30s linear infinite;
    will-change: transform;
}

.united-partners-track:hover {
    animation-play-state: paused;
}

.partner-logo {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 80px;
    padding: 0 20px;
}

.partner-logo img {
    max-width: 120px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(30%) opacity(0.8);
    transition: all 0.3s ease;
}

.partner-logo:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% / 3));
    }
}

/* ----------------------------------------
   We Support Section
   ---------------------------------------- */
.we-support .container {
    flex-direction: column;
}

.we-support .container-header {
    margin-bottom: 70px;
}

.we-support-cards {
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.we-support .swiper {
    overflow: unset !important;
    position: static;
}

.we-support-card {
    display: flex;
    margin-bottom: var(--component-spacing-lg);
    max-width: 335px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.we-support-card__img {
    width: 62px;
    font-size: 35pt;
    height: 62px;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: var(--component-spacing-lg);
}

.we-support-card__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom: 8px;
    text-align: center;
}

/* ----------------------------------------
   Tech Stack Section
   ---------------------------------------- */
.tech-stack__left {
    max-width: 35%;
}

.tech-stack .container {
    max-width: 1160px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding-top: 55px;
}

.tech-stack__right {
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-width: 60%;
}

.tech-stack-cards {
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.tech-stack-card {
    display: flex;
    margin-bottom: var(--component-spacing-lg);
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
}

.tech-stack__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom: var(--component-spacing-lg);
    text-align: center;
}

.tech-stack-card__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

/* ----------------------------------------
   New App Section
   ---------------------------------------- */
.new-app-section {
    background: linear-gradient(145deg, #2f6aff 0%, #1b52f4 100%);
    border-radius: 32px;
    margin: 0 20px var(--section-spacing-lg);
    max-width: calc(1400px - 40px);
    margin-left: auto;
    margin-right: auto;
    padding: var(--section-spacing-md) 0;
    box-shadow: 0 20px 60px rgba(20, 46, 140, 0.2);
    overflow: hidden;
    position: relative;
}

.new-app-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(300px 300px at calc(100% - 60px) -100px, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 60%, transparent 61%),
        radial-gradient(200px 200px at -50px calc(100% + 50px), rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 65%, transparent 66%);
    z-index: 0;
}

.new-app-section .container {
    position: relative;
    z-index: 1;
}

.new-app-section .section-title,
.new-app-section .section-title-app {
    color: #fff;
}

.new-app-section .equip-text {
    color: rgba(255, 255, 255, 0.9);
}

/* ----------------------------------------
   Company Sections
   ---------------------------------------- */
.company-types {
    margin-bottom: 0 !important;
}

.company-tech {
    margin-bottom: 5vh;
}

.company-advantages {
    margin-top: var(--section-spacing-2xl);
    margin-bottom: var(--section-spacing-2xl);
}

/* ----------------------------------------
   Why Section
   ---------------------------------------- */
.why {
    min-height: 790px;
}

.why .container {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.why .container-header {
    margin-bottom: 0;
}

.why .container-header .section-title {
    position: relative;
    width: 100%;
    text-align: center;
}

.why .container-header .section-title::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 11px;
    background: #06C;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    left: -85%;
}

.why .container-header .section-title::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 11px;
    background: #06C;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    right: -85%;
}

.why .container-header .section-descr {
    max-width: 410px;
    margin: var(--component-spacing-md) auto 0;
    font-family: Vodafone, Poppins, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #919191;
}

.why-block__img {
    position: relative;
    min-width: 530px;
    height: 420px;
    margin-right: var(--section-spacing-md);
    z-index: 3;
    transform: translateY(40px);
}

.why-block__img img {
    position: absolute;
    width: 100%;
    transition: -webkit-transform 0.9s ease;
    transition: transform 0.9s ease;
    transition: transform 0.9s ease, -webkit-transform 0.9s ease;
}

.why-block__img img:first-child {
    height: auto;
    right: 0;
    z-index: 3;
}

.why-block__img img:nth-child(2) {
    z-index: 2;
    top: 10%;
    left: 0;
}

.why-block__img img:last-child {
    z-index: 1;
    left: 0;
    top: 30%;
}

.why-block__list {
    margin-top: var(--section-spacing-xl);
    list-style: none;
}

.why-block__list ul {
    list-style: none;
}

.why-block__list li {
    transition: all ease 0.8s;
}

.why-block__list li.unactive {
    opacity: 0.3;
}

.why-block__list li:not(:first-child) {
    padding-top: var(--component-spacing-2xl);
}

.why-block__list li:hover {
    animation: descr-anim 0.8s linear;
}

.why-block__list li:hover span {
    left: -76px;
}

.why-block__list li:hover span div::after {
    width: 24px;
    height: 24px;
}

.why-block__list li:hover span div::before {
    width: 70px;
}

.why-block__list-item {
    position: relative;
    transition: all 0.5s ease;
    cursor: default;
    padding-left: 70px;
}

.why-block__list-item span {
    position: absolute;
    left: 0;
    top: 27px;
    transform: translateY(-25px);
    transition: all ease 0.8s;
}

.why-block__list-item span .round {
    position: relative;
    display: block;
    left: 0;
    top: 4px;
    width: 11.11px;
    height: 11.11px;
    border-radius: 100%;
    background: #F46B65;
    transition: all ease 0.8s;
}

.why-block__list-item span .round::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    background: #F46B65;
    transition: all ease 0.8s;
}

.why-block__list-item span .round::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 11.11px;
    height: 11.11px;
    border-radius: 100%;
    background: #FABFBD;
    transition: all ease 0.8s;
}

.why-block__list .section-title {
    margin-bottom: 75px;
}

.why-list__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
    color: #0c0707;
}

.why-list__descr {
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #0C0C0C;
    overflow: hidden;
    transition: all 0.5s ease;
    max-width: 413px;
}

/* Why block animations */
.why-block__img.animation-st-1 img:nth-child(1) {
    transform: translateY(-20px) scale(1.1);
}

.why-block__img.animation-st-1 img:nth-child(2),
.why-block__img.animation-st-1 img:nth-child(3) {
    transform: translateY(60px);
}

.why-block__img.animation-st-2 img:nth-child(1) {
    transform: translateY(-50px);
}

.why-block__img.animation-st-2 img:nth-child(2) {
    transform: scale(1.1);
}

.why-block__img.animation-st-2 img:nth-child(3) {
    transform: translateY(50px);
}

.why-block__img.animation-st-3 img:nth-child(1),
.why-block__img.animation-st-3 img:nth-child(2) {
    transform: translateY(-40px);
}

.why-block__img.animation-st-3 img:nth-child(3) {
    transform: translateY(60px) scale(1.1);
}

.why-block__list.animation-st-1 li:nth-child(2) {
    padding-top: 70px;
}

.why-block__list.animation-st-2 li:nth-child(1) {
    transform: translateY(-70px);
}

.why-block__list.animation-st-2 li:nth-child(3) {
    padding-top: 90px;
}

.why-block__list.animation-st-3 li:nth-child(1) {
    transform: translateY(-70px);
}

.why-block__list.animation-st-3 li:nth-child(2) {
    transform: translateY(-70px);
}

/* ----------------------------------------
   Sections Responsive Styles
   ---------------------------------------- */
@media (width <= 1200px) {
    .coop {
        margin-bottom: 120px;
    }

    .coop .container {
        padding-bottom: 0;
    }

    .new-app-section {
        margin: 0 12px var(--section-spacing-lg);
        border-radius: 24px;
    }

    .tech-stack__right {
        max-width: 500px;
    }

    .tech-stack .container {
        max-width: 940px;
    }

    .something .slick-list {
        overflow: unset;
    }

    .we-support .slick-list {
        overflow: unset;
    }

    .something-cards {
        width: 100%;
    }

    .we-support-cards {
        width: 100%;
    }
}

@media (width <= 992px) {
    .something-wrapper-hardware {
        flex-direction: column;
    }

    .why .container {
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 5vh;
        gap: 10vh;
    }

    .why {
        min-height: 100%;
    }

    .why .container-header .section-title::before {
        width: 50vw;
        left: -50vw;
    }

    .why .container-header .section-title::after {
        width: 50vw;
        right: -50vw;
    }

    .why-block__img {
        position: relative;
        min-width: 100%;
        height: 50vw;
        z-index: 3;
    }
}

@media (width <= 768px) {
    .tech-stack__right {
        max-width: 460px;
    }

    .tech-stack .container {
        max-width: 460px;
    }

    .tech-stack-card {
        padding-left: 0;
        max-width: inherit;
    }

    .tech-stack__left {
        max-width: none;
        margin-bottom: var(--component-spacing-lg);
    }

    .coop {
        padding: 50px 0 0;
        margin-bottom: 210px;
        background: #407af4;
    }

    .coop .img-bg {
        display: none;
    }

    .coop .img-bg-top {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 90%;
    }

    .coop .img-bg-bottom {
        display: block;
        width: 100%;
        position: absolute;
        top: 99%;
        animation: 4s ease-in-out 0s infinite alternate none running meet-right-drawing-animation;
        transform: translateX(-50%);
    }

    .coop-logo {
        display: none;
        margin-bottom: 34px;
    }

    .coop-logo-white {
        display: block;
    }
}

/* ========================================
   Easy Guides Section
   Video tutorial section with browser mockup
   ======================================== */

.easy-guides {
    position: relative;
    padding: var(--section-spacing-xl) 0;
    overflow: hidden;
    background: linear-gradient(135deg, #fafbff 0%, #f0f4ff 50%, #fff 100%);
}

/* Decorative background elements */
.easy-guides::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 60%;
    height: 150%;
    background: radial-gradient(ellipse at center, rgba(43, 107, 243, 0.04) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.easy-guides::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 50%;
    height: 120%;
    background: radial-gradient(ellipse at center, rgba(239, 43, 35, 0.03) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.easy-guides__wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
}

/* Browser Window Container */
.easy-guides__media {
    position: relative;
    flex: 0 0 auto;
    width: clamp(360px, 48%, 600px);
    background: linear-gradient(165deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: var(--radius-xl);
    padding: 0;
    box-shadow: 
        0 40px 80px -20px rgba(43, 107, 243, 0.15),
        0 20px 40px -15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(43, 107, 243, 0.08);
    overflow: hidden;
    z-index: 2;
    transition: transform var(--transition-normal) cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow var(--transition-normal) var(--transition-ease);
}

.easy-guides__media:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 
        0 50px 100px -25px rgba(43, 107, 243, 0.2),
        0 30px 50px -20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(43, 107, 243, 0.12);
}

.easy-guides__browser {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Browser Header with macOS-style dots */
.easy-guides__browser-header {
    display: flex;
    align-items: center;
    gap: var(--spacing-2);
    padding: var(--spacing-3) var(--spacing-4);
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f8 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.easy-guides__browser-dot {
    width: 12px;
    height: 12px;
    border-radius: var(--radius-round);
    flex-shrink: 0;
    transition: all var(--transition-fast) var(--transition-ease);
}

.easy-guides__media:hover .easy-guides__browser-dot {
    transform: scale(1.1);
}

.easy-guides__browser-dot--red {
    background: linear-gradient(135deg, #ff605c 0%, #ed4956 100%);
    box-shadow: 
        0 0 0 1px rgba(255, 96, 92, 0.2) inset,
        0 2px 6px rgba(237, 73, 86, 0.35);
}

.easy-guides__browser-dot--yellow {
    background: linear-gradient(135deg, #ffbd44 0%, #f5a623 100%);
    box-shadow: 
        0 0 0 1px rgba(255, 189, 68, 0.2) inset,
        0 2px 6px rgba(245, 166, 35, 0.35);
}

.easy-guides__browser-dot--green {
    background: linear-gradient(135deg, #00ca4e 0%, #28cd41 100%);
    box-shadow: 
        0 0 0 1px rgba(0, 202, 78, 0.2) inset,
        0 2px 6px rgba(40, 205, 65, 0.35);
}

/* URL Bar */
.easy-guides__browser-bar {
    flex: 1;
    height: 28px;
    margin-left: var(--spacing-4);
    background: linear-gradient(180deg, #f5f5f7 0%, #ebebed 100%);
    border-radius: var(--radius-sm);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) inset;
}

/* Video Container */
.easy-guides__browser-content {
    position: relative;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 100%);
    overflow: hidden;
}

/* Play button overlay hint */
.easy-guides__browser-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(239, 43, 35, 0.05) 0%, transparent 50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--transition-normal) var(--transition-ease);
}

.easy-guides__media:hover .easy-guides__browser-content::before {
    opacity: 1;
}

.easy-guides__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Content Card */
.easy-guides__content {
    flex: 1;
    background: linear-gradient(145deg, #ffffff 0%, #f8faff 50%, #ffffff 100%);
    border-radius: var(--radius-xl) var(--radius-3xl) var(--radius-3xl) var(--radius-xl);
    padding: var(--spacing-16) var(--spacing-12) var(--spacing-16) calc(var(--spacing-16) + 24px);
    margin-left: -48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 340px;
    box-shadow: 
        0 8px 40px rgba(43, 107, 243, 0.08),
        0 2px 8px rgba(0, 0, 0, 0.03),
        0 0 0 1px rgba(43, 107, 243, 0.04);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(43, 107, 243, 0.06);
}

/* Decorative gradient elements */
.easy-guides__content::before {
    content: '';
    position: absolute;
    top: 20%;
    right: var(--spacing-6);
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(43, 107, 243, 0.06) 0%, transparent 70%);
    border-radius: var(--radius-round);
    pointer-events: none;
}

.easy-guides__content::after {
    content: '';
    position: absolute;
    bottom: 15%;
    right: 15%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(239, 43, 35, 0.04) 0%, transparent 70%);
    border-radius: var(--radius-round);
    pointer-events: none;
}

/* Label/Badge */
.easy-guides__label {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-2);
    margin-bottom: var(--component-spacing-md);
    padding: var(--spacing-2) var(--spacing-4);
    background: linear-gradient(135deg, rgba(43, 107, 243, 0.1) 0%, rgba(43, 107, 243, 0.05) 100%);
    color: var(--color-primary);
    font-size: var(--font-size-sm);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: var(--radius-4xl);
    border: 1px solid rgba(43, 107, 243, 0.1);
    width: fit-content;
}

.easy-guides__label-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.easy-guides__title {
    margin-bottom: var(--component-spacing-lg);
    color: var(--color-text-primary);
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    line-height: var(--line-height-tight);
    letter-spacing: -0.025em;
    position: relative;
}

/* Title underline accent */
.easy-guides__title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    margin-top: var(--spacing-4);
    background: linear-gradient(90deg, var(--color-secondary) 0%, rgba(239, 43, 35, 0.3) 100%);
    border-radius: 2px;
}

.easy-guides__text {
    margin-bottom: var(--component-spacing-xl);
    color: var(--color-text-secondary);
    font-size: clamp(var(--font-size-md), 2vw, var(--font-size-lg));
    line-height: var(--line-height-extra-loose);
    max-width: 480px;
}

.easy-guides__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--spacing-4);
}

/* Premium Button Style */
.easy-guides__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-3);
    padding: var(--spacing-4) var(--spacing-8);
    font-size: var(--font-size-lg);
    font-weight: 600;
    border-radius: var(--radius-4xl);
    position: relative;
    overflow: hidden;
    transition: 
        transform var(--transition-fast) cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow var(--transition-fast) var(--transition-ease);
    box-shadow: 
        0 4px 16px rgba(239, 43, 35, 0.3),
        0 2px 6px rgba(239, 43, 35, 0.15);
}

/* Button shine effect */
.easy-guides__button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    transition: left 0.5s ease;
}

.easy-guides__button:hover::before {
    left: 100%;
}

.easy-guides__button:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 
        0 10px 30px rgba(239, 43, 35, 0.35),
        0 6px 12px rgba(239, 43, 35, 0.2);
}

.easy-guides__button:active {
    transform: translateY(-2px) scale(1);
}

/* Button icon */
.easy-guides__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform var(--transition-fast) var(--transition-ease);
}

.easy-guides__button:hover .easy-guides__button-icon {
    transform: translateX(3px);
}

/* ========================================
   Easy Guides - Responsive Design
   ======================================== */

/* Tablet (< 1024px) */
@media (max-width: 1023px) {
    .easy-guides {
        padding: var(--section-spacing-lg) 0;
    }
    
    .easy-guides::before,
    .easy-guides::after {
        opacity: 0.7;
    }
    
    .easy-guides__wrap {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    
    .easy-guides__media {
        width: 100%;
        max-width: 580px;
        border-radius: var(--radius-xl) var(--radius-xl) 0 0;
    }
    
    .easy-guides__content {
        width: 100%;
        max-width: 580px;
        padding: var(--spacing-12) var(--spacing-10) var(--spacing-10);
        margin-left: 0;
        margin-top: 0;
        border-radius: 0 0 var(--radius-2xl) var(--radius-2xl);
        border-top: none;
        text-align: center;
    }
    
    .easy-guides__content::before,
    .easy-guides__content::after {
        display: none;
    }
    
    .easy-guides__label {
        margin-left: auto;
        margin-right: auto;
    }
    
    .easy-guides__title {
        text-align: center;
    }
    
    .easy-guides__title::after {
        margin-left: auto;
        margin-right: auto;
    }
    
    .easy-guides__text {
        text-align: center;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .easy-guides__actions {
        justify-content: center;
    }
}

/* Mobile (< 768px) */
@media (max-width: 767px) {
    .easy-guides {
        padding: var(--section-spacing-md) 0;
        background: linear-gradient(180deg, #fafbff 0%, #fff 100%);
    }
    
    .easy-guides::before {
        width: 80%;
        left: -20%;
        opacity: 0.5;
    }
    
    .easy-guides::after {
        display: none;
    }
    
    .easy-guides__media {
        max-width: 100%;
        border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    }
    
    .easy-guides__content {
        max-width: 100%;
        padding: var(--spacing-10) var(--spacing-6) var(--spacing-8);
        margin-top: 0;
        border-radius: 0 0 var(--radius-xl) var(--radius-xl);
        min-height: 0;
    }
    
    .easy-guides__label {
        font-size: var(--font-size-xs);
        padding: var(--spacing-1) var(--spacing-3);
    }
    
    .easy-guides__title {
        margin-bottom: var(--component-spacing-md);
        font-size: clamp(24px, 6vw, 32px);
    }
    
    .easy-guides__title::after {
        width: 48px;
        height: 3px;
        margin-top: var(--spacing-3);
    }
    
    .easy-guides__text {
        margin-bottom: var(--component-spacing-lg);
        font-size: var(--font-size-base);
        line-height: var(--line-height-extra-loose);
    }
    
    .easy-guides__browser-header {
        padding: var(--spacing-3) var(--spacing-3);
        gap: var(--spacing-2);
    }
    
    .easy-guides__browser-dot {
        width: 10px;
        height: 10px;
    }
    
    .easy-guides__browser-bar {
        height: 24px;
        margin-left: var(--spacing-3);
    }
    
    .easy-guides__button {
        padding: var(--spacing-4) var(--spacing-6);
        font-size: var(--font-size-md);
    }
}

/* Small Mobile (< 480px) */
@media (max-width: 479px) {
    .easy-guides {
        padding: var(--section-spacing-sm) 0;
    }
    
    .easy-guides::before {
        opacity: 0.3;
    }
    
    .easy-guides__media {
        border-radius: var(--radius-md) var(--radius-md) 0 0;
        box-shadow: 
            0 20px 40px -10px rgba(43, 107, 243, 0.1),
            0 10px 20px -8px rgba(0, 0, 0, 0.06);
    }
    
    .easy-guides__media:hover {
        transform: none;
        box-shadow: 
            0 20px 40px -10px rgba(43, 107, 243, 0.1),
            0 10px 20px -8px rgba(0, 0, 0, 0.06);
    }
    
    .easy-guides__content {
        padding: var(--spacing-8) var(--spacing-4) var(--spacing-6);
        border-radius: 0 0 var(--radius-md) var(--radius-md);
    }
    
    .easy-guides__title {
        font-size: clamp(22px, 5.5vw, 28px);
    }
    
    .easy-guides__button {
        width: 100%;
        justify-content: center;
    }
}


/* ----------------------------------------
   Slider Arrow Controls
   ---------------------------------------- */
.slider-arrow {
    width: 30px;
    height: 30px;
    display: block;
    top: -135px;
    position: absolute;
    right: 0;
    background: url("/assets/img/slider-arrow.svg") no-repeat center;
    background-size: cover;
    cursor: pointer;
}

.slider-arrow_right {
    right: 30px;
}

.slider-arrow_left {
    transform: rotateY(180deg);
    right: 100px;
}


/* ----------------------------------------
   Company Page Specific Styles
   ---------------------------------------- */
.company-faq .faq-block__left {
    max-width: 100%;
}

.company-faq .faq-block__right {
    display: none;
}

.company-types {
    padding-top: 60px;
}

.company-tech {
    padding-top: 0;
}

.company-advantages {
    padding-top: 0;
}


/* ----------------------------------------
   Why Block Animations
   ---------------------------------------- */
.why-block__img {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.why-block__img img {
    position: absolute;
    width: 100%;
    transition: transform 0.9s ease;
}

.why-block__img img:first-child {
    height: auto;
    right: 0;
    z-index: 3;
}

.why-block__img img:nth-child(2) {
    z-index: 2;
    top: 10%;
    left: 0;
}

.why-block__img img:last-child {
    z-index: 1;
    left: 0;
    top: 30%;
}

.why-block__list {
    margin-top: var(--section-spacing-xl);
    list-style: none;
}

.why-block__list ul {
    list-style: none;
}

.why-block__list li {
    transition: all ease 0.8s;
}

.why-block__list li.unactive {
    opacity: 0.3;
}

.why-block__list li:not(:first-child) {
    padding-top: var(--component-spacing-2xl);
}

.why-block__list li:hover {
    animation: descr-anim 0.8s linear;
}

.why-block__list li:hover span {
    left: -76px;
}

.why-block__list li:hover span div::after {
    width: 24px;
    height: 24px;
}

.why-block__list li:hover span div::before {
    width: 70px;
}

.why-block__list-item {
    position: relative;
    transition: all 0.5s ease;
    cursor: default;
    padding-left: 70px;
}

.why-block__list-item span {
    position: absolute;
    left: 0;
    top: 27px;
    transform: translateY(-25px);
    transition: all ease 0.8s;
}

.why-block__list-item span .round {
    position: relative;
    display: block;
    left: 0;
    top: 4px;
    width: 11.11px;
    height: 11.11px;
    border-radius: 100%;
    background: #F46B65;
    transition: all ease 0.8s;
}

.why-block__list-item span .round::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    background: #F46B65;
    transition: all ease 0.8s;
}

.why-block__list-item span .round::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 11.11px;
    height: 11.11px;
    border-radius: 100%;
    background: #FABFBD;
    transition: all ease 0.8s;
}

.why-block__list .section-title {
    margin-bottom: 75px;
}

.why-list__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
    color: #0c0707;
}

.why-list__descr {
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #0C0C0C;
    overflow: hidden;
    transition: all 0.5s ease;
    max-width: 413px;
}

/* Why Block Animation States */
.why-block__img.animation-st-1 img:nth-child(1) {
    transform: translateY(-20px) scale(1.1);
}

.why-block__img.animation-st-1 img:nth-child(2),
.why-block__img.animation-st-1 img:nth-child(3) {
    transform: translateY(60px);
}

.why-block__img.animation-st-2 img:nth-child(1) {
    transform: translateY(-50px);
}

.why-block__img.animation-st-2 img:nth-child(2) {
    transform: scale(1.1);
}

.why-block__img.animation-st-2 img:nth-child(3) {
    transform: translateY(50px);
}

.why-block__img.animation-st-3 img:nth-child(1),
.why-block__img.animation-st-3 img:nth-child(2) {
    transform: translateY(-40px);
}

.why-block__img.animation-st-3 img:nth-child(3) {
    transform: translateY(60px) scale(1.1);
}

.why-block__list.animation-st-1 li:nth-child(2) {
    padding-top: 70px;
}

.why-block__list.animation-st-2 li:nth-child(1) {
    transform: translateY(-70px);
}

.why-block__list.animation-st-2 li:nth-child(3) {
    padding-top: 90px;
}

.why-block__list.animation-st-3 li:nth-child(1) {
    transform: translateY(-70px);
}

.why-block__list.animation-st-3 li:nth-child(2) {
    transform: translateY(-70px);
}


/* ----------------------------------------
   Allinone Text Elements
   ---------------------------------------- */
.allinone__title {
    font-size: var(--font-size-5xl);
    font-weight: 700;
    line-height: var(--line-height-tight);
    color: var(--color-text-primary);
    margin-bottom: 10px;
}

.allinone__title span {
    display: block;
    color: var(--color-primary);
    margin-top: 4px;
}

.allinone__text {
    font-size: var(--font-size-base);
    line-height: 1.45;
    color: var(--color-text-secondary);
    margin-bottom: var(--spacing-xs);
}

.allinone__text:last-of-type {
    margin-bottom: 10px;
}

.allinone__cta {
    display: inline-block;
    margin-top: 0;
}