/* MingalaCredit — Features (load after theme.css) */

.top-banner {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 3.2rem) 5vw 0;
  color: #fff;
  background:
    radial-gradient(ellipse 880px 500px at 8% -12%, rgba(255, 240, 195, 0.5), transparent),
    radial-gradient(ellipse 640px 480px at 95% 25%, rgba(255, 95, 40, 0.3), transparent),
    linear-gradient(116deg, #ff4d00 0%, #ff7618 38%, #ffc94a 100%);
}

.top-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    -10deg,
    transparent,
    transparent 90px,
    rgba(255, 255, 255, 0.018) 90px,
    rgba(255, 255, 255, 0.018) 92px
  );
}

.top-banner::before {
  content: "M";
  position: absolute;
  right: 1%;
  top: -6%;
  font-family: Lexend, sans-serif;
  font-weight: 800;
  font-size: clamp(7.5rem, 28vw, 15rem);
  color: rgba(255, 255, 255, 0.075);
  pointer-events: none;
}

.top-banner .inner {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  margin: 0 auto;
}

.top-banner .eyebrow {
  display: inline-block;
  margin-bottom: 0.7rem;
  padding: 0.34rem 0.92rem;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.top-banner h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.3rem, 3.7vw, 1.98rem);
  font-weight: 800;
  max-width: 42ch;
  line-height: 1.26;
  text-shadow: 0 6px 36px rgba(0, 0, 0, 0.12);
}

.top-banner .banner-lead {
  margin: 0 0 1.5rem;
  opacity: 0.97;
  max-width: 52ch;
  font-size: 1.02rem;
}

.banner-img {
  position: relative;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  overflow: hidden;
  box-shadow:
    0 -8px 56px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: none;
}

.banner-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, transparent 40%);
}

.banner-img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

main {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 2.85rem) 5vw 3rem;
}

main::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  width: min(580px, 92%);
  height: 6px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, transparent, var(--gold-400), var(--orange-500), var(--gold-500), transparent);
  opacity: 0.88;
}

h2.section {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.4rem;
  font-size: 1.34rem;
  font-weight: 800;
  color: var(--orange-950);
  letter-spacing: -0.02em;
}

h2.section::before {
  content: "";
  width: 7px;
  height: 1.55rem;
  border-radius: 5px;
  background: linear-gradient(180deg, var(--gold-400), var(--orange-600));
  box-shadow: 0 3px 14px rgba(232, 90, 0, 0.38);
}

.grid {
  display: grid;
  gap: 1.85rem;
}

@media (min-width: 880px) {
  .grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }
}

ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.features li {
  position: relative;
  padding: 1.12rem 1.2rem 1.12rem 1.35rem;
  margin-bottom: 0.72rem;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(255, 220, 160, 0.12), transparent),
    #fff;
  border: 1px solid rgba(232, 90, 0, 0.1);
  box-shadow: var(--shadow-xs);
  transition: transform 0.22s var(--ease-out), box-shadow 0.22s var(--ease-out);
}

ul.features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  bottom: 0.7rem;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--orange-500), var(--gold-500));
  box-shadow: 0 0 12px rgba(255, 140, 40, 0.35);
}

ul.features li:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

ul.features strong {
  display: block;
  color: var(--orange-800);
  margin-bottom: 0.38rem;
  font-size: 1.03rem;
}

.mock {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(165deg, #141008 0%, #070604 100%);
  padding: 11px;
  box-shadow:
    var(--shadow-lg),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.mock::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: calc(var(--radius-xl) - 10px);
  pointer-events: none;
  border: 1px solid rgba(255, 200, 120, 0.08);
  z-index: 1;
}

.mock::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.mock img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-xl) - 8px);
}

footer .inner {
  max-width: 1040px;
}
