:root {
  --sans: system-ui, "Segoe UI", Roboto, sans-serif;
  --heading: system-ui, "Segoe UI", Roboto, sans-serif;
  --mono: ui-monospace, Consolas, monospace;

  font: 16px/145% var(--sans);
  letter-spacing: 0.18px;

  color: #132318;
  background: #0f1411;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html,
body,
#root {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
  background: #0f1411;
}

#root {
  width: 100vw;
  max-width: none;
  min-height: 100vh;

  margin: 0;
  padding: 0;

  display: block;

  text-align: initial;
  border: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  -webkit-tap-highlight-color: transparent;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}/* =========================================================
   ZIPKIT LANDING / CONFIGURATOR UI
   Clean ZipKit orange + dark green professional style
========================================================= */

:root {
  --zk-orange: #ff8a2a;
  --zk-orange-dark: #f47716;
  --zk-orange-soft: rgba(255, 138, 42, 0.13);

  --zk-ink: #132116;
  --zk-ink-2: #1e2b22;
  --zk-muted: rgba(19, 33, 22, 0.66);

  --zk-green: #233b27;
  --zk-green-2: #142419;

  --zk-paper: rgba(255, 255, 255, 0.94);
  --zk-paper-2: rgba(246, 248, 244, 0.90);

  --zk-border: rgba(17, 24, 39, 0.12);
  --zk-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  --zk-radius: 2px;
}

/* =========================================================
   LANDING OVERLAY
========================================================= */

.zk-landing {
  position: absolute;
  inset: 0;
  z-index: 80;

  display: flex;
  align-items: flex-start;
  justify-content: center;

  width: 100%;
  min-height: 100vh;

  padding: 34px 24px 28px;

  overflow-y: auto;
  overflow-x: hidden;

  background:
    radial-gradient(900px 520px at 50% 12%, rgba(255, 255, 255, 0.36), transparent 68%),
    linear-gradient(180deg, rgba(8, 12, 14, 0.34), rgba(8, 12, 14, 0.68));

  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.zk-heroCard {
  position: relative;

  width: min(1040px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 4.4vw, 52px);

  text-align: center;

  border-radius: 0;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 248, 244, 0.88));

  border: 1px solid rgba(255, 255, 255, 0.62);

  box-shadow:
    var(--zk-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.zk-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 30px;
  padding: 0 14px;
  margin-bottom: 18px;

  border-radius: 999px;

  color: var(--zk-orange);
  background: rgba(255, 138, 42, 0.12);
  border: 1px solid rgba(255, 138, 42, 0.26);

  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zk-title {
  max-width: 880px;
  margin: 0 auto;

  color: var(--zk-ink);

  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.zk-title--sm {
  font-size: clamp(30px, 4vw, 48px);
}

.zk-subtitle {
  max-width: 740px;
  margin: 18px auto 26px;

  color: var(--zk-muted);

  font-size: clamp(15px, 1.65vw, 19px);
  line-height: 1.55;
  font-weight: 500;
}

/* =========================================================
   ADDRESS START PANEL
========================================================= */

.zk-addressBox,
.zk-addressBox--zipkit {
  position: relative;
  z-index: 90;

  width: min(1040px, 100%);
  max-width: 1040px;
  margin: 0 auto;
}

.zk-addressLogoWrap {
  display: flex;
  justify-content: center;

  margin: 4px auto 22px;
}

.zk-addressLogo {
  display: block;

  width: min(280px, 72%);
  max-height: 68px;

  object-fit: contain;

  filter:
    drop-shadow(0 12px 22px rgba(0, 0, 0, 0.22))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.16));
}

