/* Landing Page Styles - Based on first-page design system */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Общие стили для лендинга */
body.template-landing-page,
.template-landing-page body,
.template-standard-page-landing body,
body.template-standard-page-landing {
    font-family: 'Manrope', -apple-system, Roboto, Helvetica, sans-serif;
    background: #0F2746 !important;
    color: #F7F7F7 !important;
    overflow-x: hidden;
}

/* Убеждаемся, что body имеет правильный фон */
body {
    background: #0F2746 !important;
    color: #F7F7F7 !important;
}

.landing-container {
    height: 1000px;
    background: #0F2746;
    position: relative;
    flex-shrink: 0;
}

.background-graphic {
    width: 1406px;
    height: 1363px;
    position: absolute;
    left: 791px;
    top: -188px;
    flex-shrink: 0;
}

.content-wrapper {
    display: flex;
    width: 1660px;
    height: 1002px;
    padding: 210px 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    left: 130px;
    top: 0;
    flex-shrink: 0;
}

.header-section {
    display: flex;
    width: 1660px;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.main-title {
    width: 1044px;
    color: #F7F7F7;
    font-size: 98px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.96px;
    flex-shrink: 0;
    position: relative;
}

.payment-feature {
    display: flex;
    width: 349px;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    position: relative;
}

.red-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #C20A38;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    position: relative;
}

.feature-text {
    width: 319px;
    color: #F7F7F7;
    text-align: right;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.44px;
    flex-shrink: 0;
    position: relative;
}

.bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    position: relative;
}

.description-content {
    display: flex;
    width: 820px;
    flex-direction: column;
    align-items: flex-start;
    gap: 26.667px;
    position: relative;
}

.description-content p {
    color: #F7F7F7;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.56px;
    align-self: stretch;
    position: relative;
    margin: 0;
}

.description-content p:last-child {
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.44px;
}

.cta-button {
    display: flex;
    padding: 34px 110px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #C20A38;
    border: none;
    cursor: pointer;
    position: relative;
    color: #F7F7F7;
    font-family: 'Manrope', -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.44px;
    transition: background-color 0.2s ease;
}

.cta-button:hover {
    background: #a0083a;
}

.cta-button:active {
    background: #8a0731;
}

@media (max-width: 1920px) {
    .content-wrapper {
        width: 86.46%;
        left: 6.77%;
    }
    
    .background-graphic {
        left: 41.2%;
    }
    
    .header-section {
        width: 100%;
    }
    
    .main-title {
        width: 62.89%;
    }
    
    .payment-feature {
        width: 21.02%;
    }
    
    .description-content {
        width: 49.4%;
    }
}

@media (max-width: 1440px) {
    .main-title {
        font-size: 72px;
        letter-spacing: -1.44px;
    }
    
    .content-wrapper {
        padding: 160px 0;
    }
    
    .background-graphic {
        width: 1000px;
        height: 970px;
    }
}

