/* ==========================================================
   Bazecity WHMCS Showcase - Premium Frontend UI
   Version: 3.5.0
   Notes: Uses the active website/theme font through inheritance.
========================================================== */

.bzc-hosting-showcase {
  --bzc-primary: #e8491d;
  --bzc-primary-dark: #9d2d0f;
  --bzc-ink: #101828;
  --bzc-text: #344054;
  --bzc-muted: #667085;
  --bzc-line: rgba(16, 24, 40, .10);
  --bzc-line-soft: rgba(16, 24, 40, .07);
  --bzc-card: #ffffff;
  --bzc-soft: #f8fafc;
  --bzc-soft-warm: #fff6f1;
  --bzc-success: #12a150;
  --bzc-shadow: 0 18px 55px rgba(16, 24, 40, .08);
  --bzc-shadow-soft: 0 10px 30px rgba(16, 24, 40, .055);
  width: 100%;
  position: relative;
  padding: 44px 18px;
  background: #fff;
  color: var(--bzc-text);
  font-family: inherit !important;
}

.bzc-hosting-showcase,
.bzc-hosting-showcase * { box-sizing: border-box; font-family: inherit !important; }

.bzc-hosting-showcase a { text-decoration: none; }

.bzc-hosting-wrap { width: 100%; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 420px); gap: 42px; align-items: center; }
.bzc-hosting-wrap.no-visual { display: block; max-width: 1160px; }
.bzc-hosting-left { min-width: 0; }

