:root {
    --primary: #fac200;
    --primary-dark: #cc9f00;
    --secondary: #e87715;
    --whatsapp: #25D366;
    --dark-blue: #0a192f;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #1f2937;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6, .fw-black {
    font-weight: 800;
}

.text-primary { color: var(--primary) !important; }
.bg-primary { background-color: var(--primary) !important; }
.bg-dark-blue { background-color: var(--dark-blue) !important; }
.text-dark-blue { color: var(--dark-blue) !important; }
.text-whatsapp { color: var(--whatsapp) !important; }
.bg-whatsapp { background-color: var(--whatsapp) !important; }

/* Utilities */
.brightness-0 { filter: brightness(0); }
.invert { filter: invert(1); }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-300 { color: #d1d5db; }
.bg-red-100 { background-color: #fee2e2; }
.text-red-600 { color: #dc2626; }
.bg-white-5 { background-color: rgba(255, 255, 255, 0.05); }
.bg-white-10 { background-color: rgba(255, 255, 255, 0.1); }
.bg-primary-10 { background-color: rgba(250, 194, 0, 0.1); }
.bg-secondary-10 { background-color: rgba(232, 119, 21, 0.1); }
.bg-dark-blue-10 { background-color: rgba(10, 25, 47, 0.1); }
.bg-warning-10 { background-color: rgba(255, 193, 7, 0.1); }
.bg-info-10 { background-color: rgba(13, 202, 240, 0.1); }
.bg-danger-10 { background-color: rgba(220, 53, 69, 0.1); }
.hover-white-15:hover { background-color: rgba(255, 255, 255, 0.15); }
.border-white-10 { border-color: rgba(255, 255, 255, 0.1) !important; }
.leading-relaxed { line-height: 1.625; }
.leading-tight { line-height: 1.1; }
.transition-all { transition: all 0.3s ease; }
.duration-700 { transition-duration: 0.7s; }
.x-small { font-size: 0.65rem; }
.btn-xs { padding: 0.25rem 0.5rem; font-size: 0.7rem; }
.uppercase { text-transform: uppercase; }
.tracking-widest { letter-spacing: 0.12em; }
.tracking-tighter { letter-spacing: 0; }
.h-fit { height: fit-content; }
.w-16 { width: 4rem; }
.h-16 { height: 4rem; }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.hover-translate-y:hover { transform: translateY(-6px); }
.promo-card {
    height: 450px;
}
.promo-card img,
.promo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.promo-card:hover img,
.promo-card:hover .promo-img {
    transform: scale(1.1);
}
.promo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 25, 47, 0.94) 0%, rgba(10, 25, 47, 0.45) 55%, rgba(10, 25, 47, 0.08) 100%);
}

/* Navbar */
.hover-yellow:hover {
    color: var(--secondary) !important;
}
.navbar .nav-link {
    border-radius: 999px;
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
}
.navbar .nav-link.active-nav {
    background-color: var(--secondary);
    color: #ffffff !important;
}
.navbar .nav-link.active-nav:hover {
    color: #ffffff !important;
}
.btn-site-primary,
.btn-primary {
    border: 1px solid var(--secondary);
    border-radius: 0.6rem;
    background: var(--secondary);
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(232, 119, 21, 0.18);
    transition: all 0.2s ease;
}
.btn-site-primary:hover,
.btn-site-primary:focus,
.btn-primary:hover,
.btn-primary:focus {
    border-color: #c9640f;
    background: #c9640f;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(232, 119, 21, 0.25);
}
.btn-site-outline {
    border: 1px solid #d1d5db;
    border-radius: 0.6rem;
    background: #ffffff;
    color: var(--dark-blue);
    font-weight: 800;
    transition: all 0.2s ease;
}
.btn-site-outline:hover,
.btn-site-outline:focus {
    border-color: var(--secondary);
    background: rgba(232, 119, 21, 0.08);
    color: var(--secondary);
}
.btn-icon {
    width: 52px;
    min-width: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}
