* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #ffffff;
  color: #0b0b0f;
}

.text-muted {
  color: rgba(11, 11, 15, 0.62) !important;
}

.text-white {
  color: oklch(100% 0.00011 271.152deg);
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: #fff;
  color: #000;
  padding: 10px 12px;
  border-radius: 10px;
  z-index: 9999;
}
.skip-link:focus {
  left: 12px;
}

.letterspace {
  letter-spacing: 0.12em;
}

.fw-800 {
  font-weight: 900 !important;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: #0b0b0f;
  font-weight: 900;
}

.text-brand {
  color: #cd9933 !important;
}

.link-brand {
  color: #cd9933;
}
.link-brand:hover {
  color: rgb(215.0393700787, 173.4803149606, 91.9606299213);
}

.navbar-brand {
  max-width: 150px;
}

.topbar {
  background: rgba(205, 153, 51, 0.3);
  border-bottom: 1px solid rgba(11, 11, 15, 0.08);
}
.topbar .features-topbar span {
  font-weight: 700;
}
.topbar .topbar-link {
  color: rgba(11, 11, 15, 0.74);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.topbar .topbar-link:hover {
  color: #0b0b0f;
}

.nav-glass {
  background: #1A1A1A;
  border-bottom: 1px solid rgba(11, 11, 15, 0.08);
  backdrop-filter: blur(12px);
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #cd9933;
  color: #0b0b0f;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(205, 153, 51, 0.18);
}

.brand-text {
  font-weight: 800;
  letter-spacing: 0.01em;
}

.navbar .nav-link {
  color: rgb(255, 255, 255);
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 700;
}
.navbar .nav-link:hover {
  color: #0b0b0f;
  background: rgba(248, 214, 147, 0.836);
}

/* Split nav label + arrow: one shared hover background (not on arrow alone) */
#topNav .navbar-nav > .nav-item > .d-inline-flex.align-items-center {
  border-radius: 12px;
  transition: background 0.18s ease, color 0.18s ease;
}
#topNav .navbar-nav > .nav-item > .d-inline-flex.align-items-center .nav-link:hover {
  background: transparent !important;
}
#topNav .navbar-nav > .nav-item > .d-inline-flex.align-items-center:hover, #topNav .navbar-nav > .nav-item > .d-inline-flex.align-items-center:focus-within {
  background: rgba(248, 214, 147, 0.836);
}
#topNav .navbar-nav > .nav-item > .d-inline-flex.align-items-center:hover .nav-link, #topNav .navbar-nav > .nav-item > .d-inline-flex.align-items-center:focus-within .nav-link {
  color: #0b0b0f;
  background: transparent !important;
}

.navbar .nav-item.show > .nav-link {
  color: #0b0b0f;
  background: rgba(248, 214, 147, 0.836);
  border: 1px solid rgba(205, 153, 51, 0.32);
}

.navbar .nav-link.active {
  color: #0b0b0f;
  background: rgba(205, 153, 51, 0.22);
  border: 1px solid rgba(205, 153, 51, 0.32);
}

.dropdown-menu {
  border-radius: 18px;
  border: 1px solid rgba(11, 11, 15, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
  padding: 10px;
}

/* Desktop navbar: open dropdowns on hover (ACF menu) */
@media (min-width: 992px) {
  #topNav .navbar-nav .dropdown:hover > .dropdown-menu,
  #topNav .cgp-mega.is-mega-open > .cgp-mega-menu {
    display: block !important;
  }
  #topNav .navbar-nav .dropdown:hover > .dropdown-toggle,
  #topNav .cgp-mega.is-mega-open > .dropdown-toggle {
    color: #0b0b0f;
    background: rgba(248, 214, 147, 0.836);
    border-color: transparent;
    outline: 0;
    box-shadow: none;
  }
  #topNav .navbar-nav .dropdown:hover > .d-inline-flex > .nav-link,
  #topNav .cgp-mega.is-mega-open > .d-inline-flex > .nav-link {
    color: #0b0b0f;
    background: transparent !important;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
  }
  #topNav .navbar-nav .dropdown:hover > .d-inline-flex,
  #topNav .cgp-mega.is-mega-open > .d-inline-flex {
    background: rgba(248, 214, 147, 0.836);
  }
  #topNav .navbar-nav .dropdown-toggle:focus,
  #topNav .navbar-nav .dropdown-toggle:focus-visible {
    outline: 0;
    box-shadow: none;
  }
}
.dropdown-item {
  border-radius: 14px;
  font-weight: 900;
  padding: 10px 12px;
  color: rgba(11, 11, 15, 0.86);
}
.dropdown-item:hover, .dropdown-item:focus {
  background: rgba(205, 153, 51, 0.12);
  color: #0b0b0f;
}

#topNav {
  overflow: visible;
}

#topNav .container,
#topNav .navbar-collapse {
  overflow: visible;
}

#topNav .cgp-mega {
  position: static;
}

.cgp-mega-menu {
  padding: 0;
  background: #1a1a1a;
  border: 1px solid rgba(205, 153, 51, 0.28);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  z-index: 1040;
}
@media (min-width: 992px) {
  .cgp-mega-menu {
    left: 50%;
    right: auto;
    top: 100%;
    margin-top: 0;
    transform: translateX(-50%);
    width: min(1200px, 100vw - 40px);
    max-width: calc(100vw - 40px);
  }
  .cgp-mega-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
  }
}

.cgp-mega-menu__inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 28px;
}

.cgp-mega-menu__grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 8px 16px;
  min-width: 0;
}

.cgp-mega-menu__columns {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px 32px;
  min-width: 0;
}

.cgp-mega-heading {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: rgba(205, 153, 51, 0.92);
  margin-bottom: 10px;
}

.cgp-mega-col__items {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cgp-mega-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.92);
  height: auto;
  align-self: start;
  transition: background 0.18s ease, color 0.18s ease;
}
.cgp-mega-link:hover, .cgp-mega-link:focus {
  background: rgba(205, 153, 51, 0.14);
  color: #fff;
}

.cgp-mega-link__icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(205, 153, 51, 0.12);
  border: 1px solid rgba(205, 153, 51, 0.24);
  overflow: hidden;
}
.cgp-mega-link__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cgp-mega-link__icon--placeholder {
  color: #cd9933;
  font-size: 1rem;
}

.cgp-mega-link__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  padding-top: 0;
}

.cgp-mega-link__title {
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1.25;
}

.cgp-mega-link__desc {
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.58);
}

.cgp-mega-cta {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 20px;
  border-radius: 16px;
  background: rgba(205, 153, 51, 0.1);
  border: 1px solid rgba(205, 153, 51, 0.28);
}

.cgp-mega-cta__heading {
  font-weight: 900;
  font-size: 1.12rem;
  line-height: 1.25;
  color: #fff;
}

.cgp-mega-cta__desc {
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  flex: 1;
}

