:root {
  --izb-navy: #0a192f;
  --izb-navy-2: #0f2748;
  --izb-navy-3: #132f54;
  --izb-green: #59c36a;
  --izb-green-2: #2f8f4e;
  --izb-green-soft: rgba(89, 195, 106, .14);
  --izb-bg: #f5f8fb;
  --izb-card: #ffffff;
  --izb-text: #0d1b2e;
  --izb-muted: #66758a;
  --izb-line: #dfe7ef;
  --izb-radius: 18px;
  --izb-shadow: 0 20px 70px rgba(10, 25, 47, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.izb-body {
  margin: 0;
  background: var(--izb-bg);
  color: var(--izb-text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.izb-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.izb-topbar { background: #071323; color: #93a3b8; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.06); }
.izb-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.izb-topbar__links { display: flex; gap: 22px; }
.izb-topbar a:hover { color: #fff; }

.izb-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10,25,47,.96);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(14px);
  transition: .25s ease;
}
.izb-header.is-scrolled { box-shadow: 0 12px 35px rgba(0,0,0,.20); }
.izb-nav { height: 78px; display: flex; align-items: center; gap: 30px; }
.izb-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.izb-brand img { width: 164px; height: auto; }
.izb-menu { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.izb-menu a { color: #c8d3df; font-size: 14px; font-weight: 650; transition: .18s ease; position: relative; }
.izb-menu a:after { content:""; position:absolute; left:0; right:100%; bottom:-10px; height:2px; background:var(--izb-green); transition:.2s ease; }
.izb-menu a:hover { color: #fff; }
.izb-menu a:hover:after { right:0; }
.izb-nav-actions { display: flex; gap: 10px; align-items: center; }
.izb-user-chip { color:#fff; display:flex; align-items:center; gap:8px; font-weight:700; font-size:14px; }
.izb-user-dot { width:8px; height:8px; border-radius:99px; background:var(--izb-green); box-shadow:0 0 0 4px rgba(89,195,106,.15); }
.izb-nav-toggle { display:none; width:44px; height:44px; border:1px solid rgba(255,255,255,.12); background:transparent; border-radius:12px; padding:10px; }
.izb-nav-toggle span { display:block; height:2px; background:#fff; margin:5px 0; border-radius:5px; }

.izb-btn {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 11px;
  font-weight: 750;
  font-size: 14px;
  border: 1px solid transparent;
  transition: .18s ease;
  cursor: pointer;
}
.izb-btn:hover { transform: translateY(-1px); }
.izb-btn--primary { background: var(--izb-green); color: #071323; box-shadow: 0 10px 28px rgba(89,195,106,.20); }
.izb-btn--primary:hover { background: #6bce7b; color:#071323; }
.izb-btn--ghost { border-color: rgba(255,255,255,.16); color:#e8eef5; background: rgba(255,255,255,.02); }
.izb-btn--ghost:hover { border-color: rgba(255,255,255,.30); color:#fff; }
.izb-btn--ghost-light { border-color: rgba(255,255,255,.25); color:#fff; }
.izb-btn--ghost-light:hover { background:rgba(255,255,255,.08); color:#fff; }
.izb-btn--dark { background: var(--izb-navy); color:#fff; }
.izb-btn--dark:hover { background: var(--izb-navy-2); color:#fff; }
.izb-btn--lg { min-height: 52px; padding: 0 24px; border-radius: 13px; }

.izb-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(89,195,106,.13), transparent 32%),
    radial-gradient(circle at 85% 80%, rgba(37,87,139,.24), transparent 34%),
    linear-gradient(135deg, #071323 0%, #0a192f 53%, #0d2340 100%);
  color: #fff;
}
.izb-grid-glow { position:absolute; inset:0; opacity:.20; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 52px 52px; mask-image:linear-gradient(to bottom, #000, transparent 88%); }
.izb-hero-grid { min-height: 670px; display:grid; grid-template-columns: 1.05fr .95fr; align-items:center; gap: 64px; position:relative; z-index:1; }
.izb-eyebrow { color: var(--izb-green); font-size: 12px; letter-spacing: .16em; font-weight: 850; text-transform: uppercase; }
.izb-eyebrow span { display:inline-block; width:28px; height:2px; background:var(--izb-green); vertical-align:middle; margin-right:10px; }
.izb-hero h1 { margin:18px 0 22px; font-size: clamp(48px, 6vw, 78px); line-height:.98; letter-spacing:-.055em; font-weight:850; max-width: 730px; }
.izb-hero h1 em { color:var(--izb-green); font-style:normal; }
.izb-hero-copy > p { margin:0; max-width:650px; color:#aebccd; font-size:18px; line-height:1.75; }
.izb-hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:32px; }
.izb-trust-row { display:flex; gap:34px; margin-top:42px; padding-top:28px; border-top:1px solid rgba(255,255,255,.09); max-width:610px; }
.izb-trust-row > div { display:flex; flex-direction:column; gap:4px; }
.izb-trust-row strong { font-size:20px; color:#fff; }
.izb-trust-row span { color:#7f91a6; font-size:12px; }

.izb-hero-visual { position:relative; height:480px; display:flex; align-items:center; justify-content:center; }
.izb-orbit { position:absolute; border:1px solid rgba(89,195,106,.16); border-radius:999px; transform:rotate(-18deg); }
.izb-orbit--one { width:470px; height:290px; }
.izb-orbit--two { width:380px; height:230px; border-color:rgba(255,255,255,.08); transform:rotate(28deg); }
.izb-server-card { width:min(440px, 100%); padding:26px; border:1px solid rgba(255,255,255,.12); background:linear-gradient(160deg, rgba(17,45,78,.90), rgba(8,24,44,.94)); border-radius:22px; box-shadow:0 30px 100px rgba(0,0,0,.40); position:relative; backdrop-filter: blur(12px); }
.izb-server-card:before { content:""; position:absolute; inset:-1px; border-radius:22px; padding:1px; background:linear-gradient(120deg, rgba(89,195,106,.42), transparent 35%, rgba(255,255,255,.15)); -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); -webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; }
.izb-server-card__top,.izb-server-foot,.izb-metric { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.izb-live { font-size:11px; letter-spacing:.14em; font-weight:800; color:#96e3a1; }
.izb-live span { width:7px; height:7px; background:var(--izb-green); border-radius:50%; display:inline-block; margin-right:7px; box-shadow:0 0 0 5px rgba(89,195,106,.13); }
.izb-server-id { color:#71859d; font-size:11px; }
.izb-server-title { font-size:25px; font-weight:800; margin:28px 0 24px; letter-spacing:-.025em; }
.izb-metric { font-size:12px; color:#8ea0b5; margin:15px 0 8px; }
.izb-metric strong { color:#d9e7f3; font-size:12px; }
.izb-progress { height:7px; background:rgba(255,255,255,.07); border-radius:99px; overflow:hidden; }
.izb-progress i { display:block; height:100%; background:linear-gradient(90deg, var(--izb-green-2), var(--izb-green)); border-radius:99px; box-shadow:0 0 14px rgba(89,195,106,.45); }
.izb-sparkline { height:100px; margin:24px 0 4px; }
.izb-sparkline svg { width:100%; height:100%; overflow:visible; }
.izb-sparkline polyline { fill:none; stroke:var(--izb-green); stroke-width:3; vector-effect:non-scaling-stroke; filter:drop-shadow(0 0 8px rgba(89,195,106,.25)); }
.izb-server-foot { padding-top:18px; border-top:1px solid rgba(255,255,255,.08); color:#768aa0; font-size:11px; }
.izb-server-foot i { width:7px; height:7px; display:inline-block; border-radius:99px; background:var(--izb-green); margin-right:6px; }
.izb-mini-card { position:absolute; padding:12px 16px; background:#fff; color:var(--izb-navy); border-radius:14px; box-shadow:0 18px 45px rgba(0,0,0,.25); font-size:12px; font-weight:700; }
.izb-mini-card span { color:var(--izb-green-2); font-weight:900; margin-right:6px; }
.izb-mini-card--top { top:54px; right:-12px; }
.izb-mini-card--bottom { left:-18px; bottom:54px; }

.izb-logo-strip { background:#fff; border-bottom:1px solid var(--izb-line); }
.izb-logo-strip .izb-container { min-height:88px; display:flex; align-items:center; justify-content:space-between; gap:28px; flex-wrap:wrap; }
.izb-logo-strip span { color:#9aa8b8; font-size:10px; letter-spacing:.16em; font-weight:850; }
.izb-tech { color:#536276; font-weight:850; letter-spacing:.02em; font-size:14px; }

.izb-section { padding:100px 0; }
.izb-section--dark { background:var(--izb-navy); color:#fff; position:relative; overflow:hidden; }
.izb-section--dark:after { content:""; position:absolute; width:500px; height:500px; border-radius:999px; right:-200px; top:-180px; background:rgba(89,195,106,.08); filter:blur(30px); }
.izb-section-head { display:flex; align-items:end; justify-content:space-between; gap:50px; margin-bottom:42px; }
.izb-section-head h2 { margin:12px 0 0; font-size:clamp(36px,4vw,54px); line-height:1.08; letter-spacing:-.045em; }
.izb-section-head > p { max-width:460px; color:var(--izb-muted); line-height:1.7; margin:0; }
.izb-section-head--center { display:block; text-align:center; max-width:750px; margin:0 auto 46px; }
.izb-section-head--center p { margin:14px auto 0; }

.izb-product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.izb-product-card { background:#fff; border:1px solid var(--izb-line); border-radius:var(--izb-radius); padding:30px; position:relative; transition:.22s ease; box-shadow:0 10px 35px rgba(12,34,55,.03); }
.izb-product-card:hover { transform:translateY(-5px); box-shadow:var(--izb-shadow); border-color:#cfdbe6; }
.izb-product-card--featured { border-color:rgba(89,195,106,.65); box-shadow:0 18px 60px rgba(89,195,106,.09); }
.izb-featured-label { position:absolute; right:18px; top:18px; background:var(--izb-green-soft); color:var(--izb-green-2); font-size:10px; font-weight:900; letter-spacing:.09em; padding:7px 9px; border-radius:8px; }
.izb-product-icon { width:48px; height:48px; display:grid; place-items:center; background:var(--izb-navy); color:var(--izb-green); border-radius:13px; font-size:18px; font-weight:900; box-shadow:0 10px 25px rgba(10,25,47,.14); }
.izb-product-badge { margin-top:24px; color:var(--izb-green-2); font-weight:850; font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
.izb-product-card h3 { margin:8px 0 10px; font-size:25px; letter-spacing:-.03em; }
.izb-product-card p { color:var(--izb-muted); line-height:1.65; min-height:78px; }
.izb-product-card ul,.izb-price-card ul { list-style:none; padding:0; margin:22px 0 24px; display:grid; gap:10px; }
.izb-product-card li,.izb-price-card li { color:#425166; font-size:14px; position:relative; padding-left:22px; }
.izb-product-card li:before,.izb-price-card li:before { content:"✓"; position:absolute; left:0; color:var(--izb-green-2); font-weight:900; }
.izb-product-card > a { color:var(--izb-navy); font-weight:850; font-size:14px; display:inline-flex; gap:8px; align-items:center; }
.izb-product-card > a span { color:var(--izb-green-2); font-size:18px; transition:.2s ease; }
.izb-product-card > a:hover span { transform:translateX(4px); }

.izb-split { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:72px; position:relative; z-index:2; }
.izb-split h2 { font-size:clamp(40px,4vw,58px); line-height:1.05; letter-spacing:-.045em; margin:14px 0 18px; }
.izb-split-copy > p { color:#9fb0c2; line-height:1.72; max-width:580px; }
.izb-check-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:34px; }
.izb-check-grid > div { border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.03); padding:16px; border-radius:14px; display:flex; gap:13px; }
.izb-check-grid b { color:var(--izb-green); font-size:11px; letter-spacing:.1em; }
.izb-check-grid span { display:flex; flex-direction:column; gap:3px; color:#8092a8; font-size:12px; }
.izb-check-grid strong { color:#fff; font-size:14px; }
.izb-network-panel { border:1px solid rgba(255,255,255,.10); background:linear-gradient(160deg, rgba(18,48,82,.80), rgba(7,19,35,.90)); border-radius:22px; padding:22px; box-shadow:0 28px 90px rgba(0,0,0,.28); }
.izb-network-top { display:flex; justify-content:space-between; color:#7f91a7; font-size:10px; letter-spacing:.13em; font-weight:850; }
.izb-online { color:#86d692; }
.izb-network-map { height:330px; position:relative; margin:14px 0 10px; overflow:hidden; background-image:radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px); background-size:20px 20px; border-radius:14px; }
.izb-network-map svg { position:absolute; inset:0; width:100%; height:100%; }
.izb-network-map path { fill:none; stroke:rgba(89,195,106,.44); stroke-width:2; stroke-dasharray:5 7; }
.izb-node { position:absolute; width:14px; height:14px; border:3px solid #0c223d; background:var(--izb-green); border-radius:50%; box-shadow:0 0 0 6px rgba(89,195,106,.12), 0 0 22px rgba(89,195,106,.5); z-index:3; }
.izb-node.n1{left:15%;top:22%}.izb-node.n2{left:29%;top:62%}.izb-node.n3{left:51%;top:76%}.izb-node.n4{left:64%;top:34%}.izb-node.n5{right:12%;bottom:18%}
.izb-map-label { position:absolute; color:#8fa2b7; font-size:9px; letter-spacing:.12em; font-weight:800; }
.ml1{left:10%;top:14%}.ml2{left:60%;top:25%}.ml3{left:45%;bottom:12%}
.izb-network-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.izb-network-stats > div { background:rgba(255,255,255,.035); padding:13px; border-radius:11px; border:1px solid rgba(255,255,255,.06); }
.izb-network-stats span { color:#6f8297; font-size:10px; display:block; margin-bottom:5px; }
.izb-network-stats strong { font-size:15px; }

.izb-price-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:stretch; }
.izb-price-card { background:#fff; border:1px solid var(--izb-line); border-radius:20px; padding:32px; position:relative; box-shadow:0 12px 35px rgba(10,25,47,.04); }
.izb-price-card--hot { background:var(--izb-navy); color:#fff; transform:translateY(-8px); border-color:var(--izb-navy); box-shadow:0 25px 80px rgba(10,25,47,.22); }
.izb-price-card--hot li { color:#b8c6d4; }
.izb-hot-badge { position:absolute; top:0; left:50%; transform:translate(-50%,-50%); background:var(--izb-green); color:#071323; border-radius:999px; padding:7px 13px; font-size:9px; font-weight:950; letter-spacing:.12em; white-space:nowrap; }
.izb-price-name { color:var(--izb-green-2); font-size:10px; letter-spacing:.15em; font-weight:900; }
.izb-price-card--hot .izb-price-name { color:var(--izb-green); }
.izb-price-card h3 { margin:9px 0 18px; font-size:24px; }
.izb-price { font-size:52px; font-weight:900; letter-spacing:-.05em; line-height:1; }
.izb-price small { font-size:22px; vertical-align:top; position:relative; top:6px; margin-right:3px; }
.izb-price span { font-size:13px; color:#8b9aab; font-weight:600; letter-spacing:0; margin-left:4px; }
.izb-price-card p { color:var(--izb-muted); line-height:1.6; min-height:50px; margin:16px 0 22px; }
.izb-price-card--hot p { color:#94a6b9; }
.izb-price-card .izb-btn { width:100%; }

.izb-domain-section { background:linear-gradient(135deg, #10294a, var(--izb-navy)); color:#fff; padding:52px 0; }
.izb-domain-wrap { display:grid; grid-template-columns:.8fr 1.2fr; align-items:center; gap:60px; }
.izb-domain-wrap h2 { margin:10px 0 8px; font-size:36px; letter-spacing:-.035em; }
.izb-domain-wrap p { margin:0; color:#91a3b6; }
.izb-domain-search { display:flex; background:#fff; padding:7px; border-radius:15px; box-shadow:0 20px 60px rgba(0,0,0,.20); }
.izb-domain-search input { flex:1; min-width:0; border:0; outline:0; padding:0 16px; font-size:16px; color:var(--izb-text); background:transparent; }
.izb-domain-search button { min-width:130px; border:0; border-radius:10px; background:var(--izb-green); color:#071323; font-weight:850; cursor:pointer; }

.izb-faq { max-width:860px; margin:0 auto; display:grid; gap:10px; }
.izb-faq-item { background:#fff; border:1px solid var(--izb-line); border-radius:14px; overflow:hidden; }
.izb-faq-item button { width:100%; border:0; background:#fff; color:var(--izb-text); display:flex; justify-content:space-between; gap:20px; text-align:left; padding:20px 22px; font-weight:800; cursor:pointer; }
.izb-faq-item button span { width:28px; height:28px; border-radius:8px; display:grid; place-items:center; background:var(--izb-green-soft); color:var(--izb-green-2); transition:.2s ease; flex:0 0 auto; }
.izb-faq-item > div { display:none; padding:0 22px 20px; color:var(--izb-muted); line-height:1.7; }
.izb-faq-item.is-open > div { display:block; }
.izb-faq-item.is-open button span { transform:rotate(45deg); }

.izb-cta { padding:0 0 100px; }
.izb-cta-box { background:linear-gradient(130deg, #071323, #0f2b4f); border-radius:24px; padding:48px 54px; color:#fff; display:flex; justify-content:space-between; align-items:center; gap:30px; box-shadow:0 25px 80px rgba(10,25,47,.18); position:relative; overflow:hidden; }
.izb-cta-box:after { content:""; width:240px; height:240px; border-radius:50%; background:rgba(89,195,106,.10); position:absolute; right:-40px; top:-100px; }
.izb-cta-box h2 { margin:10px 0 0; font-size:38px; letter-spacing:-.04em; max-width:650px; }
.izb-cta-actions { display:flex; gap:10px; position:relative; z-index:2; }

.izb-footer { background:#06111f; color:#8ea0b5; padding:64px 0 26px; }
.izb-footer-grid { display:grid; grid-template-columns:1.5fr repeat(3,1fr); gap:50px; }
.izb-footer-brand img { width:175px; margin-bottom:22px; }
.izb-footer p { max-width:360px; line-height:1.7; font-size:13px; }
.izb-footer h4 { color:#fff; margin:0 0 16px; font-size:13px; }
.izb-footer-grid > div:not(.izb-footer-brand) { display:flex; flex-direction:column; gap:10px; }
.izb-footer a { font-size:13px; color:#8294a8; }
.izb-footer a:hover { color:#fff; }
.izb-status-pill { display:inline-flex; align-items:center; gap:8px; margin-top:10px; border:1px solid rgba(255,255,255,.08); padding:8px 11px; border-radius:999px; font-size:11px; }
.izb-status-pill span { width:7px; height:7px; background:var(--izb-green); border-radius:50%; box-shadow:0 0 0 4px rgba(89,195,106,.10); }
.izb-footer-bottom { border-top:1px solid rgba(255,255,255,.07); margin-top:42px; padding-top:22px; display:flex; justify-content:space-between; gap:20px; font-size:11px; }

.izb-floating-support { position:fixed; right:22px; bottom:22px; z-index:900; }
.izb-floating-support a { display:flex; align-items:center; gap:9px; background:var(--izb-green); color:#071323; padding:11px 15px; border-radius:999px; box-shadow:0 14px 35px rgba(10,25,47,.24); font-weight:850; font-size:12px; }
.izb-floating-support svg { width:19px; height:19px; fill:currentColor; }

.izb-page-hero { background:linear-gradient(135deg, #071323, #102b4f); color:#fff; padding:54px 0 48px; }
.izb-page-hero h1 { font-size:38px; margin:10px 0 8px; letter-spacing:-.035em; }
.izb-page-hero p { color:#9fb0c3; margin:0; }
.izb-main { padding:46px 0 80px; min-height:55vh; }

/* WHMCS iç sayfa uyarlamaları */
.izb-main .card, .izb-main .panel, .izb-main .list-group, .izb-main .table-responsive {
  border-radius: 14px;
}
.izb-main .card { border-color:var(--izb-line); box-shadow:0 8px 30px rgba(10,25,47,.04); }
.izb-main .card-header { background:#fff; border-color:var(--izb-line); font-weight:800; }
.izb-main .btn-primary, .izb-main .btn-success { background:var(--izb-green-2); border-color:var(--izb-green-2); }
.izb-main .btn-primary:hover, .izb-main .btn-success:hover { background:#277b42; border-color:#277b42; }
.izb-main a { color:#1d6d3a; }
.izb-main .form-control, .izb-main .form-select { border-radius:10px; border-color:#d8e2ec; min-height:44px; }
.izb-main .form-control:focus, .izb-main .form-select:focus { border-color:var(--izb-green); box-shadow:0 0 0 .2rem rgba(89,195,106,.15); }

@media (max-width: 1040px) {
  .izb-menu { gap:18px; }
  .izb-menu a { font-size:13px; }
  .izb-nav-actions .izb-btn--ghost { display:none; }
  .izb-hero-grid { grid-template-columns:1fr; padding:86px 0 72px; min-height:auto; }
  .izb-hero-copy { text-align:center; }
  .izb-hero-copy > p, .izb-trust-row { margin-left:auto; margin-right:auto; }
  .izb-hero-actions { justify-content:center; }
  .izb-hero-visual { max-width:650px; width:100%; margin:0 auto; }
  .izb-product-grid, .izb-price-grid { grid-template-columns:1fr 1fr; }
  .izb-product-grid > :last-child, .izb-price-grid > :last-child { grid-column:1 / -1; }
  .izb-split { grid-template-columns:1fr; }
  .izb-domain-wrap { grid-template-columns:1fr; gap:28px; }
}

@media (max-width: 820px) {
  .izb-topbar__links { display:none; }
  .izb-nav { height:70px; }
  .izb-brand img { width:145px; }
  .izb-nav-toggle { display:block; margin-left:auto; }
  .izb-menu { display:none; position:fixed; top:104px; left:0; right:0; bottom:0; background:#071323; padding:28px 20px; flex-direction:column; align-items:flex-start; gap:0; overflow:auto; margin:0; }
  .izb-menu.is-open { display:flex; }
  .izb-menu a { width:100%; padding:16px 0; font-size:16px; border-bottom:1px solid rgba(255,255,255,.08); }
  .izb-menu a:after { display:none; }
  .izb-nav-actions { display:none; }
  .izb-section { padding:74px 0; }
  .izb-section-head { display:block; }
  .izb-section-head > p { margin-top:18px; }
  .izb-product-grid, .izb-price-grid { grid-template-columns:1fr; }
  .izb-product-grid > :last-child, .izb-price-grid > :last-child { grid-column:auto; }
  .izb-price-card--hot { transform:none; }
  .izb-footer-grid { grid-template-columns:1fr 1fr; }
  .izb-footer-brand { grid-column:1/-1; }
  .izb-cta-box { display:block; padding:38px 30px; }
  .izb-cta-actions { margin-top:26px; flex-wrap:wrap; }
}

@media (max-width: 560px) {
  .izb-container { width:min(100% - 28px, 1180px); }
  .izb-topbar { display:none; }
  .izb-menu { top:70px; }
  .izb-hero-grid { padding:66px 0 48px; gap:25px; }
  .izb-hero h1 { font-size:46px; }
  .izb-hero-copy > p { font-size:16px; }
  .izb-hero-actions .izb-btn { width:100%; }
  .izb-trust-row { gap:18px; justify-content:space-between; }
  .izb-trust-row strong { font-size:17px; }
  .izb-hero-visual { height:390px; }
  .izb-server-card { padding:20px; transform:scale(.92); }
  .izb-mini-card--top { right:0; top:25px; }
  .izb-mini-card--bottom { left:0; bottom:28px; }
  .izb-logo-strip .izb-container { justify-content:flex-start; padding:20px 0; }
  .izb-product-card, .izb-price-card { padding:24px; }
  .izb-check-grid { grid-template-columns:1fr; }
  .izb-network-map { height:260px; }
  .izb-network-stats { grid-template-columns:1fr; }
  .izb-domain-search { flex-direction:column; padding:8px; }
  .izb-domain-search input { min-height:48px; }
  .izb-domain-search button { min-height:48px; }
  .izb-footer-grid { grid-template-columns:1fr; }
  .izb-footer-brand { grid-column:auto; }
  .izb-footer-bottom { flex-direction:column; }
  .izb-cta-box h2 { font-size:31px; }
  .izb-cta-actions .izb-btn { width:100%; }
  .izb-floating-support span { display:none; }
  .izb-floating-support a { width:46px; height:46px; padding:0; justify-content:center; }
}

.izb-cart-link { color:#c8d3df; font-size:12px; font-weight:800; display:inline-flex; align-items:center; gap:7px; }
.izb-cart-link span { min-width:20px; height:20px; padding:0 6px; display:grid; place-items:center; border-radius:999px; background:var(--izb-green); color:#071323; font-size:10px; }
.izb-breadcrumb-wrap { margin-top:14px; }
.izb-breadcrumb-wrap .breadcrumb { background:transparent; padding:0; margin:0; font-size:12px; }
.izb-breadcrumb-wrap .breadcrumb-item, .izb-breadcrumb-wrap .breadcrumb-item a { color:#91a4ba; }
.izb-breadcrumb-wrap .breadcrumb-item.active { color:#dbe6f1; }
.izb-breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before { color:#60758d; }
.izb-main-section { padding:0 0 80px; }
.izb-sidebar { margin-top:46px; }
.izb-sidebar .card, .izb-sidebar .panel { border-radius:14px; overflow:hidden; border-color:var(--izb-line); box-shadow:0 8px 30px rgba(10,25,47,.04); }
.izb-sidebar--mobile { margin-top:20px; }

@media (max-width:820px) {
  .izb-cart-link { display:none; }
}

/* ==============================
   IZMBIL Client Area v2
   ============================== */
.izb-brand img,
.izb-footer-brand img {
  object-fit: contain;
  object-position: left center;
}
.izb-brand img { width: 178px; max-height: 58px; }
.izb-footer-brand img { width: 190px; max-height: 72px; }

.izb-client-hero {
  position: relative;
  overflow: hidden;
  padding: 44px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 0%, rgba(89,195,106,.22), transparent 28%),
    linear-gradient(135deg, #06111f 0%, #0a192f 48%, #12345d 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.izb-client-hero__glow {
  position:absolute;
  inset:0;
  opacity:.18;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,#000,transparent 96%);
}
.izb-client-hero__inner {
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  padding-bottom:34px;
}
.izb-client-welcome { display:flex; align-items:center; gap:20px; min-width:0; }
.izb-client-avatar {
  width:64px;
  height:64px;
  flex:0 0 64px;
  display:grid;
  place-items:center;
  border-radius:18px;
  color:var(--izb-green);
  font-size:25px;
  border:1px solid rgba(89,195,106,.28);
  background:linear-gradient(145deg,rgba(89,195,106,.14),rgba(255,255,255,.035));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 45px rgba(0,0,0,.22);
}
.izb-client-welcome h1 {
  margin:7px 0 5px;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:850;
}
.izb-client-welcome p { margin:0; color:#aebed0; font-size:14px; }
.izb-client-account {
  min-width:220px;
  text-align:right;
  display:flex;
  align-items:flex-end;
  flex-direction:column;
  gap:8px;
}
.izb-security-badge {
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 10px;
  border-radius:999px;
  color:#b9eec2;
  border:1px solid rgba(89,195,106,.22);
  background:rgba(89,195,106,.09);
  font-weight:800;
  font-size:11px;
}
.izb-client-email { color:#8197ae; font-size:12px; max-width:260px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.izb-client-account a { color:#fff; font-size:12px; font-weight:800; }
.izb-client-account a i { margin-left:5px; color:var(--izb-green); }

.izb-client-quickgrid {
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  transform:translateY(26px);
}
.izb-client-quick {
  min-width:0;
  min-height:88px;
  display:grid;
  grid-template-columns:44px minmax(0,1fr) auto;
  align-items:center;
  gap:13px;
  padding:16px;
  color:var(--izb-text);
  border:1px solid #dde6ef;
  border-radius:17px;
  background:#fff;
  box-shadow:0 16px 45px rgba(5,23,42,.13);
  transition:.2s ease;
}
.izb-client-quick:hover {
  color:var(--izb-text);
  border-color:rgba(89,195,106,.65);
  transform:translateY(-3px);
  box-shadow:0 20px 55px rgba(5,23,42,.17);
}
.izb-client-quick__icon {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:13px;
  color:var(--izb-green-2);
  background:var(--izb-green-soft);
  font-size:17px;
}
.izb-client-quick > span:nth-child(2) { min-width:0; display:flex; flex-direction:column; gap:4px; }
.izb-client-quick strong { font-size:13px; line-height:1.1; }
.izb-client-quick small { color:#75869a; font-size:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.izb-client-quick > i { color:#9aabba; font-size:10px; }

.izb-main-section--dashboard { padding-top:38px; }
.izb-main-section--dashboard .izb-main { padding-top:30px; }
.izb-client-home .izb-sidebar { margin-top:30px; }

/* WHMCS Twenty-One dashboard cards */
.izb-client-home .tiles {
  margin-left:-7px;
  margin-right:-7px;
}
.izb-client-home .tiles .tile {
  margin-bottom:14px;
  padding-left:7px;
  padding-right:7px;
}
.izb-client-home .tiles .tile > a,
.izb-client-home .tiles .tile .tile-content,
.izb-client-home .tiles .tile {
  border-radius:16px;
}
.izb-client-home .tiles .tile > a,
.izb-client-home .tiles .tile .tile-content {
  border:1px solid var(--izb-line);
  background:#fff;
  box-shadow:0 10px 30px rgba(10,25,47,.05);
  transition:.2s ease;
}
.izb-client-home .tiles .tile > a:hover {
  border-color:rgba(89,195,106,.55);
  transform:translateY(-2px);
  box-shadow:0 16px 42px rgba(10,25,47,.10);
}
.izb-client-home .tiles .tile .icon,
.izb-client-home .tiles .tile .stat {
  color:var(--izb-green-2) !important;
}
.izb-client-home .tiles .tile .title { color:#536579 !important; font-weight:750; }

.izb-client-home .client-home-cards,
.izb-client-home .client-home-panels { margin-top:8px; }
.izb-client-home .client-home-cards .card,
.izb-client-home .client-home-panels .card,
.izb-client-home .card {
  overflow:hidden;
  border:1px solid var(--izb-line);
  border-radius:17px;
  box-shadow:0 12px 35px rgba(10,25,47,.05);
}
.izb-client-home .client-home-cards .card-header,
.izb-client-home .client-home-panels .card-header,
.izb-client-home .card-header {
  min-height:54px;
  display:flex;
  align-items:center;
  border-bottom:1px solid #e8eef4;
  background:linear-gradient(180deg,#fff,#fbfcfe);
  color:var(--izb-navy);
  font-size:14px;
  font-weight:850;
}
.izb-client-home .card-header i { color:var(--izb-green-2); }
.izb-client-home .card-body { color:#4c5d70; }
.izb-client-home .list-group-item {
  padding:13px 16px;
  border-color:#edf2f6;
  color:#435469;
  transition:.18s ease;
}
.izb-client-home a.list-group-item:hover {
  background:#f8fbf9;
  color:var(--izb-green-2);
  padding-left:19px;
}
.izb-client-home .card-footer { background:#fbfcfe; border-top-color:#e8eef4; }
.izb-client-home .card-footer a { font-weight:800; color:var(--izb-green-2); }

/* Sidebar */
.izb-sidebar .card,
.izb-sidebar .panel,
.izb-sidebar .panel-sidebar {
  overflow:hidden;
  border:1px solid var(--izb-line) !important;
  border-radius:16px !important;
  background:#fff;
  box-shadow:0 10px 32px rgba(10,25,47,.055) !important;
}
.izb-sidebar .card-header,
.izb-sidebar .panel-heading {
  padding:14px 16px;
  color:#fff;
  border:0 !important;
  background:linear-gradient(135deg,#0a192f,#11375f) !important;
  font-size:12px;
  font-weight:850;
  letter-spacing:.01em;
}
.izb-sidebar .panel-title { color:#fff !important; font-weight:850; }
.izb-sidebar .list-group-item {
  padding:12px 15px;
  border-color:#edf1f5;
  color:#536477;
  font-size:12px;
  font-weight:650;
  background:#fff;
}
.izb-sidebar .list-group-item:hover { color:var(--izb-green-2); background:#f8fbf9; }
.izb-sidebar .list-group-item.active,
.izb-sidebar .list-group-item.active:hover {
  color:#176534;
  background:rgba(89,195,106,.12);
  border-color:rgba(89,195,106,.18);
}
.izb-sidebar .list-group-item i,
.izb-sidebar .card-header i,
.izb-sidebar .panel-heading i { color:var(--izb-green); }

/* Tables / forms / notices inside account */
.izb-logged-in .izb-main .table {
  margin-bottom:0;
  color:#405267;
  background:#fff;
}
.izb-logged-in .izb-main .table thead th {
  border-top:0;
  border-bottom:1px solid #e5ebf1;
  color:#637488;
  background:#f7f9fb;
  font-size:11px;
  letter-spacing:.025em;
  text-transform:uppercase;
}
.izb-logged-in .izb-main .table td { border-top-color:#edf2f6; vertical-align:middle; }
.izb-logged-in .izb-main .badge { border-radius:999px; padding:.45em .7em; }
.izb-logged-in .izb-main .alert { border:0; border-radius:14px; box-shadow:0 8px 26px rgba(10,25,47,.045); }
.izb-logged-in .izb-main .nav-tabs { border-bottom:1px solid var(--izb-line); gap:5px; }
.izb-logged-in .izb-main .nav-tabs .nav-link { border:0; border-bottom:2px solid transparent; color:#6f8093; font-weight:750; }
.izb-logged-in .izb-main .nav-tabs .nav-link.active { color:var(--izb-green-2); border-bottom-color:var(--izb-green); background:transparent; }
.izb-logged-in .izb-main .btn-default,
.izb-logged-in .izb-main .btn-secondary {
  border-color:#d7e0e9;
  background:#fff;
  color:#405267;
  border-radius:10px;
}
.izb-logged-in .izb-main .btn-danger { border-radius:10px; }

@media (max-width: 1040px) {
  .izb-client-quickgrid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .izb-main-section--dashboard { padding-top:44px; }
}
@media (max-width: 820px) {
  .izb-brand img { width:160px; max-height:50px; }
  .izb-client-hero { padding-top:34px; }
  .izb-client-hero__inner { align-items:flex-start; }
  .izb-client-account { display:none; }
  .izb-client-welcome h1 { font-size:29px; }
  .izb-client-quickgrid { transform:translateY(22px); }
}
@media (max-width: 560px) {
  .izb-brand img { width:148px; max-height:45px; }
  .izb-client-hero { padding:28px 0 0; }
  .izb-client-welcome { align-items:flex-start; gap:13px; }
  .izb-client-avatar { width:50px; height:50px; flex-basis:50px; border-radius:14px; font-size:20px; }
  .izb-client-welcome h1 { font-size:25px; margin-top:5px; }
  .izb-client-welcome p { font-size:12px; line-height:1.5; }
  .izb-client-quickgrid { grid-template-columns:1fr; gap:9px; }
  .izb-client-quick { min-height:76px; padding:12px 14px; }
  .izb-main-section--dashboard { padding-top:42px; }
}


/* ==============================
   IZMBIL v3 — White Navigation
   ============================== */
.izb-header {
  background: rgba(255,255,255,.98);
  border-bottom: 2px solid rgba(89,195,106,.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.izb-header.is-scrolled {
  background: rgba(255,255,255,.99);
  box-shadow: 0 12px 34px rgba(10,25,47,.11);
}
.izb-header .izb-brand img {
  filter: none;
}
.izb-header .izb-menu a {
  color: #25374d;
}
.izb-header .izb-menu a:hover {
  color: var(--izb-navy);
}
.izb-header .izb-menu a:after {
  height: 3px;
  bottom: -11px;
  border-radius: 99px;
  background: linear-gradient(90deg,var(--izb-green-2),var(--izb-green));
}
.izb-header .izb-cart-link {
  color: #405267;
}
.izb-header .izb-cart-link:hover {
  color: var(--izb-navy);
}
.izb-header .izb-btn--ghost {
  color: var(--izb-navy);
  border-color: #d6e0e9;
  background: #fff;
}
.izb-header .izb-btn--ghost:hover {
  color: var(--izb-green-2);
  border-color: rgba(89,195,106,.62);
  background: #f8fcf9;
}
.izb-header .izb-btn--primary {
  background: var(--izb-navy);
  color: #fff;
  border-color: var(--izb-navy);
  box-shadow: 0 10px 28px rgba(10,25,47,.14);
}
.izb-header .izb-btn--primary:hover {
  background: var(--izb-navy-2);
  color: #fff;
  border-color: var(--izb-navy-2);
}
.izb-header .izb-nav-toggle {
  border-color: #d9e3ec;
  background: #f8fafc;
}
.izb-header .izb-nav-toggle span {
  background: var(--izb-navy);
}

@media (max-width: 820px) {
  .izb-header .izb-menu {
    background: #fff;
    box-shadow: 0 22px 45px rgba(10,25,47,.12);
  }
  .izb-header .izb-menu a {
    color: #25374d;
    border-bottom-color: #e7edf3;
  }
  .izb-header .izb-menu a:hover {
    color: var(--izb-green-2);
  }
}

/* =========================================================
   IZMBIL v5 — live WHMCS catalog
   ========================================================= */
.izb-db-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: -8px 0 22px;
    padding: 12px 15px;
    border: 1px solid #dfe9e2;
    border-radius: 13px;
    background: #f7fbf8;
    color: #607064;
    font-size: 11px;
}
.izb-db-status span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2f8f4e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}
.izb-db-status span i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #59c36a;
    box-shadow: 0 0 0 5px rgba(89,195,106,.12);
}
.izb-db-status b { color: #0a192f; font-weight: 800; }

.izb-product-grid--dynamic { align-items: stretch; }
.izb-product-grid--dynamic .izb-product-card { display: flex; flex-direction: column; }
.izb-product-grid--dynamic .izb-product-card > a { margin-top: auto; }
.izb-product-grid--dynamic .izb-product-icon i { font-size: 19px; }
.izb-group-start {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 4px 0 17px;
    padding: 12px 13px;
    border-radius: 12px;
    background: #f6f8fb;
}
.izb-group-start small {
    margin-right: auto;
    color: #8b98a8;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.izb-group-start strong { color: #0a192f; font-size: 17px; font-weight: 900; }
.izb-group-start span { color: #7b8998; font-size: 10px; }

.izb-catalog-fallback {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border: 1px dashed #cad6e2;
    border-radius: 16px;
    background: #f8fafc;
}
.izb-catalog-fallback > i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 13px;
    background: #0a192f;
    color: #59c36a;
}
.izb-catalog-fallback div { display: grid; gap: 4px; }
.izb-catalog-fallback strong { color: #0a192f; }
.izb-catalog-fallback span { color: #728194; font-size: 12px; }
.izb-catalog-fallback a {
    margin-left: auto;
    padding: 10px 14px;
    border-radius: 9px;
    background: #0a192f;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.izb-live-pricing-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 8%, rgba(89,195,106,.07), transparent 26%),
        #f6f8fb;
}
.izb-live-price-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
}
.izb-live-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 23px;
    overflow: hidden;
    border: 1px solid #dfe7ef;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(10,25,47,.055);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.izb-live-price-card:hover {
    transform: translateY(-4px);
    border-color: rgba(89,195,106,.55);
    box-shadow: 0 20px 52px rgba(10,25,47,.1);
}
.izb-live-price-card.is-hot {
    border-color: rgba(89,195,106,.75);
    box-shadow: 0 20px 54px rgba(29,107,59,.11);
}
.izb-live-price-card .izb-hot-badge { right: 18px; left: auto; }
.izb-live-price-card__top {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
}
.izb-live-price-card__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    background: #0a192f;
    color: #59c36a;
}
.izb-live-price-card__group {
    min-width: 0;
    overflow: hidden;
    color: #657487;
    font-size: 9px;
    font-weight: 900;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: .09em;
}
.izb-live-stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    padding: 5px 8px;
    border-radius: 999px;
    background: #f1faf3;
    color: #3c7650;
    font-size: 8px;
    font-weight: 850;
}
.izb-live-stock i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #59c36a;
}
.izb-live-stock.is-out { background: #fff1f1; color: #b24a4a; }
.izb-live-stock.is-out i { background: #db5d5d; }
.izb-live-price-card h3 {
    margin: 18px 0 8px;
    color: #0a192f;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.025em;
}
.izb-live-price-card__summary {
    min-height: 42px;
    margin: 0 0 12px;
    color: #738196;
    font-size: 11px;
    line-height: 1.65;
}
.izb-live-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 6px 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #edf1f5;
}
.izb-live-price strong {
    color: #0a192f;
    font-size: 25px;
    font-weight: 950;
    letter-spacing: -.04em;
}
.izb-live-price span { color: #7a899a; font-size: 10px; font-weight: 700; }
.izb-live-price-card ul {
    display: grid;
    gap: 9px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.izb-live-price-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #5f6f82;
    font-size: 10px;
    line-height: 1.4;
}
.izb-live-price-card ul i { margin-top: 2px; color: #43a95b; font-size: 9px; }
.izb-live-meta {
    display: grid;
    gap: 8px;
    margin: 0 0 20px;
}
.izb-live-meta span { color: #67778a; font-size: 10px; }
.izb-live-meta i { width: 18px; color: #43a95b; }
.izb-live-price-card .izb-btn {
    width: 100%;
    margin-top: auto;
    justify-content: center;
}
.izb-all-products { margin-top: 20px; text-align: center; }
.izb-all-products a { color: #0a192f; font-size: 11px; font-weight: 850; }
.izb-all-products a i { margin-left: 7px; color: #43a95b; }

/* Client area live offers injected by hook */
.izb-client-offers-wrap {
    margin: 24px 0;
    padding: 20px;
    border: 1px solid #dfe7ef;
    border-radius: 18px;
    background: linear-gradient(180deg,#fff,#fbfcfe);
    box-shadow: 0 14px 40px rgba(10,25,47,.055);
}
.izb-client-offers-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}
.izb-client-offers-head span {
    color: #3d9e55;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}
.izb-client-offers-head h3 { margin: 4px 0 0; color: #0a192f; font-size: 18px; font-weight: 900; }
.izb-client-offers-head > a { color: #53657a; font-size: 10px; font-weight: 800; }
.izb-client-offers-head > a i { margin-left: 5px; color: #43a95b; }
.izb-client-offers { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.izb-client-offer {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 13px;
    border: 1px solid #e5ebf1;
    border-radius: 13px;
    background: #fff;
    color: inherit;
}
.izb-client-offer:hover { border-color: rgba(89,195,106,.5); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(10,25,47,.06); }
.izb-client-offer__icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 11px;
    background: #0a192f;
    color: #59c36a;
}
.izb-client-offer__copy { display: grid; min-width: 0; gap: 2px; }
.izb-client-offer__copy small { overflow: hidden; color: #8290a1; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.izb-client-offer__copy strong { overflow: hidden; color: #0a192f; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.izb-client-offer__price { display: grid; margin-left: auto; text-align: right; }
.izb-client-offer__price b { color: #0a192f; font-size: 11px; }
.izb-client-offer__price small { color: #8a98a8; font-size: 8px; }
.izb-client-offer > i { color: #43a95b; font-size: 9px; }

@media (max-width: 991px) {
    .izb-live-price-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .izb-client-offers { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .izb-db-status { align-items: flex-start; flex-direction: column; }
    .izb-live-price-grid { grid-template-columns: 1fr; }
    .izb-catalog-fallback { align-items: flex-start; flex-wrap: wrap; }
    .izb-catalog-fallback a { margin-left: 62px; }
    .izb-client-offers-head { align-items: flex-start; flex-direction: column; }
}

/* v5 - Product configuration / VIP addon polish */
#order-standard_cart .product-info,
#order-standard_cart .field-container,
#order-standard_cart #productAddonsContainer {
    border-radius: 16px;
}
#order-standard_cart .product-info {
    padding: 18px 20px;
    border: 1px solid #e1e8ef;
    background: linear-gradient(180deg,#fff,#f9fbfd);
}
#order-standard_cart .product-info .product-title {
    margin-bottom: 8px;
    color: #0a192f;
    font-size: 22px;
    font-weight: 900;
}
#order-standard_cart .sub-heading {
    margin-top: 22px;
}
#order-standard_cart .sub-heading span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 9px;
    background: #0a192f !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: 850;
}
#order-standard_cart .addon-products {
    row-gap: 14px;
}
#order-standard_cart .panel-addon {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid #dfe7ef;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(10,25,47,.045);
    transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
#order-standard_cart .panel-addon:hover {
    transform: translateY(-2px);
    border-color: rgba(89,195,106,.62);
    box-shadow: 0 16px 38px rgba(10,25,47,.09);
}
#order-standard_cart .panel-addon-selected {
    border-color: #59c36a;
    box-shadow: 0 0 0 2px rgba(89,195,106,.12),0 15px 38px rgba(10,25,47,.08);
}
#order-standard_cart .panel-addon .panel-body,
#order-standard_cart .panel-addon .card-body {
    padding: 18px 18px 14px;
    color: #617184;
    font-size: 11px;
    line-height: 1.7;
}
#order-standard_cart .panel-addon label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: #0a192f;
    font-size: 13px;
    font-weight: 900;
}
#order-standard_cart .panel-addon input[type="checkbox"] {
    accent-color: #59c36a;
    width: 16px;
    height: 16px;
}
#order-standard_cart .panel-addon .panel-price {
    padding: 11px 18px;
    border-top: 1px solid #edf1f5;
    background: #f8fafc;
    color: #0a192f;
    font-weight: 850;
}
#order-standard_cart .panel-addon .panel-add {
    padding: 10px 18px;
    background: #0a192f;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}
#order-standard_cart .panel-addon .panel-add i {
    margin-right: 5px;
    color: #59c36a;
}
#order-standard_cart .order-summary {
    overflow: hidden;
    border: 1px solid #16304d;
    border-radius: 16px;
    background: #0a192f;
    box-shadow: 0 18px 45px rgba(10,25,47,.16);
}
#order-standard_cart .order-summary h2 {
    color: #fff !important;
}

/* v5 - VIP support / SLA showcase */
.izb-vip-section {
    background: linear-gradient(180deg,#ffffff,#f6f9fb);
}
.izb-vip-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
}
.izb-vip-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px;
    overflow: hidden;
    border: 1px solid #dfe7ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 42px rgba(10,25,47,.06);
}
.izb-vip-card.is-critical {
    border-color: rgba(89,195,106,.72);
    background: linear-gradient(180deg,#0d213b,#09182d);
    box-shadow: 0 22px 52px rgba(10,25,47,.2);
}
.izb-vip-card__top {
    display: flex;
    align-items: center;
    gap: 10px;
}
.izb-vip-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: #0a192f;
    color: #59c36a;
}
.izb-vip-card.is-critical .izb-vip-icon { background: rgba(255,255,255,.08); }
.izb-vip-kicker {
    color: #3d9e55;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .11em;
}
.izb-vip-card h3 {
    margin: 18px 0 8px;
    color: #0a192f;
    font-size: 21px;
    font-weight: 950;
}
.izb-vip-card.is-critical h3 { color: #fff; }
.izb-vip-card > p {
    margin: 0 0 10px;
    color: #6d7d90;
    font-size: 11px;
    line-height: 1.65;
}
.izb-vip-card.is-critical > p { color: #aebdd0; }
.izb-vip-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 8px 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #edf1f5;
}
.izb-vip-card.is-critical .izb-vip-price { border-color: rgba(255,255,255,.1); }
.izb-vip-price strong { color: #0a192f; font-size: 26px; font-weight: 950; }
.izb-vip-card.is-critical .izb-vip-price strong { color: #fff; }
.izb-vip-price span { color: #8491a0; font-size: 10px; }
.izb-vip-card ul { display:grid;gap:9px;margin:0 0 20px;padding:0;list-style:none; }
.izb-vip-card li { display:flex;gap:8px;color:#5f7083;font-size:10px;line-height:1.45; }
.izb-vip-card.is-critical li { color:#c3cfdd; }
.izb-vip-card li i { margin-top:2px;color:#59c36a;font-size:9px; }
.izb-vip-card > a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding: 12px 14px;
    border-radius: 11px;
    background: #0a192f;
    color: #fff;
    font-size: 10px;
    font-weight: 850;
}
.izb-vip-card.is-critical > a { background:#59c36a;color:#071827; }
.izb-sla-disclaimer {
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-top:18px;
    padding:14px 16px;
    border:1px solid #e1e8ef;
    border-radius:13px;
    background:#fff;
    color:#6a798b;
    font-size:10px;
    line-height:1.55;
}
.izb-sla-disclaimer i { margin-top:2px;color:#43a95b; }
.izb-sla-disclaimer strong { color:#0a192f; }
@media(max-width:991px){.izb-vip-grid{grid-template-columns:1fr}.izb-vip-card{min-height:0}}


/* v5.3 homepage + white header polish */
.izb-header {
  background: rgba(255,255,255,.98);
  border-bottom: 3px solid var(--izb-green);
  box-shadow: 0 12px 30px rgba(10,25,47,.06);
}
.izb-header.is-scrolled { box-shadow: 0 16px 35px rgba(10,25,47,.10); }
.izb-menu a, .izb-cart-link, .izb-user-chip { color: var(--izb-navy); }
.izb-menu a:hover, .izb-cart-link:hover { color: var(--izb-green-2); }
.izb-nav-toggle { border-color: rgba(10,25,47,.12); background:#fff; }
.izb-nav-toggle span { background: var(--izb-navy); }
.izb-btn--ghost { border-color: rgba(10,25,47,.12); color: var(--izb-navy); background:#fff; }
.izb-btn--ghost:hover { border-color: rgba(10,25,47,.26); color: var(--izb-navy); background:#f6f8fb; }
.izb-home-showcase {
  position: relative;
  overflow: hidden;
  padding: 74px 0 90px;
  background: linear-gradient(135deg,#06111f 0%,#08172c 45%,#0d2441 100%);
  color:#fff;
}
.izb-home-showcase__glow { position:absolute; inset:0; pointer-events:none; background: radial-gradient(circle at 75% 18%, rgba(89,195,106,.16), transparent 22%), radial-gradient(circle at 10% 0%, rgba(89,195,106,.08), transparent 30%); }
.izb-home-showcase__grid { position:relative; z-index:1; display:grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items:center; }
.izb-home-showcase__copy h1 { margin: 16px 0 18px; max-width: 590px; font-size: clamp(40px,5vw,62px); line-height: 1.02; letter-spacing: -.05em; }
.izb-home-showcase__copy p { max-width: 560px; margin:0; color:#95a7bc; font-size:16px; line-height:1.8; }
.izb-showcase-points { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin-top: 30px; max-width: 560px; }
.izb-showcase-points > div { min-height: 94px; padding: 16px 17px; border:1px solid rgba(255,255,255,.08); border-radius: 15px; background: rgba(255,255,255,.03); }
.izb-showcase-points b { display:flex; align-items:center; gap:9px; color:#fff; font-size:14px; }
.izb-showcase-points b i { color: var(--izb-green); }
.izb-showcase-points span { display:block; margin-top:7px; color:#8ea0b5; font-size:12px; line-height:1.6; }
.izb-network-panel--hero { max-width: 470px; margin-left:auto; background: linear-gradient(180deg, rgba(16,39,69,.92), rgba(8,24,44,.96)); border:1px solid rgba(255,255,255,.10); border-radius: 22px; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.izb-network-top { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:18px 22px 0; color:#8ea0b5; font-size:11px; font-weight:800; letter-spacing:.08em; }
.izb-online { color:#8de2a0; }
.izb-network-map { position:relative; height: 360px; margin: 8px 22px 18px; border:1px solid rgba(255,255,255,.07); border-radius:18px; background: radial-gradient(circle at 50% 45%, rgba(89,195,106,.08), transparent 30%), linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)); overflow:hidden; }
.izb-network-map:before { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 38px 38px; opacity:.35; }
.izb-network-map svg { position:absolute; inset:0; width:100%; height:100%; }
.izb-network-map path { fill:none; stroke: rgba(89,195,106,.72); stroke-width:2.2; stroke-linecap:round; stroke-dasharray:6 8; }
.izb-node { position:absolute; width:10px; height:10px; border-radius:50%; background: var(--izb-green); box-shadow: 0 0 0 5px rgba(89,195,106,.16), 0 0 18px rgba(89,195,106,.45); z-index:2; }
.izb-node.n1 { left: 14%; top: 18%; }
.izb-node.n2 { left: 53%; top: 57%; }
.izb-node.n3 { left: 77%; top: 26%; }
.izb-node.n4 { left: 84%; top: 72%; }
.izb-node.n5 { left: 27%; top: 64%; }
.izb-map-label { position:absolute; z-index:2; padding:6px 9px; border-radius: 999px; background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08); color:#cad8e5; font-size:10px; font-weight:800; }
.izb-map-label.ml1 { left: 8%; top: 12%; }
.izb-map-label.ml2 { left: 49%; top: 50%; }
.izb-map-label.ml3 { right: 10%; bottom: 14%; }
.izb-network-stats { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; padding:0 22px 22px; }
.izb-network-stats > div { padding:13px 14px; border:1px solid rgba(255,255,255,.08); border-radius:14px; background: rgba(255,255,255,.03); }
.izb-network-stats span { display:block; color:#7e92a9; font-size:10px; font-weight:700; }
.izb-network-stats strong { display:block; margin-top:5px; color:#fff; font-size:15px; }
.izb-live-pricing-section { padding-top: 90px; }
.izb-live-price-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.izb-live-price-card { padding: 26px; border-radius: 22px; }
.izb-live-price-card__group { font-size: 11px; }
.izb-live-stock { font-size: 10px; padding:6px 10px; }
.izb-live-price-card h3 { font-size: 28px; margin: 18px 0 10px; }
.izb-live-price-card__summary { min-height: 64px; font-size: 13px; line-height: 1.7; }
.izb-live-price strong { font-size: 32px; }
.izb-live-price span { font-size: 12px; }
.izb-live-price-card ul { gap: 11px; margin-bottom: 22px; }
.izb-live-price-card ul li, .izb-live-meta span { font-size: 13px; line-height:1.55; }
.izb-hot-badge { font-size: 10px; padding: 8px 12px; }
.izb-vip-section { padding-top: 86px; }
.izb-vip-grid { gap: 22px; }
.izb-vip-card { padding: 28px; border-radius: 22px; }
.izb-vip-kicker { font-size: 10px; }
.izb-vip-card h3 { font-size: 28px; }
.izb-vip-card > p { font-size: 13px; line-height: 1.7; }
.izb-vip-price strong { font-size: 32px; }
.izb-vip-price span { font-size: 12px; }
.izb-vip-card li { font-size: 13px; line-height: 1.55; }
.izb-vip-card > a { font-size: 12px; }
.izb-sla-disclaimer { font-size: 12px; }
@media (max-width: 1100px) {
  .izb-home-showcase__grid { grid-template-columns: 1fr; }
  .izb-network-panel--hero { max-width: 100%; margin-left: 0; }
}
@media (max-width: 820px) {
  .izb-menu { background:#fff; top:104px; }
  .izb-menu a { color: var(--izb-navy); border-bottom-color: rgba(10,25,47,.08); }
  .izb-menu a:hover { color: var(--izb-green-2); }
  .izb-home-showcase { padding: 54px 0 70px; }
  .izb-showcase-points { grid-template-columns: 1fr; }
  .izb-live-price-grid, .izb-vip-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .izb-home-showcase__copy h1 { font-size: 40px; }
  .izb-network-map { height: 280px; margin: 8px 16px 16px; }
  .izb-network-top, .izb-network-stats { padding-left: 16px; padding-right: 16px; }
  .izb-network-stats { grid-template-columns: 1fr; }
  .izb-live-price-card, .izb-vip-card { padding: 22px; }
  .izb-live-price-card h3, .izb-vip-card h3 { font-size: 24px; }
  .izb-live-price strong, .izb-vip-price strong { font-size: 28px; }
}

/* ==============================
   IZMBIL v5.4 — Compact storefront
   ============================== */
.izb-live-pricing-section {
  padding: 78px 0 82px;
  background: #f5f8fb;
}
.izb-live-pricing-section .izb-section-head--center {
  max-width: 760px;
  margin: 0 auto 34px;
}
.izb-live-pricing-section .izb-section-head--center h2 {
  margin: 9px 0 10px;
  font-size: clamp(31px, 3.2vw, 44px);
  line-height: 1.08;
}
.izb-live-pricing-section .izb-section-head--center p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7;
}
.izb-live-price-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: 100%;
}
.izb-live-price-card {
  min-width: 0;
  padding: 22px !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 32px rgba(10,25,47,.055) !important;
}
.izb-live-price-card h3 {
  margin: 15px 0 7px !important;
  font-size: 22px !important;
}
.izb-live-price-card__summary {
  min-height: 0 !important;
  margin-bottom: 10px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px !important;
}
.izb-live-price {
  margin: 5px 0 13px !important;
  padding-bottom: 13px !important;
}
.izb-live-price strong {
  font-size: 27px !important;
  font-weight: 850 !important;
  letter-spacing: -.025em !important;
}
.izb-live-price-card ul {
  gap: 8px !important;
  margin-bottom: 17px !important;
}
.izb-live-price-card ul li,
.izb-live-meta span {
  font-size: 11.5px !important;
  line-height: 1.45 !important;
}
.izb-live-price-card ul li:nth-child(n+5) { display:none; }
.izb-live-price-card .izb-btn {
  min-height: 42px;
  padding: 11px 14px;
}
.izb-all-products { margin-top: 24px; }

.izb-vip-section { padding: 76px 0 82px !important; }
.izb-vip-grid { grid-template-columns: repeat(3,minmax(0,1fr)) !important; gap:20px !important; }
.izb-vip-card { padding: 22px !important; border-radius: 18px !important; }
.izb-vip-card h3 { margin: 15px 0 7px !important; font-size: 22px !important; }
.izb-vip-card > p { font-size: 12px !important; }
.izb-vip-price { margin: 6px 0 13px !important; padding-bottom: 13px !important; }
.izb-vip-price strong { font-size: 27px !important; font-weight:850 !important; }
.izb-vip-card li { font-size: 11.5px !important; line-height:1.45 !important; }
.izb-vip-card li:nth-child(n+5) { display:none; }

@media (max-width: 980px) {
  .izb-live-price-grid,
  .izb-vip-grid { grid-template-columns: 1fr !important; }
  .izb-live-price-card,
  .izb-vip-card { max-width: 680px; width:100%; margin-inline:auto; }
}

/* =========================================================
   IZMBIL v5.5 — Solid storefront / homepage rebuild
   ========================================================= */
body.izb-home { background:#f7f9fc; }
body.izb-home .izb-header { border-bottom:1px solid #e4eaf1; box-shadow:0 10px 28px rgba(10,25,47,.055); }
body.izb-home .izb-nav { min-height:74px; }
body.izb-home .izb-brand img { width:170px; }

.izb-v55-hero {
  position:relative;
  overflow:hidden;
  padding:72px 0 54px;
  background:linear-gradient(180deg,#ffffff 0%,#f5f8fc 100%);
  border-bottom:1px solid #e4eaf1;
}
.izb-v55-hero:before {
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  left:-300px;
  bottom:-300px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(89,195,106,.12),rgba(89,195,106,0) 70%);
  pointer-events:none;
}
.izb-v55-hero__grid-bg {
  position:absolute;
  inset:0;
  opacity:.28;
  background-image:linear-gradient(rgba(10,25,47,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(10,25,47,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to right,black,transparent 47%);
  pointer-events:none;
}
.izb-v55-hero__grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);
  gap:64px;
  align-items:center;
}
.izb-v55-hero__copy h1 {
  margin:15px 0 16px;
  max-width:590px;
  font-size:clamp(44px,4.5vw,68px);
  line-height:1.02;
  letter-spacing:-.055em;
  color:#0a192f;
}
.izb-v55-hero__copy > p {
  max-width:610px;
  margin:0;
  color:#617187;
  font-size:16px;
  line-height:1.75;
}
.izb-v55-hero__actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:28px; }
.izb-v55-hero__actions .izb-btn { min-height:46px; padding:13px 18px; }
.izb-v55-hero__actions .izb-btn--ghost { background:#fff; }
.izb-v55-hero__benefits { display:grid; gap:13px; margin-top:30px; max-width:620px; }
.izb-v55-hero__benefits > div { display:flex; align-items:center; gap:13px; }
.izb-v55-hero__benefits > div > span {
  width:39px;height:39px;flex:0 0 39px;border-radius:12px;display:grid;place-items:center;
  background:#eaf8ee;color:#30944b;border:1px solid #d5f0dc;
}
.izb-v55-hero__benefits p { margin:0; display:grid; gap:2px; }
.izb-v55-hero__benefits strong { font-size:13px; color:#0a192f; }
.izb-v55-hero__benefits small { font-size:11px; color:#768599; line-height:1.45; }

.izb-v55-network-card {
  position:relative;
  overflow:hidden;
  min-height:450px;
  padding:22px;
  border-radius:24px;
  color:#fff;
  background:
    radial-gradient(circle at 80% 10%,rgba(89,195,106,.11),transparent 22%),
    linear-gradient(145deg,#153452 0%,#0b2038 55%,#081728 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 28px 70px rgba(10,25,47,.22);
}
.izb-v55-network-card:after {
  content:""; position:absolute; inset:0; pointer-events:none; opacity:.28;
  background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:34px 34px;
}
.izb-v55-network-card__head { position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:20px; }
.izb-v55-network-card__head > div { display:grid;gap:4px; }
.izb-v55-network-card__head span { color:#7f97b1;font-size:9px;font-weight:800;letter-spacing:.12em; }
.izb-v55-network-card__head strong { color:#fff;font-size:14px; }
.izb-v55-live { display:inline-flex!important;align-items:center;gap:7px;color:#8ee7a0!important; }
.izb-v55-live i { width:7px;height:7px;border-radius:50%;background:#59c36a;box-shadow:0 0 0 5px rgba(89,195,106,.10),0 0 16px rgba(89,195,106,.45); }
.izb-v55-network-map { position:relative;z-index:2;height:280px;margin:14px 0 18px;border-radius:18px;background:rgba(255,255,255,.015);border:1px solid rgba(255,255,255,.05);overflow:hidden; }
.izb-v55-network-map svg { position:absolute;inset:0;width:100%;height:100%; }
.izb-v55-network-map path { fill:none;stroke:#59c36a;stroke-width:2;stroke-linecap:round;stroke-dasharray:7 9;opacity:.58; }
.izb-v55-node { position:absolute;width:9px;height:9px;border-radius:50%;background:#70dd85;box-shadow:0 0 0 5px rgba(89,195,106,.13),0 0 19px rgba(89,195,106,.55);z-index:2; }
.izb-v55-node.n1{left:15%;top:23%}.izb-v55-node.n2{left:53%;top:75%}.izb-v55-node.n3{left:68%;top:31%}.izb-v55-node.n4{left:88%;top:70%}.izb-v55-node.n5{left:31%;top:59%}
.izb-v55-map-label { position:absolute;z-index:3;color:#c8d6e4;font-size:8px;font-weight:850;letter-spacing:.08em; }
.izb-v55-map-label.l1{left:9%;top:13%}.izb-v55-map-label.l2{left:65%;top:22%}.izb-v55-map-label.l3{left:49%;bottom:12%}
.izb-v55-network-card__stats { position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px; }
.izb-v55-network-card__stats > div { position:relative;min-width:0;padding:13px 14px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:rgba(255,255,255,.045); }
.izb-v55-network-card__stats small { display:block;color:#7590aa;font-size:9px; }
.izb-v55-network-card__stats strong { display:block;margin-top:4px;color:#fff;font-size:17px; }
.izb-v55-network-card__stats i { position:absolute;right:13px;bottom:14px;color:#59c36a;font-size:15px; }

.izb-v55-proof { position:relative;z-index:3;margin-top:-1px;background:#fff;border-bottom:1px solid #e4eaf1; }
.izb-v55-proof__grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr)); }
.izb-v55-proof__grid > div { min-height:105px;display:flex;align-items:center;gap:13px;padding:22px 18px;border-right:1px solid #e8edf3; }
.izb-v55-proof__grid > div:last-child { border-right:0; }
.izb-v55-proof__grid > div > span { width:43px;height:43px;flex:0 0 43px;border-radius:13px;display:grid;place-items:center;background:#ecf8ef;color:#36a050;font-size:17px; }
.izb-v55-proof__grid p { margin:0;display:grid;gap:3px; }
.izb-v55-proof__grid strong { color:#0a192f;font-size:12px; }
.izb-v55-proof__grid small { color:#748398;font-size:10px;line-height:1.4; }

.izb-v55-services { padding:88px 0 82px;background:#f7f9fc; }
.izb-v55-service-grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px; }
.izb-v55-service-card {
  position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:340px;padding:24px;border-radius:20px;
  background:#fff;border:1px solid #e0e7ef;box-shadow:0 12px 35px rgba(10,25,47,.045);transition:.25s ease;
}
.izb-v55-service-card:before { content:"";position:absolute;left:0;top:0;right:0;height:3px;background:linear-gradient(90deg,#59c36a,#2f8f4e);opacity:0;transition:.2s ease; }
.izb-v55-service-card:hover { transform:translateY(-5px);box-shadow:0 20px 45px rgba(10,25,47,.09);border-color:#d2dce7;color:inherit; }
.izb-v55-service-card:hover:before { opacity:1; }
.izb-v55-service-card__top { display:flex;align-items:center;justify-content:space-between;gap:15px; }
.izb-v55-service-card__icon { width:47px;height:47px;border-radius:14px;display:grid;place-items:center;background:#eaf8ee;color:#31984c;font-size:18px; }
.izb-v55-service-card__count { font-size:9px;font-weight:850;color:#76869a;text-transform:uppercase;letter-spacing:.06em; }
.izb-v55-service-card h3 { margin:20px 0 13px;color:#0a192f;font-size:21px;letter-spacing:-.025em; }
.izb-v55-service-card > p { color:#6b7a8e;font-size:12px;line-height:1.6; }
.izb-v55-service-card__price { display:flex;align-items:baseline;gap:5px;flex-wrap:wrap;margin-bottom:15px; }
.izb-v55-service-card__price small { width:100%;color:#7d8a9b;font-size:9px;text-transform:uppercase;font-weight:800;letter-spacing:.08em; }
.izb-v55-service-card__price strong { color:#0a192f;font-size:22px;letter-spacing:-.03em; }
.izb-v55-service-card__price span { color:#758498;font-size:10px; }
.izb-v55-service-card ul { list-style:none;padding:0;margin:0 0 20px;display:grid;gap:8px; }
.izb-v55-service-card li { display:flex;gap:8px;align-items:flex-start;color:#6c7a8d;font-size:10.5px;line-height:1.45; }
.izb-v55-service-card li i { margin-top:2px;color:#40a85a;font-size:8px; }
.izb-v55-service-card__link { margin-top:auto;display:flex;align-items:center;justify-content:space-between;color:#0a192f;font-size:11px;font-weight:850; }
.izb-v55-service-card__link i { color:#43a95b; }

.izb-v55-popular { padding:88px 0 92px;background:#fff;border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5; }
.izb-v55-popular .izb-section-head--center { max-width:760px;margin-bottom:38px; }
.izb-v55-popular .izb-section-head--center h2 { margin:9px 0 9px;font-size:clamp(31px,3vw,43px);letter-spacing:-.04em; }
.izb-v55-popular .izb-section-head--center p { margin:0 auto;max-width:620px; }
.izb-v55-price-grid { display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;width:100%; }
.izb-v55-price-card {
  position:relative;display:flex;flex-direction:column;min-width:0;padding:25px;border-radius:20px;background:#fff;border:1px solid #dfe7ef;
  box-shadow:0 13px 34px rgba(10,25,47,.055);
}
.izb-v55-price-card.is-featured { border-color:#9bd7a8;box-shadow:0 18px 44px rgba(47,143,78,.11); }
.izb-v55-recommended { position:absolute;right:18px;top:18px;padding:6px 9px;border-radius:999px;background:#e7f8eb;color:#2b8d46;font-size:8px;font-weight:900;letter-spacing:.08em; }
.izb-v55-price-card__category { display:flex;align-items:center;gap:8px;color:#38a051;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em; }
.izb-v55-price-card h3 { margin:15px 0 7px;color:#0a192f;font-size:25px;letter-spacing:-.035em; }
.izb-v55-price-card__summary { min-height:38px;margin:0 0 13px;color:#6d7c8f;font-size:11px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
.izb-v55-price { display:flex;align-items:baseline;gap:5px;min-height:39px; }
.izb-v55-price strong { color:#0a192f;font-size:27px;font-weight:830;letter-spacing:-.035em;line-height:1; }
.izb-v55-price span { color:#7a8799;font-size:10px;font-weight:700; }
.izb-v55-price-card__divider { height:1px;background:#e8edf3;margin:15px 0; }
.izb-v55-price-card ul { list-style:none;padding:0;margin:0 0 19px;display:grid;gap:9px; }
.izb-v55-price-card li { display:flex;gap:8px;align-items:flex-start;color:#5f6f83;font-size:10.7px;line-height:1.45; }
.izb-v55-price-card li i { margin-top:2px;color:#3fa659;font-size:8px; }
.izb-v55-price-card .izb-btn { width:100%;margin-top:auto;min-height:43px;justify-content:center; }
.izb-v55-center-link { margin-top:23px;text-align:center; }
.izb-v55-center-link a { display:inline-flex;align-items:center;gap:8px;color:#556579;font-size:11px;font-weight:800; }
.izb-v55-center-link a:hover { color:#2e904a; }

.izb-v55-ops { padding:92px 0;background:#f7f9fc; }
.izb-v55-ops__grid { display:grid;grid-template-columns:.95fr 1.05fr;gap:22px;align-items:stretch; }
.izb-v55-ops__panel { position:relative;overflow:hidden;padding:34px;border-radius:24px;color:#fff;background:linear-gradient(145deg,#071827,#0d2949);box-shadow:0 25px 60px rgba(10,25,47,.14); }
.izb-v55-ops__panel:after { content:"";position:absolute;width:250px;height:250px;right:-90px;top:-110px;border-radius:50%;background:rgba(89,195,106,.10); }
.izb-v55-ops__head { position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#8197af;font-size:9px;font-weight:900;letter-spacing:.09em; }
.izb-v55-ops__head b { display:flex;align-items:center;gap:7px;color:#8ee3a0;font-size:9px; }
.izb-v55-ops__head b i { width:7px;height:7px;border-radius:50%;background:#59c36a;box-shadow:0 0 0 4px rgba(89,195,106,.12); }
.izb-v55-ops__panel h2 { position:relative;z-index:2;margin:25px 0 15px;color:#fff;font-size:38px;line-height:1.08;letter-spacing:-.045em; }
.izb-v55-ops__panel > p { position:relative;z-index:2;max-width:520px;margin:0;color:#91a5b9;font-size:13px;line-height:1.7; }
.izb-v55-ops__metrics { position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:34px; }
.izb-v55-ops__metrics > div { padding:15px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:rgba(255,255,255,.04); }
.izb-v55-ops__metrics small,.izb-v55-ops__metrics span { display:block;color:#7890aa;font-size:8.5px; }
.izb-v55-ops__metrics strong { display:block;margin:4px 0 3px;color:#fff;font-size:19px; }
.izb-v55-ops__features { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px; }
.izb-v55-ops__features > div { padding:26px;border:1px solid #e0e7ef;border-radius:19px;background:#fff;box-shadow:0 12px 30px rgba(10,25,47,.04); }
.izb-v55-ops__features > div > span { width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:#eaf8ee;color:#32984d;font-size:16px; }
.izb-v55-ops__features h3 { margin:18px 0 8px;color:#0a192f;font-size:16px; }
.izb-v55-ops__features p { margin:0;color:#6d7c8e;font-size:11px;line-height:1.6; }

.izb-v55-vip { padding:90px 0;background:#fff; }
.izb-v55-vip-grid { display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important; }
.izb-v55-vip-card { position:relative;display:flex;flex-direction:column;min-width:0;padding:24px;border:1px solid #dfe7ef;border-radius:20px;background:#fff;box-shadow:0 13px 34px rgba(10,25,47,.05); }
.izb-v55-vip-card.is-critical { background:linear-gradient(145deg,#081a2d,#102f53);border-color:#193c64;color:#fff; }
.izb-v55-vip-card__top { display:flex;align-items:center;justify-content:space-between;gap:15px; }
.izb-v55-vip-card__top > span { width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#eaf8ee;color:#31984c; }
.izb-v55-vip-card.is-critical .izb-v55-vip-card__top > span { background:rgba(89,195,106,.12);color:#74db88; }
.izb-v55-vip-card__top small { color:#3a9e52;font-size:8px;font-weight:900;letter-spacing:.09em; }
.izb-v55-vip-card h3 { margin:17px 0 8px;color:#0a192f;font-size:23px;letter-spacing:-.03em; }
.izb-v55-vip-card.is-critical h3 { color:#fff; }
.izb-v55-vip-card > p { min-height:38px;margin:0 0 12px;color:#6d7c8f;font-size:10.5px;line-height:1.55; }
.izb-v55-vip-card.is-critical > p { color:#91a6bc; }
.izb-v55-vip-price { display:flex;align-items:baseline;gap:5px;margin-bottom:14px; }
.izb-v55-vip-price strong { color:#0a192f;font-size:25px;letter-spacing:-.03em; }
.izb-v55-vip-card.is-critical .izb-v55-vip-price strong { color:#fff; }
.izb-v55-vip-price span { color:#8290a2;font-size:10px; }
.izb-v55-vip-card ul { list-style:none;padding:14px 0 0;margin:0 0 18px;border-top:1px solid #e8edf2;display:grid;gap:8px; }
.izb-v55-vip-card.is-critical ul { border-top-color:rgba(255,255,255,.08); }
.izb-v55-vip-card li { display:flex;gap:8px;color:#637286;font-size:10px;line-height:1.45; }
.izb-v55-vip-card.is-critical li { color:#9aadc1; }
.izb-v55-vip-card li i { color:#3fa659;font-size:8px;margin-top:2px; }
.izb-v55-vip-card > a { margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:11px;background:#0a192f;color:#fff;font-size:10px;font-weight:850; }
.izb-v55-vip-card.is-critical > a { background:#59c36a;color:#071827; }
.izb-v55-sla-note { display:flex;gap:11px;align-items:flex-start;margin-top:18px;padding:14px 16px;border:1px solid #e0e7ef;border-radius:13px;background:#f8fafc;color:#6e7c8f;font-size:10px;line-height:1.55; }
.izb-v55-sla-note i { margin-top:2px;color:#3fa659; }
.izb-v55-sla-note strong { color:#0a192f; }

.izb-v55-domain { padding:60px 0;background:linear-gradient(135deg,#071827,#0e3157);color:#fff; }
.izb-v55-domain__wrap { display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center; }
.izb-v55-domain h2 { margin:9px 0 8px;color:#fff;font-size:36px;letter-spacing:-.04em; }
.izb-v55-domain p { margin:0;color:#8ea3ba;font-size:12px; }
.izb-v55-domain__search { display:flex;align-items:center;padding:7px;border-radius:15px;background:#fff;box-shadow:0 18px 45px rgba(0,0,0,.20); }
.izb-v55-domain__search > span { padding-left:15px;color:#7b899b;font-size:13px;font-weight:800; }
.izb-v55-domain__search input { flex:1;min-width:0;min-height:47px;border:0;outline:0;background:transparent;color:#0a192f;font-size:14px;padding:0 8px; }
.izb-v55-domain__search button { min-height:47px;border:0;border-radius:10px;padding:0 20px;background:#59c36a;color:#071827;font-size:11px;font-weight:900;cursor:pointer; }

.izb-v55-faq-section { padding:88px 0;background:#f7f9fc; }
.izb-v55-faq-layout { display:grid;grid-template-columns:.72fr 1.28fr;gap:65px;align-items:start; }
.izb-v55-faq-copy h2 { margin:11px 0 12px;color:#0a192f;font-size:40px;line-height:1.07;letter-spacing:-.045em; }
.izb-v55-faq-copy p { max-width:420px;margin:0 0 22px;color:#6e7d90;font-size:12px;line-height:1.65; }
.izb-v55-faq-copy .izb-btn--ghost { background:#fff; }
.izb-v55-faq-section .izb-faq { max-width:none;margin:0; }

.izb-v55-final-cta { padding:0 0 92px;background:#f7f9fc; }
.izb-v55-final-cta__box { position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:42px 46px;border-radius:24px;background:linear-gradient(135deg,#071827,#0f3157);color:#fff;box-shadow:0 24px 55px rgba(10,25,47,.14); }
.izb-v55-final-cta__box:after { content:"";position:absolute;width:280px;height:280px;right:-70px;top:-120px;border-radius:50%;background:rgba(89,195,106,.12); }
.izb-v55-final-cta h2 { position:relative;z-index:2;margin:9px 0 0;color:#fff;font-size:36px;line-height:1.08;letter-spacing:-.04em; }
.izb-v55-final-cta__actions { position:relative;z-index:2;display:flex;gap:10px;flex-wrap:wrap; }
.izb-btn--light { background:#fff;color:#0a192f;border:1px solid #fff; }
.izb-btn--light:hover { background:#eef4f8;color:#0a192f; }

/* Footer gets denser and more substantial on storefront */
body.izb-home .izb-footer { padding-top:58px; }
body.izb-home .izb-footer-grid { grid-template-columns:1.45fr repeat(3,1fr);gap:44px; }

@media (max-width:1100px) {
  .izb-v55-hero__grid { grid-template-columns:1fr;gap:38px; }
  .izb-v55-network-card { max-width:760px;width:100%; }
  .izb-v55-service-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .izb-v55-ops__grid { grid-template-columns:1fr; }
}
@media (max-width:900px) {
  .izb-v55-proof__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .izb-v55-proof__grid > div:nth-child(2) { border-right:0; }
  .izb-v55-proof__grid > div:nth-child(-n+2) { border-bottom:1px solid #e8edf3; }
  .izb-v55-price-grid,.izb-v55-vip-grid { grid-template-columns:1fr!important; }
  .izb-v55-price-card,.izb-v55-vip-card { max-width:680px;width:100%;margin-inline:auto; }
  .izb-v55-domain__wrap,.izb-v55-faq-layout { grid-template-columns:1fr;gap:30px; }
}
@media (max-width:820px) {
  body.izb-home .izb-menu { background:#fff; }
  .izb-v55-hero { padding:52px 0 42px; }
  .izb-v55-hero__copy h1 { font-size:46px; }
  .izb-v55-ops__features { grid-template-columns:1fr; }
  .izb-v55-final-cta__box { display:block;padding:34px 28px; }
  .izb-v55-final-cta__actions { margin-top:24px; }
}
@media (max-width:620px) {
  .izb-v55-service-grid,.izb-v55-proof__grid { grid-template-columns:1fr; }
  .izb-v55-proof__grid > div { border-right:0;border-bottom:1px solid #e8edf3; }
  .izb-v55-proof__grid > div:last-child { border-bottom:0; }
  .izb-v55-hero__copy h1 { font-size:39px; }
  .izb-v55-hero__actions .izb-btn { width:100%;justify-content:center; }
  .izb-v55-network-card { min-height:0;padding:16px;border-radius:18px; }
  .izb-v55-network-map { height:220px; }
  .izb-v55-network-card__stats { grid-template-columns:1fr; }
  .izb-v55-ops__panel { padding:26px; }
  .izb-v55-ops__panel h2,.izb-v55-faq-copy h2 { font-size:32px; }
  .izb-v55-ops__metrics { grid-template-columns:1fr; }
  .izb-v55-domain__search { flex-wrap:wrap; }
  .izb-v55-domain__search button { width:100%; }
  .izb-v55-final-cta h2 { font-size:30px; }
  .izb-v55-final-cta__actions .izb-btn { width:100%;justify-content:center; }
}

/* =========================================================
   IZMBIL v5.6 — Client Control Center
   ========================================================= */
.izb-client-home .izb-main-section--dashboard {
  position: relative;
  padding: 54px 0 88px;
  background:
    radial-gradient(circle at 8% 0%, rgba(89,195,106,.055), transparent 24%),
    linear-gradient(180deg,#f5f8fb 0%,#f8fafc 55%,#f4f7fa 100%);
}
.izb-client-home .izb-main-section--dashboard .izb-main {
  width: 100%;
  max-width: none;
  padding: 0;
}
.izb-dashboard { display: grid; gap: 20px; }

.izb-dashboard-stats {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.izb-dash-stat {
  position:relative;
  min-width:0;
  min-height:132px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  padding:20px;
  overflow:hidden;
  border:1px solid #dfe7ef;
  border-radius:18px;
  background:linear-gradient(160deg,#fff,#fbfcfd);
  color:var(--izb-text) !important;
  box-shadow:0 12px 34px rgba(10,25,47,.055);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.izb-dash-stat:after {
  content:"";
  position:absolute;
  width:100px;
  height:100px;
  right:-46px;
  bottom:-52px;
  border-radius:50%;
  background:rgba(89,195,106,.07);
}
.izb-dash-stat:hover {
  transform:translateY(-3px);
  border-color:rgba(89,195,106,.55);
  box-shadow:0 18px 44px rgba(10,25,47,.09);
}
.izb-dash-stat__icon {
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:var(--izb-green-2);
  background:linear-gradient(145deg,rgba(89,195,106,.15),rgba(89,195,106,.07));
  border:1px solid rgba(89,195,106,.18);
  font-size:18px;
}
.izb-dash-stat__body { min-width:0; display:block; }
.izb-dash-stat__body small {
  display:block;
  color:#7a899a;
  font-size:9px;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
}
.izb-dash-stat__body strong {
  display:block;
  margin:8px 0 5px;
  color:#0a192f;
  font-size:30px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
}
.izb-dash-stat__body em {
  display:block;
  overflow:hidden;
  color:#728196;
  font-size:10px;
  font-style:normal;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.izb-dash-stat__arrow {
  position:relative;
  z-index:2;
  color:#a3afbc;
  font-size:10px;
}
.izb-dash-stat--billing .izb-dash-stat__icon {
  color:#a36b00;
  background:#fff7df;
  border-color:#f3df9f;
}

.izb-dash-grid { display:grid; gap:18px; min-width:0; }
.izb-dash-grid--primary { grid-template-columns:minmax(0,1.65fr) minmax(310px,.75fr); }
.izb-dash-grid--secondary { grid-template-columns:repeat(2,minmax(0,1fr)); }
.izb-dash-side-stack { display:grid; grid-template-rows:auto 1fr; gap:18px; min-width:0; }

.izb-dash-card {
  min-width:0;
  overflow:hidden;
  border:1px solid #dfe7ef;
  border-radius:19px;
  background:#fff;
  box-shadow:0 13px 38px rgba(10,25,47,.052);
}
.izb-dash-card__head {
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:19px 21px;
  border-bottom:1px solid #e8eef4;
  background:linear-gradient(180deg,#fff,#fbfcfe);
}
.izb-dash-card__head--compact { min-height:auto; border-bottom:0; padding-bottom:12px; }
.izb-dash-card__head h2 {
  margin:4px 0 0;
  color:#0a192f;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:-.025em;
}
.izb-dash-card__head > a {
  color:#2f8f4e !important;
  font-size:10px;
  font-weight:850;
  white-space:nowrap;
}
.izb-dash-card__head > a i { margin-left:5px; }
.izb-dash-kicker {
  color:#48a85c;
  font-size:8px;
  font-weight:950;
  letter-spacing:.14em;
}
.izb-dash-card__foot {
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 20px;
  border-top:1px solid #eaf0f5;
  background:#fafcfd;
  color:#8795a5;
  font-size:9px;
}
.izb-dash-card__foot span i { margin-right:6px; color:#59c36a; }
.izb-dash-card__foot a { color:#2f8f4e !important; font-weight:850; white-space:nowrap; }

.izb-service-list { display:grid; }
.izb-service-row {
  min-width:0;
  min-height:76px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 105px auto 12px;
  align-items:center;
  gap:12px;
  padding:13px 20px;
  border-bottom:1px solid #edf2f6;
  color:#324459 !important;
  transition:background .18s ease,padding .18s ease;
}
.izb-service-row:last-child { border-bottom:0; }
.izb-service-row:hover { background:#f8fbf9; padding-left:23px; }
.izb-service-row__icon,
.izb-compact-list__icon {
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#eff8f1;
  color:#2f8f4e;
  border:1px solid #deeee2;
}
.izb-service-row__main { min-width:0; }
.izb-service-row__main strong,
.izb-compact-list__copy strong {
  display:block;
  overflow:hidden;
  color:#14253a;
  font-size:12px;
  font-weight:850;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.izb-service-row__main small,
.izb-compact-list__copy small {
  display:block;
  overflow:hidden;
  margin-top:4px;
  color:#8190a1;
  font-size:9px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.izb-service-row__meta { text-align:right; }
.izb-service-row__meta small { display:block; color:#96a2b0; font-size:8px; }
.izb-service-row__meta b { display:block; margin-top:3px; color:#506176; font-size:10px; }
.izb-service-row > i { color:#a7b2be; font-size:9px; }

.izb-status {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:4px 8px;
  border-radius:999px;
  font-size:8px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}
.izb-status--success { background:#edf9f0; color:#287344; border:1px solid #d4efd9; }
.izb-status--warning { background:#fff8e5; color:#93660b; border:1px solid #f2e3b4; }
.izb-status--danger { background:#fff0f0; color:#a54848; border:1px solid #f1d1d1; }
.izb-status--muted { background:#f1f4f7; color:#718092; border:1px solid #e2e8ee; }
.izb-status--neutral { background:#eef4f9; color:#51677c; border:1px solid #dce6ee; }

.izb-billing-center {
  color:#fff;
  border-color:#183656;
  background:
    radial-gradient(circle at 90% 4%,rgba(89,195,106,.18),transparent 32%),
    linear-gradient(145deg,#071323,#0d2847 68%,#113456);
  box-shadow:0 18px 46px rgba(10,25,47,.16);
}
.izb-billing-center .izb-dash-card__head { background:transparent; }
.izb-billing-center .izb-dash-card__head h2 { color:#fff; }
.izb-billing-credit {
  padding:6px 8px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#a9bdcf;
  font-size:8px;
  font-weight:750;
}
.izb-billing-balance { padding:6px 21px 19px; }
.izb-billing-balance small { color:#819bb1; font-size:9px; }
.izb-billing-balance strong {
  display:block;
  margin:7px 0 3px;
  color:#fff;
  font-size:31px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
}
.izb-billing-balance span { color:#87a0b5; font-size:9px; }
.izb-billing-actions { display:grid; grid-template-columns:1fr 1fr; gap:8px; padding:0 21px 21px; }
.izb-billing-actions .izb-btn { min-height:38px; padding:0 10px; font-size:9px; }
.izb-btn--soft {
  border-color:#dce4ec;
  background:#f7f9fb;
  color:#3b4f65 !important;
}
.izb-billing-center .izb-btn--soft { border-color:rgba(255,255,255,.12); background:rgba(255,255,255,.06); color:#dce8f2 !important; }
.izb-billing-center .izb-btn--soft:hover { background:rgba(255,255,255,.10); }

.izb-account-health { display:flex; flex-direction:column; }
.izb-health-ring {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:6px solid #e9f4eb;
  color:#2f8f4e;
  background:#fff;
  font-size:12px;
}
.izb-account-links { display:grid; margin:0 20px 20px; border:1px solid #e8edf2; border-radius:13px; overflow:hidden; }
.izb-account-links a {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:11px 12px;
  border-bottom:1px solid #edf2f6;
  color:#4b5e73 !important;
  font-size:9px;
  font-weight:760;
  transition:.18s ease;
}
.izb-account-links a:last-child { border-bottom:0; }
.izb-account-links a:hover { color:#2f8f4e !important; background:#f8fbf9; }
.izb-account-links a span i { width:18px; color:#59a86a; }
.izb-account-links a > i { color:#a7b2bd; font-size:8px; }

.izb-compact-list { display:grid; }
.izb-compact-list > a {
  min-width:0;
  display:grid;
  grid-template-columns:40px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  min-height:69px;
  padding:12px 20px;
  border-bottom:1px solid #edf2f6;
  color:#34465a !important;
  transition:.18s ease;
}
.izb-compact-list > a:last-child { border-bottom:0; }
.izb-compact-list > a:hover { background:#f8fbf9; }
.izb-compact-list__copy { min-width:0; }
.izb-compact-list--domains .izb-compact-list__icon { color:#456f9b; background:#eef5fb; border-color:#dbe8f3; }

.izb-dash-empty {
  min-height:250px;
  display:grid;
  grid-template-columns:60px minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  padding:30px;
}
.izb-dash-empty > span {
  width:60px;
  height:60px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:#eef8f1;
  color:#2f8f4e;
  font-size:21px;
}
.izb-dash-empty strong { color:#0a192f; font-size:14px; }
.izb-dash-empty p { max-width:500px; margin:6px 0 0; color:#718195; font-size:10px; line-height:1.6; }
.izb-mini-empty {
  min-height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  padding:25px;
  text-align:left;
}
.izb-mini-empty > i { color:#59c36a; font-size:24px; }
.izb-mini-empty span { display:grid; gap:4px; }
.izb-mini-empty strong { color:#23364b; font-size:11px; }
.izb-mini-empty small { color:#8190a1; font-size:9px; }

.izb-ops-strip {
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:24px;
  align-items:center;
  padding:23px;
  overflow:hidden;
  border:1px solid #dfe7ef;
  border-radius:20px;
  background:
    radial-gradient(circle at 0% 50%,rgba(89,195,106,.10),transparent 27%),
    #fff;
  box-shadow:0 12px 34px rgba(10,25,47,.045);
}
.izb-ops-strip__intro h2 { margin:5px 0 5px; color:#0a192f; font-size:19px; font-weight:900; letter-spacing:-.03em; }
.izb-ops-strip__intro p { margin:0; color:#7c8b9c; font-size:9px; line-height:1.5; }
.izb-ops-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:9px; }
.izb-ops-grid > a {
  min-width:0;
  min-height:72px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  align-items:center;
  gap:10px;
  padding:11px;
  border:1px solid #e1e8ef;
  border-radius:13px;
  background:#fbfcfd;
  color:#34465b !important;
  transition:.18s ease;
}
.izb-ops-grid > a:hover { transform:translateY(-2px); border-color:rgba(89,195,106,.55); background:#f8fbf9; }
.izb-ops-grid > a > i {
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#0a192f;
  color:#59c36a;
  font-size:12px;
}
.izb-ops-grid span { min-width:0; display:grid; gap:3px; }
.izb-ops-grid strong { color:#172a40; font-size:9px; font-weight:850; }
.izb-ops-grid small { overflow:hidden; color:#8492a2; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }

.izb-vip-panel {
  position:relative;
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto auto;
  align-items:center;
  gap:18px;
  padding:22px 24px;
  overflow:hidden;
  border:1px solid #173657;
  border-radius:20px;
  color:#fff;
  background:
    radial-gradient(circle at 75% -30%,rgba(89,195,106,.21),transparent 33%),
    linear-gradient(125deg,#071323,#0b213d 60%,#113858);
  box-shadow:0 18px 50px rgba(10,25,47,.13);
}
.izb-vip-panel:after { content:""; position:absolute; width:180px; height:180px; right:-100px; bottom:-115px; border:1px solid rgba(89,195,106,.2); border-radius:50%; }
.izb-vip-panel__icon {
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:#071323;
  background:#59c36a;
  box-shadow:0 12px 28px rgba(89,195,106,.15);
  font-size:19px;
}
.izb-vip-panel__copy { min-width:0; position:relative; z-index:1; }
.izb-vip-panel__copy > span { color:#68d17a; font-size:8px; font-weight:900; letter-spacing:.14em; }
.izb-vip-panel__copy h2 { margin:4px 0 4px; color:#fff; font-size:18px; font-weight:900; }
.izb-vip-panel__copy p { max-width:560px; margin:0; color:#93a8bc; font-size:9px; line-height:1.5; }
.izb-vip-panel__price { text-align:right; position:relative; z-index:1; }
.izb-vip-panel__price small { display:block; color:#7f97ad; font-size:8px; }
.izb-vip-panel__price strong { display:inline-block; margin-top:3px; color:#fff; font-size:20px; font-weight:900; }
.izb-vip-panel__price span { margin-left:3px; color:#7f97ad; font-size:8px; }
.izb-vip-panel .izb-btn { position:relative; z-index:1; min-height:39px; padding:0 14px; font-size:9px; }

.izb-native-widgets { display:grid; gap:16px; }
.izb-native-widgets:empty { display:none; }
.izb-native-widgets .card,
.izb-native-widgets .panel { margin-bottom:0; }
.izb-client-offers-wrap {
  overflow:hidden;
  border:1px solid #dfe7ef;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 34px rgba(10,25,47,.045);
}
.izb-client-offers-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 20px;
  border-bottom:1px solid #e9eef4;
}
.izb-client-offers-head span { color:#48a85c; font-size:8px; font-weight:900; letter-spacing:.14em; }
.izb-client-offers-head h3 { margin:4px 0 0; color:#0a192f; font-size:16px; font-weight:900; }
.izb-client-offers-head > a { color:#2f8f4e !important; font-size:9px; font-weight:850; }
.izb-client-offers { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); }
.izb-client-offer {
  min-width:0;
  display:grid;
  grid-template-columns:40px minmax(0,1fr) auto 10px;
  align-items:center;
  gap:10px;
  padding:16px;
  border-right:1px solid #edf2f6;
  color:#3c4f64 !important;
}
.izb-client-offer:last-child { border-right:0; }
.izb-client-offer:hover { background:#f8fbf9; }
.izb-client-offer__icon { width:40px; height:40px; display:grid; place-items:center; border-radius:12px; background:#eef8f1; color:#2f8f4e; }
.izb-client-offer__copy { min-width:0; }
.izb-client-offer__copy small { display:block; overflow:hidden; color:#8b98a8; font-size:7px; text-transform:uppercase; text-overflow:ellipsis; white-space:nowrap; }
.izb-client-offer__copy strong { display:block; overflow:hidden; margin-top:4px; color:#172a40; font-size:10px; text-overflow:ellipsis; white-space:nowrap; }
.izb-client-offer__price { text-align:right; white-space:nowrap; }
.izb-client-offer__price b { color:#0a192f; font-size:11px; }
.izb-client-offer__price small { margin-left:2px; color:#8795a5; font-size:7px; }
.izb-client-offer > i { color:#a7b2bd; font-size:8px; }

@media (max-width: 1100px) {
  .izb-dashboard-stats { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .izb-dash-grid--primary { grid-template-columns:1fr; }
  .izb-dash-side-stack { grid-template-columns:repeat(2,minmax(0,1fr)); grid-template-rows:auto; }
  .izb-ops-strip { grid-template-columns:1fr; }
}
@media (max-width: 820px) {
  .izb-client-home .izb-main-section--dashboard { padding-top:48px; }
  .izb-dash-grid--secondary { grid-template-columns:1fr; }
  .izb-ops-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .izb-vip-panel { grid-template-columns:48px minmax(0,1fr) auto; }
  .izb-vip-panel .izb-btn { grid-column:2/-1; justify-self:start; }
  .izb-client-offers { grid-template-columns:1fr; }
  .izb-client-offer { border-right:0; border-bottom:1px solid #edf2f6; }
  .izb-client-offer:last-child { border-bottom:0; }
}
@media (max-width: 620px) {
  .izb-dashboard-stats { grid-template-columns:1fr 1fr; gap:9px; }
  .izb-dash-stat { min-height:112px; grid-template-columns:38px minmax(0,1fr); padding:14px; gap:10px; }
  .izb-dash-stat__icon { width:38px; height:38px; border-radius:11px; font-size:14px; }
  .izb-dash-stat__body strong { font-size:24px; }
  .izb-dash-stat__body em { display:none; }
  .izb-dash-stat__arrow { display:none; }
  .izb-dash-side-stack { grid-template-columns:1fr; }
  .izb-service-row { grid-template-columns:38px minmax(0,1fr) auto; padding:12px 14px; }
  .izb-service-row__meta { display:none; }
  .izb-service-row > i { display:none; }
  .izb-service-row__icon { width:38px; height:38px; }
  .izb-dash-card__head { min-height:68px; padding:16px; }
  .izb-dash-card__foot { padding:11px 16px; }
  .izb-dash-card__foot > span { display:none; }
  .izb-dash-empty { grid-template-columns:1fr; text-align:center; justify-items:center; }
  .izb-billing-actions { grid-template-columns:1fr; }
  .izb-compact-list > a { padding:11px 14px; }
  .izb-ops-grid { grid-template-columns:1fr; }
  .izb-vip-panel { grid-template-columns:44px minmax(0,1fr); gap:12px; padding:18px; }
  .izb-vip-panel__icon { width:44px; height:44px; border-radius:13px; }
  .izb-vip-panel__price { grid-column:2; text-align:left; }
  .izb-vip-panel .izb-btn { grid-column:2; }
}

.izb-billing-recent {
  margin:0 21px 21px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:12px;
  background:rgba(255,255,255,.035);
}
.izb-billing-recent > a {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 11px;
  border-bottom:1px solid rgba(255,255,255,.07);
  color:#dce8f2 !important;
}
.izb-billing-recent > a:last-child { border-bottom:0; }
.izb-billing-recent > a:hover { background:rgba(255,255,255,.045); }
.izb-billing-recent > a > span { display:flex; align-items:center; gap:8px; min-width:0; }
.izb-billing-recent strong { color:#fff; font-size:9px; }
.izb-billing-recent small { color:#7891a7; font-size:8px; }
.izb-billing-recent b { color:#fff; font-size:9px; white-space:nowrap; }
.izb-billing-recent .izb-status { min-height:20px; padding:3px 6px; font-size:7px; }
