/* Brand Color Variables */
:root {
  --theme-red: #c3090a;
  --theme-dark: #1a1c2b;
  --theme-light: #f8f9fa;
  --theme-grey: #666666;
  --theme-red-hover: #a70708;
  --theme-red-light: #fbeaea;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/* Mobile app-style navigation */
.mobile-bottom-nav { display:none; }

@media (max-width: 767.98px) {
  :root { --mobile-nav-height: 72px; }

  html { -webkit-text-size-adjust:100%; scroll-padding-bottom:calc(var(--mobile-nav-height) + 18px); }
  body { padding-bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom)); }
  .container { width:min(100% - 28px, 1120px); }

  /* The app bar replaces the desktop navigation and floating action on phones. */
  .main-nav,
  .whatsapp-float { display:none !important; }

  .mobile-bottom-nav {
    position:fixed;
    z-index:1100;
    right:0;
    bottom:0;
    left:0;
    min-height:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    align-items:start;
    padding:7px max(10px, env(safe-area-inset-right)) env(safe-area-inset-bottom) max(10px, env(safe-area-inset-left));
    border-top:1px solid rgba(26,28,43,.09);
    background:rgba(255,255,255,.96);
    box-shadow:0 -12px 38px rgba(26,28,43,.14);
    backdrop-filter:blur(18px) saturate(160%);
    -webkit-backdrop-filter:blur(18px) saturate(160%);
  }

  .mobile-bottom-link {
    position:relative;
    min-width:0;
    min-height:58px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    border-radius:16px;
    color:#747681;
    text-decoration:none;
    font-size:.66rem;
    font-weight:750;
    line-height:1;
    -webkit-tap-highlight-color:transparent;
    transition:color .2s ease, transform .2s ease, background-color .2s ease;
  }
  .mobile-bottom-link::after {
    content:"";
    position:absolute;
    top:1px;
    width:18px;
    height:3px;
    border-radius:999px;
    background:transparent;
  }
  .mobile-bottom-icon {
    width:34px;
    height:30px;
    display:grid;
    place-items:center;
    border-radius:12px;
    font-size:1.18rem;
    transition:background-color .2s ease, color .2s ease, transform .2s ease;
  }
  .mobile-bottom-link.active { color:var(--theme-red); }
  .mobile-bottom-link.active::after { background:var(--theme-red); }
  .mobile-bottom-link.active .mobile-bottom-icon { color:var(--theme-red); background:#fbe9ea; transform:translateY(-1px); }
  .mobile-bottom-link:active { transform:scale(.95); }

  /* Compact header designed for 320–430 px phone widths. */
  .top-bar { padding-block:6px !important; }
  .top-bar .container { flex-direction:row !important; gap:8px; }
  .top-info-items { flex:1; justify-content:flex-start !important; gap:8px !important; }
  .top-info-items > span:first-child { display:none; }
  .top-info-items > span:nth-child(2) { font-size:.74rem; white-space:nowrap; }
  .top-social-items { margin-top:0 !important; flex-shrink:0; }
  .catalog-badge { padding:4px 8px; font-size:.65rem; }

  header > .bg-white { padding-block:12px !important; }
  header > .bg-white .row { gap:10px !important; }
  .brand-logo-img { height:68px; }
  .logo-subtext { margin-top:4px; font-size:.72rem; line-height:1.35; }
  .header-contact-actions { flex-direction:row; gap:9px; }
  .header-contact-card { width:auto; max-width:none; min-width:0; flex:1; padding:9px 10px; gap:8px; border-radius:14px; }
  .header-contact-icon { width:36px; height:36px; flex-basis:36px; border-radius:11px; }
  .header-contact-card small { font-size:.6rem; }
  .header-contact-card strong { font-size:.68rem; letter-spacing:-.2px; }

  .hero-banner { padding-top:52px; }
  .hero-content h1 { font-size:clamp(2.55rem, 13vw, 3.35rem); line-height:1.01; }
  .hero-actions { display:grid; grid-template-columns:1fr; }
  .hero-actions a { width:100%; }
  .catalog-hero h1,
  .contact-direct-hero h1 { font-size:clamp(2.35rem, 11.5vw, 3rem); line-height:1.04; }
  .catalog-main { padding-bottom:68px; }
  .catalog-results-head { gap:16px; }
  .catalog-quote-link { width:100%; justify-content:center; min-height:44px; }

  .product-detail-card { padding:16px; border-radius:18px; }
  .product-detail-img-wrap { padding:14px !important; }
  .product-detail-title { font-size:clamp(1.75rem, 9vw, 2.25rem); overflow-wrap:anywhere; }
  .btn-whatsapp-quote { width:100%; justify-content:center; padding:14px 16px; text-align:center; }

  .pre-footer { padding-block:24px !important; }
  .footer { padding-bottom:18px !important; }
}

@media (max-width: 359.98px) {
  .container { width:calc(100% - 22px); }
  .top-info-items > span:nth-child(2) { font-size:.67rem; }
  .catalog-badge { font-size:.58rem; }
  .header-contact-card { padding:8px; }
  .header-contact-card strong { font-size:.61rem; }
  .mobile-bottom-link { font-size:.61rem; }
}
@media (min-width: 992px) {
  .col-lg-3 { width: 25%; }
  .col-lg-6 { width: 50%; }
  .col-lg-9 { width: 75%; }
  .mt-lg-0 { margin-top: 0 !important; }
  .ms-lg-auto { margin-left: auto !important; }
}

