:root {
  color-scheme: light;
  font-family:
    Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont,
    sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #173b2d;
  background:
    radial-gradient(circle at top, rgba(76, 175, 124, 0.18), transparent 30%),
    linear-gradient(180deg, #f5fff8 0%, #edf9f0 46%, #e5f4e9 100%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  min-width: 320px;
}

#site-header,
#site-footer {
  width: 100%;
}

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

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

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

.site-header-shell,
.footer-inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.footer-inner {
  width: min(1480px, calc(100% - 48px));
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 20;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 22px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.3)),
    rgba(233, 247, 237, 0.42);
  backdrop-filter: blur(24px) saturate(165%);
  -webkit-backdrop-filter: blur(24px) saturate(165%);
  box-shadow:
    0 18px 50px rgba(42, 102, 68, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 42%),
    radial-gradient(circle at top left, rgba(126, 212, 157, 0.22), transparent 34%);
  pointer-events: none;
}

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

.brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy small {
  color: rgba(23, 59, 45, 0.62);
  font-size: 0.8rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(23, 59, 45, 0.76);
  font-size: 0.95rem;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0);
  transition:
    color 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.nav a:hover {
  transform: translateY(-1px);
  color: #1f8b56;
  border-color: rgba(49, 170, 103, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(237, 250, 241, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 22px rgba(49, 170, 103, 0.1);
}

.nav a.is-active {
  color: #1f8b56;
  border-color: rgba(49, 170, 103, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(228, 247, 235, 0.98)),
    rgba(243, 252, 245, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 12px 28px rgba(49, 170, 103, 0.12);
}

.nav a.is-active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(49, 170, 103, 0.18), #31aa67, rgba(49, 170, 103, 0.18));
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border: 0;
  border-radius: 12px;
  background: rgba(56, 178, 111, 0.1);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #1f6c47;
  border-radius: 999px;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  padding: 36px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(234, 250, 239, 0.96), rgba(245, 255, 248, 0.98)),
    rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(50, 143, 86, 0.12);
  box-shadow: 0 28px 80px rgba(60, 136, 89, 0.12);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(122, 211, 153, 0.2), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(49, 170, 103, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 45%);
  pointer-events: none;
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.92;
}

.hero-particles canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.page-banner {
  display: grid;
  gap: 16px;
  padding: 32px;
  border: 1px solid rgba(50, 143, 86, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(237, 251, 241, 0.96), rgba(248, 255, 249, 0.98)),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(60, 136, 89, 0.1);
}

.page-banner h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.18;
}

.page-banner p {
  max-width: 70ch;
  margin: 0;
  color: rgba(23, 59, 45, 0.74);
}

.quick-grid,
.split-grid,
.stats-grid,
.logo-grid,
.process-grid,
.faq-grid,
.contact-cta-grid,
.highlight-grid {
  display: grid;
  gap: 16px;
}

