/* =============================================================
   EVNET BIZNES — premium marketplace vertical
   Soft editorial UI inspired by the supplied spatial-card reference.
   All selectors are prefixed to keep the existing EVNET surfaces safe.
   ============================================================= */

:root {
  --biz-ink: #123a38;
  --biz-ink-soft: #3d6462;
  --biz-muted: #718a88;
  --biz-canvas: #f6fbfa;
  --biz-paper: #ffffff;
  --biz-line: rgba(55, 145, 138, 0.14);
  --biz-teal: #81d8d0;
  --biz-teal-deep: #37918a;
  /* Legacy semantic aliases now resolve to EVNET Tiffany. */
  --biz-lime: #81d8d0;
  --biz-lime-deep: #5bbdb7;
  --biz-blue: #d5f5f2;
  --biz-orange: #a8e8e3;
  --biz-lilac: #dff7f5;
  --biz-shadow-sm: 0 12px 34px rgba(31, 66, 64, 0.06);
  --biz-shadow-lg: 0 34px 90px rgba(31, 66, 64, 0.10);
  --biz-radius-sm: 16px;
  --biz-radius-md: 24px;
  --biz-radius-lg: 36px;
  --biz-ease: cubic-bezier(.22, 1, .36, 1);
}

body.business-page,
body.add-business-page {
  background:
    radial-gradient(circle at 8% 6%, rgba(129, 216, 208, .10), transparent 26rem),
    var(--biz-canvas);
  color: var(--biz-ink);
}

.business-page .header,
.add-business-page .header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(16, 42, 43, .07);
  background: rgba(251, 253, 252, .86);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.business-page .header-inner,
.add-business-page .header-inner { max-width: 1380px; }

.biz-logo-suffix {
  display: inline-flex;
  align-items: center;
  height: 24px;
  margin-left: 7px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(91,189,183,.32);
  background: var(--tiffany-100, #d5f5f2);
  color: var(--tiffany-800, #2a706a);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.biz-nav-active { position: relative; color: var(--biz-ink) !important; }
.biz-nav-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--biz-teal);
  transform: translateX(-50%);
}

.biz-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--tiffany-500, #5bbdb7);
  color: #0a3d3a;
  font-size: .82rem;
  font-weight: 750;
  white-space: nowrap;
  transition: transform .25s var(--biz-ease), box-shadow .25s var(--biz-ease), background .25s ease;
}

/* Header action buttons must not wrap when RU/EN copy is longer than AZ. */
.header-actions .biz-button,
.header-actions .btn { white-space: nowrap; }

.biz-header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(16, 42, 43, .18);
  background: var(--tiffany-400, #6dcac2);
}

.biz-header-cta svg { width: 16px; height: 16px; }

.biz-shell {
  width: min(1380px, calc(100% - 40px));
  margin-inline: auto;
}

.biz-section { padding: 100px 0; }
.biz-section--tight { padding: 68px 0; }

.biz-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--biz-teal-deep);
  font-size: .72rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.biz-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--biz-teal);
  box-shadow: 0 0 0 5px rgba(129, 216, 208, .20);
}

.biz-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}

.biz-section-head h2 {
  max-width: 760px;
  margin-top: 15px;
  font-size: clamp(2rem, 4vw, 4.35rem);
  line-height: .99;
  letter-spacing: -.055em;
  color: var(--biz-ink);
}

.biz-section-head p {
  max-width: 440px;
  color: var(--biz-muted);
  font-size: .98rem;
  line-height: 1.75;
}

.biz-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--biz-ink);
  font-size: .86rem;
  font-weight: 800;
}

.biz-link-arrow span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--biz-line);
  border-radius: 50%;
  transition: transform .25s var(--biz-ease), background .25s ease;
}

.biz-link-arrow:hover span { transform: translate(3px, -3px); background: white; }

/* Hero ------------------------------------------------------ */
.biz-hero-wrap { padding: 22px 0 0; }

.biz-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 42px;
  background:
    radial-gradient(circle at 74% 38%, rgba(255,255,255,.98), rgba(255,255,255,.28) 29%, transparent 49%),
    radial-gradient(circle at 12% 2%, rgba(129,216,208,.16), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f0faf8 52%, #ddf0ed 100%);
  box-shadow: var(--biz-shadow-lg);
  isolation: isolate;
}

.biz-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px);
  background-size: 110px 110px;
  -webkit-mask-image: linear-gradient(to right, black, transparent 68%);
  mask-image: linear-gradient(to right, black, transparent 68%);
}

