* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #f5f5f5;
    color: #f5f5f5;
    overflow-x: hidden;
    scroll-behavior: smooth;
    /* Скрываем горизонтальную прокрутку */
}

section {
    /* min-height: 80vh; */
    padding: 100px 0px;
    display: flex;
    flex-direction: column;
}

#home {
    margin-top: 5vh;
    background-color: #f5f5f5;
    color: #1a0046;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* min-height: 100vh; */
}

#form {
    background-color: #f5f5f5;
    color: #1a0046;
}

.home-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #f5f5f5;
    color: #f5f5f5;
    overflow-x: hidden;
    scroll-behavior: smooth;
    /* Скрываем горизонтальную прокрутку */
}

section {
    /* min-height: 80vh; */
    padding: 100px 0px;
    display: flex;
    flex-direction: column;
}

#home {
    margin-top: 5vh;
    background-color: #f5f5f5;
    color: #1a0046;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* min-height: 100vh; */
}

#form {
    background-color: #f5f5f5;
    color: #1a0046;
}

.home-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000000;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.search-container {
    background-color: white;
    border-radius: 100px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 65px 0px 45px 0px;
    width: 100%;
    max-width: 1200px;
    height: 150px;
}

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

.search-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.search-text {
    font-size: 48px;
    color: #000000;
    font-weight: bold;
    display: flex;
    align-items: center;
}

#typed-text {
    display: inline-block;
}

.fittin-link {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    transition: color 0.2s;
    vertical-align: middle;
    letter-spacing: 0.01em;
}

.fittin-link:hover {
    color: #3e2fae;
    text-decoration: underline;
}

.arrow {
    font-size: 15px;
    margin-left: 2px;
    vertical-align: middle;
}

.order-btn {
    background: #3e2fae;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 20px 0px;
}

.order-btn:hover {
    background: #5848d0;
}

.title {
    font-size: 48px;
    font-weight: bold;
    color: #3e2fae;
    line-height: 1.1;
    font-family: 'Unbounded', sans-serif;
}

.title-bold {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    font-family: 'Unbounded', sans-serif;
}

.title-bold.mobile-only {
    display: none;
}

.title-bold.desktop-only {
    display: block;
}

.subtitle {
    font-size: 20px;
    color: #000000;
    margin: 0 0 32px 0;
    line-height: 1.5;
}

.subtitle-accent {
    color: #3e2fae;
    font-weight: 600;
}

@media (max-width: 1220px) {
    #home {
        margin: 0 20px;
    }
}

@media screen and (max-width: 870px) {
    section {
        padding: 50px 0px;
    }

    .home-title {
        font-size: 36px;
    }

    .search-container {
        background-color: white;
        border-radius: 100px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 65px 0px;
        width: 100%;
        max-width: 860px;
        height: 80px;
    }

    .search-icon {
        width: 45px;
        height: 45px;
    }

    .search-text {
        font-size: 28px;
    }

    .title {
        font-size: 36px;
    }

    .title-bold {
        font-size: 36px;
    }

    .subtitle {
        font-size: 20px;
    }

    .subtitle-accent {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    section {
        padding: 50px 0px;
        min-height: 30vh;
    }

    #home {
        margin-top: 60px;
        /* min-height: 40vh; */
    }

    .title-bold.mobile-only {
        display: block;
    }

    .title-bold.desktop-only {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    .home-title {
        font-size: 24px;
    }
}


/* Problem Section */
#problems {
    background-color: #f5f5f5;
    color: #1a0046;
}

.problem-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    /* min-height: 80vh; */
    box-sizing: border-box;
    background: #f5f5f5;
    align-items: flex-start;
}

.problem-left {
    flex: 1;
    padding: 48px 32px 32px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 200px;
}

.problem-title {
    font-size: 48px;
    font-weight: bold;
    color: #3e2fae;
    line-height: 1.1;
    font-family: 'Unbounded', sans-serif;
}

.problem-title-bold {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    font-family: 'Unbounded', sans-serif;
}

.problem-solution {
    font-size: 20px;
    color: #000000;
    margin: 0 0 32px 0;
    line-height: 1.5;
}

.problem-accent {
    color: #3e2fae;
    font-weight: 600;
}

.problem-title-mobile-only {
    display: none;
}

.problem-title-bold-mobile-only {
    display: none;
}

.problem-solution-mobile-only {
    display: none;
}

.problem-accent-mobile-only {
    display: none;
}

.problem-right {
    flex: 2;
    padding: 48px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.problem {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
    gap: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #CECECE;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.problem.visible {
    opacity: 1;
    transform: translateX(0);
}

.problem:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.problem-number {
    font-size: 158px;
    font-weight: normal;
    color: #3e2fae;
    width: 54px;
    flex-shrink: 0;
    line-height: 1;
    margin-right: 208px;
    font-family: 'Unbounded', sans-serif;
    justify-content: flex-end;
}

.problem-desc {
    font-size: 20px;
    color: #23235f;
    line-height: 1.5;
    margin-top: 4px;
    margin-left: 25px;
    align-self: flex-end;
}

.problem-number-desc {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

@media (max-width: 1220px) {
    #problems {
        margin: 0 20px;
    }

    .problem-number {
        font-size: 120px;
        margin-right: 150px;
    }

    .problem-desc {
        margin-left: 0px;
    }
}


@media screen and (max-width: 900px) {
    .problem-left {
        padding-right: 0px;
    }

    .problem-number {
        font-size: 100px;
        margin-right: 120px;
    }
}

@media screen and (max-width: 768px) {
    .responsive-br {
        display: none;
    }

    #problems {
        min-height: 40vh;
    }

    .problem-container {
        display: flex;
        max-width: 768px;
        margin: 0 auto;
        min-height: 40vh;
        box-sizing: border-box;
        background: #f5f5f5;
        align-items: flex-start;
    }

    .problem-left {
        display: none;
    }

    .problem-title {
        display: none;
    }

    .problem-title-bold {
        display: none;
    }

    .problem-solution {
        display: none;
    }

    .problem-accent {
        display: none;
    }

    .problem-title-mobile-only {
        display: block;
        font-size: 36px;
        font-weight: bold;
        color: #3e2fae;
        line-height: 1.1;
        font-family: 'Unbounded', sans-serif;
    }

    .problem-title-bold-mobile-only {
        display: block;
        font-size: 36px;
        font-weight: bold;
        color: #000000;
        font-family: 'Unbounded', sans-serif;
    }

    .problem-solution-mobile-only {
        display: block;
        font-size: 24px;
        margin: 16px 0px;
        color: #000000;
        margin: 0 0 8px 0;
        line-height: 1.5;
    }

    .problem-accent-mobile-only {
        display: block;
        color: #3e2fae;
        font-size: 24px;
        font-weight: 600;
    }

    .problem-right {
        flex: 2;
        padding: 16px 8px 8px 8px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .problem {
        display: flex;
        align-items: flex-start;
        margin-bottom: 8px;
        gap: 12px;
        padding-bottom: 8px;
        border-bottom: 1px solid #CECECE;
    }

    .problem:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .problem-number {
        font-size: 78px;
        margin-right: 70px;
    }

    .problem-desc {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 4px;
        margin-left: 25px;
        align-self: flex-end;
    }

    .problem-number-desc {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    .order-btn.problems {
        font-size: 1.2rem;
        width: 80%;
    }
}

@media (max-width: 480px) {
    .problem-title-mobile-only {
        margin-bottom: 10px;
    }

    .problem-number {
        font-size: 50px;
        margin-right: 30px;
    }

    .problem-desc {
        margin-left: 5px;
    }
}


/* Quote Section */
.quote-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    margin-bottom: 100px;
    width: 100%;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

/* Фоновая анимация шариков */
#background-circles {
    position: absolute;
    left: 50%;
    top: 100px;
    width: 60%;
    height: 60%;
    max-width: 500px;
    max-height: 500px;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 30% 30%, rgba(62, 47, 174, 0.05) 0%, rgba(62, 47, 174, 0.05) 10%, transparent 11%),
        radial-gradient(circle at 70% 70%, rgba(62, 47, 174, 0.07) 0%, rgba(62, 47, 174, 0.07) 16%, transparent 17%),
        radial-gradient(circle at 55% 35%, rgba(62, 47, 174, 0.03) 0%, rgba(62, 47, 174, 0.03) 24%, transparent 25%);
    animation: rotate 120s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Показываем анимацию только когда quote-section в поле зрения */
.quote-section-visible {
    opacity: 1 !important;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.quote-text {
    font-family: 'Unbounded', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 50px 0px 100px 0px;
}

.quote-line-1,
.quote-line-2,
.quote-line-3,
.quote-line-4 {
    font-size: clamp(30px, 7vw, 100px);
    font-weight: bold;
    line-height: 1.1;
    color: #000000;
    text-align: left;
    opacity: 0;
    animation: fadeIn 0.9s ease-in forwards paused;
}

.quote-line-1 {
    animation-delay: 0.1s;
}

.quote-line-2 {
    animation-delay: 0.3s;
    margin-left: clamp(50px, 10vw, 120px);
}

.quote-line-3 {
    color: #3e2fae;
    animation-delay: 0.6s;
    margin-left: clamp(88px, 17vw, 180px);
}

.quote-line-4 {
    color: #3e2fae;
    animation-delay: 0.9s;
    margin-left: clamp(100px, 25vw, 240px);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width: 1000px) {
    .quote-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 15px 0px 30px;
        width: 100%;
        background-color: transparent;
    }

    .quote-text {
        font-family: 'Unbounded', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #background-circles {
        position: absolute;
        left: 50%;
        top: 100px;
        width: 60%;
        height: 60%;
        max-width: 400px;
        max-height: 400px;
        overflow: hidden;
        z-index: 0;
        pointer-events: none;
        background-image:
            radial-gradient(circle at 30% 30%, rgba(62, 47, 174, 0.05) 0%, rgba(62, 47, 174, 0.05) 10%, transparent 11%),
            radial-gradient(circle at 70% 70%, rgba(62, 47, 174, 0.07) 0%, rgba(62, 47, 174, 0.07) 16%, transparent 17%),
            radial-gradient(circle at 75% 35%, rgba(62, 47, 174, 0.03) 0%, rgba(62, 47, 174, 0.03) 24%, transparent 25%);
        animation: rotate 120s linear infinite;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
}

@media screen and (max-width: 768px) {
    .quote-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 10px;
        width: 100%;
        background-color: transparent;
        margin-bottom: 60px;
    }

    .quote-text {
        font-family: 'Unbounded', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    #background-circles {
        position: absolute;
        left: 50%;
        top: 100px;
        width: 60%;
        height: 60%;
        max-width: 200px;
        max-height: 200px;
        overflow: hidden;
        z-index: 0;
        pointer-events: none;
        background-image:
            radial-gradient(circle at 20% 30%, rgba(62, 47, 174, 0.05) 0%, rgba(62, 47, 174, 0.05) 10%, transparent 11%),
            radial-gradient(circle at 70% 70%, rgba(62, 47, 174, 0.07) 0%, rgba(62, 47, 174, 0.07) 16%, transparent 17%),
            radial-gradient(circle at 65% 35%, rgba(62, 47, 174, 0.03) 0%, rgba(62, 47, 174, 0.03) 24%, transparent 25%);
        animation: rotate 120s linear infinite;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
}

@media (max-width: 480px) {

    .quote-line-1,
    .quote-line-2,
    .quote-line-3,
    .quote-line-4 {
        font-size: clamp(20px, 7vw, 30px);
    }

    .quote-line-2 {
        margin-left: clamp(20px, 10vw, 50px);
    }

    .quote-line-3 {
        margin-left: clamp(50px, 17vw, 100px);
    }

    .quote-line-4 {
        margin-left: clamp(65px, 18vw, 120px);
    }

    #background-circles {
        position: absolute;
        left: 50%;
        top: 100px;
        width: 60%;
        height: 60%;
        max-width: 150px;
        max-height: 150px;
        overflow: hidden;
        z-index: 0;
        pointer-events: none;
        background-image:
            radial-gradient(circle at 20% 30%, rgba(62, 47, 174, 0.05) 0%, rgba(62, 47, 174, 0.05) 10%, transparent 11%),
            radial-gradient(circle at 70% 70%, rgba(62, 47, 174, 0.07) 0%, rgba(62, 47, 174, 0.07) 16%, transparent 17%),
            radial-gradient(circle at 65% 35%, rgba(62, 47, 174, 0.03) 0%, rgba(62, 47, 174, 0.03) 24%, transparent 25%);
        animation: rotate 120s linear infinite;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
}


/* Comparison Section - New Design */
#compare {
    background-color: #f5f5f5;
    color: #1a0046;
    overflow: hidden;
}

.comparison-section {
    max-width: 100%;
    margin: 0 auto;
}

.comparison-header {
    margin-bottom: 50px;
    text-align: start;
}

.comparison-header .subtitle {
    font-size: 22px;
    color: #000;
    margin-top: 15px;
    font-weight: 400;
}

.highlight-text {
    color: #3e2fae;
    position: relative;
    display: inline-block;
}

.highlight-text::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #3e2fae, #7a6af5);
    border-radius: 2px;
}

