:root {
  color-scheme: light;
  --ink: #111827;
  --muted: #64748b;
  --line: #dbe4ef;
  --surface: rgba(255, 255, 255, 0.88);
  --paper: #fffaf0;
  --wash: #f1f5f9;
  --indigo: #3b5bdb;
  --teal: #0f766e;
  --amber: #f59e0b;
  --violet: #8b5cf6;
  --green: #059669;
  --shadow: 0 24px 70px rgba(17, 24, 39, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #f7f8fa;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 18%, rgba(59, 91, 219, 0.12), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(15, 118, 110, 0.12), transparent 30%),
    linear-gradient(135deg, #f2f5ff 0%, #effaf8 42%, #fffaf0 74%, #f7f8fa 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 17%, rgba(59, 91, 219, 0.055) 18% 21%, transparent 22% 100%),
    linear-gradient(160deg, transparent 0 56%, rgba(15, 118, 110, 0.045) 57% 61%, transparent 62% 100%),
    linear-gradient(24deg, transparent 0 72%, rgba(245, 158, 11, 0.05) 73% 76%, transparent 77% 100%);
}

a {
  color: var(--indigo);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.shell {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.14);
}

.brand span {
  font-size: 28px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  padding: 9px 10px;
  border-radius: 8px;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(290px, 0.72fr);
  gap: 30px;
  align-items: center;
  padding: 54px 0 42px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 11px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  background: rgba(15, 118, 110, 0.09);
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(44px, 8vw, 82px);
  font-weight: 950;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 930;
}

h3 {
  font-size: 20px;
  font-weight: 920;
}

.lead {
  max-width: 690px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2.4vw, 23px);
  line-height: 1.35;
  font-weight: 760;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  color: white;
  background: var(--indigo);
  border-radius: 8px;
  border: 1px solid rgba(59, 91, 219, 0.24);
  box-shadow: 0 18px 36px rgba(59, 91, 219, 0.19);
  font-weight: 900;
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(17, 24, 39, 0.1);
  box-shadow: none;
}

.button:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.hero-card {
  position: relative;
  min-height: 420px;
  padding: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(239, 250, 248, 0.74));
  border: 1px solid rgba(59, 91, 219, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 28px -30px auto;
  height: 140px;
  border: 18px solid rgba(59, 91, 219, 0.08);
  border-left-color: rgba(15, 118, 110, 0.13);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.rocky {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  margin: 18px auto 24px;
  background: radial-gradient(circle, white 0 48%, rgba(59, 91, 219, 0.10) 49% 62%, transparent 63%);
  border-radius: 50%;
}

.rocky img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  filter: drop-shadow(0 18px 28px rgba(17, 24, 39, 0.14));
}

.mini-card {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mini-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}

.mini-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 720;
  line-height: 1.35;
}

.section {
  padding: 38px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.section-head p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 17px;
  font-weight: 700;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.card {
  min-height: 100%;
  padding: 18px;
  background: var(--surface);
  border: 1px solid rgba(219, 228, 239, 0.94);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.06);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  color: white;
  background: linear-gradient(135deg, var(--indigo), var(--teal));
  border-radius: 8px;
  font-size: 22px;
  font-weight: 900;
}

.card p,
.policy p,
.policy li {
  color: var(--muted);
  line-height: 1.55;
  font-weight: 650;
}

.card p {
  margin: 10px 0 0;
}

.strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(219, 228, 239, 0.9);
  border-radius: 8px;
}

.stat {
  padding: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(219, 228, 239, 0.76);
  border-radius: 8px;
}

.stat strong {
  display: block;
  font-size: 22px;
  font-weight: 930;
}

.stat span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.policy {
  max-width: 860px;
  margin: 34px auto 60px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.policy h1 {
  font-size: clamp(34px, 5vw, 54px);
}

.policy h2 {
  margin-top: 30px;
  font-size: 25px;
}

.policy h3 {
  margin-top: 24px;
}

.policy .updated {
  margin: 10px 0 22px;
  color: var(--muted);
  font-weight: 800;
}

.policy table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.policy th,
.policy td {
  padding: 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.policy th {
  color: var(--ink);
  background: var(--wash);
  font-size: 13px;
}

.policy td {
  color: var(--muted);
  font-weight: 650;
}

.callout {
  margin: 18px 0;
  padding: 16px;
  color: var(--ink);
  background: rgba(15, 118, 110, 0.08);
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
}

.callout strong {
  display: block;
  margin-bottom: 6px;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 34px 0 46px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.footer-inner {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(100, 116, 139, 0.16);
  padding-top: 22px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .hero-card {
    min-height: 360px;
  }

  .grid,
  .strip {
    grid-template-columns: 1fr 1fr;
  }

  .section-head {
    display: block;
  }

  .section-head p {
    margin-top: 10px;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 24px, 1120px);
  }

  .nav {
    display: grid;
    gap: 10px;
    align-items: flex-start;
    justify-content: stretch;
  }

  .brand img {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .brand span {
    font-size: 24px;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 4px;
  }

  .nav-links a {
    font-size: 13px;
    padding: 7px 6px;
  }

  .hero-card {
    min-height: auto;
  }

  .grid,
  .strip {
    grid-template-columns: 1fr;
  }

  .policy {
    margin-top: 18px;
    padding: 18px;
  }

  .policy table,
  .policy thead,
  .policy tbody,
  .policy tr,
  .policy th,
  .policy td {
    display: block;
    width: 100%;
  }

  .policy th {
    border-bottom: 0;
  }

  .footer-inner {
    display: block;
  }

  .footer-links {
    margin-top: 12px;
  }
}
