.page-soft-furnishing {
    --soft-text: #5d6570;
    --soft-heading: #22262b;
    --soft-accent: #f3821a;
    --soft-accent-dark: #d86e0f;
    --soft-border: #dddddd;
    --soft-surface: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--soft-text);
    line-height: 1.7;
    background: #ffffff;
}

.page-soft-furnishing .elementor-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.soft-hero,
.soft-hero .hero-bg {
    min-height: 620px;
}

.soft-hero .hero-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.soft-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 18, 18, 0.74) 0%, rgba(18, 18, 18, 0.46) 48%, rgba(18, 18, 18, 0.36) 100%);
}

.soft-hero .hero-content {
    position: relative;
    z-index: 1;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.soft-hero .hero-title {
    margin: 0;
    font-size: 58px;
    line-height: 1.06;
    color: #ffffff;
    font-weight: 700;
}

.hero-btn,
.solid-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 13px 24px;
    border: 1px solid var(--soft-accent);
    background: var(--soft-accent);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.22s ease;
}

.hero-btn {
    border-color: #1f2328;
    background: #ffffff;
    color: #1f2328;
}

.hero-btn:hover {
    background: #1f2328;
    color: #ffffff;
}

.solid-btn:hover {
    background: var(--soft-accent-dark);
    border-color: var(--soft-accent-dark);
}

.outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 11px 20px;
    border: 1px solid #1f2328;
    background: #ffffff;
    color: #1f2328;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.22s ease;
}

.outline-btn:hover {
    background: #1f2328;
    color: #ffffff;
}

.soft-products,
.soft-story,
.solutions-section,
.why-section,
.project-section {
    padding: 78px 0;
    background: #ffffff;
}

.section-title {
    margin: 0 0 18px;
    font-size: 44px;
    line-height: 1.12;
    color: var(--soft-heading);
    font-weight: 700;
}

.section-title.center {
    text-align: center;
}

.sub-title {
    margin: 24px 0 12px;
    font-size: 28px;
    line-height: 1.2;
    color: var(--soft-heading);
    font-weight: 600;
}

.split-copy p,
.why-card p {
    font-size: 19px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.product-card,
.why-card {
    background: var(--soft-surface);
    border: 1px solid var(--soft-border);
    text-align: center;
}

.product-image,
.why-card-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-bottom: 1px solid var(--soft-border);
}

.product-image img,
.why-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-card h3,
.why-card h3 {
    margin: 18px 18px 12px;
    font-size: 24px;
    line-height: 1.24;
    color: var(--soft-heading);
    font-weight: 600;
}

.why-card h3 {
    margin-left: 0;
    margin-right: 0;
}

.product-card .outline-btn,
.why-card .outline-btn {
    margin: 0 18px 22px;
}

.why-card .outline-btn {
    margin-left: 0;
    margin-right: 0;
}

.split-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: center;
}

.split-row + .split-row {
    margin-top: 42px;
}

.split-row.reverse .split-media {
    order: 1;
}

.split-row.reverse .split-copy {
    order: 2;
}

.split-media img {
    width: 100%;
    height: auto;
    display: block;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.why-card p {
    margin: 0 0 18px;
}

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

.project-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--soft-border);
}

.project-card img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
}

.project-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 18px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.62) 100%);
}

.project-overlay h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 600;
}

.project-cta-wrap {
    margin-top: 34px;
    text-align: center;
}

.faq-section {
    padding: 78px 0;
    background: #f8f9fa;
}

.faq-intro {
    max-width: 900px;
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 1.7;
}

.faq-accordion {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid var(--soft-border);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

.faq-header:hover {
    background-color: #f8f9fa;
}

.faq-title {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    color: var(--soft-heading);
    font-weight: 600;
    flex: 1;
    padding-right: 20px;
}

.faq-toggle {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    color: var(--soft-accent);
    font-weight: 300;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-content {
    max-height: 3000px;
}

.faq-content-inner {
    padding: 0 28px 28px;
    font-size: 17px;
    line-height: 1.7;
    color: var(--soft-text);
}

.faq-content-inner strong {
    color: var(--soft-heading);
    font-weight: 600;
    display: block;
    margin-top: 16px;
    margin-bottom: 8px;
}

.faq-content-inner strong:first-child {
    margin-top: 0;
}

.quote-section {
    padding: 78px 0;
    background: #ffffff;
}

.quote-header {
    margin-bottom: 34px;
}

.quote-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    gap: 34px;
    align-items: stretch;
}

.quote-aside,
.quote-form-wrap {
    background: var(--soft-surface);
    border: 1px solid var(--soft-border);
}

.quote-aside {
    padding: 22px;
    text-align: center;
}

.quote-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 24px;
}

.quote-aside h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.2;
    color: var(--soft-heading);
    font-weight: 600;
}

.quote-aside p {
    margin: 0;
    font-size: 17px;
}

.quote-form-wrap {
    padding: 24px;
}

.quote-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-row.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--soft-heading);
    font-weight: 600;
}

.form-input,
.form-textarea,
.file-input {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #d4d8de;
    background: #ffffff;
    font-size: 15px;
    color: #23272c;
    font-family: inherit;
}

.form-textarea {
    min-height: 150px;
    resize: vertical;
}

.form-input:focus,
.form-textarea:focus,
.file-input:focus {
    outline: none;
    border-color: var(--soft-accent);
}

.form-checkboxes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 14px;
}

.form-checkboxes label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: var(--soft-text);
}

.form-checkboxes input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
}

.submit-btn {
    width: 100%;
    border: 1px solid #5d6670;
    background: #5d6670;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 24px;
    cursor: pointer;
    transition: all 0.22s ease;
}

.submit-btn:hover {
    background: #454d56;
    border-color: #454d56;
}

@media (max-width: 1100px) {
    .section-title {
        font-size: 38px;
    }

    .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quote-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .soft-hero,
    .soft-hero .hero-bg,
    .soft-hero .hero-content {
        min-height: 500px;
    }

    .soft-hero .hero-content,
    .split-row,
    .split-row.reverse,
    .product-grid,
    .project-grid {
        grid-template-columns: 1fr;
        display: grid;
    }

    .split-row.reverse .split-media,
    .split-row.reverse .split-copy {
        order: initial;
    }

    .soft-hero .hero-content {
        align-items: end;
        padding: 60px 0;
    }

    .soft-hero .hero-title {
        font-size: 46px;
    }

    .form-checkboxes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .page-soft-furnishing .elementor-container {
        padding: 0 16px;
    }

    .section-title {
        font-size: 32px;
    }

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

    .split-copy p,
    .why-card p {
        font-size: 16px;
    }

    .soft-hero .hero-title {
        font-size: 36px;
    }

    .hero-btn,
    .solid-btn {
        width: 100%;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .form-row.two-col,
    .form-checkboxes {
        grid-template-columns: 1fr;
    }

    .soft-products,
    .soft-story,
    .solutions-section,
    .why-section,
    .project-section,
    .quote-section {
        padding: 58px 0;
    }

    .faq-section {
        padding: 58px 0;
    }

    .faq-intro {
        font-size: 16px;
    }

    .faq-header {
        padding: 18px 20px;
    }

    .faq-title {
        font-size: 18px;
        padding-right: 16px;
    }

    .faq-toggle {
        width: 28px;
        height: 28px;
        font-size: 24px;
    }

    .faq-content-inner {
        padding: 0 20px 20px;
        font-size: 16px;
    }
}