.zk-quoteSearchPanel {
  position: relative;
  z-index: 95;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;

  padding: 12px;

  border-radius: var(--zk-radius);

  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(17, 24, 39, 0.10);

  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.zk-quoteFields,
.zk-quoteFields--zipkit {
  display: grid;
  grid-template-columns: minmax(320px, 1.55fr) minmax(170px, 0.55fr);
  gap: 10px;
}

.zk-quoteField {
  min-width: 0;

  display: flex;
  flex-direction: column;
  gap: 7px;

  text-align: left;
}

.zk-quoteField label {
  padding-left: 2px;

  color: rgba(17, 24, 39, 0.62);

  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.zk-addressInputShell,
.zk-fieldWithSuffix {
  height: 58px;

  border-radius: var(--zk-radius);

  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.13);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 8px 18px rgba(17, 24, 39, 0.04);
}

.zk-addressInputShell {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 7px 13px 7px 7px;
}

.zk-addressIcon {
  width: 44px;
  height: 44px;

  display: grid;
  place-items: center;

  flex: 0 0 44px;

  border-radius: var(--zk-radius);

  color: #ffffff;
  background: var(--zk-orange);

  font-size: 23px;
  font-weight: 1000;

  box-shadow:
    0 10px 20px rgba(255, 138, 42, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.zk-addressInput {
  flex: 1;
  min-width: 0;
  height: 100%;

  border: 0;
  outline: 0;

  color: #111827;
  background: transparent;

  font-size: 15px;
  font-weight: 850;
}

.zk-addressInput::placeholder {
  color: rgba(17, 24, 39, 0.42);
}

.zk-fieldWithSuffix {
  position: relative;

  display: flex;
  align-items: center;
}

.zk-quoteInput {
  width: 100%;
  height: 100%;

  padding: 0 58px 0 16px;

  border: 0;
  outline: 0;

  color: #111827;
  background: transparent;

  font-size: 15px;
  font-weight: 900;
}

.zk-fieldWithSuffix span {
  position: absolute;
  right: 14px;

  color: rgba(17, 24, 39, 0.50);

  font-size: 11px;
  font-weight: 1000;
}

.zk-addressInputShell:focus-within,
.zk-fieldWithSuffix:focus-within {
  border-color: rgba(255, 138, 42, 0.76);
  box-shadow:
    0 0 0 4px rgba(255, 138, 42, 0.16),
    0 8px 18px rgba(17, 24, 39, 0.04);
}

.zk-addressBtn {
  height: 54px;
  padding: 0 22px;

  border: 0;
  border-radius: var(--zk-radius);

  color: #ffffff;
  background: var(--zk-orange);

  font-size: 14px;
  font-weight: 1000;
  letter-spacing: 0.015em;
  text-transform: uppercase;

  cursor: pointer;

  box-shadow:
    0 14px 28px rgba(255, 138, 42, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);

  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    background 0.16s ease,
    opacity 0.16s ease;
}

.zk-addressBtn:hover {
  transform: translateY(-1px);
  background: var(--zk-orange-dark);
  box-shadow:
    0 18px 34px rgba(255, 138, 42, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.zk-addressBtn--quote {
  align-self: end;

  height: 58px;
  min-width: 158px;
}

.zk-addressBtn:disabled,
.zk-addressBtn--quote:disabled {
  opacity: 0.52;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.zk-addressBtn--secondary {
  color: var(--zk-orange);
  background: rgba(255, 138, 42, 0.10);
  box-shadow: none;
}

.zk-addressBtn--secondary:hover {
  color: #ffffff;
  background: var(--zk-orange);
}

.zk-addressHelp {
  margin-top: 13px;

  color: #ffb36a;

  font-size: 12px;
  font-weight: 900;

  text-align: center;

  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

/* =========================================================
   GOOGLE AUTOCOMPLETE DROPDOWN
   Google injects .pac-container into body.
========================================================= */

.pac-container {
  z-index: 999999 !important;

  max-height: min(360px, 44vh) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;

  margin-top: 8px;

  border-radius: var(--zk-radius) !important;

  border: 1px solid rgba(17, 24, 39, 0.14) !important;
  background: #ffffff !important;

  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;

  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.pac-item {
  min-height: 46px;
  padding: 8px 13px !important;

  display: flex;
  align-items: center;

  color: rgba(17, 24, 39, 0.72) !important;

  border-top: 1px solid rgba(17, 24, 39, 0.07) !important;

  font-size: 13px !important;
  line-height: 1.25 !important;

  cursor: pointer;
}

.pac-item:first-child {
  border-top: 0 !important;
}

.pac-item:hover,
.pac-item-selected {
  background: rgba(255, 138, 42, 0.10) !important;
}

.pac-item-query {
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.pac-matched {
  color: var(--zk-orange-dark) !important;
  font-weight: 1000 !important;
}

.pac-icon {
  margin-right: 10px !important;
}

/* =========================================================
   FEATURE ROW
========================================================= */

.zk-featureRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;

  margin-top: 28px;
}

.zk-featureRow > div {
  padding: 16px;

  border-radius: 0;

  background: rgba(255, 138, 42, 0.07);
  border: 1px solid rgba(255, 138, 42, 0.14);

  text-align: left;
}

.zk-featureRow strong {
  display: block;

  color: var(--zk-ink);

  font-size: 13px;
  font-weight: 950;
}

.zk-featureRow span {
  display: block;

  margin-top: 5px;

  color: rgba(23, 38, 25, 0.62);

  font-size: 12px;
  line-height: 1.4;
  font-weight: 650;
}

/* =========================================================
   CONFIG SUMMARY BAR ON 3D VIEW
========================================================= */

.zk-configSummary {
  position: absolute;
  top: 76px;
  left: 50%;
  z-index: 45;

  width: min(980px, calc(100% - 32px));

  transform: translateX(-50%);

  display: grid;
  grid-template-columns: 2fr repeat(3, 0.72fr) 1.1fr;
  gap: 8px;

  padding: 8px;

  border-radius: 0;

  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 24, 39, 0.10);

  box-shadow:
    0 18px 42px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.zk-summaryItem {
  min-width: 0;

  padding: 10px 12px;

  border-radius: 0;

  background: rgba(255, 138, 42, 0.07);
  border: 1px solid rgba(255, 138, 42, 0.12);
}

.zk-summaryItem span {
  display: block;

  color: rgba(17, 24, 39, 0.52);

  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zk-summaryItem strong {
  display: block;

  margin-top: 4px;

  color: var(--zk-ink);

  font-size: 13px;
  font-weight: 1000;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zk-summaryItem--price {
  background: var(--zk-orange);
  border-color: rgba(255, 138, 42, 0.45);
}

.zk-summaryItem--price span {
  color: rgba(255, 255, 255, 0.74);
}

.zk-summaryItem--price strong {
  color: #ffffff;
  font-size: 15px;
}

/* Hide builder UI before viewer starts */

.bx-page:not(.bx-page--started) .bx-appbar,
.bx-page:not(.bx-page--started) .bx-rail,
.bx-page:not(.bx-page--started) .bx-left,
.bx-page:not(.bx-page--started) .bx-right {
  display: none !important;
}

/* =========================================================
   CONFIG FULL-PAGE WIZARD
========================================================= */

.zk-configLanding {
  align-items: flex-start;
  justify-content: center;

  width: 100vw;
  min-height: 100vh;

  padding: 24px;

  overflow-y: auto;
  overflow-x: hidden;

  background:
    radial-gradient(980px 520px at 50% -8%, rgba(255, 255, 255, 0.88), transparent 68%),
    linear-gradient(180deg, rgba(246, 248, 242, 0.96), rgba(232, 239, 228, 0.96));
}

.zk-configCard {
  width: min(1380px, calc(100vw - 48px));
  min-height: calc(100vh - 48px);
  max-height: none;

  margin: 0 auto;
  padding: clamp(26px, 3.6vw, 54px);

  overflow: visible;

  border-radius: 0;

  text-align: left;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 244, 0.91));

  border: 1px solid rgba(47, 80, 52, 0.12);

  box-shadow:
    0 34px 90px rgba(15, 23, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.zk-configTop {
  max-width: 980px;
  margin: 0 auto 22px;

  text-align: center;
}

.zk-configCard .zk-eyebrow {
  width: max-content;
  margin: 0 auto 16px;
}

.zk-configCard .zk-title {
  max-width: 880px;
  margin: 0 auto;

  color: var(--zk-ink);

  text-align: center;

  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 1000;
}

.zk-configCard .zk-subtitle {
  max-width: 760px;
  margin: 18px auto 0;

  color: rgba(20, 40, 26, 0.66);

  text-align: center;

  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
  font-weight: 650;
}

/* =========================================================
   SELECTED ADDRESS BAR
========================================================= */

.zk-selectedAddress {
  max-width: 1160px;
  margin: 0 auto 24px;
  padding: 16px 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  border-radius: 0;

  background:
    linear-gradient(135deg, rgba(255, 138, 42, 0.10), rgba(255, 138, 42, 0.045));

  border: 1px solid rgba(255, 138, 42, 0.18);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.80),
    0 10px 26px rgba(15, 23, 42, 0.055);
}

.zk-selectedAddress span {
  display: block;

  color: rgba(20, 40, 26, 0.52);

  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zk-selectedAddress strong {
  display: block;
  margin-top: 5px;

  color: var(--zk-ink);

  font-size: 15px;
  line-height: 1.35;
  font-weight: 950;
}

.zk-selectedAddress button {
  height: 38px;
  padding: 0 14px;

  border: 0;
  border-radius: 0;

  color: var(--zk-orange);
  background: rgba(255, 138, 42, 0.10);

  font-size: 12px;
  font-weight: 950;

  cursor: pointer;
}

.zk-selectedAddress button:hover {
  color: #ffffff;
  background: var(--zk-orange);
}

/* =========================================================
   CONFIG LAYOUT + CARDS
========================================================= */

.zk-configLayout {
  max-width: 1160px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;

  align-items: start;
}

.zk-configMain {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.zk-sectionBlock {
  max-width: none;
  margin: 0;
  padding: 20px;

  border-radius: 0;

  background: rgba(255, 255, 255, 0.80);
  border: 1px solid rgba(17, 24, 39, 0.085);

  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.zk-sectionHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  margin-bottom: 18px;
}

.zk-sectionHead > div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zk-sectionHead > div:first-child > span {
  width: 32px;
  height: 32px;

  display: grid;
  place-items: center;

  flex: 0 0 32px;

  border-radius: 0;

  color: #ffffff;
  background: var(--zk-orange);

  font-size: 11px;
  font-weight: 1000;

  box-shadow: 0 8px 18px rgba(255, 138, 42, 0.24);
}

.zk-sectionHead > div:first-child > strong {
  color: var(--zk-ink);

  font-size: 18px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.025em;
}

/* =========================================================
   MODE TOGGLE
========================================================= */

.zk-modeToggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;

  padding: 4px;

  border-radius: 999px;

  background: rgba(255, 138, 42, 0.10);
  border: 1px solid rgba(255, 138, 42, 0.16);
}

.zk-modeToggle button {
  height: 34px;
  padding: 0 14px;

  border: 0;
  border-radius: 999px;

  color: rgba(20, 40, 26, 0.62);
  background: transparent;

  font-size: 12px;
  font-weight: 950;

  cursor: pointer;
}

.zk-modeToggle button.is-active {
  color: #ffffff;
  background: var(--zk-orange);

  box-shadow: 0 8px 18px rgba(255, 138, 42, 0.26);
}

/* =========================================================
   FORMS
========================================================= */

.zk-formGrid {
  max-width: none;
  margin: 0;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.zk-formGrid--porch {
  margin-top: 16px;
}

.zk-formGroup {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 8px;

  text-align: left;
}

.zk-formGroup label {
  color: rgba(20, 40, 26, 0.58);

  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.zk-formGroup input,
.zk-formGroup select {
  width: 100%;
  height: 56px;

  padding: 0 16px;

  border-radius: 0;

  color: var(--zk-ink);
  background: #ffffff;

  border: 1px solid rgba(17, 24, 39, 0.12);
  outline: none;

  font-size: 15px;
  font-weight: 900;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 8px 18px rgba(15, 23, 42, 0.04);
}

.zk-formGroup input:focus,
.zk-formGroup select:focus {
  border-color: rgba(255, 138, 42, 0.58);
  box-shadow:
    0 0 0 4px rgba(255, 138, 42, 0.12),
    0 8px 18px rgba(15, 23, 42, 0.04);
}

.zk-formGroup input:disabled {
  opacity: 0.72;
  cursor: not-allowed;
  background: rgba(15, 23, 42, 0.045);
}

.zk-formGroup > span {
  position: absolute;
  right: 14px;
  bottom: 18px;

  color: rgba(20, 40, 26, 0.42);

  font-size: 11px;
  font-weight: 950;
}

.zk-formGroup--accent input,
.zk-formGroup--accent select {
  border-color: rgba(255, 138, 42, 0.25);
  background:
    linear-gradient(180deg, #ffffff, #fffaf4);
}

/* =========================================================
   STATS / OPTION CARDS
========================================================= */

.zk-simpleStat {
  margin-top: 16px;
  padding: 17px 19px;

  border-radius: 0;

  background:
    linear-gradient(135deg, rgba(255, 138, 42, 0.13), rgba(255, 138, 42, 0.045));

  border: 1px solid rgba(255, 138, 42, 0.18);
}

.zk-simpleStat span {
  display: block;

  color: rgba(20, 40, 26, 0.52);

  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.zk-simpleStat strong {
  display: block;
  margin-top: 5px;

  color: var(--zk-ink);

  font-size: 26px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.045em;
}

.zk-optionGrid,
.zk-porchOptions {
  max-width: none;
  margin: 0;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.zk-optionGrid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zk-optionGrid label,
.zk-porchOptions label {
  min-height: 58px;

  display: flex;
  align-items: center;
  gap: 11px;

  padding: 14px 16px;

  border-radius: 0;

  color: var(--zk-ink);
  background: rgba(255, 138, 42, 0.065);
  border: 1px solid rgba(255, 138, 42, 0.13);

  font-size: 14px;
  font-weight: 950;

  cursor: pointer;

  transition:
    transform 0.16s ease,
    background 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

.zk-optionGrid label:hover,
.zk-porchOptions label:hover {
  transform: translateY(-1px);
  background: rgba(255, 138, 42, 0.10);
  border-color: rgba(255, 138, 42, 0.22);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.055);
}

.zk-optionGrid label.is-active,
.zk-porchOptions label.is-active {
  background:
    linear-gradient(135deg, rgba(255, 138, 42, 0.16), rgba(255, 138, 42, 0.075));

  border-color: rgba(255, 138, 42, 0.34);
  box-shadow: 0 12px 24px rgba(255, 138, 42, 0.10);
}

.zk-optionGrid input,
.zk-porchOptions input {
  width: 17px;
  height: 17px;

  accent-color: var(--zk-orange);
}

/* =========================================================
   ADVANCED
========================================================= */

.zk-advanced {
  border: 0;
}

.zk-advanced summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  cursor: pointer;
  list-style: none;
}

.zk-advanced summary::-webkit-details-marker {
  display: none;
}

.zk-advanced summary span {
  display: block;

  color: rgba(20, 40, 26, 0.52);

  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.zk-advanced summary strong {
  display: block;
  margin-top: 4px;

  color: var(--zk-ink);

  font-size: 18px;
  font-weight: 1000;
  letter-spacing: -0.025em;
}

.zk-advanced summary em {
  padding: 7px 10px;

  border-radius: 999px;

  color: var(--zk-orange);
  background: rgba(255, 138, 42, 0.10);

  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.zk-advanced[open] summary {
  margin-bottom: 18px;
}

/* =========================================================
   ASIDE
========================================================= */

.zk-configAside {
  position: sticky;
  top: 24px;
}

.zk-asideCard {
  padding: 22px;

  border-radius: 0;

  color: #ffffff;
  background:
    radial-gradient(420px 240px at 80% 0%, rgba(255, 255, 255, 0.16), transparent 60%),
    linear-gradient(135deg, var(--zk-orange), var(--zk-orange-dark));

  box-shadow:
    0 24px 54px rgba(255, 138, 42, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.zk-asideCard > span {
  display: block;

  color: rgba(255, 255, 255, 0.72);

  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zk-asideCard > strong {
  display: block;
  margin-top: 7px;

  color: #ffffff;

  font-size: 36px;
  line-height: 0.95;
  font-weight: 1000;
  letter-spacing: -0.06em;
}

.zk-asideRows {
  display: grid;
  gap: 10px;

  margin-top: 18px;
  padding-top: 18px;

  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.zk-asideRows div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  color: #ffffff;
}

.zk-asideRows small {
  color: rgba(255, 255, 255, 0.72);

  font-size: 11px;
  font-weight: 850;
}

.zk-asideRows b {
  color: #ffffff;

  font-size: 12px;
  font-weight: 950;

  text-align: right;
}

.zk-asideCta {
  width: 100%;
  margin-top: 22px;

  color: var(--zk-orange);
  background: #ffffff;

  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

.zk-asideCta:hover {
  color: #ffffff;
  background: var(--zk-green);
}

.zk-asideLink {
  width: 100%;
  margin-top: 10px;

  border: 0;
  background: transparent;

  color: rgba(255, 255, 255, 0.78);

  font-size: 12px;
  font-weight: 900;

  cursor: pointer;
}

.zk-asideLink:hover {
  color: #ffffff;
}

/* =========================================================
   PREVIEW / ACTION ROW
========================================================= */

.zk-previewStats {
  max-width: 860px;
  margin: 18px auto 0;

  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 10px;
}

.zk-previewStats div {
  padding: 14px;

  border-radius: 0;

  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 24, 39, 0.10);

  text-align: left;
}

.zk-previewStats span {
  display: block;

  color: rgba(18, 33, 22, 0.50);

  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zk-previewStats strong {
  display: block;
  margin-top: 4px;

  color: var(--zk-ink);

  font-size: 15px;
  font-weight: 1000;
}

.zk-actionRow {
  max-width: 960px;
  margin: 24px auto 0;

  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.zk-actionRow .zk-addressBtn {
  min-width: 180px;
}

/* =========================================================
   PACKAGE BOTTOM DOCK
========================================================= */

.zk-packageDock {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 52;

  width: min(1080px, calc(100vw - 48px));

  transform: translateX(-50%);

  pointer-events: none;
}

.zk-packageDock__glow {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -10px;

  height: 34px;

  border-radius: 999px;

  background: rgba(255, 138, 42, 0.30);
  filter: blur(26px);
}

.zk-packageDock__card {
  position: relative;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;

  align-items: center;

  padding: 16px 18px;

  border-radius: 0;

  pointer-events: auto;

  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 244, 0.92));

  border: 1px solid rgba(255, 138, 42, 0.22);

  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.zk-packageDock__main {
  min-width: 0;

  display: flex;
  align-items: center;
  gap: 14px;
}

.zk-packageDock__icon {
  width: 46px;
  height: 46px;

  display: grid;
  place-items: center;

  flex: 0 0 46px;

  border-radius: 0;

  color: #ffffff;
  background: var(--zk-orange);

  font-size: 20px;
  font-weight: 1000;

  box-shadow: 0 14px 30px rgba(255, 138, 42, 0.30);
}

.zk-packageDock__copy {
  min-width: 0;
}

.zk-packageDock__copy span {
  display: block;

  color: rgba(20, 40, 26, 0.54);

  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.zk-packageDock__copy strong {
  display: block;
  margin-top: 4px;

  color: var(--zk-ink);

  font-size: 18px;
  line-height: 1.15;
  font-weight: 1000;
  letter-spacing: -0.035em;
}

.zk-packageDock__copy p {
  max-width: 660px;
  margin: 5px 0 0;

  color: rgba(20, 40, 26, 0.62);

  font-size: 12px;
  line-height: 1.35;
  font-weight: 750;
}

.zk-packageDock__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.zk-packageDock__actions a {
  min-height: 38px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 13px;

  border-radius: 0;

  color: var(--zk-orange-dark);
  background: rgba(255, 138, 42, 0.09);

  border: 1px solid rgba(255, 138, 42, 0.18);

  font-size: 12px;
  font-weight: 950;
  text-decoration: none;

  transition:
    transform 0.16s ease,
    background 0.16s ease,
    border-color 0.16s ease,
    color 0.16s ease;
}

.zk-packageDock__actions a:hover {
  transform: translateY(-1px);
  color: #ffffff;
  background: var(--zk-orange);
  border-color: rgba(255, 138, 42, 0.30);
}

.zk-packageDock__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  gap: 8px;

  margin-top: 12px;
}

.zk-packageDock__metrics div {
  padding: 10px 11px;

  border-radius: 0;

  background: rgba(255, 138, 42, 0.075);
  border: 1px solid rgba(255, 138, 42, 0.14);
}

.zk-packageDock__metrics span {
  display: block;

  color: rgba(20, 40, 26, 0.54);

  font-size: 9px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zk-packageDock__metrics strong {
  display: block;
  margin-top: 4px;

  color: var(--zk-ink);

  font-size: 15px;
  font-weight: 1000;
}

.zk-packageError {
  margin-top: 12px;
  padding: 12px 14px;

  border-radius: 0;

  color: #8a2d2d;
  background: rgba(190, 54, 54, 0.09);
  border: 1px solid rgba(190, 54, 54, 0.20);

  font-size: 12px;
  font-weight: 850;
}

.zk-generatePackageBtn {
  color: #ffffff !important;
  background: var(--zk-orange) !important;
  border-color: rgba(255, 255, 255, 0.20) !important;

  box-shadow:
    0 14px 30px rgba(255, 138, 42, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.zk-generatePackageBtn:disabled {
  opacity: 0.68;
  cursor: wait;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1120px) {
  .zk-configLayout {
    grid-template-columns: 1fr;
  }

  .zk-configAside {
    position: static;
  }

  .zk-asideCard {
    display: none;
  }
}

@media (max-width: 980px) {
  .zk-landing {
    padding: 24px 16px;
  }

  .zk-heroCard {
    padding: 28px 22px;
  }

  .zk-quoteSearchPanel {
    grid-template-columns: 1fr;
  }

  .zk-quoteFields,
  .zk-quoteFields--zipkit {
    grid-template-columns: 1fr 1fr;
  }

  .zk-quoteField--address {
    grid-column: 1 / -1;
  }

  .zk-addressBtn--quote {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .zk-configSummary {
    top: 70px;
    grid-template-columns: 1fr 1fr;
  }

  .zk-summaryItem--wide,
  .zk-summaryItem--price {
    grid-column: 1 / -1;
  }

  .zk-configLanding {
    padding: 16px;
  }

  .zk-configCard {
    width: 100%;
    min-height: calc(100vh - 32px);
    padding: 24px;
  }

  .zk-formGrid,
  .zk-previewStats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zk-optionGrid,
  .zk-porchOptions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zk-selectedAddress {
    align-items: flex-start;
    flex-direction: column;
  }

  .zk-packageDock {
    bottom: 14px;
    width: calc(100vw - 28px);
  }

  .zk-packageDock__card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .zk-packageDock__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .zk-landing {
    align-items: flex-start;
    padding: 18px 12px;
    overflow-y: auto;
  }

  .zk-featureRow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .zk-landing {
    padding: 16px 12px 18px;
  }

  .zk-heroCard {
    padding: 24px 16px;
  }

  .zk-title {
    font-size: clamp(30px, 11vw, 42px);
  }

  .zk-subtitle {
    margin-top: 14px;
    margin-bottom: 20px;

    font-size: 14px;
  }

  .zk-addressLogo {
    width: min(230px, 86%);
    max-height: 58px;
  }

  .zk-quoteFields,
  .zk-quoteFields--zipkit,
  .zk-formGrid,
  .zk-optionGrid,
  .zk-optionGrid--two,
  .zk-porchOptions,
  .zk-previewStats {
    grid-template-columns: 1fr;
  }

  .zk-quoteSearchPanel {
    padding: 10px;
  }

  .zk-addressInputShell,
  .zk-fieldWithSuffix,
  .zk-addressBtn--quote {
    height: 54px;
  }

  .zk-addressIcon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .zk-actionRow {
    flex-direction: column;
  }

  .zk-actionRow .zk-addressBtn {
    width: 100%;
  }

  .zk-packageDock__main {
    align-items: flex-start;
  }

  .zk-packageDock__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .zk-packageDock__copy strong {
    font-size: 16px;
  }

  .zk-packageDock__actions a {
    flex: 1;
  }

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

  .pac-container {
    max-height: 300px !important;
  }
}



/* =========================================================
   GLASS STYLE OVERRIDE
   Transparent / blurred / professional ZipKit look
========================================================= */

:root {
  --zk-glass-bg: rgba(255, 255, 255, 0.13);
  --zk-glass-bg-strong: rgba(255, 255, 255, 0.18);
  --zk-glass-border: rgba(255, 255, 255, 0.28);
  --zk-glass-border-soft: rgba(255, 255, 255, 0.16);

  --zk-glass-text: #ffffff;
  --zk-glass-muted: rgba(255, 255, 255, 0.76);
  --zk-glass-soft: rgba(255, 255, 255, 0.58);

  --zk-dark-glass-text: #142116;
  --zk-orange: #ff8a2a;
  --zk-orange-dark: #f47716;
}

/* Landing background should show through */

.zk-landing {
  background:
    radial-gradient(900px 520px at 50% 10%, rgba(255, 255, 255, 0.16), transparent 70%),
    linear-gradient(180deg, rgba(8, 12, 14, 0.38), rgba(8, 12, 14, 0.72));

  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

/* Main hero becomes glass instead of white card */

.zk-heroCard {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.075));

  border: 1px solid var(--zk-glass-border);

  box-shadow:
    0 36px 110px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);

  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
}

/* Text becomes visible on glass */

.zk-title {
  color: var(--zk-glass-text);

  text-shadow:
    0 18px 42px rgba(0, 0, 0, 0.42),
    0 2px 3px rgba(0, 0, 0, 0.20);
}

.zk-subtitle {
  color: var(--zk-glass-muted);

  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
}

.zk-eyebrow {
  color: #ffffff;
  background: rgba(255, 138, 42, 0.24);
  border-color: rgba(255, 138, 42, 0.42);

  box-shadow:
    0 12px 30px rgba(255, 138, 42, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

/* Logo visibility */

.zk-addressLogo {
  filter:
    drop-shadow(0 18px 30px rgba(0, 0, 0, 0.42))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.16));
}

/* Address panel glass */

.zk-quoteSearchPanel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.12));

  border: 1px solid rgba(255, 255, 255, 0.28);

  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);

  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
}

.zk-quoteField label {
  color: rgba(255, 255, 255, 0.78);

  text-shadow: 0 5px 14px rgba(0, 0, 0, 0.26);
}

/* Inputs become glass too */

.zk-addressInputShell,
.zk-fieldWithSuffix {
  background: rgba(255, 255, 255, 0.14);

  border: 1px solid rgba(255, 255, 255, 0.22);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 10px 26px rgba(0, 0, 0, 0.10);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.zk-addressInput,
.zk-quoteInput {
  color: #ffffff;
}

.zk-addressInput::placeholder,
.zk-quoteInput::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.zk-fieldWithSuffix span {
  color: rgba(255, 255, 255, 0.68);
}

.zk-addressInputShell:focus-within,
.zk-fieldWithSuffix:focus-within {
  border-color: rgba(255, 138, 42, 0.78);

  box-shadow:
    0 0 0 4px rgba(255, 138, 42, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* Keep only icon/button as ZipKit orange */

.zk-addressIcon,
.zk-addressBtn,
.zk-addressBtn--quote {
  background: var(--zk-orange);
}

.zk-addressBtn:hover,
.zk-addressBtn--quote:hover {
  background: var(--zk-orange-dark);
}

.zk-addressHelp {
  color: rgba(255, 255, 255, 0.74);

  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.34);
}

/* Feature cards glass */

.zk-featureRow > div {
  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.18);

  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.zk-featureRow strong {
  color: #ffffff;

  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.zk-featureRow span {
  color: rgba(255, 255, 255, 0.72);
}

/* =========================================================
   CONFIG WIZARD GLASS STYLE
========================================================= */

.zk-configLanding {
  background:
    radial-gradient(980px 520px at 50% -8%, rgba(255, 255, 255, 0.16), transparent 68%),
    linear-gradient(180deg, rgba(15, 25, 18, 0.36), rgba(15, 25, 18, 0.72));
}

.zk-configCard {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.09));

  border: 1px solid rgba(255, 255, 255, 0.24);

  box-shadow:
    0 36px 100px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);

  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
}

.zk-configCard .zk-title {
  color: #ffffff;
}

.zk-configCard .zk-subtitle {
  color: rgba(255, 255, 255, 0.74);
}

.zk-selectedAddress,
.zk-sectionBlock,
.zk-simpleStat,
.zk-previewStats div {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.10));

  border: 1px solid rgba(255, 255, 255, 0.22);

  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);

  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.zk-selectedAddress span,
.zk-sectionHead > div:first-child > strong,
.zk-simpleStat strong,
.zk-previewStats strong,
.zk-formGroup input,


.zk-selectedAddress strong {
  color: #ffffff;
}

.zk-selectedAddress span,
.zk-formGroup label,
.zk-simpleStat span,
.zk-previewStats span,
.zk-advanced summary span {
  color: rgba(255, 255, 255, 0.70);
}

.zk-formGroup input,
.zk-formGroup select {
  background: rgba(255, 255, 255, 0.13);

  border: 1px solid rgba(255, 255, 255, 0.22);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 8px 20px rgba(0, 0, 0, 0.08);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.zk-formGroup input::placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.zk-formGroup input:focus,
.zk-formGroup select:focus {
  border-color: rgba(255, 138, 42, 0.72);

  box-shadow:
    0 0 0 4px rgba(255, 138, 42, 0.14),
    0 10px 26px rgba(0, 0, 0, 0.14);
}

.zk-formGroup > span {
  color: rgba(255, 255, 255, 0.62);
}

.zk-optionGrid label,
.zk-porchOptions label {
  color: #ffffff;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.20);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 28px rgba(0, 0, 0, 0.10);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.zk-optionGrid label:hover,
.zk-porchOptions label:hover,
.zk-optionGrid label.is-active,
.zk-porchOptions label.is-active {
  background: rgba(255, 138, 42, 0.22);
  border-color: rgba(255, 138, 42, 0.42);
}

.zk-sectionHead > div:first-child > span {
  background: var(--zk-orange);
}

/* Aside glass dark-orange */

.zk-asideCard {
  background:
    radial-gradient(420px 240px at 80% 0%, rgba(255, 255, 255, 0.20), transparent 60%),
    linear-gradient(135deg, rgba(255, 138, 42, 0.84), rgba(244, 119, 22, 0.76));

  border: 1px solid rgba(255, 255, 255, 0.22);

  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

/* Summary bar glass */

.zk-configSummary {
  background: rgba(255, 255, 255, 0.16);

  border: 1px solid rgba(255, 255, 255, 0.22);

  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);

  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.zk-summaryItem {
  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.18);
}

.zk-summaryItem span {
  color: rgba(255, 255, 255, 0.68);
}

.zk-summaryItem strong {
  color: #ffffff;
}

.zk-summaryItem--price {
  background: rgba(255, 138, 42, 0.82);
  border-color: rgba(255, 138, 42, 0.55);
}

/* Package dock glass */

.zk-packageDock__card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.13));

  border: 1px solid rgba(255, 255, 255, 0.26);

  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);

  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.zk-packageDock__copy span,
.zk-packageDock__copy p,
.zk-packageDock__metrics span {
  color: rgba(255, 255, 255, 0.72);
}

.zk-packageDock__copy strong,
.zk-packageDock__metrics strong {
  color: #ffffff;
}

.zk-packageDock__metrics div {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.zk-packageDock__actions a {
  color: #ffffff;

  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.20);
}

.zk-packageDock__actions a:hover {
  background: var(--zk-orange);
  border-color: rgba(255, 138, 42, 0.40);
}

/* Autocomplete stays readable */

.pac-container {
  background: rgba(255, 255, 255, 0.96) !important;

  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
}




/* =========================================================
   STEP 2 POPUP FIXES
   1. View 3D Configuration button text visible
   2. Dropdown text visible on white background
========================================================= */

/* Fix CTA text not showing until hover */
.zk-addressBtn.zk-addressBtn--quote.zk-asideCta,
button.zk-addressBtn.zk-addressBtn--quote.zk-asideCta {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  background:
    linear-gradient(135deg, rgba(255, 138, 42, 0.98), rgba(239, 119, 24, 0.9)) !important;

  border: 1px solid rgba(255, 183, 122, 0.55) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.zk-addressBtn.zk-addressBtn--quote.zk-asideCta:hover,
button.zk-addressBtn.zk-addressBtn--quote.zk-asideCta:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Fix text spans inside button */
.zk-addressBtn.zk-addressBtn--quote.zk-asideCta *,
button.zk-addressBtn.zk-addressBtn--quote.zk-asideCta * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Fix dropdown/select text */
.zk-addressModal select,
.zk-addressModal option,
.zk-addressPanel select,
.zk-addressPanel option,
.zk-configIntro select,
.zk-configIntro option,
.zk-asidePanel select,
.zk-asidePanel option {
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
  background-color: #ffffff !important;
}

/* Fix selected value inside dropdown */
.zk-addressModal select,
.zk-addressPanel select,
.zk-configIntro select,
.zk-asidePanel select {
  appearance: auto;
  opacity: 1 !important;
  font-weight: 800;
}

/* Fix placeholders/inputs in same popup just in case */
.zk-addressModal input,
.zk-addressPanel input,
.zk-configIntro input,
.zk-asidePanel input {
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
}

.zk-addressModal input::placeholder,
.zk-addressPanel input::placeholder,
.zk-configIntro input::placeholder,
.zk-asidePanel input::placeholder {
  color: rgba(17, 24, 39, 0.48) !important;
  -webkit-text-fill-color: rgba(17, 24, 39, 0.48) !important;
}
/* =========================================================
   mythic-STYLE UI: App Bar + Left Rail + Context Drawer
   ✅ Rail has vertical buttons (Design/Geometry/...)
   ✅ Clicking a button opens the left drawer showing ONLY that panel
========================================================= */


/* hide shared layout heading ONLY on this page */
.nav { display: none !important; }
/* hide shared layout heading ONLY on this page */
.bd-topbar { display: none !important; }
.container{padding:0 !important;}
.bx-page{
  --red:#e3000f;
  --red2:#ff1a1a;
  --green:#c36619;

  --ink:#0f172a;
  --muted:#64748b;

  --panel:#ffffff;
  --panel2:#f6f7fb;
  --stroke: rgba(15,23,42,.12);
  --stroke2: rgba(15,23,42,.08);

  --shadow: 0 18px 50px rgba(0,0,0,.18);
  --shadow2: 0 10px 26px rgba(0,0,0,.12);

  --radius: 14px;
  --radius2: 12px;

  /* pro form tokens */
  --field-bg: rgba(255,255,255,.92);
  --field-bd: rgba(15,23,42,.14);
  --field-bd2: rgba(15,23,42,.22);
  --field-fg: rgba(15,23,42,.92);
  --field-hint: rgba(100,116,139,.95);
  --focus: rgba(42,60,255,.28);

  width:100%;
  height:100vh;
  min-height:100dvh;
  position:relative;
  overflow:hidden;
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;

  background:
    radial-gradient(900px 600px at 20% 10%, rgba(255,80,80,.10), transparent 60%),
    radial-gradient(900px 600px at 80% 14%, rgba(0,120,255,.10), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(245,247,255,.92));
}

.bx-canvas{ position:absolute; inset:0; z-index:1; }

/* =========================================================
   APP BAR
========================================================= */
.bx-appbar{
  position:absolute; top:0; left:0; right:0;
  height: 64px;
  z-index: 40;
  display:flex;
  align-items:center;
  gap: 14px;
  padding: 0 16px;
  color: #fff;
  backdrop-filter:blur(16px) saturate(160%);
  
}
.bx-appbar__brand{ display:flex; align-items:center; gap: 12px; min-width: 280px; }
.bx-logo{
  width: 42px; height: 42px;
  border-radius: 10px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  display:grid;
  place-items:center;
  overflow: hidden;          /* ✅ clip image to rounded corners */
  user-select:none;
}

.bx-logoImg{
  width: 100%;
  height: 100%;
  object-fit: contain;       /* contain = show full logo */
  padding: 6px;              /* breathing room */
  display:block;
}

.bx-appbar__brandTxt{ line-height:1.05; }
.bx-appbar__title{ font-weight: 1000; letter-spacing:.3px; font-size: 14px; }
.bx-appbar__sub{ opacity:.88; font-size: 12px; margin-top: 2px; }

.bx-appbar__center{ flex:1; display:flex; align-items:center; justify-content:center; }
.bx-estimate{
  display:flex; align-items:center; gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
}
.bx-estimate__label{ opacity:.88; font-size: 12px; font-weight: 800; }
.bx-estimate__value{ font-size: 14px; font-weight: 1000; letter-spacing:.2px; }

.bx-appbar__actions{ display:flex; align-items:center; gap: 10px; justify-content:flex-end; min-width: 360px; }
.bx-quoteBtn{
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(25,195,125,.95), rgba(12,155,95,.98));
  color:#fff;
  font-weight: 1000;
  letter-spacing:.2px;
  cursor:pointer;
  box-shadow: 0 10px 20px rgba(0,0,0,.22);
}
.bx-quoteBtn:hover{ filter: brightness(1.05); }

/* =========================================================
   LEFT ICON RAIL (vertical)
========================================================= */
.bx-rail{
  position:absolute;
  top: 64px;
  left: 0;
  bottom: 0;
  width: 92px;
  z-index: 45;

  /* ✅ glass look */
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.22),
    rgba(255,255,255,.10)
  );
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);

  /* ✅ subtle glass edge + highlight */
  border-right: 1px solid rgba(255,255,255,.28);
  box-shadow:
    8px 0 24px rgba(0,0,0,.14),
    inset 0 1px 0 rgba(255,255,255,.35);

  display:flex;
  flex-direction:column;
  padding: 10px 8px;
  gap: 10px;

  overflow-y:auto;
  overflow-x:hidden;
}

/* optional: cleaner scrollbar that matches glass */
.bx-rail::-webkit-scrollbar{ width: 10px; }
.bx-rail::-webkit-scrollbar-thumb{
  background: rgba(15,23,42,.18);
  border-radius: 999px;
}
.bx-rail::-webkit-scrollbar-track{
  background: rgba(255,255,255,.08);
  border-radius: 999px;
}

.bx-railIco{
  background: rgb(27 63 30) !important;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
}


.bx-railBtn{
  width: 100%;
  border: 1px solid var(--stroke2);
  background: transparent !important;
  border-radius: 12px;
  padding: 10px 8px;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 6px;
  box-shadow: 0 8px 14px rgba(0,0,0,.06);
  transition: transform .12s ease, border-color .12s ease, box-shadow .12s ease;
}
.bx-railBtn:hover{ border-color: rgba(227,0,15,.22); transform: translateY(-1px); }
.bx-railBtn.is-active{
  border-color: rgb(108 88 2);
    box-shadow: 0 10px 18px rgb(17 255 11 / 12%);
}
.bx-railIco{
  width: 40px; height: 40px;
  border-radius: 12px;
  display:grid; place-items:center;
  font-size: 18px;
}
.bx-railLbl{
  font-size: 11px;
  font-weight: 900;
  color: rgba(15,23,42,.82);
  user-select:none;
}

/* Smaller “category” buttons (still in the rail) */
.bx-railBtn--mini{
  padding: 10px 8px;
}
.bx-railBtn--mini .bx-railIco{
  width: 40px; height: 40px;
  font-size: 16px;
  border-radius:50%;
}
.bx-railBtn--mini .bx-railLbl{ font-size: 10.5px; }

/* =========================================================
   LEFT CONTEXT DRAWER (shows only active panel)
   ✅ outer overflow visible so selects/popovers can escape
   ✅ inner body scroll
========================================================= */
.bx-left{
  position:absolute;
  top: 72px;
  bottom: 16px;
  left: 104px;                /* rail width + gap */
  z-index: 55;
  width: 420px;
  max-width: calc(100vw - 140px);
  background: var(--panel);
  border: 1px solid var(--stroke);
  border-radius: 14px;
  box-shadow: var(--shadow);
  overflow: visible;
  display:flex;
  flex-direction:column;
  transition: transform .22s ease, opacity .22s ease;
}
.bx-left--closed{
  transform: translateX(-18px);
  opacity: 0;
  pointer-events:none;
}

.bx-panelHead{
  padding: 14px 14px 12px 14px;
  border-bottom: 1px solid var(--stroke2);
  background: linear-gradient(180deg, var(--panel), var(--panel2));
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.bx-panelHeadRow{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
}
.bx-panelHead h2{
  margin:0;
  font-size: 15px;
  font-weight: 1000;
  letter-spacing: .2px;
}
.bx-panelHead .mini{
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.35;
}

.bx-panelBody{
  padding: 12px 14px 14px 14px;
  overflow:auto;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.bx-bodyPro{ display:grid; gap: 12px; }

/* Sticky footer inside left drawer */
.bx-footer{
  position: sticky;
  bottom: 0;
  z-index: 5;
  padding: 12px 14px 14px 14px;
  border-top: 1px solid var(--stroke2);
  background: linear-gradient(180deg, rgba(246,247,251,.80), rgba(255,255,255,.95));
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

/* =========================================================
   RIGHT DRAWER (Outputs)
========================================================= */
.bx-right{
  position:absolute;
  top: 72px;
  bottom: 16px;
  z-index: 55;
  width: 460px;
  max-width: calc(100vw - 140px);
  background: var(--panel);
  border: 1px solid var(--stroke);
  border-radius: 14px;
  box-shadow: var(--shadow);
  overflow: visible;
  display:flex;
  flex-direction:column;
  right: 16px;
  transition: transform .22s ease, opacity .22s ease;
}
.bx-right--closed{
  transform: translateX(18px);
  opacity: 0;
  pointer-events:none;
}
.bx-list{ padding: 12px 14px 14px 14px; overflow:auto; }
.bx-card{
  border-radius: 12px;
  border: 1px solid var(--stroke2);
  background: #fff;
  padding: 12px;
  margin-top: 10px;
  box-shadow: 0 10px 18px rgba(0,0,0,.06);
}
.bx-card:first-child{ margin-top: 0; }
.bx-cardTitle{ font-weight: 1000; font-size: 13px; margin: 0; }
.bx-cardMeta{ font-size: 11px; color: var(--muted); margin-top: 6px; line-height: 1.35; }
.bx-row{ display:flex; align-items:center; justify-content:space-between; gap: 10px; }
.bx-btnRow{ display:flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; }

/* Error */
.bx-error{
  margin-top: 10px;
  padding: 10px 10px;
  visibility:hidden !important;
  border-radius: 12px;
  background: rgba(239,68,68,.08);
  border: 1px solid rgba(239,68,68,.22);
  color: rgba(185,28,28,.95);
  font-size: 12px;
  white-space: pre-wrap;
}

/* Porch popup (kept) */
.bx-porchPop{
  position: fixed;
  transform: translate(-50%, -110%);
  z-index: 80;
  width: 320px;
  border-radius: 14px;
  border: 1px solid var(--stroke2);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 10px;
}
.bx-porchPop__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.bx-porchPop__title{ font-weight: 1000; font-size: 12px; letter-spacing:.14px; }
.bx-porchPop__x{
  border: 1px solid var(--stroke2);
  background: #fff;
  border-radius: 10px;
  padding: 6px 9px;
  cursor: pointer;
  font-weight: 1000;
}
.bx-porchPop__grid{ display:grid; gap: 10px; }

/* =========================================================
   PRO FORM SYSTEM
========================================================= */
.ui-field{ display:grid; gap: 8px; }
.ui-field__top{ display:flex; align-items:baseline; justify-content:space-between; gap: 10px; }
.ui-label{ font-size: 11px; font-weight: 900; letter-spacing: .16px; color: rgba(15,23,42,.78); }
.ui-hint{ font-size: 11px; color: var(--field-hint); font-weight: 800; }

.bx-input,
.bx-select,
.bx-num,
.bx-panelBody input[type="text"],
.bx-panelBody input[type="number"],
.bx-panelBody input[type="email"],
.bx-panelBody input[type="search"],
.bx-panelBody select{
  width:100%;
  height: 42px;
  border-radius: 12px;
  padding: 0 12px;
  border: 1px solid var(--field-bd);
  background: var(--field-bg);
  color: var(--field-fg);
  font-weight: 850;
  letter-spacing: .1px;
  outline: none;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset, 0 8px 14px rgba(0,0,0,.05);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.bx-panelBody input:focus,
.bx-panelBody select:focus,
.bx-input:focus,
.bx-select:focus,
.bx-num:focus{
  border-color: var(--field-bd2);
  box-shadow: 0 0 0 4px var(--focus), 0 10px 18px rgba(0,0,0,.08);
}
.bx-panelBody input:disabled,
.bx-panelBody select:disabled{ opacity:.6; cursor:not-allowed; }

.bx-select,
.bx-panelBody select{
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(15,23,42,.55) 50%),
    linear-gradient(135deg, rgba(15,23,42,.55) 50%, transparent 50%);
  background-position: calc(100% - 18px) 18px, calc(100% - 12px) 18px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.bx-range{ width:100%; height: 34px; accent-color: #2a3cff; }
.bx-color,
.bx-panelBody input[type="color"]{
  width:100%;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(15,23,42,.14);
  background: rgba(255,255,255,.75);
  padding: 4px;
  box-shadow: 0 10px 18px rgba(0,0,0,.04);
}

.bx-grid1{ display:grid; gap: 12px; }
.bx-grid2{ display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 560px){ .bx-grid2{ grid-template-columns: 1fr; } }

.bx-fieldBlock{
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.70);
  box-shadow: 0 10px 18px rgba(0,0,0,.05);
  display:grid;
  gap: 10px;
}
.bx-fieldBlock__top{ display:flex; align-items:baseline; justify-content:space-between; gap: 10px; }
.bx-fieldBlock__label{ font-size: 11px; font-weight: 900; color: rgba(15,23,42,.70); }
.bx-fieldBlock__value{ font-size: 12px; font-weight: 1000; color: rgba(15,23,42,.92); }

.bx-check{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 18px rgba(0,0,0,.04);
}
.bx-check input[type="checkbox"]{ width: 18px; height: 18px; accent-color: #2a3cff; }
.bx-check span{ flex:1; font-weight: 900; font-size: 12px; color: rgba(15,23,42,.85); }

/* Responsive: hide estimate */
@media (max-width: 920px){
  .bx-appbar__center{ display:none; }
  .bx-appbar__actions{ min-width: auto; }
  .bx-left{ width: 380px; }
  .bx-right{ width: 420px; }
}

/* =========================================================
   STYLE special controls (range / checkbox / color)
========================================================= */

/* RANGE (slider) */
.bx-page .bx-left input[type="range"]{
  width: 100% !important;
  height: 34px !important;
  accent-color: #2a3cff !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Make the slider track/thumb look nicer on WebKit */
.bx-page .bx-left input[type="range"]::-webkit-slider-runnable-track{
  height: 10px !important;
  border-radius: 999px !important;
  background: rgba(15,23,42,.12) !important;
}
.bx-page .bx-left input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 999px !important;
  background: #2a3cff !important;
  margin-top: -4px !important;
  box-shadow: 0 8px 16px rgba(0,0,0,.18) !important;
}

/* Checkbox: modern toggle-like sizing */
.bx-page .bx-left input[type="checkbox"]{
  width: 18px !important;
  height: 18px !important;
  accent-color: #2a3cff !important;
  margin: 0 !important;
}

/* Make the checkbox row look like a premium card */
.bx-page .bx-left label:has(input[type="checkbox"]){
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap: 12px !important;

  padding: 12px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  background: rgba(255,255,255,.75) !important;
  box-shadow: 0 10px 18px rgba(0,0,0,.05) !important;
}

/* COLOR picker: give it a clean frame */
.bx-page .bx-left input[type="color"]{
  width: 100% !important;
  height: 46px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(15,23,42,.14) !important;
  background: rgba(255,255,255,.96) !important;
  padding: 6px !important;
  box-shadow: 0 10px 18px rgba(0,0,0,.06) !important;
  cursor: pointer !important;
}

/* Make the inner swatch rounded (Chrome/WebKit) */
.bx-page .bx-left input[type="color"]::-webkit-color-swatch-wrapper{
  padding: 0 !important;
}
.bx-page .bx-left input[type="color"]::-webkit-color-swatch{
  border: none !important;
  border-radius: 10px !important;
}

/* =========================================================
   UI INPUT (your custom <Input />) — make it premium
========================================================= */

/* 1) If your Input uses a class like "ui-input" */
.bx-page .ui-input{
  width: 100%;
  height: 46px;
  border-radius: 14px;
  padding: 0 14px;
  border: 1px solid rgba(15,23,42,.14);
  background: rgba(255,255,255,.96);
  color: rgba(15,23,42,.92);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .1px;
  outline: none;

  box-shadow:
    0 1px 0 rgba(255,255,255,.85) inset,
    0 10px 18px rgba(0,0,0,.05);

  transition: border-color .15s ease, box-shadow .15s ease, transform .06s ease;
}

/* 2) Focus state */
.bx-page .ui-input:focus{
  border-color: rgba(42,60,255,.28);
  box-shadow:
    0 0 0 4px rgba(42,60,255,.18),
    0 12px 22px rgba(0,0,0,.08);
}

/* 3) Placeholder */
.bx-page .ui-input::placeholder{
  color: rgba(100,116,139,.9);
  font-weight: 700;
}

/* 4) Disabled */
.bx-page .ui-input:disabled{
  opacity: .6;
  cursor: not-allowed;
}

/* =========================================================
   Input wrapper spacing (fix the “no padding” look)
========================================================= */

/* If your Input component wraps with .ui-field */
.bx-page .ui-field{
  display: grid;
  gap: 8px;
  margin-bottom: 10px;   /* adds breathing room between fields */
}

/* label row */
.bx-page .ui-field__top{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 2px;
}

/* label */
.bx-page .ui-label{
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16px;
  color: rgba(15,23,42,.78);
}

/* hint */
.bx-page .ui-hint{
  font-size: 11px;
  font-weight: 850;
  color: rgba(100,116,139,.95);
}

/* =========================================================
   Suffix / unit (ft, in, x/12) — make it look intentional
========================================================= */

/* common patterns: .ui-suffix / .ui-unit / .ui-field__suffix */
.bx-page :where(.ui-suffix, .ui-unit, .ui-field__suffix){
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.75);
  font-size: 12px;
  font-weight: 900;
  color: rgba(15,23,42,.72);
  width: fit-content;
}

/* if you do <input/><div class="suffix">ft</div> */
.bx-page :where(input + .suffix, input + .unit){
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.75);
  font-size: 12px;
  font-weight: 900;
  color: rgba(15,23,42,.72);
  width: fit-content;
}
  /* =========================================================
   UI BUTTONS (your custom buttons) — ui-btn
========================================================= */

/* Base button */
.bx-page .ui-btn{
  appearance: none;
  border: 1px solid rgba(15,23,42,.14);
  background: rgba(255,255,255,.92);
  color: rgba(15,23,42,.92);

  height: 46px;
  padding: 0 14px;
  border-radius: 14px;

  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  cursor: pointer;
  user-select: none;

  box-shadow:
    0 1px 0 rgba(255,255,255,.85) inset,
    0 12px 22px rgba(0,0,0,.08);

  transition: transform .08s ease, box-shadow .15s ease, border-color .15s ease, filter .15s ease;
}

.bx-page .ui-btn:hover{
  border-color: rgba(15,23,42,.22);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 14px 26px rgba(0,0,0,.10);
  transform: translateY(-1px);
}

.bx-page .ui-btn:active{
  transform: translateY(0px);
  box-shadow:
    0 1px 0 rgba(255,255,255,.85) inset,
    0 10px 18px rgba(0,0,0,.08);
}

.bx-page .ui-btn:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 4px rgba(42,60,255,.18),
    0 14px 26px rgba(0,0,0,.10);
  border-color: rgba(42,60,255,.28);
}

/* Disabled */
.bx-page .ui-btn:disabled,
.bx-page .ui-btn.is-disabled{
  opacity: .55;
  cursor: not-allowed;
  transform: none;
  box-shadow:
    0 1px 0 rgba(255,255,255,.85) inset,
    0 8px 14px rgba(0,0,0,.06);
}

/* =========================================================
   Variants — add these classes to your ui-btn as needed
   <button class="ui-btn is-primary">...</button>
========================================================= */

/* Primary */
.bx-page .ui-btn.is-primary{
  border-color: rgba(25,195,125,.35);
  color: #fff;
  background: linear-gradient(180deg, rgba(25,195,125,.96), rgba(12,155,95,.98));
}

/* Danger */
.bx-page .ui-btn.is-danger{
  border-color: rgba(239,68,68,.35);
  color: #fff;
  background: linear-gradient(180deg, rgba(239,68,68,.96), rgba(185,28,28,.98));
}

/* Ghost */
.bx-page .ui-btn.is-ghost{
  background: rgba(255,255,255,.72);
  border-color: rgba(15,23,42,.10);
  box-shadow:
    0 1px 0 rgba(255,255,255,.85) inset,
    0 10px 18px rgba(0,0,0,.06);
}

/* Small */
.bx-page .ui-btn.is-sm{
  height: 38px;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 12px;
}

/* Full width helper */
.bx-page .ui-btn.is-block{
  width: 100%;
}

.bx-page .ui-btn__icon{ display:inline-grid; place-items:center; }
.bx-page .ui-btn__label{ line-height: 1; }

/* =========================
   PREMIUM HEADER ACTIONS
========================= */

.bx-page .bx-appbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 6px;

  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.72);

  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 12px 32px rgba(15, 23, 42, 0.1);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}






/* =========================
   PREMIUM GREEN SCROLLBARS
========================= */

/* Firefox */

.bx-page,
.bx-page * {
  scrollbar-width: thin;
  scrollbar-color: #375c38 rgba(55, 92, 56, 0.08);
}


/* Chrome / Edge / Safari */

.bx-page::-webkit-scrollbar,
.bx-page *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}


.bx-page::-webkit-scrollbar-track,
.bx-page *::-webkit-scrollbar-track {
  background:
    linear-gradient(
      180deg,
      rgba(55, 92, 56, 0.04),
      rgba(15, 23, 42, 0.035)
    );

  border-radius: 999px;

  box-shadow:
    inset 0 0 0 1px rgba(55, 92, 56, 0.06);
}


/* Green inner scrollbar tab */

.bx-page::-webkit-scrollbar-thumb,
.bx-page *::-webkit-scrollbar-thumb {
  min-height: 42px;

  border: 2px solid transparent;
  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      #527953,
      #375c38
    );

  background-clip: padding-box;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 4px 10px rgba(55, 92, 56, 0.22);
}


/* Hover */

.bx-page::-webkit-scrollbar-thumb:hover,
.bx-page *::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(
      180deg,
      #628b63,
      #3f6841
    );

  background-clip: padding-box;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 5px 14px rgba(55, 92, 56, 0.35);
}


/* Active / dragging */

.bx-page::-webkit-scrollbar-thumb:active,
.bx-page *::-webkit-scrollbar-thumb:active {
  background:
    linear-gradient(
      180deg,
      #375c38,
      #29492d
    );

  background-clip: padding-box;
}


/* Hide scrollbar corner */

.bx-page::-webkit-scrollbar-corner,
.bx-page *::-webkit-scrollbar-corner {
  background: transparent;
}






/* Header buttons only */

.bx-page .bx-appbar__actions .ui-btn {
  position: relative;
  overflow: hidden;

  height: 42px;
  padding: 0 16px;

  border-radius: 12px;

  border: 1px solid rgba(15, 23, 42, 0.1);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(246, 248, 247, 0.92)
    );

  color: #1b2920;

  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15px;

  box-shadow:
    0 1px 0 rgba(255, 255, 255, 1) inset,
    0 5px 14px rgba(15, 23, 42, 0.07);

  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}


/* subtle shine */

.bx-page .bx-appbar__actions .ui-btn::before {
  content: "";

  position: absolute;
  top: 0;
  left: -80%;

  width: 55%;
  height: 100%;

  background: linear-gradient(
    105deg,
    transparent,
    rgba(255, 255, 255, 0.65),
    transparent
  );

  transform: skewX(-18deg);

  transition: left 450ms ease;

  pointer-events: none;
}


.bx-page .bx-appbar__actions .ui-btn:hover::before {
  left: 130%;
}


/* hover */

.bx-page .bx-appbar__actions .ui-btn:hover {
  transform: translateY(-2px);

  border-color: rgba(55, 92, 56, 0.35);

  color: #29492d;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f0f5f1
    );

  box-shadow:
    0 1px 0 rgba(255, 255, 255, 1) inset,
    0 10px 24px rgba(55, 92, 56, 0.14);
}


.bx-page .bx-appbar__actions .ui-btn:active {
  transform: translateY(0) scale(0.97);

  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 3px 8px rgba(15, 23, 42, 0.1);
}


/* icon box */

.bx-page .bx-appbar__actions .ui-btn__icon {
  width: 27px;
  height: 27px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;

  color: #375c38;

  background: rgba(55, 92, 56, 0.09);

  border: 1px solid rgba(55, 92, 56, 0.1);

  transition:
    transform 220ms ease,
    background 180ms ease,
    color 180ms ease;
}


.bx-page .bx-appbar__actions .ui-btn:hover .ui-btn__icon {
  transform: scale(1.08);

  color: #ffffff;

  background: #375c38;

  border-color: #375c38;
}


/* Refresh icon rotate */

.bx-page .bx-appbar__actions
.bx-quoteBtn:first-of-type:hover
.ui-btn__icon {
  transform: rotate(45deg) scale(1.08);
}


/* =========================
   STATUS PILL
========================= */

.bx-page .bx-appbar__actions .ui-pill {
  height: 42px;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  padding: 0 15px;

  border-radius: 12px;

  font-size: 10px;
  font-weight: 950;

  letter-spacing: 0.9px;
  text-transform: uppercase;

  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.15) inset,
    0 6px 16px rgba(15, 23, 42, 0.08);
}


.bx-page .bx-appbar__actions .ui-pill::before {
  content: "";

  width: 7px;
  height: 7px;

  flex: 0 0 7px;

  border-radius: 999px;

  background: currentColor;

  box-shadow: 0 0 9px currentColor;
}


/* READY */

.bx-page .bx-appbar__actions .ui-pill--ok {
  color: #d8f3dc;

  border: 1px solid rgba(129, 199, 132, 0.22);

  background:
    linear-gradient(
      135deg,
      #375c38,
      #29482d
    );
}


/* GENERATING */

.bx-page .bx-appbar__actions .ui-pill--warn {
  color: #fff0bf;

  border: 1px solid rgba(255, 193, 7, 0.25);

  background:
    linear-gradient(
      135deg,
      #8a641d,
      #614411
    );
}


/* ERROR */

.bx-page .bx-appbar__actions .ui-pill--danger {
  color: #ffe2df;

  border: 1px solid rgba(239, 83, 80, 0.25);

  background:
    linear-gradient(
      135deg,
      #9f3634,
      #702421
    );
}


/* Mobile */

@media (max-width: 900px) {
  .bx-page .bx-appbar__actions {
    gap: 5px;
    padding: 4px;
    border-radius: 14px;
  }

  .bx-page .bx-appbar__actions .ui-btn {
    height: 38px;
    padding: 0 10px;
  }

  .bx-page .bx-appbar__actions .ui-pill {
    height: 38px;
    padding: 0 11px;
  }

  .bx-page .bx-appbar__actions .ui-btn__icon {
    width: 25px;
    height: 25px;
  }
}
/* ================================
   GENERATE MODAL (Public MVP)
================================ */
.bx-modal{
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(2,6,23,.45);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
}

.bx-modalCard{
  width: min(520px, 92vw);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(245,247,255,.92));
  box-shadow: 0 28px 80px rgba(0,0,0,.35);
  overflow: hidden;
  position: relative;
}

.bx-modalCard::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(600px 220px at 12% 0%, rgba(255,0,60,.18), transparent 60%),
    radial-gradient(520px 240px at 90% 10%, rgba(0,120,255,.20), transparent 55%),
    radial-gradient(520px 240px at 40% 110%, rgba(25,195,125,.16), transparent 60%);
  pointer-events:none;
}

.bx-modalHead{
  position: relative;
  z-index: 1;
  display:flex;
  align-items:flex-start;
  gap: 12px;
  padding: 16px 16px 12px 16px;
  border-bottom: 1px solid rgba(15,23,42,.10);
}

.bx-modalIcon{
  width: 42px; height: 42px;
  border-radius: 14px;
  display:grid; place-items:center;
  font-weight: 1000;
  color: #fff;
  background: linear-gradient(180deg, rgba(25,195,125,.95), rgba(12,155,95,.98));
  box-shadow: 0 14px 26px rgba(0,0,0,.18);
  flex: 0 0 auto;
}

.bx-modalTitle{
  font-weight: 1000;
  font-size: 14px;
  letter-spacing: .2px;
  color: rgba(15,23,42,.92);
}

.bx-modalSub{
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(100,116,139,.95);
  line-height: 1.35;
}

.bx-modalX{
  margin-left: auto;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.75);
  border-radius: 12px;
  height: 36px;
  width: 38px;
  cursor: pointer;
  font-weight: 1000;
  box-shadow: 0 10px 18px rgba(0,0,0,.08);
}

.bx-modalBody{
  position: relative;
  z-index: 1;
  padding: 16px;
}

.bx-spinWrap{
  position: relative;
  width: 86px;
  height: 86px;
  margin: 6px auto 12px;
}

.bx-spinnerRing{
  position:absolute;
  inset: 0;
  border-radius: 999px;
  border: 6px solid rgba(15,23,42,.10);
  border-top-color: rgba(255,0,60,.85);
  border-right-color: rgba(0,120,255,.85);
  border-bottom-color: rgba(25,195,125,.85);
  animation: bxspin .62s linear infinite;
  box-shadow: 0 16px 30px rgba(0,0,0,.12);
}

.bx-spinnerRing--2{
  inset: 10px;
  border-width: 6px;
  border-top-color: rgba(0,120,255,.90);
  border-right-color: rgba(25,195,125,.90);
  border-bottom-color: rgba(255,0,60,.80);
  animation-duration: .48s;
}

.bx-spinnerDot{
  position:absolute;
  inset: 0;
  display:grid;
  place-items:center;
}
.bx-spinnerDot::after{
  content:"";
  width: 14px; height: 14px;
  border-radius: 999px;
  background: rgba(15,23,42,.85);
  box-shadow: 0 14px 24px rgba(0,0,0,.18);
}

@keyframes bxspin{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}

.bx-modalNote{
  text-align:center;
  font-size: 12px;
  font-weight: 850;
  color: rgba(100,116,139,.95);
}

.bx-readyRow{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 22px rgba(0,0,0,.06);
}

.bx-readyBadge{
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  display:inline-flex;
  align-items:center;
  font-size: 12px;
  font-weight: 1000;
  color: #fff;
  background: linear-gradient(180deg, rgba(25,195,125,.96), rgba(12,155,95,.98));
}

.bx-readyName{
  font-size: 12px;
  font-weight: 950;
  color: rgba(15,23,42,.90);
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bx-modalBtns{
  display:flex;
  gap: 10px;
  margin-top: 12px;
}

.bx-modalBtn{
  flex: 1 1 auto;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(255,255,255,.80);
  font-weight: 1000;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(0,0,0,.08);
}

.bx-modalBtn--primary{
  border-color: rgba(25,195,125,.35);
  color: #fff;
  background: linear-gradient(180deg, rgba(25,195,125,.96), rgba(12,155,95,.98));
}

.bx-modalErr{
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(239,68,68,.22);
  background: rgba(239,68,68,.08);
  color: rgba(185,28,28,.95);
  font-size: 12px;
  font-weight: 850;
  white-space: pre-wrap;
}


  




/* =========================================================
   ZIPKIT ENGINEERING PACKAGE BOTTOM DOCK
========================================================= */

.zk-packageDock {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 52;

  width: min(1080px, calc(100vw - 48px));

  transform: translateX(-50%);

  pointer-events: none;
}

.zk-packageDock__glow {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -10px;

  height: 34px;

  border-radius: 999px;

  background: rgba(49, 93, 59, 0.28);
  filter: blur(26px);
}

.zk-packageDock__card {
  position: relative;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;

  align-items: center;

  padding: 16px 18px;

  border-radius: 24px;

  pointer-events: auto;

  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(246,249,244,0.92));

  border: 1px solid rgba(49, 93, 59, 0.18);

  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.96);

  backdrop-filter: blur(18px);
}

.zk-packageDock__main {
  min-width: 0;

  display: flex;
  align-items: center;
  gap: 14px;
}

.zk-packageDock__icon {
  width: 46px;
  height: 46px;

  display: grid;
  place-items: center;

  flex: 0 0 46px;

  border-radius: 16px;

  color: #ffffff;
  background:
    linear-gradient(135deg, #315d3b, #1f3f28);

  font-size: 20px;
  font-weight: 1000;

  box-shadow: 0 14px 30px rgba(49, 93, 59, 0.26);
}

.zk-packageDock__copy {
  min-width: 0;
}

.zk-packageDock__copy span {
  display: block;

  color: rgba(20, 40, 26, 0.54);

  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.zk-packageDock__copy strong {
  display: block;
  margin-top: 4px;

  color: #14281a;

  font-size: 18px;
  line-height: 1.15;
  font-weight: 1000;
  letter-spacing: -0.035em;
}

.zk-packageDock__copy p {
  max-width: 660px;
  margin: 5px 0 0;

  color: rgba(20, 40, 26, 0.62);

  font-size: 12px;
  line-height: 1.35;
  font-weight: 750;
}

.zk-packageDock__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.zk-packageDock__actions a {
  min-height: 38px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 13px;

  border-radius: 999px;

  color: #315d3b;
  background: rgba(49, 93, 59, 0.09);

  border: 1px solid rgba(49, 93, 59, 0.12);

  font-size: 12px;
  font-weight: 950;
  text-decoration: none;

  transition:
    transform 0.16s ease,
    background 0.16s ease,
    border-color 0.16s ease;
}

.zk-packageDock__actions a:hover {
  transform: translateY(-1px);
  background: rgba(49, 93, 59, 0.15);
  border-color: rgba(49, 93, 59, 0.22);
}

.zk-packageDock__preview {
  display: none;
}

.zk-generatePackageBtn {
  background:
    linear-gradient(135deg, #315d3b, #1f3f28) !important;

  color: #ffffff !important;

  border-color: rgba(255,255,255,0.20) !important;

  box-shadow:
    0 14px 30px rgba(49, 93, 59, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

.zk-generatePackageBtn:disabled {
  opacity: 0.68;
  cursor: wait;
}

@media (max-width: 900px) {
  .zk-packageDock {
    bottom: 14px;
    width: calc(100vw - 28px);
  }

  .zk-packageDock__card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .zk-packageDock__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .zk-packageDock__main {
    align-items: flex-start;
  }

  .zk-packageDock__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .zk-packageDock__copy strong {
    font-size: 16px;
  }

  .zk-packageDock__actions a {
    flex: 1;
  }
}


.zk-packageDock__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  gap: 8px;

  margin-top: 12px;
}

.zk-packageDock__metrics div {
  padding: 10px 11px;

  border-radius: 14px;

  background: rgba(49, 93, 59, 0.075);
  border: 1px solid rgba(49, 93, 59, 0.10);
}

.zk-packageDock__metrics span {
  display: block;

  color: rgba(20, 40, 26, 0.54);

  font-size: 9px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zk-packageDock__metrics strong {
  display: block;
  margin-top: 4px;

  color: #14281a;

  font-size: 15px;
  font-weight: 1000;
}

@media (max-width: 760px) {
  .zk-packageDock__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}





/* =========================================================
   ZIPKIT QUOTE RESULT DOCK — GLASS STYLE
========================================================= */

.zk-packageDock {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 70;

  width: min(1180px, calc(100vw - 34px));

  transform: translateX(-50%);
  pointer-events: none;
}

.zk-packageDock__glow {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -18px;

  height: 46px;

  border-radius: 999px;

  background:
    radial-gradient(circle, rgba(255, 138, 42, 0.32), rgba(255, 138, 42, 0));

  filter: blur(26px);
}

.zk-packageDock__card {
  position: relative;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;

  align-items: center;

  padding: 18px 22px;

  border-radius: 30px;

  pointer-events: auto;

  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.11));

  border: 1px solid rgba(255, 255, 255, 0.34);

  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.30);

  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
}

.zk-packageDock__main {
  min-width: 0;

  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;

  align-items: center;
}

.zk-packageDock__icon {
  width: 56px;
  height: 56px;

  display: grid;
  place-items: center;

  border-radius: 18px;

  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 138, 42, 0.96), rgba(244, 119, 22, 0.88));

  font-size: 25px;
  font-weight: 1000;

  box-shadow:
    0 16px 34px rgba(255, 138, 42, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.zk-packageDock__copy {
  min-width: 0;
}

.zk-packageDock__copy span {
  display: block;

  color: rgba(255, 255, 255, 0.72);

  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.zk-packageDock__copy strong {
  display: block;

  margin-top: 5px;

  color: #ffffff;

  font-size: 22px;
  line-height: 1.05;
  font-weight: 1000;
  letter-spacing: -0.045em;

  text-shadow:
    0 14px 32px rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(0, 0, 0, 0.22);
}

.zk-packageDock__copy p {
  max-width: 720px;
  margin: 7px 0 0;

  color: rgba(255, 255, 255, 0.76);

  font-size: 13px;
  line-height: 1.42;
  font-weight: 760;

  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
}

.zk-packageDock__metrics {
  grid-column: 1 / -1;

  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 10px;

  margin-top: 16px;
}

.zk-packageDock__metrics div {
  position: relative;
  overflow: hidden;

  padding: 14px 15px;

  border-radius: 18px;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.105));

  border: 1px solid rgba(255, 255, 255, 0.24);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 12px 30px rgba(0, 0, 0, 0.12);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.zk-packageDock__metrics div::before {
  content: "";

  position: absolute;
  inset: 0 auto 0 0;

  width: 4px;

  background: linear-gradient(180deg, #ffb36a, #ff8a2a);
  opacity: 0.95;
}

.zk-packageDock__metrics span {
  display: block;

  color: rgba(255, 255, 255, 0.66);

  font-size: 9px;
  font-weight: 1000;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.zk-packageDock__metrics strong {
  display: block;

  margin-top: 7px;

  color: #ffffff;

  font-size: 18px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.035em;

  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.30);
}

.zk-packageDock__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.zk-packageDock__actions a {
  min-height: 46px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 18px;

  border-radius: 999px;

  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 138, 42, 0.92), rgba(244, 119, 22, 0.86));

  border: 1px solid rgba(255, 255, 255, 0.24);

  font-size: 13px;
  font-weight: 1000;
  text-decoration: none;

  box-shadow:
    0 16px 34px rgba(255, 138, 42, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);

  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    background 0.16s ease;
}

.zk-packageDock__actions a:hover {
  transform: translateY(-1px);

  box-shadow:
    0 20px 42px rgba(255, 138, 42, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.zk-packageDock__preview {
  display: none !important;
}

@media (max-width: 900px) {
  .zk-packageDock {
    bottom: 14px;
    width: calc(100vw - 24px);
  }

  .zk-packageDock__card {
    grid-template-columns: 1fr;
    padding: 16px;
    border-radius: 24px;
  }

  .zk-packageDock__actions {
    justify-content: flex-start;
  }

  .zk-packageDock__actions a {
    width: 100%;
  }

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

@media (max-width: 560px) {
  .zk-packageDock__main {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .zk-packageDock__icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    font-size: 20px;
  }

  .zk-packageDock__copy strong {
    font-size: 18px;
  }

  .zk-packageDock__metrics {
    grid-template-columns: 1fr;
  }
}



/* =========================================================
   MOBILE FIX — COMPACT QUOTE DOCK BESIDE LEFT RAIL
========================================================= */

@media (max-width: 760px) {
  .zk-packageDock {
    position: fixed;

    /* leave space for the left vertical rail */
    left: 92px;
    right: 10px;
    bottom: 12px;

    width: auto;
    max-width: none;

    transform: none;

    padding: 0;
    z-index: 120;

    pointer-events: none;
  }

  .zk-packageDock__glow {
    left: 10%;
    right: 10%;
    bottom: -8px;
    height: 24px;
    opacity: 0.65;
  }

  .zk-packageDock__card {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;

    max-height: none;
    min-height: 0;

    padding: 12px;

    border-radius: 18px;

    overflow: hidden;

    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.10));

    border: 1px solid rgba(255, 255, 255, 0.28);

    box-shadow:
      0 18px 44px rgba(0, 0, 0, 0.26),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);

    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);

    pointer-events: auto;
  }

  .zk-packageDock__main {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;

    align-items: center;
  }

  .zk-packageDock__icon {
    width: 34px;
    height: 34px;

    border-radius: 12px;

    font-size: 16px;

    box-shadow:
      0 10px 22px rgba(255, 138, 42, 0.32),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .zk-packageDock__copy {
    min-width: 0;
  }

  .zk-packageDock__copy span {
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.09em;
  }

  .zk-packageDock__copy strong {
    margin-top: 4px;

    font-size: 15px;
    line-height: 1;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* hide long paragraph on mobile */
  .zk-packageDock__copy p {
    display: none;
  }

  .zk-packageDock__metrics {
    display: flex !important;
    grid-template-columns: none !important;

    gap: 8px;

    margin-top: 4px;
    padding: 0 0 4px;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
  }

  .zk-packageDock__metrics::-webkit-scrollbar {
    display: none;
  }

  .zk-packageDock__metrics div {
    flex: 0 0 136px;

    min-width: 136px;
    max-width: 136px;

    padding: 10px 11px;

    border-radius: 14px;

    scroll-snap-align: start;
  }

  .zk-packageDock__metrics div::before {
    width: 3px;
  }

  .zk-packageDock__metrics span {
    font-size: 7.5px;
    line-height: 1.15;
    letter-spacing: 0.08em;
  }

  .zk-packageDock__metrics strong {
    margin-top: 6px;

    font-size: 14px;
    line-height: 1;

    white-space: nowrap;
  }

  .zk-packageDock__actions {
    display: flex;
    justify-content: flex-start;

    margin-top: 0;

    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;
  }

  .zk-packageDock__actions::-webkit-scrollbar {
    display: none;
  }

  .zk-packageDock__actions a {
    flex: 0 0 auto;

    width: auto !important;
    min-height: 34px;

    padding: 0 13px;

    border-radius: 999px;

    font-size: 11px;
    white-space: nowrap;
  }

  .zk-packageDock__preview {
    display: none !important;
  }
}

/* Extra-small phones */
@media (max-width: 430px) {
  .zk-packageDock {
    left: 97px;
    right: 8px;
    bottom: 10px;
  }

  .zk-packageDock__card {
    padding: 10px;
    border-radius: 16px;
  }

  .zk-packageDock__main {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
  }

  .zk-packageDock__icon {
    width: 30px;
    height: 30px;

    border-radius: 10px;

    font-size: 14px;
  }

  .zk-packageDock__copy strong {
    font-size: 14px;
  }

  .zk-packageDock__metrics div {
    flex-basis: 126px;
    min-width: 126px;
    max-width: 126px;
  }

  .zk-packageDock__metrics strong {
    font-size: 13px;
  }

  .zk-packageDock__actions a {
    min-height: 32px;
    padding: 0 12px;
    font-size: 10.5px;
  }
}


/* =========================================================
   MOBILE CONFIG SUMMARY FIX
   Keep summary compact + horizontally scrollable
========================================================= */

@media (max-width: 760px) {
  .zk-configSummary {
    position: fixed;

    /* leave space for left rail */
    top: 62px;
    left: 92px;
    right: 10px;

    width: auto;
    max-width: none;

    transform: none;

    display: flex !important;
    grid-template-columns: none !important;

    gap: 8px;

    padding: 8px;

    overflow-x: auto;
    overflow-y: hidden;

    border-radius: 18px;

    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.10));

    border: 1px solid rgba(255, 255, 255, 0.28);

    box-shadow:
      0 18px 44px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);

    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);

    z-index: 100;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
  }

  .zk-configSummary::-webkit-scrollbar {
    display: none;
  }

  .zk-summaryItem {
    flex: 0 0 118px;

    min-width: 118px;
    max-width: 118px;

    padding: 10px 11px;

    border-radius: 14px;

    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.10));

    border: 1px solid rgba(255, 255, 255, 0.22);

    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      0 10px 24px rgba(0, 0, 0, 0.10);

    scroll-snap-align: start;
  }

  .zk-summaryItem--wide {
    flex-basis: 210px;
    min-width: 210px;
    max-width: 210px;
  }

  .zk-summaryItem--price {
    flex-basis: 132px;
    min-width: 132px;
    max-width: 132px;

    background:
      linear-gradient(135deg, rgba(255, 138, 42, 0.92), rgba(244, 119, 22, 0.82));

    border-color: rgba(255, 255, 255, 0.26);

    box-shadow:
      0 14px 30px rgba(255, 138, 42, 0.26),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .zk-summaryItem span {
    display: block;

    color: rgba(255, 255, 255, 0.68);

    font-size: 7.5px;
    line-height: 1.15;
    font-weight: 1000;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .zk-summaryItem strong {
    display: block;

    margin-top: 6px;

    color: #ffffff;

    font-size: 12px;
    line-height: 1.12;
    font-weight: 1000;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  }

  .zk-summaryItem--wide strong {
    font-size: 11.5px;
  }

  .zk-summaryItem--price strong {
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .zk-configSummary {
    top: 58px;
    left: 97px;
    right: 8px;

    padding: 7px;
    gap: 7px;

    border-radius: 16px;
  }

  .zk-summaryItem {
    flex-basis: 106px;
    min-width: 106px;
    max-width: 106px;

    padding: 9px 10px;
    border-radius: 13px;
  }

  .zk-summaryItem--wide {
    flex-basis: 188px;
    min-width: 188px;
    max-width: 188px;
  }

  .zk-summaryItem--price {
    flex-basis: 120px;
    min-width: 120px;
    max-width: 120px;
  }

  .zk-summaryItem span {
    font-size: 7px;
  }

  .zk-summaryItem strong {
    font-size: 11.5px;
  }

  .zk-summaryItem--price strong {
    font-size: 13px;
  }
}


/* =========================================================
   ZIPKIT RAIL + DRAWER FINAL OVERRIDE
   Paste at the VERY BOTTOM of zipkitConfigurator.css
========================================================= */

.bx-page {
  --zk-orange: #ff8a2a;
  --zk-orange-dark: #f47716;
  --zk-glass: rgba(255, 255, 255, 0.16);
  --zk-glass-strong: rgba(255, 255, 255, 0.22);
  --zk-glass-soft: rgba(255, 255, 255, 0.10);
  --zk-glass-border: rgba(255, 255, 255, 0.26);
  --zk-text: #ffffff;
  --zk-text-muted: rgba(255, 255, 255, 0.68);
}

/* =========================================================
   LEFT RAIL
========================================================= */

.bx-rail {
  position: fixed !important;
  left: 12px !important;
  top: 74px !important;
  bottom: 18px !important;
  z-index: 95 !important;

  width: 72px !important;

  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;

  padding: 10px !important;

  overflow-y: auto !important;
  overflow-x: hidden !important;

  border-radius: 24px !important;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.075)) !important;

  border: 1px solid rgba(255, 255, 255, 0.24) !important;

  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;

  backdrop-filter: blur(22px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(145%) !important;

  scrollbar-width: none !important;
}

.bx-rail::-webkit-scrollbar {
  display: none !important;
}

.bx-railBtn,
.bx-railBtn--mini {
  position: relative !important;

  width: 52px !important;
  min-height: 62px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;

  padding: 8px 5px !important;

  border-radius: 18px !important;

  color: rgba(255, 255, 255, 0.86) !important;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.075)) !important;

  border: 1px solid rgba(255, 255, 255, 0.18) !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 24px rgba(0, 0, 0, 0.10) !important;

  cursor: pointer !important;

  transition:
    transform 0.16s ease,
    background 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    color 0.16s ease !important;
}