.quick-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.split-grid {
  grid-template-columns: 1fr 1fr;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.logo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.faq-grid {
  grid-template-columns: 1fr 1fr;
}

.contact-cta-grid,
.highlight-grid {
  grid-template-columns: 1fr 1fr;
}

.eyebrow {
  margin: 0 0 10px;
  color: #2a9a60;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.callout-card h2 {
  margin: 0;
  line-height: 1.15;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}

.hero-text,
.section-heading p,
.info-card p,
.timeline-card p,
.showcase-copy p,
.callout-card p,
.panel-card p,
.footer p {
  color: rgba(23, 59, 45, 0.72);
}

.hero-text {
  max-width: 62ch;
  margin: 20px 0 0;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #31aa67, #68cc8f);
  color: #fff;
  box-shadow: 0 16px 36px rgba(49, 170, 103, 0.26);
}

.btn-secondary {
  border: 1px solid rgba(48, 146, 86, 0.16);
  background: rgba(255, 255, 255, 0.72);
}

.hero-panel,
.panel-grid,
.card-grid,
.showcase-grid {
  display: grid;
  gap: 16px;
}

.panel-card,
.metric-card,
.info-card,
.timeline-card,
.showcase-card,
.callout-card {
  border: 1px solid rgba(50, 143, 86, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 14px 32px rgba(63, 129, 86, 0.08);
}

.panel-card-main {
  padding: 24px;
  min-height: 230px;
  background:
    linear-gradient(160deg, rgba(88, 190, 125, 0.18), rgba(180, 234, 198, 0.34)),
    rgba(255, 255, 255, 0.9);
}

.panel-tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(49, 170, 103, 0.12);
  color: #248451;
  font-size: 0.8rem;
  font-weight: 700;
}

.panel-card h2 {
  margin: 18px 0 12px;
  font-size: 1.8rem;
}

.panel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-card {
  padding: 18px;
}

.metric-card strong {
  display: block;
  font-size: 1.1rem;
  color: #173b2d;
}

.metric-card span {
  display: block;
  margin-top: 8px;
  color: rgba(23, 59, 45, 0.68);
  font-size: 0.92rem;
}

.section {
  padding: 68px 0 0;
}

.section-alt {
  position: relative;
}

.section-alt::before {
  content: "";
  position: absolute;
  inset: 32px -16px -10px;
  border-radius: 32px;
  background: rgba(117, 201, 145, 0.08);
  z-index: -1;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 22px;
}

.section-heading h2,
.callout-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.section-heading p {
  margin: 12px 0 0;
  font-size: 1rem;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-matrix,
.channel-grid,
.footer-main,
.footer-columns,
.quick-links {
  display: grid;
  gap: 16px;
}

.info-card {
  padding: 24px;
}

.feature-board,
.channel-card {
  padding: 24px;
  border: 1px solid rgba(50, 143, 86, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 14px 32px rgba(63, 129, 86, 0.08);
}

.quick-card,
.stat-card,
.logo-card,
.process-card,
.faq-card,
.cta-card,
.highlight-card {
  padding: 24px;
  border: 1px solid rgba(50, 143, 86, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 14px 32px rgba(63, 129, 86, 0.08);
}

.quick-card h3,
.stat-card strong,
.logo-card strong,
.process-card h3,
.faq-card h3,
.cta-card h3,
.highlight-card h3 {
  margin: 0 0 10px;
}

.quick-card p,
.stat-card span,
.logo-card span,
.process-card p,
.faq-card p,
.cta-card p,
.highlight-card p {
  margin: 0;
  color: rgba(23, 59, 45, 0.72);
}

.quick-card a {
  display: inline-flex;
  margin-top: 14px;
  color: #218850;
  font-weight: 700;
}

.stat-card strong {
  display: block;
  color: #173b2d;
  font-size: 1.8rem;
}

.logo-card,
.process-card {
  position: relative;
  overflow: hidden;
}

.logo-card::after,
.process-card::after {
  content: "";
  position: absolute;
  inset: auto -24px -24px auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(94, 197, 130, 0.14), transparent 70%);
}

.logo-card strong {
  display: block;
  color: #1d6f48;
  font-size: 1rem;
}

.logo-card span {
  display: block;
  line-height: 1.7;
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #31aa67, #7ad399);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.faq-card {
  min-height: 180px;
}

.faq-card h3 {
  font-size: 1.08rem;
}

.cta-card {
  background:
    linear-gradient(135deg, rgba(237, 251, 241, 0.98), rgba(248, 255, 249, 0.98)),
    rgba(255, 255, 255, 0.92);
}

.cta-card strong {
  display: block;
  margin-bottom: 8px;
  color: #1a6945;
}

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

.placeholder-box {
  min-height: 180px;
  padding: 22px;
  border: 1px dashed rgba(49, 170, 103, 0.32);
  border-radius: 24px;
  background: rgba(246, 253, 247, 0.92);
}

.placeholder-box strong {
  display: block;
  margin-bottom: 10px;
  color: #1c7249;
}

.placeholder-box p {
  margin: 0;
  color: rgba(23, 59, 45, 0.66);
  line-height: 1.7;
}

.qr-box {
  display: grid;
  gap: 14px;
}

.qr-card {
  width: min(100%, 280px);
  margin: 4px auto 0;
  padding: 14px;
  border: 1px solid rgba(50, 143, 86, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 30px rgba(63, 129, 86, 0.08);
}

.qr-card img {
  border-radius: 14px;
  object-fit: contain;
  background: #fff;
}

.divider-line {
  height: 1px;
  margin: 8px 0 0;
  background: linear-gradient(90deg, rgba(49, 170, 103, 0.18), rgba(49, 170, 103, 0));
}

.info-card h3,
.feature-board h3,
.channel-card h3,
.timeline-card h3,
.showcase-copy h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.info-card p,
.channel-card p,
.timeline-card p,
.showcase-copy p {
  margin: 0;
}

.feature-matrix {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-list {
  margin: 0;
  padding-left: 20px;
  color: rgba(23, 59, 45, 0.74);
}

.feature-list li + li {
  margin-top: 10px;
}

.channel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.channel-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(49, 170, 103, 0.1);
  color: #248451;
  font-size: 0.8rem;
  font-weight: 700;
}

.timeline {
  display: grid;
  gap: 16px;
}

.timeline-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  padding: 24px;
  align-items: start;
}

.timeline-stage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #31aa67, #7ad399);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}

.showcase-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.showcase-card {
  overflow: hidden;
}

.showcase-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eff9f1;
}

.showcase-copy {
  padding: 20px 22px 22px;
}

.callout {
  padding-bottom: 16px;
}

.callout-card {
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(95, 199, 132, 0.18), rgba(215, 244, 224, 0.68)),
    rgba(255, 255, 255, 0.9);
}

.site-footer {
  width: 100%;
  margin-top: 36px;
  padding: 42px 0 24px;
  background:
    linear-gradient(180deg, rgba(229, 246, 235, 0.98), rgba(214, 238, 223, 1)),
    rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(50, 143, 86, 0.12);
}

.site-footer p {
  margin: 0;
  font-size: 0.92rem;
}

.footer-main {
  grid-template-columns: minmax(320px, 1.05fr) minmax(520px, 1.15fr);
  align-items: start;
  gap: 24px;
}

.footer-brand,
.footer-column {
  padding: 24px;
  border: 1px solid rgba(50, 143, 86, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 14px 32px rgba(63, 129, 86, 0.08);
}

.footer-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(49, 170, 103, 0.1);
  color: #248451;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

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

.footer-logo .brand-mark {
  width: 72px;
  height: 72px;
}

.footer-logo strong {
  display: block;
  font-size: 1.08rem;
}

.footer-logo p {
  margin-top: 4px;
  color: rgba(23, 59, 45, 0.72);
}

.footer-desc {
  margin-top: 18px;
  color: rgba(23, 59, 45, 0.72);
}

.footer-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.footer-link-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid rgba(50, 143, 86, 0.14);
  border-radius: 999px;
  background: rgba(246, 253, 247, 0.95);
  color: #1e6d46;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.footer-link-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(49, 170, 103, 0.28);
  box-shadow: 0 10px 24px rgba(49, 170, 103, 0.1);
}

.footer-link-record {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  color: #1f8b56;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer-link-record:hover {
  text-decoration: underline;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(50, 143, 86, 0.14);
  border-radius: 999px;
  background: rgba(244, 253, 246, 0.98);
  color: #1e6d46;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.social-link:hover {
  transform: translateY(-1px);
  border-color: rgba(49, 170, 103, 0.3);
  box-shadow: 0 10px 24px rgba(49, 170, 103, 0.12);
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.footer-column h3 {
  margin: 0 0 14px;
  font-size: 1rem;
}

.footer-column a,
.footer-column p {
  display: block;
  color: rgba(23, 59, 45, 0.72);
}

.footer-inline-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
  row-gap: 4px;
}

.footer-inline-contacts a {
  display: inline-flex;
}

.footer-column a {
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: #208751;
}

.footer-column a + a,
.footer-column p + p {
  margin-top: 10px;
}

.footer-column-placeholder {
  background:
    linear-gradient(180deg, rgba(248, 255, 249, 0.96), rgba(238, 250, 242, 0.96)),
    rgba(255, 255, 255, 0.88);
}

.footer-note {
  margin-top: 12px;
  color: rgba(23, 59, 45, 0.6);
  font-size: 0.86rem;
  line-height: 1.65;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 6px 0;
  color: rgba(23, 59, 45, 0.66);
  font-size: 0.9rem;
}

.footer-bottom a {
  color: #1f8b56;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-item {
  padding: 18px 20px;
  border: 1px solid rgba(50, 143, 86, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
}

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

.contact-item span,
.contact-item p {
  color: rgba(23, 59, 45, 0.72);
  margin: 0;
}

.contact-inline-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
  row-gap: 4px;
}

.contact-inline-links a {
  color: #1d6f48;
  font-weight: 600;
}

.contact-separator {
  color: rgba(23, 59, 45, 0.42);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero,
  .card-grid,
  .showcase-grid,
  .feature-matrix,
  .channel-grid,
  .footer-main,
  .footer-columns,
  .quick-grid,
  .split-grid,
  .stats-grid,
  .logo-grid,
  .process-grid,
  .faq-grid,
  .contact-cta-grid,
  .highlight-grid {
    grid-template-columns: 1fr;
  }

  .panel-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .page-shell {
    width: min(100% - 20px, 1200px);
    padding-top: 12px;
  }

  .site-header-shell,
  .footer-inner {
    width: min(100% - 20px, 1200px);
  }

  .footer-inner {
    width: min(100% - 20px, 1480px);
  }

  .topbar {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .menu-toggle {
    display: flex;
  }

  .nav {
    display: none;
    grid-column: 1 / -1;
    padding-top: 8px;
    border-top: 1px solid rgba(50, 143, 86, 0.12);
  }

  .nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .nav a {
    justify-content: flex-start;
    width: 100%;
  }


  .hero {
    padding: 24px 18px;
  }

  .page-banner {
    padding: 24px 18px;
  }

  .section {
    padding-top: 52px;
  }

  .timeline-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-bottom {
    display: grid;
  }

  .footer-link-row,
  .social-links {
    gap: 10px;
  }
}