/* Modern catalog and category experience */
.catalog-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 82px;
  color: #fff;
  background: linear-gradient(125deg, #171927 0%, #222536 68%, #3a1d26 100%);
}
.catalog-hero::before,.catalog-hero::after { content:""; position:absolute; border-radius:50%; pointer-events:none; }
.catalog-hero::before { width:360px; height:360px; right:8%; top:-230px; border:55px solid rgba(195,9,10,.17); }
.catalog-hero::after { width:220px; height:220px; right:25%; bottom:-180px; background:rgba(255,142,159,.12); filter:blur(15px); }
.catalog-hero .container { position:relative; z-index:1; }
.catalog-hero h1 { color:#fff; font-size:clamp(2.7rem,5vw,4.6rem); letter-spacing:-2.3px; margin:15px 0 18px; }
.catalog-hero h1 em { font-style:normal; color:#e95a5b; }
.catalog-hero p { max-width:710px; color:rgba(255,255,255,.7); font-size:1.05rem; line-height:1.7; margin:0; }

.catalog-categories { padding:58px 0; background:var(--theme-cream); border-bottom:1px solid #f2e8e5; }
.catalog-category-head { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:25px; }
.catalog-category-head span,.results-kicker,.filter-kicker { display:block; color:var(--theme-red); text-transform:uppercase; letter-spacing:1.8px; font-size:.66rem; font-weight:800; }
.catalog-category-head h2 { margin:5px 0 0; font-size:1.85rem; letter-spacing:-.8px; }
.catalog-category-head a { color:var(--theme-red); text-decoration:none; font-size:.8rem; font-weight:800; }
.catalog-category-rail { display:flex; gap:12px; overflow-x:auto; padding:3px 2px 14px; scrollbar-width:thin; scrollbar-color:#f4aeb9 transparent; scroll-snap-type:x proximity; }
.catalog-category-card { flex:0 0 158px; min-height:154px; display:flex; flex-direction:column; justify-content:flex-end; position:relative; padding:18px; border:1px solid transparent; border-radius:20px; color:var(--theme-ink); background:#fff; text-decoration:none; scroll-snap-align:start; box-shadow:0 8px 24px rgba(29,28,44,.045); transition:.3s ease; }
.catalog-category-card:hover,.catalog-category-card.active { color:var(--theme-ink); transform:translateY(-5px); border-color:#ffcbd3; box-shadow:0 16px 38px rgba(29,28,44,.10); }
.catalog-category-card.active { background:linear-gradient(145deg,#fff,#fff2f4); }
.catalog-category-icon { position:absolute; top:15px; right:15px; width:48px; height:48px; display:grid; place-items:center; border-radius:16px; color:var(--theme-red); background:var(--theme-pink); font-size:1.15rem; transition:.3s ease; }
.catalog-category-card:hover .catalog-category-icon,.catalog-category-card.active .catalog-category-icon { color:#fff; background:var(--theme-red); transform:rotate(-6deg); }
.catalog-category-card strong { font-size:.85rem; line-height:1.25; }
.catalog-category-card small { color:#9696a0; margin-top:4px; font-size:.68rem; }

.catalog-main { padding-top:64px; padding-bottom:96px; }
.catalog-filter-box { position:relative; border:0; border-radius:22px; padding:25px 22px; box-shadow:0 12px 38px rgba(29,28,44,.075); }
.catalog-filter-box .sidebar-title { margin:7px 0 16px; border:0; padding:0; font-size:1.25rem; text-transform:none; letter-spacing:-.3px; }
.catalog-filter-box .sidebar-menu-item { border-color:#f0edef; }
.catalog-filter-box .sidebar-menu-link { padding:11px 5px; font-size:.82rem; font-weight:650; }
.catalog-filter-box .sidebar-menu-link:hover,.catalog-filter-box .sidebar-menu-link.active { padding-left:8px; }
.catalog-filter-box .sidebar-menu-count { min-width:28px; text-align:center; }
.catalog-help-card { margin-top:22px; padding:25px; border-radius:22px; color:#fff; background:linear-gradient(145deg,#222438,#3a2940); box-shadow:0 16px 40px rgba(29,28,44,.15); }
.catalog-help-card .help-icon { width:46px; height:46px; display:grid; place-items:center; border-radius:14px; background:#25d366; font-size:1.35rem; margin-bottom:18px; }
.catalog-help-card h5 { color:#fff; font-size:1.1rem; }
.catalog-help-card p { color:rgba(255,255,255,.64); font-size:.8rem; line-height:1.55; }
.catalog-help-card a { display:flex; align-items:center; justify-content:space-between; color:#fff; text-decoration:none; font-size:.76rem; font-weight:800; margin-top:18px; }

.catalog-results-head { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:28px; padding:4px 0 20px; border-bottom:1px solid #eee9ea; }
.catalog-results-head h2 { margin:5px 0 4px !important; font-size:clamp(1.8rem,3vw,2.45rem) !important; letter-spacing:-1px; }
.catalog-results-head p { color:#898a94; margin:0; font-size:.8rem; }
.catalog-results-head p strong { color:var(--theme-red); }
.catalog-quote-link { display:flex; align-items:center; gap:8px; padding:11px 15px; border-radius:999px; color:#198c45; background:#eafaf0; text-decoration:none; font-size:.74rem; font-weight:800; white-space:nowrap; transition:.25s ease; }
.catalog-quote-link:hover { color:#fff; background:#25b95d; transform:translateY(-2px); }
.catalog-main .product-card-img-wrap { padding-top:84%; }
.catalog-main .product-card-body { padding:17px; }
.catalog-main .product-card-desc { min-height:36px; }
.catalog-pagination { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:46px; padding:20px 24px; border:1px solid #eee9ea; border-radius:18px; background:#fff; box-shadow:0 8px 25px rgba(29,28,44,.04); }
.catalog-pagination span { color:#8a8b95; font-size:.78rem; }
.catalog-pagination span strong { color:var(--theme-dark); }
.page-arrow { display:flex; align-items:center; gap:8px; color:var(--theme-red); text-decoration:none; font-size:.76rem; font-weight:800; }
.page-arrow:hover { color:var(--theme-red-hover); }
.page-arrow.disabled { opacity:.3; pointer-events:none; }

.main-nav .dropdown-menu { min-width:260px; padding:10px; border-radius:0 0 16px 16px; background:#222438; box-shadow:0 18px 45px rgba(18,18,30,.28) !important; }
.main-nav .dropdown-item { border:0; border-radius:9px; padding:9px 12px; font-size:.78rem; }
.main-nav .dropdown-item:hover { background:var(--theme-red); }

@media (max-width: 991px) {
  .catalog-main .catalog-filter-box { position:relative; }
  .catalog-main .col-lg-3 { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
  .catalog-main .col-lg-3 > * { margin:0; }
}

.footer-credit { color:#fff; font-weight:700; text-decoration:none; transition:color .2s ease; }
.footer-credit:hover { color:#e95a5b; }

.header-contact-actions { display:flex; justify-content:flex-end; align-items:center; gap:14px; }
.header-contact-card { display:flex; align-items:center; gap:12px; min-width:215px; padding:13px 16px; border:1px solid #eee8e8; border-radius:16px; color:var(--theme-dark); background:#fff; text-decoration:none; box-shadow:0 8px 28px rgba(26,28,43,.06); transition:.25s ease; }
.header-contact-card:hover { color:var(--theme-dark); transform:translateY(-3px); box-shadow:0 14px 34px rgba(26,28,43,.11); }
.header-contact-icon { flex:0 0 42px; width:42px; height:42px; display:grid; place-items:center; border-radius:13px; color:#fff; background:var(--theme-red); }
.header-contact-card.whatsapp-card .header-contact-icon { background:#25b95d; }
.header-contact-card small,.header-contact-card strong { display:block; }
.header-contact-card small { color:#8b8c95; font-size:.67rem; margin-bottom:2px; }
.header-contact-card strong { font-size:.83rem; white-space:nowrap; }

.contact-direct-hero { position:relative; overflow:hidden; padding:80px 0 88px; color:#fff; background:linear-gradient(125deg,#171927,#242739 65%,#3a1d26); }
.contact-direct-hero::after { content:""; position:absolute; width:360px; height:360px; right:8%; top:-220px; border-radius:50%; border:65px solid rgba(195,9,10,.18); }
.contact-direct-hero .container { position:relative; z-index:1; }
.contact-direct-hero h1 { color:#fff; max-width:800px; margin:15px 0 20px; font-size:clamp(2.8rem,5vw,4.7rem); letter-spacing:-2px; }
.contact-direct-hero h1 em { color:#e95a5b; font-style:normal; }
.contact-direct-hero p { max-width:700px; color:rgba(255,255,255,.7); font-size:1.05rem; line-height:1.7; margin:0; }
.contact-direct-section { padding:86px 0 100px; background:var(--theme-cream); }
.contact-direct-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.direct-contact-card { position:relative; overflow:hidden; min-height:390px; display:flex; flex-direction:column; align-items:flex-start; padding:38px; border-radius:28px; color:var(--theme-dark); background:#fff; text-decoration:none; box-shadow:0 16px 48px rgba(26,28,43,.08); transition:.35s cubic-bezier(.2,.8,.2,1); }
.direct-contact-card:hover { color:var(--theme-dark); transform:translateY(-8px); box-shadow:0 24px 60px rgba(26,28,43,.15); }
.direct-contact-card::after { content:""; position:absolute; width:190px; height:190px; right:-70px; top:-70px; border-radius:50%; background:var(--theme-pink); }
.direct-contact-icon { position:relative; z-index:1; width:62px; height:62px; display:grid; place-items:center; border-radius:19px; color:#fff; background:var(--theme-red); font-size:1.75rem; margin-bottom:34px; }
.direct-contact-card.whatsapp .direct-contact-icon { background:#25b95d; }
.direct-contact-label { color:var(--theme-red); text-transform:uppercase; letter-spacing:1.8px; font-size:.68rem; font-weight:800; }
.direct-contact-card.whatsapp .direct-contact-label { color:#198c45; }
.direct-contact-card h2 { margin:8px 0 14px; font-size:2rem; }
.direct-contact-card p { color:#777985; line-height:1.65; font-size:.9rem; max-width:480px; }
.direct-contact-action { display:flex; align-items:center; justify-content:space-between; width:100%; margin-top:auto; padding-top:20px; border-top:1px solid #eee9e9; color:var(--theme-red); font-size:.8rem; font-weight:800; }
.direct-contact-card.whatsapp .direct-contact-action { color:#198c45; }
.contact-location { display:flex; align-items:center; gap:17px; margin-top:28px; padding:24px 28px; border-radius:20px; background:#fff; box-shadow:0 10px 35px rgba(26,28,43,.055); }
.contact-location-icon { width:48px; height:48px; flex:0 0 48px; display:grid; place-items:center; border-radius:15px; color:var(--theme-red); background:var(--theme-pink); }
.contact-location small,.contact-location strong { display:block; }
.contact-location small { color:#9999a1; font-size:.68rem; margin-bottom:3px; }
.contact-location strong { font-size:.86rem; }
.contact-experience { margin-left:auto; padding:10px 14px; border-radius:999px; color:var(--theme-red); background:var(--theme-pink); font-size:.72rem; font-weight:800; white-space:nowrap; }

@media (max-width: 991px) {
  .header-contact-card { min-width:0; flex:1; }
  .header-contact-card strong { font-size:.75rem; }
}
@media (max-width: 767px) {
  .header-contact-actions { justify-content:center; flex-direction:column; }
  .header-contact-card { width:100%; max-width:360px; }
  .contact-direct-grid { grid-template-columns:1fr; }
  .contact-direct-hero { padding:58px 0 64px; }
  .direct-contact-card { min-height:350px; padding:30px; }
  .contact-location { align-items:flex-start; flex-wrap:wrap; }
  .contact-experience { margin-left:0; }
}
@media (max-width: 767px) {
  .catalog-hero { padding:55px 0 62px; }
  .catalog-hero h1 { font-size:2.8rem; }
  .catalog-category-head,.catalog-results-head { align-items:flex-start; flex-direction:column; }
  .catalog-category-card { flex-basis:145px; min-height:145px; }
  .catalog-main { padding-top:42px; }
  .catalog-main .col-lg-3 { grid-template-columns:1fr; }
  .catalog-filter-box { display:none; }
  .catalog-pagination { padding:16px; }
  .catalog-pagination span { display:none; }
}

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  background-color: #fcfcfc;
}

/* Layout fallback: keeps the site stable even when a third-party stylesheet is slow. */
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.row { display: flex; flex-wrap: wrap; margin-inline: -12px; }
.row > [class*="col-"] { padding-inline: 12px; }
.col-12 { width: 100%; }
.d-flex { display: flex !important; }
.align-items-center { align-items: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-start { justify-content: flex-start !important; }
.gap-3 { gap: 1rem !important; }
.text-center { text-align: center !important; }
.position-relative { position: relative !important; }
.navbar { display: flex; align-items: center; }
.navbar-toggler { display: none; }
.navbar-collapse { display: block !important; flex-basis: auto; }
.navbar-nav { display: flex; list-style: none; padding: 0; margin: 0; align-items: center; }
.nav-item { display: block; }
.nav-link { display: block; text-decoration: none; }
.dropdown { position: relative; }
.dropdown-menu { display: none; position: absolute; z-index: 20; min-width: 220px; padding: 8px 0; list-style: none; }
.dropdown:hover .dropdown-menu, .dropdown.show .dropdown-menu { display: block; }
.dropdown-item { display: block; text-decoration: none; }
.input-group { display: flex; width: 100%; }
.input-group > * { border-radius: 0 !important; }
.form-select { min-width: 190px; }
.form-control { min-width: 0; flex: 1 1 auto; }
@media (min-width: 768px) {
  .col-md-4 { width: 33.333333%; }
  .col-md-7 { width: 58.333333%; }
  .col-md-8 { width: 66.666667%; }
  .text-md-start { text-align: left !important; }
  .d-md-inline { display: inline !important; }
}
@media (max-width: 767px) {
  .navbar-toggler { display: block; }
  .navbar-collapse { display: none !important; }
  .navbar-collapse.show { display: block !important; }
  .navbar-nav { display: block; }
  .nav-link-highlight { display: inline-block; }
  .hero-secondary { display: block; margin: 18px 0 0; }
  .form-select { min-width: 0; max-width: 42%; }
}

/* Headers & Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: var(--theme-dark);
}

/* Top bar styles */
.top-bar {
  background-color: var(--theme-dark);
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.top-bar a:hover {
  color: var(--theme-red) !important;
}
.catalog-badge {
  background-color: var(--theme-red);
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

/* Logo styling */
.navbar-brand-logo {
  font-family: 'Lato', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
}
.logo-red {
  color: var(--theme-red);
}
.logo-dark {
  color: var(--theme-dark);
}
.logo-subtext {
  font-size: 0.85rem;
  margin-top: 4px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* Search bar styling */
.search-form {
  border: 2px solid var(--theme-red);
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
}
.search-category-select {
  border: none !important;
  border-right: 1px solid #dddddd !important;
  border-radius: 0 !important;
  background-color: #f8f9fa;
  font-weight: 600;
  color: #444444;
  padding-left: 15px;
}
.search-category-select:focus {
  box-shadow: none !important;
}
.search-input {
  border: none !important;
  border-radius: 0 !important;
  padding-left: 15px;
}
.search-input:focus {
  box-shadow: none !important;
}
.btn-search {
  background-color: var(--theme-red);
  color: #ffffff;
  border: none;
  border-radius: 12px !important;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
}
.btn-search:hover {
  background-color: var(--theme-red-hover);
  color: #ffffff;
}

/* Main Navigation Menu styling */
.main-nav {
  background-color: #1a1c2b;
  box-shadow: 0 8px 24px rgba(25,27,40,.14);
}
.main-nav .nav-link {
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 15px 20px !important;
  transition: all 0.2s ease;
}
.main-nav .nav-link:hover, 
.main-nav .nav-link.active,
.main-nav .nav-item.show .nav-link {
  background-color: var(--theme-dark) !important;
  color: #ffffff !important;
}
.main-nav .nav-link-highlight { background: var(--theme-red); border-radius: 999px; padding: 10px 22px !important; margin: 5px 0; }
.main-nav .dropdown-menu {
  background-color: var(--theme-dark);
  margin-top: 0;
  border-radius: 0;
}
.main-nav .dropdown-item {
  color: #dddddd;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px 20px;
  border-bottom: 1px solid #333333;
}
.main-nav .dropdown-item:last-child {
  border-bottom: none;
}
.main-nav .dropdown-item:hover {
  background-color: var(--theme-red);
  color: #ffffff;
}

/* Banner / Hero Section */
.hero-banner {
  background: radial-gradient(circle at 82% 45%, rgba(195,9,10,.55), transparent 25%), linear-gradient(120deg, #1a1c2b 0%, #25283a 58%, #c3090a 150%);
  padding: 118px 0 128px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.hero-content h1 {
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 5.7rem);
  font-weight: 800;
  text-transform: none;
  letter-spacing: -3px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.hero-content h1 em { color: #ff9da7; font-style: normal; }
.eyebrow { color: #ffc1c7; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: .78rem; }
.hero-secondary { color: #fff; text-decoration: none; margin-left: 22px; font-weight: 700; font-size: .92rem; }
.hero-orbit { position:absolute; border:1px solid rgba(255,255,255,.15); border-radius:50%; pointer-events:none; }
.hero-orbit-one { width:500px; height:500px; right:-100px; top:-100px; }
.hero-orbit-two { width:300px; height:300px; right:0; top:0; }
.trust-strip { background:#fff; padding:28px 0; border-bottom:1px solid #eee; }
.trust-strip .row > div { display:flex; align-items:center; gap:14px; }
.trust-strip i { color:var(--theme-red); font-size:1.5rem; }
.trust-strip strong, .trust-strip span { display:block; }
.trust-strip strong { color:var(--theme-dark); font-size:.9rem; }
.trust-strip span { color:#858793; font-size:.78rem; margin-top:3px; }
.hero-content p {
  font-size: 1.25rem;
  max-width: 600px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.btn-hero {
  background-color: #ffffff;
  color: var(--theme-red);
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  padding: 12px 30px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.btn-hero:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

/* Section Titles */
.section-title-wrap {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.section-title-wrap span {
  color: var(--theme-red);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 5px;
}
.section-title-wrap h2 {
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.section-title-wrap h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background-color: var(--theme-red);
}

/* Product Cards */
.product-card {
  background: #ffffff;
  border: 1px solid #eef0f2;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.product-card-img-wrap {
  position: relative;
  overflow: hidden;
  background-color: #fcfcfc;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}
.product-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.product-card:hover .product-card-img {
  transform: scale(1.05);
}
.product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--theme-red);
  color: #ffffff;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 10;
}
.product-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-card-category {
  font-size: 0.8rem;
  color: var(--theme-red);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.product-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  color: var(--theme-dark);
}
.product-card-title a {
  color: var(--theme-dark);
  text-decoration: none;
}
.product-card-title a:hover {
  color: var(--theme-red);
}
.product-card-desc {
  font-size: 0.88rem;
  color: #777777;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card-footer {
  margin-top: auto;
  border-top: 1px solid #f1f3f5;
  padding-top: 15px;
}
.btn-card-details {
  background-color: var(--theme-red);
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  border: none;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  text-decoration: none;
}
.btn-card-details:hover {
  background-color: var(--theme-dark);
  color: #ffffff;
}

/* Sidebar Navigation */
.sidebar-box {
  background: #ffffff;
  border: 1px solid #eef0f2;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}
.sidebar-title {
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--theme-red);
  position: relative;
}
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu-item {
  border-bottom: 1px solid #eeeeee;
}
.sidebar-menu-item:last-child {
  border-bottom: none;
}
.sidebar-menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #444444;
  text-decoration: none;
  padding: 12px 5px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
.sidebar-menu-link:hover, .sidebar-menu-link.active {
  color: var(--theme-red);
  padding-left: 10px;
}
.sidebar-menu-count {
  background: #f1f3f5;
  color: #666666;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 700;
}
.sidebar-menu-link:hover .sidebar-menu-count, .sidebar-menu-link.active .sidebar-menu-count {
  background: var(--theme-red-light);
  color: var(--theme-red);
}

/* Testimonials Section */
.testimonials-section {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('/images/testimonials-bg.jpg') no-repeat center center/cover;
  color: #ffffff;
  padding: 80px 0;
}
.testimonials-section h2 {
  color: #ffffff;
}
.testimonial-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.testimonial-text {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 20px;
}
.testimonial-author {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--theme-red);
}

/* Pre-footer styling */
.pre-footer {
  background-color: var(--theme-red);
}
.pre-footer a:hover {
  text-decoration: underline !important;
}

/* Footer styles */
.footer {
  background-color: var(--theme-dark);
}

/* Contact Page Form */
.contact-info-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eef0f2;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
  padding: 40px;
}
.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}
.contact-info-item {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
}
.contact-info-icon {
  background: var(--theme-red-light);
  color: var(--theme-red);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 20px;
  flex-shrink: 0;
}
.contact-info-text h5 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--theme-dark);
}
.contact-info-text p, .contact-info-text a {
  margin: 0;
  color: #666666;
  text-decoration: none;
}
.contact-info-text a:hover {
  color: var(--theme-red);
}

.contact-form-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eef0f2;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
  padding: 40px;
}
.form-group-custom {
  margin-bottom: 20px;
}
.form-label-custom {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--theme-dark);
  margin-bottom: 8px;
}
.form-control-custom {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
.form-control-custom:focus {
  border-color: var(--theme-red);
  box-shadow: 0 0 0 3px rgba(255, 33, 33, 0.15);
  outline: none;
}
.btn-contact-submit {
  background-color: var(--theme-red);
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 12px 30px;
  transition: all 0.2s ease;
}
.btn-contact-submit:hover {
  background-color: var(--theme-dark);
  color: #ffffff;
}

/* Detail Page Custom CSS */
.product-detail-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eef0f2;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
  padding: 30px;
  margin-bottom: 40px;
}
.product-detail-img-wrap {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fafafa;
}
.product-detail-category {
  font-size: 0.9rem;
  color: var(--theme-red);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.product-detail-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--theme-dark);
}
.product-detail-desc-title {
  font-size: 1.15rem;
  font-weight: 700;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.product-detail-desc {
  color: #555555;
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 30px;
}
.btn-whatsapp-quote {
  background-color: #25d366;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 15px 30px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px rgba(37, 211, 102, 0.2);
}
.btn-whatsapp-quote:hover {
  background-color: #1ebe57;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(37, 211, 102, 0.3);
}

/* About Page Custom CSS */
.about-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eef0f2;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
  padding: 40px;
  margin-bottom: 40px;
}
.about-card p {
  line-height: 1.8;
  font-size: 1.05rem;
  color: #555555;
  margin-bottom: 20px;
}

/* 2026 storefront refresh */
:root {
  --theme-red: #c3090a;
  --theme-red-hover: #a70708;
  --theme-dark: #1a1c2b;
  --theme-ink: #252638;
  --theme-cream: #faf7f5;
  --theme-pink: #f6d9da;
  --shadow-soft: 0 18px 55px rgba(28, 27, 43, .10);
}

body { overflow-x: hidden; background: #fffdfc; }
header { position: relative; z-index: 50; }
.main-nav { position: sticky; top: 0; z-index: 50; }
.navbar-brand-logo { font-size: 2.35rem; letter-spacing: -1.8px; }
  .brand-logo-img { display:block; width:auto; height:108px; max-width:100%; object-fit:contain; object-position:left center; }
.logo-subtext { color: #7d7e88 !important; font-weight: 500; }
.search-form { border-radius: 14px; border-width: 1.5px; box-shadow: 0 8px 30px rgba(195,9,10,.09); }
.search-form .btn-search { border-radius: 0 12px 12px 0 !important; min-width: 58px; }
.main-nav .nav-link { letter-spacing: .5px; border-radius: 10px; }
.main-nav .nav-link:hover { background: rgba(255,255,255,.09) !important; }
.main-nav .nav-link-highlight:hover { background: #fff !important; color: var(--theme-red) !important; }

.hero-banner {
  min-height: 680px;
  padding: 86px 0 96px;
  background: linear-gradient(130deg, #171927 0%, #242739 62%, #3a1d26 100%);
  isolation: isolate;
}
.hero-grid { min-height: 500px; }
.hero-content { z-index: 3; }
.hero-content h1 { font-size: clamp(3.3rem, 6.2vw, 5.5rem); line-height: .98; margin: 20px 0 26px; max-width: 700px; }
.hero-content p { color: rgba(255,255,255,.78); line-height: 1.75; max-width: 620px; font-size: 1.12rem; text-shadow: none; }
.hero-content h1 em { background: linear-gradient(90deg,#d93031,#f07b7c); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn-hero { border-radius: 999px; padding: 15px 26px; box-shadow: 0 12px 32px rgba(195,9,10,.25); }
.btn-hero:hover { background: var(--theme-red); border-color: var(--theme-red); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(195,9,10,.38); }
.hero-secondary { margin: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 14px 24px; transition: .25s ease; }
.hero-secondary:hover { color: #fff; background: rgba(255,255,255,.10); transform: translateY(-2px); }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 34px; color: #fff; }
.proof-avatars { display: flex; }
.proof-avatars span { display:grid; place-items:center; width:38px; height:38px; border-radius:50%; margin-left:-8px; border:3px solid #202236; background:#fff; color:var(--theme-red); font-size:.72rem; font-weight:800; }
.proof-avatars span:first-child { margin-left:0; background:var(--theme-red); color:#fff; }
.proof-stars { color:#ffc857; letter-spacing:2px; font-size:.8rem; }
.hero-proof small { color:rgba(255,255,255,.64); }
.hero-glow { position:absolute; border-radius:50%; filter:blur(10px); opacity:.6; z-index:-1; animation: glowFloat 8s ease-in-out infinite; }
.hero-glow-one { width:480px; height:480px; right:-140px; top:-140px; background:radial-gradient(circle,rgba(195,9,10,.48),transparent 65%); }
.hero-glow-two { width:360px; height:360px; left:38%; bottom:-220px; background:radial-gradient(circle,rgba(255,158,172,.22),transparent 68%); animation-delay:-4s; }

.hero-showcase { position:relative; min-height:510px; }
.hero-product { position:absolute; display:block; overflow:hidden; border-radius:28px; border:1px solid rgba(255,255,255,.18); box-shadow:0 28px 70px rgba(0,0,0,.35); background:#fff; transition:transform .45s cubic-bezier(.2,.8,.2,1); }
.hero-product:hover { transform:translateY(-9px) rotate(1deg); }
.hero-product img { width:100%; height:100%; object-fit:cover; }
.hero-product-main { width:64%; height:430px; left:12%; top:32px; transform:rotate(-3deg); }
.hero-product-main:hover { transform:translateY(-9px) rotate(-1deg); }
.hero-product-main > span { position:absolute; inset:auto 14px 14px; padding:13px 15px; border-radius:16px; color:#fff; background:rgba(23,24,39,.76); backdrop-filter:blur(12px); font-weight:700; line-height:1.25; }
.hero-product-main small { display:block; color:#f07879; text-transform:uppercase; letter-spacing:1px; font-size:.62rem; margin-bottom:4px; }
.hero-product-small { width:31%; height:185px; right:0; }
.hero-product-top { top:0; transform:rotate(5deg); }
.hero-product-bottom { bottom:18px; transform:rotate(7deg); }
.hero-float-badge { position:absolute; left:1%; bottom:8px; z-index:4; display:flex; align-items:center; gap:10px; background:#fff; color:var(--theme-ink); padding:13px 17px; border-radius:18px; box-shadow:var(--shadow-soft); animation:badgeBob 4s ease-in-out infinite; }
.hero-float-badge i { color:var(--theme-red); font-size:1.2rem; }
.hero-float-badge span,.hero-float-badge strong { display:block; font-size:.78rem; }

.trust-strip { position:relative; z-index:5; padding:28px 0; box-shadow:0 15px 40px rgba(28,27,43,.06); }
.trust-strip .row > div { justify-content:center; }
.trust-strip i { width:46px; height:46px; display:grid; place-items:center; border-radius:14px; background:var(--theme-pink); }
.trust-strip strong { font-size:.92rem; }

.section-space { padding-top:92px; padding-bottom:92px; margin-bottom:0 !important; }
.section-heading span,.section-title-wrap > span { color:var(--theme-red); font-weight:800; text-transform:uppercase; letter-spacing:2.2px; font-size:.72rem; }
.section-heading h2,.section-title-wrap h2 { font-size:clamp(2rem,4vw,3rem); letter-spacing:-1.4px; text-transform:none; margin-top:8px; }
.section-title-wrap p { color:#777987; max-width:590px; margin:0 auto; }
.split-heading { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:38px; }
.split-heading a { color:var(--theme-red); font-weight:800; text-decoration:none; white-space:nowrap; }

.category-shortcuts { background:var(--theme-cream); }
.category-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
.category-tile { position:relative; min-height:180px; display:flex; flex-direction:column; justify-content:flex-end; padding:24px; border-radius:24px; overflow:hidden; color:var(--theme-ink); text-decoration:none; background:#fff; box-shadow:0 8px 30px rgba(28,27,43,.05); transition:.35s cubic-bezier(.2,.8,.2,1); }
.category-tile::after { content:""; position:absolute; width:100px; height:100px; right:-25px; top:-25px; border-radius:50%; background:var(--theme-pink); transition:.35s ease; }
.category-tile i { position:absolute; right:20px; top:20px; z-index:1; color:var(--theme-red); font-size:2rem; }
.category-tile strong { font-size:1rem; margin-bottom:3px; }
.category-tile span { color:#858692; font-size:.76rem; }
.category-tile:hover { color:var(--theme-ink); transform:translateY(-8px); box-shadow:var(--shadow-soft); }
.category-tile:hover::after { transform:scale(1.45); }

.featured-section { max-width:1180px; }
.product-card { border:0; border-radius:22px; box-shadow:0 8px 30px rgba(28,27,43,.07); }
.product-card:hover { transform:translateY(-9px); box-shadow:0 24px 60px rgba(28,27,43,.14); }
.product-card-img-wrap { padding-top:88%; background:#f7f4f4; }
.product-card-img { object-fit:contain; padding:12px; }
.product-card:hover .product-card-img { transform:scale(1.08); }
.product-badge { border-radius:999px; padding:6px 11px; box-shadow:none; }
.product-card-body { padding:19px; }
.product-card-category { font-size:.68rem; letter-spacing:.7px; }
.product-card-title { min-height:46px; }
.product-card-footer { border:0; padding-top:5px; }
.btn-card-details { display:flex; align-items:center; justify-content:space-between; border-radius:12px; padding:12px 14px; background:#f8eef0; color:var(--theme-red); }
.btn-card-details:hover { background:var(--theme-red); transform:translateY(-2px); }

.sales-banner { padding-top:20px; background:#fff; }
.sales-banner-inner { display:flex; align-items:center; justify-content:space-between; gap:50px; padding:54px 60px; border-radius:32px; color:#fff; background:linear-gradient(120deg,#1a1c2b,#292c3f 68%,#401f28); overflow:hidden; position:relative; }
.sales-banner-inner::after { content:""; position:absolute; width:300px; height:300px; right:-80px; top:-150px; border-radius:50%; border:60px solid rgba(195,9,10,.18); }
.sales-banner h2 { color:#fff; font-size:clamp(2rem,4vw,3.2rem); max-width:750px; letter-spacing:-1.4px; margin:10px 0; }
.sales-banner p { color:rgba(255,255,255,.66); max-width:700px; margin:0; }
.btn-sales { position:relative; z-index:2; flex-shrink:0; padding:16px 24px; border-radius:999px; background:#25d366; color:#fff; font-weight:800; box-shadow:0 14px 32px rgba(37,211,102,.23); }
.btn-sales:hover { background:#18b956; color:#fff; transform:translateY(-3px); }

.testimonials-section { margin:92px 0 0 !important; border-radius:0; background:linear-gradient(135deg,#1a1c2b,#303346); }
.testimonial-card { border-radius:28px; max-width:760px; }
.whatsapp-float { position:fixed; right:24px; bottom:24px; z-index:100; display:flex; align-items:center; gap:10px; padding:13px 18px; border-radius:999px; color:#fff; background:#25d366; text-decoration:none; font-weight:800; box-shadow:0 14px 35px rgba(37,211,102,.35); animation:whatsappPulse 2.6s infinite; }
.whatsapp-float:hover { color:#fff; background:#18b956; transform:translateY(-3px); }
.whatsapp-float i { font-size:1.35rem; }

.reveal-up { opacity:0; transform:translateY(28px); transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal-up.is-visible { opacity:1; transform:none; }

@keyframes glowFloat { 50% { transform:translate3d(20px,-18px,0) scale(1.08); } }
@keyframes badgeBob { 50% { transform:translateY(-8px) rotate(-1deg); } }
@keyframes whatsappPulse { 0%,100% { box-shadow:0 14px 35px rgba(37,211,102,.35); } 50% { box-shadow:0 14px 45px rgba(37,211,102,.58),0 0 0 9px rgba(37,211,102,.08); } }

@media (max-width: 991px) {
  .hero-banner { padding:72px 0; }
  .hero-showcase { margin-top:45px; min-height:450px; }
  .hero-product-main { left:8%; }
  .category-grid { grid-template-columns:repeat(3,1fr); }
  .sales-banner-inner { padding:42px; flex-direction:column; align-items:flex-start; }
}
@media (max-width: 767px) {
  .brand-logo-img { height:78px; margin-inline:auto; }
  .hero-banner { min-height:auto; padding:64px 0 50px; }
  .hero-content { text-align:left; }
  .hero-content h1 { font-size:3.35rem; letter-spacing:-2.5px; }
  .hero-content p { font-size:1rem; }
  .hero-actions { align-items:stretch; }
  .hero-actions a { text-align:center; }
  .hero-showcase { min-height:360px; }
  .hero-product-main { width:68%; height:320px; left:2%; }
  .hero-product-small { width:31%; height:135px; right:0; }
  .hero-float-badge { left:auto; right:5%; bottom:-3px; }
  .section-space { padding-top:68px; padding-bottom:68px; }
  .split-heading { align-items:flex-start; flex-direction:column; }
  .category-grid { grid-template-columns:repeat(2,1fr); }
  .category-tile { min-height:150px; }
  .sales-banner-inner { padding:34px 26px; border-radius:24px; }
  .whatsapp-float span { display:none; }
  .whatsapp-float { width:56px; height:56px; justify-content:center; padding:0; border-radius:50%; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; }
  .reveal-up { opacity:1; transform:none; }
}

/* Bootstrap-compatible large grid overrides must come after the fallback grid. */
@media (min-width: 992px) {
  .row > .col-lg-3 { width: 25%; }
  .row > .col-lg-6 { width: 50%; }
  .row > .col-lg-9 { width: 75%; }
  .mt-lg-0 { margin-top: 0 !important; }
  .ms-lg-auto { margin-left: auto !important; }
}

/* Keep Bootstrap medium columns from being overridden by the local fallback. */
@media (min-width: 768px) {
  .row > .col-md-4 { width: 33.333333%; }
  .row > .col-md-5 { width: 41.666667%; }
  .row > .col-md-7 { width: 58.333333%; }
  .row > .col-md-8 { width: 66.666667%; }
  .gap-md-0 { gap: 0 !important; }
}

/* Final phone overrides: kept last so local fallbacks and Bootstrap cannot undo them. */
@media (max-width: 767.98px) {
  .container { width:min(calc(100% - 28px), 1120px); }
  .header-contact-actions { flex-direction:row; gap:9px; }
  .header-contact-card { width:auto; max-width:none; min-width:0; flex:1; padding:9px 10px; gap:8px; border-radius:14px; }
  .brand-logo-img { height:68px; }
  .hero-banner { min-height:auto; padding:52px 0 48px; }
  .hero-content h1 { font-size:clamp(2.55rem, 13vw, 3.35rem); line-height:1.01; }
  .catalog-hero h1,
  .contact-direct-hero h1 { font-size:clamp(2.35rem, 11.5vw, 3rem); line-height:1.04; }
  .product-detail-card { padding:16px; border-radius:18px; }
  .btn-search { border-radius:12px !important; }
}

@media (max-width: 359.98px) {
  .container { width:calc(100% - 22px); }
}
