.advisory-hero .hero-shell {
  background: linear-gradient(135deg, #09152d 0%, #10264c 56%, #1d4179 100%);
}

.advisory-hero-grid {
  display: grid;
  gap: 2.5rem;
}

.advisory-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #dbe8ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.advisory-eyebrow span {
  width: 2rem;
  height: 2px;
  background: #8fb6ff;
}

.advisory-hero h1 {
  max-width: 720px;
  margin-top: 1rem;
  color: #fff;
  font-size: clamp(2.65rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.advisory-hero-copy > p {
  max-width: 680px;
  margin-top: 1.5rem;
  color: #d2e2ff;
  font-size: 1.05rem;
  line-height: 1.7;
}

.advisory-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.advisory-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  padding: 0.85rem 1.15rem;
  font-size: 0.86rem;
  font-weight: 700;
  transition: transform 150ms ease, background 150ms ease;
}

.advisory-actions a:hover { transform: translateY(-1px); }
.advisory-primary-action { background: #8fb6ff; color: #0c1a37; }
.advisory-primary-action:hover { background: #a9c7ff; }
.advisory-secondary-action { border: 1px solid rgba(143, 182, 255, 0.48); color: #eef5ff; }
.advisory-secondary-action:hover { background: rgba(143, 182, 255, 0.13); }

.offer-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.offer-index a {
  display: flex;
  min-height: 4.75rem;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(143, 182, 255, 0.24);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.07);
  padding: 0.85rem;
  color: #fff;
  transition: background 150ms ease, border-color 150ms ease;
}

.offer-index a:hover { border-color: rgba(143, 182, 255, 0.58); background: rgba(143, 182, 255, 0.13); }
.offer-index span { color: #8fb6ff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; }
.offer-index strong { font-size: 0.78rem; line-height: 1.35; }

.offer-grid { display: grid; gap: 1rem; }
.offer-card { min-height: 295px; scroll-margin-top: 6rem; transition: transform 160ms ease, box-shadow 160ms ease; }
.offer-card:hover { transform: translateY(-3px); box-shadow: 0 24px 55px rgba(9, 21, 45, 0.16); }
.offer-card-head { display: flex; align-items: center; gap: 0.65rem; }
.offer-card-head span { color: #315f9e; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.08em; }
.offer-card-head em {
  border-radius: 999px;
  background: #e5efff;
  padding: 0.24rem 0.6rem;
  color: #315f9e;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.offer-outcome {
  margin-top: 1.35rem;
  border-top: 1px solid rgba(16, 38, 76, 0.12);
  padding-top: 1rem;
}

.offer-outcome span { display: block; color: #7181a0; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.offer-outcome strong { display: block; margin-top: 0.35rem; color: #21385d; font-size: 0.82rem; line-height: 1.55; }

@media (min-width: 760px) {
  .advisory-hero-grid { grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr); align-items: center; }
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1080px) {
  .offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .offer-index { grid-template-columns: 1fr; }
  .offer-index a { min-height: 3.7rem; }
}
