/* =========================================
   SITEWIDE REDESIGN 2026
   Unified UI/UX layer across all pages
   ========================================= */

:root {
    --primary: #2f241d;
    --primary-light: #5e4a3d;
    --accent: #c18856;
    --accent-hover: #a87142;
    --bg-body: #f7f3ee;
    --bg-surface: #ffffff;
    --bg-soft: #f1e8df;
    --text-main: #2f2b28;
    --text-muted: #6d645d;
    --text-light: #8f867f;
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --shadow-sm: 0 8px 20px rgba(34, 25, 20, 0.06);
    --shadow-md: 0 18px 38px rgba(34, 25, 20, 0.1);
    --shadow-lg: 0 26px 56px rgba(34, 25, 20, 0.14);
}

body {
    background: radial-gradient(circle at top left, #fbf7f2 0%, #f6f1ea 45%, #f2ece4 100%) !important;
    color: var(--text-main);
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 20% 10%, rgba(193, 136, 86, 0.08), transparent 40%),
        radial-gradient(circle at 85% 30%, rgba(94, 74, 61, 0.08), transparent 45%);
    z-index: -1;
}

.container {
    width: min(1320px, 92%);
    padding-inline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary);
}

section {
    padding-block: clamp(4rem, 8vw, 7rem) !important;
}

.section-header h2 {
    letter-spacing: -0.02em;
}

.section-header p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--text-muted) !important;
}

/* Header */
header {
    border-bottom: 1px solid rgba(47, 36, 29, 0.08) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
}

.header-content {
    gap: 1.5rem;
    padding: 0 1rem !important;
}

header .logo {
    gap: 0.7rem;
    flex-shrink: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(248, 241, 233, 0.9));
    border: 1px solid rgba(47, 36, 29, 0.24);
    border-radius: 999px;
    padding: 0.45rem 0.55rem;
    box-shadow: 0 10px 26px rgba(47, 36, 29, 0.16), 0 0 0 4px rgba(193, 136, 86, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

header .logo:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(47, 36, 29, 0.2), 0 0 0 5px rgba(193, 136, 86, 0.28);
}

header .logo img {
    height: 84px !important;
    filter: contrast(1.18) saturate(1.08);
}

nav ul {
    gap: 1.2rem;
}

nav a {
    font-weight: 500;
    color: var(--text-main);
    padding: 0.45rem 0.65rem;
    border-radius: 999px;
}

nav a::after {
    display: none;
}

nav a:hover,
nav a.active {
    color: var(--primary);
    background: rgba(193, 136, 86, 0.16);
}

.search-box {
    border-radius: 999px;
    border: 1px solid rgba(47, 36, 29, 0.12);
    background: rgba(255, 255, 255, 0.92);
    padding: 0.5rem 0.9rem;
    gap: 0.6rem;
}

.search-box i {
    color: var(--text-muted);
}

.search-box input {
    width: 170px;
}

.icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(47, 36, 29, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.icon-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(193, 136, 86, 0.5);
}

.mobile-search-btn {
    display: none !important;
}

#cart-btn {
    position: relative;
}

.cart-count {
    top: -4px !important;
    right: -4px !important;
}

/* Buttons */
.cta-button,
.add-to-cart,
.checkout-btn,
.rfq-btn,
.modal-btn,
.btn-gradient-primary,
.btn-gradient-secondary {
    border-radius: 999px !important;
    border: none !important;
    background: linear-gradient(135deg, var(--accent) 0%, #ad6f3f 100%) !important;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 24px rgba(173, 111, 63, 0.32);
}

.cta-button:hover,
.add-to-cart:hover,
.checkout-btn:hover,
.rfq-btn:hover,
.modal-btn:hover,
.btn-gradient-primary:hover,
.btn-gradient-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(173, 111, 63, 0.42);
    background: linear-gradient(135deg, var(--accent-hover) 0%, #8f5f39 100%) !important;
}

/* Hero */
.hero {
    min-height: 88vh;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    right: 6%;
    top: 22%;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(193, 136, 86, 0.22), rgba(193, 136, 86, 0));
    pointer-events: none;
}