.cgp-mega-cta__btn {
  align-self: flex-start;
  margin-top: auto;
  background: #cd9933;
  border: 0;
  border-radius: 12px;
  color: #0b0b0f;
  font-weight: 800;
  padding: 11px 18px;
  box-shadow: 0 10px 24px rgba(205, 153, 51, 0.28);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.cgp-mega-cta__btn:hover, .cgp-mega-cta__btn:focus {
  background: #e0ad4d;
  color: #0b0b0f;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(205, 153, 51, 0.36);
}

@media (max-width: 991.98px) {
  .cgp-mega-menu__inner {
    flex-direction: column;
    padding: 20px;
  }
  .cgp-mega-menu__grid,
  .cgp-mega-menu__columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cgp-mega-cta {
    flex: none;
    width: 100%;
  }
}
.cgp-offcanvas-mega-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cgp-offcanvas-mega-thumb {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(11, 11, 15, 0.04);
}
.cgp-offcanvas-mega-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cgp-offcanvas-mega-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.cgp-offcanvas-mega-title {
  font-weight: 800;
}

.cgp-offcanvas-mega-desc {
  font-size: 0.82rem;
  color: rgba(11, 11, 15, 0.62);
  line-height: 1.4;
}

.nav-actions {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .nav-actions {
    margin-top: 0;
  }
}

.btn-quote {
  font-weight: 700;
  transition: 0.3s ease;
}
.btn-quote:hover {
  transform: scale(1.05) translateX(5px);
}

.icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  line-height: 1;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.14);
  color: rgba(11, 11, 15, 0.86);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.icon-btn > i {
  display: block;
  line-height: 1;
}

.icon-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(205, 153, 51, 0.3);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  background: rgb(216, 183, 116);
  color: #0b0b0f;
}

.icon-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(205, 153, 51, 0.35);
}

.icon-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 900;
  background: #cd9933;
  border: 1px solid rgba(11, 11, 15, 0.18);
  color: #0b0b0f;
}

.btn-brand {
  --bs-btn-bg: #cd9933;
  --bs-btn-border-color: rgba(205, 153, 51, 0.65);
  --bs-btn-color: #0b0b0f;
  --bs-btn-hover-bg: rgb(212.0275590551, 167.3362204724, 79.6724409449);
  --bs-btn-hover-border-color: rgb(208.0118110236, 159.1440944882, 63.2881889764);
  --bs-btn-hover-color: #0b0b0f;
  --bs-btn-active-bg: rgb(181.0299212598, 134.8850393701, 44.3700787402);
  --bs-btn-active-border-color: rgb(172.8377952756, 128.7811023622, 42.3622047244);
  box-shadow: 0 16px 45px rgba(205, 153, 51, 0.18);
  font-weight: 700;
}

.btn-outline-brand {
  --bs-btn-color: #cd9933;
  --bs-btn-border-color: rgba(205, 153, 51, 0.55);
  --bs-btn-hover-bg: rgba(205, 153, 51, 0.18);
  --bs-btn-hover-border-color: rgba(205, 153, 51, 0.75);
  --bs-btn-hover-color: #0b0b0f;
  --bs-btn-active-bg: rgba(205, 153, 51, 0.16);
  --bs-btn-active-border-color: rgba(205, 153, 51, 0.85);
  font-weight: 700;
}

.btn-outline-brand-swap {
  --bs-btn-bg: rgba(205, 153, 51, 0.18);
  --bs-btn-border-color: rgba(205, 153, 51, 0.75);
  --bs-btn-color: #0b0b0f;
  --bs-btn-hover-bg: #cd9933;
  --bs-btn-hover-border-color: rgba(205, 153, 51, 0.65);
  --bs-btn-hover-color: #0b0b0f;
  --bs-btn-active-bg: rgb(181.0299212598, 134.8850393701, 44.3700787402);
  --bs-btn-active-border-color: rgb(172.8377952756, 128.7811023622, 42.3622047244);
  box-shadow: 0 16px 45px rgba(205, 153, 51, 0.18);
  font-weight: 700;
}

.btn:focus-visible,
.form-control:focus,
.form-select:focus,
.accordion-button:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(205, 153, 51, 0.35);
}

.modal-backdrop.show {
  opacity: 0.4;
}

.navbar-toggler {
  background-color: #f8f6f1;
}

.offcanvas-menu {
  background: rgba(255, 255, 255, 0.96);
  border-left: 1px solid rgba(249, 249, 252, 0.12);
}

.offcanvas-menu .offcanvas-header {
  padding: 16px 16px;
  border-bottom: 1px solid rgba(11, 11, 15, 0.08);
  background: #1A1A1A;
}

.offcanvas-menu .offcanvas-body {
  padding: 16px 16px 22px;
}

.btn-close {
  background-color: #f8f6f1;
}

.logo-wrapper {
  max-width: 100px;
}

.menu-block {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  padding: 14px;
  margin-bottom: 14px;
}

.menu-title {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
  font-size: 0.72rem;
  color: rgba(11, 11, 15, 0.68);
  margin-bottom: 10px;
}

.menu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(11, 11, 15, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(11, 11, 15, 0.86);
  font-weight: 900;
  margin-bottom: 8px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.menu-link i {
  color: rgba(11, 11, 15, 0.7);
}

.menu-link:hover {
  transform: translateY(-1px);
  background: rgba(205, 153, 51, 0.1);
  border-color: rgba(205, 153, 51, 0.28);
}

.menu-contact a,
.menu-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(11, 11, 15, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(11, 11, 15, 0.82);
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 8px;
}

.menu-contact i {
  color: rgba(205, 153, 51, 0.9);
}

.menu-note {
  margin-bottom: 0;
}

.contact-grid {
  display: grid;
  gap: 10px;
}

.contact-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transition: transform 160ms ease, border-color 160ms ease;
}

.contact-tile:hover {
  transform: translateY(-1px);
  border-color: rgba(205, 153, 51, 0.3);
}

.form-card {
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.12);
  -webkit-box-shadow: 0 14px 45px rgba(0, 0, 0, 0.12);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.12);
  height: 100%;
}

.search-modal {
  border-radius: 22px;
  border: 1px solid rgba(11, 11, 15, 0.14);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 85px rgba(0, 0, 0, 0.18);
}

.search-paper {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .search-paper {
    grid-template-columns: 1fr;
  }
}

.paper-stack {
  position: relative;
  border-radius: 20px;
  background: rgba(205, 153, 51, 0.08);
  border: 1px solid rgba(205, 153, 51, 0.22);
  overflow: hidden;
  min-height: 220px;
}

.paper {
  position: absolute;
  left: 18px;
  right: 18px;
  height: 150px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

.paper-1 {
  top: 26px;
  transform: rotate(-6deg);
}

.paper-2 {
  top: 44px;
  transform: rotate(4deg);
  opacity: 0.85;
}

.paper-3 {
  top: 62px;
  transform: rotate(10deg);
  opacity: 0.7;
}

.paper-mark {
  position: absolute;
  bottom: 18px;
  left: 18px;
  max-width: 100px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(10, 10, 13, 0.78);
  color: #0b0b0f;
  font-weight: 900;
  padding: 8px;
  letter-spacing: 0.06em;
  box-shadow: 0 16px 30px rgba(205, 153, 51, 0.22);
}

.search-form {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.12);
  padding: 16px;
  position: relative;
}

