/* BGK Premium Homepage Hero v2 */
.bgk-pro-hero,
.bgk-pro-hero * { box-sizing: border-box; }

.bgk-pro-hero {
  --bgk-navy: #07101f;
  --bgk-navy-2: #0e172a;
  --bgk-gold: #f4a51c;
  --bgk-gold-2: #ffd071;
  --bgk-text: #ffffff;
  --bgk-muted: rgba(255,255,255,.76);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  color: var(--bgk-text);
  background:
    radial-gradient(circle at 70% 14%, rgba(244,165,28,.28), transparent 26%),
    radial-gradient(circle at 15% 82%, rgba(244,165,28,.12), transparent 30%),
    linear-gradient(135deg, #050a15 0%, #0b1325 45%, #080b18 100%);
  padding: clamp(56px, 7vw, 96px) 20px 0;
  isolation: isolate;
}

.bgk-pro-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,10,21,.97) 0%, rgba(5,10,21,.86) 34%, rgba(5,10,21,.25) 62%, rgba(5,10,21,.55) 100%),
    radial-gradient(circle at 52% 42%, rgba(244,165,28,.14), transparent 36%);
  z-index: -1;
}

.bgk-pro-hero__bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(5,10,21,.92) 0%, rgba(5,10,21,.55) 42%, rgba(5,10,21,.08) 72%), url('bgk-contractor-hero.png');
  background-size: cover;
  background-position: center right;
  opacity: .42;
  transform: scale(1.02);
  z-index: -2;
}

.bgk-pro-hero__wrap {
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 0.86fr) minmax(560px, 1.14fr);
  gap: clamp(26px, 4.8vw, 78px);
  align-items: center;
  min-height: clamp(620px, 74vh, 820px);
}

.bgk-pro-hero__content { position: relative; z-index: 2; max-width: 680px; }

.bgk-pro-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  margin-bottom: 28px;
  color: var(--bgk-gold-2);
  border: 1px solid rgba(244,165,28,.38);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 55px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .11em;
}

.bgk-pro-hero__badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bgk-gold);
  box-shadow: 0 0 18px rgba(244,165,28,.9);
}

.bgk-pro-hero h1 {
  margin: 0;
  max-width: 720px;
  color: #fff;
  font-size: clamp(46px, 6.4vw, 94px);
  line-height: .92;
  letter-spacing: -.06em;
  font-weight: 950;
  text-wrap: balance;
  text-shadow: 0 20px 70px rgba(0,0,0,.5);
}

.bgk-pro-hero h1::first-line { color: #fff; }

.bgk-pro-hero__lead {
  margin: 26px 0 0;
  max-width: 650px;
  color: var(--bgk-muted);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.75;
  text-shadow: 0 10px 28px rgba(0,0,0,.35);
}

.bgk-pro-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.bgk-pro-hero__btn {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 17px 28px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none !important;
  line-height: 1;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.bgk-pro-hero__btn:hover,
.bgk-pro-hero__btn:focus-visible { transform: translateY(-3px); }

.bgk-pro-hero__btn--gold {
  color: #08101f !important;
  background: linear-gradient(135deg, #ffd77f 0%, #f4a51c 48%, #db8706 100%);
  box-shadow: 0 22px 55px rgba(244,165,28,.35), inset 0 1px 0 rgba(255,255,255,.45);
}

.bgk-pro-hero__btn--gold:hover { box-shadow: 0 28px 70px rgba(244,165,28,.5), inset 0 1px 0 rgba(255,255,255,.45); }

.bgk-pro-hero__btn--glass {
  color: #fff !important;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 20px 45px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}

.bgk-pro-hero__arrow { font-size: 24px; line-height: .8; }
.bgk-pro-hero__btn-icon { color: inherit; opacity: .88; }

.bgk-pro-hero__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 48px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255,255,255,.13);
}

.bgk-pro-hero__features div {
  padding: 0 20px;
  min-height: 54px;
  border-left: 1px solid rgba(255,255,255,.11);
}
.bgk-pro-hero__features div:first-child { padding-left: 0; border-left: 0; }
.bgk-pro-hero__features strong { display: block; color: #fff; font-size: 15px; font-weight: 900; }
.bgk-pro-hero__features span { display: block; margin-top: 5px; color: rgba(255,255,255,.7); font-size: 13px; }

.bgk-pro-hero__visual {
  position: relative;
  min-height: 560px;
  align-self: stretch;
  z-index: 1;
}

.bgk-pro-hero__visual img {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(970px, 75vw);
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
  border-radius: 34px;
  opacity: .98;
  filter: saturate(1.08) contrast(1.04);
  box-shadow: 0 40px 120px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.13);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 84%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 84%, transparent 100%);
}

.bgk-pro-hero__orb {
  position: absolute;
  width: clamp(78px, 8vw, 128px);
  height: clamp(78px, 8vw, 128px);
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--bgk-gold-2);
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 900;
  background: radial-gradient(circle at 32% 22%, rgba(255,255,255,.36), rgba(255,255,255,.06) 34%, rgba(6,13,26,.78) 70%);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: inset 0 2px 1px rgba(255,255,255,.2), 0 22px 70px rgba(0,0,0,.35), 0 0 36px rgba(244,165,28,.2);
  backdrop-filter: blur(12px);
  text-shadow: 0 0 24px rgba(244,165,28,.36);
}
.bgk-pro-hero__orb--home { left: 3%; top: 14%; }
.bgk-pro-hero__orb--tools { right: 0; top: 23%; }
.bgk-pro-hero__orb--roof { left: 10%; bottom: 28%; }
.bgk-pro-hero__orb--gear { right: 8%; bottom: 17%; }

