/*
  Dependency chain: index.html -> site.css -> components.css -> this homepage
  layer. Keep hero, report, rights, warning, and footer section styles here.
*/

.hero {
  margin-top: 0.15rem;
}

.hero-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.hero-actions .button {
  min-height: 72px;
  flex-direction: column;
  gap: 0.28rem;
  padding: 0.58rem 0.45rem;
  border-color: rgba(158, 232, 181, 0.78);
  color: #d7e9ec;
  background: var(--mark-green);
  font-size: 0.92rem;
}

.hero-actions .button svg {
  order: -1;
  width: 1.2rem;
  height: 1.2rem;
}

.hero-card {
  display: grid;
  gap: 0.88rem;
  padding: 0.85rem;
  border: 2px solid rgba(142, 201, 245, 0.72);
  color: var(--pale-blue);
  background:
    linear-gradient(135deg, rgba(142, 201, 245, 0.12), transparent 32%),
    radial-gradient(circle at top right, rgba(97, 199, 107, 0.1), transparent 42%),
    linear-gradient(180deg, #074a78, #032844);
}

.hero-opening {
  display: grid;
  justify-items: center;
  gap: 0.32rem;
  padding: 0.72rem 0.55rem 0.76rem;
  border: 1px solid rgba(142, 201, 245, 0.38);
  border-radius: 0.78rem;
  background: linear-gradient(180deg, rgba(3, 32, 56, 0.72), rgba(5, 49, 82, 0.54));
  box-shadow: inset 0 1px 0 rgba(191, 242, 255, 0.1);
}

.hero-context {
  margin: 0;
  color: var(--muted-text-blue);
  font-size: 1.18rem;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-message {
  display: grid;
  gap: 0.36rem;
  padding: 0.7rem 0.75rem;
  border: 1px solid rgba(142, 201, 245, 0.34);
  border-radius: 0.78rem;
  background: rgba(3, 32, 56, 0.34);
  text-align: center;
}

.hero-signal-list {
  display: grid;
  gap: 0.58rem;
}

.hero-signal {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.62rem;
  margin: 0;
  padding: 0.72rem 0.76rem;
  border: 1px solid rgba(142, 201, 245, 0.52);
  border-left: 0.32rem solid rgba(97, 199, 107, 0.88);
  border-radius: 0.74rem;
  color: var(--heading-blue);
  background:
    linear-gradient(90deg, rgba(4, 43, 77, 0.86), rgba(8, 73, 118, 0.46));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.24;
}

.hero-signal--risk {
  border-color: rgba(142, 201, 245, 0.56);
  border-left-color: rgba(217, 92, 102, 0.9);
  color: var(--heading-blue);
  background:
    linear-gradient(90deg, rgba(4, 43, 77, 0.72), rgba(8, 73, 118, 0.42));
}

.hero-signal--business {
  border-color: rgba(142, 201, 245, 0.56);
  border-left-color: rgba(142, 201, 245, 0.9);
  color: var(--heading-blue);
}

.hero-signal-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #7ee08c;
  background: rgba(3, 32, 56, 0.34);
}

.hero-signal--risk .hero-signal-icon {
  color: #f08b96;
  background: rgba(3, 32, 56, 0.34);
}

.hero-signal--business .hero-signal-icon {
  color: var(--pale-blue);
  background: rgba(3, 32, 56, 0.34);
}

.hero-signal-icon svg {
  width: 1.18rem;
  height: 1.18rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-headline {
  margin: 0;
  color: var(--display-blue);
  text-align: center;
  white-space: nowrap;
  line-height: 1.05;
  font-size: 1.08rem;
  font-weight: 950;
}

.hero-word {
  display: inline-block;
}

.hero-word--no {
  color: #ff4055;
  text-decoration-line: line-through;
  text-decoration-color: #9ee8b5;
  text-decoration-thickness: 0.12em;
  text-decoration-skip-ink: none;
  text-shadow: 0 0 0.45rem rgba(165, 30, 34, 0.34);
}

.hero-word--ai {
  color: #a8f4b8;
  text-shadow: 0 0 0.45rem rgba(97, 199, 107, 0.28);
}

.hero-lead {
  margin: 0;
  color: var(--heading-blue);
  text-align: center;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.32;
}

.hero-reportables {
  display: grid;
  gap: 0.48rem;
  padding: 0.7rem 0.72rem;
  border: 1px solid rgba(142, 201, 245, 0.42);
  border-radius: 0.78rem;
  background: rgba(3, 32, 56, 0.5);
}

.hero-reportables-title {
  margin: 0;
  color: var(--muted-text-blue);
  font-size: 0.88rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-bullets {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  color: #b8e7ff;
  background: transparent;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.22;
  list-style: none;
}

.hero-bullets li {
  position: relative;
  padding-left: 1.25rem;
}

.hero-bullets li::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: rgba(97, 199, 107, 0.82);
  content: "";
}

.hero-note {
  margin: 0;
  color: var(--heading-blue);
  text-align: center;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.28;
}

.report-section,
.rights-section {
  scroll-margin-top: 1rem;
}

.rights-section .section-kicker {
  color: var(--rights-kicker-white);
}

.report-card {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  padding: 1.15rem 1rem;
  border: 2px solid var(--heart-green);
  color: var(--pale-blue);
  background: linear-gradient(180deg, #063f61, #064936);
  text-align: center;
}

.report-card h2 {
  color: var(--display-blue);
  font-size: 2.2rem;
}

.report-card p {
  max-width: 31rem;
  margin: 0;
  color: var(--pale-blue);
  font-size: 1.12rem;
  font-weight: 750;
}

.report-icon {
  color: var(--mark-blue);
  border-color: rgba(158, 232, 181, 0.9);
  background: var(--mark-green);
}

.warning-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  padding: 1rem;
  border: 3px solid var(--warning-red);
  background: var(--warning-cream);
}

.warning-card h2 {
  color: #601014;
}

.warning-card p {
  margin: 0.75rem 0;
  color: #32100b;
  font-weight: 800;
}

.text-button--warning {
  border-color: var(--warning-red);
  color: #601014;
  background: #fff8ea;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 0.4rem;
  padding-block: 2rem 2.5rem;
  color: var(--pale-blue);
  text-align: center;
}

.footer-support,
.footer-support-secondary,
.footer-brand,
.footer-slogan {
  margin: 0;
}

.footer-icon {
  color: var(--muted-text-blue);
  background: rgba(4, 43, 77, 0.72);
}

.footer-icon svg {
  color: #ff8fb7;
  fill: currentColor;
  stroke: currentColor;
}

.footer-support {
  color: var(--display-blue);
  font-size: 2rem;
  font-weight: 950;
  line-height: 1.05;
}

.footer-support-secondary {
  color: var(--heading-blue);
  font-size: 1.18rem;
  font-weight: 900;
}

.footer-brand {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 950;
}

.footer-slogan {
  max-width: 26rem;
  color: var(--muted-text-blue);
  font-weight: 750;
}

.footer-email {
  display: inline-flex;
  max-width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 0.55rem;
  padding: 0.45rem 0.6rem;
  border: 2px solid var(--border-blue);
  border-radius: 0.75rem;
  color: var(--display-blue);
  background: rgba(247, 250, 255, 0.08);
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
