:root {
  --brand: #22bde9;
  --brand-dark: #159ec8;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-700: #334155;
  --slate-900: #0f172a;
}

button {
  font: inherit;
}

a {
  font: inherit;
}

main {
  min-height: 800px;
  padding: 96px 0 64px;
}

main>div {
  max-width: 1152px;
  margin: auto;
  padding-right: 16px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

@media (max-width: 900px) {
  main {
    padding-top: 48px;
  }

  main>div {
    gap: 48px;
  }
}

@media (max-width: 640px) {
  main {
    padding: 24px 0 40px;
  }

  main>div {
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
    gap: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}

.toast-section .download-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  display: none;
  align-items: flex-start;
  gap: 12px;
  width: 360px;
  padding: 16px 20px;
  border: 1px solid #065f46;
  border-radius: 16px;
  background: #022c22;
  color: #d1fae5;
  box-shadow: 0 20px 35px rgba(0, 0, 0, .25);
}

.toast-section .download-toast>i {
  color: #34d399;
  font-size: 20px;
}

.toast-section .download-toast strong {
  display: block;
  color: #34d399;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.toast-section .download-toast p {
  margin: 4px 0 0;
  color: #a7f3d0;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .toast-section .download-toast {
    right: 16px;
    left: 16px;
    bottom: 16px;
    width: auto;
  }
}

.download-hero {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 40px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
  padding: 48px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  background-image: radial-gradient(rgba(34, 189, 233, .12) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
}

.download-hero .hero-content .eyebrow {
  display: inline-block;
  color: var(--brand);
  font: 700 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.download-hero .hero-content {
  position: relative;
  max-width: 680px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.download-hero .hero-content .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(34, 189, 233, .1);
  font: 800 12px/1 sans-serif;
  letter-spacing: 1px;
}

.download-hero .hero-content .pill i {
  font-size: 14px;
}

.download-hero .hero-content h1 {
  margin: -5px 0 -15px;
  color: #111827;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.8px;
}

.download-hero .hero-content p {
  margin: 0;
  color: var(--slate-500);
  font-size: 14px;
  line-height: 1.7;
}

.download-hero .hero-content strong {
  color: var(--slate-700);
}

.download-hero .hero-content .progress-wrap {
  width: 448px;
}

.download-hero .hero-content .progress-wrap .progress-track {
  height: 14px;
  padding: 2px;
  overflow: hidden;
  border: 1px solid var(--slate-200);
  border-radius: 999px;
  background: var(--slate-100);
}

.download-hero .hero-content .progress-wrap .progress-bar {
  display: block;
  width: 0;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(to right, var(--brand), var(--brand-dark));
}

.download-hero .hero-content .progress-wrap .progress-bar.complete {
  width: 100%;
}

.download-hero .hero-content .progress-wrap .progress-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: var(--slate-400);
  font: 700 11px/1 ui-monospace, monospace;
}

.download-hero .hero-content .progress-wrap .progress-value {
  color: var(--brand);
}

.download-hero .hero-content .retry-copy {
  font-size: 12px;
  color: var(--slate-400);
}

.download-hero .hero-content .download-again {
  padding: 0;
  border: 0;
  background: none;
  color: var(--brand);
  font-weight: 900;
  cursor: pointer;
}

.download-hero .hero-content .download-again:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .download-hero {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .download-hero .hero-content h1 {
    font-size: 32px;
  }

  .download-hero .hero-content .progress-wrap {
    width: auto;
  }
}

.safety-section {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 40px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
  padding: 48px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--slate-900);
  border-color: #1e293b;
  box-shadow: 0 14px 28px rgba(15, 23, 42, .15);
}

.safety-section .section-heading {
  text-align: center;
  margin: 0 auto 40px;
}

.safety-section .section-heading.align-left {
  text-align: left;
  margin: 0 0 32px;
}

.safety-section .section-heading h2 {
  margin: 7px 0 8px;
  color: #111827;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #fff;
}

.safety-section .section-heading p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--slate-500);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--slate-400);
}

.safety-section .section-heading.align-left p {
  margin-left: 0;
}

.safety-section .section-heading .eyebrow {
  display: inline-block;
  color: var(--brand);
  font: 700 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.safety-section:after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 380px;
  background: linear-gradient(to left, rgba(255, 255, 255, .05), transparent);
}

.safety-section>* {
  position: relative;
  z-index: 1;
  max-width: 896px;
}

.safety-section .safety-grid {
  display: grid;
  grid-template-columns: repeat(2, 436px);
  gap: 24px;
}

