:root {
  --bd-purple: #54208f;
  --bd-purple-2: #6d2fb0;
  --bd-purple-dark: #311254;
  --bd-orange: #f39b21;
  --bd-orange-dark: #d97c08;
  --bd-ink: #191a22;
  --bd-muted: #6f7280;
  --bd-line: #e9e9ef;
  --bd-soft: #f7f6fa;
  --bd-soft-purple: #f1ebf8;
  --bd-green: #16865b;
  --bd-shadow: 0 18px 50px rgba(35, 18, 58, .10);
}

html { scroll-behavior: smooth; }
body {
  color: var(--bd-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}
body a { color: var(--bd-purple); }
body a:hover { color: var(--bd-purple-2); text-decoration: none; }
body h1, body h2, body h3, body h4 { color: var(--bd-ink); font-weight: 800; letter-spacing: -.025em; }
.bd-shell { width: min(1200px, calc(100% - 36px)); margin: 0 auto; }
#mainWrapper { max-width: none; overflow: hidden; }
.bd-content-row:not(.bd-content-home) { width: min(1200px, calc(100% - 36px)); margin: 28px auto 0; }
.bd-page-column { min-width: 0; }
.bd-content-home { margin: 0; }
.bd-header-row, .bd-footer-row { margin-left: 0; margin-right: 0; }

/* Header */
.bd-site-header { display: contents; }
.bd-topbar { background: var(--bd-purple-dark); color: #fff; font-size: 13px; }
.bd-topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.bd-mini-usps { display: flex; gap: 24px; white-space: nowrap; }
.bd-mini-usps i { color: #ffbc57; margin-right: 4px; }
.bd-topbar a, .bd-topbar a:hover { color: #fff; }
.bd-header-main { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--bd-line); box-shadow: 0 4px 18px rgba(35,18,58,.04); backdrop-filter: blur(14px); }
.bd-header-grid { min-height: 86px; display: grid; grid-template-columns: 215px minmax(280px, 1fr) auto; gap: 22px; align-items: center; }
.bd-brand { display: inline-flex; align-items: baseline; white-space: nowrap; font-size: 27px; font-weight: 950; letter-spacing: -1.5px; line-height: 1; }
.bd-brand:hover { text-decoration: none; }
.bd-brand-budget { color: var(--bd-purple); }
.bd-brand-druk { color: var(--bd-orange); }
.bd-brand small { margin-left: 5px; color: #777; font-size: 10px; font-weight: 750; letter-spacing: .3px; }
.bd-search { min-width: 0; height: 48px; display: flex; align-items: center; overflow: hidden; background: #fff; border: 2px solid #ddd7e6; border-radius: 12px; transition: .2s ease; }
.bd-search:focus-within { border-color: var(--bd-purple); box-shadow: 0 0 0 4px rgba(84,32,143,.08); }
.bd-search input { min-width: 0; flex: 1; height: 100%; padding: 0 16px; border: 0; outline: 0; background: transparent; color: var(--bd-ink); }
.bd-search button { align-self: stretch; padding: 0 19px; border: 0; border-radius: 0 9px 9px 0; background: var(--bd-purple); color: #fff; font-weight: 800; cursor: pointer; }
.bd-search button i { margin-right: 7px; }
.bd-header-actions { display: flex; align-items: center; gap: 7px; }
.bd-header-action { min-width: 64px; padding: 9px 10px; border-radius: 10px; color: #4a4751; text-align: center; font-size: 12px; line-height: 1.2; }
.bd-header-action span, .bd-header-action strong { display: block; white-space: nowrap; }
.bd-header-action strong { margin-top: 3px; color: var(--bd-ink); font-size: 14px; }
.bd-header-action:hover { background: var(--bd-soft); }
.bd-cart-link { background: var(--bd-soft-purple); }
.bd-cart-link i { margin-right: 3px; }
.bd-product-nav { border-top: 1px solid #f1eef4; }
.bd-product-nav-inner { min-height: 50px; display: flex; align-items: center; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.bd-product-nav-inner::-webkit-scrollbar { display: none; }
.bd-product-nav a { flex: 0 0 auto; padding: 8px 11px; border-radius: 9px; color: #36333b; font-size: 14px; font-weight: 750; white-space: nowrap; }
.bd-product-nav a:hover { background: var(--bd-soft-purple); color: var(--bd-purple); }
.bd-product-nav .bd-nav-all { padding: 10px 15px; background: var(--bd-purple); color: #fff; }
.bd-product-nav .bd-nav-all:hover { background: var(--bd-purple-dark); color: #fff; }
.bd-product-nav .bd-nav-quote { margin-left: auto; border: 1px solid #d9c9ea; color: var(--bd-purple); }
.bd-header-message { margin-top: 12px; }

#indexHomeBody #navBreadCrumb { display: none; }
#indexHomeBody .centerColumn {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Homepage hero */
.bd-home { margin: 0; }
.bd-hero-wrap { background: linear-gradient(120deg, #f8f5fb 0%, #fff 57%, #fff8ee 100%); border-bottom: 1px solid var(--bd-line); }
.bd-hero { min-height: 520px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; padding-top: 54px; padding-bottom: 46px; }
.bd-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: var(--bd-soft-purple); color: var(--bd-purple); font-size: 14px; font-weight: 850; }
.bd-eyebrow i { color: var(--bd-orange); }
.bd-hero h1 { max-width: 700px; margin: 18px 0; color: var(--bd-ink); font-size: clamp(39px, 4.25vw, 56px); line-height: 1.03; letter-spacing: -.045em; }
.bd-hero h1 em { color: var(--bd-purple); font-style: normal; }
.bd-hero-copy > p { max-width: 650px; margin: 0 0 26px; color: #5c5e68; font-size: 19px; }
.bd-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.bd-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; font-weight: 850; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.bd-button:hover { transform: translateY(-2px); }
.bd-button-primary, .bd-button-primary:hover { background: var(--bd-orange); color: #241306; box-shadow: 0 8px 20px rgba(243,155,33,.24); }
.bd-button-secondary { background: #fff; border-color: #d8c8ea; color: var(--bd-purple); }
.bd-button-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); color: #fff; }
.bd-button-ghost:hover { background: #fff; color: var(--bd-purple); }
.bd-micro-usps { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 20px; color: #62636b; font-size: 13px; }
.bd-micro-usps span::before { content: "✓"; margin-right: 6px; color: var(--bd-green); font-weight: 900; }
.bd-hero-visual { position: relative; min-height: 400px; }
.bd-hero-image { position: absolute; display: block; overflow: hidden; border: 8px solid #fff; border-radius: 20px; background: #fff; box-shadow: var(--bd-shadow); }
.bd-hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.bd-hero-flyers { width: 65%; height: 290px; left: 0; top: 68px; transform: rotate(-5deg); }
.bd-hero-cards { width: 62%; height: 215px; right: 0; top: 20px; transform: rotate(6deg); }
.bd-service-badge { position: absolute; z-index: 3; width: 230px; left: 29%; bottom: 0; padding: 17px 18px; border: 1px solid #ece8f1; border-radius: 16px; background: #fff; box-shadow: var(--bd-shadow); }
.bd-service-badge strong { display: block; margin-bottom: 4px; color: var(--bd-purple); font-size: 16px; }
.bd-service-badge span { color: #696873; font-size: 13px; }

/* Homepage content */
.bd-trust { background: #fff; border-bottom: 1px solid var(--bd-line); }
.bd-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.bd-trust-item { min-height: 120px; display: flex; align-items: center; gap: 13px; padding: 23px 22px; border-right: 1px solid var(--bd-line); }
.bd-trust-item:last-child { border-right: 0; }
.bd-trust-item > i { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 10px; background: var(--bd-soft-purple); color: var(--bd-purple); }
.bd-trust-item strong, .bd-trust-item span { display: block; }
.bd-trust-item strong { color: var(--bd-ink); }
.bd-trust-item span { margin-top: 3px; color: var(--bd-muted); font-size: 12px; }
.bd-section { padding: 62px 0; }
.bd-section-soft { background: var(--bd-soft); }
.bd-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 27px; }
.bd-section-heading h2 { margin: 0; font-size: clamp(29px, 3vw, 36px); }
.bd-section-heading p { max-width: 650px; margin: 6px 0 0; color: var(--bd-muted); }
.bd-section-heading > a { flex: 0 0 auto; color: var(--bd-purple); font-weight: 850; }
.bd-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bd-product-card { min-height: 330px; display: flex; flex-direction: column; padding: 15px; border: 1px solid var(--bd-line); border-radius: 16px; background: #fff; color: var(--bd-ink); transition: .22s ease; }
.bd-product-card:hover { transform: translateY(-5px); border-color: #d8c8ea; box-shadow: 0 16px 35px rgba(28,17,45,.09); color: var(--bd-ink); }
.bd-product-image { height: 160px; overflow: hidden; border-radius: 12px; background: linear-gradient(145deg,#f1edf6,#fff); }
.bd-product-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.bd-product-card:hover img { transform: scale(1.04); }
.bd-tag { align-self: flex-start; margin-top: 13px; padding: 5px 8px; border-radius: 999px; background: #fff3df; color: var(--bd-orange-dark); font-size: 11px; font-weight: 850; }
.bd-product-card h3 { margin: 9px 0 3px; font-size: 18px; }
.bd-product-card p { margin: 0; color: var(--bd-muted); font-size: 13px; }
.bd-product-card > strong { margin-top: auto; padding-top: 12px; color: var(--bd-purple); font-size: 14px; }
.bd-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.bd-category-grid a { min-height: 82px; display: flex; align-items: center; gap: 11px; padding: 16px 14px; border: 1px solid var(--bd-line); border-radius: 13px; background: #fff; color: #3d3942; font-weight: 750; }
.bd-category-grid a:hover { border-color: #d8c8ea; background: #fcfaff; color: var(--bd-purple); }
.bd-category-grid i { color: var(--bd-purple); font-size: 20px; }
.bd-service-split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.bd-service-panel { min-height: 375px; padding: 34px; overflow: hidden; border-radius: 22px; }
.bd-service-panel h2 { margin: 6px 0 13px; font-size: clamp(28px, 3vw, 34px); line-height: 1.12; }
.bd-service-panel p { opacity: .88; }
.bd-service-panel ul { margin: 23px 0 0; padding: 0; list-style: none; }
.bd-service-panel li { margin: 11px 0; font-weight: 650; }
.bd-service-panel li::before { content: "✓"; margin-right: 9px; color: var(--bd-green); font-weight: 900; }
.bd-panel-kicker { font-size: 13px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.bd-service-purple { background: linear-gradient(135deg, var(--bd-purple-dark), var(--bd-purple-2)); color: #fff; }
.bd-service-purple h2 { color: #fff; }
.bd-service-purple li::before { color: #ffbf58; }
.bd-service-purple .bd-panel-kicker { color: #ffca77; }
.bd-service-light { border: 1px solid #f2dfbe; background: linear-gradient(135deg,#fff4e3,#fff); }
.bd-service-light .bd-panel-kicker { color: var(--bd-orange-dark); }
.bd-text-link { display: inline-block; margin-top: 14px; color: var(--bd-purple); font-weight: 850; }
.bd-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bd-steps article { padding: 25px; border: 1px solid var(--bd-line); border-radius: 16px; background: #fff; }
.bd-steps article > span { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 12px; background: var(--bd-purple); color: #fff; font-weight: 900; }
.bd-steps h3 { margin: 0 0 6px; font-size: 20px; }
.bd-steps p { margin: 0; color: var(--bd-muted); font-size: 14px; }
.bd-help-section { padding-bottom: 8px; }
.bd-help-box { min-height: 185px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 38px; border-radius: 24px; background: linear-gradient(120deg,#1f1233,var(--bd-purple)); color: #fff; }
.bd-help-box h2 { margin: 0 0 7px; color: #fff; font-size: 32px; }
.bd-help-box p { max-width: 680px; margin: 0; opacity: .84; }
.bd-help-actions { flex: 0 0 auto; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

/* Footer */
.bd-footer { margin-top: 64px; padding: 53px 0 22px; background: #16121c; color: #fff; }
.bd-content-home + * .bd-footer, #indexHomeBody .bd-footer { margin-top: 56px; }
.bd-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 38px; }
.bd-footer-brand { margin-bottom: 19px; font-size: 25px; }
.bd-footer-brand .bd-brand-budget { color: #cba9ee; }
.bd-footer-brand .bd-brand-druk { color: #ffb44a; }
.bd-footer-intro p { max-width: 330px; color: #aaa5b0; font-size: 14px; }
.bd-footer-contact { display: grid; gap: 8px; margin-top: 17px; }
.bd-footer a { color: #aaa5b0; }
.bd-footer a:hover { color: #fff; }
.bd-footer-contact i { width: 20px; color: #ffb44a; }
.bd-footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.bd-footer-links h2 { margin: 0 0 5px; color: #fff; font-size: 15px; letter-spacing: 0; }
.bd-footer-links a, .bd-footer-links span { color: #aaa5b0; font-size: 14px; }
.bd-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 37px; padding-top: 21px; border-top: 1px solid #2d2733; color: #8b8690; font-size: 12px; }
.bd-whatsapp { position: fixed; z-index: 200; right: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 8px; padding: 13px 17px; border-radius: 999px; background: #25d366; color: #073b1b; box-shadow: 0 12px 32px rgba(0,0,0,.2); font-weight: 900; }
.bd-whatsapp:hover { color: #073b1b; transform: translateY(-2px); }
.bd-whatsapp i { font-size: 19px; }

/* Existing Zen Cart pages */
#navBreadCrumb { margin: 0 0 20px; }
#navBreadCrumb .breadcrumb { padding: 10px 14px; border-radius: 10px; background: var(--bd-soft); font-size: 13px; }
.centerColumn:not(.bd-home-column) { min-height: 420px; padding: 22px; border: 1px solid var(--bd-line); border-radius: 16px; background: #fff; box-shadow: 0 8px 30px rgba(35,18,58,.035); }
.centerColumn h1 { margin-top: 0; font-size: clamp(28px, 3vw, 38px); }
#navColumnOneWrapper > div, #navColumnTwoWrapper > div { margin-bottom: 16px; overflow: hidden; border: 1px solid var(--bd-line); border-radius: 13px; background: #fff; }
.leftBoxHeading, .rightBoxHeading { padding: 12px 14px; background: var(--bd-purple); color: #fff; font-weight: 800; }
.sideBoxContent { padding: 13px; }
body .btn-primary, body .buttonRow .button, body input[type="submit"].btn { border-color: var(--bd-purple); background-color: var(--bd-purple); }
body .btn-primary:hover, body .buttonRow .button:hover { border-color: var(--bd-purple-dark); background-color: var(--bd-purple-dark); }
body .form-control:focus { border-color: var(--bd-purple); box-shadow: 0 0 0 .2rem rgba(84,32,143,.12); }
.productListing-row, .categoryListBoxContents, .centerBoxContentsProducts { transition: box-shadow .2s ease, transform .2s ease; }
.productListing-row:hover, .categoryListBoxContents:hover, .centerBoxContentsProducts:hover { box-shadow: 0 10px 24px rgba(35,18,58,.07); }
#back-to-top { right: 23px; bottom: 76px; background: var(--bd-purple); color: #fff; }

@media (max-width: 1050px) {
  .bd-header-grid { grid-template-columns: 190px 1fr; padding: 15px 0; }
  .bd-header-actions { grid-column: 1 / -1; justify-content: flex-end; margin-top: -6px; }
  .bd-hero { grid-template-columns: 1fr; }
  .bd-hero-visual { width: min(600px, 100%); min-height: 350px; margin: 0 auto; }
  .bd-product-grid { grid-template-columns: repeat(2, 1fr); }
  .bd-category-grid { grid-template-columns: repeat(3, 1fr); }
  .bd-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .bd-trust-item:nth-child(2) { border-right: 0; }
  .bd-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--bd-line); }
  .bd-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .bd-shell, .bd-content-row:not(.bd-content-home) { width: min(100% - 24px, 1200px); }
  .bd-mini-usps span:nth-child(n+2) { display: none; }
  .bd-top-contact { font-size: 11px; }
  .bd-header-grid { grid-template-columns: 1fr auto; gap: 11px; padding: 12px 0; }
  .bd-brand { font-size: 23px; }
  .bd-brand small { display: none; }
  .bd-search { grid-column: 1 / -1; grid-row: 2; }
  .bd-search button span { display: none; }
  .bd-search button i { margin: 0; }
  .bd-header-actions { grid-column: 2; grid-row: 1; margin: 0; }
  .bd-header-action:not(.bd-cart-link) { display: none; }
  .bd-cart-link { min-width: auto; padding: 8px 10px; }
  .bd-cart-link span { font-size: 0; }
  .bd-cart-link span i { font-size: 17px; }
  .bd-cart-link strong { font-size: 11px; }
  .bd-product-nav a:nth-child(n+6):not(.bd-nav-quote) { display: none; }
  .bd-product-nav .bd-nav-quote { margin-left: 0; }
  .bd-hero { min-height: 0; padding-top: 39px; padding-bottom: 39px; }
  .bd-hero-copy > p { font-size: 17px; }
  .bd-hero-visual { min-height: 315px; }
  .bd-hero-flyers { width: 66%; height: 225px; top: 65px; }
  .bd-hero-cards { width: 62%; height: 165px; }
  .bd-service-badge { left: 18%; width: 205px; }
  .bd-trust-grid, .bd-product-grid, .bd-category-grid, .bd-service-split, .bd-steps, .bd-footer-grid { grid-template-columns: 1fr; }
  .bd-trust-item { min-height: 98px; border-right: 0; border-bottom: 1px solid var(--bd-line); }
  .bd-section { padding: 44px 0; }
  .bd-section-heading { align-items: flex-start; flex-direction: column; }
  .bd-product-card { min-height: 320px; }
  .bd-category-grid { grid-template-columns: repeat(2, 1fr); }
  .bd-service-panel { min-height: 0; padding: 27px; }
  .bd-help-box { align-items: flex-start; flex-direction: column; padding: 28px; }
  .bd-help-box h2 { font-size: 28px; }
  .bd-help-actions { justify-content: flex-start; }
  .bd-footer { margin-top: 44px; }
  .bd-footer-bottom { flex-direction: column; }
  .bd-whatsapp { padding: 12px 14px; font-size: 13px; }
  .centerColumn:not(.bd-home-column) { padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