.search-results {
  margin-top: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  max-height: 320px;
  overflow-y: auto;
}

.search-result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(11, 11, 15, 0.08);
  transition: background 140ms ease;
}

.search-result-item:hover {
  background: rgba(205, 153, 51, 0.1);
}

.search-result-title {
  font-weight: 900;
  color: rgba(11, 11, 15, 0.92);
  line-height: 1.2;
}

.search-result-type {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(205, 153, 51, 0.12);
  border: 1px solid rgba(205, 153, 51, 0.22);
  color: rgba(11, 11, 15, 0.72);
  white-space: nowrap;
}

.search-addon {
  border-radius: 16px 0 0 16px !important;
  background: rgba(205, 153, 51, 0.12) !important;
  border: 1px solid rgba(11, 11, 15, 0.14) !important;
  color: rgba(11, 11, 15, 0.86) !important;
}

.search-input {
  border-radius: 0 16px 16px 0 !important;
  border-left: 0 !important;
}

.chip {
  border: 1px solid rgba(11, 11, 15, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(11, 11, 15, 0.82);
  font-weight: 800;
  border-radius: 999px;
  padding: 8px 12px;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.chip:hover {
  transform: translateY(-1px);
  background: rgba(205, 153, 51, 0.12);
  border-color: rgba(205, 153, 51, 0.3);
  color: #0b0b0f;
}

.kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 10px;
  background: rgba(11, 11, 15, 0.06);
  border: 1px solid rgba(11, 11, 15, 0.12);
  font-weight: 900;
  font-size: 0.82em;
  color: rgba(11, 11, 15, 0.82);
}

.hero {
  position: relative;
  padding: 60px 0px;
  overflow: hidden;
  background: transparent;
}

/* Home hero: blur + crossfade background on load */
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
  transition: opacity 900ms ease, filter 900ms ease;
  will-change: opacity, filter;
}

.hero::before {
  background-image: url("../img/cgp_banner.webp");
  opacity: 1;
  filter: blur(0px);
}

.hero::after {
  background-image: url("../img/cgp_banner_1.webp");
  opacity: 0;
  filter: blur(12px);
}

.hero.is-banner-ready::before {
  opacity: 0;
  filter: blur(14px);
}

.hero.is-banner-ready::after {
  opacity: 1;
  filter: blur(0px);
}

.hero > .container {
  position: relative;
  z-index: 2;
}

.hero-glow {
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero::after {
    transition: none !important;
  }
  .hero::after {
    opacity: 1;
    filter: none;
  }
  .hero::before {
    opacity: 0;
  }
}
.hero-title {
  font-size: 45px;
  line-height: 1.08;
  font-weight: 900;
  line-height: 57px !important;
  margin-bottom: 20px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.32);
}
.hero-title .text-brand {
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.32);
}

.hero-glow {
  position: absolute;
  inset: -130px -140px auto auto;
  width: 560px;
  height: 560px;
  border-radius: 999px;
  background: rgba(205, 153, 51, 0.16);
  filter: blur(24px);
  opacity: 0.72;
  pointer-events: none;
}

.hero-kicker {
  display: inline-block;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  color: rgba(11, 11, 15, 0.62);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(205, 153, 51, 0.26);
  background: #cd9933;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
}
.eyebrow .dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgb(235, 217, 183);
  box-shadow: 0 0 0 6px rgba(226, 210, 180, 0.5);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(11, 11, 15, 0.04);
  border: 1px solid rgba(11, 11, 15, 0.08);
  color: rgba(11, 11, 15, 0.78);
  font-size: 0.85rem;
  transition: 0.3s ease;
}
.pill i {
  color: #cd9933;
}
.pill:hover {
  background: rgba(205, 153, 51, 0.12);
  border-color: rgba(205, 153, 51, 0.3);
  color: rgba(11, 11, 15, 0.9);
}

.hero .lead {
  max-width: 56ch;
  font-size: 1.14rem;
  color: rgba(11, 11, 15, 0.72) !important;
}

.hero-actions {
  margin-top: 0.45rem;
}
.hero-actions .btn {
  min-width: 188px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}

.hero-point {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.96rem;
  color: rgba(11, 11, 15, 0.8);
  text-transform: capitalize;
}
.hero-point i {
  color: #cd9933;
  font-size: 0.86rem;
}

.hero-note {
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(11, 11, 15, 0.82);
}

.hero-media {
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, #f7f1e4 0%, #fbf8f2 100%);
  border: 1px solid rgba(205, 153, 51, 0.26);
  box-shadow: 0 20px 44px rgba(14, 12, 8, 0.16);
  padding: 8px;
}

.hero-media-img {
  display: block;
  width: 100%;
  border-radius: 18px;
}

.trusted-tagline {
  font-weight: 800;
  font-size: 15px;
}

.section {
  position: relative;
}

.section-dark {
  background: rgba(205, 153, 51, 0.3);
  border-top: 1px solid rgba(11, 11, 15, 0.08);
  border-bottom: 1px solid rgba(11, 11, 15, 0.08);
}

.section-light {
  background: #f5efe4;
  border-top: 1px solid rgba(11, 11, 15, 0.08);
  border-bottom: 1px solid rgba(11, 11, 15, 0.08);
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

.logo-strip {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .logo-strip {
    justify-content: flex-end;
  }
}

.logo-pill {
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(11, 11, 15, 0.08);
  color: rgba(11, 11, 15, 0.78);
  font-weight: 700;
  font-size: 0.92rem;
  transition: 0.3s ease;
  max-width: 80px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.logo-pill:hover {
  background: rgba(205, 153, 51, 0.12);
  border-color: rgba(205, 153, 51, 0.3);
  color: rgba(11, 11, 15, 0.9);
  transform: translateX(3px);
}

/* Home: brands marquee (Swiper) */
.cgp-brands-marquee {
  width: 100%;
  overflow: hidden;
  overflow-y: visible !important;
}

.cgp-brands-swiper {
  width: 100%;
}

.cgp-brands-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}

.cgp-brands-swiper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
}

.cgp-brands-swiper .logo-pill {
  margin-bottom: 0;
  max-width: 80px;
}

/* Home: designer promo */
.cgp-designer-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(205, 153, 51, 0.22);
  border: 1px solid rgba(205, 153, 51, 0.35);
  color: rgba(11, 11, 15, 0.92);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.cgp-designer-title {
  font-weight: 900;
  line-height: 1.05;
  font-size: 46px;
}
@media (max-width: 768px) {
  .cgp-designer-title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .cgp-designer-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .cgp-designer-title {
    font-size: 22px;
  }
}

.cgp-designer-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.1);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  font-weight: 900;
  color: rgba(11, 11, 15, 0.88);
}