.comparison-cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.comparison-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    opacity: 0;
    animation: fadeInUp 0.6s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.comparison-card:nth-child(2) {
    animation-delay: 0.2s;
}

.comparison-card:nth-child(3) {
    animation-delay: 0.4s;
}

.query-section {
    background: #f8f9fa;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.query-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #3e2fae;
    flex-shrink: 0;
}

.query-text {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    min-height: 28px;
}

.typing-cursor {
    display: inline-block;
    width: 2px;
    height: 1em;
    background-color: #333;
    margin-left: 2px;
    animation: blink 1s infinite;
    vertical-align: middle;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.typed-text-wrapper {
    display: inline;
}

.comparison-results {
    display: flex;
    padding: 30px;
    gap: 20px;
    align-items: stretch;
}

.result-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.result-column.traditional {
    padding-right: 20px;
}

.result-column.ai {
    padding-left: 20px;
}

.result-label {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.result-column.ai .result-label {
    color: #3e2fae;
}

.result-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease;
    border: none;
}

.result-box.highlighted {
    background: linear-gradient(135deg, #3e2fae 0%, #7a6af5 100%);
    color: white;
}

.result-icon {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-text {
    font-size: 18px;
    font-weight: 500;
    text-align: start;
}

.result-box.highlighted .result-text {
    color: white;
}

.result-explanation {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    padding: 0 10px;
}

.result-column.ai .result-explanation {
    color: #555;
}

.vs-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #aaa;
    font-size: 18px;
    position: relative;
    width: 40px;
    flex-shrink: 0;
}

.vs-divider::before,
.vs-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    background: #ddd;
    transform: translateX(-50%);
}

.vs-divider::before {
    top: 0;
    height: calc(50% - 15px);
}

.vs-divider::after {
    bottom: 0;
    height: calc(50% - 15px);
}

@media screen and (max-width: 1220px) {
    #compare {
        margin: 0 20px;
    }

    .comparison-section {
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .comparison-results {
        flex-direction: column;
        padding: 20px;
    }

    .result-column.traditional {
        border-right: none;
        padding-right: 0;
        padding-bottom: 0;
    }

    .result-column.ai {
        padding-left: 0;
        padding-top: 0;
    }

    .vs-divider {
        width: 100%;
        height: 20px;
        margin: 10px 0;
    }

    .vs-divider::before,
    .vs-divider::after {
        top: 50%;
        height: 1px;
        width: calc(50% - 15px);
        transform: translateY(-50%);
    }

    .vs-divider::before {
        left: 0;
    }

    .vs-divider::after {
        left: auto;
        right: 0;
    }

    .query-text {
        font-size: 20px;
    }

    .result-text {
        font-size: 16px;
    }

    .result-explanation {
        font-size: 14px;
    }
    /* На очень узких экранах принудительно переносим вторую часть */
    @media (max-width: 420px) {
        .pricing-header .subtitle .subtitle-break { display: block; }
    }
}

@media (max-width: 480px) {
    .comparison-header .title-bold {
        font-size: 28px;
    }

    .comparison-header .subtitle {
        font-size: 16px;
    }

    .query-section {
        padding: 15px 20px;
    }

    .query-icon {
        width: 36px;
        height: 36px;
        margin-right: 12px;
    }

    .comparison-results {
        padding: 15px;
    }

    .result-box {
        padding: 15px;
    }
}


/* Solution Section */
#solution {
    background-color: #f5f5f5;
    color: #1a0046;
    min-height: 100vh;
}

.how-work-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #f5f5f5;
    color: #1a0046;
    border-radius: 5px;
    overflow: hidden;
    /* min-height: 70vh; */
}

.how-work-info {
    flex: 1.3;
    padding-right: 30px;
}

.how-work-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.how-work-image img {
    min-width: 25%;
    max-width: auto;
    height: 100%;
    object-fit: cover;
}

.search-title {
    font-size: 48px;
    font-weight: bold;
    color: #3e2fae;
    line-height: 1.1;
    font-family: 'Unbounded', sans-serif;
}

.search-title-bold {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    font-family: 'Unbounded', sans-serif;
    width: 100%;
    padding-right: 30px;
    margin-bottom: 30px;
}


.search-options {
    margin-bottom: 30px;
}

.search-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.search-option {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.search-option-half {
    flex: 1;
    margin-bottom: 0;
}

.search-option .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 8px;
}

.search-option .search-text {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    flex: 1;
}

.personalized-search {
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
}

.personalized-title {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
    color: #000000;
}

.personalized-title-active {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
    color: #3e2fae;
}

.personalized-list {
    list-style-type: none;
}

.personalized-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000000;
}

.personalized-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3e2fae;
    font-weight: bold;
}

@media screen and (max-width: 1220px) {
    .how-work-info {
        width: 100%;
        padding: 10px 10px;
    }
}

@media (max-width: 1220px) {
    #solution {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .search-title {
        font-size: 32px;
    }

    .search-title-bold {
        font-size: 32px;
    }

    .how-work-image {
        display: none;
    }

    .personalized-search {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 690px) {
    .search-option .search-text {
        font-size: 16px;
    }
}


/* Europe example */
.example {
    display: none;
}

.example-content {
    text-align: left;
    flex: 1;
    padding-right: 30px;
    min-width: 300px;
}

.example-description {
    color: #000000;
    font-size: 24px;
    margin-top: 20px;
}

.example-phones {
    display: flex;
    align-items: center;
    justify-content: center;
}

.example-phone {
    height: auto;
    opacity: 0;
    /* Начинаем с прозрачности */
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
    /* плавная анимация */
}

.example-phone.europa-logo {
    position: absolute;
    bottom: 70px;
    /* right: 70px; */
    width: clamp(120px, 15vw, 280px);
    height: auto;
    max-width: 90%;
    transition: all 0.3s ease;
    /* Плавные переходы при изменении размера */
    z-index: 2;
    transform: translateX(50px) rotate(-5deg);
    /* Начальное положение - справа с поворотом */
    transition-delay: 0.4s;
    /* Увеличенная задержка для второго телефона */
}

.example-phone.animate {
    opacity: 1;
    transform: translateX(0) rotate(0);
    /* Конечное положение без поворота */
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Europe example 2 */
.europa-container-basa {
    margin: 100px auto;
}

.europa-container {
    display: flex;
    width: 100%;
    background: #f5f5f5;
    color: #fff;
    gap: 40px;
    margin: 30px auto 0px auto;
}

.europa-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
}

.europa-title-accent {
    color: #fff;
    background: #3e2fae;
    border-radius: 8px;
    padding: 0 8px;
}

.europa-search-option {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 16px 24px;
    margin-bottom: 15px;
}

.europa-search-option-half {
    flex: 1;
    margin-bottom: 0;
}

.europa-search-option .europa-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 8px;
}

.europa-search-option .europa-search-text {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    flex: 1;
}

.europa-desc {
    font-size: 22px;
    color: #000000;
    margin-bottom: 4px;
}

.europa-desc-accent {
    color: #3e2fae;
    font-weight: 600;
}

.europa-right {
    flex: 1.1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 12px;
    justify-content: center;
}

.europa-phone-mockup {
    display: flex;
    justify-content: center;
    flex: 1.6;
    max-width: 400px;
    max-height: 550px;
    position: relative;
    overflow: visible;
    /* left: -40px; */
    /* Позволяем телефонам выходить за границы контейнера */
    height: 600px;
}

.europa-photo {
    position: absolute;
    width: 100%;
    height: auto;
}

.europa-photo-top {
    position: absolute;
    bottom: 30px;
    left: -60px;
    width: 60%;
    max-width: 350px;
    min-width: 200px;
    z-index: 1;
}

.europa-photo-bottom {
    position: absolute;
    right: -80px;
    top: 30px;
    width: 70%;
    max-width: 350px;
    min-width: 200px;
    z-index: 2;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.download-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    margin-top: 0;
}

.download-button {
    display: flex;
    align-items: center;
    margin-top: 12px;
    gap: 12px;
    padding: 12px 30px;
    background: #3e2fae;
    border: 2px solid #3e2fae;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 200px;
    max-width: 260px;
    font-weight: 600;
    box-sizing: border-box;
}