.bgk-pro-hero__stats {
  width: min(1500px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  transform: translateY(50%);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(7,16,31,.86);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 28px 80px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter: blur(18px);
}

.bgk-pro-hero__stats div {
  min-height: 116px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  padding: 18px;
  border-left: 1px solid rgba(255,255,255,.12);
}
.bgk-pro-hero__stats div:first-child { border-left: 0; }
.bgk-pro-hero__stats strong {
  color: #fff;
  font-size: clamp(31px, 3.6vw, 50px);
  line-height: 1;
  letter-spacing: .05em;
  font-weight: 950;
  text-transform: uppercase;
}
.bgk-pro-hero__stats span {
  color: var(--bgk-gold-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1100px) {
  .bgk-pro-hero__wrap { grid-template-columns: 1fr; min-height: auto; }
  .bgk-pro-hero__visual { min-height: 420px; }
  .bgk-pro-hero__visual img { width: min(960px, 100%); }
  .bgk-pro-hero__features { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 18px; }
  .bgk-pro-hero__features div:nth-child(3) { padding-left: 0; border-left: 0; }
}

@media (max-width: 760px) {
  .bgk-pro-hero { padding: 52px 16px 0; }
  .bgk-pro-hero::before { background: linear-gradient(180deg, rgba(5,10,21,.95) 0%, rgba(5,10,21,.88) 55%, rgba(5,10,21,.7) 100%); }
  .bgk-pro-hero__bg { opacity: .22; background-position: center; }
  .bgk-pro-hero h1 { font-size: clamp(42px, 12vw, 62px); }
  .bgk-pro-hero__buttons, .bgk-pro-hero__btn { width: 100%; }
  .bgk-pro-hero__features { grid-template-columns: 1fr; }
  .bgk-pro-hero__features div { padding: 14px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .bgk-pro-hero__features div:first-child { border-top: 0; }
  .bgk-pro-hero__visual { min-height: 330px; margin-top: 26px; }
  .bgk-pro-hero__visual img { border-radius: 22px; mask-image: none; -webkit-mask-image: none; }
  .bgk-pro-hero__orb { width: 68px; height: 68px; font-size: 30px; }
  .bgk-pro-hero__stats { width: 100%; grid-template-columns: repeat(2, 1fr); transform: translateY(35%); }
  .bgk-pro-hero__stats div { min-height: 96px; border-top: 1px solid rgba(255,255,255,.12); }
  .bgk-pro-hero__stats div:nth-child(1), .bgk-pro-hero__stats div:nth-child(2) { border-top: 0; }
  .bgk-pro-hero__stats div:nth-child(3) { border-left: 0; }
}

@media (max-width: 430px) {
  .bgk-pro-hero__badge { font-size: 11px; letter-spacing: .08em; }
  .bgk-pro-hero__stats { grid-template-columns: 1fr; transform: translateY(24px); }
  .bgk-pro-hero__stats div { border-left: 0 !important; }
}