.safety-section .safety-grid .safety-card {
  display: flex;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 16px;
  background: rgba(255, 255, 255, .05);
}

.safety-section .safety-grid .safety-card h3 {
  margin: 0 0 6px;
  font-size: 14px;
}

.safety-section .safety-grid .safety-card p {
  margin: 0;
  color: var(--slate-400);
  font-size: 12px;
  line-height: 1.65;
  font-weight: 500;
}

.safety-section .safety-grid .safety-card .step {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.safety-section .safety-grid .safety-card .step-red {
  color: #fb7185;
  background: rgba(244, 63, 94, .15);
}

.safety-section .safety-grid .safety-card .step-orange {
  color: #fb923c;
  background: rgba(249, 115, 22, .15);
}

.safety-section .safety-grid .safety-card .step-amber {
  color: #fbbf24;
  background: rgba(245, 158, 11, .15);
}

.safety-section .safety-grid .safety-card .step-green {
  color: #34d399;
  background: rgba(16, 185, 129, .15);
}

@media (max-width: 900px) {
  .safety-section .safety-grid {
    grid-template-columns: repeat(2, 248px);
  }
}

@media (max-width: 640px) {
  .safety-section {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .safety-section .section-heading {
    margin-bottom: 26px;
  }

  .safety-section .section-heading h2 {
    font-size: 24px;
  }

  .safety-section .safety-grid {
    grid-template-columns: auto;
    gap: 14px;
  }

  .safety-section .section-heading p {
    font-size: 12px;
  }
}

.onboarding-section .section-heading {
  text-align: center;
  margin: 0 auto 40px;
  margin-bottom: 24px;
}

.onboarding-section .section-heading h2 {
  margin: 7px 0 8px;
  color: #111827;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.onboarding-section .section-heading p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--slate-500);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--slate-400);
}

.onboarding-section .section-heading .eyebrow {
  display: inline-block;
  color: var(--brand);
  font: 700 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.onboarding-section .onboarding-grid .onboarding-card h3 {
  margin: 0 0 6px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--slate-900);
}

.onboarding-section .onboarding-grid .onboarding-card p {
  margin: 0;
  color: var(--slate-400);
  font-size: 12px;
  line-height: 1.65;
  font-weight: 500;
}

.onboarding-section .onboarding-grid {
  display: grid;
  grid-template-columns: repeat(4, 258px);
  gap: 24px;
}

.onboarding-section .onboarding-grid .onboarding-card {
  padding: 24px;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
}

.onboarding-section .onboarding-grid .onboarding-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .09);
}

.onboarding-section .onboarding-grid .onboarding-card>span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(34, 189, 233, .1);
  color: var(--brand);
  font-size: 14px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .onboarding-section .onboarding-grid {
    grid-template-columns: repeat(2, 280px);
  }
}

@media (max-width: 640px) {
  .onboarding-section .section-heading {
    margin-bottom: 26px;
  }

  .onboarding-section .section-heading h2 {
    font-size: 24px;
  }

  .onboarding-section .onboarding-grid {
    grid-template-columns: auto;
  }

  .onboarding-section .section-heading p {
    font-size: 12px;
  }
}

.capabilities-section {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 40px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.capabilities-section .section-heading {
  text-align: center;
  margin: 0 auto 40px;
  margin-bottom: 24px;
}

.capabilities-section .section-heading.align-left {
  text-align: left;
  margin: 0 0 32px;
}

.capabilities-section .section-heading h2 {
  margin: 7px 0 8px;
  color: #111827;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.capabilities-section .section-heading p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--slate-500);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--slate-400);
}

.capabilities-section .section-heading.align-left p {
  margin-left: 0;
}

.capabilities-section .section-heading .eyebrow {
  display: inline-block;
  color: var(--brand);
  font: 700 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.capabilities-section:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(to bottom left, rgba(34, 189, 233, .12), transparent 70px);
  border-radius: 0 40px 0 999px;
}

.capabilities-section .capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 245px);
  gap: 16px;
  max-width: 768px;
}

.capabilities-section .capability-grid div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--slate-100);
  border-radius: 16px;
  background: var(--slate-50);
  color: var(--slate-700);
  font-size: 12px;
  font-weight: 700;
}

.capabilities-section .capability-grid i {
  color: var(--brand);
}

.capabilities-section .license-note {
  max-width: 768px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--slate-100);
}

.capabilities-section .license-note strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--slate-700);
  font-size: 12px;
}

