@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --brand: #0f4c81;
  --brand-strong: #09315a;
  --brand-2: #1e88e5;
  --success: #00c853;
  --bg: #f8fafc;
  --bg-alt: #ffffff;
  --panel: rgba(255, 255, 255, 0.92);
  --panel-border: rgba(15, 76, 129, 0.12);
  --text: #1a1a1a;
  --muted: #6b7280;
  --line: rgba(30, 136, 229, 0.16);
  --green: #00c853;
  --green-strong: #00a043;
  --amber: #e2e8f0;
  --blue: #1e88e5;
  --shadow: 0 18px 50px rgba(15, 76, 129, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(30, 136, 229, 0.08), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(15, 76, 129, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: var(--text);
  min-height: 100vh;
  padding-bottom: 116px;
}

body:not(.about-page):not(.contact-page) {
  color-scheme: light;
  --bg: #f8fafc;
  --bg-alt: #ffffff;
  --panel: rgba(255, 255, 255, 0.92);
  --panel-border: rgba(15, 76, 129, 0.12);
  --text: #1a1a1a;
  --muted: #6b7280;
  --line: rgba(30, 136, 229, 0.16);
  --shadow: 0 18px 50px rgba(15, 76, 129, 0.1);
}

body:not(.about-page):not(.contact-page) .hero,
body:not(.about-page):not(.contact-page) .section,
body:not(.about-page):not(.contact-page) .footer {
  background: rgba(255, 255, 255, 0.76);
}

body:not(.about-page):not(.contact-page) .topbar-link {
  background: rgba(255, 255, 255, 0.68);
}

body:not(.about-page):not(.contact-page) .waitlist-form input {
  background: rgba(255, 255, 255, 0.92);
}

body:not(.about-page):not(.contact-page) .use-cases div,
body:not(.about-page):not(.contact-page) .trust-item,
body:not(.about-page):not(.contact-page) .step,
body:not(.about-page):not(.contact-page) .info-panel,
body:not(.about-page):not(.contact-page) .waitlist-band {
  background: rgba(255, 255, 255, 0.7);
}

body.about-page {
  color-scheme: light;
  --bg: #f8fafc;
  --bg-alt: #ffffff;
  --panel: rgba(255, 255, 255, 0.94);
  --panel-border: rgba(15, 76, 129, 0.12);
  --text: #1a1a1a;
  --muted: #6b7280;
  --line: rgba(30, 136, 229, 0.16);
  --shadow: 0 18px 50px rgba(15, 76, 129, 0.1);
  background:
    radial-gradient(circle at top left, rgba(30, 136, 229, 0.08), transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(15, 76, 129, 0.05), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding-bottom: 24px;
}

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

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 24px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0 18px;
}

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

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(15, 76, 129, 0.18);
}

.brand-name {
  font-weight: 800;
  letter-spacing: 0;
  font-size: 1.05rem;
}

.brand-tag,
.muted,
.form-note,
.status-meta,
.section p,
.trust-item p,
.step p,
.use-cases div,
.footer,
.topbar-link {
  color: var(--muted);
}

.brand-tag {
  font-size: 0.86rem;
  margin-top: 2px;
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--panel-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
}

.topbar-link--accent {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-color: transparent;
  font-weight: 800;
}

.hero,
.section,
.footer {
  border: 1px solid var(--panel-border);
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
}

.hero-copy {
  align-self: center;
  max-width: 600px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand);
  margin-bottom: 14px;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  border-radius: 999px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-size: clamp(2.6rem, 5vw, 4.9rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  max-width: 11ch;
  color: var(--brand);
}

.lede {
  margin-top: 18px;
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 58ch;
}

.waitlist-form {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.waitlist-form input {
  flex: 1 1 260px;
  min-width: 0;
  border: 1px solid var(--panel-border);
  background: #ffffff;
  color: var(--text);
  border-radius: 16px;
  padding: 16px 18px;
  font: inherit;
  outline: none;
}

.waitlist-form input::placeholder {
  color: #94a3b8;
}

.waitlist-form input:focus {
  border-color: rgba(30, 136, 229, 0.48);
  box-shadow: 0 0 0 4px rgba(30, 136, 229, 0.12);
}

.waitlist-form button {
  border: 0;
  border-radius: 16px;
  padding: 16px 22px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #ffffff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 30px rgba(30, 136, 229, 0.18);
}

.waitlist-form button:hover {
  transform: translateY(-1px);
}

.form-note {
  margin-top: 12px;
  font-size: 0.95rem;
}

.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-pills span,
.status-label,
.step-number,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: #ffffff;
  color: var(--brand);
  font-size: 0.88rem;
}

