/* ========== Living Room Furniture 页面模板样式 ========== */

.page-living-room-furniture {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-living-room-furniture .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-living-room-furniture .full-width {
    width: 100%;
    position: relative;
}

/* ========== Section 1: Hero ========== */
.living-room-hero {
    padding: 0;
    position: relative;
    background: transparent;
}

.living-room-hero .full-width {
    min-height: 420px;
    display: flex;
    align-items: center;
}

.living-room-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.living-room-hero .hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.living-room-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.living-room-hero .hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: 40px 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.living-room-hero .hero-content {
    flex: 1;
    text-align: left;
}

.living-room-hero .hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.2;
}

.living-room-hero .hero-title-accent {
    color: #FF8C00;
}

.living-room-hero .hero-button-wrap {
    flex-shrink: 0;
}

.living-room-hero .hero-button {
    display: inline-block;
    padding: 10px 24px;
    height: 40px;
    line-height: 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.living-room-hero .hero-button-download {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
}

.living-room-hero .hero-button-download:hover {
    background: #fff;
}

.living-room-hero .hero-button-arrow {
    margin-left: 6px;
    opacity: 0.8;
}

/* Hero 下方 Shop by Category + 橙色分隔 */
.living-room-hero .hero-shop-section {
    position: relative;
    z-index: 2;
    padding: 30px 0 20px;
    background: #fff;
}

.living-room-hero .shop-heading {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin: 0 0 12px 0;
    text-align: center;
}

/* 橙色短线 + 三点分隔符 */
.page-living-room-furniture .section-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 24px 0;
}

.page-living-room-furniture .section-dots::before,
.page-living-room-furniture .section-dots::after {
    content: '';
    flex: 1;
    max-width: 80px;
    height: 2px;
    background: #FF8C00;
}

.page-living-room-furniture .section-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF8C00;
}

.living-room-categories-grid .section-subtitle-below {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 40px 0 30px 0;
    text-align: center;
}

.living-room-categories-grid .section-dots {
    margin-bottom: 30px;
}

/* ========== Section 2: Categories Grid ========== */
.living-room-categories-grid {
    padding: 30px 0 60px 0;
    background: #ffffff;
}

.living-room-categories-grid .categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.living-room-categories-grid .category-card {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    transition: background 0.3s ease;
}

.living-room-categories-grid .category-card:hover {
    background: #e8e8e8;
}

.living-room-categories-grid .card-image {
    width: 100%;
    margin-bottom: 15px;
    height: 200px;
    overflow: hidden;
}

.living-room-categories-grid .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.living-room-categories-grid .category-title {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin: 0;
}

.living-room-categories-grid .seating-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

/* ========== Section 3: Accent Tables Grid ========== */
.living-room-accent-tables-grid {
    padding: 60px 0;
    background: #ffffff;
}

.living-room-accent-tables-grid .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 12px 0;
    text-align: center;
}

.living-room-accent-tables-grid .section-dots {
    margin-bottom: 30px;
}

.living-room-accent-tables-grid .accent-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.living-room-accent-tables-grid .accent-card {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    transition: background 0.3s ease;
}

.living-room-accent-tables-grid .accent-card:hover {
    background: #eaeaea;
}

.living-room-accent-tables-grid .accent-card .card-image {
    width: 100%;
    margin-bottom: 15px;
    height: 200px;
    overflow: hidden;
}

.living-room-accent-tables-grid .accent-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.living-room-accent-tables-grid .accent-title {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin: 0;
}

/* ========== Section 4: Storage Categories ========== */
.living-room-storage-categories {
    padding: 60px 0;
    background: #ffffff;
}

.living-room-storage-categories .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 12px 0;
    text-align: center;
}

.living-room-storage-categories .section-dots {
    margin-bottom: 30px;
}

.living-room-storage-categories .storage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.living-room-storage-categories .storage-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    transition: background 0.3s ease;
}

.living-room-storage-categories .storage-card:hover {
    background: #f0f0f0;
}

.living-room-storage-categories .storage-card .card-image {
    width: 100%;
    margin-bottom: 15px;
    height: 200px;
    overflow: hidden;
}