.btn-whatsapp {
    background-color: var(--whatsapp);
    color: white;
    box-shadow: 0 4px 14px 0 rgba(37, 211, 102, 0.39);
}
.btn-whatsapp:hover {
    background-color: #21ba58;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.23);
}

/* Home */
.home-hero {
    position: relative;
    min-height: 560px;
    background-image: url('https://images.unsplash.com/photo-1513467535987-fd81bc7d62f8?q=80&w=1632&auto=format&fit=crop');
    background-position: center;
    background-size: cover;
    color: #ffffff;
}
.home-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 25, 47, 0.94) 0%, rgba(10, 25, 47, 0.74) 48%, rgba(10, 25, 47, 0.18) 100%);
}
.home-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 560px;
    display: flex;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.home-hero-content {
    max-width: 760px;
}
.hero-kicker {
    display: inline-flex;
    margin-bottom: 1.25rem;
    border-radius: 999px;
    background: var(--primary);
    color: var(--dark-blue);
    padding: 0.45rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}
.home-hero h1 {
    margin-bottom: 1.35rem;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 1.02;
    font-weight: 900;
}
.home-hero p {
    max-width: 640px;
    margin-bottom: 2rem;
    color: #d1d5db;
    font-size: 1.18rem;
    line-height: 1.65;
}
.home-category-band {
    position: relative;
    z-index: 2;
    margin-top: -3rem;
}
.home-category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
}
.home-category-card {
    display: flex;
    min-height: 175px;
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #ffffff;
    color: #111827;
    padding: 1.1rem;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.home-category-card:hover {
    border-color: var(--secondary);
    color: #111827;
    transform: translateY(-4px);
    box-shadow: 0 20px 38px rgba(15, 23, 42, 0.16);
}
.home-category-icon {
    width: 42px;
    height: 42px;
    border-radius: 0.65rem;
    background: rgba(232, 119, 21, 0.1);
    color: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
}
.home-category-card strong {
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
}
.home-category-card small {
    color: #6b7280;
    line-height: 1.45;
    text-align: center;
}
.home-service-section {
    padding: 5rem 0;
    background: var(--dark-blue);
    color: #ffffff;
}
.home-service-item {
    display: flex;
    gap: 1rem;
}
.home-service-item span {
    width: 42px;
    height: 42px;
    border-radius: 0.65rem;
    background: var(--primary);
    color: var(--dark-blue);
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.service-card-link {
    display: block;
    color: #111827;
    text-decoration: none;
}

.service-card-link:hover {
    color: #111827;
}

.service-card-more {
    display: inline-flex;
    align-items: center;
    color: var(--primary-orange);
    font-size: 0.85rem;
    font-weight: 900;
}

.service-detail-hero {
    position: relative;
    background:
        linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(31, 41, 55, 0.96)),
        radial-gradient(circle at top right, rgba(250, 194, 0, 0.22), transparent 34%);
    color: #ffffff;
    padding: 4.5rem 0;
    overflow: hidden;
}

.service-back-link {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.25rem;
    color: #facc15;
    font-weight: 900;
    text-decoration: none;
}

.service-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(250, 194, 0, 0.35);
    border-radius: 999px;
    background: rgba(250, 194, 0, 0.08);
    color: #facc15;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    padding: 0.42rem 0.75rem;
}

.service-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 2rem;
    align-items: center;
}

.service-detail-icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: rgba(250, 194, 0, 0.14);
    color: #facc15;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.service-detail-hero h1 {
    max-width: 760px;
    margin: 0 0 1rem;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05;
    font-weight: 900;
}

.service-detail-hero p {
    max-width: 720px;
    color: #d1d5db;
    font-size: 1.12rem;
    line-height: 1.65;
}

.service-detail-grid figure {
    position: relative;
    margin: 0;
    border-radius: 1rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.service-detail-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.service-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.btn-service-ghost {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50rem;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-weight: 900;
}

.btn-service-ghost:hover,
.btn-service-ghost:focus {
    border-color: rgba(250, 194, 0, 0.65);
    background: rgba(250, 194, 0, 0.13);
    color: #ffffff;
}

.service-value-strip {
    position: relative;
    margin-top: -2rem;
    z-index: 2;
}

.service-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.service-value-grid article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
    border: 1px solid #e5e7eb;
    border-radius: 0.9rem;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.09);
}

