/* About Us Page Styles */

/* Main Background */
.about-main {
    background: #000000;
    background: url('../assets/images/bg-main.png') no-repeat center top;
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    min-height: 100vh;
    position: relative;
    max-width: 100vw;
    overflow-x: hidden;
}

/* Active Menu State */
.menu a.active,
.mobile-menu-link.active {
    color: #957A61;
}

/* About Hero Section */
.about-hero {
    padding: 150px 0 0;
    position: relative;
    /* overflow: hidden; */
}

.about-hero__box {
    display: flex;
    align-items: center;
    /* gap: 80px; */
}

.about-hero__content {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 2;
}

.about-hero__img, .about-hero__title {
 flex: 1;
}
.about-hero__title {
    text-align: center;
    font-size: 66px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.004em;
    color: #957A61;
}

.about-hero__title span {
    color: #ffffff;
}
.about-hero__img {
    width: auto;
    max-width: 400px;
    transform-style: preserve-3d;
    perspective: 800px;
    animation: gentleFloat 8s ease-in-out infinite, aboutGentleRotate 15s ease-in-out infinite;
    filter: drop-shadow(0 15px 30px rgba(148, 122, 97, 0.3));
    transition: all 0.4s ease;
}

.about-hero__img:hover {
    transform: scale(1.05) rotateY(10deg) rotateX(3deg);
    filter: drop-shadow(0 25px 50px rgba(148, 122, 97, 0.5));
}

/* Мягкие анимации для About страницы */
@keyframes gentleFloat {
    0%, 100% {
        transform: translateY(0px) rotateZ(0deg);
    }
    25% {
        transform: translateY(-10px) rotateZ(1deg);
    }
    50% {
        transform: translateY(-5px) rotateZ(-1deg);
    }
    75% {
        transform: translateY(-8px) rotateZ(0.5deg);
    }
}

@keyframes aboutGentleRotate {
    0% {
        transform: rotateY(-10deg) rotateX(0deg);
    }
    25% {
        transform: rotateY(10deg) rotateX(3deg);
    }
    50% {
        transform: rotateY(8deg) rotateX(-2deg);
    }
    75% {
        transform: rotateY(-8deg) rotateX(2deg);
    }
    100% {
        transform: rotateY(-10deg) rotateX(0deg);
    }
}

.about-hero__text {
    flex: 1;
    max-width: 916px;
    min-width: 50%;
    padding-top: 100px;
    position: relative;
    z-index: 2;

}



.about-hero__subtitle {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.011em;
    color: #957A61;
    margin-bottom: 60px;
}

.about-hero__description {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
}

.about-hero__description p {
    margin-bottom: 20px;
}

.about-hero__description p:last-child {
    margin-bottom: 0;
}
.about-hero__img-laptop {
    flex: 1;
    width: 100%;
    position: relative;
    left: -15%;
    top: 25%;
    z-index: 0;

}
.about-hero__image {
    flex: 1;
    position: relative;
    z-index: 1;
    opacity: 0.8;
    width: 500px;
    
    
    height: 520px;
}

.about-hero__side-img {
    position: absolute;
    /* left: -25%; */
    top: 10%;
    z-index: 1;
    height: 100%;
    object-fit: cover;
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 200px 0 100px;
    position: relative;
    overflow: hidden;
}

.why-choose-us__content {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    position: relative;
    z-index: 2;
}

.why-choose-us__text {
    flex: 1;
    max-width: 860px;
    margin-left: 200px;
    padding-top: 100px;
}

.why-choose-us__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.004em;
    color: #957A61;
    margin-bottom: 40px;
}

.why-choose-us__description {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
}

.why-choose-us__image {
    position: absolute;
    right: -300px;
    top: 50%;
    transform: translateY(-50%);
    width: 1309px;
    height: 1016px;
    z-index: 1;
}

.why-choose-us__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Features Grid Section */
.features-grid {
    padding: 100px 0;
    position: relative;
}

.features-grid__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1800px;
    margin: 0 auto;
}

.feature-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 484px;
    width: 100%;
    max-width: 476px;
    margin: 0 auto;
}

.feature-box__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.feature-box__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.feature-box__icon {
    position: relative;
    z-index: 2;
    margin-top: 53px;
    margin-bottom: 42px;
}

.feature-box__icon-img {
    width: 99px;
    height: auto;
    object-fit: contain;
}

.feature-box__content {
    position: relative;
    z-index: 2;
    padding: 0 40px;
}

.feature-box__title {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #ffffff;
}

.feature-box__text {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

/* About CTA Section */
.about-cta {
    padding: 100px 0;
    text-align: center;
}

.about-cta__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-cta__text {
    text-align: left;
    max-width: 800px;
}

.about-cta__title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.008em;
    color: #957A61;
    margin-bottom: 30px;
}

.about-cta__description {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
}