.hero-video-overlay {
    background: linear-gradient(110deg, rgba(27, 20, 16, 0.78), rgba(27, 20, 16, 0.48)) !important;
}

.hero-text h1 {
    color: #fff !important;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.hero-text p {
    color: rgba(255, 255, 255, 0.88) !important;
}

.hero-card {
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: var(--shadow-lg);
}

/* Cards and grids */
#categories-grid,
.products-grid {
    gap: 1.6rem !important;
}

.category-card,
.product-card,
.feature-card-new,
.stat-card-glass,
.timeline-content,
.service-item {
    border-radius: 18px !important;
    border: 1px solid rgba(47, 36, 29, 0.1) !important;
    box-shadow: var(--shadow-sm) !important;
}

.product-card {
    background: #fff;
}

.product-card:hover,
.feature-card-new:hover,
.stat-card-glass:hover {
    transform: translateY(-6px) !important;
    box-shadow: var(--shadow-md) !important;
}

.product-image {
    border-bottom: 1px solid rgba(47, 36, 29, 0.08);
}

.product-price,
.current-price {
    color: var(--primary);
    font-weight: 700;
}

.product-badge,
.moq-pill {
    border-radius: 999px !important;
    background: rgba(193, 136, 86, 0.14) !important;
    color: var(--primary) !important;
    border: 1px solid rgba(193, 136, 86, 0.32);
}

.products {
    position: relative;
    z-index: 6;
}

.features-enhanced {
    position: relative;
    z-index: 1;
}

.products [data-aos],
.products .cta-button,
.products .view-all-products-btn {
    pointer-events: auto !important;
}

.products .view-all-products-btn {
    position: relative;
    z-index: 30;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition: none !important;
    transform: none !important;
}

.products .view-all-products-btn::before,
.products .view-all-products-btn::after {
    content: none !important;
    animation: none !important;
    transition: none !important;
    pointer-events: none !important;
}