.download-button:hover {
    background: #5848d0;

}

.download-button__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    flex-shrink: 0;
}

.download-button__content {
    text-align: left;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.download-button__label {
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.1;
}

.download-button__store {
    font-size: 18px;
    line-height: 1.1;
}

.button-container {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .download-buttons {
        flex-direction: row;
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 690px) {
    .europa-search-option .europa-search-text {
        font-size: 16px;
    }

    .download-button {
        display: flex;
        align-items: center;
        margin-top: 12px;
        gap: 12px;
        padding: 12px 30px;
        background: #3e2fae;
        border: 2px solid #3e2fae;
        border-radius: 12px;
        color: #fff;
        text-decoration: none;
        transition: all 0.3s ease;
        min-width: 200px;
        max-width: 260px;
        font-weight: 600;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .download-buttons {
        flex-direction: row;
        /* Располагаем кнопки в строку */
        gap: 10px;
        /* Небольшой отступ между кнопками */
        width: 100%;
        /* Ширина контейнера на всю доступную */
        padding: 0;
        /* Отступы по бокам, если нужно */
        box-sizing: border-box;
    }

    .download-button {
        flex: 1 1 0;
        /* Кнопки равномерно растягиваются и могут сжиматься */
        min-width: 0;
        /* Чтобы flex сжимал кнопки без ограничения */
        max-width: none;
        /* Убираем ограничение максимальной ширины */
        margin-top: 0;
        /* Убираем верхний отступ, чтобы не было лишних пробелов */
        padding: 12px 15px;
        /* Можно чуть уменьшить паддинги для компактности */
        font-size: 14px;
        /* Можно подкорректировать размер шрифта */
    }
}

@media (max-width: 330px) {
    .download-button {
        font-size: 3vw;
        padding: 3vw 4vw;
    }

    .download-button__icon {
        width: 20px;
        height: 20px;
    }

    .download-button__label {
        font-size: 3vw;
    }

    .download-button__store {
        font-size: 4vw;
    }
}


/* Future Section */
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    /* Скрываем горизонтальную прокрутку на уровне html */
}

.future-container {
    display: flex;
    margin-bottom: 100px;
    /* min-height: 70vh; */
    box-sizing: border-box;
    position: relative;
    background: #f5f5f5;
    width: 100%;
    max-width: 100vw;
    /* Соответствует ширине навигационной панели */
}

.future-left {
    flex: 1;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    /* Ограничиваем ширину, чтобы не выходить за границы */
}

.future-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 40px;
    margin: auto;
}

.future-list-item {
    display: flex;
    align-items: center;
    /* Центрируем иконку и текст по вертикали */
    font-size: 20px;
    color: #000;
    line-height: 1.4;
}

.future-list-icon {
    width: 24px;
    height: 24px;
    margin-right: 24px;
    flex-shrink: 0;
    display: block;
}


.future-right {
    flex: 1.3;
    color: #fff;
    background: #23235f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1vw;
    box-sizing: border-box;
    position: relative;
    /* Убираем отступ справа */
    /* Минимальная ширина для содержимого */
    clip-path: none;
    /* Убираем обрезку */
    transform: translateX(0);
    /* Начальное положение за пределами экрана справа */
    opacity: 1;
    /* Начинаем с прозрачности */
}

/* Класс, который будет добавляться при прокрутке до элемента */
.future-right.animate {
    transform: translateX(0);
    opacity: 1;
}

/* Добавляем псевдоэлемент, который будет растягиваться только вправо */
.future-right::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    /* Начинаем от левой границы элемента */
    left: -100vw;
    /* Растягиваем вправо на всю ширину экрана */
    background: #23235f;
    z-index: -1;
    /* Размещаем за содержимым */
}

.future-llm {
    font-size: 120px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-top: 24px;
    text-align: left;
    width: 100%;
    line-height: 1;
    font-family: 'Unbounded', 'Arial', sans-serif;
}

.future-bottom {
    font-size: 32px;
    font-weight: 500;
    margin: 40px 0;
    line-height: 1.1;
    font-family: 'Unbounded', 'Arial', sans-serif;
}

/* Анимация выплывания справа */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 900px) {
    .future-container {
        flex-direction: column;
        min-height: unset;
        margin-bottom: 50px;
    }

    .future-left {
        padding: 24px 16px;
    }

    .future-right {
        width: 100%;
    }

    .future-llm {
        font-size: 64px;
    }

    .future-bottom {
        font-size: 22px;
    }

    .future-list {
        padding: 20px 0;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .future-container {
        margin-bottom: 50px;
    }
}

/* Title Form Section */

#title-text {
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='none'%3E%3Ccircle cx='40' cy='40' r='15' stroke='%23f5f5f5' stroke-width='4'/%3E%3Cline x1='52' y1='52' x2='60' y2='60' stroke='%23f5f5f5' stroke-width='4'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 100px 100px;
    /* min-height: 60vh; */
}

.title-form {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 30px 0;
    align-items: start;
    display: flex;
    gap: 16px;
    backdrop-filter: blur(3px);
    /* Размытие фона под текстом */
    border-radius: 16px;
    padding: 40px;
}

.title-form-text {
    font-size: 56px;
    font-weight: bold;
    color: #3e2fae;
    line-height: 1.1;
    font-family: 'Unbounded', sans-serif;
}

.title-form-text-bold {
    font-size: 56px;
    font-weight: 600;
    color: #000000;
    font-family: 'Unbounded', sans-serif;
}

.title-form-text-bold span[data-animation="pending"] {
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

.title-form-text-bold span.animate {
    opacity: 1;
}

/* Анимация пульсации для иконки */
@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

.icon-wrapper {
    animation: pulse 4s ease-in-out infinite;
    flex-shrink: 0;
}

/* Contact Form Section */
.contact-section {
    background: #f5f5f5;
    padding: 100px 2rem;
}

.contact-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.contact-header {
    margin-bottom: 0;
    text-align: left;
}

.contact-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    color: #191925;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.contact-description {
    font-size: 1.4rem;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.form-input {
    padding: 1rem 1.5rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: white;
    background-color: white;
    color: #191925;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.form-input::placeholder {
    color: #9ca3af;
}

.form-input:focus {
    outline: none;
    border-color: #3e2fae;
    background: white;
}

.form-submit {
    background: #3e2fae;
    color: white;
    border: none;
    padding: 1.2rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 12px rgba(138, 21, 255, 0.3); */
    margin-top: 1rem;
}

.form-submit:hover {
    background: #5848d0;
}

.form-agreement {
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 1.4;
}

.agreement-link {
    color: #3e2fae;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.agreement-link:hover {
    color: #3e2fae;
    text-decoration: none;
}

/* Mobile responsive styles for contact form */
@media (max-width: 768px) {
    #title-text {
        min-height: 30vh;
    }

    .contact-section {
        padding: 50px 1rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: left;
    }

    .contact-header {
        text-align: left;
    }

    .contact-title {
        font-size: 2.2rem;
    }

    .contact-description {
        font-size: 1.1rem;
    }

    .form-input {
        padding: 0.9rem 1.2rem;
    }

    .form-submit {
        padding: 1.1rem 1.8rem;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 50px 1rem;
    }

    .contact-content {
        gap: 2rem;
    }

    .contact-title {
        font-size: 1.8rem;
    }

    .contact-description {
        font-size: 1rem;
    }

    .form-input {
        padding: 0.8rem 1rem;
        font-size: 0.95rem;
    }

    .form-submit {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .form-agreement {
        font-size: 0.85rem;
    }

    .title-form {
        padding: 0px 10px;
    }

    #title-text {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Ccircle cx='20' cy='20' r='7' stroke='%23f5f5f5' stroke-width='2'/%3E%3Cline x1='24' y1='24' x2='30' y2='30' stroke='%23f5f5f5' stroke-width='2'/%3E%3C/svg%3E");
    }
}

/* Стили для секции "Как это работает" */
#work-principal {
    background-color: #f5f5f5;
    color: #1a0046;
    padding: 0px 0px 100px 0px;
}

/* Pricing Section */
#pricing {
    background: #23235f;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.pricing-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.pricing-header .title-bold {
    color: #fff;
}

.pricing-header .title {
    color: #ffffff;
}

.pricing-header .subtitle {
    color: #cfd3ff;
    margin: 0;
    font-size: clamp(16px, 2.2vw, 20px);
    line-height: 1.35;
    max-width: 100%;
}

/* По умолчанию не переносим вторую часть */
.pricing-header .subtitle .subtitle-break { display: inline; }

.pricing-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 30px;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.pricing-card {
    background: #fff;
    color: #191925;
    border-radius: 16px;
    padding: 26px 26px 20px 26px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid transparent;
    background-image:
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(135deg, rgba(62,47,174,0.4) 0%, rgba(122,106,245,0.4) 100%);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    will-change: transform;
    height: 100%;
    box-sizing: border-box;
}

.pricing-card.main {
    display: flex;
}

.pricing-card.featured {
    border: 2px solid #3e2fae;
    transform: translateY(-6px);
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

.pricing-card.featured:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 46px rgba(62, 47, 174, 0.35);
}

.plan-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f2f1ff;
    color: #3e2fae;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 14px;
}

.plan-price {
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(28px, 4.2vw, 36px);
    font-weight: 700;
    color: #000;
    line-height: 1.1;
}

.price-period {
    font-family: 'Inter', sans-serif;
    font-size: clamp(14px, 2.5vw, 16px);
    color: #666;
    font-weight: 500;
    margin-left: 6px;
}

.plan-desc {
    color: #3e2fae;
    font-weight: 600;
    margin: 6px 0 16px 0;
}

/* Удалили список фич. Оставляем чистую карточку с ценой и лимитом */

.plan-cta {
    width: 100%;
    margin-top: auto;
}

/* Info panel */
.info-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    box-sizing: border-box;
}

.info-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
    flex: 1 1 auto;
}

.tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.2);
}

.info-note {
    font-size: 14px;
    color: #cfd3ff;
    margin-top: auto;
}

.pricing-footnote {
    color: #cfd3ff;
    margin-top: 16px;
}

/* Декоративные мягкие пятна на фоне (только десктоп) */
@media (min-width: 1025px) {
    #pricing::before,
    #pricing::after {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        filter: blur(70px);
        opacity: 0.25;
        pointer-events: none;
    }
    #pricing::before {
        top: 40px;
        left: -100px;
        background: radial-gradient(circle, #7a6af5 0%, transparent 60%);
    }
    #pricing::after {
        bottom: -60px;
        right: -120px;
        background: radial-gradient(circle, #3e2fae 0%, transparent 60%);
    }
}

