body.biz-home {
  --blue: #1167e8;
  --navy: #06183d;
  --text: #050505;
  --line: #d8e0ec;
  --shadow: 0 18px 50px rgba(20, 41, 84, .13);
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 10% 0%, rgba(31, 118, 255, .08), transparent 27rem),
    #fff;
  color: var(--text);
}

body.biz-home[data-layout="sidebar"] main,
body.biz-home[data-layout="sidebar"] .site-footer {
  margin-left: 0;
}

body.biz-home main {
  margin: 0;
  padding: 0;
}

body.biz-home a {
  color: inherit;
  text-decoration: none;
}

body.biz-home button,
body.biz-home input {
  font: inherit;
}

body.biz-home .page {
  min-height: 100vh;
  overflow: hidden;
}

body.biz-home .shell {
  width: min(1440px, calc(100% - 56px));
  margin: 0 auto;
}

body.biz-home .nav {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 20;
}

body.biz-home .brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: 0;
}

body.biz-home .logo {
  width: 74px;
  height: 74px;
  border-radius: 4px;
  background: linear-gradient(145deg, #0b54d9, #1697ff);
  color: white;
  display: grid;
  place-items: center;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -2px;
  box-shadow: 0 10px 22px rgba(18, 103, 244, .22);
  border: 1px solid rgba(6, 24, 74, .3);
}

body.biz-home .brand-name {
  color: #071746;
  font-size: 31px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1.3px;
}

body.biz-home .nav-center {
  display: flex;
  align-items: center;
  gap: 52px;
  margin-left: auto;
  margin-right: auto;
  color: #10172b;
  font-size: 17px;
  font-weight: 600;
}

body.biz-home .nav-center a,
body.biz-home .get-listed {
  transition: .2s ease;
}

body.biz-home .nav-center a:hover {
  color: var(--blue);
}

body.biz-home .nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

body.biz-home .get-listed {
  display: inline-block;
  border: 0;
  cursor: pointer;
  background: linear-gradient(135deg, #071d54, #063f91);
  color: #fff;
  padding: 18px 28px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(6, 24, 74, .17);
}

body.biz-home .get-listed:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(6, 24, 74, .22);
  color: #fff;
}

body.biz-home .hero {
  min-height: calc(100vh - 112px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  align-items: center;
  gap: 40px;
  position: relative;
  padding: 26px 0 56px;
  background: none;
  color: inherit;
}

body.biz-home .hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
}

body.biz-home h1 {
  font-size: clamp(48px, 5.1vw, 88px);
  line-height: .95;
  letter-spacing: -0.04em;
  font-weight: 900;
  max-width: 100%;
  margin: 0 0 28px;
  color: var(--text);
}

body.biz-home h1 .blue {
  color: var(--blue);
}

body.biz-home .subhead {
  max-width: 720px;
  color: #45516a;
  font-size: clamp(20px, 1.6vw, 29px);
  line-height: 1.35;
  margin-bottom: 50px;
  letter-spacing: -.4px;
}

body.biz-home .photo-zone {
  height: 690px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  z-index: 1;
}

body.biz-home .brush {
  position: absolute;
  inset: 16px 0 16px 10%;
  background:
    conic-gradient(from 185deg at 58% 52%,
      transparent 0 15%,
      rgba(23, 105, 246, .95) 16% 29%,
      rgba(50, 159, 255, .72) 30% 39%,
      transparent 40% 54%,
      rgba(21, 91, 223, .88) 55% 68%,
      rgba(26, 136, 255, .58) 69% 77%,
      transparent 78% 100%);
  border-radius: 48% 38% 55% 45%;
  transform: rotate(-5deg);
  opacity: .98;
  z-index: 0;
}

body.biz-home .photo {
  width: min(100%, 620px);
  max-width: 100%;
  aspect-ratio: 1 / .96;
  position: relative;
  z-index: 2;
  border-radius: 49% 45% 46% 52% / 44% 50% 47% 53%;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(15, 78, 169, .25);
  background:
    linear-gradient(rgba(255, 255, 255, .04), rgba(255, 255, 255, .04)),
    var(--skyline) center center / cover no-repeat;
  border: 8px solid rgba(255, 255, 255, .94);
}

body.biz-home .script-note {
  position: absolute;
  right: 0;
  top: 74px;
  z-index: 5;
  color: #fff;
  transform: rotate(-7deg);
  text-align: center;
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-weight: 700;
  font-size: clamp(27px, 2.7vw, 48px);
  line-height: 1.18;
  width: 250px;
  -webkit-text-stroke: 1.25px rgba(4, 16, 48, .72);
  paint-order: stroke fill;
  text-shadow:
    0 2px 10px rgba(0, 8, 24, .95),
    0 0 18px rgba(0, 8, 24, .85);
}

body.biz-home .script-note span {
  display: block;
}

body.biz-home .heart {
  font-size: 52px;
  line-height: .8;
  margin-top: 8px;
}

body.biz-home .search-card {
  grid-column: 1 / -1;
  width: min(1180px, calc(100% - 70px));
  margin: -95px auto 0;
  position: relative;
  z-index: 12;
  display: grid;
  grid-template-columns: 1.4fr 1fr 250px;
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(129, 151, 188, .25);
  overflow: hidden;
}

body.biz-home .search-field {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 92px;
  padding: 0 28px;
  min-width: 0;
}

body.biz-home .search-field + .search-field {
  border-left: 1px solid var(--line);
}

body.biz-home .icon {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  color: #081a5a;
}

body.biz-home .search-field input {
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #26324a;
  background: transparent;
}

body.biz-home .search-field input::placeholder {
  color: #6b7890;
}

body.biz-home .search-btn {
  margin: 8px;
  border: 0;
  cursor: pointer;
  color: white;
  background: linear-gradient(135deg, #0c63ef, #1f89ff);
  border-radius: 18px;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(18, 103, 244, .23);
}

body.biz-home .search-btn:hover {
  transform: translateY(-1px);
}

body.biz-home .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 58px 10px 40px;
}

body.biz-home .stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 0;
}

