/* ===== Homepage hero ===== */
body.site.home,
body.site.itemid-101 {
  background:
    radial-gradient(circle at 20% 0%, rgba(227,113,17,0.12), transparent 28%),
    radial-gradient(circle at 80% 15%, rgba(255,255,255,0.04), transparent 20%),
    linear-gradient(180deg, var(--aw-bg-header) 0%, var(--aw-bg-main) 12%, var(--aw-bg-main) 100%);
}

.aw-home-hero {
  position: relative;
  max-width: var(--aw-container);
  margin: 0 auto;
  padding: 32px 24px 0;
}

.aw-home-hero__shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--aw-border-soft);
  border-radius: var(--aw-radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  box-shadow: var(--aw-shadow-soft);
}

.aw-home-hero__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(227,113,17,0.18), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,0.03), transparent 48%);
  pointer-events: none;
}

.aw-home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 620px;
  grid-template-columns: 1.02fr 0.98fr;
}

.aw-home-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

.aw-home-hero__title {
  margin: 0;
  color: var(--aw-text-primary);
  font-size: 64px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: none !important;
}

.aw-home-hero__text {
  max-width: 620px;
  margin-top: 20px;
  color: var(--aw-text-secondary);
  font-size: 17px;
  line-height: 1.9;
}

.aw-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.aw-home-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 18px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  transition: .2s ease;
}

.aw-home-hero__btn,
.aw-home-hero__btn:link,
.aw-home-hero__btn:visited,
.aw-home-hero__btn:hover,
.aw-home-hero__btn:focus {
  text-decoration: none !important;
  color: inherit;
}

body.site .aw-home-hero__actions a.aw-home-hero__btn--primary,
body.site .aw-home-hero__actions a.aw-home-hero__btn--primary:link,
body.site .aw-home-hero__actions a.aw-home-hero__btn--primary:visited {
  background: #c86410 !important;
  color: #F2F3F5 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: none !important;
}

body.site .aw-home-hero__actions a.aw-home-hero__btn--primary:hover,
body.site .aw-home-hero__actions a.aw-home-hero__btn--primary:focus,
body.site .aw-home-hero__actions a.aw-home-hero__btn--primary:active {
  background: #d96f14 !important;
  color: #F2F3F5 !important;
  border-color: rgba(255,255,255,0.12) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04) inset !important;
}

body.site .aw-home-hero__actions a.aw-home-hero__btn--primary:hover *,
body.site .aw-home-hero__actions a.aw-home-hero__btn--primary:focus *,
body.site .aw-home-hero__actions a.aw-home-hero__btn--primary:active * {
  color: #F2F3F5 !important;
}

.aw-home-hero__btn--primary:hover *,
.aw-home-hero__btn--primary:focus *,
.aw-home-hero__btn--primary:hover span,
.aw-home-hero__btn--primary:focus span {
  color: #17181A !important;
}

.aw-home-hero__btn--ghost {
  border: 1px solid var(--aw-border-soft);
  background: rgba(255,255,255,0.03);
  color: var(--aw-text-primary) !important;
}

.aw-home-hero__btn--ghost:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.18);
}

.aw-home-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  margin-top: 30px;
}

.aw-home-hero__stat {
  padding: 16px;
  border: 1px solid var(--aw-border-soft);
  border-radius: 18px;
  background: rgba(0,0,0,0.20);
}

.aw-home-hero__stat-value {
  color: var(--aw-text-primary);
  font-size: 22px;
  font-weight: 700;
}

.aw-home-hero__stat-label {
  margin-top: 4px;
  color: var(--aw-text-muted);
  font-size: 13px;
  line-height: 1.5;
}

.aw-home-hero__media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: linear-gradient(135deg, #272B30, #1D2024);
}

.aw-home-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aw-home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23,24,26,0.18) 0%, rgba(23,24,26,0.08) 35%, rgba(23,24,26,0.22) 100%);
  pointer-events: none;
}

.aw-home-hero__media-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  background: rgba(17,18,20,0.82);
  color: var(--aw-text-secondary);
  font-size: 13px;
  line-height: 1.5;
  max-width: 320px;
}

@media (max-width: 1279px) {
  .aw-home-hero__grid { grid-template-columns: 1fr; }
  .aw-home-hero__media { min-height: 380px; }
}

@media (max-width: 991.98px) {
  .aw-home-hero { padding: 24px 16px 0; }
  .aw-home-hero__content { padding: 32px 24px; }
  .aw-home-hero__title { font-size: 44px; }
  .aw-home-hero__text { font-size: 16px; line-height: 1.8; }
}

@media (max-width: 767.98px) {
  .aw-home-hero__title { font-size: 36px; }
  .aw-home-hero__stats { grid-template-columns: 1fr; }
  .aw-home-hero__actions { flex-direction: column; }
  .aw-home-hero__btn { width: 100%; }
}