:root {
  --giv-white: #ffffff;
  --giv-cream: #fcfbfa;
  --giv-cream-2: #f9f6f4;
  --giv-plum: #2b2230;
  --giv-plum-soft: #37313d;
  --giv-ink: #0d1221;
  --giv-body: #4b4b54;
  --giv-muted: #8b8b93;
  --giv-accent: #fa4490;
  --giv-accent-hover: #e8367f;
  --giv-accent-subtle: rgba(250, 68, 144, 0.08);
  --giv-line: rgba(13, 18, 33, 0.08);
  --giv-line-soft: rgba(13, 18, 33, 0.05);
  --giv-shadow-card: 0 1px 2px rgba(13, 18, 33, 0.04), 0 18px 40px -28px rgba(13, 18, 33, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Host Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--giv-white);
  color: var(--giv-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.pseo-container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.pseo-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--giv-line);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
}

.pseo-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 16px 0;
}

.pseo-brand,
.pseo-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 650;
  letter-spacing: -0.03em;
  color: var(--giv-ink);
}

.pseo-brand img,
.pseo-footer-brand img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.pseo-nav nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 560;
  color: var(--giv-ink);
}

.pseo-nav nav a {
  opacity: 0.82;
}

.pseo-nav nav a:hover,
.pseo-backlink:hover {
  opacity: 0.58;
}

.pseo-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--giv-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 650;
}

.pseo-hero {
  background:
    linear-gradient(var(--giv-line-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--giv-line-soft) 1px, transparent 1px),
    var(--giv-cream);
  background-size: 38px 38px;
  padding: 72px 0 64px;
}

.pseo-hub-hero {
  padding: 76px 0;
  text-align: center;
}

.pseo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: center;
  gap: 56px;
}

.pseo-eyebrow {
  margin: 0 0 16px;
  color: var(--giv-accent);
  font-size: 13px;
  font-weight: 700;
}

.pseo-backlink {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--giv-body);
  font-size: 14px;
  font-weight: 650;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--giv-ink);
  font-weight: 660;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 820px;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.96;
}

.pseo-hub-hero h1 {
  margin: 0 auto;
}

.pseo-dek {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--giv-body);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.62;
}

.pseo-hub-hero .pseo-dek {
  margin-left: auto;
  margin-right: auto;
}

.pseo-summary {
  max-width: 680px;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--giv-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: var(--giv-shadow-card);
}

.pseo-summary strong {
  display: block;
  margin-bottom: 10px;
  color: var(--giv-ink);
}

.pseo-summary ul {
  margin: 0;
  padding-left: 18px;
}

.pseo-summary li {
  margin: 8px 0;
  line-height: 1.55;
}

.pseo-visual {
  position: relative;
  min-height: 470px;
}

.pseo-hero-image {
  position: relative;
  margin: 0;
  border: 1px solid var(--giv-line);
  border-radius: 30px;
  background: var(--giv-white);
  box-shadow: var(--giv-shadow-card);
  overflow: hidden;
}

.pseo-hero-image::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(115deg, #9b6bff, #fa4490 38%, #ff8a3d 70%, #ffd166);
  filter: blur(26px);
  opacity: 0.22;
}

.pseo-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.pseo-visual::before {
  content: "";
  position: absolute;
  inset: 36px 18px 42px;
  z-index: 0;
  border-radius: 36px;
  background: linear-gradient(115deg, #9b6bff, #fa4490 38%, #ff8a3d 70%, #ffd166);
  filter: blur(30px);
  opacity: 0.3;
}

.pseo-phone,
.pseo-mini-dashboard,
.pseo-steps {
  position: absolute;
  z-index: 1;
  border: 1px solid var(--giv-line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--giv-shadow-card);
}

.pseo-phone {
  top: 18px;
  right: 40px;
  width: 270px;
  min-height: 390px;
  padding: 26px 20px;
  border-radius: 34px;
}

.pseo-phone-dot {
  display: block;
  width: 64px;
  height: 8px;
  margin: 0 auto 34px;
  border-radius: 999px;
  background: var(--giv-line);
}

.pseo-phone strong,
.pseo-mini-dashboard span {
  display: block;
  color: var(--giv-accent);
  font-size: 12px;
  font-weight: 760;
}

.pseo-phone p {
  margin: 10px 0 24px;
  color: var(--giv-ink);
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.pseo-field,
.pseo-button {
  display: block;
  border-radius: 999px;
  padding: 13px 15px;
  font-size: 13px;
}

.pseo-field {
  border: 1px solid var(--giv-line);
  color: var(--giv-muted);
  background: var(--giv-cream);
}

.pseo-button {
  margin-top: 10px;
  background: var(--giv-accent);
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.pseo-steps {
  left: 0;
  bottom: 68px;
  width: 250px;
  padding: 14px;
  border-radius: 22px;
}

.pseo-steps div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px;
  color: var(--giv-ink);
  font-size: 14px;
  font-weight: 600;
}

.pseo-steps span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--giv-accent-subtle);
  color: var(--giv-accent);
  font-size: 12px;
}

.pseo-mini-dashboard {
  right: 0;
  bottom: 22px;
  width: 190px;
  padding: 20px;
  border-radius: 22px;
}

.pseo-mini-dashboard strong {
  display: block;
  margin-top: 6px;
  color: var(--giv-ink);
  font-size: 52px;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.pseo-mini-dashboard p {
  margin: 8px 0 0;
  color: var(--giv-muted);
  font-size: 13px;
}

.pseo-content-band {
  background: var(--giv-white);
  padding: 64px 0 76px;
}

.pseo-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 740px);
  gap: 64px;
  align-items: start;
}

.pseo-toc {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--giv-muted);
  font-size: 14px;
}