@media (max-width: 1220px) {
    #pricing {
        margin: 0;
        border-radius: 0;
    }

    #pricing .container {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 40px);
    }
}

@media (max-width: 768px) {
    #pricing .container {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 20px);
    }

    .pricing-header {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
    }

    .pricing-header .subtitle {
        font-size: 16px;
        line-height: 1.4;
    }

}

@media (max-width: 900px) {
    .pricing-layout { grid-template-columns: 1fr; width: 100%; max-width: 100%; gap: 16px; margin-top: 24px; }
    .pricing-card { padding: 18px 18px 16px 18px; }
    .info-card { padding: 18px; }
    .tag-list { gap: 8px; margin-bottom: 10px; }
    .pricing-card.featured { transform: none; }
}

@media (max-width: 600px) {
    .pricing-layout { gap: 12px; }
    .pricing-card { padding: 16px; }
    .info-card { padding: 16px; }
}

@media (min-width: 1201px) {
    .pricing-layout { gap: 32px; }
    .pricing-card { padding: 28px 28px 22px 28px; }
    .info-card { padding: 28px; }
}

.work-principal-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.work-principal-steps {
    display: flex;
    flex-direction: column;
}

.work-principal-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    /* margin-bottom: 100px; Увеличенное расстояние между строками */
    /* padding-bottom: 20px; Дополнительный отступ снизу */
}

/* Скрываем стрелку для последнего элемента */
.work-principal-row:last-child .nav-arrow {
    display: none;
}

.work-principal-nav {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
}

.nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
}

.nav-number {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    color: #000000;
}

.nav-arrow {
    position: absolute;
    left: 50%;
    /* Центрирование по горизонтали */
    top: 60%;
    transform: translateX(-50%);
    /* Точное центрирование */
    width: 50px;
    /* Ширина стрелки */
    height: 50px;
    /* Высота стрелки */
    background-color: #000000;
    /* Черный цвет стрелки */
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    /* Создаем треугольник */
    transition: all 0.3s ease;
    z-index: 10;
    /* Чтобы стрелка была поверх других элементов */
}

/* .nav-item:hover .nav-arrow {
    background-color: #3e2fae;
} */

.nav-item.active .nav-number {
    color: #3e2fae !important;
}

.content-step {
    flex: 1.5;
    background-color: #000000;
    padding: 30px;
    /* min-height: 200px; */
}

.content-step.first-step {
    border-radius: 12px 12px 0 0;
}

.content-step.last-step {
    border-radius: 0 0 12px 12px;
}

.step-number {
    color: #999;
    font-size: 16px;
    margin-bottom: 15px;
}

.step-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #e0e0e0;
}

.step-description {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.6;
}

.step-description p {
    margin-bottom: 15px;
}

.step-description ul {
    list-style-type: none;
    padding-left: 0;
}

.step-description li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.step-description li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e0e0e0;
}

.work-order-btn {
    background: #3e2fae;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 20px 0px;
}

.work-order-btn:hover {
    background: #5848d0;
}

.work-order-btn-mobile-only {
    display: none;
}

@media (max-width: 1220px) {
    #work-principal {
        margin: 0 20px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .nav-item {
        flex: 0.9;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        align-items: center;
    }

    .nav-number {
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 80px;
        font-weight: bold;
        margin-bottom: 30px;
        transition: all 0.3s ease;
        color: #000000;
    }

    .nav-arrow {
        width: 40px;
        /* Немного меньше на мобильных */
        height: 40px;
    }

    .nav-item.active .nav-arrow {
        background-color: #3e2fae;
    }

    .work-order-btn {
        display: none;
    }

    .work-order-btn-mobile-only {
        display: block;
        background: #3e2fae;
        color: white;
        border: none;
        padding: 0.75rem 2rem;
        border-radius: 8px;
        font-weight: 500;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease;
        min-width: 230px;
        width: 60%;
        margin-top: 40px;
        align-self: center;
    }

    .work-order-btn-mobile-only:hover {
        background: #5848d0;
    }
}

@media screen and (max-width: 480px) {
    .content-step {
        padding: 15px;
        margin-left: 10px;
    }

    .nav-item {
        flex: 0.7;
    }

    .step-number {
        color: #999;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .step-title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #e0e0e0;
    }

    .step-description {
        color: #e0e0e0;
        font-size: 14px;
        line-height: 1.6;
    }

    .step-description p {
        margin-bottom: 10px;
    }
}

/* Cookie */
.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: calc(100% - 2rem);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
    z-index: 2147483647;
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
}

.cookie-text {
    flex: 1;
    margin-right: 20px;
}

.cookie-text h3 {
    margin-bottom: 10px;
    color: #000000;
}

.cookie-text p {
    color: #666;
}

.cookie-button {
    background-color: #3e2fae;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
}

.cookie-button:hover {
    background: #5848d0;
}

.europa-phone-borsh {
    display: none;
}

.europa-phone-sweet {
    display: none;
}

@media (min-width: 1400px) {
    .example-phone.europa-logo {
        width: clamp(200px, 12vw, 320px);
    }
}

@media (max-width: 1220px) {}