.cgp-designer-feature i {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(205, 153, 51, 0.14);
  border: 1px solid rgba(205, 153, 51, 0.22);
  color: #cd9933;
  flex: 0 0 auto;
}

.cgp-designer-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.14);
  background: rgba(255, 255, 255, 0.92);
  padding-top: 44px;
  /* reserve room for window bar */
}

.cgp-designer-windowbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(11, 11, 15, 0.94);
  border-bottom: 2px solid #cd9933;
  z-index: 5;
}

.cgp-designer-windowdot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}
.cgp-designer-windowdot.is-red {
  background: #ff5f57;
}
.cgp-designer-windowdot.is-yellow {
  background: #febc2e;
}
.cgp-designer-windowdot.is-green {
  background: #28c840;
}

.cgp-designer-img {
  width: 100%;
  height: auto;
  display: block;
}

.cgp-designer-pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  font-weight: 900;
  color: rgba(11, 11, 15, 0.88);
  z-index: 6;
}

.cgp-designer-pill-top {
  top: 14px;
  right: 14px;
}

.cgp-designer-pill-bottom {
  bottom: 14px;
  right: 14px;
}

@media (max-width: 575.98px) {
  .cgp-designer-features .col-6 {
    width: 100%;
  }
}
/* Design Online: upload hero */
.upload-area.section-light {
  background: #f5efe4;
}

.upload-area .cgp-designer-title--compact {
  font-size: clamp(1.55rem, 2.15vw, 2.15rem);
  line-height: 1.12;
  max-width: 27ch;
}

.cgp-upload-panel {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(11, 11, 15, 0.08);
  box-shadow: 0 18px 42px rgba(14, 12, 8, 0.12);
}

.cgp-upload-panel-head {
  padding: 14px 14px 12px;
  background: #faf6ef;
  border-bottom: 1px solid rgba(11, 11, 15, 0.06);
}

.cgp-upload-panel-head-inset {
  padding: 20px 18px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid rgba(11, 11, 15, 0.08);
  background-color: #d9c9ad;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, transparent 14%), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 4px), linear-gradient(165deg, #e2d4bc 0%, #d4c4a8 42%, #c9b896 100%);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.14), inset 0 -1px 0 rgba(255, 255, 255, 0.45), 0 1px 0 rgba(255, 255, 255, 0.65);
}
.cgp-upload-panel-head-inset h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #b8892f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45), 0 -1px 1px rgba(0, 0, 0, 0.28), 0 2px 2px rgba(0, 0, 0, 0.12);
}

.cgp-upload-panel-body {
  padding: 22px 22px 26px;
}

.cgp-upload-panel-desc {
  margin-bottom: 10px;
  color: rgba(11, 11, 15, 0.86);
  font-size: 0.98rem;
  line-height: 1.65;
  text-align: center;
}

.cgp-upload-panel-note {
  margin-bottom: 18px;
  color: #cd9933;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cgp-upload-dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 210px;
  padding: 26px 20px 22px;
  border-radius: 18px;
  border: 2px dashed rgba(205, 153, 51, 0.72);
  background: rgba(247, 241, 228, 0.55);
  text-align: center;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.cgp-upload-dropzone:hover, .cgp-upload-dropzone:focus-within, .cgp-upload-dropzone.is-dragover {
  border-color: #cd9933;
  background: rgba(205, 153, 51, 0.1);
  box-shadow: 0 0 0 4px rgba(205, 153, 51, 0.14);
  outline: none;
}

.cgp-upload-dropzone-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0;
  cursor: pointer;
  text-align: center;
}

.cgp-upload-dropzone-icon {
  font-size: 2.6rem;
  color: rgba(74, 52, 18, 0.88);
  line-height: 1;
}

.cgp-upload-dropzone-text {
  margin: 0;
  color: rgba(74, 52, 18, 0.92);
  font-size: 1rem;
  line-height: 1.45;
}
.cgp-upload-dropzone-text strong {
  font-weight: 900;
}

.cgp-upload-filename {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(11, 11, 15, 0.58);
  font-size: 0.88rem;
  font-weight: 600;
}

.cgp-upload-browse {
  position: relative;
  z-index: 3;
  margin-top: 4px;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid rgba(205, 153, 51, 0.55);
  background: rgba(255, 255, 255, 0.96);
  color: rgba(74, 52, 18, 0.95);
  font-weight: 800;
  font-size: 0.9rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.cgp-upload-browse:hover, .cgp-upload-browse:focus-visible {
  background: #cd9933;
  border-color: #cd9933;
  color: #fff;
}

.cgp-upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

@media (max-width: 575.98px) {
  .upload-area .cgp-designer-title--compact {
    font-size: clamp(1.35rem, 5.2vw, 1.65rem);
    max-width: none;
  }
  .upload-area .cgp-designer-feature {
    font-size: 0.9rem;
    padding: 10px 12px;
  }
}
.product-card {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 11, 15, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.product-card .card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
}
.product-card .card-footer {
  padding: 0 22px 22px;
}
.product-card.featured {
  border-color: rgba(205, 153, 51, 0.3);
  background: rgba(205, 153, 51, 0.08);
}

/* Product tile CTAs: keep buttons aligned and flush */
.product-card .card-body .mt-3.d-grid {
  width: 100%;
  justify-items: stretch;
  margin-top: auto !important;
}

.product-card .card-body .mt-3.d-grid > .btn {
  width: 100%;
  display: block;
  justify-self: stretch;
}

.product-tile {
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.product-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(205, 153, 51, 0.26);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

/* Home: products swiper */
.cgp-products-carousel {
  position: relative;
  overflow: visible;
}

.cgp-products-swiper {
  padding: 6px 12px 0;
  overflow: visible;
}

.cgp-products-shell {
  position: relative;
}

.cgp-products-swiper {
  width: 100%;
}

.cgp-products-prev,
.cgp-products-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(205, 153, 51, 0.6);
  border: 2px solid rgba(205, 153, 51, 0.42);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  color: #0b0b0f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 2;
  transition: box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.cgp-products-prev,
.cgp-products-next {
  flex: 0 0 auto;
}

@media (min-width: 576px) {
  .cgp-products-shell .cgp-products-prev {
    left: -50px;
  }
  .cgp-products-shell .cgp-products-next {
    right: -50px;
  }
}
.cgp-products-prev::before,
.cgp-products-next::before {
  font-family: "bootstrap-icons";
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}

.cgp-products-prev:hover,
.cgp-products-next:hover {
  border-color: rgba(205, 153, 51, 0.62);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
  background: rgba(205, 153, 51, 0.26);
}

.cgp-products-prev:focus-visible,
.cgp-products-next:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(205, 153, 51, 0.35);
}

.cgp-products-prev::before {
  content: "\f284";
}

.cgp-products-next::before {
  content: "\f285";
}

@media (max-width: 575.98px) {
  .cgp-products-prev,
  .cgp-products-next {
    display: none;
  }
}
.product-media {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-media img {
  border-radius: 10px;
}

.product-media svg {
  width: 100%;
  height: 100%;
  display: block;
}

.product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.product-title {
  font-weight: 900;
  color: rgba(11, 11, 15, 0.9);
  line-height: 1.2;
  font-size: 1.05rem;
}

.ribbon {
  position: absolute;
  margin: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(205, 154, 51, 0.5);
  border: 1px solid rgba(205, 153, 51, 0.28);
  color: rgba(11, 11, 15, 0.9);
  font-weight: 800;
  font-size: 0.85rem;
}

.icon-chip {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(205, 153, 51, 0.14);
  border: 1px solid rgba(205, 153, 51, 0.22);
  color: #cd9933;
  font-size: 1.2rem;
}

.feature-card {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(205, 153, 51, 0.12);
  border: 1px solid rgba(205, 153, 51, 0.18);
  color: #cd9933;
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.cta-slab {
  border-radius: 22px;
  padding: 24px;
  background: rgb(251, 245, 235);
  border: 1px solid rgb(246, 238, 223);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.22);
}

.cgp-testimonials-carousel {
  overflow: visible;
}

.step-card {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: rgba(205, 153, 51, 0.14);
  border: 1px solid rgba(205, 153, 51, 0.22);
  color: rgba(11, 11, 15, 0.92);
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.quote-card {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.1);
}

.stars {
  color: #cd9933;
  margin-bottom: 12px;
}

.reviewer_info {
  display: flex;
  align-items: center;
}

.reviewer_img {
  width: 40px;
  height: 40px;
}

#cta-section {
  padding: 80px 0;
  background: #f5efe4;
}
@media (max-width: 768px) {
  #cta-section .cta-slab {
    padding: 25px 20px;
  }
  #cta-section .cta-slab .cta-title {
    font-size: 22px;
  }
  #cta-section .cta-slab .cta-btn {
    width: 100%;
    font-weight: 700;
  }
}
#cta-section .cta-slab {
  background: #fff;
  border-radius: 16px;
  padding: 35px 45px;
  border: 1px solid #eee;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