@media (max-width: 1024px) {
    .content-wrapper {
        padding: 120px 20px;
        width: calc(100% - 40px);
        left: 20px;
    }
    
    .header-section {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }
    
    .main-title {
        width: 100%;
        font-size: 56px;
        letter-spacing: -1.12px;
    }
    
    .payment-feature {
        width: 100%;
        max-width: 400px;
    }
    
    .bottom-section {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }
    
    .description-content {
        width: 100%;
    }
    
    .background-graphic {
        width: 800px;
        height: 775px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .landing-container {
        height: auto;
        min-height: 100vh;
    }
    
    .content-wrapper {
        padding: 80px 20px;
        height: auto;
        min-height: calc(100vh - 160px);
    }
    
    .main-title {
        font-size: 42px;
        letter-spacing: -0.84px;
        line-height: 110%;
    }
    
    .feature-text {
        font-size: 18px;
        letter-spacing: -0.36px;
        text-align: left;
        width: 100%;
    }
    
    .description-content p {
        font-size: 24px;
        letter-spacing: -0.48px;
    }
    
    .description-content p:last-child {
        font-size: 18px;
        letter-spacing: -0.36px;
    }
    
    .cta-button {
        padding: 24px 60px;
        font-size: 18px;
        letter-spacing: -0.36px;
        width: 100%;
        max-width: 300px;
    }
    
    .background-graphic {
        width: 600px;
        height: 580px;
        opacity: 0.3;
    }
}

/* Projects Showcase Section */
.projects-showcase {
    background: #F7F7F7;
    color: #0F2746;
    position: relative;
}

.projects-container {
    display: flex;
    padding: 120px 130px;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
    max-width: 1920px;
    margin: 0 auto;
}

.projects-title {
    color: #0F2746;
    font-size: 64px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1.28px;
    margin: 0;
    align-self: stretch;
}

.projects-content {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.projects-grid {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: fit-content;
    margin-bottom: 40px;
    transition: transform 0.5s ease-in-out;
}

.project-card {
    display: flex;
    width: 820px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-shrink: 0;
}

.project-image {
    width: 100%;
    height: 584px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 40px;
}

.project-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
}

.project-title {
    color: #0F2746;
    font-size: 38px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.76px;
    margin: 0;
}

.project-description {
    width: 540px;
    max-width: 100%;
    color: #0F2746;
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.44px;
    margin: 0;
}

.navigation-arrows {
    display: flex;
    align-items: center;
    gap: 40px;
}

.arrow-btn {
    display: flex;
    width: 110px;
    height: 54px;
    padding: 15px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #DC2336;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: scale(1);
    opacity: 1;
}

.arrow-btn:hover:not(:disabled) {
    background: #c41e30;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(220, 35, 54, 0.3);
}

.arrow-btn:active:not(:disabled) {
    background: #b01a2a;
    transform: scale(0.98);
}

.arrow-btn svg {
    width: 110px;
    height: 54px;
    transition: transform 0.2s ease;
}

.arrow-btn:hover:not(:disabled) svg {
    transform: translateX(2px);
}

.arrow-btn.arrow-left:hover:not(:disabled) svg {
    transform: translateX(-2px);
}

/* Responsive Design for Projects Section */
@media (max-width: 1920px) {
    .projects-container {
        padding: 120px 6.77%;
    }
}

@media (max-width: 1440px) {
    .projects-container {
        padding: 100px 6.77%;
        gap: 80px;
    }

    .projects-title {
        font-size: 56px;
        letter-spacing: -1.12px;
    }

    .project-image {
        height: 480px;
    }

    .project-title {
        font-size: 32px;
        letter-spacing: -0.64px;
    }

    .project-description {
        font-size: 20px;
        letter-spacing: -0.4px;
    }
}

@media (max-width: 1024px) {
    .projects-container {
        padding: 80px 20px;
        gap: 60px;
    }

    .projects-grid {
        gap: 40px;
    }

    .project-card {
        width: 100%;
        min-width: 100%;
    }

    .projects-title {
        font-size: 48px;
        letter-spacing: -0.96px;
    }

    .project-image {
        height: 400px;
        margin-bottom: 30px;
    }

    .project-info {
        gap: 20px;
    }

    .project-description {
        width: 100%;
    }

    .navigation-arrows {
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .projects-container {
        padding: 60px 20px;
        gap: 40px;
    }

    .projects-title {
        font-size: 36px;
        letter-spacing: -0.72px;
        line-height: 120%;
    }

    .project-image {
        height: 300px;
        margin-bottom: 20px;
    }

    .project-title {
        font-size: 28px;
        letter-spacing: -0.56px;
    }

    .project-description {
        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .arrow-btn {
        width: 90px;
        height: 44px;
    }

    .arrow-btn svg {
        width: 90px;
        height: 44px;
        transform: scale(0.8);
    }

    .arrow-btn:hover:not(:disabled) svg {
        transform: scale(0.8) translateX(2px);
    }

    .arrow-btn.arrow-left:hover:not(:disabled) svg {
        transform: scale(0.8) translateX(-2px);
    }
}

/* Why Landing Section */
.why-landing-section {
    background: #F7F7F7;
    color: #0F2746;
    position: relative;
}

.why-landing-container {
    display: flex;
    padding: 120px 130px;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
    max-width: 1920px;
    margin: 0 auto;
}

.why-landing-title {
    color: #0F2746;
    font-size: 64px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1.28px;
    margin: 0;
    align-self: stretch;
}

.benefits-grid {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.benefit-card {
    display: flex;
    width: 540px;
    height: 603px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.card-graphic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.card-content {
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    align-self: stretch;
    position: relative;
    z-index: 2;
    height: 100%;
}

.card-title {
    color: #F7F7F7;
    font-size: 38px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.76px;
    margin: 0;
    width: 371px;
    max-width: 100%;
}

.card-description {
    color: #F7F7F7;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.44px;
    margin: 0;
    align-self: stretch;
}

/* Card specific background overrides */
.card-fast-launch .card-background {
    background: linear-gradient(135deg, #DC2336 0%, #C20A38 50%, #5C051B 100%);
}

.card-single-offer .card-background {
    background: #050F1B;
}

.card-economy .card-background {
    background: #0F2746;
}

/* Responsive Design for Why Landing Section */
@media (max-width: 1920px) {
    .why-landing-container {
        padding: 120px 6.77%;
    }
}

@media (max-width: 1440px) {
    .why-landing-container {
        padding: 100px 6.77%;
        gap: 80px;
    }

    .why-landing-title {
        font-size: 56px;
        letter-spacing: -1.12px;
    }

    .benefit-card {
        width: 460px;
        height: 520px;
    }

    .card-title {
        font-size: 32px;
        letter-spacing: -0.64px;
        width: 320px;
    }

    .card-description {
        font-size: 20px;
        letter-spacing: -0.4px;
    }
}

@media (max-width: 1024px) {
    .why-landing-container {
        padding: 80px 20px;
        gap: 60px;
    }

    .benefits-grid {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .benefit-card {
        width: 100%;
        max-width: 540px;
        height: 500px;
    }

    .why-landing-title {
        font-size: 48px;
        letter-spacing: -0.96px;
    }

    .card-title {
        font-size: 28px;
        letter-spacing: -0.56px;
        width: 100%;
    }

    .card-description {
        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .card-content {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .why-landing-container {
        padding: 60px 20px;
        gap: 40px;
    }

    .why-landing-title {
        font-size: 36px;
        letter-spacing: -0.72px;
        line-height: 120%;
    }

    .benefit-card {
        height: 450px;
    }

    .card-title {
        font-size: 24px;
        letter-spacing: -0.48px;
    }

    .card-description {
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 140%;
    }

    .card-content {
        padding: 24px;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .why-landing-container {
        padding: 40px 16px;
        gap: 32px;
    }

    .why-landing-title {
        font-size: 28px;
        letter-spacing: -0.56px;
    }

    .benefit-card {
        height: 400px;
    }

    .card-title {
        font-size: 22px;
        letter-spacing: -0.44px;
    }

    .card-description {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .card-content {
        padding: 20px;
    }
}

/* Promotional Section */
.promotional-section {
    height: 664px;
    background: #0F2746;
    position: relative;
    overflow: hidden;
}

.promotional-container {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 80px 130px;
    align-items: flex-start;
    gap: 40px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.promotional-content {
    display: flex;
    width: 962px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex-shrink: 0;
}

.promotional-title {
    width: 962px;
    color: #F7F7F7;
    font-size: 64px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1.28px;
    margin: 0;
}

.promotional-description {
    width: 817px;
    color: #F7F7F7;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.44px;
    margin: 0;
}

.promotional-button {
    display: flex;
    padding: 40px 120px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #C20A38;
    border: none;
    cursor: pointer;
    color: #F7F7F7;
    font-family: 'Manrope', -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.267px;
    transition: background-color 0.2s ease;
}

.promotional-button:hover {
    background: #a0083a;
}

.promotional-button:active {
    background: #8a0731;
}

.promotional-graphics {
    position: absolute;
    right: 130px;
    top: -4px;
    width: 942px;
    height: 669px;
    flex-shrink: 0;
    pointer-events: none;
}

.promotional-svg {
    width: 100%;
    height: 100%;
}

/* Responsive Design for Promotional Section */
@media (max-width: 1920px) {
    .promotional-container {
        padding: 80px 6.77%;
    }

    .promotional-graphics {
        right: 6.77%;
    }
}

@media (max-width: 1440px) {
    .promotional-section {
        height: 580px;
    }

    .promotional-container {
        padding: 70px 6.77%;
    }

    .promotional-content {
        width: 800px;
    }

    .promotional-title {
        width: 800px;
        font-size: 56px;
        letter-spacing: -1.12px;
    }

    .promotional-description {
        width: 680px;
        font-size: 20px;
        letter-spacing: -0.4px;
    }

    .promotional-button {
        padding: 35px 100px;
        font-size: 24px;
        letter-spacing: -0.24px;
    }

    .promotional-graphics {
        width: 780px;
        height: 550px;
    }
}

@media (max-width: 1024px) {
    .promotional-section {
        height: auto;
        min-height: 500px;
    }

    .promotional-container {
        padding: 60px 20px;
        flex-direction: column;
        gap: 60px;
    }

    .promotional-content {
        width: 100%;
    }

    .promotional-title {
        width: 100%;
        font-size: 48px;
        letter-spacing: -0.96px;
    }

    .promotional-description {
        width: 100%;
        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .promotional-button {
        padding: 30px 80px;
        font-size: 22px;
        letter-spacing: -0.22px;
    }

    .promotional-graphics {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 600px;
        height: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .promotional-container {
        padding: 50px 20px;
        gap: 40px;
    }

    .promotional-title {
        font-size: 36px;
        letter-spacing: -0.72px;
        line-height: 120%;
    }

    .promotional-description {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .promotional-button {
        padding: 24px 60px;
        font-size: 18px;
        letter-spacing: -0.18px;
        width: 100%;
        max-width: 300px;
    }

    .promotional-graphics {
        max-width: 400px;
        height: 300px;
    }
}

@media (max-width: 480px) {
    .promotional-container {
        padding: 40px 16px;
        gap: 32px;
    }

    .promotional-title {
        font-size: 28px;
        letter-spacing: -0.56px;
    }

    .promotional-description {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .promotional-button {
        padding: 20px 40px;
        font-size: 16px;
        letter-spacing: -0.16px;
    }

    .promotional-graphics {
        max-width: 300px;
        height: 200px;
    }
}