@media screen and (max-width: 1100px) {

    /* Стили для контейнера с ингредиентами борща */
    .europa-phone-borsh {
        display: block;
        position: relative;
        height: 400px;
        width: 100%;
        margin: 5px 0;
        overflow: hidden;
    }

    /* Общие стили для всех ингредиентов */
    .borsh-item {
        position: absolute;
        border-radius: 5px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        object-fit: cover;
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .borsh-item.animate {
        opacity: 1;
        transform: translateY(0);
    }

    /* Индивидуальные стили для каждого ингредиента */
    .borsh-tomato {
        width: 150px;
        height: 260px;
        top: 5px;
        left: 5%;
        z-index: 3;
        transition-delay: 0.1s;
        object-fit: contain;
    }

    .borsh-kapusta-red {
        width: 100px;
        height: 175px;
        top: 100px;
        left: 35%;
        z-index: 2;
        transition-delay: 0.2s;
        object-fit: contain;
    }

    .borsh-morkov {
        width: 90px;
        height: 160px;
        top: 50px;
        right: 20%;
        z-index: 4;
        transition-delay: 0.3s;
        object-fit: contain;
    }

    .borsh-morkov.animate {
        transform: translateY(0) rotate(-15deg);
    }

    .borsh-chesnok {
        width: 60px;
        height: 100px;
        bottom: 30px;
        left: 5%;
        z-index: 1;
        transition-delay: 0.4s;
        object-fit: contain;
    }

    .borsh-kapusta {
        width: 90px;
        height: 160px;
        bottom: 60px;
        left: 25%;
        z-index: 2;
        transition-delay: 0.5s;
        object-fit: contain;
    }

    .borsh-kapusta.animate {
        transform: translateY(0) rotate(-15deg);
    }

    .borsh-ogurets {
        width: 150px;
        height: 265px;
        bottom: 40px;
        right: 30%;
        z-index: 3;
        transition-delay: 0.6s;
        object-fit: contain;
    }

    .borsh-pepper {
        display: block;
        width: 130px;
        height: 230px;
        top: 80px;
        right: 5%;
        z-index: 4;
        transition-delay: 0.7s;
        object-fit: contain;
        transform: rotate(15deg);
    }

    .borsh-pepper.animate {
        transform: translateY(0) rotate(15deg);
    }

    /* Стили для контейнера с чем-то сладеньким */
    .europa-phone-sweet {
        display: block;
        position: relative;
        height: 400px;
        width: 100%;
        margin: 5px 0;
        overflow: hidden;
    }

    /* Общие стили для всех ингредиентов */
    .sweet-item {
        position: absolute;
        border-radius: 5px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        object-fit: cover;
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .sweet-item.animate {
        opacity: 1;
        transform: translateY(0);
    }

    /* Индивидуальные стили для каждого ингредиента */
    .sweet-evropa-bird {
        width: 90px;
        height: 160px;
        top: 5px;
        left: 5%;
        z-index: 3;
        transition-delay: 0.1s;
        object-fit: contain;
    }

    .sweet-evropa-bird.animate {
        transform: translateY(0) rotate(-15deg);
    }

    .sweet-toffifi {
        width: 150px;
        height: 260px;
        top: 10px;
        left: 30%;
        z-index: 2;
        transition-delay: 0.2s;
        object-fit: contain;
    }

    .sweet-rafaello {
        width: 85px;
        height: 150px;
        top: 50px;
        right: 20%;
        z-index: 5;
        transition-delay: 0.3s;
        object-fit: contain;
    }

    .sweet-rafaello.animate {
        transform: translateY(0) rotate(-15deg);
    }

    .sweet-merci {
        width: 80px;
        height: 140px;
        top: 30px;
        right: 35%;
        z-index: 2;
        transition-delay: 0.4s;
        object-fit: contain;
    }

    .sweet-merci.animate {
        transform: translateY(0) rotate(15deg);
    }

    .sweet-komilfo {
        width: 130px;
        height: 230px;
        bottom: 20px;
        left: 15%;
        z-index: 5;
        transition-delay: 0.5s;
        object-fit: contain;
    }

    .sweet-komilfo.animate {
        transform: translateY(0) rotate(15deg);
    }

    .sweet-korkunov {
        width: 150px;
        height: 260px;
        bottom: 40px;
        right: 30%;
        z-index: 3;
        transition-delay: 0.6s;
        object-fit: contain;
    }

    .sweet-ferrero {
        display: block;
        width: 130px;
        height: 230px;
        top: 80px;
        right: 5%;
        z-index: 4;
        transition-delay: 0.7s;
        object-fit: contain;
        transform: rotate(15deg);
    }

    .sweet-ferrero.animate {
        transform: translateY(0) rotate(15deg);
    }

    .europa-photo-top,
    .europa-photo-bottom {
        position: relative;
        /* Ширина в процентах от родительского контейнера */
        max-width: auto;
        /* Максимальная ширина */
        height: auto;
        /* Сохраняем пропорции */
        object-fit: contain;
        z-index: 0;
        max-height: 600px;
    }

    .europa-photo-top {
        width: 30%;
        bottom: 0px;
        left: 20px;
    }

    .europa-photo-bottom {
        width: 20%;
        right: -50px;
        top: 30px;
    }

    .europa-photo-sweet {
        position: relative;
        max-width: auto;
        max-height: 600px;
        object-fit: contain;
        z-index: 0;
    }

    .europa-right {
        display: none;
    }

    .europa-left {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .example {
        min-height: 80vh;
    }

    .europa-container-basa {
        margin: 50px auto;
    }
}

@media screen and (max-width: 768px) {

    .header-cell,
    .cell {
        font-size: 14px;
        padding: 10px;
    }

    .how-work-section {
        flex-direction: column;
    }

    .how-work-info {
        width: 100%;
        padding: 10px 10px;
    }

    .contact-title {
        font-size: 24px;
    }

    .example {
        color: #f5f5f5;
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
        text-align: center;
        justify-content: flex-start;
        min-height: auto;
        padding: 50px 10px 20px 10px;
        /* Добавляем отступ снизу для логотипа */
        position: relative;
        /* Для абсолютного позиционирования логотипа */
        flex-wrap: wrap;
    }

    .example-content {
        padding-right: 0;
        max-height: none;
        margin-bottom: 30px;
        width: 100%;
    }

    /* Стилизуем только логотип */
    .example-phone.europa-logo {
        display: block;
        position: static;
        /* Отменяем абсолютное позиционирование */
        width: clamp(320px, 10vw, 440px);
        /* height: 240px; */
        /* Увеличено в 2 раза с 120px */
        max-width: 400px;
        /* height: 120px;
        max-width: 200px; */
        margin: 80px 0 60px 0 !important;
        transform: none;
        opacity: 1;
        /* Делаем видимым сразу */
    }

    .europa-container-basa {
        padding: 0px 10px 50px;
        margin: 0px auto;
    }

    .europa-container {
        flex-direction: column;
        gap: 24px;
    }

    .work-principal-header {
        flex-direction: column;
    }

    .work-principal-title h2 {
        font-size: 28px;
    }

    .work-principal-subtitle {
        font-size: 16px;
    }

    .work-principal-title {
        font-size: 18px;
    }

    .title-form-text {
        font-size: 24px;
    }

    .title-form-text-bold {
        font-size: 24px;
    }

    .cookie-notice {
        position: fixed;
        transform: translateX(-50%);
        max-width: 500px;
        width: calc(100% - 2rem);
        align-items: center;
    }

    .cookie-text {
        flex: 1;
        font-size: 12px;
        margin-right: 5px;
    }

    .cookie-text h3 {
        margin-bottom: 5px;
        color: #000000;
    }

    .cookie-text p {
        color: #666;
    }

    .cookie-button {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .title-form-text {
        font-size: 20px;
    }

    .title-form-text-bold {
        font-size: 20px;
    }

    .cookie-notice {
        display: flex;
        flex-direction: column;
    }

    .example-phone.europa-logo {
        width: clamp(120px, 15vw, 280px);
    }
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.search-container {
    background-color: white;
    border-radius: 100px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 65px 0px 45px 0px;
    width: 100%;
    max-width: 1200px;
    height: 150px;
}

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

.search-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.search-text {
    font-size: 48px;
    color: #000000;
    font-weight: bold;
    display: flex;
    align-items: center;
}

#typed-text {
    display: inline-block;
}

.fittin-link {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    transition: color 0.2s;
    vertical-align: middle;
    letter-spacing: 0.01em;
}

.fittin-link:hover {
    color: #3e2fae;
    text-decoration: underline;
}

.arrow {
    font-size: 15px;
    margin-left: 2px;
    vertical-align: middle;
}

.order-btn {
    background: #3e2fae;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 20px 0px;
}

.order-btn:hover {
    background: #5848d0;
}

.title {
    font-size: 48px;
    font-weight: bold;
    color: #3e2fae;
    line-height: 1.1;
    font-family: 'Unbounded', sans-serif;
}

.title-bold {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    font-family: 'Unbounded', sans-serif;
}

.title-bold.mobile-only {
    display: none;
}

.title-bold.desktop-only {
    display: block;
}

.subtitle {
    font-size: 20px;
    color: #000000;
    margin: 0 0 32px 0;
    line-height: 1.5;
}

.subtitle-accent {
    color: #3e2fae;
    font-weight: 600;
}

@media (max-width: 1220px) {
    #home {
        margin: 0 20px;
    }
}

@media screen and (max-width: 870px) {
    section {
        padding: 50px 0px;
    }

    .home-title {
        font-size: 36px;
    }

    .search-container {
        background-color: white;
        border-radius: 100px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 65px 0px;
        width: 100%;
        max-width: 860px;
        height: 80px;
    }

    .search-icon {
        width: 45px;
        height: 45px;
    }

    .search-text {
        font-size: 28px;
    }

    .title {
        font-size: 36px;
    }

    .title-bold {
        font-size: 36px;
    }

    .subtitle {
        font-size: 20px;
    }

    .subtitle-accent {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    section {
        padding: 50px 0px;
        min-height: 30vh;
    }

    #home {
        margin-top: 60px;
        /* min-height: 40vh; */
    }

    .title-bold.mobile-only {
        display: block;
    }

    .title-bold.desktop-only {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    .home-title {
        font-size: 24px;
    }
}


/* Problem Section */
#problems {
    background-color: #f5f5f5;
    color: #1a0046;
}

.problem-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    /* min-height: 80vh; */
    box-sizing: border-box;
    background: #f5f5f5;
    align-items: flex-start;
}

.problem-left {
    flex: 1;
    padding: 48px 32px 32px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 200px;
}

.problem-title {
    font-size: 48px;
    font-weight: bold;
    color: #3e2fae;
    line-height: 1.1;
    font-family: 'Unbounded', sans-serif;
}

.problem-title-bold {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    font-family: 'Unbounded', sans-serif;
}

.problem-solution {
    font-size: 20px;
    color: #000000;
    margin: 0 0 32px 0;
    line-height: 1.5;
}

.problem-accent {
    color: #3e2fae;
    font-weight: 600;
}

.problem-title-mobile-only {
    display: none;
}

.problem-title-bold-mobile-only {
    display: none;
}

.problem-solution-mobile-only {
    display: none;
}

.problem-accent-mobile-only {
    display: none;
}

.problem-right {
    flex: 2;
    padding: 48px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.problem {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
    gap: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #CECECE;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.problem.visible {
    opacity: 1;
    transform: translateX(0);
}

.problem:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.problem-number {
    font-size: 158px;
    font-weight: normal;
    color: #3e2fae;
    width: 54px;
    flex-shrink: 0;
    line-height: 1;
    margin-right: 208px;
    font-family: 'Unbounded', sans-serif;
    justify-content: flex-end;
}

.problem-desc {
    font-size: 20px;
    color: #23235f;
    line-height: 1.5;
    margin-top: 4px;
    margin-left: 25px;
    align-self: flex-end;
}

.problem-number-desc {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

@media (max-width: 1220px) {
    #problems {
        margin: 0 20px;
    }

    .problem-number {
        font-size: 120px;
        margin-right: 150px;
    }

    .problem-desc {
        margin-left: 0px;
    }
}


@media screen and (max-width: 900px) {
    .problem-left {
        padding-right: 0px;
    }

    .problem-number {
        font-size: 100px;
        margin-right: 120px;
    }
}

@media screen and (max-width: 768px) {
    .responsive-br {
        display: none;
    }

    #problems {
        min-height: 40vh;
    }

    .problem-container {
        display: flex;
        max-width: 768px;
        margin: 0 auto;
        min-height: 40vh;
        box-sizing: border-box;
        background: #f5f5f5;
        align-items: flex-start;
    }

    .problem-left {
        display: none;
    }

    .problem-title {
        display: none;
    }

    .problem-title-bold {
        display: none;
    }

    .problem-solution {
        display: none;
    }

    .problem-accent {
        display: none;
    }

    .problem-title-mobile-only {
        display: block;
        font-size: 36px;
        font-weight: bold;
        color: #3e2fae;
        line-height: 1.1;
        font-family: 'Unbounded', sans-serif;
    }

    .problem-title-bold-mobile-only {
        display: block;
        font-size: 36px;
        font-weight: bold;
        color: #000000;
        font-family: 'Unbounded', sans-serif;
    }

    .problem-solution-mobile-only {
        display: block;
        font-size: 24px;
        margin: 16px 0px;
        color: #000000;
        margin: 0 0 8px 0;
        line-height: 1.5;
    }

    .problem-accent-mobile-only {
        display: block;
        color: #3e2fae;
        font-size: 24px;
        font-weight: 600;
    }

    .problem-right {
        flex: 2;
        padding: 16px 8px 8px 8px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .problem {
        display: flex;
        align-items: flex-start;
        margin-bottom: 8px;
        gap: 12px;
        padding-bottom: 8px;
        border-bottom: 1px solid #CECECE;
    }

    .problem:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .problem-number {
        font-size: 78px;
        margin-right: 70px;
    }

    .problem-desc {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 4px;
        margin-left: 25px;
        align-self: flex-end;
    }

    .problem-number-desc {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    .order-btn.problems {
        font-size: 1.2rem;
        width: 80%;
    }
}

@media (max-width: 480px) {
    .problem-title-mobile-only {
        margin-bottom: 10px;
    }

    .problem-number {
        font-size: 50px;
        margin-right: 30px;
    }

    .problem-desc {
        margin-left: 5px;
    }
}


/* Quote Section */
.quote-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    margin-bottom: 100px;
    width: 100%;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

/* Фоновая анимация шариков */
#background-circles {
    position: absolute;
    left: 50%;
    top: 100px;
    width: 60%;
    height: 60%;
    max-width: 500px;
    max-height: 500px;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 30% 30%, rgba(62, 47, 174, 0.05) 0%, rgba(62, 47, 174, 0.05) 10%, transparent 11%),
        radial-gradient(circle at 70% 70%, rgba(62, 47, 174, 0.07) 0%, rgba(62, 47, 174, 0.07) 16%, transparent 17%),
        radial-gradient(circle at 55% 35%, rgba(62, 47, 174, 0.03) 0%, rgba(62, 47, 174, 0.03) 24%, transparent 25%);
    animation: rotate 120s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Показываем анимацию только когда quote-section в поле зрения */
.quote-section-visible {
    opacity: 1 !important;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.quote-text {
    font-family: 'Unbounded', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 50px 0px 100px 0px;
}

.quote-line-1,
.quote-line-2,
.quote-line-3,
.quote-line-4 {
    font-size: clamp(30px, 7vw, 100px);
    font-weight: bold;
    line-height: 1.1;
    color: #000000;
    text-align: left;
    opacity: 0;
    animation: fadeIn 0.9s ease-in forwards paused;
}

.quote-line-1 {
    animation-delay: 0.1s;
}

.quote-line-2 {
    animation-delay: 0.3s;
    margin-left: clamp(50px, 10vw, 120px);
}

.quote-line-3 {
    color: #3e2fae;
    animation-delay: 0.6s;
    margin-left: clamp(88px, 17vw, 180px);
}

.quote-line-4 {
    color: #3e2fae;
    animation-delay: 0.9s;
    margin-left: clamp(100px, 25vw, 240px);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width: 1000px) {
    .quote-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 15px 0px 30px;
        width: 100%;
        background-color: transparent;
    }

    .quote-text {
        font-family: 'Unbounded', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #background-circles {
        position: absolute;
        left: 50%;
        top: 100px;
        width: 60%;
        height: 60%;
        max-width: 400px;
        max-height: 400px;
        overflow: hidden;
        z-index: 0;
        pointer-events: none;
        background-image:
            radial-gradient(circle at 30% 30%, rgba(62, 47, 174, 0.05) 0%, rgba(62, 47, 174, 0.05) 10%, transparent 11%),
            radial-gradient(circle at 70% 70%, rgba(62, 47, 174, 0.07) 0%, rgba(62, 47, 174, 0.07) 16%, transparent 17%),
            radial-gradient(circle at 75% 35%, rgba(62, 47, 174, 0.03) 0%, rgba(62, 47, 174, 0.03) 24%, transparent 25%);
        animation: rotate 120s linear infinite;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
}

@media screen and (max-width: 768px) {
    .quote-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 10px;
        width: 100%;
        background-color: transparent;
        margin-bottom: 60px;
    }

    .quote-text {
        font-family: 'Unbounded', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    #background-circles {
        position: absolute;
        left: 50%;
        top: 100px;
        width: 60%;
        height: 60%;
        max-width: 200px;
        max-height: 200px;
        overflow: hidden;
        z-index: 0;
        pointer-events: none;
        background-image:
            radial-gradient(circle at 20% 30%, rgba(62, 47, 174, 0.05) 0%, rgba(62, 47, 174, 0.05) 10%, transparent 11%),
            radial-gradient(circle at 70% 70%, rgba(62, 47, 174, 0.07) 0%, rgba(62, 47, 174, 0.07) 16%, transparent 17%),
            radial-gradient(circle at 65% 35%, rgba(62, 47, 174, 0.03) 0%, rgba(62, 47, 174, 0.03) 24%, transparent 25%);
        animation: rotate 120s linear infinite;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
}

@media (max-width: 480px) {

    .quote-line-1,
    .quote-line-2,
    .quote-line-3,
    .quote-line-4 {
        font-size: clamp(20px, 7vw, 30px);
    }

    .quote-line-2 {
        margin-left: clamp(20px, 10vw, 50px);
    }

    .quote-line-3 {
        margin-left: clamp(50px, 17vw, 100px);
    }

    .quote-line-4 {
        margin-left: clamp(65px, 18vw, 120px);
    }

    #background-circles {
        position: absolute;
        left: 50%;
        top: 100px;
        width: 60%;
        height: 60%;
        max-width: 150px;
        max-height: 150px;
        overflow: hidden;
        z-index: 0;
        pointer-events: none;
        background-image:
            radial-gradient(circle at 20% 30%, rgba(62, 47, 174, 0.05) 0%, rgba(62, 47, 174, 0.05) 10%, transparent 11%),
            radial-gradient(circle at 70% 70%, rgba(62, 47, 174, 0.07) 0%, rgba(62, 47, 174, 0.07) 16%, transparent 17%),
            radial-gradient(circle at 65% 35%, rgba(62, 47, 174, 0.03) 0%, rgba(62, 47, 174, 0.03) 24%, transparent 25%);
        animation: rotate 120s linear infinite;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
}


/* Comparison Section - New Design */
#compare {
    background-color: #f5f5f5;
    color: #1a0046;
    overflow: hidden;
}

.comparison-section {
    max-width: 100%;
    margin: 0 auto;
}

.comparison-header {
    margin-bottom: 50px;
    text-align: start;
}

.comparison-header .subtitle {
    font-size: 22px;
    color: #000;
    margin-top: 15px;
    font-weight: 400;
}

.highlight-text {
    color: #3e2fae;
    position: relative;
    display: inline-block;
}

.highlight-text::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #3e2fae, #7a6af5);
    border-radius: 2px;
}

.comparison-cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.comparison-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    opacity: 0;
    animation: fadeInUp 0.6s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.comparison-card:nth-child(2) {
    animation-delay: 0.2s;
}

.comparison-card:nth-child(3) {
    animation-delay: 0.4s;
}

.query-section {
    background: #f8f9fa;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.query-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #3e2fae;
    flex-shrink: 0;
}

.query-text {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    min-height: 28px;
}

.typing-cursor {
    display: inline-block;
    width: 2px;
    height: 1em;
    background-color: #333;
    margin-left: 2px;
    animation: blink 1s infinite;
    vertical-align: middle;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.typed-text-wrapper {
    display: inline;
}

.comparison-results {
    display: flex;
    padding: 30px;
    gap: 20px;
    align-items: stretch;
}

.result-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.result-column.traditional {
    padding-right: 20px;
}

.result-column.ai {
    padding-left: 20px;
}

.result-label {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.result-column.ai .result-label {
    color: #3e2fae;
}

.result-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease;
    border: none;
}

.result-box.highlighted {
    background: linear-gradient(135deg, #3e2fae 0%, #7a6af5 100%);
    color: white;
}

.result-icon {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-text {
    font-size: 18px;
    font-weight: 500;
    text-align: start;
}

.result-box.highlighted .result-text {
    color: white;
}

.result-explanation {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    padding: 0 10px;
}

.result-column.ai .result-explanation {
    color: #555;
}

.vs-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #aaa;
    font-size: 18px;
    position: relative;
    width: 40px;
    flex-shrink: 0;
}

.vs-divider::before,
.vs-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    background: #ddd;
    transform: translateX(-50%);
}

.vs-divider::before {
    top: 0;
    height: calc(50% - 15px);
}

.vs-divider::after {
    bottom: 0;
    height: calc(50% - 15px);
}

@media screen and (max-width: 1220px) {
    #compare {
        margin: 0 20px;
    }

    .comparison-section {
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .comparison-results {
        flex-direction: column;
        padding: 20px;
    }

    .result-column.traditional {
        border-right: none;
        padding-right: 0;
        padding-bottom: 0;
    }

    .result-column.ai {
        padding-left: 0;
        padding-top: 0;
    }

    .vs-divider {
        width: 100%;
        height: 20px;
        margin: 10px 0;
    }

    .vs-divider::before,
    .vs-divider::after {
        top: 50%;
        height: 1px;
        width: calc(50% - 15px);
        transform: translateY(-50%);
    }

    .vs-divider::before {
        left: 0;
    }

    .vs-divider::after {
        left: auto;
        right: 0;
    }

    .query-text {
        font-size: 20px;
    }

    .result-text {
        font-size: 16px;
    }

    .result-explanation {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .comparison-header .title-bold {
        font-size: 28px;
    }

    .comparison-header .subtitle {
        font-size: 16px;
    }

    .query-section {
        padding: 15px 20px;
    }

    .query-icon {
        width: 36px;
        height: 36px;
        margin-right: 12px;
    }

    .comparison-results {
        padding: 15px;
    }

    .result-box {
        padding: 15px;
    }
}


/* Solution Section */
#solution {
    background-color: #f5f5f5;
    color: #1a0046;
    min-height: 100vh;
}

.how-work-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #f5f5f5;
    color: #1a0046;
    border-radius: 5px;
    overflow: hidden;
    /* min-height: 70vh; */
}

.how-work-info {
    flex: 1.3;
    padding-right: 30px;
}

.how-work-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.how-work-image img {
    min-width: 25%;
    max-width: auto;
    height: 100%;
    object-fit: cover;
}

.search-title {
    font-size: 48px;
    font-weight: bold;
    color: #3e2fae;
    line-height: 1.1;
    font-family: 'Unbounded', sans-serif;
}

.search-title-bold {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    font-family: 'Unbounded', sans-serif;
    width: 100%;
    padding-right: 30px;
    margin-bottom: 30px;
}


.search-options {
    margin-bottom: 30px;
}

.search-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.search-option {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.search-option-half {
    flex: 1;
    margin-bottom: 0;
}

.search-option .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 8px;
}

.search-option .search-text {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    flex: 1;
}

.personalized-search {
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
}

.personalized-title {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
    color: #000000;
}

.personalized-title-active {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
    color: #3e2fae;
}

.personalized-list {
    list-style-type: none;
}

.personalized-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000000;
}

.personalized-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3e2fae;
    font-weight: bold;
}