.bx-railBtn:hover {
  transform: translateY(-1px) !important;

  color: #ffffff !important;

  background:
    linear-gradient(180deg, rgba(255, 138, 42, 0.22), rgba(255, 138, 42, 0.11)) !important;

  border-color: rgba(255, 138, 42, 0.34) !important;

  box-shadow:
    0 14px 32px rgba(255, 138, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.20) !important;
}

.bx-railBtn.is-active {
  color: #ffffff !important;

  background:
    linear-gradient(135deg, rgba(255, 138, 42, 0.96), rgba(244, 119, 22, 0.84)) !important;

  border-color: rgba(255, 255, 255, 0.30) !important;

  box-shadow:
    0 18px 38px rgba(255, 138, 42, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

.bx-railBtn.is-active::before {
  content: "";

  position: absolute;
  left: -10px;
  top: 50%;

  width: 4px;
  height: 26px;

  border-radius: 999px;

  background: #ff8a2a;

  transform: translateY(-50%);

  box-shadow: 0 0 18px rgba(255, 138, 42, 0.75);
}

.bx-railIco,
.bx-railBtn--mini .bx-railIco {
  width: 30px !important;
  height: 30px !important;

  display: grid !important;
  place-items: center !important;

  border-radius: 999px !important;

  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.24) !important;

  border: 1px solid rgba(255, 255, 255, 0.14) !important;

  font-size: 15px !important;
  line-height: 1 !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 18px rgba(0, 0, 0, 0.14) !important;
}

.bx-railBtn.is-active .bx-railIco {
  background: rgba(255, 255, 255, 0.20) !important;
}

.bx-railLbl,
.bx-railBtn--mini .bx-railLbl {
  display: block !important;

  max-width: 100% !important;

  color: currentColor !important;

  font-size: 9px !important;
  line-height: 1.05 !important;
  font-weight: 1000 !important;
  letter-spacing: -0.01em !important;

  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;

  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.24) !important;
}