.service-value-grid article span {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: rgba(232, 119, 21, 0.12);
    color: var(--primary-orange);
}

.service-value-grid article strong,
.service-value-grid article small {
    grid-column: 2;
}

.service-value-grid strong,
.service-value-grid small {
    display: block;
}

.service-value-grid strong {
    color: #111827;
    font-weight: 900;
}

.service-value-grid small {
    color: #6b7280;
    line-height: 1.45;
}

.service-detail-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
    gap: 1.5rem;
    align-items: start;
}

.service-detail-content article,
.service-aside-card,
.service-video {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #ffffff;
    padding: 1.35rem;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.service-detail-content h2 {
    margin: 0 0 1rem;
    color: #111827;
    font-size: 1.25rem;
    font-weight: 900;
}

.service-detail-aside {
    display: grid;
    gap: 1rem;
}

.service-check-list {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.service-check-list li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 0.6rem;
    align-items: start;
    color: #374151;
    font-weight: 800;
    line-height: 1.45;
}

.service-check-list i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.14);
    color: #15803d;
    font-size: 0.75rem;
}

.service-video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 0.75rem;
}

.service-process,
.service-related-section {
    margin-top: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #ffffff;
    padding: 1.35rem;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.service-section-kicker {
    display: inline-flex;
    margin-bottom: 0.35rem;
    color: var(--primary-orange);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.service-process h2,
.service-related-heading h2 {
    margin: 0;
    color: #111827;
    font-size: 1.35rem;
    font-weight: 900;
}

.service-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.service-process-grid article {
    border-radius: 0.85rem;
    background: #f8fafc;
    padding: 1rem;
}

.service-process-grid span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    border-radius: 50%;
    background: var(--dark-blue);
    color: #facc15;
    font-weight: 900;
}

.service-process-grid strong,
.service-process-grid small {
    display: block;
}

.service-process-grid strong {
    margin-bottom: 0.35rem;
    color: #111827;
    font-weight: 900;
}

.service-process-grid small {
    color: #6b7280;
    line-height: 1.5;
}

.service-gallery-section {
    margin-top: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #ffffff;
    padding: 1.35rem;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.service-gallery-section h2 {
    margin: 0 0 1rem;
    color: #111827;
    font-size: 1.25rem;
    font-weight: 900;
}

.service-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 1rem;
}

.service-gallery-grid figure {
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: 0.9rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.service-gallery-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.service-gallery-grid figure:hover img {
    transform: scale(1.04);
}

.service-related-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.service-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.service-related-card {
    display: grid;
    gap: 0.5rem;
    min-height: 100%;
    border: 1px solid #eef0f3;
    border-radius: 0.85rem;
    background: #f8fafc;
    color: #111827;
    padding: 1rem;
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.service-related-card:hover {
    border-color: rgba(232, 119, 21, 0.35);
    background: #ffffff;
    color: #111827;
    transform: translateY(-3px);
}

.service-related-card span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.7rem;
    background: rgba(250, 194, 0, 0.18);
    color: var(--primary-orange);
}

.service-related-card strong {
    font-weight: 900;
}

.service-related-card small {
    color: #6b7280;
    line-height: 1.5;
}
.home-service-item h3 {
    margin: 0 0 0.35rem;
    color: #ffffff;
    font-size: 1rem;
}
.home-service-item p {
    margin: 0;
    color: #9ca3af;
    line-height: 1.55;
}
.home-service-image {
    width: 100%;
    max-height: 430px;
    border: 1px solid rgba(250, 194, 0, 0.22);
    border-radius: 0.9rem;
    object-fit: cover;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

/* Product Cards */
.product-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #e7e9ee;
    border-radius: 0.75rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.product-card:hover {
    border-color: rgba(232, 119, 21, 0.45);
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.11);
}
.card-img-wrapper {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f6f7f9;
    position: relative;
    border-bottom: 1px solid #eef0f3;
    text-decoration: none;
}
.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1.35rem;
    transition: transform 0.35s ease;
}

.product-brand-chip {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    max-width: calc(100% - 1.6rem);
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #111827;
    padding: 0.38rem 0.65rem;
    font-size: 0.7rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.product-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.15rem;
}

.product-category {
    margin: 0 0 0.45rem;
    color: var(--secondary);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.product-card-title {
    display: -webkit-box;
    min-height: 3.25rem;
    margin: 0;
    color: #111827;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-price-block {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.35rem;
    margin-bottom: 0.85rem;
}

.product-price-block.is-card {
    min-height: 48px;
}

.price-main-line,
.price-support-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.price-kicker {
    width: 100%;
    color: #15803d;
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
}

.price-offer,
.price-normal {
    font-weight: 950;
    line-height: 1;
}

.price-offer {
    color: #16a34a;
    font-size: 1.35rem;
}

.price-normal {
    color: var(--dark-blue);
    font-size: 1.1rem;
}

.price-regular {
    color: #94a3b8;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: line-through;
}

.price-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 0.7rem;
    font-weight: 950;
    line-height: 1;
    padding: 0.35rem 0.55rem;
    text-transform: uppercase;
}

.product-price .product-price-block.is-detail {
    margin: 0;
}

.product-price-block.is-detail .price-offer,
.product-price-block.is-detail .price-normal {
    font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.product-price-block.is-detail .price-regular {
    font-size: 1.1rem;
}

.product-price-block.is-detail .price-kicker {
    color: #166534;
    font-size: 0.78rem;
}

.product-price-block.is-detail .price-badge {
    font-size: 0.78rem;
    padding: 0.45rem 0.7rem;
}

.product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #eef0f3;
}

.product-sku {
    min-width: 0;
    color: #6b7280;
    font-size: 0.76rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 0.75rem;
    border-radius: 8px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.brand-logo-link:hover,
.brand-logo-link:focus {
    background: #fff7e8;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.brand-logo-index {
    max-height: 40px;
    width: auto;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.brand-logo-link:hover .brand-logo-index,
.brand-logo-link:focus .brand-logo-index {
    transform: scale(1.1);
}

.product-card:hover .card-img-wrapper img {
    transform: scale(1.05);
}

.catalog-search .form-control,
.catalog-search .form-select,
.catalog-search .input-group-text {
    min-height: 52px;
}

.catalog-search .form-control:focus,
.catalog-search .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(250, 194, 0, 0.18);
}

.catalog-autocomplete {
    position: relative;
}

.catalog-autocomplete-panel {
    position: absolute;
    z-index: 40;
    top: calc(100% + 0.45rem);
    left: 0;
    right: 0;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.catalog-autocomplete-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    color: #111827;
    padding: 0.7rem;
    text-decoration: none;
}

.catalog-autocomplete-item + .catalog-autocomplete-item {
    border-top: 1px solid #eef0f3;
}

.catalog-autocomplete-item:hover,
.catalog-autocomplete-item:focus {
    background: #f9fafb;
    color: var(--dark-blue);
}

.catalog-autocomplete-item img,
.catalog-autocomplete-icon {
    width: 44px;
    height: 44px;
    border: 1px solid #eef0f3;
    border-radius: 0.55rem;
    background: #f6f7f9;
}

.catalog-autocomplete-item img {
    object-fit: contain;
    padding: 0.25rem;
}

.catalog-autocomplete-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
}

.catalog-autocomplete-item strong,
.catalog-autocomplete-item small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog-autocomplete-item strong {
    font-size: 0.9rem;
    font-weight: 900;
}

.catalog-autocomplete-item small {
    color: #6b7280;
    font-size: 0.76rem;
    font-weight: 700;
}

.catalog-results-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e7e9ee;
    border-radius: 0.85rem;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.catalog-results-header.compact {
    margin-top: 1.5rem;
}

.catalog-results-header h2 {
    margin: 0.1rem 0 0.2rem;
    color: var(--dark-blue);
    font-size: 1.15rem;
    font-weight: 950;
}

.catalog-results-header span,
.catalog-results-kicker {
    color: #6b7280;
    font-size: 0.82rem;
    font-weight: 800;
}

.catalog-results-kicker {
    margin: 0;
    color: var(--secondary);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-active-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.45rem;
}

.catalog-active-filters span,
.catalog-active-filters a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
    padding: 0.42rem 0.65rem;
    text-decoration: none;
}