.living-room-storage-categories .storage-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.living-room-storage-categories .storage-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

/* ========== Section 5: Custom Furniture - Text + Video ========== */
.living-room-custom-furniture {
    padding: 60px 0;
    background: #ffffff;
}

.living-room-custom-furniture .custom-furniture-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.living-room-custom-furniture .custom-furniture-content {
    flex: 1;
}

.living-room-custom-furniture .custom-furniture-title {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
}

.living-room-custom-furniture .section-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.living-room-custom-furniture .section-dots span {
    width: 8px;
    height: 8px;
    background: #FF8C00;
    border-radius: 50%;
}

.living-room-custom-furniture .custom-furniture-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 15px 0;
}

.living-room-custom-furniture .custom-furniture-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.living-room-custom-furniture .custom-furniture-video {
    flex: 0 0 45%;
}

.living-room-custom-furniture .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.living-room-custom-furniture .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ========== Section 6: Best Living Room Furniture Placements ========== */
.living-room-furniture-placements {
    padding: 60px 0;
    background: #ffffff;
}

.living-room-furniture-placements .placements-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.living-room-furniture-placements .placements-image {
    flex: 0 0 50%;
}

.living-room-furniture-placements .placements-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.living-room-furniture-placements .placements-content {
    flex: 1;
}

.living-room-furniture-placements .placements-title {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
}

.living-room-furniture-placements .section-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.living-room-furniture-placements .section-dots span {
    width: 8px;
    height: 8px;
    background: #FF8C00;
    border-radius: 50%;
}

.living-room-furniture-placements .placements-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.living-room-furniture-placements .cta-button {
    display: inline-block;
    padding: 12px 24px;
    height: 40px;
    line-height: 16px;
    background: #FF8C00;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.living-room-furniture-placements .cta-button:hover {
    background: #E67300;
}

/* ========== Section 7: Modern Living Room Sets ========== */
.living-room-modern-sets {
    padding: 60px 0;
    background: #ffffff;
}

.living-room-modern-sets .modern-sets-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.living-room-modern-sets .modern-sets-content {
    flex: 1;
}

.living-room-modern-sets .modern-sets-title {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
}

.living-room-modern-sets .section-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.living-room-modern-sets .section-dots span {
    width: 8px;
    height: 8px;
    background: #FF8C00;
    border-radius: 50%;
}

.living-room-modern-sets .modern-sets-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.living-room-modern-sets .modern-sets-image {
    flex: 0 0 50%;
}

.living-room-modern-sets .modern-sets-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* ========== Section 8: Top Living Room Furniture Options ========== */
.living-room-furniture-top-options {
    padding: 60px 0;
    background: #ffffff;
}

.living-room-furniture-top-options .top-options-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.living-room-furniture-top-options .top-options-image {
    flex: 0 0 50%;
}

.living-room-furniture-top-options .top-options-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.living-room-furniture-top-options .top-options-content {
    flex: 1;
}

.living-room-furniture-top-options .top-options-title {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
}

.living-room-furniture-top-options .section-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.living-room-furniture-top-options .section-dots span {
    width: 8px;
    height: 8px;
    background: #FF8C00;
    border-radius: 50%;
}

.living-room-furniture-top-options .top-options-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.living-room-furniture-top-options .cta-button {
    display: inline-block;
    padding: 12px 24px;
    height: 40px;
    line-height: 16px;
    background: #FF8C00;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.living-room-furniture-top-options .cta-button:hover {
    background: #E67300;
}

/* ========== Section 9: Additional Options ========== */
.living-room-additional-options {
    padding: 60px 0;
    background: #ffffff;
}

.living-room-additional-options .additional-options-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.living-room-additional-options .additional-options-content {
    flex: 1;
}

.living-room-additional-options .additional-options-title {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
}

.living-room-additional-options .section-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.living-room-additional-options .section-dots span {
    width: 8px;
    height: 8px;
    background: #FF8C00;
    border-radius: 50%;
}

.living-room-additional-options .additional-options-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.living-room-additional-options .additional-options-image {
    flex: 0 0 50%;
}

