/* ========== Blue Kitchen Cabinets Template ========== */

.page-blue-kitchen-cabinets {
    --container-max: 1280px;
    --gutter: 16px;
    --text: #3f4550;
    --muted: #4a505c;
    --title: #1f2b44;
    --accent: #f77f00;
    --card-bg: #f2f2f2;
    --btn-bg: #2e3d57;
    --btn-bg-hover: #243247;
    --shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.15);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text);
    line-height: 1.6;
    background: #fff;
}

.page-blue-kitchen-cabinets .elementor-container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--gutter);
}

/* Shared section heading */
.blue-kitchen-grid-section .section-title,
.blue-kitchen-materials-section .section-title,
.blue-kitchen-finishes-section .section-title,
.blue-kitchen-layouts-section .section-title,
.blue-kitchen-accessories-section .section-title,
.blue-kitchen-shade-guide-section .section-title,
.blue-kitchen-pairings-section .section-title,
.blue-kitchen-finish-construction-section .section-title,
.blue-kitchen-faq-section .section-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--title);
    text-align: center;
    margin: 0 0 42px;
    position: relative;
    padding-bottom: 28px;
    line-height: 1.22;
}

.blue-kitchen-grid-section .section-title::before,
.blue-kitchen-materials-section .section-title::before,
.blue-kitchen-finishes-section .section-title::before,
.blue-kitchen-layouts-section .section-title::before,
.blue-kitchen-accessories-section .section-title::before,
.blue-kitchen-shade-guide-section .section-title::before,
.blue-kitchen-pairings-section .section-title::before,
.blue-kitchen-finish-construction-section .section-title::before,
.blue-kitchen-faq-section .section-title::before {
    content: '•••';
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-72px);
    color: var(--accent);
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1;
}

.blue-kitchen-grid-section .section-title::after,
.blue-kitchen-materials-section .section-title::after,
.blue-kitchen-finishes-section .section-title::after,
.blue-kitchen-layouts-section .section-title::after,
.blue-kitchen-accessories-section .section-title::after,
.blue-kitchen-shade-guide-section .section-title::after,
.blue-kitchen-pairings-section .section-title::after,
.blue-kitchen-finish-construction-section .section-title::after,
.blue-kitchen-faq-section .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-8px);
    width: 122px;
    height: 5px;
    border-radius: 99px;
    background: var(--accent);
}

/* Hero */
.blue-kitchen-hero-section {
    position: relative;
}

.blue-kitchen-hero-section .hero-banner {
    min-height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.blue-kitchen-hero-section .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 28, 44, 0.36);
}

.blue-kitchen-hero-section .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0;
    width: 100%;
}

.blue-kitchen-hero-section .hero-title {
    margin: 0;
    font-size: 62px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    text-align: left;
    max-width: 60%;
}