.biz-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  min-height: 620px;
}

.biz-hero-copy {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 20px 170px 74px;
}

.biz-hero-kicker {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  margin-bottom: 24px;
  padding: 8px 13px 8px 9px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 999px;
  background: rgba(255, 255, 255, .48);
  box-shadow: 0 8px 28px rgba(30, 61, 59, .06);
  backdrop-filter: blur(12px);
  color: #294d4d;
  font-size: .72rem;
  font-weight: 800;
}

.biz-hero-kicker i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--biz-lime-deep);
  box-shadow: 0 0 0 5px rgba(129, 216, 208, .20);
}

.biz-hero h1 {
  max-width: 700px;
  color: var(--biz-ink);
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: .88;
  letter-spacing: -.072em;
  font-weight: 800;
}

.biz-hero h1 em {
  display: block;
  margin-top: .09em;
  color: var(--biz-teal-deep);
  font-family: Georgia, serif;
  font-weight: 500;
  letter-spacing: -.06em;
}

.biz-hero-copy > p {
  max-width: 570px;
  margin-top: 26px;
  color: #496263;
  font-size: 1rem;
  line-height: 1.75;
}

.biz-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.biz-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  font-size: .86rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .25s var(--biz-ease), box-shadow .25s var(--biz-ease), background .25s ease;
}

.biz-button:hover { transform: translateY(-2px); }
.biz-button--dark { background: var(--tiffany-500, #5bbdb7); color: #0a3d3a; box-shadow: 0 13px 30px rgba(91,189,183,.25); }
.biz-button--dark:hover { background: var(--tiffany-400, #6dcac2); box-shadow: 0 18px 34px rgba(91,189,183,.32); }
.biz-button--lime { background: var(--biz-teal); color: #0a3d3a; box-shadow: 0 12px 28px rgba(129,216,208,.25); }
.biz-button--lime:hover { background: var(--tiffany-200, #a8e8e3); }
.biz-button--ghost { border: 1px solid rgba(16,42,43,.14); background: rgba(255,255,255,.46); color: var(--biz-ink); }
.biz-button--ghost:hover { background: rgba(255,255,255,.84); }
.biz-button svg { width: 18px; height: 18px; }

.biz-hero-visual {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 0;
}

.biz-hero-art {
  position: absolute;
  width: min(760px, 115%);
  right: -6%;
  top: 4%;
  filter: drop-shadow(0 28px 42px rgba(35, 65, 63, .16));
}

.biz-orbit-path {
  stroke-dasharray: 8 14;
  animation: bizDash 18s linear infinite;
}

.biz-art-building { transform-origin: 330px 330px; animation: bizBreathe 7s var(--biz-ease) infinite; }
.biz-art-float-a { animation: bizFloatA 6.8s ease-in-out infinite; }
.biz-art-float-b { animation: bizFloatB 8s ease-in-out infinite; }
.biz-art-float-c { animation: bizFloatC 7.4s ease-in-out infinite; }
.biz-art-pulse { transform-origin: center; animation: bizPulse 3.2s ease-in-out infinite; }

@keyframes bizDash { to { stroke-dashoffset: -176; } }
@keyframes bizBreathe { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-7px) scale(1.008); } }
@keyframes bizFloatA { 0%,100% { transform: translate(0,0) rotate(0); } 50% { transform: translate(8px,-14px) rotate(3deg); } }
@keyframes bizFloatB { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-9px,12px); } }
@keyframes bizFloatC { 0%,100% { transform: translate(0,0) rotate(0); } 50% { transform: translate(5px,-10px) rotate(-3deg); } }
@keyframes bizPulse { 0%,100% { transform: scale(1); opacity: .7; } 50% { transform: scale(1.12); opacity: 1; } }

.biz-float-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px 12px 11px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 18px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 18px 38px rgba(26, 55, 53, .12);
  backdrop-filter: blur(15px) saturate(140%);
  -webkit-backdrop-filter: blur(15px) saturate(140%);
}

.biz-float-card--verified { right: 6%; top: 16%; animation: bizFloatB 7s ease-in-out infinite; }
.biz-float-card--private { right: 3%; bottom: 25%; animation: bizFloatA 8s ease-in-out infinite .5s; }

.biz-float-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: var(--biz-lime);
  color: var(--biz-ink);
}

.biz-float-card--private .biz-float-icon { background: #d5f5f2; color: #2a706a; }
.biz-float-icon svg { width: 19px; height: 19px; }
.biz-float-card strong { display: block; font-size: .74rem; line-height: 1.1; }
.biz-float-card small { display: block; margin-top: 4px; color: var(--biz-muted); font-size: .61rem; }

/* Search deck ------------------------------------------------ */
.biz-search-deck {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 30px;
  z-index: 12;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 28px;
  background: rgba(251, 253, 252, .83);
  box-shadow: 0 24px 54px rgba(23, 56, 54, .14);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
}
.biz-search-tabs { display: flex; gap: 4px; margin: 0 0 10px 4px; }
.biz-search-tab {
  min-height: 32px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--biz-muted);
  font-family: inherit;
  font-size: .7rem;
  font-weight: 800;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}
.biz-search-tab.is-active { background: var(--tiffany-700, #37918a); color: #fff; }

.biz-search-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) repeat(3, minmax(150px, .72fr)) auto;
  gap: 8px;
}

.biz-search-field {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  height: 60px;
  padding: 0 15px 0 45px;
  border: 1px solid rgba(16,42,43,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.77);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.biz-search-field:focus-within {
  border-color: rgba(91,189,183,.65);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(91,189,183,.1);
}

.biz-search-field > svg {
  position: absolute;
  left: 15px;
  width: 18px;
  height: 18px;
  color: var(--biz-teal-deep);
}

.biz-search-field label {
  position: absolute;
  left: 45px;
  top: 8px;
  color: #7b8b8c;
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  pointer-events: none;
}

.biz-search-field input,
.biz-search-field select {
  width: 100%;
  margin-top: 13px;
  border: 0;
  outline: 0;
  appearance: none;
  background: transparent;
  color: var(--biz-ink);
  font-family: inherit;
  font-size: .78rem;
  font-weight: 720;
  text-overflow: ellipsis;
}

.biz-search-submit {
  width: 62px;
  height: 60px;
  border: 0;
  border-radius: 18px;
  background: var(--biz-lime);
  color: var(--biz-ink);
  cursor: pointer;
  transition: transform .25s var(--biz-ease), background .2s ease;
}
.biz-search-submit:hover { transform: scale(1.045); background: var(--tiffany-200, #a8e8e3); }
.biz-search-submit svg { width: 22px; height: 22px; }

/* Trust rail ------------------------------------------------- */
.biz-trust-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid var(--biz-line);
  border-radius: 24px;
  background: var(--biz-line);
}

.biz-trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 78px;
  padding: 17px 20px;
  background: rgba(251,253,252,.76);
}
.biz-trust-item svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--biz-teal-deep); }
.biz-trust-item strong { display: block; font-size: .76rem; }
.biz-trust-item span { display: block; margin-top: 3px; color: var(--biz-muted); font-size: .66rem; }

