/* ===== FONTS ===== */
@font-face {
    font-family: 'UNCAGE SemiBold';
    src: url('fonts/UNCAGE-SemiBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutral Face';
    src: url('fonts/NeutralFace-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutral Face';
    src: url('fonts/NeutralFace-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

body {
    background: #ffffff;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 30px;
    font-family: 'Manrope', sans-serif;
}

.container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
}

/* ===== IMAGES ===== */
img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 0 !important;
}

/* ===== HEADER ===== */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

.logo {
    font-family: 'UNCAGE SemiBold', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
    flex-shrink: 0;
}

.header-center {
    font-family: 'UNCAGE SemiBold', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.15em;
    line-height: 1;
    text-align: center;
    flex: 1;
    padding: 0 15px;
}

.header-right {
    font-family: 'UNCAGE SemiBold', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
    flex-shrink: 0;
}

/* ===== HERO ===== */
.hero {
    margin-bottom: 40px;
    position: relative;
}

.language {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 20px;
}

.language a {
    text-decoration: none;
    color: #1a1a1a;
    transition: opacity 0.2s;
    cursor: pointer;
}

.language a:hover {
    opacity: 0.6;
}

.language .rus {
    font-weight: 700;
}

.language .eng {
    font-weight: 500;
}

.language .divider {
    font-weight: 300;
    color: #999;
}

.language img {
    width: 1.2em;
    height: 0.8em;
    object-fit: contain;
    margin-left: 6px;
}

.hero-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
    min-height: 65vh;
}

.hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 20px;
    padding-top: 60px;
}

.hero-left h1 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 180px;
    color: #1a1a1a;
    letter-spacing: -0.08em;
    word-spacing: 0.15em;
    line-height: 1;
}

.hero-left h1 span {
    font-weight: 700;
}

.hero-right {
    flex-shrink: 0;
    max-width: 20%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.hero-right img {
    width: 66.66%;
    height: auto;
    object-fit: contain;
}

/* ===== HERO DESCRIPTION ===== */
.hero-description-section {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 30px;
    padding: 0;
    max-width: 83.33%;
    margin-top: -120px;
}

.hero-description-section p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    word-spacing: 0.08em;
    white-space: nowrap;
}

.hero-description-section p:nth-child(1) {
    color: #000000;
}

.hero-description-section p:nth-child(2) {
    color: #404040;
}

.hero-description-section p:nth-child(3) {
    color: #808080;
}

/* ===== BANNER ===== */
.banner {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: opacity 0.6s ease;
}

.banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/banner_col.jpg') center/cover no-repeat;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.banner:hover::after {
    opacity: 1;
}

.banner:hover img {
    opacity: 0;
}

/* ===== PORTFOLIO ===== */
.portfolio {
    margin-bottom: 100px;
}

.section-title {
    font-family: 'Neutral Face', sans-serif;
    font-size: 60px;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
}

.section-title .bold {
    font-weight: 700;
}

.section-title .regular {
    font-weight: 400;
}

.project-wrapper {
    display: flex;
    gap: 60px;
    align-items: stretch;
    margin-bottom: 60px;
}

.project-wrapper:last-child {
    margin-bottom: 0;
}

.project-left {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
}

.project-header {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.project-image {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1765 / 1176.67;
    background: url('images/color2.jpg') center/cover no-repeat;
}

.project-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: opacity 0.6s ease;
}

.project-image img:hover {
    opacity: 0;
}

.project-wrapper:nth-child(2) .project-image {
    background: url('images/color1.jpg') center/cover no-repeat;
}

.project-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 80px 0 0 40px;
    max-width: 80%;
}

.project-name {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 90px;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: right;
    width: 100%;
    margin-bottom: 16px;
}

.project-description {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #1a1a1a;
    line-height: 1.2;
    text-align: justify;
    width: 85%;
    margin-bottom: 30px;
    margin-left: auto;
}

.project-next {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: opacity 0.2s;
    display: block;
    text-align: right;
    width: 100%;
    margin-top: auto;
}

.project-next:hover {
    opacity: 0.6;
}

.project-divider {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 60px 0;
}