.blue-kitchen-hero-section .hero-btn {
    display: inline-block;
    margin: 0;
    padding: 14px 34px;
    border-radius: 0;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.blue-kitchen-hero-section .hero-btn:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

/* Section 2 Products */
.blue-kitchen-grid-section {
    padding: 86px 0;
    background: #fff;
}

.blue-kitchen-grid-section .section-description {
    max-width: 1120px;
    margin: 0 auto 40px;
    font-size: 22px;
    line-height: 1.55;
    text-align: center;
    color: #4a5567;
}

.blue-kitchen-grid-section .products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.blue-kitchen-grid-section .product-card {
    background: #fff;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blue-kitchen-grid-section .product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.blue-kitchen-grid-section .card-image {
    width: 100%;
    height: 380px;
}

.blue-kitchen-grid-section .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blue-kitchen-grid-section .card-title {
    margin: 0;
    padding: 16px 12px 18px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    background: #f2f2f2;
}

.blue-kitchen-grid-section .section-cta {
    text-align: center;
    margin-top: 36px;
}

.blue-kitchen-grid-section .btn-more {
    display: inline-block;
    padding: 10px 34px;
    margin: 20px auto 0;
    border-radius: 999px;
    background: var(--btn-bg);
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.blue-kitchen-grid-section .btn-more:hover {
    background: var(--btn-bg-hover);
}

/* Sections 3-6: four column visual cards */
.blue-kitchen-materials-section,
.blue-kitchen-finishes-section,
.blue-kitchen-layouts-section,
.blue-kitchen-accessories-section {
    padding: 84px 0;
    background: #f7f7f7;
}

.blue-kitchen-finishes-section,
.blue-kitchen-accessories-section {
    background: #fff;
}

.blue-kitchen-materials-section .materials-grid,
.blue-kitchen-finishes-section .finishes-grid,
.blue-kitchen-layouts-section .layouts-grid,
.blue-kitchen-accessories-section .accessories-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.blue-kitchen-materials-section .material-card,
.blue-kitchen-finishes-section .finish-card,
.blue-kitchen-layouts-section .layout-card,
.blue-kitchen-accessories-section .accessory-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blue-kitchen-materials-section .material-card:hover,
.blue-kitchen-finishes-section .finish-card:hover,
.blue-kitchen-layouts-section .layout-card:hover,
.blue-kitchen-accessories-section .accessory-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.blue-kitchen-materials-section .card-bg,
.blue-kitchen-finishes-section .card-bg,
.blue-kitchen-layouts-section .card-bg,
.blue-kitchen-accessories-section .card-bg {
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.blue-kitchen-materials-section .card-overlay,
.blue-kitchen-finishes-section .card-overlay,
.blue-kitchen-layouts-section .card-overlay,
.blue-kitchen-accessories-section .card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
}

.blue-kitchen-materials-section .card-content,
.blue-kitchen-finishes-section .card-content,
.blue-kitchen-layouts-section .card-content,
.blue-kitchen-accessories-section .card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 12px 24px;
    text-align: center;
    background: var(--card-bg);
}

.blue-kitchen-materials-section .material-title,
.blue-kitchen-finishes-section .finish-title,
.blue-kitchen-layouts-section .layout-title,
.blue-kitchen-accessories-section .accessory-title {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--text);
}

.blue-kitchen-materials-section .material-desc,
.blue-kitchen-finishes-section .finish-desc,
.blue-kitchen-layouts-section .layout-desc,
.blue-kitchen-accessories-section .accessory-desc {
    margin: 0;
    font-size: 16px;
    color: var(--muted);
    line-height: 1.55;
}

.blue-kitchen-materials-section .btn-custom,
.blue-kitchen-finishes-section .btn-help,
.blue-kitchen-layouts-section .btn-design,
.blue-kitchen-accessories-section .btn-design {
    margin-top: auto;
    align-self: center;
    display: inline-block;
    padding: 10px 34px;
    border-radius: 999px;
    background: var(--btn-bg);
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.blue-kitchen-materials-section .btn-custom:hover,
.blue-kitchen-finishes-section .btn-help:hover,
.blue-kitchen-layouts-section .btn-design:hover,
.blue-kitchen-accessories-section .btn-design:hover {
    background: var(--btn-bg-hover);
}

/* Section 7 shade guide */
.blue-kitchen-shade-guide-section {
    padding: 80px 0;
    background: #fff;
}

.blue-kitchen-shade-guide-section .section-subtitle {
    margin: -10px auto 28px;
    text-align: center;
    color: #4a5567;
    font-size: 20px;
}

/* Section 7: Shade Guide */
.blue-kitchen-shade-guide-section {
    padding: 80px 0;
    background: #ffffff;
}

.blue-kitchen-shade-guide-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--title);
    text-align: center;
    margin: 0 0 12px 0;
    position: relative;
    padding-bottom: 28px;
}

.blue-kitchen-shade-guide-section .section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #4a5567;
    margin: 0 0 50px 0;
}

.blue-kitchen-shade-guide-section .shade-list {
    max-width: 900px;
    margin: 0 auto 60px;
    padding-left: 20px;
}