/* =========================================================
   LEFT DRAWER
========================================================= */

.bx-left {
  position: fixed !important;
  left: 96px !important;
  top: 74px !important;
  bottom: 18px !important;
  z-index: 94 !important;

  width: min(390px, calc(100vw - 118px)) !important;
  max-width: none !important;

  display: flex !important;
  flex-direction: column !important;

  overflow: hidden !important;

  border-radius: 28px !important;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.10)) !important;

  border: 1px solid rgba(255, 255, 255, 0.28) !important;

  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;

  backdrop-filter: blur(26px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(26px) saturate(150%) !important;

  transform: translateX(0) !important;
  opacity: 1 !important;

  transition:
    transform 0.22s ease,
    opacity 0.22s ease,
    visibility 0.22s ease !important;
}

.bx-left--closed {
  transform: translateX(-18px) scale(0.98) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.bx-panelHead {
  flex: 0 0 auto !important;

  padding: 16px 16px 13px !important;

  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)) !important;

  border-top-left-radius: 28px !important;
  border-top-right-radius: 28px !important;
}

.bx-panelHeadRow {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

.bx-panelHead h2 {
  margin: 0 !important;

  color: #ffffff !important;

  font-size: 18px !important;
  line-height: 1.05 !important;
  font-weight: 1000 !important;
  letter-spacing: -0.045em !important;

  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.32) !important;
}