.capabilities-section .license-note strong span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f97316;
}

.capabilities-section .license-note p {
  margin: 7px 0 0;
  color: var(--slate-400);
  font-size: 11px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .capabilities-section .capability-grid {
    grid-template-columns: repeat(3, 160px);
  }
}

@media (max-width: 640px) {
  .capabilities-section {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .capabilities-section .section-heading {
    margin-bottom: 26px;
  }

  .capabilities-section .section-heading h2 {
    font-size: 24px;
  }

  .capabilities-section .capability-grid {
    grid-template-columns: auto;
  }

  .capabilities-section .section-heading p {
    font-size: 12px;
  }
}

.comparison-section {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 40px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
  padding: 48px;
  display: grid;
  grid-template-columns: minmax(0px, 584px) minmax(280px, 400px);
  gap: 40px;
  align-items: center;
  background: var(--slate-100);
}

.comparison-section .section-heading {
  text-align: center;
  margin: 0 auto 40px;
  margin-bottom: 24px;
}

.comparison-section .section-heading.align-left {
  text-align: left;
  margin: 0 0 32px;
}

.comparison-section .section-heading h2 {
  margin: 7px 0 8px;
  color: #111827;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.comparison-section .section-heading p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--slate-500);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--slate-400);
}

.comparison-section .section-heading.align-left p {
  margin-left: 0;
}

.comparison-section .section-heading .eyebrow {
  display: inline-block;
  color: var(--brand);
  font: 700 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.comparison-section .section-heading .eyebrow.muted {
  color: var(--slate-500);
}

.comparison-section .comparison-table-wrap {
  min-width: 0;
}

.comparison-section td i {
  color: var(--brand);
}

.comparison-section .comparison-table-wrap .table-scroll {
  overflow: hidden;
  border: 1px solid var(--slate-200);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
}

.comparison-section table {
  width: 584px;
  border-collapse: collapse;
  font-size: 12px;
}

.comparison-section td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid var(--slate-100);
  color: var(--slate-700);
  font-weight: 600;
}

.comparison-section th {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid var(--slate-100);
  background: var(--slate-50);
  color: var(--slate-500);
}

.comparison-section th:not(:first-child) {
  text-align: center;
}

.comparison-section td:not(:first-child) {
  text-align: center;
}

.comparison-section tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-section td i.yes-free {
  color: #10b981;
}

.comparison-section td i.no {
  color: #cbd5e1;
}

.comparison-section .upgrade-card {
  padding: 32px;
  border: 1px solid var(--slate-200);
  border-radius: 24px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .07);
}

.comparison-section .upgrade-card .offer {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(245, 158, 11, .1);
  color: #d97706;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comparison-section .upgrade-card h3 {
  margin: 12px 0 8px;
  color: var(--slate-900);
  font-size: 18px;
}

.comparison-section .upgrade-card>p {
  margin: 0;
  color: var(--slate-400);
  font-size: 12px;
  line-height: 1.6;
}

.comparison-section .upgrade-card .upgrade-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  padding: 14px;
  border-radius: 16px;
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 5px 12px rgba(34, 189, 233, .25);
}

.comparison-section .upgrade-card .upgrade-button:hover {
  background: var(--brand-dark);
}

.comparison-section .upgrade-card .benefits {
  display: grid;
  grid-template-columns: repeat(3, 93px);
  gap: 8px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--slate-100);
}

.comparison-section .upgrade-card .benefits span {
  color: var(--slate-400);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
}

.comparison-section .upgrade-card .benefits i {
  display: block;
  margin-bottom: 5px;
  color: var(--slate-700);
  font-size: 17px;
}

@media (max-width: 900px) {
  .comparison-section {
    grid-template-columns: auto;
  }
}

@media (max-width: 640px) {
  .comparison-section {
    padding: 28px 20px;
    border-radius: 24px;
    padding: 24px 12px;
  }

  .comparison-section .section-heading {
    margin-bottom: 26px;
  }

  .comparison-section .section-heading h2 {
    font-size: 24px;
  }

  .comparison-section .comparison-table-wrap .section-heading {
    padding: 0 8px;
  }

  .comparison-section .comparison-table-wrap .table-scroll {
    overflow: hidden;
    width: 100%;
    border-radius: 16px;
  }

  .comparison-section table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    font-size: 11px;
  }

  .comparison-section th,
  .comparison-section td {
    padding: 12px 8px;
    overflow-wrap: anywhere;
  }

  .comparison-section th:first-child,
  .comparison-section td:first-child {
    width: 52%;
  }

  .comparison-section th:not(:first-child),
  .comparison-section td:not(:first-child) {
    width: 24%;
  }

  .comparison-section .upgrade-card {
    padding: 26px 18px;
  }

  .comparison-section .upgrade-card .benefits {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 4px;
  }

  .comparison-section .section-heading p {
    font-size: 12px;
  }
}