/* Page headers */
.page-header,
.search-header {
    margin-top: var(--header-height);
    padding: clamp(3rem, 8vw, 5rem) 0 !important;
    background: linear-gradient(120deg, #f8efe4 0%, #f2e7dc 100%) !important;
    border-bottom: 1px solid rgba(47, 36, 29, 0.08);
}

.page-header h1,
.search-header h1 {
    color: var(--primary) !important;
    font-size: clamp(2rem, 5vw, 3.4rem) !important;
}

.page-header p,
.search-header p,
.search-term {
    color: var(--text-muted) !important;
}

/* Product details */
.product-details-section {
    padding-top: calc(var(--header-height) + 2.5rem);
}

.product-page-premium {
    display: grid;
    grid-template-columns: minmax(320px, 520px) 1fr;
    gap: clamp(1.2rem, 3vw, 2.2rem);
    align-items: start;
}

.gallery-wrapper,
.product-info-wrapper,
.action-box,
.details-section {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(47, 36, 29, 0.1);
    box-shadow: var(--shadow-sm);
}

.gallery-wrapper,
.product-info-wrapper {
    padding: 1.15rem;
}

.action-box,
.details-section {
    padding: 1rem 1.1rem;
}

.product-gallery img {
    border-radius: 14px;
}

/* Sidebar and overlays */
.cart-sidebar {
    border-left: 1px solid rgba(47, 36, 29, 0.12);
    width: min(92vw, 400px);
    right: calc(min(92vw, 400px) * -1);
}

.cart-header {
    background: linear-gradient(130deg, #3e2e24, #2f241d) !important;
}

.overlay.active {
    backdrop-filter: blur(2px);
}

/* Footer */
.footer-enhanced {
    background: radial-gradient(circle at top right, #3a2d24 0%, #2f241d 40%, #221913 100%) !important;
    color: rgba(255, 255, 255, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-container {
    width: min(1320px, 92%);
    margin: 0 auto;
    padding: clamp(3rem, 6vw, 4.2rem) 0 1.25rem;
}

.footer-grid-new {
    display: grid;
    grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(150px, 0.86fr)) minmax(220px, 1.2fr);
    gap: clamp(1rem, 2vw, 1.6rem);
    padding-bottom: 1.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
    padding-right: 0.85rem;
}

.footer-brand p {
    margin-top: 0.85rem;
    line-height: 1.7;
    font-size: 0.94rem;
}

.footer-col h4 {
    color: #fff !important;
    font-size: 1.06rem;
    margin-bottom: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.footer-col ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.footer-col li {
    margin: 0;
}

.footer-col a,
.footer-col span,
.footer-col p {
    color: rgba(255, 255, 255, 0.78) !important;
}

.footer-col a:hover {
    color: #fff !important;
}

.footer-social-new {
    display: flex;
    gap: 0.55rem;
    margin-top: 1rem;
}

.social-circle {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    transition: var(--transition);
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.04);
}

.social-circle:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.14);
}

.contact-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 0.55rem;
    align-items: start;
    margin-bottom: 0.7rem;
}

.contact-item i {
    color: #f2c89f;
    margin-top: 2px;
}

.footer-bottom-new {
    margin-top: 1.25rem;
    padding-top: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-legal-links {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.footer-legal-links a {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    padding: 0.28rem 0.6rem;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.04);
}

.footer-legal-links a:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
}

.market-link {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.5rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    width: 100%;
}

.market-icon {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.72rem;
}

.contact-note .market-link {
    border-color: rgba(47, 36, 29, 0.18);
    background: rgba(255, 255, 255, 0.85);
    color: var(--primary);
}

.contact-note .market-icon {
    background: rgba(47, 36, 29, 0.1);
    color: var(--primary);
}

.market-badge {
    font-size: 0.63rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    padding: 0.14rem 0.42rem;
    margin-left: auto;
}

.contact-note .market-badge {
    color: var(--primary);
    border-color: rgba(47, 36, 29, 0.2);
    background: rgba(47, 36, 29, 0.08);
}

.market-link:hover {
    transform: translateY(-1px);
}

/* About page premium makeover */
.about-hero-enhanced {
    margin-top: var(--header-height);
    min-height: clamp(340px, 58vh, 560px);
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.about-hero-enhanced::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(22, 16, 12, 0.7), rgba(22, 16, 12, 0.42));
}

.about-hero-text {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 1rem;
}

.about-hero-text h1 {
    color: #fff !important;
    font-size: clamp(2.2rem, 6vw, 4.4rem);
    margin-bottom: 0.65rem;
    text-shadow: 0 12px 26px rgba(0, 0, 0, 0.26);
}

.about-hero-text p {
    color: rgba(255, 255, 255, 0.9);
}

.content-section .container {
    max-width: 1160px;
}

.about-text {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(47, 36, 29, 0.1);
    border-radius: 24px;
    box-shadow: var(--shadow-md);
    padding: clamp(1.15rem, 3vw, 2rem);
}

.about-text h2 {
    margin-bottom: 0.9rem;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.about-text>p {
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 1rem;
}

.mySwiper {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(47, 36, 29, 0.1);
    box-shadow: var(--shadow-sm);
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: clamp(220px, 38vw, 420px);
    object-fit: cover;
}

.stats-grid-enhanced {
    margin-top: clamp(1.4rem, 4vw, 2.6rem);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.stat-card-glass {
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.94), rgba(245, 236, 227, 0.9)) !important;
}

.stat-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(193, 136, 86, 0.18);
    color: var(--primary);
    margin-bottom: 0.45rem;
}

.timeline-section {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(47, 36, 29, 0.08);
    border-radius: 24px;
    padding: clamp(1.2rem, 3vw, 2rem);
    box-shadow: var(--shadow-sm);
}

.timeline {
    display: grid;
    gap: 0.75rem;
}

.timeline-item {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 0.75rem;
    align-items: start;
}

.timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    margin-top: 0.5rem;
    background: linear-gradient(135deg, var(--accent), #ad6f3f);
    box-shadow: 0 0 0 4px rgba(193, 136, 86, 0.16);
}

.timeline-content {
    background: #fff;
    padding: 0.85rem 1rem;
}