.status-flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  font-weight: 700;
}

.status-flow .arrow {
  color: var(--success);
}

.status-meta {
  font-size: 0.92rem;
  line-height: 1.55;
  margin-top: 10px;
}

.section {
  margin-top: 18px;
  border-radius: 24px;
  padding: 28px;
}

.two-col,
.split-band,
.trust-band {
  display: grid;
  gap: 18px;
}

.two-col {
  grid-template-columns: 1.05fr 0.95fr;
}

.split-band {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.trust-band {
  grid-template-columns: 1fr;
}

.info-panel,
.use-cases,
.trust-grid,
.waitlist-band {
  border: 1px solid var(--panel-border);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
}

.info-panel {
  padding: 24px;
}

.info-panel h3,
.section h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.section p {
  margin-top: 12px;
  line-height: 1.7;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.checklist li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--text);
}

.checklist li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(0, 200, 83, 0.12);
  color: var(--success);
  font-weight: 800;
}

.steps {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.step {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--panel-border);
  background: rgba(3, 10, 20, 0.55);
}

.step-number {
  width: 42px;
  height: 42px;
  padding: 0;
  margin-bottom: 14px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border: none;
}

.step h3,
.trust-item h3 {
  font-size: 1.08rem;
  margin-bottom: 10px;
}

.use-cases {
  padding: 20px;
  display: grid;
  gap: 12px;
}

.use-cases div,
.trust-item {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 76, 129, 0.12);
  line-height: 1.55;
}

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

.waitlist-band {
  margin-top: 18px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
}

.waitlist-band .waitlist-form {
  margin-top: 0;
}

.waitlist-band p {
  max-width: 58ch;
}

.compact input {
  min-width: 0;
}

.footer {
  margin-top: 18px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.95rem;
}

.contact-band {
  align-items: start;
}