.portfolio-button {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.portfolio-button button {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #ffffff;
    padding: 16px 48px;
    border: none;
    border-radius: 0;
    background: #1a1a1a;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.02em;
}

.portfolio-button button:hover {
    background: #333333;
}

/* ===== REVIEWS ===== */
.reviews {
    margin-bottom: 100px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
}

.review-item {
    background: #1a1a1a;
    padding: 20px 24px;
}

.review-header {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 6px;
}

.review-author {
    font-weight: 600;
    color: #ffffff;
}

.review-divider {
    color: #666;
}

.review-platform {
    color: #aaaaaa;
    font-weight: 400;
}

.review-date {
    color: #666;
    font-weight: 400;
}

.review-text {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 1.4;
}

.reviews-button {
    display: flex;
    justify-content: center;
}

.reviews-button button {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #ffffff;
    padding: 16px 48px;
    border: none;
    border-radius: 0;
    background: #1a1a1a;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.02em;
}

.reviews-button button:hover {
    background: #333333;
}

/* ===== QUESTIONS ===== */
.questions {
    margin-bottom: 100px;
}

.questions-wrapper {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.questions-title {
    font-family: 'Neutral Face', sans-serif;
    font-size: 60px;
    letter-spacing: -0.02em;
    flex-shrink: 0;
}

.questions-title .regular {
    font-weight: 400;
}

.questions-title .bold {
    font-weight: 700;
}

.questions-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.questions-item {
    border-bottom: 1px solid #e0e0e0;
}

.questions-item:last-child {
    border-bottom: none;
}

.questions-btn {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #1a1a1a;
    padding: 16px 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: color 0.3s, background 0.3s;
    text-align: left;
    width: 100%;
    position: relative;
    border-radius: 0;
}

.questions-btn::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 300;
    transition: transform 0.4s ease;
}

.questions-btn.active::after {
    transform: translateY(-50%) rotate(45deg);
}

.questions-btn:hover {
    color: #0069FB;
}

.questions-btn.active {
    background: #1a1a1a;
    color: #ffffff;
    padding: 16px 0 16px 20px;
}

.questions-btn.active::after {
    right: 20px;
}

.questions-btn.active:hover {
    color: #ffffff;
}

.questions-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.3s ease;
    padding: 0 20px;
    background: #1a1a1a;
    color: #ffffff;
    opacity: 0;
}

.questions-content.open {
    max-height: 2000px;
    padding: 0 20px 30px 20px;
    opacity: 1;
}

.questions-content.closing {
    opacity: 0;
    padding: 0 20px;
}

.qa-block {
    margin-bottom: 20px;
}

.qa-block:last-child {
    margin-bottom: 0;
}

.qa-question {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 4px;
}

.qa-answer {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #cccccc;
    line-height: 1.5;
    padding-left: 4px;
}

.qa-divider {
    width: 100%;
    height: 1px;
    background: #333333;
    margin: 20px 0;
}

.price-list {
    margin-top: 8px;
}

.price-category {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin-top: 12px;
    margin-bottom: 4px;
}

.price-category:first-child {
    margin-top: 0;
}

.price-item {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #cccccc;
    line-height: 1.6;
    padding-left: 8px;
}

/* ===== CONTACTS ===== */
.contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
    border-top: none;
    gap: 40px;
}

.contacts-left h2 {
    font-family: 'Neutral Face', sans-serif;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    flex-shrink: 0;
}

.contacts-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    max-width: 450px;
}

.contact-btn {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #1a1a1a;
    text-decoration: none;
    padding: 18px 40px;
    transition: all 0.3s;
    text-align: center;
    width: 100%;
    border: 2px solid #1a1a1a;
    box-sizing: border-box;
}

.contact-btn.primary {
    background: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
}

.contact-btn.primary:hover {
    background: #333333;
}

.contact-btn:not(.primary) {
    background: transparent;
    color: #1a1a1a;
    border-color: #1a1a1a;
}

.contact-btn:not(.primary):hover {
    background: #f0f0f0;
}

/* ===== FULL IMAGE ===== */
.full-image-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.full-image-wrap img {
    width: 100%;
    max-height: 90vh;
    height: auto;
    display: block;
    object-fit: contain;
}

/* ===== MEDIA ===== */
@media (max-width: 1200px) {
    .hero-left h1 { font-size: 130px; }
    .hero-left { padding-top: 40px; }
    .hero-right { max-width: 18%; }
    .hero-right img { width: 66.66%; }
    .hero-description-section p { font-size: 56px; }
    .hero-description-section { max-width: 85%; margin-top: -90px; }
    .section-title { font-size: 56px; }
    .project-header { font-size: 56px; }
    .project-next { font-size: 56px; }
    .banner { margin-top: 80px; margin-bottom: 80px; }
    .portfolio { margin-bottom: 80px; }
    .reviews { margin-bottom: 80px; }
    .questions { margin-bottom: 80px; }
    .contacts-left h2 { font-size: 56px; }
    .questions-title { font-size: 56px; }
}