.timeline-year {
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0.03em;
}

.text-block {
    max-width: 100% !important;
    text-align: left;
}

.text-block>h2 {
    text-align: center;
}

.services-list {
    gap: 1rem;
}

.service-item {
    border-left: none !important;
    border-top: 3px solid rgba(193, 136, 86, 0.6) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 243, 236, 0.93)) !important;
}

.service-item h3 {
    font-size: 1.2rem !important;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.service-item h3 i {
    color: var(--accent);
}

.service-item p {
    color: var(--text-muted);
    line-height: 1.7;
}

.about-page .b2b-services-section {
    margin-top: clamp(2rem, 5vw, 3.8rem);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.94), rgba(246, 238, 229, 0.86));
    border: 1px solid rgba(47, 36, 29, 0.1);
    border-radius: 24px;
    box-shadow: var(--shadow-md);
    padding: clamp(1.15rem, 3vw, 2rem);
}

.about-page .b2b-services-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 1.1rem;
}

.about-page .b2b-services-kicker {
    display: inline-flex;
    margin-bottom: 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(193, 136, 86, 0.34);
    background: rgba(193, 136, 86, 0.14);
    color: var(--primary);
    padding: 0.2rem 0.65rem;
    font-size: 0.74rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 700;
}

.about-page .b2b-services-head h2 {
    margin-bottom: 0.45rem;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.about-page .b2b-services-head p {
    color: var(--text-muted);
    margin: 0;
}

.about-page .services-list {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
}

.about-page .service-item {
    border: 1px solid rgba(47, 36, 29, 0.1) !important;
    border-top: none !important;
    border-left: none !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(34, 25, 20, 0.07) !important;
    padding: 1rem 1rem 0.95rem !important;
}

.about-page .service-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    background: linear-gradient(140deg, rgba(193, 136, 86, 0.2), rgba(193, 136, 86, 0.1));
    color: var(--primary);
}

.about-page .service-item h3 {
    margin-bottom: 0.35rem;
    font-size: 1.1rem !important;
    line-height: 1.35;
}

.about-page .service-item p {
    margin: 0;
    font-size: 0.93rem;
    line-height: 1.65;
}

.about-process-strip {
    margin-top: clamp(2rem, 5vw, 3.6rem);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(47, 36, 29, 0.1);
    border-radius: 22px;
    box-shadow: var(--shadow-sm);
    padding: clamp(1.1rem, 2.8vw, 1.8rem);
}

.process-strip-head {
    text-align: center;
    margin-bottom: 1rem;
}

