:root {
    --sand-50: #f7f3ed;
    --sand-100: #efe6d8;
    --sand-200: #dfcfb8;
    --sand-300: #ccb08f;
    --wood-500: #a97844;
    --wood-600: #8d6136;
    --wood-700: #6f4b28;
    --ink-900: #1e2a33;
    --ink-700: #3b4b57;
    --ink-500: #61717f;
    --line: #e7ded1;
    --paper: #ffffff;
    --success: #179b50;
    --success-dark: #137d40;
    --shadow-sm: 0 8px 20px rgba(17, 24, 39, 0.08);
    --shadow-md: 0 18px 45px rgba(17, 24, 39, 0.13);
}

body {
    background:
        radial-gradient(circle at 10% 5%, rgba(185, 134, 84, 0.1), transparent 35%),
        radial-gradient(circle at 90% 5%, rgba(30, 42, 51, 0.06), transparent 28%),
        var(--sand-50);
    color: var(--ink-700);
    font-family: "Cairo", "Tajawal", "Segoe UI", Tahoma, sans-serif;
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: 76px;
    }

    body.product-page-has-sticky-cta {
        padding-bottom: 132px;
    }
}

a {
    text-decoration: none;
}

.site-navbar {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

.navbar-layout {
    min-height: 80px;
}

.site-navbar .navbar-brand {
    color: var(--ink-900);
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.navbar-brand-enhanced {
    flex-shrink: 0;
    margin-inline-end: 1.1rem;
}

.brand-name {
    font-size: 1.02rem;
    line-height: 1.4;
}

.brand-logo {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    object-fit: cover;
    background: #fff;
    border: 1px solid var(--line);
    padding: 3px;
}

.brand-placeholder {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    border: 1px dashed #cebca4;
    display: grid;
    place-items: center;
    color: #8d6b46;
    background: #f8f5f0;
}

.navbar-main-collapse {
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.navbar-main-nav {
    margin-inline: auto;
    gap: 0.22rem;
}

.site-navbar .nav-link {
    color: var(--ink-700);
    font-weight: 700;
    padding: 0.6rem 0.9rem;
    border-radius: 0.65rem;
    font-size: 0.97rem;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
    color: var(--wood-600);
    background: #f8f1e7;
}

.navbar-action-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-inline-start: auto;
}

.navbar-search-form {
    min-width: 280px;
    max-width: 500px;
    width: 100%;
}

.navbar-search-wrap {
    position: relative;
    width: 100%;
    min-width: 300px;
    max-width: 540px;
}

.navbar-live-search-box {
    position: relative;
    flex: 1;
}

.navbar-live-search-icon {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    color: #92724a;
    font-size: 0.95rem;
    pointer-events: none;
}

.navbar-search-input {
    height: 44px;
    border-radius: 0.82rem;
    border: 1px solid #d9cab3;
    background: #fff;
    padding-right: 2.2rem;
    padding-left: 2rem;
    font-size: 0.95rem;
}

.navbar-search-input:focus {
    border-color: var(--wood-500);
    box-shadow: 0 0 0 0.2rem rgba(169, 120, 68, 0.16);
}

.navbar-live-loading {
    position: absolute;
    left: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    color: #88643a;
}

.navbar-search-submit {
    height: 44px;
    margin-inline-start: 0.45rem;
    border-radius: 0.82rem;
    font-weight: 700;
    min-width: 62px;
}

.navbar-cta-group {
    flex-shrink: 0;
}

.navbar-action-btn {
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.82rem;
    font-size: 0.92rem;
    font-weight: 800;
    padding-inline: 0.9rem;
}

.navbar-quote-btn {
    min-width: 126px;
}

.navbar-live-results {
    position: absolute;
    top: calc(100% + 0.4rem);
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #e5d8c6;
    border-radius: 1.05rem;
    box-shadow: 0 24px 48px rgba(17, 24, 39, 0.16);
    max-height: 430px;
    overflow: auto;
    z-index: 1080;
    padding: 0.3rem;
}

.live-result-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    color: #6f7d8f;
    font-weight: 700;
    font-size: 0.83rem;
    padding: 0.95rem 0.8rem;
    border-radius: 0.75rem;
    background: #fcfaf7;
    border: 1px solid #f0e8dc;
}

.live-result-item {
    display: flex;
    align-items: center;
    direction: rtl;
    gap: 0.62rem;
    padding: 0.68rem;
    color: inherit;
    border-bottom: 1px solid #f2ece2;
    border-radius: 0.75rem;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.live-result-item:last-of-type {
    border-bottom: 0;
}

.live-result-item:hover,
.live-result-item.is-active {
    background: #fcf4e8;
    border-color: #f1dfc6;
    transform: translateY(-1px);
}

.live-result-thumb {
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 0.8rem;
    overflow: hidden;
    background: #f4f7fb;
    border: 1px solid #e0e8f0;
    display: grid;
    place-items: center;
    color: #95a0b0;
}

.live-result-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live-result-content {
    min-width: 0;
    flex: 1;
    text-align: right;
}

.live-result-title {
    color: var(--ink-900);
    font-weight: 900;
    font-size: 0.95rem;
    line-height: 1.42;
}

.live-result-title mark {
    background: #fbe8c8;
    color: #7b5527;
    border-radius: 0.2rem;
    padding: 0 0.18rem;
}

.live-result-meta {
    color: #8c99a7;
    font-size: 0.78rem;
    margin-top: 0.2rem;
}

.live-result-snippet {
    color: #647283;
    font-size: 0.79rem;
    margin-top: 0.18rem;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.live-result-arrow {
    color: #8a6a3e;
    font-size: 0.88rem;
    margin-inline-start: auto;
    opacity: 0.78;
}

.live-result-all {
    display: block;
    text-align: center;
    padding: 0.84rem;
    color: var(--wood-700);
    font-weight: 900;
    border-top: 1px solid #efe6da;
    background: #fffaf2;
    border-radius: 0.72rem;
    margin-top: 0.24rem;
}

.live-result-all:hover,
.live-result-all.is-active {
    background: #fdf2e2;
}

.live-result-empty {
    padding: 1rem 0.85rem;
    text-align: center;
    color: #6f7d8f;
    display: grid;
    gap: 0.24rem;
    border-radius: 0.75rem;
    background: #fcfaf7;
    border: 1px solid #f0e8dc;
}

.live-result-empty strong {
    color: var(--ink-900);
}

.btn-brand {
    background: linear-gradient(150deg, var(--wood-500), var(--wood-600));
    border-color: var(--wood-600);
    color: #fff;
    border-radius: 0.7rem;
    font-weight: 700;
    padding: 0.52rem 1rem;
    box-shadow: 0 8px 20px rgba(141, 97, 54, 0.24);
}

.btn-brand:hover,
.btn-brand:focus {
    background: linear-gradient(150deg, var(--wood-600), var(--wood-700));
    border-color: var(--wood-700);
    color: #fff;
}

.btn-outline-brand {
    border: 1px solid var(--sand-300);
    color: var(--wood-700);
    background: #fff;
    border-radius: 0.7rem;
    font-weight: 700;
    padding: 0.52rem 1rem;
}

.btn-outline-brand:hover {
    background: #f7f1e7;
    color: var(--wood-700);
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
    background: linear-gradient(135deg, var(--success), var(--success-dark));
    border: 1px solid var(--success-dark);
    color: #fff;
    border-radius: 0.7rem;
    font-weight: 700;
    padding: 0.52rem 1rem;
    box-shadow: 0 10px 20px rgba(19, 125, 64, 0.25);
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background: linear-gradient(135deg, var(--success-dark), #0d6934);
    color: #fff;
}

.hero-modern {
    position: relative;
    border-radius: 1.4rem;
    overflow: hidden;
    min-height: 520px;
    background:
        linear-gradient(115deg, rgba(16, 25, 34, 0.88), rgba(16, 25, 34, 0.53)),
        var(--hero-image, linear-gradient(120deg, #243241, #475a6e));
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow-md);
    margin-bottom: 1rem;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 22%, rgba(255, 199, 130, 0.35), transparent 32%),
        linear-gradient(180deg, transparent 0%, rgba(16, 25, 34, 0.3) 100%);
}

.hero-content-wrap {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 4.2rem 2rem;
    color: #fff;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    margin-bottom: 1rem;
}

.hero-heading {
    font-weight: 800;
    line-height: 1.5;
    font-size: clamp(1.6rem, 3.2vw, 2.7rem);
    margin-bottom: 0.85rem;
}

.hero-copy {
    color: #e6edf7;
    line-height: 1.95;
    max-width: 60ch;
}

.hero-actions {
    margin-top: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.2rem;
    color: #f4efe8;
    font-size: 0.93rem;
}

.hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
}

.section-block {
    padding: 2.8rem 0;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.2rem;
}

.section-title {
    color: var(--ink-900);
    font-size: 1.62rem;
    font-weight: 800;
    margin: 0;
}

.section-desc {
    color: var(--ink-500);
    margin: 0.45rem 0 0;
}

.value-card,
.usage-card,
.product-card,
.detail-info-card,
.contact-main-card,
.contact-info-card {
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow-sm);
}

.value-card {
    padding: 1.2rem;
    height: 100%;
}

.value-icon {
    width: 52px;
    height: 52px;
    border-radius: 0.9rem;
    background: #f8f1e7;
    color: var(--wood-600);
    border: 1px solid #efdcc1;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
}

.value-card h3 {
    font-size: 1.1rem;
    color: var(--ink-900);
    margin-bottom: 0.42rem;
    font-weight: 800;
}

.value-card p {
    margin: 0;
    color: var(--ink-500);
    line-height: 1.85;
}

.usage-card {
    display: block;
    height: 100%;
    color: inherit;
    padding: 1.2rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.usage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 30px rgba(17, 24, 39, 0.12);
}

.usage-icon {
    width: 48px;
    height: 48px;
    border-radius: 0.85rem;
    background: #f6efe4;
    color: var(--wood-600);
    display: grid;
    place-items: center;
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
}

.usage-card h3 {
    color: var(--ink-900);
    font-size: 1.08rem;
    font-weight: 800;
    margin-bottom: 0.38rem;
}

.usage-card p {
    color: var(--ink-500);
    margin-bottom: 0.6rem;
    line-height: 1.8;
}

.usage-link {
    color: var(--wood-600);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.34rem;
}

.modern-product-card {
    overflow: hidden;
}

.product-image,
.product-placeholder {
    width: 100%;
    height: 240px;
}

.product-image {
    object-fit: cover;
}

.product-placeholder {
    background: linear-gradient(135deg, #f8fafc, #eef2f7);
    display: grid;
    place-items: center;
    color: #94a3b8;
    font-size: 2rem;
}

.card-body-content {
    padding: 1rem 1rem 1.15rem;
}

.card-title-main {
    color: var(--ink-900);
    font-weight: 800;
    margin-bottom: 0.45rem;
    font-size: 1.05rem;
}

.card-text-muted {
    color: var(--ink-500);
    font-size: 0.93rem;
    line-height: 1.8;
    min-height: 56px;
}

.card-meta {
    color: var(--ink-700);
    font-size: 0.88rem;
    font-weight: 700;
}

.price-chip {
    display: inline-flex;
    align-items: center;
    background: #f8f1e6;
    color: var(--wood-700);
    border: 1px solid #e8d7bf;
    border-radius: 999px;
    padding: 0.22rem 0.66rem;
    font-size: 0.82rem;
    font-weight: 700;
}

.hard-cta-box {
    border-radius: 1.3rem;
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 199, 128, 0.26), transparent 33%),
        linear-gradient(145deg, #172533, #223445);
    color: #fff;
    text-align: center;
    padding: 2.2rem 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: var(--shadow-md);
}

.hard-cta-kicker {
    color: #ffdfb5;
    margin-bottom: 0.55rem;
    font-weight: 700;
}

.hard-cta-box h2 {
    font-size: clamp(1.35rem, 2.6vw, 2.05rem);
    font-weight: 800;
    margin-bottom: 0.55rem;
}

.hard-cta-box p {
    color: #e6ecf6;
    margin-bottom: 1.15rem;
}

.catalog-head {
    border: 1px solid var(--line);
    border-radius: 1.1rem;
    background: #fff;
    box-shadow: var(--shadow-sm);
    padding: 1.25rem;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.catalog-kicker {
    color: var(--wood-600);
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.catalog-head h1 {
    color: var(--ink-900);
    font-size: 1.55rem;
    margin-bottom: 0.3rem;
    font-weight: 800;
}

.catalog-head p {
    margin: 0;
    color: var(--ink-500);
}

.category-head {
    margin-bottom: 1.4rem;
}

.breadcrumb-mini {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--ink-500);
    font-size: 0.88rem;
}

.breadcrumb-mini a {
    color: var(--wood-700);
    font-weight: 700;
}

.category-card {
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    display: block;
    color: inherit;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 32px rgba(17, 24, 39, 0.12);
}

.category-card-media {
    height: 190px;
    overflow: hidden;
    background: #f5f7fb;
}

.category-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #96a2b4;
    font-size: 2rem;
    background: linear-gradient(140deg, #f8fafd, #edf2f8);
}

.category-card-body {
    padding: 1rem;
}

.category-card-body h3 {
    color: var(--ink-900);
    font-size: 1.08rem;
    font-weight: 800;
    margin-bottom: 0.65rem;
}

.category-card-body p {
    color: var(--ink-500);
    margin-bottom: 0.55rem;
    line-height: 1.75;
}

.category-sub-count {
    color: var(--ink-500);
    font-size: 0.88rem;
}

.category-cta {
    color: var(--wood-600);
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.category-card-link {
    color: var(--wood-600);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.home-category-card .category-card-media {
    height: 200px;
}

.main-category-banner {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #dcd3c5;
    box-shadow: var(--shadow-sm);
    min-height: 260px;
}

.main-category-banner img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.main-category-banner-overlay {
    position: absolute;
    inset: 0;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #fff;
    background: linear-gradient(180deg, rgba(13, 20, 29, 0.15), rgba(13, 20, 29, 0.72));
}

.main-category-banner-overlay h2 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.main-category-banner-overlay p {
    margin: 0;
    color: #edf2fb;
}

.category-filter-placeholder {
    border: 1px dashed #d9ccb6;
    border-radius: 0.85rem;
    background: #fff9f0;
    padding: 0.7rem 0.9rem;
}

.active-filters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.active-filter-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.83rem;
    border: 1px solid #e5d7c1;
    background: #fffaf2;
    color: #7a5e39;
    font-weight: 700;
}

.subcategory-filter-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1rem;
    box-shadow: var(--shadow-sm);
    padding: 1rem;
}

.sticky-filter-card {
    position: sticky;
    top: 90px;
}

.subcategory-filter-card .form-label {
    color: var(--ink-700);
    font-size: 0.86rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.subcategory-filter-card .form-control,
.subcategory-filter-card .form-select {
    border-radius: 0.65rem;
    border-color: #d9c7ad;
}

.subcategory-filter-card .form-control:focus,
.subcategory-filter-card .form-select:focus {
    border-color: var(--wood-500);
    box-shadow: 0 0 0 0.18rem rgba(169, 120, 68, 0.14);
}

.usage-filter-alert {
    border: 1px solid #e9dcc9;
    background: #fff8ee;
    border-radius: 0.8rem;
    padding: 0.7rem 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.usage-filter-alert a {
    color: var(--wood-700);
    font-weight: 700;
}

.product-hero {
    margin-bottom: 1rem;
}

.product-gallery-card,
.product-info-card {
    border: 1px solid var(--line);
    border-radius: 1.1rem;
    background: #fff;
    box-shadow: var(--shadow-sm);
    height: 100%;
}

.product-main-image,
.product-main-placeholder {
    width: 100%;
    height: 100%;
    min-height: 420px;
}

.product-main-image {
    object-fit: cover;
    border-radius: 1.1rem;
}

.product-main-placeholder {
    display: grid;
    place-items: center;
    font-size: 2.6rem;
}

.product-info-card {
    padding: 1.3rem;
}

.product-overline {
    color: var(--wood-600);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.product-title {
    color: var(--ink-900);
    font-weight: 800;
    margin-bottom: 0.65rem;
    line-height: 1.45;
}

.product-description {
    color: var(--ink-500);
    line-height: 1.9;
}

.product-meta-list {
    margin: 1rem 0;
    display: grid;
    gap: 0.55rem;
}

.product-meta-list > div {
    border: 1px solid #ede3d4;
    background: #fdfaf5;
    border-radius: 0.75rem;
    padding: 0.62rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-meta-list span {
    color: var(--ink-500);
    font-size: 0.9rem;
}

.product-meta-list strong {
    color: var(--ink-900);
    font-size: 0.98rem;
}

.product-actions {
    display: grid;
    gap: 0.55rem;
}

.product-showcase {
    margin-bottom: 0.8rem;
}

.product-gallery-panel,
.product-detail-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1.1rem;
    box-shadow: var(--shadow-sm);
    padding: 1rem;
}

.product-gallery-main-wrap {
    border-radius: 0.9rem;
    overflow: hidden;
    background: #f5f7fa;
}

.product-showcase .product-main-image {
    width: 100%;
    min-height: 430px;
    max-height: 430px;
    object-fit: cover;
    transition: opacity 0.2s ease;
}

.product-showcase .product-main-image.is-fading {
    opacity: 0.38;
}

.product-thumbs-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.55rem;
}

.thumb-btn {
    border: 1px solid #dbe2eb;
    border-radius: 0.7rem;
    background: #fff;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.thumb-btn:hover {
    transform: translateY(-2px);
}

.thumb-btn.active {
    border-color: var(--wood-500);
    box-shadow: 0 0 0 2px rgba(169, 120, 68, 0.15);
}

.thumb-btn img {
    width: 100%;
    height: 72px;
    object-fit: cover;
}

.product-detail-panel .product-title {
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    margin-bottom: 0.6rem;
}

.product-breadcrumb-mini {
    color: var(--ink-500);
    font-size: 0.88rem;
}

.product-breadcrumb-mini a {
    color: var(--wood-700);
}

.product-breadcrumb-mini span {
    margin-inline: 0.25rem;
}

.product-meta-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.65rem;
    font-size: 0.95rem;
    color: var(--ink-700);
}

.product-short-description {
    color: var(--ink-500);
    line-height: 1.95;
}

.product-full-description {
    color: var(--ink-500);
    line-height: 2;
}

.process-step-card {
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow-sm);
    padding: 1.2rem;
    height: 100%;
}

.process-step-number {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(145deg, var(--wood-500), var(--wood-600));
    margin-bottom: 0.62rem;
}

.process-step-card h3 {
    font-size: 1.03rem;
    color: var(--ink-900);
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.process-step-card p {
    color: var(--ink-500);
    margin-bottom: 0;
    line-height: 1.85;
}

.cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    margin: 0 auto 1rem;
    padding: 0.36rem 0.8rem;
    border-radius: 999px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff5e6;
}

.product-sticky-actions {
    position: sticky;
    bottom: 1rem;
}

.detail-info-card {
    padding: 1rem 1rem 1.05rem;
    height: 100%;
}

.detail-info-card h2 {
    font-size: 1.12rem;
    color: var(--ink-900);
    margin-bottom: 0.7rem;
    font-weight: 800;
}

.detail-info-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.52rem;
}

.detail-info-card li {
    color: var(--ink-500);
    line-height: 1.9;
    padding-right: 1.25rem;
    position: relative;
}

.detail-info-card li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wood-500);
    position: absolute;
    right: 0.25rem;
    top: 0.65rem;
}