@media screen and (max-width: 1220px) {
    .how-work-info {
        width: 100%;
        padding: 10px 10px;
    }
}

@media (max-width: 1220px) {
    #solution {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .search-title {
        font-size: 32px;
    }

    .search-title-bold {
        font-size: 32px;
    }

    .how-work-image {
        display: none;
    }

    .personalized-search {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 690px) {
    .search-option .search-text {
        font-size: 16px;
    }
}


/* Europe example */
.example {
    display: none;
}

.example-content {
    text-align: left;
    flex: 1;
    padding-right: 30px;
    min-width: 300px;
}

.example-description {
    color: #000000;
    font-size: 24px;
    margin-top: 20px;
}

.example-phones {
    display: flex;
    align-items: center;
    justify-content: center;
}

.example-phone {
    height: auto;
    opacity: 0;
    /* Начинаем с прозрачности */
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
    /* плавная анимация */
}

.example-phone.europa-logo {
    position: absolute;
    bottom: 70px;
    /* right: 70px; */
    width: clamp(120px, 15vw, 280px);
    height: auto;
    max-width: 90%;
    transition: all 0.3s ease;
    /* Плавные переходы при изменении размера */
    z-index: 2;
    transform: translateX(50px) rotate(-5deg);
    /* Начальное положение - справа с поворотом */
    transition-delay: 0.4s;
    /* Увеличенная задержка для второго телефона */
}

.example-phone.animate {
    opacity: 1;
    transform: translateX(0) rotate(0);
    /* Конечное положение без поворота */
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Europe example 2 */
.europa-container-basa {
    margin: 100px auto;
}

.europa-container {
    display: flex;
    width: 100%;
    background: #f5f5f5;
    color: #fff;
    gap: 40px;
    margin: 30px auto 0px auto;
}

.europa-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
}

.europa-title-accent {
    color: #fff;
    background: #3e2fae;
    border-radius: 8px;
    padding: 0 8px;
}

.europa-search-option {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 16px 24px;
    margin-bottom: 15px;
}

.europa-search-option-half {
    flex: 1;
    margin-bottom: 0;
}

.europa-search-option .europa-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 8px;
}

.europa-search-option .europa-search-text {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    flex: 1;
}