.catalog-active-filters span {
    background: #f3f4f6;
    color: #374151;
}

.catalog-active-filters a {
    background: rgba(232, 119, 21, 0.1);
    color: var(--secondary);
}

.catalog-empty-state {
    display: grid;
    place-items: center;
    gap: 0.8rem;
    border: 1px dashed #d1d5db;
    border-radius: 0.9rem;
    background: #ffffff;
    padding: 3rem 1.5rem;
    text-align: center;
}

.catalog-empty-state > i {
    color: #cbd5e1;
    font-size: 3.5rem;
}

.catalog-empty-state h4 {
    margin: 0;
    color: var(--dark-blue);
    font-weight: 950;
}

.catalog-empty-state p {
    max-width: 540px;
    margin: 0;
    color: #6b7280;
    font-weight: 700;
}

.catalog-empty-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 0.35rem;
}

.catalog-suggestions {
    margin-top: 1.25rem;
}

.catalog-categories .accordion-button {
    background: transparent;
    box-shadow: none;
    color: #111827;
}

.catalog-categories .accordion-button:not(.collapsed) {
    color: var(--dark-blue);
}

.catalog-categories .accordion-button::after {
    width: 0.85rem;
    height: 0.85rem;
    background-size: 0.85rem;
}

.category-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--primary);
    flex: 0 0 auto;
}

