.business_bg {
      position: relative;
      overflow: hidden;
      color: #fff;
      font-family: 'Inter', sans-serif;
      background:
        radial-gradient(ellipse at top left, #1b2a55 0, transparent 55%),
        radial-gradient(ellipse at bottom right, #243066 0, transparent 55%),
        linear-gradient(180deg, #0d1430, #070b20);
    }

    .business_bg::before,
    .business_bg::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      filter: blur(90px);
      opacity: .25;
      pointer-events: none;
    }

    .business_bg::before {
      width: 380px;
      height: 380px;
      top: -100px;
      left: -100px;
      background: #3b5bdb;
    }

    .business_bg::after {
      width: 420px;
      height: 420px;
      bottom: -120px;
      right: -120px;
      background: #f5b50a;
    }

    .biz-eyebrow {
      display: inline-block;
      padding: 6px 16px;
      border: 1px solid rgba(255, 255, 255, .15);
      background: rgba(255, 255, 255, .05);
      border-radius: 999px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: #fcd34d;
    }

    .biz-title {
      font-family: 'Fraunces', Georgia, serif;
      font-weight: 600;
      line-height: 1.1;
      letter-spacing: -.02em;
      font-size: calc(1.2rem + 1.5vw);
      /* fluid: ~29px mobile → 54px desktop */
      margin: 1.25rem 0 0;
    }

    .biz-title .accent {
      display: block;
      background: linear-gradient(90deg, #fde68a, #fcd34d, #f59e0b);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .biz-lead {
      color: rgba(255, 255, 255, .7);
      font-size: 1rem;
      line-height: 1.65;
    }

    .biz-feature {
      display: flex;
      gap: 14px;
      margin-bottom: 1rem;
    }

    .biz-feature .ico {
      flex: 0 0 28px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: rgba(252, 211, 77, .15);
      color: #fcd34d;
      box-shadow: inset 0 0 0 1px rgba(252, 211, 77, .4);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .biz-feature h6 {
      margin: 0;
      font-size: .95rem;
      font-weight: 600;
      color: #fff;
      text-align: justify;
    }

    .biz-feature p {
      margin: 2px 0 0;
      font-size: .85rem;
      color: rgba(255, 255, 255, .65);
    }

    .biz-stats {
      border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .biz-stat .num {
      font-family: 'Fraunces', serif;
      font-size: 1.6rem;
      color: #fff;
      line-height: 1;
    }

    .biz-stat .lbl {
      font-size: .65rem;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .5);
      margin-top: 6px;
    }

    /* Card */
    .biz-card {
      position: relative;
      background: rgba(255, 255, 255, .04);
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: 20px;
      padding: 1.75rem;
      backdrop-filter: blur(20px);
      box-shadow: 0 25px 60px -20px rgba(0, 0, 0, .5);
    }

    @media (min-width:576px) {
      .biz-card {
        padding: 2.25rem;
      }
    }

    .biz-card h3 {
      font-family: 'Fraunces', serif;
      font-weight: 600;
      font-size: 1.5rem;
      color: #fff;
      margin: 0;
    }

    .biz-card .sub {
      font-size: .9rem;
      color: rgba(255, 255, 255, .6);
      margin: .4rem 0 1.5rem;
    }

    .biz-label {
      display: block;
      font-size: .7rem;
      font-weight: 600;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .55);
      margin-bottom: .4rem;
    }

    .biz-input {
      width: 100%;
      background: rgba(255, 255, 255, .06);
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: 10px;
      padding: .8rem 1rem;
      color: #fff;
      font-size: .95rem;
      outline: none;
      transition: all .2s ease;
    }

    .biz-input::placeholder {
      color: rgba(255, 255, 255, .3);
    }

    .biz-input:focus {
      background: rgba(255, 255, 255, .08);
      border-color: rgba(252, 211, 77, .6);
      box-shadow: 0 0 0 3px rgba(252, 211, 77, .18);
    }

    select.biz-input {
      appearance: none;
      -webkit-appearance: none;
      padding-right: 2.5rem;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='none' stroke='%23fcd34d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1l5 5 5-5'/></svg>");
      background-repeat: no-repeat;
      background-position: right 1rem center;
    }

    select.biz-input option {
      background: #0b1530;
      color: #fff;
    }

    .biz-submit {
      width: 100%;
      border: 0;
      border-radius: 10px;
      padding: .95rem 1.25rem;
      font-weight: 700;
      font-size: .9rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #0b1530;
      background: linear-gradient(90deg, #fcd34d, #f59e0b);
      box-shadow: 0 10px 40px -10px rgba(251, 191, 36, .6);
      transition: all .25s ease;
    }

    .biz-submit:hover {
      background: linear-gradient(90deg, #fde68a, #fbbf24);
      box-shadow: 0 15px 50px -10px rgba(251, 191, 36, .8);
      transform: translateY(-1px);
    }

    .biz-fine {
      font-size: .75rem;
      color: rgba(255, 255, 255, .45);
    }