.europa-desc {
    font-size: 22px;
    color: #000000;
    margin-bottom: 4px;
}

.europa-desc-accent {
    color: #3e2fae;
    font-weight: 600;
}

.europa-right {
    flex: 1.1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 12px;
    justify-content: center;
}

.europa-phone-mockup {
    display: flex;
    justify-content: center;
    flex: 1.6;
    max-width: 400px;
    max-height: 550px;
    position: relative;
    overflow: visible;
    /* left: -40px; */
    /* Позволяем телефонам выходить за границы контейнера */
    height: 600px;
}

.europa-photo {
    position: absolute;
    width: 100%;
    height: auto;
}

.europa-photo-top {
    position: absolute;
    bottom: 30px;
    left: -60px;
    width: 60%;
    max-width: 350px;
    min-width: 200px;
    z-index: 1;
}

.europa-photo-bottom {
    position: absolute;
    right: -80px;
    top: 30px;
    width: 70%;
    max-width: 350px;
    min-width: 200px;
    z-index: 2;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.download-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    margin-top: 0;
}

.download-button {
    display: flex;
    align-items: center;
    margin-top: 12px;
    gap: 12px;
    padding: 12px 30px;
    background: #3e2fae;
    border: 2px solid #3e2fae;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 200px;
    max-width: 260px;
    font-weight: 600;
    box-sizing: border-box;
}

.download-button:hover {
    background: #5848d0;

}

.download-button__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    flex-shrink: 0;
}

.download-button__content {
    text-align: left;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.download-button__label {
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.1;
}

.download-button__store {
    font-size: 18px;
    line-height: 1.1;
}

.button-container {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .download-buttons {
        flex-direction: row;
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 690px) {
    .europa-search-option .europa-search-text {
        font-size: 16px;
    }

    .download-button {
        display: flex;
        align-items: center;
        margin-top: 12px;
        gap: 12px;
        padding: 12px 30px;
        background: #3e2fae;
        border: 2px solid #3e2fae;
        border-radius: 12px;
        color: #fff;
        text-decoration: none;
        transition: all 0.3s ease;
        min-width: 200px;
        max-width: 260px;
        font-weight: 600;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .download-buttons {
        flex-direction: row;
        /* Располагаем кнопки в строку */
        gap: 10px;
        /* Небольшой отступ между кнопками */
        width: 100%;
        /* Ширина контейнера на всю доступную */
        padding: 0;
        /* Отступы по бокам, если нужно */
        box-sizing: border-box;
    }

    .download-button {
        flex: 1 1 0;
        /* Кнопки равномерно растягиваются и могут сжиматься */
        min-width: 0;
        /* Чтобы flex сжимал кнопки без ограничения */
        max-width: none;
        /* Убираем ограничение максимальной ширины */
        margin-top: 0;
        /* Убираем верхний отступ, чтобы не было лишних пробелов */
        padding: 12px 15px;
        /* Можно чуть уменьшить паддинги для компактности */
        font-size: 14px;
        /* Можно подкорректировать размер шрифта */
    }
}

@media (max-width: 330px) {
    .download-button {
        font-size: 3vw;
        padding: 3vw 4vw;
    }

    .download-button__icon {
        width: 20px;
        height: 20px;
    }

    .download-button__label {
        font-size: 3vw;
    }

    .download-button__store {
        font-size: 4vw;
    }
}


/* Future Section */
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    /* Скрываем горизонтальную прокрутку на уровне html */
}

.future-container {
    display: flex;
    margin-bottom: 100px;
    /* min-height: 70vh; */
    box-sizing: border-box;
    position: relative;
    background: #f5f5f5;
    width: 100%;
    max-width: 100vw;
    /* Соответствует ширине навигационной панели */
}

.future-left {
    flex: 1;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    /* Ограничиваем ширину, чтобы не выходить за границы */
}

.future-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 40px;
    margin: auto;
}

.future-list-item {
    display: flex;
    align-items: center;
    /* Центрируем иконку и текст по вертикали */
    font-size: 20px;
    color: #000;
    line-height: 1.4;
}

.future-list-icon {
    width: 24px;
    height: 24px;
    margin-right: 24px;
    flex-shrink: 0;
    display: block;
}


.future-right {
    flex: 1.3;
    color: #fff;
    background: #23235f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1vw;
    box-sizing: border-box;
    position: relative;
    /* Убираем отступ справа */
    /* Минимальная ширина для содержимого */
    clip-path: none;
    /* Убираем обрезку */
    transform: translateX(0);
    /* Начальное положение за пределами экрана справа */
    opacity: 1;
    /* Начинаем с прозрачности */
}

/* Класс, который будет добавляться при прокрутке до элемента */
.future-right.animate {
    transform: translateX(0);
    opacity: 1;
}

/* Добавляем псевдоэлемент, который будет растягиваться только вправо */
.future-right::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    /* Начинаем от левой границы элемента */
    left: -100vw;
    /* Растягиваем вправо на всю ширину экрана */
    background: #23235f;
    z-index: -1;
    /* Размещаем за содержимым */
}

.future-llm {
    font-size: 120px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-top: 24px;
    text-align: left;
    width: 100%;
    line-height: 1;
    font-family: 'Unbounded', 'Arial', sans-serif;
}

.future-bottom {
    font-size: 32px;
    font-weight: 500;
    margin: 40px 0;
    line-height: 1.1;
    font-family: 'Unbounded', 'Arial', sans-serif;
}

/* Анимация выплывания справа */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 900px) {
    .future-container {
        flex-direction: column;
        min-height: unset;
        margin-bottom: 50px;
    }

    .future-left {
        padding: 24px 16px;
    }

    .future-right {
        width: 100%;
    }

    .future-llm {
        font-size: 64px;
    }

    .future-bottom {
        font-size: 22px;
    }

    .future-list {
        padding: 20px 0;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .future-container {
        margin-bottom: 50px;
    }
}

/* Title Form Section */

#title-text {
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='none'%3E%3Ccircle cx='40' cy='40' r='15' stroke='%23f5f5f5' stroke-width='4'/%3E%3Cline x1='52' y1='52' x2='60' y2='60' stroke='%23f5f5f5' stroke-width='4'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 100px 100px;
    /* min-height: 60vh; */
}

.title-form {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 30px 0;
    align-items: start;
    display: flex;
    gap: 16px;
    backdrop-filter: blur(3px);
    /* Размытие фона под текстом */
    border-radius: 16px;
    padding: 40px;
}

.title-form-text {
    font-size: 56px;
    font-weight: bold;
    color: #3e2fae;
    line-height: 1.1;
    font-family: 'Unbounded', sans-serif;
}

.title-form-text-bold {
    font-size: 56px;
    font-weight: 600;
    color: #000000;
    font-family: 'Unbounded', sans-serif;
}

.title-form-text-bold span[data-animation="pending"] {
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

.title-form-text-bold span.animate {
    opacity: 1;
}

/* Анимация пульсации для иконки */
@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

.icon-wrapper {
    animation: pulse 4s ease-in-out infinite;
    flex-shrink: 0;
}

/* Contact Form Section */
.contact-section {
    background: #f5f5f5;
    padding: 100px 2rem;
}

.contact-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.contact-header {
    margin-bottom: 0;
    text-align: left;
}

.contact-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    color: #191925;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.contact-description {
    font-size: 1.4rem;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.form-input {
    padding: 1rem 1.5rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: white;
    background-color: white;
    color: #191925;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.form-input::placeholder {
    color: #9ca3af;
}

.form-input:focus {
    outline: none;
    border-color: #3e2fae;
    background: white;
}

.form-submit {
    background: #3e2fae;
    color: white;
    border: none;
    padding: 1.2rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 12px rgba(138, 21, 255, 0.3); */
    margin-top: 1rem;
}

.form-submit:hover {
    background: #5848d0;
}

.form-agreement {
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 1.4;
}

.agreement-link {
    color: #3e2fae;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.agreement-link:hover {
    color: #3e2fae;
    text-decoration: none;
}

/* Mobile responsive styles for contact form */
@media (max-width: 768px) {
    #title-text {
        min-height: 30vh;
    }

    .contact-section {
        padding: 50px 1rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: left;
    }

    .contact-header {
        text-align: left;
    }

    .contact-title {
        font-size: 2.2rem;
    }

    .contact-description {
        font-size: 1.1rem;
    }

    .form-input {
        padding: 0.9rem 1.2rem;
    }

    .form-submit {
        padding: 1.1rem 1.8rem;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 50px 1rem;
    }

    .contact-content {
        gap: 2rem;
    }

    .contact-title {
        font-size: 1.8rem;
    }

    .contact-description {
        font-size: 1rem;
    }

    .form-input {
        padding: 0.8rem 1rem;
        font-size: 0.95rem;
    }

    .form-submit {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .form-agreement {
        font-size: 0.85rem;
    }

    .title-form {
        padding: 0px 10px;
    }

    #title-text {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Ccircle cx='20' cy='20' r='7' stroke='%23f5f5f5' stroke-width='2'/%3E%3Cline x1='24' y1='24' x2='30' y2='30' stroke='%23f5f5f5' stroke-width='2'/%3E%3C/svg%3E");
    }
}

/* Стили для секции "Как это работает" */
#work-principal {
    background-color: #f5f5f5;
    color: #1a0046;
    padding: 0px 0px 100px 0px;
}

.work-principal-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.work-principal-steps {
    display: flex;
    flex-direction: column;
}

.work-principal-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    /* margin-bottom: 100px; Увеличенное расстояние между строками */
    /* padding-bottom: 20px; Дополнительный отступ снизу */
}

/* Скрываем стрелку для последнего элемента */
.work-principal-row:last-child .nav-arrow {
    display: none;
}

.work-principal-nav {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
}

.nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
}

.nav-number {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    color: #000000;
}

.nav-arrow {
    position: absolute;
    left: 50%;
    /* Центрирование по горизонтали */
    top: 60%;
    transform: translateX(-50%);
    /* Точное центрирование */
    width: 50px;
    /* Ширина стрелки */
    height: 50px;
    /* Высота стрелки */
    background-color: #000000;
    /* Черный цвет стрелки */
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    /* Создаем треугольник */
    transition: all 0.3s ease;
    z-index: 10;
    /* Чтобы стрелка была поверх других элементов */
}

/* .nav-item:hover .nav-arrow {
    background-color: #3e2fae;
} */

.nav-item.active .nav-number {
    color: #3e2fae !important;
}

.content-step {
    flex: 1.5;
    background-color: #000000;
    padding: 30px;
    /* min-height: 200px; */
}

.content-step.first-step {
    border-radius: 12px 12px 0 0;
}