.living-room-additional-options .additional-options-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* ========== Section 10: Furthermore ========== */
.living-room-furthermore {
    padding: 60px 0;
    background: #ffffff;
}

.living-room-furthermore .furthermore-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.living-room-furthermore .furthermore-image {
    flex: 0 0 50%;
}

.living-room-furthermore .furthermore-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.living-room-furthermore .furthermore-content {
    flex: 1;
}

.living-room-furthermore .furthermore-title {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
}

.living-room-furthermore .section-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.living-room-furthermore .section-dots span {
    width: 8px;
    height: 8px;
    background: #FF8C00;
    border-radius: 50%;
}

.living-room-furthermore .furthermore-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.living-room-furthermore .cta-button {
    display: inline-block;
    padding: 12px 24px;
    height: 40px;
    line-height: 16px;
    background: #FF8C00;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.living-room-furthermore .cta-button:hover {
    background: #E67300;
}

/* ========== Section 11: Advice Image-Text ========== */
.living-room-furniture-advice {
    padding: 50px 0;
    background: #ffffff;
}

.living-room-furniture-advice .advice-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.living-room-furniture-advice .advice-left {
    flex: 1;
}

.living-room-furniture-advice .advice-left .advice-image {
    margin-top: 24px;
}

.living-room-furniture-advice .advice-left .advice-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.living-room-furniture-advice .advice-right {
    flex: 1;
}

.living-room-furniture-advice .advice-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
}

.living-room-furniture-advice .advice-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
}

.living-room-furniture-advice .advice-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.living-room-furniture-advice .cta-button {
    display: inline-block;
    padding: 10px 24px;
    height: 40px;
    line-height: 20px;
    background: #FF8C00;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.living-room-furniture-advice .cta-button:hover {
    background: #E67300;
}

/* ========== Section 6: Content Block ========== */
.living-room-furniture-content {
    padding: 80px 0;
    background: #ffffff;
}

.living-room-furniture-content .content-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.living-room-furniture-content .content-text {
    flex: 1;
}

.living-room-furniture-content .content-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 20px 0;
}

.living-room-furniture-content .content-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 25px 0 15px 0;
}

.living-room-furniture-content .content-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.living-room-furniture-content .content-images {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.living-room-furniture-content .content-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ========== Section 7: Sets Content ========== */
.living-room-sets-content {
    padding: 80px 0;
    background: #ffffff;
}

.living-room-sets-content .sets-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.living-room-sets-content .sets-block {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.living-room-sets-content .sets-block:nth-child(even) {
    flex-direction: row-reverse;
}

.living-room-sets-content .sets-image {
    flex: 0 0 50%;
}

.living-room-sets-content .sets-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.living-room-sets-content .sets-text {
    flex: 1;
}

.living-room-sets-content .sets-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
}

.living-room-sets-content .sets-p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

/* ========== Section 8: Furniture Options ========== */
.living-room-furniture-options {
    padding: 80px 0;
    background: #ffffff;
}

.living-room-furniture-options .section-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 40px 0;
    text-align: center;
}

.living-room-furniture-options .options-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.living-room-furniture-options .options-block {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.living-room-furniture-options .options-image {
    flex: 0 0 50%;
}

.living-room-furniture-options .options-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.living-room-furniture-options .options-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
}

.living-room-furniture-options .options-p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

/* ========== Section 9: FAQ ========== */
.living-room-furniture-faq {
    padding: 80px 0;
    background: #ffffff;
}

.living-room-furniture-faq .faq-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 12px 0;
    text-align: center;
}

.living-room-furniture-faq .section-dots {
    margin-bottom: 30px;
}

.living-room-furniture-faq .faq-list {
    margin-bottom: 30px;
}

.living-room-furniture-faq .faq-item {
    border-bottom: 1px solid #eee;
}

.living-room-furniture-faq .faq-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    cursor: pointer;
}

.living-room-furniture-faq .faq-icon {
    font-size: 20px;
    font-weight: 700;
    color: #FF8C00;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.living-room-furniture-faq .faq-header:hover .faq-icon {
    color: #E67300;
}