.category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.5rem;
    color: #4b5563;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.category-link:hover {
    background: #f9fafb;
    color: var(--dark-blue);
}

.category-link.active {
    background: rgba(250, 194, 0, 0.18);
    color: var(--dark-blue);
    font-weight: 800;
}

.category-count {
    min-width: 1.5rem;
    padding: 0.1rem 0.4rem;
    border-radius: 999px;
    background: #f3f4f6;
    color: #6b7280;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 800;
}

/* Product Detail */
.product-detail {
    background: #ffffff;
}

.product-gallery,
.product-summary,
.info-panel {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.product-gallery {
    padding: 1.25rem;
}

.product-main-image {
    width: 100%;
    min-height: 460px;
    border: 0;
    border-radius: 0.65rem;
    background: #f6f7f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    cursor: zoom-in;
}

.product-main-image img {
    max-width: 100%;
    max-height: 380px;
    object-fit: contain;
}

.product-main-image span {
    margin-top: 1rem;
    color: #6b7280;
    font-size: 0.83rem;
    font-weight: 700;
}

.product-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.75rem;
    margin-top: 0.9rem;
}

.product-thumb {
    aspect-ratio: 1;
    border: 1px solid #e5e7eb;
    border-radius: 0.55rem;
    background: #f9fafb;
    padding: 0.45rem;
}

.product-thumb.active,
.product-thumb:hover {
    border-color: var(--primary);
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(10, 25, 47, 0.82);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: all 0.2s ease;
}

.gallery-nav:hover {
    background: var(--primary);
    color: var(--dark-blue);
}

.gallery-prev {
    left: 1rem;
}

.gallery-next {
    right: 1rem;
}

.product-lightbox .modal-dialog {
    max-width: min(1180px, calc(100vw - 2rem));
}

.product-lightbox .modal-content {
    max-height: calc(100vh - 2rem);
}

.product-lightbox-header {
    min-height: 0;
}

.product-lightbox-close {
    position: relative;
    z-index: 30;
    width: 45px;
    height: 45px;
    margin: 0 0 0.75rem auto;
}

.product-lightbox-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: min(82vh, 760px);
    padding: 0;
}

.product-lightbox-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 0.75rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    background: #ffffff;
}

.product-summary {
    padding: 2rem;
}

.brand-badge {
    background: var(--secondary);
    color: #fff;
    border-radius: 999px;
    padding: 0.55rem 0.8rem;
}