.content-step.last-step {
    border-radius: 0 0 12px 12px;
}

.step-number {
    color: #999;
    font-size: 16px;
    margin-bottom: 15px;
}

.step-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #e0e0e0;
}

.step-description {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.6;
}

.step-description p {
    margin-bottom: 15px;
}

.step-description ul {
    list-style-type: none;
    padding-left: 0;
}

.step-description li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.step-description li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e0e0e0;
}

.work-order-btn {
    background: #3e2fae;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 20px 0px;
}

.work-order-btn:hover {
    background: #5848d0;
}

.work-order-btn-mobile-only {
    display: none;
}

@media (max-width: 1220px) {
    #work-principal {
        margin: 0 20px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .nav-item {
        flex: 0.9;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        align-items: center;
    }

    .nav-number {
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 80px;
        font-weight: bold;
        margin-bottom: 30px;
        transition: all 0.3s ease;
        color: #000000;
    }

    .nav-arrow {
        width: 40px;
        /* Немного меньше на мобильных */
        height: 40px;
    }

    .nav-item.active .nav-arrow {
        background-color: #3e2fae;
    }

    .work-order-btn {
        display: none;
    }

    .work-order-btn-mobile-only {
        display: block;
        background: #3e2fae;
        color: white;
        border: none;
        padding: 0.75rem 2rem;
        border-radius: 8px;
        font-weight: 500;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease;
        min-width: 230px;
        width: 60%;
        margin-top: 40px;
        align-self: center;
    }

    .work-order-btn-mobile-only:hover {
        background: #5848d0;
    }
}

@media screen and (max-width: 480px) {
    .content-step {
        padding: 15px;
        margin-left: 10px;
    }

    .nav-item {
        flex: 0.7;
    }

    .step-number {
        color: #999;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .step-title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #e0e0e0;
    }

    .step-description {
        color: #e0e0e0;
        font-size: 14px;
        line-height: 1.6;
    }

    .step-description p {
        margin-bottom: 10px;
    }
}

/* Cookie */
.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: calc(100% - 2rem);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
    z-index: 2147483647;
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
}

.cookie-text {
    flex: 1;
    margin-right: 20px;
}

.cookie-text h3 {
    margin-bottom: 10px;
    color: #000000;
}

.cookie-text p {
    color: #666;
}

.cookie-button {
    background-color: #3e2fae;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
}

.cookie-button:hover {
    background: #5848d0;
}

.europa-phone-borsh {
    display: none;
}

.europa-phone-sweet {
    display: none;
}

@media (min-width: 1400px) {
    .example-phone.europa-logo {
        width: clamp(200px, 12vw, 320px);
    }
}

@media (max-width: 1220px) {}

@media screen and (max-width: 1100px) {

    /* Стили для контейнера с ингредиентами борща */
    .europa-phone-borsh {
        display: block;
        position: relative;
        height: 400px;
        width: 100%;
        margin: 5px 0;
        overflow: hidden;
    }

    /* Общие стили для всех ингредиентов */
    .borsh-item {
        position: absolute;
        border-radius: 5px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        object-fit: cover;
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .borsh-item.animate {
        opacity: 1;
        transform: translateY(0);
    }

    /* Индивидуальные стили для каждого ингредиента */
    .borsh-tomato {
        width: 150px;
        height: 260px;
        top: 5px;
        left: 5%;
        z-index: 3;
        transition-delay: 0.1s;
        object-fit: contain;
    }

    .borsh-kapusta-red {
        width: 100px;
        height: 175px;
        top: 100px;
        left: 35%;
        z-index: 2;
        transition-delay: 0.2s;
        object-fit: contain;
    }

    .borsh-morkov {
        width: 90px;
        height: 160px;
        top: 50px;
        right: 20%;
        z-index: 4;
        transition-delay: 0.3s;
        object-fit: contain;
    }

    .borsh-morkov.animate {
        transform: translateY(0) rotate(-15deg);
    }

    .borsh-chesnok {
        width: 60px;
        height: 100px;
        bottom: 30px;
        left: 5%;
        z-index: 1;
        transition-delay: 0.4s;
        object-fit: contain;
    }

    .borsh-kapusta {
        width: 90px;
        height: 160px;
        bottom: 60px;
        left: 25%;
        z-index: 2;
        transition-delay: 0.5s;
        object-fit: contain;
    }

    .borsh-kapusta.animate {
        transform: translateY(0) rotate(-15deg);
    }

    .borsh-ogurets {
        width: 150px;
        height: 265px;
        bottom: 40px;
        right: 30%;
        z-index: 3;
        transition-delay: 0.6s;
        object-fit: contain;
    }

    .borsh-pepper {
        display: block;
        width: 130px;
        height: 230px;
        top: 80px;
        right: 5%;
        z-index: 4;
        transition-delay: 0.7s;
        object-fit: contain;
        transform: rotate(15deg);
    }

    .borsh-pepper.animate {
        transform: translateY(0) rotate(15deg);
    }

    /* Стили для контейнера с чем-то сладеньким */
    .europa-phone-sweet {
        display: block;
        position: relative;
        height: 400px;
        width: 100%;
        margin: 5px 0;
        overflow: hidden;
    }

    /* Общие стили для всех ингредиентов */
    .sweet-item {
        position: absolute;
        border-radius: 5px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        object-fit: cover;
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .sweet-item.animate {
        opacity: 1;
        transform: translateY(0);
    }

    /* Индивидуальные стили для каждого ингредиента */
    .sweet-evropa-bird {
        width: 90px;
        height: 160px;
        top: 5px;
        left: 5%;
        z-index: 3;
        transition-delay: 0.1s;
        object-fit: contain;
    }

    .sweet-evropa-bird.animate {
        transform: translateY(0) rotate(-15deg);
    }

    .sweet-toffifi {
        width: 150px;
        height: 260px;
        top: 10px;
        left: 30%;
        z-index: 2;
        transition-delay: 0.2s;
        object-fit: contain;
    }

    .sweet-rafaello {
        width: 85px;
        height: 150px;
        top: 50px;
        right: 20%;
        z-index: 5;
        transition-delay: 0.3s;
        object-fit: contain;
    }

    .sweet-rafaello.animate {
        transform: translateY(0) rotate(-15deg);
    }

    .sweet-merci {
        width: 80px;
        height: 140px;
        top: 30px;
        right: 35%;
        z-index: 2;
        transition-delay: 0.4s;
        object-fit: contain;
    }

    .sweet-merci.animate {
        transform: translateY(0) rotate(15deg);
    }

    .sweet-komilfo {
        width: 130px;
        height: 230px;
        bottom: 20px;
        left: 15%;
        z-index: 5;
        transition-delay: 0.5s;
        object-fit: contain;
    }

    .sweet-komilfo.animate {
        transform: translateY(0) rotate(15deg);
    }

    .sweet-korkunov {
        width: 150px;
        height: 260px;
        bottom: 40px;
        right: 30%;
        z-index: 3;
        transition-delay: 0.6s;
        object-fit: contain;
    }

    .sweet-ferrero {
        display: block;
        width: 130px;
        height: 230px;
        top: 80px;
        right: 5%;
        z-index: 4;
        transition-delay: 0.7s;
        object-fit: contain;
        transform: rotate(15deg);
    }

    .sweet-ferrero.animate {
        transform: translateY(0) rotate(15deg);
    }

    .europa-photo-top,
    .europa-photo-bottom {
        position: relative;
        /* Ширина в процентах от родительского контейнера */
        max-width: auto;
        /* Максимальная ширина */
        height: auto;
        /* Сохраняем пропорции */
        object-fit: contain;
        z-index: 0;
        max-height: 600px;
    }

    .europa-photo-top {
        width: 30%;
        bottom: 0px;
        left: 20px;
    }

    .europa-photo-bottom {
        width: 20%;
        right: -50px;
        top: 30px;
    }

    .europa-photo-sweet {
        position: relative;
        max-width: auto;
        max-height: 600px;
        object-fit: contain;
        z-index: 0;
    }

    .europa-right {
        display: none;
    }

    .europa-left {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .example {
        min-height: 80vh;
    }

    .europa-container-basa {
        margin: 50px auto;
    }
}

@media screen and (max-width: 768px) {

    .header-cell,
    .cell {
        font-size: 14px;
        padding: 10px;
    }

    .how-work-section {
        flex-direction: column;
    }

    .how-work-info {
        width: 100%;
        padding: 10px 10px;
    }

    .contact-title {
        font-size: 24px;
    }

    .example {
        color: #f5f5f5;
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
        text-align: center;
        justify-content: flex-start;
        min-height: auto;
        padding: 50px 10px 20px 10px;
        /* Добавляем отступ снизу для логотипа */
        position: relative;
        /* Для абсолютного позиционирования логотипа */
        flex-wrap: wrap;
    }

    .example-content {
        padding-right: 0;
        max-height: none;
        margin-bottom: 30px;
        width: 100%;
    }

    /* Стилизуем только логотип */
    .example-phone.europa-logo {
        display: block;
        position: static;
        /* Отменяем абсолютное позиционирование */
        width: clamp(320px, 10vw, 440px);
        /* height: 240px; */
        /* Увеличено в 2 раза с 120px */
        max-width: 400px;
        /* height: 120px;
        max-width: 200px; */
        margin: 80px 0 60px 0 !important;
        transform: none;
        opacity: 1;
        /* Делаем видимым сразу */
    }

    .europa-container-basa {
        padding: 0px 10px 50px;
        margin: 0px auto;
    }

    .europa-container {
        flex-direction: column;
        gap: 24px;
    }

    .work-principal-header {
        flex-direction: column;
    }

    .work-principal-title h2 {
        font-size: 28px;
    }

    .work-principal-subtitle {
        font-size: 16px;
    }

    .work-principal-title {
        font-size: 18px;
    }

    .title-form-text {
        font-size: 24px;
    }

    .title-form-text-bold {
        font-size: 24px;
    }

    .cookie-notice {
        position: fixed;
        transform: translateX(-50%);
        max-width: 500px;
        width: calc(100% - 2rem);
        align-items: center;
    }

    .cookie-text {
        flex: 1;
        font-size: 12px;
        margin-right: 5px;
    }

    .cookie-text h3 {
        margin-bottom: 5px;
        color: #000000;
    }

    .cookie-text p {
        color: #666;
    }

    .cookie-button {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .title-form-text {
        font-size: 20px;
    }

    .title-form-text-bold {
        font-size: 20px;
    }

    .cookie-notice {
        display: flex;
        flex-direction: column;
    }

    .example-phone.europa-logo {
        width: clamp(120px, 15vw, 280px);
    }
}