#cta-section .cta-slab:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
#cta-section .cta-slab .cta-title {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}
#cta-section .cta-slab .cta-desc {
  color: #666;
  font-size: 15px;
  margin-bottom: 0;
}
#cta-section .cta-slab .cta-btn {
  background: #cd9933;
  color: #000;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 8px;
  border: none;
  transition: all 0.25s ease;
}
#cta-section .cta-slab .cta-btn:hover {
  background: rgb(212.0275590551, 167.3362204724, 79.6724409449);
  transform: translateY(-1px);
}

.accordion {
  --bs-accordion-bg: rgba(255, 255, 255, 0.9);
  --bs-accordion-border-color: rgba(11, 11, 15, 0.12);
  --bs-accordion-btn-color: rgba(11, 11, 15, 0.92);
  --bs-accordion-btn-bg: rgba(255, 255, 255, 0.9);
  --bs-accordion-active-bg: rgba(205, 153, 51, 0.12);
  --bs-accordion-active-color: #0b0b0f;
  border-radius: 16px;
}

.accordion-item {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.12);
  margin-bottom: 12px;
}

.accordion-button {
  font-weight: 800;
}
.accordion-button::after {
  filter: none;
  opacity: 0.9;
}

.help-card {
  border-radius: 22px;
  padding: 22px;
  background: rgb(255, 239, 211);
  border: 1px solid rgb(205, 153, 51);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.22);
}

.faq-image-wrapper {
  border-radius: 22px;
  margin-top: 10px;
}
.faq-image-wrapper .faq-image {
  border-radius: 22px;
  border: 2px solid rgba(205, 153, 51, 0.55);
}

.cgp-faq-quote-btn {
  background: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 800;
  border: 1px solid rgba(11, 11, 15, 0.9);
}

.cgp-faq-quote-btn:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}

.form-label {
  font-weight: 800;
}

.form-control,
.form-select,
textarea.form-control {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(11, 11, 15, 0.14);
  color: #0b0b0f;
}
.form-control::placeholder,
.form-select::placeholder,
textarea.form-control::placeholder {
  color: rgba(11, 11, 15, 0.5);
}

.form-select {
  background-color: rgba(255, 255, 255, 0.95);
}

.quote-form .form-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: rgba(11, 11, 15, 0.9);
}

.quote-form .form-control,
.quote-form .form-select,
.quote-form textarea.form-control {
  border-radius: 8px;
  background: #fff;
  border-color: rgba(11, 11, 15, 0.22);
  box-shadow: none;
}

.quote-form .form-control:focus,
.quote-form .form-select:focus,
.quote-form textarea.form-control:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(205, 153, 51, 0.35);
}

.quote-form input[type=file].form-control {
  padding: 8px 10px;
}

.quote-form input[type=file].form-control::file-selector-button {
  border: 1px solid rgba(11, 11, 15, 0.22);
  background: rgba(205, 153, 51, 0.14);
  color: rgba(11, 11, 15, 0.9);
  font-weight: 900;
  border-radius: 8px;
  padding: 8px 12px;
  margin-right: 12px;
}

.quote-form input[type=file].form-control:hover::file-selector-button {
  background: rgba(205, 153, 51, 0.22);
  border-color: rgba(205, 153, 51, 0.35);
}

.callout {
  border-radius: 16px;
  padding: 14px;
  background: rgba(205, 153, 51, 0.1);
  border: 1px solid rgba(205, 153, 51, 0.2);
}

.info-dot {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(205, 153, 51, 0.14);
  border: 1px solid rgba(205, 153, 51, 0.22);
  color: #cd9933;
  flex: 0 0 auto;
}

.footer {
  background: #1A1A1A;
  border-top: 1px solid rgba(11, 11, 15, 0.08);
}

.logo-img-wrapper {
  max-width: 150px;
}

.logo-footer {
  max-width: 150px;
}

.footer-heading {
  color: #cd9933 !important;
}

.footer-links i {
  color: #FFF;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.74);
  display: inline-block;
  padding: 6px 0;
  transition: 0.3s;
}
.footer-links a:hover {
  color: #cd9933;
  transform: translateX(5px) scale(1.05);
}

.footer-bottom {
  border-top: 1px solid rgba(11, 11, 15, 0.08);
  align-items: center;
}

.social {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.1);
  color: rgba(11, 11, 15, 0.86);
  transition: 0.3s;
}
.social:hover {
  border-color: rgba(205, 153, 51, 0.35);
  background: rgba(205, 154, 51, 0.8);
  transform: translateY(-3px);
  color: #0b0b0f;
}

/* Home: scrollable description card */
.scroll-card {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.scroll-card h1 {
  font-size: 24px;
}
.scroll-card h2 {
  font-size: 20px;
}
.scroll-card p strong {
  color: #cd9933;
}

.feature-grid {
  margin-top: 20px;
}

/* Home: vertically center feature grid beside scroll card */
#description .feature-grid {
  margin-top: 0;
  width: 100%;
}

/* Home: redesigned description section */
.cgp-desc-section {
  overflow: hidden;
}

