/* Generated from approved design. */


    body { font-family: 'Outfit', sans-serif; background: #fff; color: #0a0a0f; }
    /* ── LAYOUT ── */
    .sec-wrap { max-width: 1792px; margin: 0 auto; padding: 0 64px; }

    /* ── HERO ── */
    .bd-hero {
      background: linear-gradient(143deg, #0a0a0f 0%, #140008 55%, #3d0010 100%);
      padding: 88px 0;
      position: relative;
      overflow: hidden;
    }
    .bd-hero::after {
      content: '';
      position: absolute;
      top: -180px; right: -180px;
      width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(215,0,15,0.22) 0%, transparent 65%);
      pointer-events: none;
    }
    .bd-hero-inner { position: relative; }
    .bd-hero-eyebrow {
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: 'Outfit', sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #ccc;
      letter-spacing: 1.9775px;
      text-transform: uppercase;
      margin-bottom: 12px;
    }
    .bd-hero-eyebrow::before {
      content: '';
      display: inline-block;
      width: 18px;
      height: 2px;
      background: #a8a8a8;
      border-radius: 1px;
      flex-shrink: 0;
    }
    .bd-hero-heading {
      font-family: 'Outfit', sans-serif;
      font-size: 78px;
      font-weight: 900;
      color: #fff;
      line-height: 78px;
      letter-spacing: -3.9px;
      margin-bottom: 26px;
    }
    .bd-hero-sub {
      font-family: 'Outfit', sans-serif;
      font-size: 18px;
      font-weight: 300;
      color: #9898a8;
      line-height: 30.6px;
      max-width: 560px;
    }

    /* ── MARQUEE ── */
    .marquee-strip { background: #0d0d0d; height: 46px; overflow: hidden; position: relative; }
    .marquee-track { display: flex; align-items: center; height: 100%; width: max-content; animation: mq-scroll 28s linear infinite; }
    .marquee-strip:hover .marquee-track { animation-play-state: paused; }
    .marquee-item { display: inline-flex; align-items: center; gap: 14px; padding: 0 8px 0 28px; }
    .marquee-text { font-weight: 600; font-size: 12px; color: #555; letter-spacing: 1.44px; text-transform: uppercase; white-space: nowrap; }
    .marquee-sep { font-weight: 400; font-size: 8px; color: #555; }
    @keyframes mq-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

    /* ── BECOME A RESELLER ── */
    .bd-reseller { background: #f2f2f2; padding: 72px 0 96px; }
    .bd-reseller-inner {
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 64px;
      align-items: start;
    }
    .bd-reseller-left { padding-top: 83px; }
    .bd-reseller-eyebrow {
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: 'Outfit', sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #d7000f;
      letter-spacing: 1.9775px;
      text-transform: uppercase;
      margin-bottom: 20px;
    }
    .bd-reseller-eyebrow::before {
      content: '';
      display: inline-block;
      width: 18px;
      height: 2px;
      background: #d7000f;
      border-radius: 1px;
      flex-shrink: 0;
    }
    .bd-reseller-heading {
      font-family: 'Outfit', sans-serif;
      font-size: 54px;
      font-weight: 800;
      color: #0a0a0f;
      line-height: 56.7px;
      letter-spacing: -2.16px;
      margin-bottom: 40px;
    }
    .bd-benefits { display: flex; flex-direction: column; }
    .bd-benefit-row {
      display: flex;
      align-items: center;
      gap: 16px;
      min-height: 80px;
      padding: 16px 0;
      border-bottom: 1px solid #e4e4e4;
    }
    .bd-benefit-row:last-child { border-bottom: none; }
    .bd-benefit-icon { font-size: 22px; flex-shrink: 0; width: 22px; text-align: center; }
    .bd-benefit-text { display: flex; flex-direction: column; gap: 4px; }
    .bd-benefit-title {
      font-family: 'Outfit', sans-serif;
      font-size: 18px;
      font-weight: 500;
      color: #0a0a0f;
    }
    .bd-benefit-body {
      font-family: 'Outfit', sans-serif;
      font-size: 16px;
      font-weight: 300;
      color: #5c5c72;
    }
    /* Form card */
    .bd-form-card {
      background: #fff;
      border: 1px solid #e8e8e8;
      border-radius: 20px;
      padding: 41px;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
    .bd-form-title {
      font-family: 'Outfit', sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #0a0a0f;
    }
    .bd-form-body { display: flex; flex-direction: column; gap: 16px; }
    .bd-field { display: flex; flex-direction: column; gap: 7px; }
    .bd-field-label {
      font-family: 'Outfit', sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #0a0a0f;
    }
    .bd-input {
      width: 100%;
      height: 50px;
      background: #fff;
      border: 1px solid #e8e8e8;
      border-radius: 10px;
      padding: 0 16px;
      font-family: 'Outfit', sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #0a0a0f;
      outline: none;
      transition: border-color 0.2s;
    }
    .bd-input::placeholder { color: #757575; }
    .bd-input:focus { border-color: #d7000f; }
    .bd-select {
      width: 100%;
      height: 50px;
      background: #fff;
      border: 1px solid #e8e8e8;
      border-radius: 10px;
      padding: 0 16px;
      font-family: 'Outfit', sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #0a0a0f;
      outline: none;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%235c5c72' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 16px center;
      cursor: pointer;
      transition: border-color 0.2s;
    }
    .bd-select:focus { border-color: #d7000f; }
    .bd-submit {
      width: 100%;
      height: 47px;
      background: #d7000f;
      color: #fff;
      font-family: 'Outfit', sans-serif;
      font-size: 15px;
      font-weight: 600;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: background 0.2s;
      margin-top: 8px;
    }
    .bd-submit:hover { background: #b5000d; }

    @media (max-width: 768px) {
      .bd-cta-heading { font-size: 36px; }
      .sec-wrap { padding: 0 24px; }
    }
  