.detail-info-card .icon-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding-right: 0;
}

.detail-info-card .icon-list li::before {
    content: none;
}

.detail-info-card .icon-list li i {
    color: var(--wood-600);
    margin-top: 0.15rem;
}

.detail-info-card .icon-list li span {
    flex: 1;
}

.contact-conversion {
    margin-top: 0.4rem;
}

.contact-main-card,
.contact-info-card {
    padding: 1.25rem;
}

.contact-kicker {
    color: var(--wood-600);
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.contact-main-card h1,
.contact-info-card h2 {
    color: var(--ink-900);
    font-weight: 800;
    margin-bottom: 0.55rem;
}

.contact-main-card p,
.contact-info-card p {
    color: var(--ink-500);
    line-height: 1.9;
}

.site-footer {
    background: #111d28;
    color: #d4dde6;
    padding: 2.4rem 0 1rem;
    margin-top: 3rem;
}

.site-footer h6 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.footer-brand-block {
    display: flex;
    align-items: start;
    gap: 0.85rem;
}

.footer-brand-logo {
    width: 58px;
    height: 58px;
    border-radius: 0.95rem;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: #fff;
    padding: 3px;
}

.footer-brand-placeholder {
    width: 58px;
    height: 58px;
    border-radius: 0.95rem;
    display: grid;
    place-items: center;
    border: 1px dashed rgba(255, 255, 255, 0.35);
    color: #d4b98d;
    background: rgba(255, 255, 255, 0.04);
    font-size: 1.25rem;
}

.footer-link {
    color: #c5cfdb;
    display: inline-block;
    margin-bottom: 0.42rem;
}

.footer-links-list {
    display: grid;
    gap: 0.24rem;
}

.footer-link:hover {
    color: #f0d9af;
}

.footer-copy {
    margin-top: 1.3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 0.8rem;
    color: #9aa7b7;
    font-size: 0.88rem;
}

.floating-whatsapp {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 1055;
    background: linear-gradient(135deg, var(--success), var(--success-dark));
    color: #fff;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 0.95rem;
    font-weight: 700;
    box-shadow: 0 14px 24px rgba(19, 125, 64, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.floating-whatsapp:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(19, 125, 64, 0.34);
    filter: saturate(1.05);
}

.floating-whatsapp i {
    font-size: 1.15rem;
}

.mobile-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1054;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    border-top: 1px solid var(--line);
    box-shadow: 0 -6px 18px rgba(17, 24, 39, 0.08);
}

.mobile-cta-link {
    padding: 0.82rem 0.5rem;
    text-align: center;
    font-weight: 800;
    color: var(--wood-700);
}

.mobile-cta-link-primary {
    color: #fff;
    background: linear-gradient(145deg, var(--wood-500), var(--wood-600));
}

.product-mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 64px;
    z-index: 1060;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #d9e0e7;
    box-shadow: 0 -6px 18px rgba(17, 24, 39, 0.1);
    background: #fff;
}