.cgp-desc-section::before {
  content: "";
  position: absolute;
  inset: -120px -120px auto auto;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: rgba(205, 153, 51, 0.12);
  filter: blur(24px);
  opacity: 0.8;
  pointer-events: none;
}

.cgp-specs-card {
  background: rgba(205, 153, 51, 0.06);
  border: 1px solid rgba(205, 153, 51, 0.18);
}

.cgp-value-panel {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.12);
  padding: 18px;
  display: flex;
  flex-direction: column;
}

.cgp-value-tile {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  padding: 14px 14px;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.cgp-value-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(205, 153, 51, 0.26);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.cgp-value-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 10px;
  border-radius: 18px;
  background: rgba(205, 153, 51, 0.12);
  border: 1px solid rgba(205, 153, 51, 0.22);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.cgp-value-icon img {
  max-width: 44px;
  max-height: 44px;
  width: auto;
  height: auto;
  display: block;
}

.cgp-value-title {
  font-weight: 900;
  color: rgba(11, 11, 15, 0.92);
  margin-bottom: 4px;
}

.cgp-value-sub {
  font-size: 0.88rem;
  line-height: 1.3;
}

.cgp-value-cta {
  margin-top: auto;
}

.cgp-quote-products-cta {
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(205, 153, 51, 0.3);
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  text-align: center;
}

.cgp-quote-products-cta-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(205, 153, 51, 0.16);
  border: 1px solid rgba(205, 153, 51, 0.32);
  color: #cd9933;
  font-size: 1rem;
}

.cgp-quote-products-btn {
  width: 100%;
  border-radius: 10px;
  font-weight: 800;
  background: #1a1a1a;
  border: 1px solid rgba(11, 11, 15, 0.9);
  color: #fff;
  padding: 9px 14px;
}

.cgp-quote-products-btn:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}

.options-card {
  background: white;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(11, 11, 15, 0.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .options-card {
    padding: 30px 15px;
  }
}
.options-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.options-card .icon {
  margin-bottom: 20px;
}
.options-card .icon img {
  width: 90px;
}
@media (max-width: 576px) {
  .options-card .icon img {
    width: 70px;
  }
}
.options-card h4 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .options-card h4 {
    font-size: 16px;
  }
}

.sizes-table-wrap {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.sizes-table {
  --bs-table-bg: transparent;
  margin: 0;
}
.sizes-table td {
  padding: 10px 14px;
  font-weight: 800;
  color: rgba(11, 11, 15, 0.78);
  border-color: rgba(11, 11, 15, 0.1);
  border: 1px solid rgba(11, 11, 15, 0.12);
  font-size: 0.95rem;
  white-space: nowrap;
}
.sizes-table tr:nth-child(odd) td {
  background: rgba(205, 153, 51, 0.05);
}

.sizes-photo-stack {
  position: relative;
  min-height: 360px;
}
@media (max-width: 991.98px) {
  .sizes-photo-stack {
    min-height: 280px;
  }
}

.sizes-photo {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 2px solid rgba(205, 153, 51, 0.55);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
.sizes-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.sizes-photo-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 58%;
}
@media (max-width: 991.98px) {
  .sizes-photo-1 {
    position: relative;
    width: 100%;
  }
}

.sizes-photo-2 {
  position: absolute;
  right: 0;
  top: 18px;
  width: 64%;
}
@media (max-width: 991.98px) {
  .sizes-photo-2 {
    position: relative;
    width: 100%;
    margin-top: 14px;
    top: 0;
  }
}

.scroll-card-header,
.scroll-card-footer {
  padding: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(205, 153, 51, 0.06);
  border-bottom: 1px solid rgba(11, 11, 15, 0.08);
}

.scroll-card-footer {
  border-top: 1px solid rgba(11, 11, 15, 0.08);
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.92);
}

.scroll-box {
  max-height: 500px;
  overflow: auto;
  padding: 16px;
}

.mini-dot {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(205, 153, 51, 0.12);
  border: 1px solid rgba(205, 153, 51, 0.22);
  color: #cd9933;
  flex: 0 0 auto;
}

/* Products page */
.products-toolbar {
  display: grid;
  gap: 10px;
}

.products-cta {
  border-radius: 22px;
  padding: 22px;
  background: rgba(205, 153, 51, 0.08);
  border: 1px solid rgb(205, 153, 51);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.12);
}

.cgp-quote-section .cgp-quote-subtext {
  max-width: 760px;
}
.cgp-quote-section .cgp-quote-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(205, 153, 51, 0.26);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.16);
  background: #ffffff;
}
.cgp-quote-section .cgp-quote-left {
  padding: 22px;
  background: #cd9933;
  color: #fff;
}
.cgp-quote-section .cgp-quote-left-head {
  margin-bottom: 14px;
}
.cgp-quote-section .cgp-quote-left-head p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
}
.cgp-quote-section .cgp-quote-form-dark .form-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}
.cgp-quote-section .cgp-quote-form-dark .form-control,
.cgp-quote-section .cgp-quote-form-dark .form-select {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(205, 153, 51, 0.24);
  min-height: 42px;
  font-size: 0.9rem;
}
.cgp-quote-section .cgp-quote-submit {
  width: auto;
  min-width: 160px;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 800;
  background-color: #000;
  color: #fff;
}
.cgp-quote-section .cgp-quote-right {
  padding: 24px 22px;
  background: #f7f4ee;
  border-left: 1px solid rgba(11, 11, 15, 0.1);
}
.cgp-quote-section .cgp-quote-right .h4 {
  font-size: 2rem;
  line-height: 1.1;
}
.cgp-quote-section .cgp-quote-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(11, 11, 15, 0.08);
}
.cgp-quote-section .cgp-quote-info-item:last-of-type {
  border-bottom: 0;
}
.cgp-quote-section .cgp-quote-info-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(205, 153, 51, 0.16);
  border: 1px solid rgba(205, 153, 51, 0.28);
  color: #cd9933;
  flex: 0 0 auto;
  margin-top: 0;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