@media (max-width: 992px) {
    .hero-grid { flex-direction: column; align-items: flex-start; min-height: auto; }
    .hero-left { padding-top: 0; }
    .hero-right { max-width: 25%; align-self: flex-start; }
    .hero-right img { width: 66.66%; }
    .hero-left { padding-right: 0; width: 100%; }
    .hero-left h1 { font-size: 100px; }
    .hero-description-section p { font-size: 42px; white-space: normal; }
    .hero-description-section { max-width: 100%; margin-top: 0; }
    .section-title { font-size: 42px; }
    .project-header { font-size: 42px; }
    .project-next { font-size: 42px; }
    .project-description { font-size: 22px; max-width: 100%; }
    .reviews-grid { grid-template-columns: 1fr; }
    .contacts { flex-direction: column; gap: 20px; align-items: flex-start; }
    .contacts-right { flex-wrap: wrap; gap: 20px; }
    .contacts-left h2 { font-size: 42px; }
    .banner { margin-top: 60px; margin-bottom: 60px; }
    .portfolio { margin-bottom: 60px; }
    .reviews { margin-bottom: 60px; }
    .questions { margin-bottom: 60px; }
    .questions-wrapper { flex-direction: column; gap: 30px; }
    .questions-title { font-size: 42px; }
}

@media (max-width: 768px) {
    body { padding: 15px; }
    .logo, .header-center, .header-right { font-size: 16px; }
    .language { font-size: 18px; }
    .hero-left h1 { font-size: 70px; }
    .hero-right { max-width: 30%; }
    .hero-right img { width: 66.66%; }
    .hero-description-section p { font-size: 30px; }
    .hero { margin-bottom: 30px; }
    .hero-description-section { margin-bottom: 20px; }
    .section-title { font-size: 30px; }
    .project-header { font-size: 30px; }
    .project-next { font-size: 30px; }
    .project-description { font-size: 18px; }
    .portfolio-button button { font-size: 18px; padding: 12px 32px; }
    .reviews-button button { font-size: 18px; padding: 12px 32px; }
    .contacts-left h2 { font-size: 30px; }
    .contact-btn { font-size: 22px; padding: 14px 30px; }
    .banner { margin-top: 50px; margin-bottom: 50px; }
    .portfolio { margin-bottom: 50px; }
    .reviews { margin-bottom: 50px; }
    .questions { margin-bottom: 50px; }
    .questions-title { font-size: 30px; }
    .questions-btn { font-size: 20px; padding: 12px 0; }
    .questions-wrapper { gap: 20px; }
}

@media (max-width: 480px) {
    body { padding: 10px; }
    .header { flex-wrap: wrap; gap: 4px; margin-bottom: 16px; }
    .header-center { order: 3; flex-basis: 100%; padding: 3px 0 0; }
    .logo, .header-right { font-size: 14px; }
    .header-center { font-size: 14px; }
    .language { font-size: 16px; }
    .hero-left h1 { font-size: 48px; }
    .hero-right { max-width: 35%; }
    .hero-right img { width: 66.66%; }
    .hero-description-section p { font-size: 22px; }
    .hero { margin-bottom: 20px; }
    .hero-description-section { margin-bottom: 15px; }
    .banner { margin-bottom: 40px; }
    .section-title { font-size: 22px; }
    .project-header { font-size: 22px; }
    .project-next { font-size: 22px; }
    .project-description { font-size: 15px; }
    .portfolio-button button { font-size: 14px; padding: 10px 24px; }
    .reviews-button button { font-size: 14px; padding: 10px 24px; }
    .contacts-left h2 { font-size: 22px; }
    .contact-btn { font-size: 18px; padding: 12px 20px; }
    .contacts-right { gap: 12px; }
    .portfolio { margin-bottom: 40px; }
    .reviews { margin-bottom: 40px; }
    .questions { margin-bottom: 40px; }
    .review { font-size: 14px; padding: 14px; }
    .banner { margin-top: 40px; margin-bottom: 40px; }
    .questions-title { font-size: 22px; }
    .questions-btn { font-size: 16px; padding: 10px 0; }
    .questions-wrapper { gap: 16px; }
}