.bzc-section-label { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 12px; color: var(--bzc-primary); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.bzc-section-label:before { content: ""; width: 26px; height: 2px; background: currentColor; border-radius: 99px; }
.bzc-hosting-left h2 { max-width: 820px; margin: 0 0 14px; color: var(--bzc-ink); font-size: clamp(32px, 4vw, 52px); line-height: 1.05; font-weight: 850; letter-spacing: -.045em; }
.bzc-hosting-desc { max-width: 760px; margin: 0 0 26px; color: var(--bzc-text); font-size: 16px; line-height: 1.75; }

.bzc-admin-warning { margin: 18px 0; padding: 14px 16px; border-radius: 14px; background: #fff7ed; border: 1px solid rgba(245, 158, 11, .28); color: #92400e; font-size: 14px; line-height: 1.55; font-weight: 650; }

/* Domain search */
.bzc-domain-block { margin: 0 0 28px; }
.bzc-domain-form { width: 100%; max-width: 760px; min-height: 66px; margin: 0 0 18px; padding: 8px; display: grid; grid-template-columns: minmax(0, 1fr) 110px 124px; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--bzc-line); border-radius: 18px; box-shadow: var(--bzc-shadow-soft); }
.bzc-domain-form input, .bzc-domain-form select, .bzc-domain-form button { min-height: 48px; border: 0; outline: 0; box-shadow: none; font-family: inherit !important; }
.bzc-domain-form input { width: 100%; padding: 0 14px; color: var(--bzc-ink); background: transparent; font-size: 15px; }
.bzc-domain-form input::placeholder { color: #98a2b3; }
.bzc-domain-form select { width: 100%; padding: 0 10px; color: var(--bzc-ink); background: var(--bzc-soft); border: 1px solid var(--bzc-line-soft); border-radius: 12px; font-size: 14px; font-weight: 750; appearance: auto; }
.bzc-domain-form button { width: 100%; border-radius: 12px; background: var(--bzc-primary); color: #fff; font-size: 14px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.bzc-domain-form button:hover { background: var(--bzc-primary-dark); transform: translateY(-1px); }
.bzc-domain-form input.bzc-field-error { color: #b91c1c; }

.bzc-domain-features { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 20px; }
.bzc-domain-features span { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 12px; border: 1px solid var(--bzc-line-soft); border-radius: 999px; background: #fff; color: var(--bzc-text); font-size: 13px; font-weight: 700; }
.bzc-domain-features span:before { content: "✓"; margin-right: 7px; color: var(--bzc-success); font-weight: 900; }

/* Classic cards still upgraded */
.bzc-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; margin-top: 12px; }
.bzc-plan-card { position: relative; display: flex; flex-direction: column; min-height: 290px; padding: 22px; background: #fff; border: 1px solid var(--bzc-line-soft); border-radius: 20px; box-shadow: 0 8px 22px rgba(16,24,40,.035); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; overflow: hidden; }
.bzc-plan-card:hover, .bzc-plan-card.bzc-is-hovered { transform: translateY(-4px); border-color: rgba(232,73,29,.30); box-shadow: var(--bzc-shadow); }
.bzc-plan-card.is-featured { border-color: rgba(232,73,29,.36); background: linear-gradient(180deg, #fff, var(--bzc-soft-warm)); }
.bzc-plan-badge { display: inline-flex; width: fit-content; min-height: 27px; margin: 0 0 14px; padding: 0 11px; border-radius: 999px; background: var(--bzc-soft-warm); color: var(--bzc-primary); border: 1px solid rgba(232,73,29,.20); font-size: 11px; font-weight: 850; }
.bzc-plan-card h3 { margin: 0 0 12px; color: var(--bzc-ink); font-size: 19px; line-height: 1.25; font-weight: 820; letter-spacing: -.02em; }
.bzc-plan-price { display: flex; align-items: baseline; gap: 6px; margin: 0 0 16px; color: var(--bzc-ink); font-size: 32px; line-height: 1; font-weight: 850; letter-spacing: -.04em; }
.bzc-plan-price span { color: var(--bzc-muted); font-size: 13px; font-weight: 650; letter-spacing: 0; }
.bzc-plan-card ul { list-style: none; margin: 0 0 18px; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.bzc-plan-card li { position: relative; padding-left: 24px; color: var(--bzc-text); font-size: 13px; line-height: 1.5; }
.bzc-plan-card li:before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--bzc-success); font-weight: 900; }
.bzc-plan-btn { margin-top: auto; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; width: 100%; padding: 12px 16px; border-radius: 13px; background: var(--bzc-primary); color: #fff !important; border: 1px solid var(--bzc-primary); font-size: 14px; line-height: 1; font-weight: 850; transition: .2s ease; }
.bzc-plan-btn:hover { background: var(--bzc-primary-dark); border-color: var(--bzc-primary-dark); color: #fff !important; transform: translateY(-1px); }

/* Bazecity Premium UI */
.bzc-premium-layout { margin-top: 16px; }
.bzc-premium-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; margin: 0 0 16px; padding: 12px; border: 1px solid var(--bzc-line-soft); border-radius: 18px; background: rgba(248,250,252,.86); }
.bzc-premium-filter-fields { display: flex; align-items: end; gap: 10px; flex-wrap: wrap; }
.bzc-premium-search, .bzc-premium-select { display: grid; gap: 5px; margin: 0; color: var(--bzc-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.bzc-premium-search input, .bzc-premium-select select { height: 42px; min-width: 210px; padding: 0 12px; border: 1px solid var(--bzc-line); border-radius: 12px; background: #fff; color: var(--bzc-ink); font-size: 14px; font-weight: 600; outline: 0; }
.bzc-premium-select select { min-width: 170px; }
.bzc-filter-reset { height: 42px; padding: 0 14px; border: 1px solid var(--bzc-line); border-radius: 12px; background: #fff; color: var(--bzc-ink); font-weight: 800; cursor: pointer; }
.bzc-cycle-switch { display: inline-flex; flex-wrap: wrap; gap: 6px; padding: 5px; border: 1px solid var(--bzc-line-soft); border-radius: 999px; background: #fff; }
.bzc-cycle-btn { min-height: 34px; padding: 7px 13px; border: 0; border-radius: 999px; background: transparent; color: var(--bzc-muted); font-size: 12px; font-weight: 850; cursor: pointer; transition: .18s ease; }
.bzc-cycle-btn:hover, .bzc-cycle-btn.is-active { background: var(--bzc-primary); color: #fff; }

.bzc-premium-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.bzc-premium-card-grid-compact { gap: 14px; }
.bzc-premium-card { position: relative; display: flex; flex-direction: column; min-height: 330px; padding: 22px; background: linear-gradient(180deg, #fff, #fffdfb); border: 1px solid var(--bzc-line-soft); border-radius: 22px; box-shadow: 0 12px 35px rgba(16,24,40,.055); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.bzc-premium-card:before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--bzc-primary), rgba(232,73,29,.20)); opacity: .88; }
.bzc-premium-card:hover { transform: translateY(-5px); border-color: rgba(232,73,29,.28); box-shadow: 0 22px 65px rgba(16,24,40,.105); }
.bzc-premium-card.is-featured { border-color: rgba(232,73,29,.42); box-shadow: 0 22px 70px rgba(232,73,29,.13); }
.bzc-premium-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 4px 0 16px; }
.bzc-plan-kicker { color: var(--bzc-muted); font-size: 12px; font-weight: 800; }
.bzc-premium-badge { display: inline-flex; align-items: center; min-height: 27px; padding: 0 10px; border-radius: 999px; background: var(--bzc-soft-warm); color: var(--bzc-primary); border: 1px solid rgba(232,73,29,.20); font-size: 11px; font-weight: 900; white-space: nowrap; }
.bzc-muted-badge { background: var(--bzc-soft); color: var(--bzc-muted); border-color: var(--bzc-line-soft); }
.bzc-premium-card h3 { margin: 0 0 14px; color: var(--bzc-ink); font-size: 21px; line-height: 1.18; font-weight: 860; letter-spacing: -.03em; }
.bzc-premium-price-row { display: flex; align-items: baseline; gap: 7px; margin-bottom: 18px; }
.bzc-premium-price { color: var(--bzc-ink); font-size: clamp(30px, 3vw, 40px); line-height: .98; font-weight: 900; letter-spacing: -.055em; }
.bzc-premium-price-row span { color: var(--bzc-muted); font-size: 13px; font-weight: 750; }
.bzc-premium-features { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 10px; }
.bzc-premium-features li { position: relative; padding-left: 25px; color: var(--bzc-text); font-size: 13.5px; line-height: 1.45; }
.bzc-premium-features li:before { content: ""; position: absolute; left: 0; top: .25em; width: 16px; height: 16px; border-radius: 50%; background: rgba(18,161,80,.11); border: 1px solid rgba(18,161,80,.22); }
.bzc-premium-features li:after { content: "✓"; position: absolute; left: 4px; top: .05em; color: var(--bzc-success); font-size: 11px; font-weight: 900; }
.bzc-premium-card-foot { margin-top: auto; display: grid; gap: 9px; }
.bzc-premium-card-foot small { display:none; }
.bzc-premium-empty { margin: 16px 0 0; padding: 14px 16px; border-radius: 14px; background: var(--bzc-soft); color: var(--bzc-muted); font-weight: 750; }
.bzc-is-hidden { display: none !important; }

/* Premium hero pricing */
.bzc-hero-pricing-panel { display: grid; grid-template-columns: minmax(260px, .78fr) minmax(0, 1.45fr); gap: 18px; padding: 18px; border: 1px solid var(--bzc-line-soft); border-radius: 26px; background: linear-gradient(135deg, #fff, #fff8f4); box-shadow: var(--bzc-shadow-soft); }
.bzc-hero-proof { padding: 24px; border-radius: 20px; background: #101828; color: #fff; }
.bzc-hero-proof strong { display: block; margin-bottom: 10px; color: #fff; font-size: 22px; line-height: 1.15; font-weight: 900; letter-spacing: -.03em; }
.bzc-hero-proof p { margin: 0 0 20px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.7; }
.bzc-proof-grid { display: grid; gap: 9px; }
.bzc-proof-grid span { display: flex; align-items: center; gap: 8px; padding: 10px 11px; border-radius: 12px; background: rgba(255,255,255,.08); color: #fff; font-size: 13px; font-weight: 750; }
.bzc-proof-grid span:before { content: "✓"; color: #60d394; font-weight: 900; }
.bzc-hero-plan-area { min-width: 0; }

/* Slider */
.bzc-plan-slider { position: relative; margin-top: 12px; }
.bzc-slider-controls { display: flex; justify-content: flex-end; gap: 8px; margin-bottom: 12px; }
.bzc-slider-btn { width: 40px; height: 40px; border: 1px solid var(--bzc-line); border-radius: 999px; background: #fff; color: var(--bzc-ink); cursor: pointer; font-size: 23px; line-height: 1; transition: .18s ease; }
.bzc-slider-btn:hover { border-color: rgba(232,73,29,.34); color: var(--bzc-primary); transform: translateY(-1px); }
.bzc-plan-slider-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px 14px; scrollbar-width: thin; }
.bzc-plan-slider-track .bzc-plan-card, .bzc-plan-slider-track .bzc-premium-card { flex: 0 0 min(350px, 86vw); scroll-snap-align: start; }

/* Tabs and toggles */
.bzc-tabs-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 18px; }
.bzc-tab-btn { min-height: 40px; padding: 9px 15px; border: 1px solid var(--bzc-line); border-radius: 999px; background: #fff; color: var(--bzc-ink); cursor: pointer; font-size: 13px; font-weight: 850; transition: .18s ease; }
.bzc-tab-btn.is-active, .bzc-tab-btn:hover { border-color: var(--bzc-primary); background: var(--bzc-soft-warm); color: var(--bzc-primary); }
.bzc-tab-panel { display: none; }
.bzc-tab-panel.is-active { display: block; }
.bzc-group-toggles { display: grid; gap: 10px; margin-top: 12px; }
.bzc-toggle { border: 1px solid var(--bzc-line-soft); border-radius: 18px; background: #fff; overflow: hidden; box-shadow: 0 8px 22px rgba(16,24,40,.035); }
.bzc-toggle summary { cursor: pointer; padding: 17px 19px; color: var(--bzc-ink); font-weight: 900; list-style: none; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.bzc-toggle summary::-webkit-details-marker { display: none; }
.bzc-toggle summary:after { content: "+"; color: var(--bzc-primary); font-size: 22px; line-height: 1; }
.bzc-toggle[open] summary:after { content: "–"; }
.bzc-toggle summary em { color: var(--bzc-muted); font-style: normal; font-size: 12px; }
.bzc-toggle .bzc-plan-grid, .bzc-toggle .bzc-premium-card-grid { padding: 0 16px 16px; }

/* Buttons, compact rows, tables */
.bzc-plan-buttons, .bzc-price-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.bzc-product-button, .bzc-price-strip a { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 48px; padding: 11px 15px; border: 1px solid var(--bzc-line); border-radius: 14px; background: #fff; color: var(--bzc-ink) !important; font-size: 14px; font-weight: 750; transition: .18s ease; }
.bzc-product-button:hover, .bzc-price-strip a:hover { border-color: rgba(232,73,29,.32); color: var(--bzc-primary) !important; transform: translateY(-1px); }
.bzc-product-button strong, .bzc-price-strip strong { color: var(--bzc-primary); font-weight: 900; white-space: nowrap; }
.bzc-plan-list { display: grid; gap: 10px; margin-top: 12px; }
.bzc-plan-list-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 17px; border: 1px solid var(--bzc-line-soft); border-radius: 16px; background: #fff; }
.bzc-plan-list-row h3 { margin: 0 0 5px; color: var(--bzc-ink); font-size: 17px; }
.bzc-plan-list-row p { margin: 0; color: var(--bzc-muted); font-size: 13px; line-height: 1.5; }
.bzc-plan-list-row > div:last-child { display: flex; align-items: center; gap: 12px; }
.bzc-plan-list-row .bzc-plan-btn { width: auto; min-width: 120px; }
.bzc-plan-table-wrap, .bzc-domain-table-wrap, .bzc-matrix-scroll { width: 100%; margin-top: 12px; overflow-x: auto; border: 1px solid var(--bzc-line-soft); border-radius: 18px; background: #fff; box-shadow: var(--bzc-shadow-soft); }
.bzc-plan-table, .bzc-domain-table, .bzc-matrix-table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 720px; }
.bzc-plan-table th, .bzc-plan-table td, .bzc-domain-table th, .bzc-domain-table td, .bzc-matrix-table th, .bzc-matrix-table td { padding: 14px 15px; border-bottom: 1px solid var(--bzc-line-soft); text-align: left; vertical-align: top; color: var(--bzc-text); font-size: 14px; }
.bzc-plan-table th, .bzc-domain-table th, .bzc-matrix-table th { background: #101828; color: #fff; font-weight: 900; }
.bzc-plan-table tr:last-child td, .bzc-domain-table tr:last-child td, .bzc-matrix-table tr:last-child td { border-bottom: 0; }
.bzc-plan-table .bzc-plan-btn, .bzc-matrix-table .bzc-plan-btn { width: auto; min-width: 112px; }

/* Comparison matrix */
.bzc-comparison-matrix { padding: 16px; border: 1px solid var(--bzc-line-soft); border-radius: 24px; background: #fff; box-shadow: var(--bzc-shadow-soft); }
.bzc-matrix-head { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 12px; }
.bzc-matrix-head strong { display: block; color: var(--bzc-ink); font-size: 18px; font-weight: 900; }
.bzc-matrix-head span { display: block; margin-top: 3px; color: var(--bzc-muted); font-size: 13px; }
.bzc-matrix-controls { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.bzc-matrix-controls input[type="search"] { height: 40px; padding: 0 12px; border: 1px solid var(--bzc-line); border-radius: 999px; outline: 0; }
.bzc-matrix-controls label { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid var(--bzc-line); border-radius: 999px; color: var(--bzc-ink); font-size: 13px; font-weight: 800; }
.bzc-matrix-table td:first-child, .bzc-matrix-table th:first-child { position: sticky; left: 0; z-index: 2; }
.bzc-matrix-table td:first-child { background: #fff; font-weight: 850; color: var(--bzc-ink); }
.bzc-matrix-table th:first-child { z-index: 3; }
.bzc-matrix-price-row strong { display: inline-block; color: var(--bzc-ink); font-size: 18px; font-weight: 950; }
.bzc-matrix-price-row td:first-child strong { color: var(--bzc-ink); font-size: 14px; }
.bzc-matrix-price-row span { margin-left: 4px; color: var(--bzc-muted); font-size: 12px; }
.bzc-matrix-yes { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: rgba(18,161,80,.10); border: 1px solid rgba(18,161,80,.24); color: #087443; font-size: 12px; font-weight: 850; }
.bzc-matrix-no { color: var(--bzc-muted); }
.bzc-matrix-cta-row td { background: #fff; }

/* Premium domains */
.bzc-domain-premium-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .8fr); gap: 16px; align-items: stretch; padding: 16px; border: 1px solid var(--bzc-line-soft); border-radius: 24px; background: linear-gradient(135deg, #fff, #fff7f2); box-shadow: var(--bzc-shadow-soft); }
.bzc-domain-hero-search { min-width: 0; }
.bzc-domain-premium-hero .bzc-domain-form { box-shadow: none; max-width: none; margin-bottom: 12px; }
.bzc-domain-hero-prices { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.bzc-domain-hero-prices div { padding: 16px; border-radius: 18px; background: #fff; border: 1px solid var(--bzc-line-soft); }
.bzc-domain-hero-prices span { display: block; color: var(--bzc-ink); font-size: 24px; font-weight: 950; letter-spacing: -.04em; }
.bzc-domain-hero-prices strong { display: block; margin-top: 8px; color: var(--bzc-primary); font-size: 18px; }
.bzc-domain-hero-prices small { color: var(--bzc-muted); font-size: 12px; font-weight: 700; }
.bzc-domain-premium-grid, .bzc-domain-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 12px; }
.bzc-domain-premium-card, .bzc-domain-card { padding: 18px; border: 1px solid var(--bzc-line-soft); border-radius: 20px; background: #fff; box-shadow: 0 10px 28px rgba(16,24,40,.045); }
.bzc-domain-premium-top { display: flex; justify-content: space-between; align-items: start; gap: 10px; margin-bottom: 14px; }
.bzc-domain-premium-top strong, .bzc-domain-card strong { display: block; color: var(--bzc-ink); font-size: 26px; line-height: 1; font-weight: 950; letter-spacing: -.045em; }
.bzc-domain-premium-top span { color: var(--bzc-muted); font-size: 11px; font-weight: 800; text-align: right; }
.bzc-domain-main-price { padding: 13px; border-radius: 16px; background: var(--bzc-soft-warm); border: 1px solid rgba(232,73,29,.16); margin-bottom: 12px; }
.bzc-domain-main-price span { display: block; color: var(--bzc-muted); font-size: 12px; font-weight: 800; }
.bzc-domain-main-price b { display: block; margin-top: 4px; color: var(--bzc-primary); font-size: 22px; font-weight: 950; }
.bzc-domain-premium-prices, .bzc-domain-card-prices { display: grid; gap: 9px; }
.bzc-domain-premium-prices > div, .bzc-domain-card-prices > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 9px; border-top: 1px solid var(--bzc-line-soft); }
.bzc-domain-premium-prices span, .bzc-domain-card-prices span { color: var(--bzc-muted); font-size: 12px; font-weight: 800; }
.bzc-domain-premium-prices strong, .bzc-domain-card-prices b { margin: 0; color: var(--bzc-ink); font-size: 13px; font-weight: 900; text-align: right; white-space: nowrap; }
.bzc-domain-matrix { padding: 16px; border: 1px solid var(--bzc-line-soft); border-radius: 24px; background: #fff; box-shadow: var(--bzc-shadow-soft); }
.bzc-domain-matrix-head { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
.bzc-domain-matrix-head strong { color: var(--bzc-ink); font-size: 18px; font-weight: 900; }
.bzc-domain-matrix-head span { color: var(--bzc-muted); font-size: 13px; }
.bzc-domain-price-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.bzc-domain-price-list > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 13px; border: 1px solid var(--bzc-line-soft); border-radius: 13px; background: #fff; }
.bzc-domain-price-list span { color: var(--bzc-ink); font-weight: 900; }
.bzc-domain-price-list strong { color: var(--bzc-primary); font-weight: 900; white-space: nowrap; }
.bzc-price-na { color: var(--bzc-muted); }

/* Visual */
.bzc-hosting-visual { position: relative; min-height: 370px; display: flex; align-items: center; justify-content: center; padding: 24px; background: #f8fafc; border: 1px solid var(--bzc-line-soft); border-radius: 24px; overflow: hidden; }
.bzc-custom-visual-img { display: block; max-width: 100%; width: auto; max-height: 430px; object-fit: contain; border-radius: 18px; }
.bzc-server-stack { position: absolute; left: 24px; bottom: 24px; width: 150px; min-height: 206px; padding: 12px; border-radius: 16px; background: #101828; }
.bzc-server-stack span { display: block; height: 27px; margin-bottom: 9px; border-radius: 9px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.10); position: relative; }
.bzc-server-stack span:last-child { margin-bottom: 0; }
.bzc-server-stack span:before, .bzc-server-stack span:after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; }
.bzc-server-stack span:before { left: 12px; background: #34d399; }
.bzc-server-stack span:after { left: 25px; background: var(--bzc-primary); }
.bzc-cpanel-card { position: relative; z-index: 3; width: min(350px, 88%); min-height: 245px; margin-left: 76px; padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--bzc-line-soft); box-shadow: var(--bzc-shadow); }
.bzc-cpanel-card strong { display: block; color: var(--bzc-ink); font-size: 15px; font-weight: 850; margin-bottom: 13px; }
.bzc-cpanel-card div { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 11px; margin-bottom: 9px; border-radius: 12px; background: #f8fafc; border: 1px solid var(--bzc-line-soft); }
.bzc-cpanel-card div span { color: var(--bzc-text); font-size: 12px; font-weight: 650; line-height: 1.3; }
.bzc-cpanel-card div span:before { content: ""; display: inline-flex; width: 7px; height: 7px; margin-right: 6px; border-radius: 999px; background: var(--bzc-primary); vertical-align: 1px; }
.bzc-cloud-shape { position: absolute; right: 42px; top: 38px; z-index: 2; width: 120px; height: 42px; border-radius: 999px; background: #fff; border: 1px solid rgba(16,24,40,.08); opacity: .86; }
.bzc-cloud-shape:before, .bzc-cloud-shape:after { content: ""; position: absolute; border-radius: 999px; background: inherit; border: inherit; }
.bzc-cloud-shape:before { width: 56px; height: 56px; left: 22px; top: -28px; }
.bzc-cloud-shape:after { width: 44px; height: 44px; right: 22px; top: -20px; }
.bzc-shield-badge { position: absolute; right: 24px; bottom: 24px; z-index: 5; min-width: 58px; height: 46px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; color: var(--bzc-primary); font-size: 13px; font-weight: 850; border-radius: 14px; background: #fff; border: 1px solid rgba(232,73,29,.20); box-shadow: var(--bzc-shadow-soft); }

.bzc-learn-more-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; margin-top: 22px; padding: 12px 18px; border-radius: 13px; color: var(--bzc-ink) !important; background: #fff; border: 1px solid var(--bzc-line); font-size: 14px; line-height: 1; font-weight: 850; transition: .18s ease; }
.bzc-learn-more-link:after { content: "→"; font-weight: 900; }
.bzc-learn-more-link:hover { color: var(--bzc-primary) !important; border-color: rgba(232,73,29,.28); transform: translateY(-1px); }
.bzc-is-loading { opacity: .72; pointer-events: none; }
.bzc-plan-btn.bzc-is-loading:after, .bzc-product-button.bzc-is-loading:after, .bzc-price-strip a.bzc-is-loading:after, .bzc-learn-more-link.bzc-is-loading:after { content: ""; width: 12px; height: 12px; margin-left: 8px; border-radius: 50%; border: 2px solid currentColor; border-top-color: transparent; animation: bzcSpin .7s linear infinite; }
@keyframes bzcSpin { to { transform: rotate(360deg); } }

@media (max-width: 1180px) { .bzc-hosting-wrap { grid-template-columns: 1fr; } .bzc-hosting-visual { max-width: 660px; width: 100%; margin: 0 auto; } .bzc-premium-card-grid, .bzc-plan-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .bzc-domain-premium-grid, .bzc-domain-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 860px) { .bzc-hosting-showcase { padding: 34px 14px; } .bzc-hosting-left h2 { font-size: 36px; } .bzc-domain-form { grid-template-columns: minmax(0,1fr) 96px 112px; } .bzc-hero-pricing-panel, .bzc-domain-premium-hero { grid-template-columns: 1fr; } .bzc-premium-toolbar { display: grid; } .bzc-premium-filter-fields { display: grid; grid-template-columns: 1fr; } .bzc-premium-search input, .bzc-premium-select select, .bzc-filter-reset { width: 100%; min-width: 0; } .bzc-plan-list-row { grid-template-columns: 1fr; } .bzc-plan-list-row > div:last-child { justify-content: space-between; } }
@media (max-width: 640px) { .bzc-hosting-showcase { padding: 28px 12px; } .bzc-section-label { font-size: 11px; } .bzc-hosting-left h2 { font-size: 32px; } .bzc-hosting-desc { font-size: 15px; } .bzc-domain-form { grid-template-columns: 1fr; border-radius: 16px; } .bzc-domain-form input, .bzc-domain-form select, .bzc-domain-form button { border-radius: 12px; } .bzc-premium-card-grid, .bzc-plan-grid, .bzc-domain-premium-grid, .bzc-domain-card-grid, .bzc-domain-price-list, .bzc-domain-hero-prices { grid-template-columns: 1fr; } .bzc-product-button, .bzc-price-strip a, .bzc-plan-list-row > div:last-child, .bzc-plan-list-row .bzc-plan-btn { width: 100%; } .bzc-plan-list-row > div:last-child { display: grid; } .bzc-slider-controls { justify-content: flex-start; } .bzc-hosting-visual { min-height: 300px; padding: 18px; } .bzc-server-stack { width: 126px; min-height: 186px; left: 16px; bottom: 16px; } .bzc-cpanel-card { width: min(290px, 86%); min-height: 230px; margin-left: 58px; padding: 14px; } .bzc-shield-badge { right: 16px; bottom: 16px; } }

/* ==========================================================
   Bazecity Premium UI/UX Extensions - v2.6.0
   Keeps classic/default templates intact while making premium templates feel polished.
========================================================== */
.bzc-premium-card-grid,
.bzc-plan-grid { grid-template-columns: repeat(var(--bzc-plan-columns, 3), minmax(0, 1fr)); }

.bzc-hosting-variant-ai_cards,
.bzc-hosting-variant-ai_finder,
.bzc-hosting-variant-ai_compact,
.bzc-hosting-variant-ai_comparison,
.bzc-domain-variant-domain_ai_search,
.bzc-domain-variant-domain_ai_cards,
.bzc-domain-variant-domain_ai_matrix {
  --bzc-ai-dark: #0b1220;
  --bzc-ai-accent: #ff3d14;
  --bzc-ai-gold: #f7b267;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 61, 20, .10), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(247, 178, 103, .12), transparent 30%),
    linear-gradient(180deg, #fff, #fffaf7 58%, #fff);
}

.bzc-ai-cards,
.bzc-ai-finder,
.bzc-ai-compact-list,
.bzc-comparison-matrix,
.bzc-domain-ai-search-panel {
  position: relative;
  isolation: isolate;
}

.bzc-ai-cards::before,
.bzc-ai-finder::before,
.bzc-ai-compact-list::before,
.bzc-domain-ai-search-panel::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(255,246,240,.78)),
    radial-gradient(circle at 0 0, rgba(232,73,29,.12), transparent 34%),
    radial-gradient(circle at 100% 30%, rgba(16,24,40,.06), transparent 34%);
  border: 1px solid rgba(16,24,40,.06);
  box-shadow: 0 24px 80px rgba(16,24,40,.08);
  pointer-events: none;
}

.bzc-ai-cards .bzc-premium-toolbar,
.bzc-ai-finder .bzc-premium-toolbar,
.bzc-ai-compact-list .bzc-premium-toolbar {
  padding: 14px;
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(16,24,40,.08);
  box-shadow: 0 16px 45px rgba(16,24,40,.055);
  backdrop-filter: blur(16px);
}

.bzc-ai-cards .bzc-cycle-switch,
.bzc-ai-finder .bzc-cycle-switch,
.bzc-ai-compact-list .bzc-cycle-switch {
  border-color: rgba(232,73,29,.16);
  background: #fff7f2;
}

.bzc-ai-cards .bzc-cycle-btn.is-active,
.bzc-ai-finder .bzc-cycle-btn.is-active,
.bzc-ai-compact-list .bzc-cycle-btn.is-active {
  background: #101828;
  color: #fff;
  box-shadow: 0 10px 24px rgba(16,24,40,.18);
}

.bzc-ai-cards .bzc-premium-search input,
.bzc-ai-finder .bzc-premium-search input,
.bzc-ai-compact-list .bzc-premium-search input,
.bzc-ai-cards .bzc-premium-select select,
.bzc-ai-finder .bzc-premium-select select,
.bzc-ai-compact-list .bzc-premium-select select {
  border-radius: 15px;
  border-color: rgba(16,24,40,.10);
  background: linear-gradient(180deg, #fff, #fbfcff);
}

.bzc-ai-cards .bzc-premium-card,
.bzc-ai-finder .bzc-premium-card {
  min-height: 360px;
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(232,73,29,.38), rgba(247,178,103,.22), rgba(16,24,40,.08)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 55px rgba(16,24,40,.08);
}

.bzc-ai-cards .bzc-premium-card::before,
.bzc-ai-finder .bzc-premium-card::before {
  height: auto;
  inset: 0;
  background:
    radial-gradient(circle at 16% 0%, rgba(232,73,29,.10), transparent 32%),
    linear-gradient(90deg, rgba(232,73,29,.13), transparent 38%);
  opacity: 1;
  pointer-events: none;
}

.bzc-ai-cards .bzc-premium-card::after,
.bzc-ai-finder .bzc-premium-card::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 20px;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.22)),
    radial-gradient(circle at 30% 30%, rgba(232,73,29,.88), rgba(232,73,29,.18));
  border: 1px solid rgba(232,73,29,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 12px 25px rgba(232,73,29,.13);
}

.bzc-ai-cards .bzc-premium-card:hover,
.bzc-ai-finder .bzc-premium-card:hover {
  transform: translateY(-7px);
  border-color: transparent;
  box-shadow: 0 28px 86px rgba(16,24,40,.14), 0 14px 34px rgba(232,73,29,.10);
}

.bzc-ai-cards .bzc-premium-card.is-featured,
.bzc-ai-finder .bzc-premium-card.is-featured {
  box-shadow: 0 28px 90px rgba(232,73,29,.16), 0 18px 45px rgba(16,24,40,.08);
}

.bzc-ai-cards .bzc-plan-kicker,
.bzc-ai-finder .bzc-plan-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff7f2;
  color: #9d2d0f;
  border: 1px solid rgba(232,73,29,.14);
  font-size: 11px;
  letter-spacing: .01em;
}

.bzc-ai-cards .bzc-premium-badge,
.bzc-ai-finder .bzc-premium-badge {
  background: #101828;
  color: #fff;
  border-color: rgba(16,24,40,.10);
  box-shadow: 0 10px 25px rgba(16,24,40,.18);
}

.bzc-ai-cards .bzc-premium-price,
.bzc-ai-finder .bzc-premium-price,
.bzc-ai-compact-price strong {
  color: #0b1220;
  text-shadow: 0 10px 28px rgba(16,24,40,.08);
}

.bzc-ai-cards .bzc-premium-features li,
.bzc-ai-finder .bzc-premium-features li {
  padding: 11px 12px 11px 38px;
  border-radius: 14px;
  background: rgba(248,250,252,.9);
  border: 1px solid rgba(16,24,40,.055);
}

.bzc-ai-cards .bzc-premium-features li::before,
.bzc-ai-finder .bzc-premium-features li::before {
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.bzc-ai-cards .bzc-premium-features li::after,
.bzc-ai-finder .bzc-premium-features li::after {
  left: 16px;
  top: 50%;
  transform: translateY(-55%);
}

.bzc-ai-cards .bzc-premium-btn,
.bzc-ai-finder .bzc-premium-btn,
.bzc-ai-compact-list .bzc-premium-btn {
  min-height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff3d14, #e8491d 46%, #9d2d0f);
  border: 0;
  box-shadow: 0 16px 34px rgba(232,73,29,.22);
}

.bzc-ai-cards .bzc-premium-btn:hover,
.bzc-ai-finder .bzc-premium-btn:hover,
.bzc-ai-compact-list .bzc-premium-btn:hover {
  background: linear-gradient(135deg, #101828, #1f2937);
  box-shadow: 0 16px 34px rgba(16,24,40,.20);
}

.bzc-ai-compact-rows { display: grid; gap: 14px; }
.bzc-ai-compact-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(160px, auto) 170px;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 24px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(120deg, rgba(232,73,29,.32), rgba(16,24,40,.08)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 16px 45px rgba(16,24,40,.065);
}
.bzc-ai-compact-main span { display: inline-flex; margin-bottom: 7px; padding: 5px 9px; border-radius: 999px; background: #fff7f2; color: #9d2d0f; border: 1px solid rgba(232,73,29,.14); font-size: 11px; font-weight: 850; }
.bzc-ai-compact-main h3 { margin: 0 0 8px; color: var(--bzc-ink); font-size: 19px; font-weight: 900; letter-spacing: -.03em; }
.bzc-ai-compact-main p { margin: 0; color: var(--bzc-muted); font-size: 13px; line-height: 1.65; }
.bzc-ai-compact-price { display: flex; align-items: baseline; justify-content: flex-end; gap: 5px; }
.bzc-ai-compact-price strong { font-size: 28px; line-height: 1; font-weight: 950; letter-spacing: -.05em; white-space: nowrap; }
.bzc-ai-compact-price span { color: var(--bzc-muted); font-size: 12px; font-weight: 750; }

.bzc-domain-ai-search-panel {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
  padding: 22px;
  margin-bottom: 24px;
  border-radius: 30px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(232,73,29,.34), rgba(247,178,103,.20), rgba(16,24,40,.06)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 22px 70px rgba(16,24,40,.09);
}
.bzc-domain-ai-copy { padding: 22px; border-radius: 24px; color: #fff; background: radial-gradient(circle at 20% 10%, rgba(255,255,255,.16), transparent 32%), linear-gradient(135deg, #101828, #1e293b); }
.bzc-domain-ai-copy span { display: inline-flex; margin-bottom: 10px; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.10); color: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.12); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.bzc-domain-ai-copy strong { display: block; margin-bottom: 10px; color: #fff; font-size: clamp(26px, 3vw, 38px); line-height: 1.03; font-weight: 950; letter-spacing: -.055em; }
.bzc-domain-ai-copy p { margin: 0; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.72; }
.bzc-domain-ai-form { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.bzc-domain-ai-form .bzc-domain-form { max-width: none; margin: 0; border-radius: 20px; box-shadow: 0 16px 45px rgba(16,24,40,.07); }
.bzc-domain-ai-prices { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.bzc-domain-ai-prices div { padding: 16px; border-radius: 18px; background: #fffaf7; border: 1px solid rgba(232,73,29,.11); }
.bzc-domain-ai-prices span { display: block; color: var(--bzc-ink); font-size: 24px; line-height: 1; font-weight: 950; letter-spacing: -.045em; }
.bzc-domain-ai-prices strong { display: block; margin-top: 9px; color: var(--bzc-primary); font-size: 19px; font-weight: 950; }
.bzc-domain-ai-prices small { color: var(--bzc-muted); font-size: 12px; font-weight: 800; }

.bzc-domain-variant-domain_ai_cards .bzc-domain-premium-card,
.bzc-domain-variant-domain_ai_matrix .bzc-domain-matrix {
  border-radius: 26px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(232,73,29,.30), rgba(16,24,40,.07)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 55px rgba(16,24,40,.075);
}
.bzc-domain-variant-domain_ai_cards .bzc-domain-premium-top span { color: #9d2d0f; background: #fff7f2; border: 1px solid rgba(232,73,29,.13); border-radius: 999px; padding: 5px 8px; }
.bzc-domain-variant-domain_ai_cards .bzc-domain-main-price { background: linear-gradient(135deg, #fff7f2, #fff); }

@media (max-width: 1180px) {
  .bzc-premium-card-grid,
  .bzc-plan-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 860px) {
  .bzc-ai-compact-row,
  .bzc-domain-ai-search-panel { grid-template-columns: 1fr; }
  .bzc-ai-compact-price { justify-content: flex-start; }
  .bzc-domain-ai-prices { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .bzc-premium-card-grid,
  .bzc-plan-grid,
  .bzc-domain-ai-prices { grid-template-columns: 1fr; }
  .bzc-ai-compact-row { padding: 15px; }
}

/* Premium category tabs/toggles and domain feature polish */
.bzc-premium-group-tabs,
.bzc-premium-group-toggles,
.bzc-domain-action-tabs-premium {
  padding: 18px;
  border-radius: 30px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(232,73,29,.22), rgba(16,24,40,.06)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 22px 70px rgba(16,24,40,.075);
}
.bzc-premium-group-tabs .bzc-tabs-nav,
.bzc-domain-action-tabs-premium .bzc-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid rgba(16,24,40,.06);
}
.bzc-premium-group-tabs .bzc-tab-btn,
.bzc-domain-action-tabs-premium .bzc-tab-btn {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--bzc-ink);
  border: 1px solid rgba(16,24,40,.08);
  box-shadow: 0 8px 18px rgba(16,24,40,.035);
}
.bzc-premium-group-tabs .bzc-tab-btn.is-active,
.bzc-domain-action-tabs-premium .bzc-tab-btn.is-active {
  color: #fff;
  background: linear-gradient(135deg, #111827, #E8491D);
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(232,73,29,.18);
}
.bzc-premium-group-toggles .bzc-premium-toggle {
  border-radius: 22px;
  border: 1px solid rgba(16,24,40,.08);
  background: #fff;
  box-shadow: 0 12px 30px rgba(16,24,40,.045);
  overflow: hidden;
}
.bzc-premium-group-toggles .bzc-premium-toggle + .bzc-premium-toggle { margin-top: 12px; }
.bzc-premium-group-toggles .bzc-premium-toggle summary {
  padding: 18px 20px;
  color: var(--bzc-ink);
  font-weight: 950;
  letter-spacing: -.02em;
  background: linear-gradient(180deg, #fff, #fffaf7);
}
.bzc-premium-group-toggles .bzc-premium-toggle summary em {
  color: #9d2d0f;
  background: #fff7f2;
  border: 1px solid rgba(232,73,29,.14);
  border-radius: 999px;
  padding: 5px 9px;
  font-style: normal;
  font-size: 12px;
}
.bzc-domain-ai-form .bzc-domain-features,
.bzc-domain-premium-hero .bzc-domain-features {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.bzc-domain-ai-form .bzc-domain-features span,
.bzc-domain-premium-hero .bzc-domain-features span {
  justify-content: flex-start;
  min-height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fbfcff);
  border: 1px solid rgba(16,24,40,.08);
  box-shadow: 0 8px 18px rgba(16,24,40,.035);
  font-weight: 850;
}
@media (max-width: 640px) {
  .bzc-domain-ai-form .bzc-domain-features,
  .bzc-domain-premium-hero .bzc-domain-features { grid-template-columns: 1fr; }
}


/* ==========================================================
   v2.6.0 Premium cleanup and domain search hardening
   Frontend always inherits the active website/theme font.
========================================================== */
.bzc-hosting-showcase,
.bzc-hosting-showcase * {
  font-family: inherit !important;
}

/* A single clean domain-search control across all domain templates. */
.bzc-hosting-showcase .bzc-domain-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 116px 132px !important;
  align-items: center !important;
  gap: 0 !important;
  max-width: 820px;
  min-height: 66px;
  padding: 6px !important;
  overflow: hidden;
  border: 1px solid rgba(16,24,40,.12) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 18px 48px rgba(16,24,40,.07), inset 0 1px 0 rgba(255,255,255,.9) !important;
}
.bzc-hosting-showcase .bzc-domain-form input[type="text"],
.bzc-hosting-showcase .bzc-domain-form input[type="search"],
.bzc-hosting-showcase .bzc-domain-form select,
.bzc-hosting-showcase .bzc-domain-form button {
  min-height: 54px !important;
  margin: 0 !important;
  font-family: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}
.bzc-hosting-showcase .bzc-domain-form input[type="text"],
.bzc-hosting-showcase .bzc-domain-form input[type="search"] {
  width: 100% !important;
  height: 54px !important;
  padding: 0 18px !important;
  color: var(--bzc-ink) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  -webkit-text-fill-color: var(--bzc-ink) !important;
}
.bzc-hosting-showcase .bzc-domain-form input::placeholder {
  color: #98a2b3 !important;
  -webkit-text-fill-color: #98a2b3 !important;
}
.bzc-hosting-showcase .bzc-domain-form select {
  height: 54px !important;
  padding: 0 14px !important;
  color: var(--bzc-ink) !important;
  border: 0 !important;
  border-left: 1px solid rgba(16,24,40,.10) !important;
  border-right: 1px solid rgba(16,24,40,.10) !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-weight: 850 !important;
  appearance: auto !important;
}
.bzc-hosting-showcase .bzc-domain-form button {
  height: 54px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #ff3d14, #e8491d 52%, #9d2d0f) !important;
  color: #fff !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 28px rgba(232,73,29,.22) !important;
}
.bzc-hosting-showcase .bzc-domain-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(232,73,29,.26) !important;
}

/* Premium card polish without adding unnecessary labels. */
.bzc-hosting-showcase .bzc-premium-card,
.bzc-hosting-showcase .bzc-plan-card,
.bzc-hosting-showcase .bzc-domain-premium-card,
.bzc-hosting-showcase .bzc-domain-matrix,
.bzc-hosting-showcase .bzc-plan-table-wrap {
  backdrop-filter: saturate(1.15) blur(0px);
}
.bzc-hosting-showcase .bzc-premium-card h3,
.bzc-hosting-showcase .bzc-plan-card h3 {
  color: var(--bzc-ink) !important;
}
.bzc-hosting-showcase .bzc-premium-card-grid {
  grid-template-columns: repeat(var(--bzc-plan-columns, 3), minmax(0, 1fr));
}
.bzc-hosting-showcase .bzc-premium-empty {
  margin-top: 16px;
  padding: 15px 16px;
  border-radius: 16px;
  background: #fff7ed;
  border: 1px solid rgba(232,73,29,.18);
  color: #9d2d0f;
  font-weight: 800;
}

/* Domain feature chips are optional and look intentional when enabled. */
.bzc-hosting-showcase .bzc-domain-features {
  max-width: 820px;
}
.bzc-hosting-showcase .bzc-domain-features span {
  min-height: 40px;
  padding: 8px 13px;
  background: linear-gradient(180deg, #fff, #fbfcff);
  border-color: rgba(16,24,40,.08);
  box-shadow: 0 8px 18px rgba(16,24,40,.035);
}

@media (max-width: 720px) {
  .bzc-hosting-showcase .bzc-domain-form {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    padding: 8px !important;
    border-radius: 18px !important;
  }
  .bzc-hosting-showcase .bzc-domain-form input[type="text"],
  .bzc-hosting-showcase .bzc-domain-form input[type="search"],
  .bzc-hosting-showcase .bzc-domain-form select,
  .bzc-hosting-showcase .bzc-domain-form button {
    border-radius: 14px !important;
  }
  .bzc-hosting-showcase .bzc-domain-form select {
    border: 1px solid rgba(16,24,40,.08) !important;
    background: #f8fafc !important;
  }
}

@media (max-width: 1180px) {
  .bzc-hosting-showcase .bzc-premium-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .bzc-hosting-showcase .bzc-premium-card-grid { grid-template-columns: 1fr; }
}

.bzc-hosting-showcase .bzc-domain-form.bzc-no-tlds { grid-template-columns: minmax(0, 1fr) 132px !important; }

/* ==========================================================
   v2.8.0 premium domain actions, filtering, table spacing, and draggable sliders
   Frontend typography continues to inherit the active website/theme font.
========================================================== */
.bzc-hosting-showcase,
.bzc-hosting-showcase * { font-family: inherit !important; }

.bzc-hosting-showcase .bzc-plan-table-wrap,
.bzc-hosting-showcase .bzc-domain-table-wrap {
  padding: 10px;
  background: #fff;
  border-radius: 22px;
}
.bzc-hosting-showcase .bzc-plan-table,
.bzc-hosting-showcase .bzc-domain-table {
  border-radius: 16px;
  overflow: hidden;
}
.bzc-hosting-showcase .bzc-plan-table th,
.bzc-hosting-showcase .bzc-plan-table td,
.bzc-hosting-showcase .bzc-domain-table th,
.bzc-hosting-showcase .bzc-domain-table td {
  padding: 17px 18px !important;
  vertical-align: middle;
}
.bzc-hosting-showcase .bzc-plan-table th:first-child,
.bzc-hosting-showcase .bzc-plan-table td:first-child,
.bzc-hosting-showcase .bzc-domain-table th:first-child,
.bzc-hosting-showcase .bzc-domain-table td:first-child {
  padding-left: 24px !important;
}
.bzc-hosting-showcase .bzc-plan-table th:last-child,
.bzc-hosting-showcase .bzc-plan-table td:last-child,
.bzc-hosting-showcase .bzc-domain-table th:last-child,
.bzc-hosting-showcase .bzc-domain-table td:last-child {
  padding-right: 24px !important;
}
.bzc-hosting-showcase .bzc-domain-tld-cell strong {
  display: inline-flex;
  min-width: 58px;
  align-items: center;
}

.bzc-domain-directory {
  margin-top: 18px;
}
.bzc-domain-filterbar {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 12px;
  width: 100%;
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid rgba(16,24,40,.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.9));
  box-shadow: 0 14px 36px rgba(16,24,40,.055);
}
.bzc-domain-filterbar label {
  display: grid;
  gap: 6px;
  flex: 1 1 260px;
  min-width: 220px;
  margin: 0;
  color: var(--bzc-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.bzc-domain-filterbar label:last-child {
  flex: 0 1 220px;
}
.bzc-domain-filterbar input,
.bzc-domain-filterbar select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(16,24,40,.12);
  border-radius: 14px;
  background: #fff;
  color: var(--bzc-ink);
  font-size: 14px;
  font-weight: 700;
  outline: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.bzc-domain-filterbar input:focus,
.bzc-domain-filterbar select:focus,
.bzc-domain-modal-panel input:focus {
  border-color: rgba(232,73,29,.45);
  box-shadow: 0 0 0 4px rgba(232,73,29,.10);
}
.bzc-domain-filter-empty {
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(232,73,29,.18);
  border-radius: 16px;
  background: #fff7ed;
  color: #9d2d0f;
  font-weight: 800;
}
.bzc-is-hidden { display: none !important; }

.bzc-domain-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
td .bzc-domain-actions,
.bzc-domain-price-row .bzc-domain-actions {
  margin-top: 0;
  justify-content: flex-end;
}
.bzc-domain-action-btn {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(232,73,29,.22);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, #fff7f2);
  color: var(--bzc-primary);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: .18s ease;
  box-shadow: 0 8px 18px rgba(232,73,29,.08);
}
.bzc-domain-action-transfer {
  border-color: rgba(16,24,40,.14);
  color: var(--bzc-ink);
  background: linear-gradient(180deg, #fff, #f8fafc);
  box-shadow: 0 8px 18px rgba(16,24,40,.045);
}
.bzc-domain-action-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(232,73,29,.42);
  box-shadow: 0 13px 24px rgba(232,73,29,.12);
}

.bzc-domain-modal[hidden] { display: none !important; }
.bzc-domain-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 18px;
}
.bzc-domain-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3,7,18,.68);
  backdrop-filter: blur(10px);
}
.bzc-domain-modal-panel {
  position: relative;
  width: min(520px, 94vw);
  padding: 30px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(232,73,29,.10), transparent 34%),
    linear-gradient(180deg, #fff, #fbfcff);
  box-shadow: 0 28px 90px rgba(3,7,18,.34);
  color: var(--bzc-ink);
}
.bzc-domain-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(16,24,40,.10);
  border-radius: 999px;
  background: #fff;
  color: var(--bzc-ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.bzc-domain-modal-panel h3 {
  margin: 0 42px 8px 0;
  color: var(--bzc-ink);
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.045em;
}
.bzc-domain-modal-panel p {
  margin: 0 0 18px;
  color: var(--bzc-muted);
  font-size: 15px;
  line-height: 1.65;
}
.bzc-domain-modal-panel form,
.bzc-domain-modal-panel label {
  display: grid;
  gap: 10px;
}
.bzc-domain-modal-panel form { gap: 14px; }
.bzc-domain-modal-panel label span {
  color: var(--bzc-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.bzc-domain-modal-panel input {
  min-height: 54px;
  width: 100%;
  padding: 0 16px;
  border: 1px solid rgba(16,24,40,.12);
  border-radius: 16px;
  background: #fff;
  color: var(--bzc-ink);
  font-size: 15px;
  font-weight: 750;
  outline: 0;
}
.bzc-domain-modal-submit {
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff3d14, #e8491d 55%, #9d2d0f);
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(232,73,29,.24);
}

.bzc-hosting-showcase .bzc-premium-toolbar {
  align-items: stretch;
  padding: 16px;
  border-radius: 22px;
}
.bzc-hosting-showcase .bzc-premium-filter-fields {
  flex: 1 1 560px;
  display: grid;
  grid-template-columns: minmax(240px, 1.3fr) minmax(220px, .8fr) auto;
  align-items: end;
  gap: 10px;
}
.bzc-hosting-showcase .bzc-premium-search,
.bzc-hosting-showcase .bzc-premium-select {
  min-width: 0;
}
.bzc-hosting-showcase .bzc-premium-search input,
.bzc-hosting-showcase .bzc-premium-select select {
  width: 100%;
  min-width: 0;
  height: 48px;
  border-radius: 15px;
  font-family: inherit !important;
}
.bzc-hosting-showcase .bzc-filter-reset {
  min-height: 48px;
  align-self: end;
}

.bzc-hosting-showcase .bzc-side-slider {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}
.bzc-hosting-showcase .bzc-side-slider.bzc-slider-no-buttons {
  grid-template-columns: minmax(0, 1fr);
}
.bzc-hosting-showcase .bzc-plan-slider-viewport {
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}
.bzc-hosting-showcase .bzc-plan-slider-viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.bzc-hosting-showcase .bzc-plan-slider-track {
  overflow: visible !important;
  display: flex;
  gap: 18px;
  padding: 8px 4px 18px;
}
.bzc-hosting-showcase .bzc-plan-slider-track > .bzc-plan-card,
.bzc-hosting-showcase .bzc-plan-slider-track > .bzc-premium-card {
  flex: 0 0 min(360px, 86vw);
  scroll-snap-align: start;
}
.bzc-hosting-showcase .bzc-slider-btn-side {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  margin: 0;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(16,24,40,.10);
  box-shadow: 0 12px 28px rgba(16,24,40,.07);
  color: var(--bzc-ink);
  font-size: 28px;
}
.bzc-hosting-showcase .bzc-slider-btn-side:hover {
  color: var(--bzc-primary);
  border-color: rgba(232,73,29,.28);
  transform: translateY(-1px);
}

.bzc-domain-price-row {
  display: grid !important;
  grid-template-columns: minmax(90px, .7fr) minmax(110px, .8fr) auto;
  align-items: center;
  gap: 12px;
  padding: 13px 16px !important;
  border: 1px solid rgba(16,24,40,.07);
  border-radius: 14px;
  background: #fff;
}
.bzc-domain-price-row + .bzc-domain-price-row { margin-top: 8px; }
.bzc-domain-price-list { gap: 8px; }

@media (max-width: 860px) {
  .bzc-hosting-showcase .bzc-premium-filter-fields {
    grid-template-columns: 1fr;
  }
  .bzc-domain-filterbar { display: grid; }
  .bzc-domain-filterbar label { min-width: 0; }
  .bzc-hosting-showcase .bzc-side-slider {
    grid-template-columns: minmax(0, 1fr);
  }
  .bzc-hosting-showcase .bzc-slider-btn-side { display: none; }
}

/* v2.8 cleanups: modal field visibility, domain loading, tooltips, discounts */
.bzc-domain-modal-panel [hidden],
.bzc-domain-modal-panel .bzc-is-hidden { display: none !important; }
.bzc-domain-filterbar-premium {
  align-items: end;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 0%, rgba(232,73,29,.06), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.92));
  box-shadow: 0 18px 45px rgba(16,24,40,.07);
}
.bzc-domain-filterbar-premium label { position: relative; }
.bzc-domain-filterbar-premium input,
.bzc-domain-filterbar-premium select {
  min-height: 54px;
  border-radius: 16px;
  border-color: rgba(16,24,40,.10);
  background: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,.9), inset 0 1px 0 rgba(16,24,40,.015);
}
.bzc-domain-filterbar-premium input { padding-left: 18px; }
.bzc-domain-load-more-wrap {
  display: flex;
  justify-content: center;
  margin: 20px 0 4px;
}
.bzc-domain-load-more {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(16,24,40,.10);
  border-radius: 999px;
  background: #fff;
  color: var(--bzc-ink);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(16,24,40,.07);
  transition: .18s ease;
}
.bzc-domain-load-more:hover { transform: translateY(-1px); border-color: rgba(232,73,29,.25); color: var(--bzc-primary); }
.bzc-domain-load-more[hidden] { display: none !important; }
.bzc-feature-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  border: 1px solid rgba(16,24,40,.12);
  border-radius: 999px;
  background: #fff;
  color: var(--bzc-primary);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  cursor: help;
  vertical-align: middle;
}
.bzc-feature-tooltip:after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  z-index: 50;
  width: min(280px, 76vw);
  padding: 10px 12px;
  border-radius: 12px;
  background: #101828;
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 14px 34px rgba(16,24,40,.22);
  transition: .18s ease;
}
.bzc-feature-tooltip:hover:after,
.bzc-feature-tooltip:focus:after { opacity: 1; transform: translateX(-50%) translateY(0); }
.bzc-discount-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  min-height: 28px;
  margin: 0 0 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(232,73,29,.20);
  background: #fff6f1;
  color: var(--bzc-primary);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .01em;
}
.bzc-discount-label span { opacity: .78; }
.bzc-discount-label strong { color: var(--bzc-primary-dark); font-weight: 950; }
.bzc-discount-ribbon,
.bzc-discount-corner {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  margin: 0;
  box-shadow: 0 10px 22px rgba(232,73,29,.14);
}
.bzc-discount-topbar {
  width: calc(100% + 44px);
  margin: -22px -22px 16px;
  justify-content: center;
  border-radius: 20px 20px 0 0;
  border-width: 0 0 1px;
}
.bzc-discount-price_note { margin-top: -4px; }
.bzc-discount-badge { background: #fff; box-shadow: 0 8px 18px rgba(232,73,29,.08); }
.bzc-premium-card .bzc-discount-topbar { width: calc(100% + 48px); margin: -24px -24px 16px; }
.bzc-premium-card .bzc-discount-ribbon,
.bzc-premium-card .bzc-discount-corner { top: 16px; right: 16px; }
.bzc-plan-slider-viewport a,
.bzc-plan-slider-viewport button { touch-action: manipulation; }
.bzc-plan-slider-viewport.is-dragging a { pointer-events: none; }

/* v2.8.0 final polish */
.bzc-hosting-showcase .bzc-plan-table th:first-child,
.bzc-hosting-showcase .bzc-plan-table td:first-child,
.bzc-hosting-showcase .bzc-domain-table th:first-child,
.bzc-hosting-showcase .bzc-domain-table td:first-child {
  padding-left: 30px !important;
}
.bzc-hosting-showcase .bzc-plan-table th:last-child,
.bzc-hosting-showcase .bzc-plan-table td:last-child,
.bzc-hosting-showcase .bzc-domain-table th:last-child,
.bzc-hosting-showcase .bzc-domain-table td:last-child {
  padding-right: 30px !important;
}
.bzc-hosting-showcase .bzc-premium-search input,
.bzc-hosting-showcase .bzc-premium-select select,
.bzc-domain-filterbar-premium input,
.bzc-domain-filterbar-premium select {
  min-height: 54px;
  padding-inline: 18px;
  border: 1px solid rgba(15,23,42,.11);
  border-radius: 17px;
  background: linear-gradient(180deg, #fff, #fbfcff);
  box-shadow: 0 1px 0 rgba(255,255,255,.9), 0 10px 26px rgba(15,23,42,.045), inset 0 1px 0 rgba(15,23,42,.018);
}
.bzc-hosting-showcase .bzc-premium-search input:focus,
.bzc-hosting-showcase .bzc-premium-select select:focus,
.bzc-domain-filterbar-premium input:focus,
.bzc-domain-filterbar-premium select:focus {
  border-color: rgba(232,73,29,.44);
  box-shadow: 0 0 0 4px rgba(232,73,29,.10), 0 14px 30px rgba(15,23,42,.065);
}
.bzc-domain-filterbar-premium .bzc-domain-filter-search { flex: 1 1 520px; }
.bzc-domain-filterbar-premium .bzc-domain-filter-action { flex: 0 1 240px; }
.bzc-domain-modal-panel label[hidden],
.bzc-domain-modal-panel [data-bzc-modal-epp-row][hidden] { display: none !important; }
.bzc-plan-slider-viewport a.bzc-plan-btn,
.bzc-plan-slider-viewport .bzc-plan-btn { position: relative; z-index: 3; }

/* v2.9.0 - Real WHMCS savings + precise free-domain tooltip polish */
.bzc-discount-label[hidden],
.bzc-discount-label.bzc-is-hidden { display: none !important; }
.bzc-discount-label {
  max-width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 8px;
  border-color: rgba(232,73,29,.18);
  background: linear-gradient(135deg, #fff7ed, #fff);
  box-shadow: 0 10px 26px rgba(232,73,29,.08);
}
.bzc-discount-label span {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(232,73,29,.10);
  color: var(--bzc-primary);
  opacity: 1;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.bzc-discount-label strong { letter-spacing: -.01em; }
.bzc-discount-label em {
  flex-basis: 100%;
  display: block;
  margin-top: 2px;
  color: var(--bzc-muted);
  font-size: 11px;
  line-height: 1.45;
  font-style: normal;
  font-weight: 700;
}
.bzc-discount-label em[hidden] { display: none !important; }
.bzc-discount-tip {
  border-color: rgba(18,161,80,.18);
  background: linear-gradient(135deg, #ecfdf3, #fff);
  color: #047857;
  box-shadow: 0 10px 26px rgba(18,161,80,.08);
}
.bzc-discount-tip span { background: rgba(18,161,80,.12); color: #047857; }
.bzc-discount-tip strong { color: #047857; }
.bzc-discount-tip em { color: #0f766e; }
.bzc-discount-ribbon,
.bzc-discount-corner {
  max-width: calc(100% - 28px);
  border-radius: 999px 999px 999px 16px;
  background: linear-gradient(135deg, var(--bzc-primary), var(--bzc-primary-dark));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 16px 32px rgba(232,73,29,.20);
}
.bzc-discount-ribbon span,
.bzc-discount-corner span { background: rgba(255,255,255,.18); color: #fff; }
.bzc-discount-ribbon strong,
.bzc-discount-corner strong,
.bzc-discount-ribbon em,
.bzc-discount-corner em { color: #fff; }
.bzc-discount-topbar {
  min-height: 34px;
  padding: 9px 14px;
  background: linear-gradient(90deg, #fff4ed, #fff, #fff4ed);
  color: var(--bzc-primary-dark);
}
.bzc-discount-topbar span { background: var(--bzc-primary); color: #fff; }
.bzc-discount-price_note {
  width: 100%;
  align-items: flex-start;
  padding: 12px 13px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ecfdf3, #f7fffb);
  border-color: rgba(18,161,80,.20);
}
.bzc-discount-price_note span { background: #12a150; color: #fff; }
.bzc-discount-price_note strong { color: #027a48; font-size: 13px; }
.bzc-discount-badge {
  background: linear-gradient(135deg, #fff, #fff7ed);
  border-color: rgba(232,73,29,.22);
}
.bzc-premium-card .bzc-discount-label,
.bzc-plan-card .bzc-discount-label { z-index: 4; }
.bzc-premium-card .bzc-discount-topbar,
.bzc-plan-card .bzc-discount-topbar { position: relative; z-index: 3; }
.bzc-feature-tooltip.has-card {
  overflow: visible;
  width: 18px;
  height: 18px;
  background: #fff;
}
.bzc-feature-tooltip.has-card:after { display: none !important; }
.bzc-feature-tooltip .bzc-tooltip-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}
.bzc-tooltip-card {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  z-index: 90;
  width: min(330px, 82vw);
  padding: 14px 15px;
  border-radius: 17px;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 22px 60px rgba(15,23,42,.28);
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: left;
  transition: .18s ease;
}
.bzc-tooltip-card:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #0f172a;
}
.bzc-tooltip-card strong {
  display: block;
  margin: 0 0 10px;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}
.bzc-tooltip-card .bzc-tooltip-label {
  display: block;
  margin: 9px 0 4px;
  color: rgba(255,255,255,.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bzc-tooltip-card em {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.55;
  font-style: normal;
  font-weight: 650;
}
.bzc-free-domain-tooltip:hover .bzc-tooltip-card,
.bzc-free-domain-tooltip:focus .bzc-tooltip-card,
.bzc-free-domain-tooltip:focus-within .bzc-tooltip-card {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 640px) {
  .bzc-discount-ribbon,
  .bzc-discount-corner { position: relative; top: auto; right: auto; margin-bottom: 12px; }
  .bzc-tooltip-card { left: auto; right: -14px; transform: translateY(8px); }
  .bzc-free-domain-tooltip:hover .bzc-tooltip-card,
  .bzc-free-domain-tooltip:focus .bzc-tooltip-card,
  .bzc-free-domain-tooltip:focus-within .bzc-tooltip-card { transform: translateY(0); }
  .bzc-tooltip-card:after { left: auto; right: 16px; transform: none; }
}
.bzc-discount-label small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(15,23,42,.055);
  color: var(--bzc-text);
  font-size: 10px;
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
}
.bzc-discount-label small[hidden] { display: none !important; }
.bzc-discount-ribbon small,
.bzc-discount-corner small { background: rgba(255,255,255,.16); color: #fff; }
.bzc-discount-price_note small { background: rgba(18,161,80,.12); color: #047857; }
.bzc-price-compare {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: -8px 0 16px;
  padding: 9px 11px;
  border: 1px solid rgba(18,161,80,.18);
  border-radius: 13px;
  background: linear-gradient(135deg, #f0fdf4, #fff);
  color: #047857;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
}
.bzc-price-compare[hidden],
.bzc-price-compare.bzc-is-hidden { display: none !important; }
.bzc-price-compare span { color: #0f766e; }
.bzc-price-compare s { color: #667085; text-decoration-thickness: 1.5px; }
.bzc-price-compare strong {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #12a150;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
}


/* ==========================================================
   v3.0.0 - Premium cleanup for offer cards, compact listings,
   comparison spacing, full TLD directories, and tooltip visibility.
   Frontend typography continues to inherit the active website/theme font.
========================================================== */
.bzc-hosting-showcase,
.bzc-hosting-showcase * { font-family: inherit !important; }

/* Prevent offer/savings elements and free-domain tooltip cards from being clipped. */
.bzc-hosting-showcase .bzc-premium-card,
.bzc-hosting-showcase .bzc-plan-card {
  overflow: visible;
}
.bzc-hosting-showcase .bzc-premium-card::before,
.bzc-hosting-showcase .bzc-plan-card::before { pointer-events: none; }

/* Make ribbon/corner discounts part of the card flow so they do not cover plan names. */
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-ribbon,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-corner,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-ribbon,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-corner {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  width: 100%;
  max-width: 100% !important;
  margin: 8px 0 18px !important;
  padding: 11px 13px;
  border-radius: 22px 22px 22px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  line-height: 1.25;
}
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-badge,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-badge,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-price_note,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-price_note {
  width: 100%;
  max-width: 100%;
  margin: 6px 0 18px;
  padding: 12px 14px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bzc-hosting-showcase .bzc-discount-label small,
.bzc-hosting-showcase .bzc-discount-label em {
  max-width: 100%;
  white-space: normal;
}
.bzc-hosting-showcase .bzc-discount-ribbon em,
.bzc-hosting-showcase .bzc-discount-corner em {
  flex: 1 1 100%;
  min-width: 0;
}
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-topbar,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-topbar {
  margin-bottom: 20px;
}
.bzc-hosting-showcase .bzc-premium-card-top { margin-top: 2px; }

/* Premium compact listings: compact but no longer plain full-width buttons. */
.bzc-hosting-showcase .bzc-premium-compact-list {
  padding: 6px 0;
}
.bzc-hosting-showcase .bzc-premium-compact-rows {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.bzc-hosting-showcase .bzc-premium-compact-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(170px, .45fr) minmax(150px, .35fr);
  align-items: center;
  gap: 18px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(15,23,42,.08);
  background:
    radial-gradient(circle at 0 0, rgba(232,73,29,.08), transparent 30%),
    linear-gradient(180deg, #fff, #fffdfb);
  box-shadow: 0 16px 42px rgba(15,23,42,.065);
}
.bzc-hosting-showcase .bzc-premium-compact-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 24px 0 0 24px;
  background: linear-gradient(180deg, var(--bzc-primary), rgba(232,73,29,.18));
}
.bzc-hosting-showcase .bzc-premium-compact-main span {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff7f2;
  border: 1px solid rgba(232,73,29,.14);
  color: #9d2d0f;
  font-size: 11px;
  font-weight: 900;
}
.bzc-hosting-showcase .bzc-premium-compact-main h3 {
  margin: 0 0 8px;
  color: var(--bzc-ink);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -.035em;
}
.bzc-hosting-showcase .bzc-premium-compact-main p {
  margin: 0;
  color: var(--bzc-muted);
  font-size: 13px;
  line-height: 1.65;
}
.bzc-hosting-showcase .bzc-premium-compact-price {
  display: grid;
  justify-items: start;
  gap: 2px;
  min-width: 0;
}
.bzc-hosting-showcase .bzc-premium-compact-price strong {
  color: var(--bzc-ink);
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.05em;
  white-space: nowrap;
}
.bzc-hosting-showcase .bzc-premium-compact-price span {
  color: var(--bzc-muted);
  font-size: 12px;
  font-weight: 800;
}
.bzc-hosting-showcase .bzc-premium-compact-row .bzc-premium-btn {
  width: 100%;
  min-height: 46px;
  border-radius: 16px;
}

/* Comparison board edge spacing and readable sticky feature column. */
.bzc-hosting-showcase .bzc-comparison-matrix {
  padding: clamp(20px, 3vw, 30px);
  border-radius: 28px;
}
.bzc-hosting-showcase .bzc-matrix-scroll {
  border-radius: 20px;
}
.bzc-hosting-showcase .bzc-matrix-table th,
.bzc-hosting-showcase .bzc-matrix-table td {
  padding: 18px 22px !important;
}
.bzc-hosting-showcase .bzc-matrix-table th:first-child,
.bzc-hosting-showcase .bzc-matrix-table td:first-child {
  min-width: 230px;
  padding-left: 28px !important;
}
.bzc-hosting-showcase .bzc-matrix-table th:last-child,
.bzc-hosting-showcase .bzc-matrix-table td:last-child {
  padding-right: 28px !important;
}

/* Toggle plan count is meaningful but aligned cleanly to the right. */
.bzc-hosting-showcase .bzc-premium-toggle summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
}
.bzc-hosting-showcase .bzc-premium-toggle summary em {
  justify-self: end;
  min-width: 78px;
  text-align: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff7f2;
  border: 1px solid rgba(232,73,29,.16);
  color: var(--bzc-primary-dark);
  font-size: 12px;
  font-weight: 900;
}

/* Free-domain tooltip card: visible above cards and less likely to be clipped. */
.bzc-hosting-showcase .bzc-free-domain-tooltip {
  z-index: 100;
}
.bzc-hosting-showcase .bzc-tooltip-card {
  z-index: 999999;
  width: min(360px, 84vw);
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
}
.bzc-hosting-showcase .bzc-tooltip-card em {
  word-break: break-word;
}

/* Domain directory/card spacing for very large TLD sets. */
.bzc-hosting-showcase .bzc-domain-directory {
  padding-inline: 0;
}
.bzc-hosting-showcase .bzc-domain-table th:first-child,
.bzc-hosting-showcase .bzc-domain-table td:first-child {
  min-width: 110px;
  padding-left: 34px !important;
}
.bzc-hosting-showcase .bzc-domain-table th:last-child,
.bzc-hosting-showcase .bzc-domain-table td:last-child {
  padding-right: 34px !important;
}

@media (max-width: 900px) {
  .bzc-hosting-showcase .bzc-premium-compact-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .bzc-hosting-showcase .bzc-premium-compact-row .bzc-premium-btn {
    width: 100%;
  }
  .bzc-hosting-showcase .bzc-premium-toggle summary {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .bzc-hosting-showcase .bzc-premium-toggle summary em {
    display: none;
  }
}

/* v3.0.0 refinement: keep real-price offer modules clear of plan names/prices. */
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-label,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-label {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  max-width: 100% !important;
  box-sizing: border-box;
  clear: both;
  isolation: isolate;
}
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-ribbon,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-corner,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-ribbon,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-corner {
  flex-wrap: wrap;
  gap: 6px 8px;
  overflow: hidden;
}
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-topbar,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-topbar {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  border-radius: 18px;
  min-height: auto;
  padding: 10px 12px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
}
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-label + .bzc-premium-card-top,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-label + .bzc-plan-card-head {
  margin-top: 0 !important;
}
.bzc-hosting-showcase .bzc-premium-card > h3,
.bzc-hosting-showcase .bzc-plan-card > h3 {
  position: relative;
  z-index: 2;
}
.bzc-hosting-showcase .bzc-discount-label span,
.bzc-hosting-showcase .bzc-discount-label strong,
.bzc-hosting-showcase .bzc-discount-label small,
.bzc-hosting-showcase .bzc-discount-label em {
  white-space: normal !important;
  word-break: normal;
}

/* v3.0.0 - Premium cleanup: discount spacing, compact lists, comparison tables, and tooltips */
.bzc-hosting-showcase,
.bzc-hosting-showcase * {
  font-family: inherit !important;
}

.bzc-hosting-showcase .bzc-premium-card,
.bzc-hosting-showcase .bzc-plan-card {
  overflow: visible !important;
}

.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-ribbon,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-corner,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-ribbon,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-corner {
  position: relative !important;
  inset: auto !important;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  margin: 8px 0 18px !important;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 10px;
  flex-wrap: wrap;
  border-radius: 18px;
  box-sizing: border-box;
  white-space: normal;
  overflow-wrap: anywhere;
  z-index: 3;
}

.bzc-hosting-showcase .bzc-discount-label strong,
.bzc-hosting-showcase .bzc-discount-label small,
.bzc-hosting-showcase .bzc-discount-label em {
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.bzc-hosting-showcase .bzc-discount-badge,
.bzc-hosting-showcase .bzc-discount-price_note {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.bzc-hosting-showcase .bzc-discount-topbar {
  width: calc(100% + 48px) !important;
  max-width: none;
  margin: -22px -24px 20px !important;
  border-radius: 22px 22px 0 0;
}

.bzc-hosting-showcase .bzc-premium-card-top {
  margin-top: 0;
  min-height: 28px;
}

.bzc-hosting-showcase .bzc-feature-tooltip,
.bzc-hosting-showcase .bzc-free-domain-tooltip {
  z-index: 120;
}

.bzc-hosting-showcase .bzc-tooltip-card {
  z-index: 9999;
  width: min(360px, 88vw);
  white-space: normal;
}

.bzc-hosting-showcase .bzc-premium-features li,
.bzc-hosting-showcase .bzc-plan-card li {
  overflow: visible;
}

.bzc-hosting-showcase .bzc-matrix-scroll,
.bzc-hosting-showcase .bzc-plan-table-wrap,
.bzc-hosting-showcase .bzc-domain-table-wrap {
  border-radius: 22px;
}

.bzc-hosting-showcase .bzc-matrix-table th,
.bzc-hosting-showcase .bzc-matrix-table td {
  padding: 18px 24px !important;
  line-height: 1.45;
}

.bzc-hosting-showcase .bzc-matrix-table th:first-child,
.bzc-hosting-showcase .bzc-matrix-table td:first-child {
  min-width: 230px;
  padding-left: 30px !important;
}

.bzc-hosting-showcase .bzc-matrix-table th:last-child,
.bzc-hosting-showcase .bzc-matrix-table td:last-child {
  padding-right: 30px !important;
}

.bzc-hosting-showcase .bzc-matrix-table td:first-child {
  box-shadow: 10px 0 18px rgba(15,23,42,.035);
}

.bzc-hosting-showcase .bzc-premium-compact-list {
  display: grid;
  gap: 18px;
}

.bzc-hosting-showcase .bzc-premium-compact-rows {
  display: grid;
  gap: 14px;
}

.bzc-hosting-showcase .bzc-premium-compact-row {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(150px, .45fr) minmax(170px, .36fr);
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff, #fffaf7 68%, #fff4ed);
  box-shadow: 0 16px 46px rgba(15,23,42,.055);
  position: relative;
  overflow: hidden;
}

.bzc-hosting-showcase .bzc-premium-compact-row:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--bzc-primary), rgba(232,73,29,.18));
}

.bzc-hosting-showcase .bzc-premium-compact-main {
  min-width: 0;
  padding-left: 8px;
}

.bzc-hosting-showcase .bzc-premium-compact-main > span {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(15,23,42,.045);
  color: var(--bzc-muted);
  font-size: 11px;
  font-weight: 850;
}

.bzc-hosting-showcase .bzc-premium-compact-main h3 {
  margin: 0 0 7px;
  color: var(--bzc-ink);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.15;
  letter-spacing: -.035em;
  font-weight: 900;
}

.bzc-hosting-showcase .bzc-premium-compact-main p {
  margin: 0;
  color: var(--bzc-text);
  font-size: 13.5px;
  line-height: 1.65;
}

.bzc-hosting-showcase .bzc-premium-compact-price {
  display: grid;
  justify-items: start;
  gap: 3px;
  color: var(--bzc-ink);
}

.bzc-hosting-showcase .bzc-premium-compact-price strong {
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 950;
}

.bzc-hosting-showcase .bzc-premium-compact-price span {
  color: var(--bzc-muted);
  font-size: 12px;
  font-weight: 800;
}

.bzc-hosting-showcase .bzc-premium-compact-row .bzc-plan-btn {
  width: 100%;
  margin: 0;
  min-height: 48px;
  border-radius: 16px;
}

.bzc-hosting-showcase .bzc-toggle summary {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
}

.bzc-hosting-showcase .bzc-toggle summary > span {
  min-width: 0;
}

.bzc-hosting-showcase .bzc-toggle summary em {
  justify-self: end;
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(232,73,29,.06);
  border: 1px solid rgba(232,73,29,.16);
  color: var(--bzc-primary-dark);
  font-size: 12px;
  font-weight: 900;
}

.bzc-hosting-showcase .bzc-domain-table th,
.bzc-hosting-showcase .bzc-domain-table td,
.bzc-hosting-showcase .bzc-plan-table th,
.bzc-hosting-showcase .bzc-plan-table td {
  padding: 17px 24px !important;
}

.bzc-hosting-showcase .bzc-domain-tld-cell,
.bzc-hosting-showcase .bzc-domain-table th:first-child,
.bzc-hosting-showcase .bzc-plan-table th:first-child,
.bzc-hosting-showcase .bzc-plan-table td:first-child {
  padding-left: 30px !important;
}

.bzc-hosting-showcase .bzc-domain-filterbar-premium {
  align-items: end;
  gap: 12px;
  padding: 15px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff, #f8fafc);
  box-shadow: 0 14px 36px rgba(15,23,42,.045);
}

.bzc-hosting-showcase .bzc-domain-filterbar-premium label span {
  margin-bottom: 7px;
  color: var(--bzc-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .bzc-hosting-showcase .bzc-premium-compact-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .bzc-hosting-showcase .bzc-premium-compact-row .bzc-plan-btn {
    width: 100%;
  }
  .bzc-hosting-showcase .bzc-toggle summary {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .bzc-hosting-showcase .bzc-toggle summary em {
    grid-column: 1 / -1;
    justify-self: start;
    margin-left: 0;
  }
}

/* ==========================================================
   v3.0.0 final polish: safer offer tags, tighter tables,
   premium compact rows, aligned toggle counts, and clean domain filters.
========================================================== */
.bzc-hosting-showcase .bzc-plan-card,
.bzc-hosting-showcase .bzc-premium-card {
  min-width: 0;
}
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-ribbon,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-corner,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-ribbon,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-corner {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  float: none !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  grid-auto-rows: auto;
  column-gap: 9px;
  row-gap: 5px;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 18px !important;
  padding: 12px 14px !important;
  border-radius: 24px 28px 28px 12px !important;
  overflow: hidden;
}
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-ribbon small,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-ribbon em,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-corner small,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-corner em,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-ribbon small,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-ribbon em,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-corner small,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-corner em {
  grid-column: 1 / -1;
  white-space: normal !important;
  overflow-wrap: anywhere;
}
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-badge,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-price_note,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-badge,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-price_note {
  position: relative !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 18px !important;
  overflow: hidden;
}
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-topbar,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-topbar {
  position: relative !important;
  width: auto !important;
  margin: -2px 0 18px !important;
  border-radius: 18px 18px 8px 8px !important;
}
.bzc-hosting-showcase .bzc-premium-card h3,
.bzc-hosting-showcase .bzc-plan-card h3 {
  position: relative;
  z-index: 2;
  overflow-wrap: anywhere;
}
.bzc-hosting-showcase .bzc-premium-price-row,
.bzc-hosting-showcase .bzc-plan-price {
  min-width: 0;
  overflow-wrap: anywhere;
}
.bzc-hosting-showcase .bzc-premium-price,
.bzc-hosting-showcase .bzc-plan-price {
  max-width: 100%;
}
.bzc-hosting-showcase .bzc-premium-slider .bzc-premium-card,
.bzc-hosting-showcase .bzc-plan-slider .bzc-plan-card {
  scroll-snap-align: start;
}
.bzc-hosting-showcase .bzc-plan-slider-viewport {
  padding-top: 6px;
  padding-bottom: 10px;
}
.bzc-hosting-showcase .bzc-plan-slider-track {
  align-items: stretch;
}
.bzc-hosting-showcase .bzc-domain-filterbar-premium {
  display: flex;
  align-items: end;
  gap: 14px;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(15,23,42,.08);
  background: linear-gradient(180deg, #fff, #fbfcff);
  box-shadow: 0 16px 38px rgba(15,23,42,.055);
}
.bzc-hosting-showcase .bzc-domain-filterbar-premium label {
  min-width: 0;
}
.bzc-hosting-showcase .bzc-domain-filterbar-premium .bzc-domain-filter-search {
  flex: 1 1 520px;
}
.bzc-hosting-showcase .bzc-domain-filterbar-premium .bzc-domain-filter-action {
  flex: 0 0 260px;
}
.bzc-hosting-showcase .bzc-domain-filterbar-premium input,
.bzc-hosting-showcase .bzc-domain-filterbar-premium select {
  width: 100%;
  height: 54px;
  border-radius: 16px !important;
  padding-inline: 16px !important;
  background: #fff;
  border: 1px solid rgba(15,23,42,.12) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.bzc-hosting-showcase .bzc-domain-filterbar-premium input:focus,
.bzc-hosting-showcase .bzc-domain-filterbar-premium select:focus {
  border-color: rgba(232,73,29,.55) !important;
  box-shadow: 0 0 0 4px rgba(232,73,29,.10) !important;
  outline: 0;
}
.bzc-hosting-showcase .bzc-domain-table-wrap,
.bzc-hosting-showcase .bzc-matrix-scroll,
.bzc-hosting-showcase .bzc-plan-table-wrap {
  overflow-x: auto;
}
.bzc-hosting-showcase .bzc-domain-table th,
.bzc-hosting-showcase .bzc-domain-table td,
.bzc-hosting-showcase .bzc-plan-table th,
.bzc-hosting-showcase .bzc-plan-table td,
.bzc-hosting-showcase .bzc-matrix-table th,
.bzc-hosting-showcase .bzc-matrix-table td {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.bzc-hosting-showcase .bzc-domain-tld-cell strong,
.bzc-hosting-showcase .bzc-plan-table td:first-child strong,
.bzc-hosting-showcase .bzc-matrix-table td:first-child {
  display: inline-block;
  padding-left: 2px;
}
.bzc-hosting-showcase .bzc-premium-compact-row {
  isolation: isolate;
}
.bzc-hosting-showcase .bzc-premium-compact-row .bzc-premium-btn {
  justify-self: stretch;
  box-shadow: 0 14px 26px rgba(232,73,29,.18);
}
.bzc-hosting-showcase .bzc-premium-toggle summary strong,
.bzc-hosting-showcase .bzc-premium-toggle summary span:first-child {
  min-width: 0;
}
.bzc-hosting-showcase .bzc-premium-toggle summary em {
  margin-left: auto;
}
.bzc-hosting-showcase .bzc-free-domain-tooltip .bzc-tooltip-card {
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  text-align: left;
  box-shadow: 0 24px 60px rgba(15,23,42,.24);
}
.bzc-hosting-showcase .bzc-feature-tooltip:focus .bzc-tooltip-card,
.bzc-hosting-showcase .bzc-feature-tooltip:hover .bzc-tooltip-card {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 860px) {
  .bzc-hosting-showcase .bzc-domain-filterbar-premium {
    display: grid;
  }
  .bzc-hosting-showcase .bzc-domain-filterbar-premium .bzc-domain-filter-search,
  .bzc-hosting-showcase .bzc-domain-filterbar-premium .bzc-domain-filter-action {
    flex-basis: auto;
  }
}


/* v3.1.0: accurate domain registration year selector */
.bzc-hosting-showcase .bzc-domain-year-switcher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin: 14px 0 16px;
  padding: 10px 12px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #fff8f5);
  box-shadow: 0 12px 30px rgba(15,23,42,.045);
}
.bzc-hosting-showcase .bzc-domain-year-switcher > span {
  color: var(--bzc-muted);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.bzc-hosting-showcase .bzc-domain-year-options {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 5px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 999px;
  background: #fff;
}
.bzc-hosting-showcase .bzc-domain-year-btn {
  min-height: 34px;
  padding: 7px 13px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--bzc-muted);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: .18s ease;
}
.bzc-hosting-showcase .bzc-domain-year-btn:hover,
.bzc-hosting-showcase .bzc-domain-year-btn.is-active {
  background: var(--bzc-primary);
  color: #fff;
  box-shadow: 0 10px 22px rgba(232,73,29,.20);
}
.bzc-hosting-showcase .bzc-domain-action-btn[hidden],
.bzc-hosting-showcase [data-bzc-domain-row][hidden] {
  display: none !important;
}
.bzc-hosting-showcase .bzc-domain-action-btn.bzc-is-unavailable {
  opacity: .45;
  cursor: not-allowed;
}
.bzc-hosting-showcase .bzc-price-unavailable {
  color: var(--bzc-muted) !important;
}
@media (max-width: 680px) {
  .bzc-hosting-showcase .bzc-domain-year-switcher { align-items: stretch; }
  .bzc-hosting-showcase .bzc-domain-year-options { width: 100%; border-radius: 18px; }
  .bzc-hosting-showcase .bzc-domain-year-btn { flex: 1 1 92px; }
}

/* ==========================================================
   v3.5.0 - Smart sales-card savings polish
   Uses real synced WHMCS pricing. If a real discount is not available,
   the badge becomes a factual best-value recommendation instead of a fake discount.
========================================================== */
.bzc-hosting-showcase,
.bzc-hosting-showcase * {
  font-family: inherit;
}
.bzc-hosting-showcase .bzc-premium-card,
.bzc-hosting-showcase .bzc-plan-card {
  overflow: visible !important;
  padding-top: 24px;
}
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-label,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-label {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  grid-auto-rows: auto;
  align-items: center;
  gap: 6px 9px;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0;
  margin: 0 0 18px !important;
  padding: 12px 14px !important;
  border-radius: 18px !important;
  line-height: 1.25;
  overflow: hidden;
  transform: none !important;
}
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-label span,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-label span {
  white-space: nowrap;
  align-self: start;
}
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-label strong,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-label strong {
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.25;
}
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-label small,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-label small,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-label em,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-label em {
  grid-column: 1 / -1;
  white-space: normal !important;
  overflow-wrap: anywhere;
  line-height: 1.4;
}
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-ribbon,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-ribbon,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-corner,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-corner {
  background: linear-gradient(135deg, var(--bzc-primary), var(--bzc-primary-dark));
  color: #fff;
  border: 0;
  box-shadow: 0 14px 30px rgba(232,73,29,.20);
}
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-topbar,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-topbar {
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  border: 1px solid rgba(232,73,29,.16);
  color: var(--bzc-primary-dark);
}
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-price_note,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-price_note,
.bzc-hosting-showcase .bzc-premium-card > .bzc-discount-badge,
.bzc-hosting-showcase .bzc-plan-card > .bzc-discount-badge {
  background: linear-gradient(135deg, #ecfdf3, #ffffff);
  border: 1px solid rgba(18,161,80,.18);
  box-shadow: 0 14px 34px rgba(18,161,80,.08);
}
.bzc-hosting-showcase .bzc-discount-value {
  background: linear-gradient(135deg, #f8fafc, #ffffff) !important;
  border-color: rgba(15,23,42,.10) !important;
  color: var(--bzc-ink) !important;
  box-shadow: 0 12px 28px rgba(15,23,42,.055) !important;
}
.bzc-hosting-showcase .bzc-discount-value span {
  background: rgba(15,23,42,.08) !important;
  color: var(--bzc-ink) !important;
}
.bzc-hosting-showcase .bzc-discount-value strong { color: var(--bzc-ink) !important; }
.bzc-hosting-showcase .bzc-discount-value em { color: var(--bzc-muted) !important; }
.bzc-hosting-showcase .bzc-price-compare {
  width: 100%;
  margin: 0 0 16px;
}
.bzc-hosting-showcase .bzc-premium-card-top,
.bzc-hosting-showcase .bzc-plan-card h3:first-of-type {
  margin-top: 0 !important;
}
.bzc-hosting-showcase .bzc-cycle-cards .bzc-premium-card > .bzc-discount-label,
.bzc-hosting-showcase .bzc-ai-cards .bzc-premium-card > .bzc-discount-label,
.bzc-hosting-showcase .bzc-premium-slider .bzc-premium-card > .bzc-discount-label {
  margin-bottom: 20px !important;
}
.bzc-hosting-showcase .bzc-premium-slider .bzc-premium-card {
  min-height: 440px;
}
@media (max-width: 700px) {
  .bzc-hosting-showcase .bzc-premium-card > .bzc-discount-label,
  .bzc-hosting-showcase .bzc-plan-card > .bzc-discount-label {
    grid-template-columns: 1fr;
  }
  .bzc-hosting-showcase .bzc-premium-card > .bzc-discount-label span,
  .bzc-hosting-showcase .bzc-plan-card > .bzc-discount-label span {
    width: fit-content;
  }
}
.bzc-hosting-showcase .bzc-discount-label[hidden],
.bzc-hosting-showcase .bzc-discount-label.bzc-is-hidden {
  display: none !important;
}
.bzc-hosting-showcase .bzc-premium-compact-row .bzc-discount-label {
  display: inline-grid !important;
  grid-template-columns: auto minmax(0,1fr);
  gap: 5px 8px;
  width: min(100%, 520px);
  margin: 10px 0 10px !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
}
.bzc-hosting-showcase .bzc-premium-compact-row .bzc-discount-label small,
.bzc-hosting-showcase .bzc-premium-compact-row .bzc-discount-label em {
  grid-column: 1 / -1;
}
.bzc-hosting-showcase .bzc-premium-compact-price .bzc-price-compare {
  margin-top: 8px;
}
.bzc-hosting-showcase .bzc-premium-compact-row .bzc-discount-label[hidden],
.bzc-hosting-showcase .bzc-premium-compact-row .bzc-discount-label.bzc-is-hidden {
  display: none !important;
}

/* Feature list reveal controls */
.bzc-hosting-showcase .bzc-feature-extra[hidden],
.bzc-hosting-showcase .bzc-inline-feature-wrap[hidden] {
  display: none !important;
}
.bzc-hosting-showcase .bzc-feature-toggle-wrap {
  width: 100%;
}
.bzc-hosting-showcase .bzc-feature-list-wrap .bzc-feature-toggle {
  margin-top: 10px;
}
.bzc-hosting-showcase .bzc-feature-inline-wrap .bzc-feature-toggle {
  margin-left: 8px;
  vertical-align: baseline;
}
.bzc-hosting-showcase .bzc-feature-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--bzc-primary);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bzc-hosting-showcase .bzc-feature-toggle:focus-visible {
  outline: 3px solid rgba(255, 45, 0, .28);
  outline-offset: 4px;
  border-radius: 999px;
}

/* v3.5.3 - Reliable domain/TLD filter hiding for grid-based domain action rows. */
.bzc-hosting-showcase [data-bzc-domain-row].bzc-is-hidden,
.bzc-hosting-showcase [data-bzc-domain-row][hidden],
.bzc-domain-price-row.bzc-is-hidden,
[data-bzc-domain-row].bzc-is-hidden {
  display: none !important;
}
