/* The Hope Project — marketing site
   Brand: teal rising-line motif, near-black ink, mint wash.
   Type: Plus Jakarta Sans (display) + Inter (body). */

:root {
  --ink: #16191d;
  --ink-soft: #3a4149;
  --muted: #5c6670;
  --muted-2: #8a929b;
  --muted-3: #9aa3ab;
  --accent: #13b7a4;
  --accent-deep: #0e9e8e;
  --accent-bright: #3ec8b4;
  --mint: #e4f6f1;
  --mint-2: #f4fbf9;
  --hairline: #e6e9ec;
  --hairline-2: #edf1f0;
  --card-bg: #fbfdfc;
  --card-border: #e9f1ee;
  --dark: #15191e;
  --dark-2: #1d2228;
  --dark-border: #2a3138;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
}

a { text-decoration: none; color: inherit; }

.display { font-family: "Plus Jakarta Sans", sans-serif; letter-spacing: -0.02em; }

/* ---------- Layout ---------- */
.section { padding: 96px 80px; }
.wrap { max-width: 1280px; margin: 0 auto; }
.eyebrow {
  font-size: 14px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--accent-deep);
}

/* ---------- Nav ---------- */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 80px; border-bottom: 1px solid var(--hairline-2);
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand span { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; font-size: 21px; letter-spacing: -0.02em; }
.nav-links { display: flex; align-items: center; gap: 40px; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--muted); }
.nav-links a:hover { color: var(--ink); }

/* ---------- Hero ---------- */
.hero {
  display: flex; align-items: center; justify-content: space-between; gap: 48px;
  padding: 90px 80px 110px;
  background: linear-gradient(160deg, #e4f6f1 0%, #f2fbf9 46%, #fff 100%);
}
.hero-text { max-width: 620px; display: flex; flex-direction: column; gap: 28px; }
.pill {
  display: inline-flex; align-items: center; gap: 8px; width: fit-content;
  padding: 7px 14px; background: #fff; border: 1px solid #d2ebe4; border-radius: 100px;
  font-size: 13px; font-weight: 600; color: var(--accent-deep);
}
.dot { width: 7px; height: 7px; border-radius: 100px; background: var(--accent); }
.hero h1 { margin: 0; font-size: 60px; line-height: 1.07; font-weight: 800; letter-spacing: -0.03em; }
.hero .sub { font-size: 19px; line-height: 1.58; color: var(--muted); max-width: 540px; }

.hero-card {
  display: flex; flex-direction: column; width: 540px; padding: 32px;
  background: #fff; border: 1px solid #e6f1ed; border-radius: 24px;
  box-shadow: 0 24px 60px -24px rgba(16, 80, 72, 0.22);
}
.hero-card .row { display: flex; align-items: flex-start; justify-content: space-between; }
.hero-card .label { font-size: 13px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted-2); }
.hero-card .big { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; font-size: 34px; letter-spacing: -0.02em; }
.chip { display: flex; align-items: center; gap: 6px; padding: 6px 12px; background: var(--mint); border-radius: 100px; font-size: 13px; font-weight: 600; color: var(--accent-deep); }
.hero-card .foot { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid #eef4f2; font-size: 14px; font-weight: 500; }

/* ---------- Data cards ---------- */
.data-head { display: flex; flex-direction: column; gap: 18px; max-width: 760px; }
.data-head h2 { margin: 0; font-size: 36px; line-height: 1.22; font-weight: 800; letter-spacing: -0.02em; }
.data-head p { margin: 0; font-size: 17px; line-height: 1.65; color: var(--muted); }
.cards { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 56px; }
.card {
  flex: 1 1 calc(50% - 12px); min-width: 320px;
  display: flex; flex-direction: column; gap: 20px;
  padding: 32px; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 20px;
}
.card-top { display: flex; align-items: center; gap: 14px; }
.icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--mint); flex-shrink: 0; }
.card-top h3 { margin: 0; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; font-size: 19px; letter-spacing: -0.01em; }
.card .desc { margin: 0; font-size: 15px; line-height: 1.6; color: var(--muted); }
.card .use { display: flex; flex-direction: column; gap: 6px; padding-top: 18px; border-top: 1px solid #ecf3f1; }
.card .use .k { font-size: 12px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--accent-deep); }
.card .use .v { font-size: 15px; line-height: 1.53; font-weight: 500; color: var(--ink-soft); }