.category-badge {
    background: rgba(250, 194, 0, 0.18);
    color: var(--dark-blue);
    border-radius: 999px;
    padding: 0.55rem 0.8rem;
}

.stock-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    padding: 0.48rem 0.8rem;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.stock-badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
}

.product-title {
    margin: 0.75rem 0;
    color: #111827;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
    font-weight: 900;
}

.product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    color: #6b7280;
    font-size: 0.86rem;
    font-weight: 800;
}

.product-meta span {
    background: #f3f4f6;
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
}

.product-price {
    margin: 1.4rem 0;
    color: var(--dark-blue);
    font-size: 1.55rem;
    font-weight: 900;
}

.product-offer-card {
    position: relative;
    display: grid;
    gap: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 1.25rem;
    background: #ffffff;
    padding: 1.25rem;
    margin: 1.4rem 0;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.product-offer-card.has-offer {
    border-color: rgba(22, 163, 74, 0.28);
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 54%);
}

.offer-card-ribbon {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 950;
    line-height: 1;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
}

.product-offer-card .product-price {
    margin: 0;
}

.product-offer-card p {
    margin: 0;
    color: #475569;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.55;
}

.product-offer-card .btn {
    width: fit-content;
}

.product-description {
    border-top: 1px solid #e5e7eb;
    padding-top: 1.35rem;
}

.product-offer-card + .product-description {
    border-top: 0;
    padding-top: 0.25rem;
}

.product-description h2,
.quote-panel h2,
.section-heading h2 {
    margin: 0;
    color: #111827;
    font-size: 1.15rem;
    font-weight: 900;
}

.product-description p,
.quote-panel p {
    margin: 0.75rem 0 0;
    color: #4b5563;
    line-height: 1.7;
}

.product-description-content {
    margin-top: 0.75rem;
    color: #4b5563;
    line-height: 1.7;
}

.product-description-content p,
.product-description-content ul,
.product-description-content ol,
.product-description-content blockquote {
    margin: 0 0 0.9rem;
}

.product-description-content ul,
.product-description-content ol {
    padding-left: 1.25rem;
}

.product-description-content a {
    color: var(--primary-orange);
    font-weight: 800;
    text-decoration: none;
}

.product-description-content a:hover {
    text-decoration: underline;
}

.quote-panel {
    margin-top: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #f9fafb;
    padding: 1.25rem;
}

.quote-panel .btn {
    border-radius: 0.65rem;
}

.product-info-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

.info-panel {
    padding: 1.5rem;
}

.section-heading {
    margin-bottom: 1.25rem;
}

.section-heading span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--secondary);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.spec-table {
    border: 1px solid #eef0f3;
    border-radius: 0.75rem;
    overflow: hidden;
}

.spec-row {
    display: grid;
    grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.2fr);
    gap: 1rem;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #eef0f3;
    background: #ffffff;
}

.spec-row:nth-child(even) {
    background: #fafafa;
}

.spec-row:last-child {
    border-bottom: 0;
}

.spec-label {
    color: #6b7280;
    font-weight: 800;
}

.spec-value {
    color: #111827;
    font-weight: 700;
}

.manual-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.manual-list a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.65rem;
    padding: 0.9rem;
    color: #111827;
    text-decoration: none;
    font-weight: 800;
}

.manual-list a:hover {
    border-color: var(--primary);
    background: rgba(250, 194, 0, 0.08);
}

.manual-list .fa-file-pdf {
    color: #dc2626;
}

.related-products .product-card {
    border-radius: 0.75rem;
}

.modal-content img {
    max-width: 100%;
}
.hero-content .btn {
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-content .btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(250, 194, 0, 0.4);
}

.modal-backdrop.show {
    opacity: 0.9;
    backdrop-filter: blur(10px);
    background-color: #0a192f;
}

.hover-scale-sm {
    transition: transform 0.3s ease;
}

.hover-scale-sm:hover {
    transform: scale(1.02);
}

.cursor-pointer {
    cursor: pointer;
}