.cgp-quote-section .cgp-quote-timeline {
  margin-top: 10px;
}
.cgp-quote-section .cgp-quote-social {
  margin-top: 12px;
}
.cgp-quote-section .cgp-quote-social-link {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(11, 11, 15, 0.12);
  color: rgba(11, 11, 15, 0.82);
  transition: all 0.2s ease;
}
.cgp-quote-section .cgp-quote-social-link:hover {
  border-color: rgba(205, 153, 51, 0.35);
  background: rgba(205, 153, 51, 0.18);
  color: #0b0b0f;
  transform: translateY(-1px);
}
.cgp-quote-section .cgp-quote-products-cta {
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(205, 153, 51, 0.3);
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  text-align: center;
}
.cgp-quote-section .cgp-quote-products-cta-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(205, 153, 51, 0.16);
  border: 1px solid rgba(205, 153, 51, 0.32);
  color: #cd9933;
  font-size: 1rem;
}
.cgp-quote-section .cgp-quote-products-btn {
  width: 100%;
  border-radius: 10px;
  font-weight: 800;
  background: #1a1a1a;
  border: 1px solid rgba(11, 11, 15, 0.9);
  color: #fff;
  padding: 9px 14px;
}
.cgp-quote-section .cgp-quote-products-btn:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}
.cgp-quote-section .cgp-quote-payment {
  width: 100%;
  display: grid;
  gap: 8px;
  justify-items: center;
  border-top: 1px solid rgba(11, 11, 15, 0.08);
  padding-top: 10px;
}
.cgp-quote-section .cgp-quote-payment-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.cgp-quote-section .cgp-quote-payment-icons img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}
@media (max-width: 991.98px) {
  .cgp-quote-section .cgp-quote-layout {
    grid-template-columns: 1fr;
  }
  .cgp-quote-section .cgp-quote-right {
    border-left: 0;
    border-top: 1px solid rgba(11, 11, 15, 0.1);
  }
  .cgp-quote-section .cgp-quote-right .h4 {
    font-size: 1.55rem;
  }
}

.cgp-product-listing-page .cgp-product-listing-header {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.cgp-product-listing-page .cgp-product-listing-card .product-media {
  min-height: 220px;
  background: rgba(205, 153, 51, 0.06);
  border-radius: 12px;
  padding: 10px;
}
.cgp-product-listing-page .cgp-product-listing-pagination ul.page-numbers {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.cgp-product-listing-page .cgp-product-listing-pagination .page-numbers a,
.cgp-product-listing-page .cgp-product-listing-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(11, 11, 15, 0.14);
  background: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  padding: 0 12px;
}
.cgp-product-listing-page .cgp-product-listing-pagination .page-numbers.current {
  background: rgba(205, 153, 51, 0.2);
  border-color: rgba(205, 153, 51, 0.45);
  color: #0b0b0f;
}

.gallery-shell {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  flex: 1 1 auto;
  min-height: 360px;
}
@media (max-width: 575.98px) {
  .gallery-shell {
    min-height: unset;
  }
}

.gallery-main {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 15, 0.12);
  background: rgba(205, 153, 51, 0.06);
  flex: 1 1 auto;
  order: 1;
  height: fit-content;
}

.gallery-slide {
  display: none;
}

.gallery-slide.is-active {
  display: block;
}

.gallery-frame {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: rgba(255, 255, 255, 0.88);
}
.gallery-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.88);
}

.gallery-frame svg {
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-thumbs {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 0;
  width: 100%;
  flex: 0 0 auto;
  order: 2;
  overflow: auto;
  padding-bottom: 6px;
}
@media (max-width: 575.98px) {
  .gallery-thumbs {
    width: 100%;
  }
}

.thumb {
  width: 70px;
  padding: 0;
  height: 70px;
  border-radius: 16px;
  border: 1px solid rgba(11, 11, 15, 0.14);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
@media (max-width: 575.98px) {
  .thumb {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
  }
}

.thumb-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.thumb:hover {
  transform: translateY(-1px);
  border-color: rgba(205, 153, 51, 0.3);
  background: rgba(205, 153, 51, 0.08);
}

.thumb.is-active {
  border-color: rgba(205, 153, 51, 0.42);
  box-shadow: 0 0 0 3px rgba(205, 153, 51, 0.18);
}

.product-buy {
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.12);
  height: 100%;
}

.product-usps {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(11, 11, 15, 0.12);
}

.usp-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: rgba(11, 11, 15, 0.86);
  font-size: 0.95rem;
}

.usp-icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(205, 153, 51, 0.12);
  border: 1px solid rgba(205, 153, 51, 0.22);
  color: #cd9933;
}

.usp-text {
  line-height: 1.2;
}

.single-cart-bar {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(205, 153, 51, 0.42);
  background: rgba(248, 246, 241, 0.95);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.single-cart-meta {
  min-width: 0;
}

.single-cart-title {
  font-size: 0.98rem;
  font-weight: 800;
  color: #0b0b0f;
  line-height: 1.25;
}

.single-cart-sub {
  margin-top: 2px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #cd9933;
}
.single-cart-sub .amount {
  color: inherit;
  font-weight: inherit;
}

.single-cart-form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.single-cart-qty-label {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(11, 11, 15, 0.84);
}

.single-cart-qty {
  width: 72px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(11, 11, 15, 0.2);
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
  font-weight: 600;
  color: #0b0b0f;
  padding: 6px 8px;
}
.single-cart-qty:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(205, 153, 51, 0.35);
}

.single-cart-btn {
  min-width: 112px;
  height: 40px;
  border-radius: 4px;
  border: 0;
  background: #cd9933;
  color: #fff;
  font-weight: 700;
  font-size: 0.94rem;
  padding: 8px 14px;
}

.single-cart-btn:hover {
  background: rgb(172.8377952756, 128.7811023622, 42.3622047244);
  color: #fff;
}

.single-cart-btn-buy {
  background: rgba(11, 11, 15, 0.84);
}

.single-cart-btn-buy:hover {
  background: #0b0b0f;
}

.product-hero-head {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.product-hero-sub {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.product-hero-sub p:last-child {
  margin-bottom: 0;
}

.related-carousel .carousel-control-prev,
.related-carousel .carousel-control-next {
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.related-carousel .carousel-control-prev {
  left: 12px;
}

.related-carousel .carousel-control-next {
  right: 12px;
}

.related-carousel .carousel-control-prev-icon,
.related-carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(1);
  opacity: 0.8;
}

@media (max-width: 575.98px) {
  .single-cart-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .single-cart-title,
  .single-cart-sub {
    font-size: 0.95rem;
  }
  .single-cart-form {
    width: 100%;
    justify-content: space-between;
  }
  .related-carousel {
    padding: 14px 14px;
  }
  .related-carousel .carousel-control-prev,
  .related-carousel .carousel-control-next {
    display: none;
  }
}
.product-tabs .nav-tabs {
  border-bottom: 1px solid rgba(11, 11, 15, 0.12);
}

.product-tabs .nav-link {
  border: 0;
  border-radius: 14px 14px 0 0;
  color: rgba(11, 11, 15, 0.72);
  font-weight: 900;
  padding: 12px 14px;
}

.product-tabs .nav-link.active {
  color: #0b0b0f;
  background: rgba(205, 153, 51, 0.12);
  border: 1px solid rgba(205, 153, 51, 0.22);
  border-bottom-color: transparent;
}

.product-tab-content {
  border: 1px solid rgba(11, 11, 15, 0.12);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.1);
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(11, 11, 15, 0.1);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

body.woocommerce-cart .shop_table,
body.woocommerce-checkout .shop_table {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 15, 0.12) !important;
}

body.woocommerce-cart .shop_table th,
body.woocommerce-checkout .shop_table th {
  background: rgba(205, 153, 51, 0.1);
  color: #0b0b0f;
  font-weight: 800;
}

body.woocommerce-cart .shop_table td,
body.woocommerce-checkout .shop_table td {
  border-color: rgba(11, 11, 15, 0.08) !important;
}

body.woocommerce-cart .quantity .qty {
  border: 1px solid rgba(11, 11, 15, 0.18);
  border-radius: 8px;
  min-height: 38px;
}

body.woocommerce-cart .button,
body.woocommerce-checkout .button,
body.woocommerce-cart button.button,
body.woocommerce-checkout button.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-checkout #place_order {
  background: #cd9933 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  font-weight: 800 !important;
  padding: 11px 16px !important;
}

