/* Home page (index) styles */

.hero {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 700px at 20% 25%, rgba(238, 46, 43, 0.22) 0%, rgba(0, 0, 0, 0) 60%),
    radial-gradient(900px 600px at 85% 40%, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0) 55%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0%, rgba(11, 15, 25, 0.92) 55%, rgba(0, 0, 0, 0.95) 100%);
}

.hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.06) 0px,
      rgba(255, 255, 255, 0.06) 1px,
      rgba(255, 255, 255, 0) 1px,
      rgba(255, 255, 255, 0) 120px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.05) 1px,
      rgba(255, 255, 255, 0) 1px,
      rgba(255, 255, 255, 0) 120px
    );
  opacity: 0.10;
  transform: translateY(18px);
}

.hero__inner {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  display: flex;
  align-items: center;
  padding: 64px 0;
}

body.has-hero .hero__inner {
  min-height: 100vh;
  padding-top: calc(var(--header-h) + 40px);
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 46px;
  align-items: center;
}

.hero__content {
  max-width: 64ch;
}

.hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.hero__title {
  margin: 16px 0 0;
  font-size: clamp(2.35rem, 4.2vw, 4.1rem);
  line-height: 1.03;
  font-weight: 900;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.hero__title em {
  font-style: normal;
  color: var(--brand);
}

.hero__lead {
  margin: 18px 0 0;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.86);
}

.hero__bullets {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.hero__bullets li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.06);
}

.hero__bullets strong {
  font-weight: 900;
}

.hero__check {
  height: 22px;
  width: 22px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  flex: 0 0 auto;
  margin-top: 2px;
}


.hero__bullets span:last-child {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.4;
}

.hero__actions {
  margin: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.hero__meta {
  margin: 18px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.hero__visual {
  width: 100%;
  position: relative;
}

.hero__visual-frame {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  padding: 14px;
  box-shadow: 0 35px 75px rgba(0, 0, 0, 0.55);
}

.hero__visual-frame img {
  width: 100%;
  height: 540px;
  object-fit: contain;
  display: block;
  border-radius: 18px;
  background: #000;
}

.hero__caption {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.70);
}

/* Mid sections */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.home-split {
  gap: 34px;
  margin-bottom: 30px;
}

.home-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-actions--dark {
  margin-top: 22px;
}

.home-audience {
  border-radius: 26px;
  border-color: rgba(11, 18, 32, 0.10);
  box-shadow: 0 18px 45px rgba(11, 18, 32, 0.08);
}

.home-audience__card {
  border-radius: 18px;
  border-color: rgba(11, 18, 32, 0.10);
  transition: transform 140ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home-audience__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(11, 18, 32, 0.10);
  border-color: rgba(11, 18, 32, 0.16);
}

.home-audience__kicker {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-2);
  font-weight: 800;
}

.home-audience__title {
  font-weight: 900;
  font-size: 18px;
  margin-top: 6px;
}

.home-audience__note {
  margin-top: 12px;
  font-size: 12px;
  color: var(--muted-2);
}

.home-features .card {
  transition: transform 140ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home-features .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(11, 18, 32, 0.12);
  border-color: rgba(11, 18, 32, 0.16);
}

.home-feature__kicker {
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 800;
}

.duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cta-band {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(135deg, rgba(0,0,0,.55) 0%, rgba(17,24,39,.85) 40%, rgba(0,0,0,.65) 100%);
}

.home-cta {
  position: relative;
}

.home-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 600px at 25% 30%, rgba(238, 46, 43, 0.25) 0%, rgba(0, 0, 0, 0) 60%),
    radial-gradient(900px 600px at 85% 65%, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0) 55%);
  opacity: 0.85;
  pointer-events: none;
}

.cta-band__content {
  position: relative;
  z-index: 1;
}

.cta-band__image {
  position: relative;
  z-index: 1;
}

.home-cta__kicker {
  color: rgba(255, 255, 255, 0.72);
}

.home-cta__title {
  color: #ffffff;
}

.home-cta__lead {
  color: rgba(255, 255, 255, 0.84);
}

.home-cta__points {
  margin-top: 18px;
}

.home-cta__point {
  border-radius: 18px;
}

.home-cta__point-kicker {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

.home-cta__point-title {
  font-weight: 900;
  margin-top: 6px;
}

.cta-band__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
}

.cta-band__content {
  padding: 42px;
}

.cta-band__image {
  min-height: 260px;
}

.cta-band__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual-frame img { height: 420px; }
  .split { grid-template-columns: 1fr; }
  .cta-band__grid { grid-template-columns: 1fr; }
  .cta-band__content { padding: 28px; }
}

@media (max-width: 640px) {
  .hero__visual-frame img { height: 340px; }
  .duo { grid-template-columns: 1fr; }
}