.hover-opacity-100:hover {
    opacity: 1 !important;
}

.fb-modern-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.fb-modern-card:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.fb-modern-card iframe {
    border-radius: 0.75rem !important;
}

.fb-modern-card span, .fb-modern-card iframe {
    overflow: hidden;
}

.fb-modern-card .fb-page {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.fb-modern-card:hover .fb-page {
    opacity: 1;
}

.shadow-success {
    box-shadow: 0 0 15px var(--whatsapp);
}

/* Footer */
.site-footer {
    padding: 4.5rem 0 1.75rem;
    background: #081526;
    color: #ffffff;
}
.footer-brand {
    display: inline-flex;
    margin-bottom: 1.35rem;
}
.footer-brand img {
    height: 26px;
    width: auto;
    object-fit: contain;
}
.footer-about {
    max-width: 360px;
    margin-bottom: 1.5rem;
    color: #9ca3af;
    font-size: 0.93rem;
    line-height: 1.75;
}
.footer-title {
    margin: 0 0 1.15rem;
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.footer-links {
    display: grid;
    gap: 0.65rem;
    margin: 0;
}
.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease, padding-left 0.2s ease;
}
.footer-links a:hover {
    color: #ffffff;
    padding-left: 0.3rem;
}
.footer-socials {
    display: flex;
    gap: 0.75rem;
}
.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: white;
    transition: all 0.3s;
}
.social-link:hover {
    background: var(--primary);
    color: var(--dark-blue);
    transform: translateY(-3px);
}
.footer-contact-list {
    display: grid;
    gap: 0.85rem;
}
.footer-contact-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: start;
    color: #ffffff;
    text-decoration: none;
}
.footer-contact-item span {
    width: 38px;
    height: 38px;
    border-radius: 0.6rem;
    background: rgba(250, 194, 0, 0.12);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer-contact-item strong {
    display: block;
    margin-bottom: 0.12rem;
    font-size: 0.88rem;
}
.footer-contact-item small {
    color: #9ca3af;
    line-height: 1.5;
    overflow-wrap: anywhere;
}
.footer-contact-item:hover small {
    color: #ffffff;
}
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom p {
    margin: 0;
    color: #6b7280;
    font-size: 0.85rem;
}
.footer-bottom a {
    color: #9ca3af;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
}
.footer-bottom a:hover {
    color: #ffffff;
}

/* Mobile Adjustments */
@media (max-width: 1200px) {
    .home-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .home-hero,
    .home-hero-inner {
        min-height: 500px;
    }

    .home-category-band {
        margin-top: 0;
        padding-top: 1rem;
    }

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

    .home-category-card {
        min-height: 160px;
    }

    .product-main-image {
        min-height: 320px;
        padding: 1rem;
    }

    .product-lightbox .modal-dialog {
        max-width: 100vw;
        margin: 0;
    }

    .product-lightbox .modal-content {
        min-height: 100vh;
        max-height: 100vh;
        padding: 0.75rem;
    }

    .product-lightbox-body {
        height: calc(100vh - 82px);
    }

    .product-lightbox-image {
        border-radius: 0.5rem;
    }

    .gallery-nav {
        width: 40px;
        height: 40px;
    }

    .gallery-prev {
        left: 0.5rem;
    }

    .gallery-next {
        right: 0.5rem;
    }

    .product-info-grid {
        grid-template-columns: 1fr;
    }

    .catalog-results-header {
        flex-direction: column;
    }

    .catalog-active-filters {
        justify-content: flex-start;
    }

    .service-detail-grid,
    .service-detail-content,
    .service-value-grid,
    .service-process-grid,
    .service-related-grid {
        grid-template-columns: 1fr;
    }

    .service-detail-hero {
        padding: 3rem 0;
    }

    .service-value-strip {
        margin-top: 0;
        padding-top: 1rem;
    }

    .service-related-heading,
    .service-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .service-hero-actions .btn,
    .service-related-heading .btn {
        width: 100%;
    }

    .spec-row {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }
}

@media (max-width: 480px) {
    .home-category-grid {
        grid-template-columns: 1fr;
    }
}