.blue-kitchen-shade-guide-section .shade-item {
    font-size: 16px;
    color: #4a5567;
    margin-bottom: 12px;
    line-height: 1.6;
}

.blue-kitchen-shade-guide-section .shade-item strong {
    color: #2e3d57;
}

.blue-kitchen-shade-guide-section .shade-table-wrapper {
    overflow-x: auto;
    margin: 0 20px;
}

.blue-kitchen-shade-guide-section .shade-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: none;
}

.blue-kitchen-shade-guide-section th,
.blue-kitchen-shade-guide-section td {
    padding: 20px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #e3e8ef;
}

.blue-kitchen-shade-guide-section th {
    background: #32465c;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #32465c;
}

.blue-kitchen-shade-guide-section tbody tr {
    background: #ffffff;
}

.blue-kitchen-shade-guide-section tbody tr:nth-child(even) {
    background: #ffffff;
}

.blue-kitchen-shade-guide-section td {
    color: #4a5567;
}

.blue-kitchen-shade-guide-section td:first-child {
    font-weight: 700;
    color: var(--title);
    text-align: left;
}

/* Section 8 pros cons */
.blue-kitchen-pros-cons-section {
    padding: 78px 0;
    background: #f7f7f7;
}

.blue-kitchen-pros-cons-section .section-title {
    font-size: 38px;
    font-weight: 700;
    color: var(--title);
    text-align: center;
    margin: 0 0 50px;
    position: relative;
    padding-bottom: 28px;
}

.blue-kitchen-pros-cons-section .section-title::before {
    content: '•••';
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-72px);
    color: var(--accent);
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1;
}

.blue-kitchen-pros-cons-section .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-8px);
    width: 122px;
    height: 5px;
    border-radius: 99px;
    background: var(--accent);
}

.blue-kitchen-pros-cons-section .pros-cons-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.blue-kitchen-pros-cons-section .pros-cons-image {
    flex: 0 0 55%;
}

.blue-kitchen-pros-cons-section .pros-cons-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.blue-kitchen-pros-cons-section .pros-cons-content {
    flex: 1;
}

.blue-kitchen-pros-cons-section .pros-cons-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: var(--title);
    margin: 0 0 16px;
}

.blue-kitchen-pros-cons-section .advantages-list,
.blue-kitchen-pros-cons-section .considerations-list {
    margin: 0 0 30px;
    padding-left: 18px;
    list-style: disc;
}

