.page-hinged-wardrobes {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #262b36;
    line-height: 1.7;
    background: #f5f6f8;
}

.page-hinged-wardrobes .elementor-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-hinged-wardrobes .section-title {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.2;
    color: #1f2430;
}

.page-hinged-wardrobes .section-desc,
.page-hinged-wardrobes .section-subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    color: #4e586b;
}

.page-hinged-wardrobes .btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 34px;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.page-hinged-wardrobes .btn-primary,
.page-hinged-wardrobes .btn-hero,
.page-hinged-wardrobes .btn-send {
    background: #ff8c00;
    color: #fff;
}

.page-hinged-wardrobes .btn-primary:hover,
.page-hinged-wardrobes .btn-hero:hover,
.page-hinged-wardrobes .btn-send:hover {
    background: #e97800;
}

/* hero */
.hinged-hero-section {
    position: relative;
    min-height: 620px;
    overflow: hidden;
}

.hinged-hero-section .hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.hinged-hero-section .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(18, 22, 32, 0.55), rgba(18, 22, 32, 0.75));
}

.hinged-hero-section .hero-inner {
    position: relative;
    z-index: 2;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.hinged-hero-section h1 {
    margin: 0;
    max-width: 680px;
    color: #fff;
    font-size: 68px;
    line-height: 1.05;
    font-weight: 800;
}

.hinged-hero-section .btn-hero {
    font-size: 22px;
    padding: 16px 34px;
    white-space: nowrap;
}

/* section spacing */
.hinged-showcase-section,
.hinged-split-section,
.hinged-benefits-section,
.hinged-features-section,
.hinged-vs-section,
.hinged-maintenance-section,
.hinged-ideas-section,
.hinged-contact-section {
    padding: 84px 0;
    background: #f5f6f8;
}

/* cards */
.hinged-showcase-section .section-title,
.hinged-showcase-section .section-desc {
    text-align: center;
}

.hinged-showcase-section .section-desc {
    max-width: 1120px;
    margin: 0 auto 32px;
}

.hinged-showcase-section .showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.hinged-showcase-section .showcase-card {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}

.hinged-showcase-section .card-image {
    height: 280px;
}

.hinged-showcase-section .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hinged-showcase-section h3 {
    margin: 0;
    padding: 16px;
    text-align: center;
    font-size: 30px;
    line-height: 1.25;
    color: #2b313f;
}

/* split */
.split-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
    align-items: stretch;
    margin-bottom: 36px;
}

.split-grid:last-child {
    margin-bottom: 0;
}

.split-grid.reverse {
    direction: rtl;
}

.split-grid.reverse > * {
    direction: ltr;
}

.split-grid .split-image {
    min-height: 460px;
}

.split-grid .split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.split-grid .split-content {
    padding: 24px 10px;
}

.split-grid .split-content h3,
.split-grid .split-content .section-title {
    margin: 0 0 16px;
}

.split-grid .split-content h3 {
    font-size: 36px;
    line-height: 1.2;
    color: #1f2430;
}

.split-grid .split-content p {
    margin: 0 0 14px;
    font-size: 19px;
    line-height: 1.8;
    color: #4e586b;
}

.split-grid .split-content p:last-child {
    margin-bottom: 0;
}

.hinged-split-section .single-paragraph {
    margin: 0 0 36px;
    font-size: 20px;
    line-height: 1.85;
    color: #4e586b;
}

/* benefits */
.hinged-benefits-section .section-title {
    text-align: center;
    margin-bottom: 28px;
}

.hinged-benefits-section .benefits-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.hinged-benefits-section .benefit-item {
    text-align: center;
    padding: 14px 12px;
}

.hinged-benefits-section .benefit-item img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 12px;
}

.hinged-benefits-section .benefit-item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #3f485a;
}

.hinged-benefits-section .section-cta,
.hinged-features-section .section-cta {
    text-align: center;
}

.hinged-benefits-section .btn-primary,
.hinged-features-section .btn-primary,
.hinged-maintenance-section .btn-primary {
    font-size: 22px;
    padding: 16px 34px;
    border-radius: 0;
}

/* main features */
.hinged-features-section .section-title {
    text-align: center;
    margin-bottom: 28px;
}

.hinged-features-section .features-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.hinged-features-section .feature-item {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}

.hinged-features-section .feature-image {
    height: 200px;
}

.hinged-features-section .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hinged-features-section .feature-content {
    padding: 14px 14px 16px;
}

.hinged-features-section .feature-content h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.35;
    color: #2b313f;
}

.hinged-features-section .feature-content p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #4e586b;
}

/* vs + maintenance */
.hinged-vs-section .section-title,
.hinged-maintenance-section .section-title,
.hinged-ideas-section .section-title {
    text-align: center;
}

.hinged-vs-section .section-subtitle,
.hinged-contact-section .section-subtitle {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 980px;
}