.bx-panelHead .mini,
.mini {
  margin-top: 5px !important;

  color: rgba(255, 255, 255, 0.66) !important;

  font-size: 11px !important;
  line-height: 1.28 !important;
  font-weight: 750 !important;
}

.bx-panelBody,
.bx-bodyPro {
  flex: 1 1 auto !important;

  padding: 14px !important;

  overflow-y: auto !important;
  overflow-x: hidden !important;

  border-bottom-left-radius: 28px !important;
  border-bottom-right-radius: 28px !important;

  scrollbar-width: thin !important;
  scrollbar-color: rgba(255, 138, 42, 0.70) rgba(255, 255, 255, 0.08) !important;
}

.bx-panelBody::-webkit-scrollbar,
.bx-bodyPro::-webkit-scrollbar {
  width: 8px !important;
}

.bx-panelBody::-webkit-scrollbar-track,
.bx-bodyPro::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;
}

.bx-panelBody::-webkit-scrollbar-thumb,
.bx-bodyPro::-webkit-scrollbar-thumb {
  background: rgba(255, 138, 42, 0.70) !important;
  border-radius: 999px !important;
}

/* =========================================================
   DRAWER FOOTER
========================================================= */

.bx-footer {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 5 !important;

  padding: 12px 14px 14px !important;

  border-top: 1px solid rgba(255, 255, 255, 0.16) !important;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.18)) !important;

  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;

  border-bottom-left-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}