.blue-kitchen-pros-cons-section .advantages-list li,
.blue-kitchen-pros-cons-section .considerations-list li {
    font-size: 15px;
    color: #4a5567;
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Section 9 style paths */
.blue-kitchen-style-paths-section {
    padding: 80px 0;
    background: #fff;
}

.blue-kitchen-style-paths-section .section-title,
.blue-kitchen-style-paths-section .section-subtitle,
.blue-kitchen-style-paths-section .style-description {
    text-align: center;
}

.blue-kitchen-style-paths-section .section-title {
    margin: 0 0 10px;
    font-size: 40px;
    color: var(--title);
}

.blue-kitchen-style-paths-section .section-subtitle {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 700;
    color: #1f2b44 !important;
}

.blue-kitchen-style-paths-section .style-description {
    max-width: 920px;
    margin: 0 auto 14px;
    color: #4a5567;
}

.blue-kitchen-style-paths-section .style-list {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.blue-kitchen-style-paths-section .style-list li {
    background: #f7f7f9;
    border-left: 4px solid #2f6fa8;
    padding: 16px 18px;
    color: #4a5567;
}

.blue-kitchen-style-paths-section .style-list strong {
    color: #1f2b44;
}

/* Slide-in animation */
@keyframes blueCardSlideIn {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Section 9 style cards + Section 10 pairings (shared) */
.blue-kitchen-pairings-section,
.blue-kitchen-style-paths-section {
    padding: 84px 0;
    background: #f7f7f7;
}

.blue-kitchen-pairings-section .pairings-grid,
.blue-kitchen-style-paths-section .pairings-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.blue-kitchen-pairings-section .pairing-card,
.blue-kitchen-style-paths-section .pairing-card {
    background: #fff;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
    animation: blueCardSlideIn 0.6s ease both;
}

.blue-kitchen-pairings-section .pairing-card:nth-child(1),
.blue-kitchen-style-paths-section .pairing-card:nth-child(1) {
    animation-delay: 0s;
}

.blue-kitchen-pairings-section .pairing-card:nth-child(2),
.blue-kitchen-style-paths-section .pairing-card:nth-child(2) {
    animation-delay: 0.15s;
}

.blue-kitchen-pairings-section .pairing-card:nth-child(3),
.blue-kitchen-style-paths-section .pairing-card:nth-child(3) {
    animation-delay: 0.30s;
}

.blue-kitchen-pairings-section .pairing-card:hover,
.blue-kitchen-style-paths-section .pairing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(30, 60, 100, 0.3);
    background: linear-gradient(160deg, #1b3f6c 0%, #2e6da4 60%, #1a2e4a 100%);
}

.blue-kitchen-pairings-section .pairing-card .card-image,
.blue-kitchen-style-paths-section .pairing-card .card-image {
    height: 220px;
}

.blue-kitchen-pairings-section .pairing-card .card-image img,
.blue-kitchen-style-paths-section .pairing-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.4s ease;
}

.blue-kitchen-pairings-section .pairing-card:hover .card-image img,
.blue-kitchen-style-paths-section .pairing-card:hover .card-image img {
    opacity: 0.3;
}

.blue-kitchen-pairings-section .pairing-card .card-content,
.blue-kitchen-style-paths-section .pairing-card .card-content {
    padding: 24px 20px 28px;
    text-align: left;
    background: transparent;
    display: flex;
    flex-direction: column;
    flex: 1;
    transition: background 0.4s ease;
}

.blue-kitchen-pairings-section .pairing-card .card-title,
.blue-kitchen-style-paths-section .pairing-card .card-title {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    color: var(--title);
    transition: color 0.4s ease;
}

.blue-kitchen-pairings-section .pairing-card:hover .card-title,
.blue-kitchen-style-paths-section .pairing-card:hover .card-title {
    color: #ffffff;
}

.blue-kitchen-pairings-section .pairing-card .card-desc,
.blue-kitchen-style-paths-section .pairing-card .card-desc {
    margin: 0;
    font-size: 15px;
    color: var(--muted);
    line-height: 1.6;
    flex: 1;
    transition: color 0.4s ease;
}

.blue-kitchen-pairings-section .pairing-card:hover .card-desc,
.blue-kitchen-style-paths-section .pairing-card:hover .card-desc {
    color: rgba(255, 255, 255, 0.85);
}

.blue-kitchen-pairings-section .btn-custom,
.blue-kitchen-style-paths-section .btn-custom {
    margin-top: 20px;
    align-self: flex-start;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    background: var(--btn-bg);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid transparent;
    transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

.blue-kitchen-pairings-section .pairing-card:hover .btn-custom,
.blue-kitchen-style-paths-section .pairing-card:hover .btn-custom {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

/* Section 10 Perfect Pairings (3-column grid) */
.blue-kitchen-pairings-section .pairings-vertical-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 48px;
}

.blue-kitchen-pairings-section .pairing-row {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
    border-radius: 4px;
}

.blue-kitchen-pairings-section .pairing-row-image {
    width: 100%;
}

.blue-kitchen-pairings-section .pairing-row-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.blue-kitchen-pairings-section .pairing-row-content {
    padding: 24px 20px 28px;
    flex: 1;
}

.blue-kitchen-pairings-section .pairing-row-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--title);
    margin: 0 0 16px;
}

.blue-kitchen-pairings-section .pairing-row-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blue-kitchen-pairings-section .pairing-row-content ul li {
    padding: 8px 0;
    border-bottom: 1px solid #e5e9f0;
    color: #4a5567;
    font-size: 15px;
    line-height: 1.6;
}

.blue-kitchen-pairings-section .pairing-row-content ul li:first-child {
    border-top: 1px solid #e5e9f0;
}

/* Section 11 Finish, Construction, and Cleaning */
.blue-kitchen-finish-construction-section {
    padding: 84px 0;
    background: #fff;
}

.blue-kitchen-finish-construction-section .section-title {
    margin: 0 0 50px;
}

.blue-kitchen-finish-construction-section .finish-two-col {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.blue-kitchen-finish-construction-section .finish-text-col {
    flex: 1;
}

.blue-kitchen-finish-construction-section .finish-subtitle {
    font-size: 22px;
    font-weight: 700;
    color: var(--title);
    margin: 0 0 12px;
}

.blue-kitchen-finish-construction-section p {
    color: #4a5567;
    margin: 0 0 24px;
    line-height: 1.7;
}

.blue-kitchen-finish-construction-section .finish-image-col {
    flex: 0 0 48%;
}

.blue-kitchen-finish-construction-section .finish-image-col img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

/* Section 12 Construction Clues */
.blue-kitchen-construction-clues-section {
    padding: 80px 0;
    background: #f7f7f7;
}

.blue-kitchen-construction-clues-section .clues-two-col {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.blue-kitchen-construction-clues-section .clues-image-col {
    flex: 0 0 48%;
}

.blue-kitchen-construction-clues-section .clues-image-col img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.blue-kitchen-construction-clues-section .clues-text-col {
    flex: 1;
}

.blue-kitchen-construction-clues-section .clues-heading {
    font-size: 24px;
    font-weight: 700;
    color: var(--title);
    margin: 0 0 16px;
}

.blue-kitchen-construction-clues-section .clues-heading+.clues-heading {
    margin-top: 28px;
}

.blue-kitchen-construction-clues-section .clues-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 28px;
}

.blue-kitchen-construction-clues-section .clues-list li {
    color: #4a5567;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 15px;
}

.blue-kitchen-construction-clues-section p {
    color: #4a5567;
    margin: 0 0 24px;
    line-height: 1.7;
}

.blue-kitchen-construction-clues-section .clues-cta {
    margin-top: 24px;
}

/* Section 13 Budget & Planning */
.blue-kitchen-budget-section {
    padding: 80px 0;
    background: #fff;
}

.blue-kitchen-budget-section .budget-two-col {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.blue-kitchen-budget-section .budget-text-col {
    flex: 1;
}

.blue-kitchen-budget-section .budget-main-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--title);
    margin: 0 0 16px;
}

.blue-kitchen-budget-section p {
    color: #4a5567;
    margin: 0 0 14px;
    line-height: 1.7;
}

.blue-kitchen-budget-section .budget-planning-list {
    margin: 0 0 24px;
    padding-left: 22px;
}

.blue-kitchen-budget-section .budget-planning-list li {
    color: #4a5567;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 15px;
}

.blue-kitchen-budget-section .budget-cta {
    margin-top: 24px;
}

.blue-kitchen-budget-section .budget-image-col {
    flex: 0 0 48%;
}

.blue-kitchen-budget-section .budget-image-col img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

/* Shared quote button (Construction Clues + Budget) */
.blue-kitchen-construction-clues-section .btn-quote,
.blue-kitchen-budget-section .btn-quote {
    display: inline-block;
    padding: 12px 36px;
    border-radius: 4px;
    background: var(--btn-bg);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.blue-kitchen-construction-clues-section .btn-quote:hover,
.blue-kitchen-budget-section .btn-quote:hover {
    background: var(--btn-bg-hover);
}


/* old budget-planning-list overridden by new rules above */

/* Section 15 FAQ */
.blue-kitchen-faq-section {
    padding: 80px 0;
    background: #fff;
}

.blue-kitchen-faq-section .faq-list {
    max-width: 980px;
    margin: 0 auto;
}

.blue-kitchen-faq-section .faq-item {
    border-bottom: 1px solid #e6eaf0;
    padding: 14px 0;
}

.blue-kitchen-faq-section .faq-details {
    margin: 0;
}

.blue-kitchen-faq-section .faq-details[open] .faq-icon::before {
    content: '−';
}

.blue-kitchen-faq-section .faq-item-header {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    list-style: none;
}

.blue-kitchen-faq-section .faq-item-header::-webkit-details-marker {
    display: none;
}

.blue-kitchen-faq-section .faq-icon {
    width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5d6678;
}

.blue-kitchen-faq-section .faq-icon::before {
    content: '+';
    font-size: 22px;
    line-height: 1;
}

.blue-kitchen-faq-section .faq-item-title {
    margin: 0;
    color: #2b3342;
    font-weight: 500;
    font-size: 18px;
}

.blue-kitchen-faq-section .faq-item-content {
    margin: 10px 0 4px 34px;
}

.blue-kitchen-faq-section .faq-item-answer {
    margin: 0;
    color: #4a5567;
    line-height: 1.65;
}

/* Section 16 Contact */
.blue-kitchen-contact-section {
    padding: 84px 0;
    background: #f3f3f3;
}

.blue-kitchen-contact-section .contact-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.blue-kitchen-contact-section .contact-head {
    text-align: left;
    margin-bottom: 30px;
}

.blue-kitchen-contact-section .contact-body {
    display: flex;
    gap: 30px;
}

.blue-kitchen-contact-section .contact-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.blue-kitchen-contact-section .contact-image {
    margin-bottom: 16px;
}

.blue-kitchen-contact-section .contact-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blue-kitchen-contact-section .contact-form-content {
    flex: 1;
    background: #fff;
    padding: 30px;
    min-width: 0;
}

.blue-kitchen-contact-section .form-title {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.2;
    color: var(--title);
}

.blue-kitchen-contact-section .form-subtitle {
    margin: 0;
    font-size: 16px;
    color: #596274;
    font-weight: 400;
}

.blue-kitchen-contact-section .side-title {
    margin: 0 0 8px;
    color: #1f2b44;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}

.blue-kitchen-contact-section .side-subtitle {
    margin: 0;
    color: #596274;
    font-size: 16px;
}

.blue-kitchen-contact-section .blue-contact-form .form-group {
    margin-bottom: 14px;
}

.blue-kitchen-contact-section .inline-label {
    display: block;
    font-size: 13px;
    color: #2d3442;
    margin-bottom: 6px;
    font-weight: 600;
}

.blue-kitchen-contact-section .form-input,
.blue-kitchen-contact-section .form-select,
.blue-kitchen-contact-section .form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d7deea;
    border-radius: 4px;
    font-size: 14px;
    color: #293041;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.blue-kitchen-contact-section .form-input:focus,
.blue-kitchen-contact-section .form-textarea:focus {
    outline: none;
    border-color: #2f6fa8;
}

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

.blue-kitchen-contact-section .checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
}

.blue-kitchen-contact-section .checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #3d4555;
}

.blue-kitchen-contact-section .file-upload-label {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #d0d8e6;
    background: #f8fafc;
    font-size: 13px;
    color: #2e3544;
    cursor: pointer;
}

.blue-kitchen-contact-section .form-file {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.blue-kitchen-contact-section .form-file-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #d7deea;
    background: #fff;
}

.blue-kitchen-contact-section .btn-send {
    width: 100%;
    border: 0;
    background: #ff6b35;
    color: #fff;
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.blue-kitchen-contact-section .btn-send:hover {
    background: #e55a2b;
}

/* Responsive */
@media (max-width: 1200px) {
    .blue-kitchen-hero-section .hero-title {
        font-size: 52px;
    }

    .blue-kitchen-grid-section .section-title,
    .blue-kitchen-materials-section .section-title,
    .blue-kitchen-finishes-section .section-title,
    .blue-kitchen-layouts-section .section-title,
    .blue-kitchen-accessories-section .section-title,
    .blue-kitchen-shade-guide-section .section-title,
    .blue-kitchen-pairings-section .section-title,
    .blue-kitchen-finish-construction-section .section-title,
    .blue-kitchen-faq-section .section-title {
        font-size: 34px;
    }
}

@media (max-width: 992px) {

    .blue-kitchen-grid-section .products-grid,
    .blue-kitchen-materials-section .materials-grid,
    .blue-kitchen-finishes-section .finishes-grid,
    .blue-kitchen-layouts-section .layouts-grid,
    .blue-kitchen-accessories-section .accessories-grid,
    .blue-kitchen-pairings-section .pairings-grid,
    .blue-kitchen-finish-construction-section .finish-items-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blue-kitchen-shade-guide-section .shade-list,
    .blue-kitchen-pros-cons-section .advantages-list,
    .blue-kitchen-construction-clues-section .clues-list,
    .blue-kitchen-budget-section .budget-planning-list,
    .blue-kitchen-style-paths-section .style-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blue-kitchen-contact-section .contact-body {
        flex-direction: column;
    }

    .blue-kitchen-contact-section .contact-side {
        flex: auto;
        width: 100%;
        max-width: 100%;
    }

    .blue-kitchen-contact-section .contact-head {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .blue-kitchen-hero-section .hero-banner {
        min-height: 420px;
    }

    .blue-kitchen-hero-section .hero-title {
        font-size: 38px;
    }

    .blue-kitchen-grid-section .section-description {
        font-size: 18px;
    }

    .blue-kitchen-grid-section .products-grid,
    .blue-kitchen-materials-section .materials-grid,
    .blue-kitchen-finishes-section .finishes-grid,
    .blue-kitchen-layouts-section .layouts-grid,
    .blue-kitchen-accessories-section .accessories-grid,
    .blue-kitchen-pairings-section .pairings-grid,
    .blue-kitchen-finish-construction-section .finish-items-grid,
    .blue-kitchen-shade-guide-section .shade-list,
    .blue-kitchen-pros-cons-section .advantages-list,
    .blue-kitchen-construction-clues-section .clues-list,
    .blue-kitchen-budget-section .budget-planning-list,
    .blue-kitchen-style-paths-section .style-list,
    .blue-kitchen-contact-section .form-row,
    .blue-kitchen-contact-section .checkbox-group {
        grid-template-columns: 1fr;
    }

    .blue-kitchen-grid-section,
    .blue-kitchen-materials-section,
    .blue-kitchen-finishes-section,
    .blue-kitchen-layouts-section,
    .blue-kitchen-accessories-section,
    .blue-kitchen-shade-guide-section,
    .blue-kitchen-pros-cons-section,
    .blue-kitchen-style-paths-section,
    .blue-kitchen-pairings-section,
    .blue-kitchen-finish-construction-section,
    .blue-kitchen-paint-laminate-section,
    .blue-kitchen-construction-clues-section,
    .blue-kitchen-budget-section,
    .blue-kitchen-faq-section,
    .blue-kitchen-contact-section {
        padding: 56px 0;
    }

    .blue-kitchen-grid-section .section-title,
    .blue-kitchen-materials-section .section-title,
    .blue-kitchen-finishes-section .section-title,
    .blue-kitchen-layouts-section .section-title,
    .blue-kitchen-accessories-section .section-title,
    .blue-kitchen-shade-guide-section .section-title,
    .blue-kitchen-pairings-section .section-title,
    .blue-kitchen-finish-construction-section .section-title,
    .blue-kitchen-faq-section .section-title {
        font-size: 30px;
    }

    .blue-kitchen-contact-section .form-title {
        font-size: 32px;
    }

    .blue-kitchen-contact-section .form-subtitle {
        font-size: 15px;
    }

    .blue-kitchen-contact-section .side-title {
        font-size: 20px;
    }
}