body.biz-home .stat-icon {
  width: 58px;
  height: 58px;
  color: var(--blue);
  flex: 0 0 58px;
}

body.biz-home .stat strong {
  display: block;
  color: #071746;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -.6px;
}

body.biz-home .stat span {
  display: block;
  margin-top: 6px;
  color: #52607a;
  font-size: 17px;
}

body.biz-home .band {
  padding: 18px 10px 72px;
}

body.biz-home .band h2 {
  color: #071746;
  font-size: 34px;
  letter-spacing: -1px;
  margin: 0 0 8px;
}

body.biz-home .band-lead {
  color: #52607a;
  margin: 0 0 22px;
  max-width: 720px;
}

body.biz-home .cats,
body.biz-home .guides {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

body.biz-home .cats a,
body.biz-home .guides a,
body.biz-home .fresh a {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 18px;
  background: #fff;
  font-weight: 700;
  color: #071746;
}

body.biz-home .cats a:hover,
body.biz-home .guides a:hover,
body.biz-home .fresh a:hover {
  color: var(--blue);
  border-color: #b9cff5;
}

body.biz-home .fresh {
  display: grid;
  gap: 10px;
}

body.biz-home .fresh a span {
  display: block;
  margin-top: 4px;
  color: #52607a;
  font-weight: 600;
  font-size: 15px;
}

@media (max-width: 1120px) {
  body.biz-home .nav-center {
    display: none;
  }

  body.biz-home .hero {
    grid-template-columns: 1fr;
  }

  body.biz-home .photo-zone {
    height: 560px;
  }

  body.biz-home .script-note {
    right: 5%;
  }

  body.biz-home .search-card {
    margin-top: -50px;
    grid-template-columns: 1fr 1fr 210px;
  }

  body.biz-home .stats,
  body.biz-home .cats,
  body.biz-home .guides {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  body.biz-home .shell {
    width: min(100% - 28px, 1440px);
  }

  body.biz-home .nav {
    height: 86px;
    gap: 8px;
  }

  body.biz-home .logo {
    width: 52px;
    height: 52px;
    font-size: 23px;
  }

  body.biz-home .brand-name {
    font-size: 18px;
  }

  body.biz-home .get-listed {
    padding: 12px 12px;
    border-radius: 12px;
    font-size: 13px;
  }

  body.biz-home h1 {
    font-size: clamp(34px, 9vw, 48px);
    letter-spacing: -0.03em;
  }

  body.biz-home .subhead {
    font-size: 20px;
    margin-bottom: 20px;
  }

  body.biz-home .photo-zone {
    height: 430px;
  }

  body.biz-home .photo {
    width: 95%;
  }

  body.biz-home .script-note {
    font-size: 28px;
    top: 40px;
    right: 6px;
    width: 170px;
  }

  body.biz-home .search-card {
    width: 100%;
    margin: -18px auto 0;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  body.biz-home .search-field {
    height: 72px;
  }

  body.biz-home .search-field + .search-field {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  body.biz-home .search-btn {
    height: 60px;
  }

  body.biz-home .stats,
  body.biz-home .cats,
  body.biz-home .guides {
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  body.biz-home .stat {
    justify-content: flex-start;
  }
}