body.woocommerce-cart .button:hover,
body.woocommerce-checkout .button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-checkout button.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-checkout #place_order:hover {
  background: rgb(172.8377952756, 128.7811023622, 42.3622047244) !important;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order {
  background: rgba(248, 246, 241, 0.9);
  border: 1px solid rgba(11, 11, 15, 0.1);
  border-radius: 14px;
  padding: 14px;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.1);
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 14px;
}

body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select,
body.woocommerce-cart .coupon .input-text {
  border: 1px solid rgba(11, 11, 15, 0.16) !important;
  border-radius: 8px !important;
  min-height: 40px;
}

body.woocommerce-checkout .form-row input.input-text:focus,
body.woocommerce-checkout .form-row textarea:focus,
body.woocommerce-checkout .form-row select:focus,
body.woocommerce-cart .coupon .input-text:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(205, 153, 51, 0.35);
}

/* Home (#description): redesigned tab view (sticky segmented control) */
#description .scroll-card .product-tabs {
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(11, 11, 15, 0.08);
}

#description .scroll-card .product-tabs .nav-tabs {
  border: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  padding: 6px;
  border-radius: 999px;
  margin: 0;
}

#description .scroll-card .product-tabs .nav-tabs .nav-item {
  flex: 1 1 0;
  min-width: 0;
}

#description .scroll-card .product-tabs .nav-tabs .nav-link {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 10px 12px;
  background: rgba(205, 153, 51, 0.12);
  color: rgba(11, 11, 15, 0.72);
  border: 1px solid rgba(205, 153, 51, 0.28);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.76rem;
  line-height: 1;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

/* Optional icons via Bootstrap Icons (no markup changes) */
#description .scroll-card .product-tabs #home-desc-tab::before,
#description .scroll-card .product-tabs #home-specs-tab::before {
  font-family: "bootstrap-icons";
  font-size: 0.95rem;
  line-height: 1;
  opacity: 0.9;
}

#description .scroll-card .product-tabs #home-desc-tab::before {
  content: "\f392";
  /* card-text */
}

#description .scroll-card .product-tabs #home-specs-tab::before {
  content: "\f3c3";
  /* sliders */
}

#description .scroll-card .product-tabs .nav-tabs .nav-link:hover {
  background: rgba(205, 153, 51, 0.22);
  border-color: rgba(205, 153, 51, 0.38);
  transform: translateY(-1px);
}

#description .scroll-card .product-tabs .nav-tabs .nav-link.active {
  background: #cd9933;
  color: rgba(11, 11, 15, 0.95);
  border-color: rgba(205, 153, 51, 0.65);
  box-shadow: 0 12px 26px rgba(205, 153, 51, 0.22);
}

#description .scroll-card .product-tab-content {
  border-radius: 18px;
  border-top: 0;
  margin-top: 10px;
}

@media (max-width: 575.98px) {
  #description .scroll-card .product-tabs {
    padding: 12px 12px;
  }
  #description .scroll-card .product-tabs .nav-tabs {
    gap: 8px;
  }
}
.tab-scroll {
  max-height: 600px;
  overflow: auto;
  padding: 18px;
}

.spec-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(205, 153, 51, 0.06);
  border: 1px solid rgba(11, 11, 15, 0.08);
  margin-bottom: 10px;
}

.spec-row span {
  color: rgba(11, 11, 15, 0.68);
  font-weight: 800;
}

.spec-row strong {
  color: rgba(11, 11, 15, 0.92);
  font-weight: 900;
}

.highlights-section .high-box ul li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(11, 11, 15, 0.04);
  border: 1px solid rgba(11, 11, 15, 0.08);
  color: rgba(11, 11, 15, 0.78);
  font-size: 0.92rem;
  margin: 5px 0px;
  transition: 0.3s ease;
}
.highlights-section .high-box ul li i {
  color: #cd9933;
}
.highlights-section .high-box ul li:hover {
  background: rgba(205, 153, 51, 0.12);
  border-color: rgba(205, 153, 51, 0.3);
  color: rgba(11, 11, 15, 0.9);
}

/* Blog */
.blog-card {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(205, 153, 51, 0.3);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.14);
}

.blog-media {
  border-bottom: 1px solid rgba(11, 11, 15, 0.08);
  background: rgba(205, 153, 51, 0.06);
  overflow: hidden;
}

.blog-media img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-media svg {
  width: 100%;
  height: 100%;
  display: block;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: rgba(11, 11, 15, 0.62);
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(205, 153, 51, 0.12);
  border: 1px solid rgba(205, 153, 51, 0.22);
  color: rgba(11, 11, 15, 0.86);
  font-weight: 900;
  font-size: 0.82rem;
}

.dot-sep {
  color: rgba(11, 11, 15, 0.32);
}

.blog-article {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.12);
  padding: 18px;
}

.article-hero {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 15, 0.12);
  background: rgba(205, 153, 51, 0.06);
}

.article-hero img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

.article-hero svg {
  width: 100%;
  height: 100%;
  display: block;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.prose {
  color: rgba(11, 11, 15, 0.9);
}

.prose h2 {
  font-size: 1.25rem;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
}

.prose p,
.prose ul {
  color: rgba(11, 11, 15, 0.78);
}

.prose ul {
  padding-left: 1.1rem;
}

.prose li {
  margin-bottom: 0.45rem;
}

.prose blockquote {
  margin: 1rem 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(205, 153, 51, 0.08);
  border: 1px solid rgba(205, 153, 51, 0.22);
  color: rgba(11, 11, 15, 0.84);
  font-weight: 800;
}

.sticky-aside {
  position: sticky;
  top: 92px;
}

.mini-post {
  border-radius: 16px;
  padding: 12px 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 11, 15, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transition: transform 160ms ease, border-color 160ms ease;
}

.mini-post:hover {
  transform: translateY(-1px);
  border-color: rgba(205, 153, 51, 0.3);
}

@media (max-width: 575.98px) {
  .hero {
    padding: 34px 0 28px;
  }
  .hero .hero-title {
    font-size: 28px;
    line-height: 1.14 !important;
    margin-bottom: 14px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  }
  .hero .hero-title .text-brand {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  }
  .hero-actions .btn {
    width: 100%;
    font-size: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }
  .hero-actions {
    gap: 10px !important;
  }
  .pill {
    width: 100%;
    justify-content: flex-start;
    font-size: 0.82rem;
    padding: 10px 12px;
  }
  .hero-point {
    width: 100%;
  }
  .hero-note {
    margin-top: 0.35rem !important;
  }
}