.hinged-vs-section .split-content,
.hinged-maintenance-section .split-content {
    background: transparent;
}

.hinged-maintenance-section .split-content .btn-primary {
    margin-top: 6px;
}

/* 1000 ideas */
.hinged-ideas-section .ideas-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.hinged-ideas-section .idea-item {
    min-height: 360px;
}

.hinged-ideas-section .idea-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* contact */
.hinged-contact-section .contact-grid {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 34px;
    margin-top: 24px;
}

.hinged-contact-section .contact-left {
    text-align: center;
}

.hinged-contact-section .contact-image-wrap {
    min-height: 600px;
    margin-bottom: 20px;
}

.hinged-contact-section .contact-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hinged-contact-section .contact-left h3 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.3;
    color: #2b313f;
}

.hinged-contact-section .contact-left p {
    margin: 0;
    font-size: 20px;
    color: #4e586b;
}

.hinged-contact-section .form-group {
    margin-bottom: 12px;
}

.hinged-contact-section .form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.hinged-contact-section .form-label {
    display: block;
    margin: 0 0 8px;
    font-size: 16px;
    color: #2b313f;
}

.hinged-contact-section .form-input,
.hinged-contact-section .form-textarea,
.hinged-contact-section .form-file-input {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #d7deea;
    font-size: 16px;
    color: #2b313f;
    background: #fff;
    border-radius: 0;
}

.hinged-contact-section .form-input:focus,
.hinged-contact-section .form-textarea:focus,
.hinged-contact-section .form-file-input:focus {
    outline: none;
    border-color: #ff8c00;
}

.hinged-contact-section .checkbox-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.hinged-contact-section .checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border: 1px solid #e2e7f0;
    background: #fff;
    font-size: 14px;
    color: #3f485a;
}

.hinged-contact-section .btn-send {
    width: 100%;
    font-size: 18px;
    padding: 14px;
    border-radius: 0;
    border: 0;
}

@media (max-width: 1200px) {
    .page-hinged-wardrobes .section-title {
        font-size: 34px;
    }

    .hinged-hero-section h1 {
        font-size: 52px;
    }

    .hinged-showcase-section h3 {
        font-size: 24px;
    }

    .hinged-features-section .feature-content h3 {
        font-size: 21px;
    }
}

@media (max-width: 992px) {
    .hinged-hero-section .hero-inner,
    .split-grid,
    .hinged-contact-section .contact-grid {
        grid-template-columns: 1fr;
        display: grid;
    }

    .split-grid.reverse {
        direction: ltr;
    }

    .hinged-showcase-section .showcase-grid,
    .hinged-benefits-section .benefits-row,
    .hinged-features-section .features-grid,
    .hinged-ideas-section .ideas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hinged-contact-section .checkbox-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hinged-hero-section .hero-inner {
        min-height: 560px;
        align-content: center;
    }

    .hinged-hero-section h1 {
        max-width: none;
        text-align: left;
    }

    .hinged-hero-section .btn-hero {
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .page-hinged-wardrobes .elementor-container {
        padding: 0 16px;
    }

    .hinged-showcase-section,
    .hinged-split-section,
    .hinged-benefits-section,
    .hinged-features-section,
    .hinged-vs-section,
    .hinged-maintenance-section,
    .hinged-ideas-section,
    .hinged-contact-section {
        padding: 56px 0;
    }

    .page-hinged-wardrobes .section-title {
        font-size: 28px;
    }

    .page-hinged-wardrobes .section-desc,
    .page-hinged-wardrobes .section-subtitle,
    .split-grid .split-content p,
    .hinged-split-section .single-paragraph,
    .hinged-contact-section .contact-left p {
        font-size: 16px;
    }

    .hinged-hero-section {
        min-height: 460px;
    }

    .hinged-hero-section .hero-inner {
        min-height: 460px;
        gap: 22px;
    }

    .hinged-hero-section h1 {
        font-size: 38px;
    }

    .hinged-showcase-section .showcase-grid,
    .hinged-benefits-section .benefits-row,
    .hinged-features-section .features-grid,
    .hinged-ideas-section .ideas-grid,
    .hinged-contact-section .form-row,
    .hinged-contact-section .checkbox-grid {
        grid-template-columns: 1fr;
    }

    .hinged-showcase-section .card-image,
    .split-grid .split-image,
    .hinged-contact-section .contact-image-wrap {
        min-height: 280px;
        height: 280px;
    }

    .hinged-features-section .feature-image,
    .hinged-ideas-section .idea-item {
        min-height: 260px;
        height: 260px;
    }

    .hinged-contact-section .contact-left h3 {
        font-size: 26px;
    }

    .hinged-benefits-section .btn-primary,
    .hinged-features-section .btn-primary,
    .hinged-maintenance-section .btn-primary,
    .hinged-hero-section .btn-hero {
        font-size: 18px;
        padding: 14px 24px;
    }
}