/* ---------- Security band ---------- */
.band { background: var(--dark); }
.band .sec-head { display: flex; flex-direction: column; gap: 18px; max-width: 720px; }
.band .eyebrow { color: var(--accent-bright); }
.band h2 { margin: 0; font-size: 36px; line-height: 1.22; font-weight: 800; letter-spacing: -0.02em; color: #fff; }
.band p { margin: 0; font-size: 17px; line-height: 1.65; color: #a7b0b8; }
.pillars { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 52px; }
.pillar {
  flex: 1 1 calc(33.333% - 16px); min-width: 280px;
  display: flex; flex-direction: column; gap: 14px;
  padding: 28px; background: var(--dark-2); border: 1px solid var(--dark-border); border-radius: 18px;
}
.pillar h4 { margin: 0; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; font-size: 18px; color: #fff; }
.pillar p { font-size: 15px; line-height: 1.53; color: #9aa3ab; }

/* ---------- Footer ---------- */
.footer { padding: 72px 80px 40px; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 48px; }
.footer-brand { max-width: 420px; display: flex; flex-direction: column; gap: 16px; }
.footer-brand p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--muted); }
.powered { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 8px 14px; background: #f4f7f6; border: 1px solid #e6ecea; border-radius: 100px; font-size: 13px; }
.powered .l { color: var(--muted); font-weight: 500; }
.powered .p { color: var(--ink); font-weight: 700; }
.footer-cols { display: flex; gap: 96px; }
.footer-col { display: flex; flex-direction: column; gap: 16px; }
.footer-col .h { font-size: 13px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted-3); }
.footer-col a { font-size: 15px; font-weight: 500; color: var(--ink-soft); }
.footer-col a.mail { color: var(--accent-deep); }
.footer-bar { display: flex; align-items: center; justify-content: space-between; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--hairline-2); }
.footer-bar span { font-size: 13px; color: var(--muted-3); }

/* ---------- Privacy doc ---------- */
.doc-header { padding: 80px 80px 56px; background: linear-gradient(160deg, #e4f6f1 0%, #f4fbf9 60%, #fff 100%); }
.doc-header .inner { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.doc-header h1 { margin: 0; font-size: 52px; line-height: 1.12; font-weight: 800; letter-spacing: -0.03em; }
.doc-header .updated { font-size: 15px; font-weight: 500; color: var(--muted); }
.doc-header .lede { font-size: 18px; line-height: 1.61; color: var(--ink-soft); padding-top: 8px; }
.doc-body { max-width: 820px; margin: 0 auto; padding: 64px 80px 0; display: flex; flex-direction: column; gap: 48px; }
.doc-body section { display: flex; flex-direction: column; gap: 16px; }
.doc-body h2 { margin: 0; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; font-size: 25px; letter-spacing: -0.01em; }
.doc-body p { margin: 0; font-size: 16px; line-height: 1.69; color: var(--ink-soft); }
.bullets { display: flex; flex-direction: column; gap: 20px; padding-top: 4px; }
.bullet { display: flex; gap: 12px; }
.bullet > .b { width: 6px; height: 6px; border-radius: 100px; background: var(--accent); margin-top: 8px; flex-shrink: 0; }
.bullet .col { display: flex; flex-direction: column; gap: 4px; }
.bullet .col .lbl { font-size: 16px; font-weight: 600; line-height: 1.5; color: var(--ink); }
.bullet .col .txt, .bullet .single { font-size: 16px; font-weight: 400; line-height: 1.63; color: var(--ink-soft); }
.callout { display: flex; flex-direction: column; gap: 10px; padding: 24px; background: var(--mint-2); border: 1px solid #dcefea; border-radius: 16px; }
.callout .h { font-size: 15px; font-weight: 600; color: var(--accent-deep); }
.callout p { color: var(--ink-soft); }
.callout a { color: var(--accent-deep); font-weight: 500; }
.contact-card { display: flex; align-items: center; gap: 16px; padding: 24px 28px; background: var(--dark); border-radius: 16px; }
.contact-card .ic { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--dark-2); flex-shrink: 0; }
.contact-card .k { font-size: 13px; font-weight: 500; color: var(--muted-3); }
.contact-card .v { font-size: 18px; font-weight: 600; color: #fff; }
.doc-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 72px; padding: 40px 80px; border-top: 1px solid var(--hairline-2); }
.doc-footer .right { display: flex; align-items: center; gap: 32px; }
.doc-footer .right a { font-size: 14px; font-weight: 500; color: var(--muted); }
.doc-footer .right span { font-size: 14px; color: var(--muted-3); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .section { padding: 64px 24px; }
  .nav { padding: 20px 24px; }
  .nav-links { display: none; }
  .hero { flex-direction: column; align-items: flex-start; padding: 56px 24px 72px; }
  .hero h1 { font-size: 40px; }
  .hero-card { width: 100%; }
  .card { flex-basis: 100%; }
  .pillar { flex-basis: 100%; }
  .footer { padding: 56px 24px 32px; }
  .footer-top { flex-direction: column; }
  .footer-cols { gap: 48px; }
  .footer-bar { flex-direction: column; gap: 12px; align-items: flex-start; }
  .doc-header { padding: 56px 24px 40px; }
  .doc-header h1 { font-size: 38px; }
  .doc-body { padding: 48px 24px 0; }
  .doc-footer { padding: 32px 24px; flex-direction: column; gap: 16px; align-items: flex-start; }
}