.about-cta__steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.about-cta__icon {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.about-cta__icon-img {
    width: 351px;
    height: 254px;
    object-fit: contain;
}

.about-cta__steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 900px;
}

.about-cta__step {
    text-align: center;
}
.process__step:nth-child(2) {
    border-left: 2px solid #957A61;
    border-right: 2px solid #957A61;
}
.about-cta__step-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #957A61;
    margin-bottom: 20px;
}

.about-cta__step-text {
    font-size: 14px;
    /* font-weight: 700; */
    line-height: 1.2;
    color: #ffffff;
}

.about-cta__btn {
    background: linear-gradient(135deg, #957A61 0%, #B8956B 100%);
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 0.012em;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(149, 122, 97, 0.3);
    align-self: center;
    min-width: 612px;
    min-height: 80px;
}

/* Responsive Design */
@media (max-width: 1440px) {
    .about-hero__content {
        gap: 60px;
    }
    
    .about-hero__image {
        width: 500px;
        height: 520px;
    }
    
    .why-choose-us__content {
        gap: 60px;
    }
    
    .why-choose-us__image {
        width: 500px;
        height: 400px;
    }
    
    .features-grid__content {
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .about-hero {
        padding: 120px 0 80px;
    }
    
    .about-hero__content {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }
    .about-hero__box {
        flex-direction: column-reverse;
        gap: 50px;
    }
    .about-hero__image {
        width: 100%;
        max-width: 500px;
        height: 400px;
        order: 2;
        margin-left: 0;
    }
    
    .about-hero__text {
        order: 1;
        padding-top: 0;
        max-width: 100%;
    }
    
    .about-hero__title {
        font-size: 48px;
        position: static;
        text-align: center;
    }
    
    .about-hero__subtitle {        
        padding-top: 20px;
        font-size: 36px;
    }
    
    .about-hero__side-image {
        display: none;
    }
    
    .why-choose-us {
        padding: 100px 0;
    }
    
    .why-choose-us__content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    
    .why-choose-us__text {
        margin-left: 0;
        padding-top: 0;
    }
    
    .why-choose-us__image {
        position: static;
        width: 100%;
        max-width: 400px;
        height: 300px;
        transform: none;
    }
    
    .why-choose-us__title {
        font-size: 36px;
    }
    
    .features-grid__content {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 40px;
    }
    
    .about-cta__title {
        font-size: 48px;
    }
    
    .about-cta__steps-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 400px;
    }
    .process__step:nth-child(2) {
        border-top: 2px solid #957A61;
        border-bottom: 2px solid #957A61;
        border-left: none;
        border-right: none;
    }
    .about-cta__step-title {
        font-size: 24px;
    }
    
    .about-cta__step-text {
        font-size: 18px;
    }
    
    .about-cta__btn {
        font-size: 24px;
        min-width: 300px;
        min-height: 80px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 100px 0 60px;
    }
    
    .about-hero__title {
        font-size: 36px;
    }
    
    .about-hero__subtitle {
        font-size: 28px;
    }
    
    .about-hero__description {
        font-size: 16px;
    }
    
    .about-hero__image {
        height: 300px;
        margin-left: 0;
    }
    
    .about-hero__text {
        padding-top: 0;
    }
    
    .why-choose-us__title {
        font-size: 28px;
    }
    
    .why-choose-us__description {
        font-size: 16px;
    }
    
    .why-choose-us__image {
        height: 250px;
    }
    
    .why-choose-us__text {
        margin-left: 0;
    }
    
    .feature-box {
        height: auto;
        padding: 40px 20px;
        max-width: 350px;
    }
    
    .feature-box__title {
        font-size: 18px;
    }
    
    .feature-box__text {
        font-size: 16px;
    }
    
    .feature-box__icon-img {
        width: 70px;
    }
    .about-cta__content {
        flex-direction: column;
    }
    .about-cta__text {
        text-align: center;
    }
    .about-cta__title {
        font-size: 36px;
    }
    
    .about-cta__description {
        font-size: 16px;
    }
    
    .about-cta__icon-img {
        width: 200px;
        height: 140px;
    }
    
    .about-cta__step-title {
        font-size: 20px;
    }
    
    .about-cta__step-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .about-hero__title {
        font-size: 28px;
    }
    
    .about-hero__subtitle {
        font-size: 24px;
    }
    
    .about-hero__image {
        margin-left: 0;
    }
    
    .about-hero__text {
        padding-top: 0;
    }
    
    .why-choose-us__title {
        font-size: 24px;
    }
    
    .why-choose-us__text {
        margin-left: 0;
    }
    
    .feature-box {
        max-width: 100%;
    }
    
    .feature-box__icon-img {
        width: 60px;
    }
    
    .about-cta__title {
        font-size: 28px;
    }
    
    .about-cta__icon-img {
        width: 150px;
        height: 105px;
    }
    
    .about-cta__btn {
        font-size: 20px;
        min-width: 250px;
        min-height: 60px;
    }
}