.living-room-furniture-faq .faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.living-room-furniture-faq .faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

.living-room-furniture-faq .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.living-room-furniture-faq .faq-item.active .faq-content {
    max-height: 500px;
}

.living-room-furniture-faq .faq-content p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 15px 0;
    padding-left: 35px;
}

.living-room-furniture-faq .cta-button {
    display: inline-block;
    padding: 10px 24px;
    height: 40px;
    line-height: 20px;
    background: #FF8C00;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.living-room-furniture-faq .cta-button:hover {
    background: #E67300;
}

/* ========== Section 10: FAQ Simple ========== */
.living-room-faq {
    padding: 40px 0;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
}

.living-room-faq .faq-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 20px 0;
}

.living-room-faq .faq-simple-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.living-room-faq .faq-simple-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    cursor: pointer;
}

.living-room-faq .faq-simple-item .faq-icon {
    color: #FF8C00;
    font-size: 18px;
    font-weight: 700;
}

.living-room-faq .faq-simple-item .faq-q {
    font-size: 16px;
    color: #666666;
}

.living-room-faq .faq-simple-item:hover .faq-q {
    color: #333;
}

/* ========== Section 11: Contact Form ========== */
.get-a-free-quote-form {
    padding: 60px 0;
    background: #ffffff;
}

.get-a-free-quote-form .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.get-a-free-quote-form .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 20px 0;
}

.get-a-free-quote-form .section-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.get-a-free-quote-form .section-dots span {
    width: 8px;
    height: 8px;
    background: #FF8C00;
    border-radius: 50%;
}

.get-a-free-quote-form .section-desc {
    font-size: 16px;
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

.get-a-free-quote-form .quote-form-wrapper {
    display: flex;
    gap: 50px;
    align-items: center;
}

.get-a-free-quote-form .quote-form-image {
    flex: 0 0 50%;
    text-align: center;
}

.get-a-free-quote-form .quote-form-image img {
    width: auto;
    max-width: 300px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
}

.get-a-free-quote-form .form-image-title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 20px 0 10px 0;
}

.get-a-free-quote-form .form-image-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

.get-a-free-quote-form .quote-form-content {
    flex: 0 0 50%;
    padding: 0 20px;
    box-sizing: border-box;
}

.get-a-free-quote-form .quote-form {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 450px;
}

.get-a-free-quote-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.get-a-free-quote-form .form-group {
    margin-bottom: 20px;
}

.get-a-free-quote-form .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