/* =========================================================
   DRAWER FORMS
========================================================= */

.bx-grid1 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.bx-grid2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.ui-field,
.bx-fieldBlock {
  min-width: 0 !important;

  padding: 12px !important;

  border-radius: 18px !important;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.075)) !important;

  border: 1px solid rgba(255, 255, 255, 0.18) !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 10px 24px rgba(0, 0, 0, 0.10) !important;
}

.ui-field__top,
.bx-fieldBlock__top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;

  margin-bottom: 8px !important;
}

.ui-label,
.bx-fieldBlock__label {
  color: rgba(255, 255, 255, 0.70) !important;

  font-size: 9px !important;
  font-weight: 1000 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
}

.ui-hint,
.bx-fieldBlock__value {
  color: rgba(255, 255, 255, 0.58) !important;

  font-size: 10px !important;
  font-weight: 900 !important;
}

.ui-inputWrap {
  position: relative !important;
}

.ui-input,
.ui-select,
.bx-input,
.bx-select,
.bx-num,
.bx-panelBody input[type="text"],
.bx-panelBody input[type="number"],
.bx-panelBody input[type="email"],
.bx-panelBody input[type="search"],
.bx-panelBody select {
  width: 100% !important;
  height: 44px !important;

  padding: 0 12px !important;

  border-radius: 14px !important;

  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;

  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  outline: 0 !important;

  font-size: 13px !important;
  font-weight: 850 !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 18px rgba(0, 0, 0, 0.08) !important;

  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.ui-input::placeholder,
.bx-input::placeholder {
  color: rgba(255, 255, 255, 0.48) !important;
}

.ui-input:focus,
.ui-select:focus,
.bx-input:focus,
.bx-select:focus,
.bx-num:focus,
.bx-panelBody input:focus,
.bx-panelBody select:focus {
  border-color: rgba(255, 138, 42, 0.76) !important;

  box-shadow:
    0 0 0 4px rgba(255, 138, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.ui-suffix,
.ui-unit,
.ui-field__suffix {
  position: absolute !important;
  right: 11px !important;
  top: 50% !important;

  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  background: transparent !important;

  color: rgba(255, 255, 255, 0.58) !important;

  font-size: 10px !important;
  font-weight: 1000 !important;

  transform: translateY(-50%) !important;
}

.bx-range,
.ui-range,
.bx-page .bx-left input[type="range"] {
  width: 100% !important;
  accent-color: #ff8a2a !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.bx-color,
.bx-panelBody input[type="color"],
.bx-page .bx-left input[type="color"] {
  width: 100% !important;
  height: 44px !important;

  padding: 5px !important;

  border-radius: 14px !important;

  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 8px 18px rgba(0, 0, 0, 0.08) !important;

  cursor: pointer !important;
}

.bx-panelBody input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0 !important;
}

.bx-panelBody input[type="color"]::-webkit-color-swatch {
  border: none !important;
  border-radius: 10px !important;
}

/* =========================================================
   BUTTONS / TOGGLES
========================================================= */

.ui-btn,
.bx-quoteBtn,
.bx-modalBtn {
  min-height: 40px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;

  padding: 0 13px !important;

  border-radius: 999px !important;

  border: 1px solid rgba(255, 255, 255, 0.18) !important;

  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.10) !important;

  font-size: 12px !important;
  font-weight: 950 !important;

  cursor: pointer !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.10) !important;

  transition:
    transform 0.16s ease,
    background 0.16s ease,
    border-color 0.16s ease !important;
}

.ui-btn:hover,
.bx-quoteBtn:hover,
.bx-modalBtn:hover {
  transform: translateY(-1px) !important;
  background: rgba(255, 138, 42, 0.22) !important;
  border-color: rgba(255, 138, 42, 0.35) !important;
}

.ui-btn--primary,
.ui-btn.is-primary,
.bx-generatePackageBtn,
.zk-generatePackageBtn,
.bx-modalBtn--primary {
  background:
    linear-gradient(135deg, rgba(255, 138, 42, 0.95), rgba(244, 119, 22, 0.84)) !important;

  border-color: rgba(255, 255, 255, 0.24) !important;

  box-shadow:
    0 16px 34px rgba(255, 138, 42, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

.ui-toggle,
.bx-check,
.bx-page .bx-left label:has(input[type="checkbox"]) {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;

  padding: 12px !important;

  border-radius: 18px !important;

  background: rgba(255, 255, 255, 0.11) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;

  color: #ffffff !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 18px rgba(0, 0, 0, 0.08) !important;

  cursor: pointer !important;
}

.ui-toggle__label,
.bx-check span {
  color: #ffffff !important;

  font-size: 13px !important;
  font-weight: 950 !important;
}

.ui-toggle__sub {
  color: rgba(255, 255, 255, 0.58) !important;
}

.bx-page .bx-left input[type="checkbox"] {
  accent-color: #ff8a2a !important;
}

/* =========================================================
   PORCH POPUP — YOUR CLASS IS bx-porchPop
========================================================= */

.bx-porchPop {
  position: fixed !important;
  z-index: 150 !important;

  width: 320px !important;
  max-width: min(320px, calc(100vw - 24px)) !important;

  padding: 12px !important;

  border-radius: 22px !important;

  color: #ffffff !important;
  background:
    linear-gradient(180deg, rgba(20, 32, 22, 0.62), rgba(20, 32, 22, 0.34)) !important;

  border: 1px solid rgba(255, 255, 255, 0.24) !important;

  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;

  backdrop-filter: blur(22px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(150%) !important;
}

.bx-porchPop__head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;

  margin-bottom: 12px !important;
}

.bx-porchPop__title {
  color: #ffffff !important;

  font-size: 12px !important;
  font-weight: 1000 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.bx-porchPop__x {
  width: 34px !important;
  height: 34px !important;

  border-radius: 999px !important;

  border: 1px solid rgba(255, 255, 255, 0.18) !important;

  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;

  font-weight: 1000 !important;
  cursor: pointer !important;
}

.bx-porchPop__grid {
  display: grid !important;
  gap: 10px !important;
}

/* =========================================================
   MOBILE RAIL / DRAWER / POPUP
========================================================= */

@media (max-width: 760px) {
  .bx-rail {
    left: 8px !important;
    top: 62px !important;
    bottom: 10px !important;

    width: 72px !important;

    padding: 8px !important;
    gap: 8px !important;

    border-radius: 20px !important;
  }

  .bx-railBtn,
  .bx-railBtn--mini {
    width: 56px !important;
    min-height: 62px !important;

    border-radius: 16px !important;
  }

  .bx-railIco,
  .bx-railBtn--mini .bx-railIco {
    width: 29px !important;
    height: 29px !important;

    font-size: 14px !important;
  }

  .bx-railLbl,
  .bx-railBtn--mini .bx-railLbl {
    font-size: 8.5px !important;
  }

  .bx-left {
    left: 88px !important;
    top: 62px !important;
    right: 8px !important;
    bottom: 10px !important;

    width: auto !important;

    border-radius: 22px !important;
  }

  .bx-panelHead {
    padding: 13px 13px 10px !important;

    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
  }

  .bx-panelHead h2 {
    font-size: 16px !important;
  }

  .bx-panelHead .mini,
  .mini {
    font-size: 10px !important;
  }

  .bx-panelBody,
  .bx-bodyPro {
    padding: 11px !important;

    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
  }

  .bx-grid2 {
    grid-template-columns: 1fr !important;
  }

  .ui-field,
  .bx-fieldBlock {
    padding: 10px !important;
    border-radius: 16px !important;
  }

  .ui-input,
  .ui-select,
  .bx-input,
  .bx-select,
  .bx-num {
    height: 42px !important;
    border-radius: 13px !important;
  }

  .bx-footer {
    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
  }

  .bx-porchPop {
    left: 88px !important;
    right: 8px !important;
    top: auto !important;
    bottom: 96px !important;

    width: auto !important;
    max-width: none !important;

    transform: none !important;
  }
}

@media (max-width: 430px) {
  .bx-rail {
    left: 6px !important;
    width: 68px !important;
  }

  .bx-railBtn,
  .bx-railBtn--mini {
    width: 52px !important;
    min-height: 58px !important;
  }

  .bx-left {
    left: 82px !important;
    right: 6px !important;
  }

  .bx-porchPop {
    left: 82px !important;
    right: 6px !important;
  }
}


/* =========================================================
   FLOATING STEEL QUOTE BUTTON
   Shows before result, hides after packageResult
========================================================= */

.zk-floatingQuote {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 118;

  pointer-events: none;
}

.zk-floatingQuote__btn {
  min-width: 230px;
  min-height: 64px;

  display: inline-flex;
  align-items: center;
  gap: 13px;

  padding: 10px 18px 10px 12px;

  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 999px;

  color: #ffffff;

  background:
    linear-gradient(135deg, rgba(255, 138, 42, 0.96), rgba(244, 119, 22, 0.86));

  box-shadow:
    0 22px 56px rgba(255, 138, 42, 0.34),
    0 18px 50px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);

  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);

  cursor: pointer;
  pointer-events: auto;

  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    filter 0.16s ease,
    opacity 0.16s ease;
}

.zk-floatingQuote__btn:hover {
  transform: translateY(-2px);

  box-shadow:
    0 26px 66px rgba(255, 138, 42, 0.42),
    0 22px 58px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.30);
}

.zk-floatingQuote__btn:active {
  transform: translateY(0) scale(0.985);
}

.zk-floatingQuote__btn:disabled {
  cursor: wait;
  opacity: 0.82;
  transform: none;
}

.zk-floatingQuote__icon {
  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  flex: 0 0 42px;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 24px rgba(0, 0, 0, 0.14);
}

.zk-floatingQuote__text {
  min-width: 0;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  line-height: 1.05;
}

.zk-floatingQuote__text small {
  color: rgba(255, 255, 255, 0.76);

  font-size: 9px;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}

.zk-floatingQuote__text strong {
  margin-top: 4px;

  color: #ffffff;

  font-size: 15px;
  font-weight: 1000;
  letter-spacing: -0.02em;

  text-shadow:
    0 12px 28px rgba(0, 0, 0, 0.28),
    0 1px 0 rgba(0, 0, 0, 0.16);
}

/* Leave room for left rail on mobile */
@media (max-width: 760px) {
  .zk-floatingQuote {
    left: 88px;
    right: 10px;
    bottom: 12px;
  }

  .zk-floatingQuote__btn {
    width: 100%;
    min-width: 0;
    min-height: 56px;

    padding: 9px 14px 9px 10px;
  }

  .zk-floatingQuote__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .zk-floatingQuote__text small {
    font-size: 8px;
  }

  .zk-floatingQuote__text strong {
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .zk-floatingQuote {
    left: 82px;
    right: 8px;
    bottom: 10px;
  }

  .zk-floatingQuote__btn {
    min-height: 52px;
  }

  .zk-floatingQuote__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
}


.zk-summaryItem--quoteBtn {
  border: 0;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.zk-summaryItem--quoteBtn:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.zk-summaryItem--quoteBtn:disabled {
  cursor: wait;
  opacity: 0.82;
  transform: none;
}

/* =========================================================
   ZIPKIT APP BAR - FLOATING LOGO + FLOATING CONTROLS
   No big header background
========================================================= */

.bx-appbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  min-height: 0;
  z-index: 112;

  display: block;
  padding: 0;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;

  pointer-events: none;
}

.bx-appbar::before,
.bx-appbar::after {
  display: none !important;
  content: none !important;
}

/* =========================================================
   FLOATING LOGO - OUTSIDE HEADER
========================================================= */

.bx-appbar__brand {
  position: fixed;
  top: 3px;
  left: 34px;
  z-index: 116;

  display: flex;
  align-items: center;

  width: auto;
  min-width: 0;

  pointer-events: none;
}

.bx-logo {
  width: 245px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  padding: 0;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.bx-logoImg {
  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: left center;

  user-select: none;
  -webkit-user-drag: none;

  filter:
    drop-shadow(0 12px 28px rgba(0, 0, 0, 0.34))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.18));
}

/* Remove old title text */
.bx-appbar__brandTxt,
.bx-appbar__title,
.bx-appbar__sub {
  display: none !important;
}

/* Hide empty center white block */
.bx-appbar__center,
.bx-appbar__location,
.bx-estimate {
  display: none !important;
}

/* =========================================================
   FLOATING ACTION CONTROLS
========================================================= */

.bx-appbar__actions {
  position: fixed;
  top: 12px;
  right: 34px;
  z-index: 116;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;

  padding: 7px;
  color: black;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);

  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.10));

  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);

  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);

  pointer-events: auto;
}