.product-mobile-cta-link {
    text-align: center;
    padding: 0.7rem 0.45rem;
    font-weight: 800;
}

.product-mobile-cta-whatsapp {
    color: #fff;
    background: linear-gradient(145deg, var(--success), var(--success-dark));
}

.product-mobile-cta-quote {
    color: #fff;
    background: linear-gradient(145deg, var(--wood-500), var(--wood-600));
}

@media (max-width: 991.98px) {
    .navbar-layout {
        min-height: 72px;
    }

    .navbar-brand-enhanced {
        margin-inline-end: 0;
    }

    .brand-logo,
    .brand-placeholder {
        width: 48px;
        height: 48px;
    }

    .navbar-main-collapse {
        margin-top: 0.85rem;
        padding-top: 0.85rem;
        border-top: 1px solid #eee3d3;
        gap: 0.85rem;
    }

    .navbar-main-nav {
        margin-inline: 0;
        width: 100%;
    }

    .site-navbar .nav-link {
        padding: 0.62rem 0.8rem;
    }

    .navbar-action-group {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        margin-inline-start: 0;
    }

    .navbar-cta-group {
        width: 100%;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 0.55rem !important;
    }

    .hero-modern {
        min-height: 420px;
    }

    .hero-content-wrap {
        padding: 2.6rem 1.2rem;
    }

    .section-head {
        flex-direction: column;
        align-items: start;
    }

    .catalog-head {
        flex-direction: column;
        align-items: start;
    }

    .floating-whatsapp {
        bottom: 86px;
    }

    body.product-page-has-sticky-cta .floating-whatsapp {
        bottom: 132px;
    }

    .navbar-search-form {
        min-width: 100%;
        max-width: 100%;
    }

    .navbar-search-wrap {
        min-width: 100%;
        max-width: 100%;
    }

    .navbar-live-results {
        max-height: 62vh;
    }

    .product-showcase .product-main-image {
        min-height: 330px;
        max-height: 330px;
    }

    .product-thumbs-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .category-card-media {
        height: 160px;
    }

    .home-category-card .category-card-media {
        height: 170px;
    }

    .main-category-banner,
    .main-category-banner img {
        min-height: 210px;
        height: 210px;
    }

    .sticky-filter-card {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .brand-name {
        font-size: 0.95rem;
    }

    .navbar-search-submit {
        min-width: 56px;
        padding-inline: 0.7rem;
    }

    .navbar-action-btn {
        width: 100%;
    }

    .product-main-image,
    .product-main-placeholder {
        min-height: 310px;
    }

    .hero-actions .btn,
    .hard-cta-box .btn {
        width: 100%;
    }

    .footer-brand-block {
        align-items: center;
    }

    .floating-whatsapp span {
        display: none;
    }

    .floating-whatsapp {
        width: 58px;
        height: 58px;
        justify-content: center;
        padding: 0;
        border-radius: 50%;
        left: 14px;
        bottom: 82px;
    }

    body.product-page-has-sticky-cta .floating-whatsapp {
        bottom: 118px;
    }

    .product-showcase .product-main-image {
        min-height: 270px;
        max-height: 270px;
    }

    .product-thumbs-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-cta-buttons .btn {
        width: 100%;
    }

    .product-mobile-sticky-cta {
        bottom: 58px;
    }
}