.pseo-toc span {
  margin-bottom: 4px;
  color: var(--giv-ink);
  font-weight: 700;
}

.pseo-toc a {
  line-height: 1.35;
}

.pseo-toc a:hover {
  color: var(--giv-accent);
}

.pseo-prose {
  color: var(--giv-body);
  font-size: 18px;
  line-height: 1.86;
}

.pseo-article-section {
  scroll-margin-top: 100px;
  margin-bottom: 58px;
}

.pseo-prose h2 {
  margin: 0 0 22px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.04;
}

.pseo-prose h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.pseo-prose p {
  margin: 0 0 24px;
}

.pseo-prose a {
  color: var(--giv-accent);
  font-weight: 620;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.pseo-prose blockquote {
  margin: 32px 0;
  padding: 22px 26px;
  border-left: 4px solid var(--giv-accent);
  border-radius: 0 20px 20px 0;
  background: var(--giv-cream);
}

.pseo-prose blockquote p {
  margin: 0;
  color: var(--giv-ink);
  font-size: 1.15rem;
  font-weight: 620;
  line-height: 1.55;
}

.pseo-prose blockquote cite {
  display: block;
  margin-top: 10px;
  color: var(--giv-muted);
  font-size: 0.9rem;
  font-style: normal;
}

.pseo-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border: 1px solid var(--giv-line);
  border-radius: 18px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 15px;
}

th,
td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--giv-line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--giv-ink);
  background: var(--giv-cream-2);
}

tr:last-child td {
  border-bottom: 0;
}

.pseo-checklist,
.pseo-cta,
.pseo-callout,
.pseo-faq details,
.pseo-card,
.pseo-section-card {
  border: 1px solid var(--giv-line);
  background: var(--giv-white);
  box-shadow: var(--giv-shadow-card);
}

.pseo-callout {
  margin: 30px 0 0;
  padding: 24px 26px;
  border-radius: 22px;
  background: var(--giv-cream-2);
}

.pseo-callout ul,
.pseo-callout ol {
  margin: 0;
  padding-left: 22px;
}

.pseo-callout li {
  margin: 10px 0;
  padding-left: 4px;
}

.pseo-callout-numbered {
  background: #fff;
}

.pseo-checklist {
  margin: 52px 0;
  padding: 28px;
  border-radius: 24px;
  background: var(--giv-cream);
}

.pseo-checklist ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.pseo-checklist li {
  margin: 8px 0;
}

.pseo-cta {
  margin: 52px 0;
  padding: 34px;
  border-radius: 28px;
  background: var(--giv-plum);
}

.pseo-cta h2,
.pseo-cta p {
  color: #fff;
}

.pseo-cta p:not(.pseo-eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.pseo-cta a {
  display: inline-flex;
  margin-top: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--giv-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.pseo-faq {
  margin-top: 54px;
}

.pseo-references {
  margin: 52px 0;
  padding-top: 36px;
  border-top: 1px solid var(--giv-line);
}

.pseo-references ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.pseo-references li {
  margin: 10px 0;
}

.pseo-faq details {
  margin-top: 12px;
  padding: 18px 20px;
  border-radius: 18px;
}

.pseo-faq summary {
  cursor: pointer;
  color: var(--giv-ink);
  font-weight: 700;
}

.pseo-faq p {
  margin: 12px 0 0;
  font-size: 16px;
}

.pseo-related {
  padding: 64px 0;
  background: var(--giv-cream);
}

.pseo-related h2,
.pseo-latest-heading {
  margin-bottom: 26px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.pseo-latest-heading {
  margin-top: 56px;
}

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

.pseo-section-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pseo-card,
.pseo-section-card {
  display: block;
  min-height: 100%;
  padding: 24px;
  border-radius: 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pseo-card:hover,
.pseo-section-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px -24px rgba(13, 18, 33, 0.32);
}

.pseo-card span,
.pseo-section-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--giv-accent);
  font-size: 12px;
  font-weight: 760;
}

.pseo-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.08;
}

.pseo-card p,
.pseo-section-card p {
  margin: 0;
  color: var(--giv-body);
  font-size: 15px;
  line-height: 1.55;
}

.pseo-empty {
  color: var(--giv-muted);
}

.pseo-footer {
  background: var(--giv-plum);
}

.pseo-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0;
}

.pseo-footer-brand {
  color: #fff;
}

.pseo-footer p {
  max-width: 340px;
  color: rgba(255, 255, 255, 0.5);
}

.pseo-footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

@media (max-width: 980px) {
  .pseo-nav nav {
    display: none;
  }

  .pseo-hero-grid,
  .pseo-layout {
    grid-template-columns: 1fr;
  }

  .pseo-visual {
    min-height: 430px;
  }

  .pseo-hero-image {
    max-width: 560px;
  }

  .pseo-toc {
    position: static;
    display: none;
  }

  .pseo-card-grid,
  .pseo-section-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .pseo-container,
  .pseo-nav-inner,
  .pseo-footer-inner {
    width: min(100% - 32px, 1120px);
  }

  .pseo-nav-cta {
    display: none;
  }

  .pseo-hero {
    padding: 52px 0 48px;
  }

  h1 {
    font-size: 3.2rem;
  }

  .pseo-visual {
    min-height: 500px;
  }

  .pseo-phone {
    right: 12px;
    width: 245px;
  }

  .pseo-steps {
    width: 215px;
  }

  .pseo-mini-dashboard {
    width: 164px;
  }

  .pseo-prose {
    font-size: 17px;
  }

  .pseo-checklist,
  .pseo-cta {
    padding: 24px;
  }

  .pseo-card-grid,
  .pseo-section-grid {
    grid-template-columns: 1fr;
  }

  .pseo-footer-inner,
  .pseo-footer-links {
    flex-direction: column;
    align-items: flex-start;
  }
}