/* Status pill - no heavy green block */
.bx-appbar__actions .ui-pill {
  min-height: 42px;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 0 17px;

  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);

  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.08));

  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.20),
    0 10px 24px rgba(0, 0, 0, 0.10);
}

.bx-appbar__actions .ui-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 999px;
  background: rgba(255, 138, 42, 0.95);
  box-shadow: 0 0 14px rgba(255, 138, 42, 0.85);
}

/* Refresh / Reset buttons */
.bx-appbar .ui-btn,
.bx-appbar .bx-quoteBtn {
  min-height: 42px;
  padding: 0 16px;

  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);

  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.075));

  font-weight: 1000;
  letter-spacing: -0.01em;
  white-space: nowrap;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 24px rgba(0, 0, 0, 0.10);

  transition:
    transform 0.16s ease,
    background 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

.bx-appbar .ui-btn:hover,
.bx-appbar .bx-quoteBtn:hover {
  transform: translateY(-1px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.11));
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.bx-appbar .ui-btn:active,
.bx-appbar .bx-quoteBtn:active {
  transform: translateY(0) scale(0.985);
}

/* Button icons - remove green look */
.bx-appbar .ui-btn__icon {
  width: 28px;
  height: 28px;

  display: grid;
  place-items: center;

  margin-left: -7px;

  border-radius: 999px;

  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.13) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.bx-appbar .ui-btn__icon svg {
  color: #ffffff !important;
  stroke: currentColor !important;
}

.bx-appbar .ui-btn__txt {
  color: rgba(255, 255, 255, 0.96);
}

/* =========================================================
   SUMMARY BAR POSITION
========================================================= */

.zk-configSummary {
  top: 104px !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {
  .bx-appbar__brand {
    top: 18px;
    left: 22px;
  }

  .bx-logo {
    width: 205px;
    height: 50px;
  }

  .bx-appbar__actions {
    top: 20px;
    right: 22px;
    gap: 6px;
    padding: 6px;
  }

  .bx-appbar__actions .ui-pill {
    min-height: 38px;
    padding: 0 14px;
    font-size: 11px;
  }

  .bx-appbar .ui-btn,
  .bx-appbar .bx-quoteBtn {
    min-height: 38px;
    padding: 0 13px;
  }

  .bx-appbar .ui-btn__icon {
    width: 26px;
    height: 26px;
  }

  .zk-configSummary {
    top: 86px !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {
  .bx-appbar__brand {
    top: 12px;
    left: 14px;
  }

  .bx-logo {
    width: 155px;
    height: 42px;
  }

  .bx-appbar__actions {
    top: 12px;
    right: 12px;
    gap: 5px;
    padding: 5px;
  }

  .bx-appbar__actions .ui-pill {
    min-height: 34px;
    padding: 0 10px;
    font-size: 10px;
  }

  .bx-appbar .ui-btn,
  .bx-appbar .bx-quoteBtn {
    min-width: 34px;
    min-height: 34px;
    padding: 0 9px;
    font-size: 0;
  }

  .bx-appbar .ui-btn__txt {
    display: none;
  }

  .bx-appbar .ui-btn__icon {
    width: 25px;
    height: 25px;
    margin: 0;
  }

  .zk-configSummary {
    top: 72px !important;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
  .bx-appbar__brand {
    top: 10px;
    left: 10px;
  }

  .bx-logo {
    width: 128px;
    height: 36px;
  }

  .bx-appbar__actions {
    top: 9px;
    right: 8px;
    gap: 4px;
    padding: 4px;
  }

  .bx-appbar__actions .ui-pill {
    min-height: 31px;
    padding: 0 8px;
    font-size: 8px;
  }

  .bx-appbar .ui-btn,
  .bx-appbar .bx-quoteBtn {
    min-width: 31px;
    min-height: 31px;
    padding: 0 7px;
  }

  .bx-appbar .ui-btn__icon {
    width: 23px;
    height: 23px;
  }

  .zk-configSummary {
    top: 62px !important;
  }
}


/* Header action text black */
.bx-appbar .ui-btn,
.bx-appbar .bx-quoteBtn {
  color: #111827 !important;
}

.bx-appbar .ui-btn__txt {
  color: #111827 !important;
}

/* Header action icons black too */
.bx-appbar .ui-btn__icon {
  color: #111827 !important;
}

.bx-appbar .ui-btn__icon svg {
  color: #111827 !important;
  stroke: currentColor !important;
}

/* Keep READY white, because it sits on dark green */
.bx-appbar__actions .ui-pill {
  color: #ffffff !important;
}

.bx-appbar__actions .ui-pill .ui-pill__txt,
.bx-appbar__actions .ui-pill span {
  color: #ffffff !important;
}



/* Header action group - fit content */
.bx-appbar__actions {
  width: fit-content !important;
  min-width: 0 !important;

  display: inline-flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;

  padding: 6px !important;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.70) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;

  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.90);

  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

/* Status: white raised circle only */
.bx-appbar__actions .ui-pill {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;

  padding: 0 !important;
  margin: 0 !important;

  display: grid !important;
  place-items: center !important;

  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;

  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)) !important;

  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 1) !important;

  font-size: 0 !important;
  color: transparent !important;
  overflow: visible !important;
}

/* Green dot inside the white circle */
.bx-appbar__actions .ui-pill::before {
  content: "";
  width: 18px !important;
  height: 18px !important;
  border-radius: 999px;

  background:
    radial-gradient(circle at 35% 30%, #74ff9a, #2f6f3e 58%, #245a35 100%) !important;

  box-shadow:
    0 0 0 4px rgba(48, 128, 70, 0.10),
    0 8px 18px rgba(0, 0, 0, 0.22),
    inset 0 1px 2px rgba(255, 255, 255, 0.42) !important;
}

/* Hide Ready text */
.bx-appbar__actions .ui-pill * {
  display: none !important;
}

/* Make Refresh / Reset fit tighter */
.bx-appbar .ui-btn,
.bx-appbar .bx-quoteBtn {
  min-height: 42px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;

  color: #111827 !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.45)) !important;

  border: 1px solid rgba(255, 255, 255, 0.68) !important;

  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

.bx-appbar .ui-btn__txt {
  color: #111827 !important;
}

.bx-appbar .ui-btn__icon {
  width: 27px !important;
  height: 27px !important;
  margin-left: -6px !important;

  color: #111827 !important;
  background: rgba(255, 255, 255, 0.58) !important;
  border: 1px solid rgba(17, 24, 39, 0.08) !important;
}

.bx-appbar .ui-btn__icon svg {
  color: #111827 !important;
  stroke: currentColor !important;
}



/* Small header toggle for walls + roof */
.bx-headerMiniToggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 0 13px;

  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.68);

  color: #111827;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.45));

  font-family: inherit;
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: -0.01em;
  white-space: nowrap;

  cursor: pointer;

  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);

  transition:
    transform 0.16s ease,
    background 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    opacity 0.16s ease;
}

.bx-headerMiniToggle:hover {
  transform: translateY(-1px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.55));
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.bx-headerMiniToggle:active {
  transform: translateY(0) scale(0.985);
}

.bx-headerMiniToggle__icon {
  width: 27px;
  height: 27px;

  display: grid;
  place-items: center;

  margin-left: -5px;

  border-radius: 999px;

  color: #111827;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(17, 24, 39, 0.08);

  font-size: 14px;
  line-height: 1;
}

.bx-headerMiniToggle__txt {
  color: #111827;
}