.trust-section .trust-card h3 {
  margin: 0 0 6px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--slate-900);
}

.trust-section .trust-card p {
  margin: 0;
  color: var(--slate-400);
  font-size: 12px;
  line-height: 1.65;
  font-weight: 500;
}

.trust-section {
  display: grid;
  grid-template-columns: repeat(3, 352px);
  gap: 32px;
  padding: 32px 0;
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
}

.trust-section .trust-card {
  display: flex;
  gap: 16px;
  padding: 16px;
}

.trust-section .trust-card>i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 16px;
  background: rgba(34, 189, 233, .1);
  color: var(--brand);
  font-size: 24px;
}

@media (max-width: 900px) {
  .trust-section {
    grid-template-columns: auto;
    gap: 8px;
  }

  .trust-section .trust-card {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .trust-section .trust-card {
    padding: 12px 4px;
  }
}

.faq-section .section-heading {
  text-align: center;
  margin: 0 auto 40px;
  margin-bottom: 24px;
}

.faq-section .section-heading h2 {
  margin: 7px 0 8px;
  color: #111827;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.faq-section .section-heading p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--slate-500);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--slate-400);
}

.faq-section .section-heading .eyebrow {
  display: inline-block;
  color: var(--brand);
  font: 700 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.faq-section {
  width: 768px;
  margin: auto;
}

.faq-section .faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-section .faq-list .faq-item {
  overflow: hidden;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
}

.faq-section .faq-list .faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  border: 0;
  background: #fff;
  color: var(--slate-700);
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.faq-section .faq-list .faq-item button span {
  flex: 1;
}

.faq-section .faq-list .faq-item button i {
  flex: none;
  margin-left: 20px;
}

.faq-section .faq-list .faq-item button:hover {
  color: var(--brand);
}

.faq-section .faq-list .faq-item.open button {
  color: var(--brand);
}

.faq-section .faq-list .faq-item.open button i {
  transform: scaleY(-1);
}

.faq-section .faq-list .faq-item>p {
  display: none;
  margin: 0;
  padding: 16px 20px 20px;
  border-top: 1px solid var(--slate-100);
  color: var(--slate-400);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .faq-section {
    width: auto;
  }
}

@media (max-width: 640px) {
  .faq-section .section-heading {
    margin-bottom: 26px;
  }

  .faq-section .section-heading h2 {
    font-size: 24px;
  }

  .faq-section .faq-list .faq-item button {
    gap: 12px;
    padding: 17px;
  }

  .faq-section {
    width: auto;
  }

  .faq-section .section-heading p {
    font-size: 12px;
  }
}

.help-section {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 40px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  border-radius: 32px;
}

.help-section .help-copy>i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 16px;
  background: rgba(34, 189, 233, .1);
  color: var(--brand);
  font-size: 24px;
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  border-radius: 999px;
  font-size: 20px;
}

.help-section .help-copy {
  display: flex;
  align-items: center;
  gap: 16px;
}

.help-section .help-copy h2 {
  margin: 0 0 5px;
  color: var(--slate-900);
  font-size: 12px;
  text-transform: uppercase;
}

.help-section .help-copy p {
  margin: 0;
  color: var(--slate-400);
  font-size: 11px;
}

.help-section .help-copy a {
  color: var(--brand);
  font-weight: 800;
}

.help-section nav {
  display: flex;
  gap: 16px;
}

.help-section nav a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 11px 16px;
  border-radius: 12px;
  background: var(--slate-100);
  color: var(--slate-700);
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.help-section nav a:last-child {
  background: var(--slate-900);
  color: #fff;
}

@media (max-width: 900px) {
  .help-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .help-section nav {
    align-self: stretch;
  }

  .help-section nav a {
    justify-content: center;
    flex: 1;
  }
}

@media (max-width: 640px) {
  .help-section {
    padding: 28px 20px;
    border-radius: 24px;
    padding: 24px 18px;
  }

  .help-section .help-copy {
    align-items: flex-start;
  }

  .help-section nav {
    flex-direction: column;
    gap: 10px;
    width: auto;
  }
}