.contact-panel .checklist li a {
  color: var(--brand-2);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.contact-panel .checklist li a:hover {
  color: var(--success);
}

.footer-copy {
  display: grid;
  gap: 6px;
  color: var(--muted);
}

.footer-brand {
  color: var(--brand);
  font-weight: 800;
  letter-spacing: 0;
}

.footer-social {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body:not(.about-page) .footer-social {
  bottom: 92px;
}

.about-page .topbar {
  padding-bottom: 22px;
}

.about-page .page-shell {
  width: min(1440px, calc(100% - 32px));
}

.about-page-card {
  padding: 14px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.about-page-card h1 {
  max-width: none;
  margin-top: 10px;
  font-size: clamp(3.2rem, 7vw, 6rem);
  color: var(--brand);
}

.about-page .section-kicker {
  color: var(--brand);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.about-mission {
  margin-top: 22px;
  max-width: 72rem;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.9;
  color: var(--text);
}

.about-subsection {
  margin-top: 42px;
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.about-subsection .section-kicker {
  margin-bottom: 10px;
  padding: 0 24px;
  display: block;
  text-align: center;
}

.about-founders {
  margin-top: 14px;
  max-width: 72rem;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.9;
  color: var(--text);
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-founders + .about-founders {
  margin-top: 12px;
}

.founders-panel {
  margin-top: 18px;
  padding: 22px 0 10px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: none;
  box-shadow: none;
}

.founder-spotlight {
  margin: 30px auto 0;
  width: min(84rem, calc(100% - 40px));
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 24px 0 0;
}

.founder-portrait {
  width: min(280px, 36vw);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 28px;
  flex: 0 0 auto;
  box-shadow: 0 22px 52px rgba(15, 76, 129, 0.16);
}

.founder-spotlight-copy {
  min-width: 0;
}

.founder-spotlight-copy p {
  margin: 0;
  max-width: 48rem;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-style: italic;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.9;
  color: var(--text);
}

.about-page .footer {
  margin-top: 18px;
}

.contact-page {
  color-scheme: light;
  --bg: #f8fafc;
  --bg-alt: #ffffff;
  --panel: rgba(255, 255, 255, 0.94);
  --panel-border: rgba(15, 76, 129, 0.12);
  --text: #1a1a1a;
  --muted: #6b7280;
  --line: rgba(30, 136, 229, 0.16);
  --shadow: 0 18px 50px rgba(15, 76, 129, 0.1);
  background:
    radial-gradient(circle at top left, rgba(30, 136, 229, 0.08), transparent 30%),
    radial-gradient(circle at 82% 16%, rgba(15, 76, 129, 0.05), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding-bottom: 24px;
}

.contact-page .topbar {
  padding-bottom: 22px;
}

.contact-page-card {
  padding: 14px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.contact-page-card h1 {
  max-width: none;
  margin-top: 10px;
  font-size: clamp(3rem, 6vw, 5.6rem);
  color: var(--brand);
}

.contact-intro {
  margin-top: 20px;
  max-width: 44rem;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.9;
  color: var(--text);
}

.contact-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 14px;
  font-size: 1rem;
  color: var(--text);
}

.contact-details a {
  color: var(--brand-2);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.contact-note {
  margin-top: 10px;
  color: var(--text);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.9;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(15, 76, 129, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(15, 76, 129, 0.08);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 76, 129, 0.12);
  border-radius: 16px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--text);
  font: inherit;
  outline: none;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #94a3b8;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(30, 136, 229, 0.45);
  box-shadow: 0 0 0 4px rgba(30, 136, 229, 0.1);
}

.contact-form button {
  border: 0;
  border-radius: 16px;
  padding: 16px 22px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 30px rgba(30, 136, 229, 0.18);
}

.contact-form button:hover {
  transform: translateY(-1px);
}

.contact-page .footer {
  margin-top: 18px;
}

.social-link {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  align-items: center;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(15, 76, 129, 0.92);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2), transparent 24%),
    linear-gradient(135deg, var(--brand-strong), var(--brand-2));
  color: #f8fbff;
  box-shadow:
    0 10px 22px rgba(15, 76, 129, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.social-link span {
  display: none;
}

.social-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-link path,
.social-link circle,
.social-link rect {
  stroke: currentColor;
  fill: none;
}

.social-link:hover {
  transform: translateY(-1px);
  border-color: rgba(30, 136, 229, 1);
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3), transparent 24%),
    linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #ffffff;
  box-shadow:
    0 14px 28px rgba(15, 76, 129, 0.28),
    0 0 18px rgba(30, 136, 229, 0.22);
}

@media (max-width: 720px) {
  .footer-social {
    right: 12px;
    bottom: 12px;
  }

  body:not(.about-page) .footer-social {
    bottom: 102px;
  }

  .social-link {
    width: 34px;
    height: 34px;
  }

  .social-link svg {
    width: 14px;
    height: 14px;
  }
}

.country-ticker {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 55;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 76, 129, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(15, 76, 129, 0.98), rgba(9, 49, 90, 0.98));
  backdrop-filter: blur(18px);
  box-shadow:
    0 -2px 0 rgba(255, 255, 255, 0.02) inset,
    0 16px 32px rgba(15, 76, 129, 0.22);
}

.country-ticker__brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f5f9ff;
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.country-ticker__icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.country-ticker__viewport {
  overflow: hidden;
  flex: 1 1 auto;
}

.country-ticker__track {
  display: flex;
  width: max-content;
  min-width: 100%;
  gap: 14px;
  will-change: transform;
  animation: ticker-scroll 32s linear infinite;
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.country-ticker__group {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  padding-right: 16px;
}

.country-ticker:hover .country-ticker__track {
  animation-play-state: paused;
}

.ticker-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #eef4ff;
  font-size: 0.88rem;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.ticker-chip strong {
  font-weight: 700;
  color: #ffffff;
}

.ticker-chip .flag {
  font-size: 1.05rem;
  line-height: 1;
}

.ticker-chip span {
  color: #e5eefb;
}

.ticker-dot {
  color: rgba(229, 238, 251, 0.8);
  font-size: 0.98rem;
  line-height: 1;
  flex: 0 0 auto;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  min-width: 240px;
  max-width: min(92vw, 380px);
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(0, 200, 83, 0.25);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .hero,
  .two-col,
  .split-band,
  .waitlist-band {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 10px;
  }

  .hero,
  .section,
  .footer {
    border-radius: 20px;
    padding: 20px;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  h1 {
    max-width: 12ch;
  }

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

  .waitlist-form {
    flex-direction: column;
  }

  .waitlist-form button {
    width: 100%;
  }

  .founder-spotlight {
    width: calc(100% - 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .founder-portrait {
    width: min(100%, 280px);
  }

  .country-ticker {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .country-ticker__brand {
    display: none;
  }

  .ticker-chip {
    padding: 8px 12px;
    font-size: 0.85rem;
  }

  .about-page .footer-social { bottom: 12px; }
}