/* Categories ------------------------------------------------- */
.biz-category-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 178px;
  gap: 14px;
}

.biz-category-card {
  position: relative;
  grid-column: span 3;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 28px;
  background: #edf3f0;
  box-shadow: var(--biz-shadow-sm);
  transition: transform .35s var(--biz-ease), box-shadow .35s var(--biz-ease);
}

.biz-category-card:nth-child(1),
.biz-category-card:nth-child(6) { grid-column: span 6; }
.biz-category-card:nth-child(1) { background: #e3f4f1; }
.biz-category-card:nth-child(2) { background: #f2fbfa; }
.biz-category-card:nth-child(3) { background: #ddf1ee; }
.biz-category-card:nth-child(4) { background: #eaf7f5; }
.biz-category-card:nth-child(5) { background: #f8fdfc; }
.biz-category-card:nth-child(6) { background: #d6ede9; }

.biz-category-card:hover {
  z-index: 2;
  transform: translateY(-7px);
  box-shadow: 0 25px 60px rgba(22, 54, 52, .13);
}

.biz-category-card h3 {
  position: relative;
  z-index: 2;
  max-width: 190px;
  font-size: 1rem;
  line-height: 1.15;
  letter-spacing: -.025em;
}
.biz-category-card p { position: relative; z-index: 2; margin-top: 7px; color: var(--biz-muted); font-size: .66rem; }

.biz-category-arrow {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  color: var(--biz-ink);
  transition: transform .3s var(--biz-ease), background .2s ease;
}
.biz-category-card:hover .biz-category-arrow { transform: translate(3px,-3px) rotate(-6deg); background: #fff; }
.biz-category-arrow svg { width: 15px; height: 15px; }

.biz-category-art {
  position: absolute;
  right: -12px;
  bottom: -24px;
  width: 190px;
  height: 190px;
  color: rgba(16,42,43,.72);
  transition: transform .55s var(--biz-ease);
}
.biz-category-card:nth-child(1) .biz-category-art,
.biz-category-card:nth-child(6) .biz-category-art { width: 250px; height: 250px; right: 2%; bottom: -56px; }
.biz-category-card:hover .biz-category-art { transform: translateY(-8px) rotate(1deg) scale(1.025); }

/* Deal preview ----------------------------------------------- */
.biz-deal-stage {
  overflow: hidden;
  border-radius: 36px;
  background: linear-gradient(135deg, var(--tiffany-900, #1c4e4b), var(--tiffany-700, #37918a));
  color: #fff;
}

.biz-deal-stage-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  min-height: 590px;
}

.biz-deal-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px; }
.biz-deal-copy .biz-eyebrow { color: #a8e8e3; }
.biz-deal-copy h2 { margin-top: 20px; max-width: 580px; font-size: clamp(2.3rem,4.6vw,5rem); line-height: .98; letter-spacing: -.06em; }
.biz-deal-copy p { max-width: 540px; margin-top: 24px; color: rgba(255,255,255,.62); line-height: 1.8; }
.biz-deal-points { display: grid; gap: 13px; margin-top: 30px; }
.biz-deal-point { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 650; }
.biz-deal-point i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: rgba(129,216,208,.18); color: #a8e8e3; font-style: normal; }

.biz-deal-ui { position: relative; display: grid; place-items: center; min-width: 0; padding: 55px 55px 55px 0; }
.biz-deal-ui::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(91,189,183,.17);
  filter: blur(1px);
}

.biz-demo-card {
  position: relative;
  z-index: 2;
  width: min(540px, 100%);
  padding: 15px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  background: rgba(255,255,255,.11);
  box-shadow: 0 35px 70px rgba(0,0,0,.22);
  backdrop-filter: blur(18px);
  transform: rotate(-1.8deg);
  transition: transform .55s var(--biz-ease);
}
.biz-deal-stage:hover .biz-demo-card { transform: rotate(0) translateY(-7px); }

.biz-demo-image {
  position: relative;
  height: 226px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(150deg, #ffffff, #81d8d0);
}
.biz-demo-image svg { width: 100%; height: 100%; }
.biz-demo-label { position: absolute; left: 14px; top: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.86); color: var(--biz-ink); font-size: .58rem; font-weight: 850; }

.biz-demo-body { padding: 21px 7px 7px; }
.biz-demo-top { display: flex; justify-content: space-between; gap: 20px; }
.biz-demo-top h3 { max-width: 290px; font-size: 1.25rem; line-height: 1.16; }
.biz-demo-price { color: #d5f5f2; font-size: 1.12rem; font-weight: 850; white-space: nowrap; }
.biz-demo-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.biz-demo-chip { padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.7); font-size: .62rem; }
.biz-demo-verify { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 16px; }
.biz-demo-verify div { padding: 12px 10px; border-radius: 14px; background: rgba(255,255,255,.07); }
.biz-demo-verify strong { display: block; font-size: .63rem; color: #fff; }
.biz-demo-verify span { display: block; margin-top: 4px; font-size: .54rem; color: rgba(255,255,255,.48); }

/* Process ---------------------------------------------------- */
.biz-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.biz-process-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(16,42,43,.08);
  border-radius: 28px;
  background: rgba(251,253,252,.76);
  transition: transform .3s var(--biz-ease), background .3s ease;
}
.biz-process-card:hover { transform: translateY(-6px); background: #fff; }
.biz-process-num { color: var(--biz-teal-deep); font-size: .66rem; font-weight: 850; letter-spacing: .12em; }
.biz-process-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-top: 36px; border-radius: 18px; background: #d5f5f2; color: var(--biz-ink); }
.biz-process-card:nth-child(2) .biz-process-icon { background: #eefcfb; }
.biz-process-card:nth-child(3) .biz-process-icon { background: #a8e8e3; }
.biz-process-card:nth-child(4) .biz-process-icon { background: var(--biz-lime); }
.biz-process-icon svg { width: 25px; height: 25px; }
.biz-process-card h3 { margin-top: 24px; font-size: .98rem; }
.biz-process-card p { margin-top: 9px; color: var(--biz-muted); font-size: .72rem; line-height: 1.65; }

/* CTA -------------------------------------------------------- */
.biz-final-cta {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  padding: 75px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 83% 20%, rgba(255,255,255,.48), transparent 24%),
    linear-gradient(125deg, #a9e4de, #eefaf8 68%, #ffffff);
}
.biz-final-cta::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -150px;
  width: 520px;
  height: 520px;
  border: 90px solid rgba(255,255,255,.35);
  border-radius: 50%;
  animation: bizFloatC 9s ease-in-out infinite;
}
.biz-final-cta-content { position: relative; z-index: 2; max-width: 710px; }
.biz-final-cta h2 { margin-top: 20px; font-size: clamp(2.5rem,5vw,5.5rem); line-height: .93; letter-spacing: -.065em; }
.biz-final-cta p { max-width: 570px; margin-top: 23px; color: var(--biz-ink-soft); line-height: 1.75; }
.biz-final-cta .biz-hero-actions { margin-top: 32px; }

.biz-footer { padding: 58px 0 30px; }
.biz-footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--biz-line); }
.biz-footer-brand { display: flex; align-items: center; font-size: 1.15rem; font-weight: 850; }
.biz-footer-links { display: flex; flex-wrap: wrap; gap: 24px; color: var(--biz-muted); font-size: .72rem; font-weight: 700; }
.biz-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; color: #849293; font-size: .64rem; }

/* Reveal motion ---------------------------------------------- */
.biz-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--biz-ease), transform .7s var(--biz-ease); }
.biz-reveal.is-visible { opacity: 1; transform: translateY(0); }


/* Public Biznes advertising surfaces — visually aligned with EVNET's property marketplace. */
.biz-promo-rails {
  position:fixed;z-index:18;inset:96px 18px 24px;display:none;justify-content:space-between;align-items:flex-start;pointer-events:none;
}
.biz-promo-card {
  position:relative;isolation:isolate;display:flex;overflow:hidden;flex-direction:column;align-items:center;width:218px;height:min(760px,calc(100vh - 122px));padding:28px 20px 22px;border:1px solid rgba(55,145,138,.18);border-radius:28px;color:#102a2b;text-align:center;text-decoration:none;box-shadow:0 18px 55px rgba(18,58,56,.08);pointer-events:auto;transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s ease;
}
.biz-promo-card:hover { transform:translateY(-5px);box-shadow:0 26px 70px rgba(18,58,56,.14); }
.biz-promo-card--tiffany { background:linear-gradient(160deg,#f4fffd 0%,#d5f5f2 62%,#c4efeb 100%); }
.biz-promo-card--gold { border-color:rgba(230,168,52,.22);background:linear-gradient(160deg,#fffdf7 0%,#fff5d9 62%,#ffedbd 100%); }
.biz-promo-glow { position:absolute;z-index:-1;width:190px;height:190px;right:-70px;bottom:-52px;border-radius:50%;background:rgba(255,255,255,.5);box-shadow:0 0 0 30px rgba(255,255,255,.16),0 0 0 61px rgba(255,255,255,.1); }
.biz-promo-card--gold .biz-promo-glow { right:auto;left:-75px;top:-55px;bottom:auto; }
.biz-promo-badge { display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(91,189,183,.16);color:#2a706a;font-size:.64rem;font-weight:850;letter-spacing:.07em; }
.biz-promo-card--gold .biz-promo-badge { background:rgba(246,184,74,.2);color:#a45b0a; }
.biz-promo-art { width:112px;height:112px;margin:28px 0 18px;color:#2a706a;filter:drop-shadow(0 15px 25px rgba(18,58,56,.1)); }
.biz-promo-card--gold .biz-promo-art { color:#9a620f; }
.biz-promo-art svg { width:100%;height:100%; }
.biz-promo-card > strong { font-size:1.18rem;line-height:1.18;letter-spacing:-.035em; }
.biz-promo-copy { margin-top:14px;color:#617977;font-size:.76rem;line-height:1.6; }
.biz-promo-cta { display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:44px;margin-top:auto;border-radius:13px;background:#37918a;color:#fff;font-size:.72rem;font-weight:800; }
.biz-promo-card--gold .biz-promo-cta { background:linear-gradient(135deg,#f6b84a,#d88612); }
.biz-promo-cta b { transition:transform .2s ease; }
.biz-promo-card:hover .biz-promo-cta b { transform:translateX(3px); }
.biz-promo-spark { animation:bizPromoFloat 3.1s ease-in-out infinite;transform-origin:center; }
.biz-promo-star { animation:bizPromoSpin 9s linear infinite;transform-origin:60px 54px; }
.biz-mobile-promos { display:none; }
@keyframes bizPromoFloat { 50% { transform:translateY(-7px) scale(1.08); } }
@keyframes bizPromoSpin { to { transform:rotate(360deg); } }

@media (min-width:1900px) {
  .biz-promo-rails { display:flex; }
}
@media (max-width:1200px) {
  .biz-mobile-promos { display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin:22px 0 4px; }
  .biz-promo-card--compact { width:auto;height:184px;align-items:flex-start;padding:20px;text-align:left; }
  .biz-promo-card--compact .biz-promo-art { position:absolute;right:11px;bottom:8px;width:93px;height:93px;margin:0;opacity:.78; }
  .biz-promo-card--compact > strong { max-width:63%;margin-top:13px;font-size:1rem; }
  .biz-promo-card--compact .biz-promo-copy { max-width:70%;margin-top:7px;font-size:.67rem; }
  .biz-promo-card--compact .biz-promo-cta { display:none; }
}
@media (max-width:680px) {
  .biz-mobile-promos { grid-template-columns:1fr;margin-top:16px; }
  .biz-promo-card--compact { min-height:152px;height:auto;padding:18px; }
  .biz-promo-card--compact > strong { max-width:68%;font-size:.94rem; }
  .biz-promo-card--compact .biz-promo-copy { max-width:68%; }
  .biz-promo-card--compact .biz-promo-art { width:82px;height:82px; }
}
@media (prefers-reduced-motion:reduce) {
  .biz-promo-spark,.biz-promo-star { animation:none; }
  .biz-promo-card,.biz-promo-cta b { transition:none; }
}


/* ── Biznes referral / invite section (2026-07-23) ── */
.biz-invite-section { }
.biz-invite {
  background: linear-gradient(135deg, rgba(129,216,208,.20), rgba(255,255,255,.55));
  border: 1px solid rgba(16,42,43,.10);
  border-radius: 30px;
  padding: 46px clamp(24px, 5vw, 62px);
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.biz-invite h2 { margin: 12px 0 14px; }
.biz-invite p { color: var(--biz-muted); max-width: 620px; margin: 0 auto 26px; }
.biz-invite-actions {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
.biz-invite-actions .biz-button { cursor: pointer; }
@media (max-width: 620px) {
  .biz-invite { padding: 34px 20px; border-radius: 24px; }
  .biz-invite-actions { flex-direction: column; }
  .biz-invite-actions .biz-button { width: 100%; }
}

/* Launch campaign banner */
.biz-launch-banner { display:flex; align-items:center; justify-content:space-between; gap:28px; flex-wrap:wrap; background:linear-gradient(120deg,#0f2e2b,#17453f 60%,#1d5a52); color:#fff; border-radius:24px; padding:30px 34px; }
.biz-launch-banner .biz-eyebrow { color:#81d8d0; }
.biz-launch-banner h2 { margin:10px 0 8px; font-size:clamp(1.25rem,2.6vw,1.7rem); color:#fff; }
.biz-launch-banner p { margin:0; max-width:560px; color:rgba(255,255,255,.82); font-size:.9rem; line-height:1.6; }
.biz-launch-banner .biz-button--dark { background:#81d8d0; color:#0f2e2b; border-color:#81d8d0; white-space:nowrap; }
.biz-launch-banner .biz-button--dark:hover { background:#9fe4de; }
@media (max-width:640px){ .biz-launch-banner{ padding:24px 20px; } }


/* Delade formulär-primitives (används av biznes-sat, dialoger m.fl.) */
.biz-input,
.biz-select,
.biz-textarea {
  width: 100%;
  border: 1px solid rgba(16,42,43,.11);
  border-radius: 15px;
  outline: 0;
  background: rgba(255,255,255,.84);
  color: var(--biz-ink);
  font-family: inherit;
  font-size: .78rem;
  font-weight: 600;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.biz-input,
.biz-select { height: 50px; padding: 0 14px; }
.biz-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236c7d7e' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.biz-textarea { min-height: 126px; resize: vertical; padding: 13px 14px; line-height: 1.6; }
.biz-input:focus,
.biz-select:focus,
.biz-textarea:focus { border-color: rgba(91,189,183,.8); background: #fff; box-shadow: 0 0 0 4px rgba(91,189,183,.11); }
.biz-input[aria-invalid="true"],
.biz-select[aria-invalid="true"],
.biz-textarea[aria-invalid="true"] { border-color: #d67c69; box-shadow: 0 0 0 4px rgba(214,124,105,.09); }