.process-strip-head p {
    color: var(--text-muted);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.process-card {
    background: linear-gradient(170deg, #fff, #f9f2ea);
    border: 1px solid rgba(47, 36, 29, 0.1);
    border-radius: 14px;
    padding: 0.85rem;
}

.process-step {
    display: inline-flex;
    margin-bottom: 0.45rem;
    border-radius: 999px;
    border: 1px solid rgba(193, 136, 86, 0.35);
    background: rgba(193, 136, 86, 0.14);
    color: var(--primary);
    padding: 0.18rem 0.55rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.process-card h3 {
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.process-card p {
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
    font-size: 0.92rem;
}

.about-cta-panel {
    margin-top: clamp(1.4rem, 4vw, 2.3rem);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(130deg, #2f241d 0%, #4a382c 55%, #2f241d 100%);
    box-shadow: var(--shadow-md);
    padding: clamp(1.1rem, 3vw, 1.8rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.about-cta-kicker {
    display: inline-flex;
    margin-bottom: 0.45rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.12);
}

.about-cta-text h3 {
    color: #fff !important;
    margin-bottom: 0.35rem;
    font-size: clamp(1.2rem, 2.8vw, 1.8rem);
}

.about-cta-text p {
    color: rgba(255, 255, 255, 0.86);
    margin: 0;
}

.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: flex-end;
}

/* About page conflict guards */
.about-page .content-section {
    padding-top: clamp(2.4rem, 6vw, 4rem) !important;
}

.about-page .timeline {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.about-page .timeline::before {
    display: none !important;
}

.about-page .timeline-item {
    width: 100% !important;
    left: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.about-page .timeline-dot {
    position: static !important;
    right: auto !important;
    left: auto !important;
    margin-top: 0.55rem;
}

.about-page .text-block {
    margin-bottom: 0;
}

/* Homepage conversion strip */
.quick-contact-strip {
    padding-top: 1rem !important;
    padding-bottom: clamp(2rem, 4vw, 3rem) !important;
}

.quick-contact-wrap {
    background: linear-gradient(120deg, #2f241d 0%, #4a382c 55%, #2f241d 100%);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: var(--shadow-lg);
    padding: clamp(1.2rem, 3vw, 2rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

.quick-contact-text h2 {
    color: #fff !important;
    margin-bottom: 0.4rem;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.quick-contact-kicker {
    display: inline-flex;
    margin-bottom: 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    padding: 0.3rem 0.75rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 600;
}

.quick-contact-text p {
    color: rgba(255, 255, 255, 0.86);
    margin: 0;
    max-width: 620px;
}

.quick-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: flex-end;
}

.quick-contact-actions .cta-button {
    min-height: 46px;
    padding-inline: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.quick-whatsapp-btn {
    background: linear-gradient(135deg, #25d366 0%, #189f4c 100%) !important;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.34) !important;
}

.quick-whatsapp-btn:hover {
    background: linear-gradient(135deg, #1fb55b 0%, #158642 100%) !important;
}

.quick-catalog-btn {
    background: linear-gradient(135deg, #f4ece3 0%, #e6d7c8 100%) !important;
    color: #2f241d !important;
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.16) !important;
}

.quick-catalog-btn:hover {
    background: linear-gradient(135deg, #fff3e7 0%, #e9dccd 100%) !important;
}

/* Contact page */
.contact-page-hero {
    margin-top: var(--header-height);
    padding: clamp(3rem, 7vw, 4.8rem) 0 !important;
    background: linear-gradient(130deg, #2f241d 0%, #433428 50%, #2f241d 100%);
    color: #fff;
    text-align: center;
}

.contact-kicker {
    display: inline-block;
    margin-bottom: 0.9rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: 600;
}

.contact-page-hero h1 {
    color: #fff !important;
    margin-bottom: 0.9rem;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
}

.contact-lead {
    color: rgba(255, 255, 255, 0.88);
    max-width: 780px;
    margin: 0 auto;
}

.contact-page-section {
    padding-top: clamp(2.4rem, 6vw, 4rem) !important;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1.35fr 0.95fr;
    gap: 1.4rem;
    align-items: start;
}

.contact-form-card,
.contact-info-card {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(47, 36, 29, 0.11);
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    padding: clamp(1.2rem, 2.4vw, 1.8rem);
}

.contact-form-card p,
.contact-info-card p {
    color: var(--text-muted);
}

.contact-form-grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.field-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.field-group label {
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--primary);
}

.field-group input,
.field-group textarea {
    width: 100%;
    border: 1px solid rgba(47, 36, 29, 0.18);
    background: #fff;
    border-radius: 12px;
    padding: 0.72rem 0.8rem;
    font: inherit;
    color: var(--text-main);
    outline: none;
    transition: 0.2s ease;
}

.field-group input:focus,
.field-group textarea:focus {
    border-color: rgba(193, 136, 86, 0.8);
    box-shadow: 0 0 0 3px rgba(193, 136, 86, 0.16);
}

.field-full {
    grid-column: 1 / -1;
}

.contact-info-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 0.7rem;
    align-items: start;
    margin-top: 0.95rem;
}

.contact-info-item i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), #ad6f3f);
}

.contact-info-item span {
    display: block;
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 0.2rem;
}

.contact-info-item a {
    color: var(--primary);
    font-weight: 600;
}

.contact-note {
    margin-top: 1.3rem;
    border-radius: 14px;
    border: 1px dashed rgba(47, 36, 29, 0.2);
    background: rgba(241, 232, 223, 0.45);
    padding: 0.8rem 0.9rem;
}

/* Lightweight live chat substitute */
.live-chat-widget {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1700;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.6rem;
    pointer-events: none;
}

.lcw-toggle {
    border: none;
    border-radius: 999px;
    min-height: 54px;
    padding: 0.7rem 1rem;
    background: linear-gradient(135deg, #25d366 0%, #199f4d 100%);
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    cursor: pointer;
    box-shadow: 0 16px 30px rgba(37, 211, 102, 0.32);
    pointer-events: auto;
}

.lcw-toggle i {
    font-size: 1rem;
}

.lcw-panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    width: min(320px, calc(100vw - 24px));
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(47, 36, 29, 0.14);
    border-radius: 16px;
    box-shadow: var(--shadow-md);
    padding: 0.85rem;
    transform: translateY(8px) scale(0.98);
    opacity: 0;
    visibility: hidden;
    display: none;
    pointer-events: none;
    transition: 0.2s ease;
}

.live-chat-widget.open .lcw-panel {
    display: block;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.lcw-head h4 {
    margin-bottom: 0.15rem;
    font-size: 1.02rem;
}

.lcw-head p {
    margin: 0 0 0.6rem;
    color: var(--text-muted);
    font-size: 0.86rem;
}

.lcw-action {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(47, 36, 29, 0.12);
    background: #fff;
    color: var(--primary);
    padding: 0.6rem 0.7rem;
    font-weight: 600;
    margin-top: 0.45rem;
}

.lcw-action i {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(47, 36, 29, 0.08);
}

.lcw-wa {
    background: linear-gradient(135deg, #ecfff2 0%, #e7f8ed 100%);
    border-color: rgba(37, 211, 102, 0.35);
}

.lcw-wa i {
    background: rgba(37, 211, 102, 0.2);
    color: #178647;
}

.lcw-action:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
}

/* Responsive */
@media (max-width: 1024px) {
    .search-box {
        display: none !important;
    }

    .product-page-premium {
        grid-template-columns: 1fr;
    }

    .footer-grid-new {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .stats-grid-enhanced {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-page .services-list {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-cta-actions {
        justify-content: flex-start;
    }

    .quick-contact-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .quick-contact-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    html {
        scroll-behavior: auto !important;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }

    [data-aos],
    [data-aos].aos-animate,
    .aos-init,
    .aos-animate {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    :root {
        --header-height: 72px;
    }

    .header-content {
        padding: 0 0.3rem !important;
        gap: 0.55rem;
    }

    header .logo {
        padding: 0.24rem 0.32rem;
        box-shadow: 0 8px 18px rgba(47, 36, 29, 0.14), 0 0 0 2px rgba(193, 136, 86, 0.18);
    }

    header .logo img {
        height: 56px !important;
    }

    .header-actions {
        gap: 0.45rem;
    }

    .icon-btn {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    nav {
        position: fixed;
        top: var(--header-height);
        left: 1rem;
        right: 1rem;
        width: auto;
        border-radius: 16px;
        background: #fff;
        border: 1px solid rgba(47, 36, 29, 0.12);
        box-shadow: var(--shadow-md);
        padding: 1rem;
        transform: scale(0.96) translateY(-20px);
        opacity: 0;
        visibility: hidden;
        display: none;
        pointer-events: none;
        transition: 0.25s ease;
        z-index: 1801;
    }

    nav ul {
        flex-direction: column;
        align-items: stretch;
        gap: 0.55rem;
    }

    nav a {
        display: block;
    }

    nav.active {
        display: block;
        visibility: visible;
        transform: scale(1) translateY(0);
        opacity: 1;
        pointer-events: all;
    }

    .mobile-menu-btn {
        display: inline-flex !important;
    }

    .mobile-search-btn {
        display: inline-flex !important;
    }

    .hero-text>div[style*="display: flex"] {
        flex-wrap: wrap;
        gap: 0.6rem !important;
    }

    .hero-image-wrapper>div[style*="position: absolute"] {
        right: 0 !important;
        bottom: -12px !important;
        max-width: 180px !important;
        padding: 12px !important;
    }

    .hero-image-wrapper,
    .hero-image-wrapper * {
        pointer-events: none !important;
    }

    .scroll-indicator {
        display: none !important;
        pointer-events: none !important;
    }

    .add-to-cart,
    .rfq-btn,
    .checkout-btn,
    .cta-button,
    .btn-gradient-primary,
    .btn-gradient-secondary {
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .stats-mini {
        gap: 18px !important;
        padding-left: 14px !important;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: auto;
        padding-top: calc(var(--header-height) + 1.5rem) !important;
        padding-bottom: 2.2rem !important;
        background: linear-gradient(130deg, #1f1712 0%, #2c1f17 50%, #3a281c 100%) !important;
    }

    .hero::before,
    .hero::after,
    .hero-video-bg,
    .hero-video-overlay {
        pointer-events: none !important;
    }

    .hero-video-bg {
        display: none !important;
    }

    .hero-video-overlay {
        display: block !important;
        background: linear-gradient(120deg, rgba(10, 7, 5, 0.55), rgba(10, 7, 5, 0.35)) !important;
        z-index: 1 !important;
    }

    .hero .container,
    .hero-content,
    .hero-text,
    .hero-text > div {
        position: relative;
        z-index: 3;
        pointer-events: auto;
    }

    .hero-text h1 {
        color: #fff !important;
        font-size: clamp(1.8rem, 7.4vw, 2.25rem) !important;
        line-height: 1.18 !important;
        text-shadow: 0 6px 20px rgba(0, 0, 0, 0.42);
    }

    .hero-text p {
        color: rgba(255, 255, 255, 0.92) !important;
        font-size: 0.98rem !important;
        line-height: 1.55;
        max-width: 100%;
    }

    .hero-text > div[style*="display: flex"] {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 0.72rem !important;
    }

    .hero .cta-button,
    .hero .btn-gradient-primary,
    .hero .btn-gradient-secondary {
        position: relative;
        z-index: 4;
        width: 100% !important;
        justify-content: center;
        min-height: 48px;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }
}

@media (max-width: 680px) {
    .container {
        width: min(1320px, 94%);
    }

    header .logo img {
        height: 50px !important;
    }

    .hero-text>div[style*="display: flex"] .cta-button {
        width: 100%;
        justify-content: center;
    }

    .footer-grid-new {
        grid-template-columns: 1fr;
    }

    .about-text,
    .timeline-section {
        border-radius: 18px;
    }

    .stats-grid-enhanced {
        grid-template-columns: 1fr;
    }

    .about-page .b2b-services-section {
        border-radius: 18px;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .about-cta-actions {
        width: 100%;
    }

    .about-cta-actions .cta-button {
        width: 100%;
        justify-content: center;
    }

    .footer-bottom-new {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .quick-contact-actions .cta-button {
        width: 100%;
    }

    .market-link {
        width: 100%;
        justify-content: space-between;
    }

    .hero-image-wrapper>div[style*="position: absolute"] {
        position: static !important;
        margin-top: 0.8rem;
        max-width: 100% !important;
    }

    .stats-mini {
        flex-wrap: wrap;
    }

    .live-chat-widget {
        right: 12px;
        bottom: 12px;
    }

    .lcw-toggle {
        min-height: 50px;
        padding: 0.62rem 0.88rem;
    }
}

@media (hover: none), (pointer: coarse) {
    .add-to-cart,
    .rfq-btn,
    .checkout-btn,
    .cta-button,
    .btn-gradient-primary,
    .btn-gradient-secondary {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }

    .cta-button::before,
    .cta-button::after,
    .btn-gradient-primary::before,
    .btn-gradient-primary::after,
    .btn-gradient-secondary::before,
    .btn-gradient-secondary::after,
    .add-to-cart::before,
    .add-to-cart::after,
    .rfq-btn::before,
    .rfq-btn::after,
    .checkout-btn::before,
    .checkout-btn::after {
        content: none !important;
        animation: none !important;
        transition: none !important;
        pointer-events: none !important;
    }

    .product-card,
    .product-card::before,
    .product-card::after {
        transition: none !important;
        animation: none !important;
    }
}