/* Off state */
.bx-headerMiniToggle.is-off {
  opacity: 0.78;
}

.bx-headerMiniToggle.is-off .bx-headerMiniToggle__icon {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 138, 42, 0.95), rgba(239, 119, 24, 0.78));
  border-color: rgba(255, 178, 112, 0.55);
}

/* Mobile: icon only */
@media (max-width: 760px) {
  .bx-headerMiniToggle {
    min-width: 34px;
    min-height: 34px;
    padding: 0 9px;
    font-size: 0;
  }

  .bx-headerMiniToggle__txt {
    display: none;
  }

  .bx-headerMiniToggle__icon {
    width: 25px;
    height: 25px;
    margin: 0;
    font-size: 13px;
  }
}

@media (max-width: 430px) {
  .bx-headerMiniToggle {
    min-width: 31px;
    min-height: 31px;
    padding: 0 7px;
  }

  .bx-headerMiniToggle__icon {
    width: 23px;
    height: 23px;
    font-size: 12px;
  }
}






/* =========================================================
   FINAL DARK GLASS DRAWER OVERRIDE

========================================================= */


.bx-page {
  --zk-glass: rgba(255, 255, 255, 0.14);
  --zk-glass-2: rgb(90 77 67 / 9%);
  --zk-glass-3: rgba(255, 255, 255, 0.07);

  --zk-white: rgba(255, 255, 255, 0.96);
  --zk-white-soft: rgba(255, 255, 255, 0.76);
  --zk-white-muted: rgba(255, 255, 255, 0.58);

  --zk-line: rgba(255, 255, 255, 0.22);
  --zk-orange: #ff8a2a;
}

/* Main drawer: transparent blurred glass */
.bx-left {
  background: var(--zk-glass) !important;

  border: 1px solid var(--zk-line) !important;

  box-shadow:
    0 28px 80px rgba(31, 41, 55, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;

  backdrop-filter: blur(30px) saturate(155%) !important;
  -webkit-backdrop-filter: blur(30px) saturate(155%) !important;
}

/* Drawer header */
.bx-panelHead {
  background: var(--zk-glass-2) !important;

  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;

  backdrop-filter: blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
}

.bx-panelHead h2,
.bx-sectionTitle,
.bx-cardTitle,
.ui-section__title {
  color: var(--zk-white) !important;
  text-shadow: 0 8px 22px rgba(31, 41, 55, 0.20) !important;
}

.bx-panelHead .mini,
.bx-cardMeta,
.bx-cardSub,
.ui-section__sub,
.ui-hint {
  color: var(--zk-white-soft) !important;
}

/* Inner cards: transparent glass only */
.bx-card,
.ui-section,
.bx-fieldBlock,
.ui-field,
.bx-check,
.ui-toggle {
  background: var(--zk-glass-2) !important;

  border: 1px solid rgba(255, 255, 255, 0.18) !important;

  box-shadow:
    0 16px 36px rgba(31, 41, 55, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;

  backdrop-filter: blur(20px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(145%) !important;
}

/* Text inside cards */
.bx-card *,
.ui-section *,
.bx-fieldBlock *,
.ui-field *,
.ui-toggle *,
.bx-check * {
  color: inherit;
}

.ui-label,
.bx-fieldBlock__label {
  color: rgba(255, 255, 255, 0.72) !important;
}

.ui-toggle__label,
.bx-check span {
  color: var(--zk-white) !important;
}

.ui-toggle__sub {
  color: var(--zk-white-muted) !important;
}

/* Inputs and selects: transparent blurred glass */
.ui-input,
.ui-select,
.bx-input,
.bx-select,
.bx-num,
.bx-panelBody input[type="text"],
.bx-panelBody input[type="number"],
.bx-panelBody input[type="email"],
.bx-panelBody input[type="search"],
.bx-panelBody select {
  color: #ffffff !important;

  background: rgba(255, 255, 255, 0.12) !important;

  border: 1px solid rgba(255, 255, 255, 0.24) !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 24px rgba(31, 41, 55, 0.10) !important;

  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}

.ui-input::placeholder,
.bx-input::placeholder {
  color: rgba(255, 255, 255, 0.52) !important;
}

/* Native dropdown options cannot blur reliably, so make text visible */
.ui-select option,
.bx-select option,
.bx-panelBody select option {
  color: #172033 !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

/* Select arrow visible */
.ui-select,
.bx-select,
.bx-panelBody select {
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.90) 50%),
    linear-gradient(135deg, rgba(255,255,255,.90) 50%, transparent 50%) !important;

  background-position:
    calc(100% - 18px) 18px,
    calc(100% - 12px) 18px !important;

  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
}

/* Focus state */
.ui-input:focus,
.ui-select:focus,
.bx-input:focus,
.bx-select:focus,
.bx-num:focus,
.bx-panelBody input:focus,
.bx-panelBody select:focus {
  border-color: rgba(255, 138, 42, 0.78) !important;

  box-shadow:
    0 0 0 4px rgba(255, 138, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 12px 28px rgba(31, 41, 55, 0.14) !important;
}

/* Color picker transparent glass */
.bx-color,
.bx-panelBody input[type="color"],
.bx-page .bx-left input[type="color"] {
  background: rgba(255, 255, 255, 0.12) !important;

  border: 1px solid rgba(255, 255, 255, 0.24) !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 24px rgba(31, 41, 55, 0.10) !important;

  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}

.bx-panelBody input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0 !important;
}

.bx-panelBody input[type="color"]::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 10px !important;
}

/* Buttons in drawer: transparent glass */
.bx-panelBody .ui-btn,
.bx-panelBody .ui-btn--ghost,
.bx-panelBody .ui-btn--primary {
  color: #ffffff !important;

  background: rgba(255, 255, 255, 0.12) !important;

  border: 1px solid rgba(255, 255, 255, 0.20) !important;

  box-shadow:
    0 12px 28px rgba(31, 41, 55, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;

  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}

.bx-panelBody .ui-btn:hover,
.bx-panelBody .ui-btn.is-active {
  background: rgba(255, 138, 42, 0.55) !important;
  border-color: rgba(255, 255, 255, 0.30) !important;
}

/* Main section/card spacing stays clean */
.bx-panelBody {
  background: transparent !important;
}

.bx-bodyPro {
  background: transparent !important;
}

/* Range slider */
.bx-range,
.ui-range,
.bx-page .bx-left input[type="range"] {
  accent-color: var(--zk-orange) !important;
}

.bx-page .bx-left input[type="range"]::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.22) !important;
}

.bx-page .bx-left input[type="range"]::-webkit-slider-thumb {
  background: var(--zk-orange) !important;
}

/* Suffix text */
.ui-suffix,
.ui-unit,
.ui-field__suffix {
  color: rgba(255, 255, 255, 0.66) !important;
}

/* Error readable when visible */
.bx-error {
  visibility: visible !important;
  color: #ffffff !important;
  background: rgba(255, 80, 80, 0.20) !important;
  border-color: rgba(255, 255, 255, 0.20) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
}




.dw-library {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.dw-card {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  padding: 12px;
  text-align: left;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.92);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.dw-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 138, 42, 0.7);
  background: rgba(255, 255, 255, 0.14);
}

.dw-preview {
  height: 86px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04)),
    rgba(20, 30, 45, 0.35);
  border: 1px solid rgba(255,255,255,0.18);
}

.dw-preview span {
  font-size: 34px;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.25));
}

.dw-preview--door_single::after,
.dw-preview--door_double::after {
  content: "";
  width: 34px;
  height: 58px;
  border-radius: 6px 6px 2px 2px;
  background: rgba(32, 45, 56, 0.92);
  border: 3px solid rgba(217,224,212,.9);
  position: absolute;
  bottom: 12px;
}

.dw-preview--door_double::after {
  width: 58px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(217,224,212,.9) 49%, rgba(217,224,212,.9) 51%, transparent 52%),
    rgba(32, 45, 56, 0.92);
}

.dw-preview--window_fixed::after,
.dw-preview--window_slider::after,
.dw-preview--window_picture::after {
  content: "";
  width: 64px;
  height: 42px;
  border-radius: 8px;
  background: rgba(127, 199, 255, 0.58);
  border: 4px solid rgba(217,224,212,.95);
  position: absolute;
}

.dw-preview--window_slider::after {
  background:
    linear-gradient(90deg, transparent 48%, rgba(217,224,212,.95) 49%, rgba(217,224,212,.95) 51%, transparent 52%),
    rgba(127, 199, 255, 0.58);
}

.dw-preview--window_fixed::after {
  background:
    linear-gradient(90deg, transparent 48%, rgba(217,224,212,.95) 49%, rgba(217,224,212,.95) 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(217,224,212,.95) 49%, rgba(217,224,212,.95) 51%, transparent 52%),
    rgba(127, 199, 255, 0.58);
}

.dw-cardTitle {
  font-weight: 950;
  font-size: 13px;
  margin-bottom: 4px;
}

.dw-cardMeta {
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255,255,255,.66);
}
.opening-nudge-grid
{
      display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}.zk-adminPage {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 138, 42, 0.18), transparent 28%),
    linear-gradient(135deg, #15231d, #344424 55%, #132019);
  color: #ffffff;
}

.zk-adminCard {
  width: min(920px, 100%);
  padding: 26px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow:
    0 28px 90px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.24);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.zk-adminHeader {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.zk-adminHeader span,
.zk-adminGrid label span,
.zk-adminPreview span,
.zk-adminFooter span {
  display: block;
  color: rgba(255,255,255,0.66);
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zk-adminHeader h1 {
  margin: 6px 0 8px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.zk-adminHeader p {
  margin: 0;
  max-width: 560px;
  color: rgba(255,255,255,0.74);
  font-size: 14px;
  line-height: 1.45;
}

.zk-adminHeader button,
.zk-adminSave {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #111827;
  background: rgba(255,255,255,0.86);
  font-weight: 1000;
  cursor: pointer;
}

.zk-adminGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.zk-adminGrid label {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
}

.zk-adminGrid input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.86);
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  outline: none;
}

.zk-adminPreview {
  margin-top: 16px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 138, 42, 0.18);
  border: 1px solid rgba(255, 189, 131, 0.24);
}

.zk-adminPreview strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
}

.zk-adminFooter {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.zk-adminFooter strong {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,0.86);
  font-size: 13px;
}

.zk-adminSave {
  background:
    linear-gradient(135deg, rgba(255, 138, 42, 0.98), rgba(239, 119, 24, 0.86));
  color: #ffffff;
  box-shadow: 0 16px 38px rgba(255, 138, 42, 0.24);
}

.zk-adminAlert {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  font-weight: 900;
}

.zk-adminAlert--error {
  background: rgba(239, 68, 68, 0.18);
  border: 1px solid rgba(248, 113, 113, 0.28);
}

.zk-adminAlert--success {
  background: rgba(34, 197, 94, 0.18);
  border: 1px solid rgba(74, 222, 128, 0.28);
}

@media (max-width: 760px) {
  .zk-adminPage {
    padding: 14px;
    place-items: start center;
  }

  .zk-adminCard {
    padding: 18px;
    border-radius: 22px;
  }

  .zk-adminHeader,
  .zk-adminFooter {
    flex-direction: column;
    align-items: stretch;
  }

  .zk-adminGrid {
    grid-template-columns: 1fr;
  }
}



/* Big desktop side logo */
.zk-adminLogo--desktop {
  position: fixed;
  left: -142px;
  top: 50%;
  z-index: 0;

  width: 560px;
  height: 140px;

  object-fit: contain;
  object-position: center;

  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;

  opacity: 0.95;
  pointer-events: none;
  user-select: none;

  filter:
    drop-shadow(0 26px 60px rgba(0, 0, 0, 0.32))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.18));
}

/* Hidden on desktop, shown on mobile */
.zk-adminLogoMobile {
  display: none;
}

/* Make admin card sit above big logo */
.zk-adminCard {
  position: relative;
  z-index: 2;
}

/* Give desktop card breathing room away from left logo */
@media (min-width: 981px) {
  .zk-adminPage {
    padding-left: 190px;
  }
}

@media (max-width: 980px) {
  .zk-adminLogo--desktop {
    display: none;
  }

  .zk-adminLogoMobile {
    display: block;
    position: fixed;
    top: 18px;
    left: 20px;
    z-index: 4;

    width: 170px;
    height: 48px;

    object-fit: contain;
    object-position: left center;

    pointer-events: none;
    user-select: none;

    filter:
      drop-shadow(0 12px 28px rgba(0, 0, 0, 0.32))
      drop-shadow(0 1px 0 rgba(255, 255, 255, 0.18));
  }

  .zk-adminPage {
    padding-top: 88px;
  }
}

@media (max-width: 430px) {
  .zk-adminLogoMobile {
    top: 14px;
    left: 14px;
    width: 142px;
    height: 40px;
  }

  .zk-adminPage {
    padding-top: 74px;
  }
}.counter {
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--accent);
  background: var(--accent-bg);
  border: 2px solid transparent;
  transition: border-color 0.3s;
  margin-bottom: 24px;

  &:hover {
    border-color: var(--accent-border);
  }
  &:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
  }
}

.hero {
  position: relative;

  .base,
  .framework,
  .vite {
    inset-inline: 0;
    margin: 0 auto;
  }

  .base {
    width: 170px;
    position: relative;
    z-index: 0;
  }

  .framework,
  .vite {
    position: absolute;
  }

  .framework {
    z-index: 1;
    top: 34px;
    height: 28px;
    transform: perspective(2000px) rotateZ(300deg) rotateX(44deg) rotateY(39deg)
      scale(1.4);
  }

  .vite {
    z-index: 0;
    top: 107px;
    height: 26px;
    width: auto;
    transform: perspective(2000px) rotateZ(300deg) rotateX(40deg) rotateY(39deg)
      scale(0.8);
  }
}

#center {
  display: flex;
  flex-direction: column;
  gap: 25px;
  place-content: center;
  place-items: center;
  flex-grow: 1;

  @media (max-width: 1024px) {
    padding: 32px 20px 24px;
    gap: 18px;
  }
}

#next-steps {
  display: flex;
  border-top: 1px solid var(--border);
  text-align: left;

  & > div {
    flex: 1 1 0;
    padding: 32px;
    @media (max-width: 1024px) {
      padding: 24px 20px;
    }
  }

  .icon {
    margin-bottom: 16px;
    width: 22px;
    height: 22px;
  }

  @media (max-width: 1024px) {
    flex-direction: column;
    text-align: center;
  }
}

#docs {
  border-right: 1px solid var(--border);

  @media (max-width: 1024px) {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
}

#next-steps ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
  margin: 32px 0 0;

  .logo {
    height: 18px;
  }

  a {
    color: var(--text-h);
    font-size: 16px;
    border-radius: 6px;
    background: var(--social-bg);
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: box-shadow 0.3s;

    &:hover {
      box-shadow: var(--shadow);
    }
    .button-icon {
      height: 18px;
      width: 18px;
    }
  }

  @media (max-width: 1024px) {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;

    li {
      flex: 1 1 calc(50% - 8px);
    }

    a {
      width: 100%;
      justify-content: center;
      box-sizing: border-box;
    }
  }
}

#spacer {
  height: 88px;
  border-top: 1px solid var(--border);
  @media (max-width: 1024px) {
    height: 48px;
  }
}

.ticks {
  position: relative;
  width: 100%;

  &::before,
  &::after {
    content: '';
    position: absolute;
    top: -4.5px;
    border: 5px solid transparent;
  }

  &::before {
    left: 0;
    border-left-color: var(--border);
  }
  &::after {
    right: 0;
    border-right-color: var(--border);
  }
}