.get-a-free-quote-form .form-group input[type="text"],
.get-a-free-quote-form .form-group input[type="email"],
.get-a-free-quote-form .form-group input[type="tel"],
.get-a-free-quote-form .form-group select,
.get-a-free-quote-form .form-group textarea {
    width: 100%;
    padding: 10px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #ffffff;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.get-a-free-quote-form .form-group input:focus,
.get-a-free-quote-form .form-group select:focus,
.get-a-free-quote-form .form-group textarea:focus {
    outline: none;
    border-color: #999;
}

.get-a-free-quote-form .form-group textarea {
    height: 120px;
    resize: vertical;
}

.get-a-free-quote-form .checkbox-group .checkboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.get-a-free-quote-form .checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.get-a-free-quote-form .checkbox-label input {
    margin-right: 8px;
}

.get-a-free-quote-form .submit-button {
    width: 100%;
    padding: 12px 24px;
    height: 40px;
    background: #FF8C00;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.get-a-free-quote-form .submit-button:hover {
    background: #E67300;
}

/* ========== 响应式 ========== */
@media (max-width: 1024px) {
    .living-room-hero .hero-container {
        flex-wrap: wrap;
    }
    .living-room-hero .hero-title {
        font-size: 40px;
    }
    .living-room-categories-grid .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .living-room-accent-tables-grid .accent-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .living-room-storage-categories .storage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .living-room-custom-furniture .custom-furniture-wrapper {
        flex-direction: column;
    }
    .living-room-custom-furniture .custom-furniture-video {
        flex: 1;
        width: 100%;
    }
    .living-room-furniture-placements .placements-wrapper {
        flex-direction: column;
    }
    .living-room-furniture-placements .placements-image {
        flex: 1;
        width: 100%;
    }
    .living-room-modern-sets .modern-sets-wrapper {
        flex-direction: column-reverse;
    }
    .living-room-modern-sets .modern-sets-image {
        flex: 1;
        width: 100%;
    }
    .living-room-furniture-top-options .top-options-wrapper {
        flex-direction: column;
    }
    .living-room-furniture-top-options .top-options-image {
        flex: 1;
        width: 100%;
    }
    .living-room-additional-options .additional-options-wrapper {
        flex-direction: column;
    }
    .living-room-additional-options .additional-options-image {
        flex: 1;
        width: 100%;
    }
    .living-room-furthermore .furthermore-wrapper {
        flex-direction: column;
    }
    .living-room-furthermore .furthermore-image {
        flex: 1;
        width: 100%;
    }
    .living-room-furniture-advice .advice-wrapper {
        flex-direction: column;
    }
    .living-room-furniture-advice .advice-image {
        flex: 1;
        width: 100%;
    }
    .living-room-furniture-content .content-wrapper {
        flex-direction: column;
    }
    .living-room-furniture-content .content-images {
        flex: 1;
        width: 100%;
    }
    .living-room-sets-content .sets-block,
    .living-room-sets-content .sets-block:nth-child(even) {
        flex-direction: column;
    }
    .living-room-sets-content .sets-image {
        flex: 1;
        width: 100%;
    }
    .living-room-furniture-options .options-wrapper {
        grid-template-columns: 1fr;
    }
    .living-room-furniture-options .options-block {
        flex-direction: column;
    }
    .living-room-furniture-options .options-image {
        flex: 1;
        width: 100%;
    }
    .get-a-free-quote-form .quote-form-wrapper {
        flex-direction: column;
    }
    .get-a-free-quote-form .quote-form-image {
        flex: 1;
        width: 100%;
    }
    .get-a-free-quote-form .quote-form-content {
        flex: 1;
        width: 100%;
    }
    .get-a-free-quote-form .form-row {
        grid-template-columns: 1fr;
    }
    .get-a-free-quote-form .checkbox-group .checkboxes {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .living-room-hero {
        padding: 60px 0 0;
    }
    .living-room-hero .hero-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .living-room-hero .hero-button-wrap {
        width: 100%;
    }
    .living-room-hero .hero-title {
        font-size: 32px;
    }
    .living-room-hero .hero-button {
        width: 100%;
        max-width: 280px;
    }
    .living-room-furniture-advice .advice-wrapper {
        flex-direction: column;
    }
    .living-room-categories-grid,
    .living-room-accent-tables-grid {
        padding: 40px 0;
    }
    .living-room-categories-grid .categories-grid,
    .living-room-accent-tables-grid .accent-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .living-room-storage-categories {
        padding: 40px 0;
    }
    .living-room-storage-categories .storage-grid {
        grid-template-columns: 1fr;
    }
    .living-room-furniture-advice,
    .living-room-furniture-content,
    .living-room-sets-content,
    .living-room-furniture-options {
        padding: 60px 0;
    }
    .living-room-furniture-faq {
        padding: 60px 0;
    }
    .living-room-faq {
        padding: 30px 0;
    }
    .get-a-free-quote-form {
        padding: 30px 0;
    }
}

@media (max-width: 480px) {
    .living-room-hero .hero-title {
        font-size: 28px;
    }
    .living-room-categories-grid .category-title,
    .living-room-accent-tables-grid .accent-title,
    .living-room-storage-categories .storage-title {
        font-size: 20px;
    }
    .living-room-furniture-advice .advice-title,
    .living-room-furniture-content .content-title,
    .living-room-sets-content .sets-title {
        font-size: 20px;
    }
    .living-room-furniture-advice .cta-button,
    .living-room-furniture-content .cta-button,
    .living-room-sets-content .cta-button,
    .living-room-furniture-options .cta-button,
    .living-room-furniture-faq .cta-button {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}
