:root {
  --ink: #102033;
  --muted: #5d7185;
  --soft: #eef6f7;
  --line: rgba(16, 32, 51, 0.12);
  --navy: #0f2740;
  --blue: #2266a5;
  --teal: #19a7a5;
  --green: #6bbf59;
  --aqua: #dff7f4;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(15, 39, 64, 0.14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f8fbfc;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(248, 251, 252, 0.86);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 780;
  letter-spacing: -0.03em;
  font-size: 1.35rem;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  object-fit: contain;
  background: linear-gradient(135deg, rgba(34, 102, 165, 0.1), rgba(25, 167, 165, 0.12));
}

.brand-word span { color: var(--teal); }

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.94rem;
  color: #385267;
}

.main-nav a {
  padding: 9px 11px;
  border-radius: 999px;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--navy);
  background: rgba(25, 167, 165, 0.1);
}

.nav-toggle { display: none; }

.button,
button.button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 720;
  cursor: pointer;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  color: white;
  box-shadow: 0 18px 34px rgba(25, 167, 165, 0.24);
}

.button.secondary {
  background: white;
  color: var(--navy);
  border: 1px solid var(--line);
  box-shadow: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 24px 64px;
  background:
    radial-gradient(circle at 14% 12%, rgba(25, 167, 165, 0.2), transparent 28%),
    radial-gradient(circle at 84% 22%, rgba(107, 191, 89, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #eef8f7 100%);
}

.hero-inner,
.section-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 52px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(25, 167, 165, 0.11);
  color: #117675;
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1, h2, h3, h4 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--navy);
}

h1 {
  margin-top: 24px;
  font-size: clamp(2.65rem, 5vw, 5.25rem);
}

h2 {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  margin-bottom: 16px;
}

h3 { font-size: 1.38rem; margin-bottom: 12px; }
h4 { font-size: 1rem; margin-bottom: 7px; letter-spacing: -0.02em; }

.lede {
  margin-top: 24px;
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  color: #3d566e;
  max-width: 760px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-proof {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255,255,255,0.86);
  color: #40566b;
  font-size: 0.88rem;
  box-shadow: 0 10px 24px rgba(15, 39, 64, 0.06);
}

.dashboard-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 32px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.card-head {
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.card-title { font-weight: 800; color: var(--navy); }
.card-subtitle { color: var(--muted); font-size: 0.9rem; margin-top: 2px; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 8px rgba(107,191,89,0.12); }

.readiness-list { padding: 18px; display: grid; gap: 12px; }
.readiness-row {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
}

.icon-badge {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 800;
  background: linear-gradient(135deg, var(--blue), var(--teal));
}

.icon-badge.green { background: linear-gradient(135deg, var(--teal), var(--green)); }
.icon-badge.amber { background: linear-gradient(135deg, #d88921, #f0b646); }
.icon-badge.red { background: linear-gradient(135deg, #c2413d, #ef6a5b); }
.row-kicker { color: var(--muted); font-size: 0.8rem; text-transform: uppercase; letter-spacing: .04em; font-weight: 760; }
.row-main { font-weight: 800; color: var(--navy); }
.row-tag { font-size: .82rem; padding: 6px 9px; border-radius: 999px; background: var(--soft); color: #476074; white-space: nowrap; }

.section { padding: 86px 24px; }
.section.alt { background: white; }
.section.dark {
  color: #e8f4f6;
  background:
    radial-gradient(circle at 14% 18%, rgba(25, 167, 165, 0.24), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(107, 191, 89, 0.16), transparent 30%),
    linear-gradient(135deg, #0f2740 0%, #102f4d 56%, #0d1f33 100%);
}
.section.dark h2, .section.dark h3 { color: white; }
.section.dark .section-lede { color: #b9cdd7; }

.section-lede {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.12rem;
  margin-bottom: 34px;
}

.grid-3,
.grid-2,
.grid-4 {
  display: grid;
  gap: 20px;
}
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.feature-card,
.value-card,
.person-card,
.contact-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 18px 50px rgba(15, 39, 64, 0.06);
}

.feature-card p,
.value-card p,
.person-card p { color: var(--muted); }

.metric-card {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
}
.metric-card strong {
  display: block;
  color: white;
  font-size: 2.35rem;
  line-height: 1;
  margin-bottom: 10px;
}
.metric-card span { color: #c8dbe3; }

.workflow {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.workflow-step {
  position: relative;
  padding: 20px;
  min-height: 150px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
}
.workflow-step::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  top: 50%;
  right: -18px;
  background: linear-gradient(90deg, var(--teal), transparent);
}
.workflow-step:last-child::after { display: none; }
.workflow-number {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--aqua);
  color: #087271;
  font-weight: 840;
  margin-bottom: 18px;
}
.workflow-step p { color: var(--muted); font-size: .95rem; }

.persona-hero {
  padding: 70px 24px 46px;
  background: linear-gradient(180deg, #ffffff 0%, #f0f8f8 100%);
  border-bottom: 1px solid var(--line);
}

.page-title { max-width: 900px; }
.page-title h1 { font-size: clamp(2.4rem, 4.8vw, 4.5rem); }

.split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: center;
}

.check-list { display: grid; gap: 12px; margin-top: 22px; }
.check-item {
  display: flex;
  gap: 12px;
  padding: 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.check { color: #138c78; font-weight: 900; }

.panel {
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(34, 102, 165, 0.08), rgba(25, 167, 165, 0.12));
  border: 1px solid rgba(25, 167, 165, 0.18);
}

.panel-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(16, 32, 51, 0.1);
}
.panel-line:last-child { border-bottom: 0; }
.panel-line b { color: var(--navy); }
.panel-line span { color: var(--muted); text-align: right; }

.values-list { display: grid; gap: 18px; }
.value-card.large { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; }
.value-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--green));
}

.contact-form {
  display: grid;
  gap: 14px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { font-weight: 760; color: var(--navy); font-size: 0.92rem; }
input, textarea, select {
  width: 100%;
  margin-top: 6px;
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  font: inherit;
  background: #fff;
  color: var(--ink);
}
textarea { min-height: 148px; resize: vertical; }

.cta-band {
  margin-top: 48px;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--navy), #143a5d);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.cta-band h3 { color: white; }
.cta-band p { color: #c6dce5; max-width: 650px; }

.site-footer {
  background: #0c1d2f;
  color: #b6cbd7;
  padding: 46px 24px;
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-links a { color: #d9edf1; }
.footer-note { font-size: .9rem; color: #91a8b7; margin-top: 8px; }

@media (max-width: 980px) {
  .hero-grid, .split, .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .workflow { grid-template-columns: 1fr; }
  .workflow-step::after { display: none; }
  .main-nav {
    position: absolute;
    top: 69px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border-radius: 20px;
    background: white;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .nav-toggle {
    display: inline-flex;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 10px 12px;
    font-weight: 800;
  }
  .cta-band { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .hero { padding-top: 58px; }
  .section { padding: 60px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .readiness-row { grid-template-columns: auto 1fr; }
  .row-tag { grid-column: 1 / -1; width: fit-content; }
  .footer-inner { grid-template-columns: 1fr; }
}


/* Editorial photography */
.hero-photo-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow);
  background: #dbe8ec;
}
.hero-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}
.hero-photo-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(180deg, transparent, rgba(15, 39, 64, 0.24));
  pointer-events: none;
}
.photo-band {
  padding: 0 24px 34px;
  background: linear-gradient(180deg, #f0f8f8 0%, #ffffff 100%);
}
.photo-band-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.editorial-photo {
  width: 100%;
  height: clamp(300px, 42vw, 560px);
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.photo-caption {
  max-width: 760px;
  margin: 14px 6px 0;
  color: var(--muted);
  font-size: 0.92rem;
}
@media (max-width: 980px) {
  .hero-photo-card,
  .hero-photo-card img { min-height: 400px; }
}
@media (max-width: 620px) {
  .hero-photo-card,
  .hero-photo-card img { min-height: 320px; }
  .photo-band { padding: 0 20px 24px; }
  .editorial-photo { border-radius: 22px; }
}


/* Varied editorial layouts */
.editorial-section { overflow: hidden; }
.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 48px;
  align-items: center;
}
.editorial-grid.reverse {
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
}
.editorial-grid.reverse .editorial-media { order: 2; }
.editorial-media {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow);
  background: #dbe8ec;
}
.editorial-media img {
  width: 100%;
  height: clamp(320px, 38vw, 510px);
  object-fit: cover;
}
.editorial-copy .section-lede { margin-bottom: 0; }
.centered-photo {
  width: min(100%, 980px);
  margin: 0 auto;
}
.centered-photo img {
  width: 100%;
  height: clamp(340px, 48vw, 620px);
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.stacked-aside { display: grid; gap: 22px; }
.stacked-aside .editorial-media img { height: 300px; }
@media (max-width: 980px) {
  .editorial-grid,
  .editorial-grid.reverse { grid-template-columns: 1fr; }
  .editorial-grid.reverse .editorial-media { order: initial; }
}

.hero-grid > .hero-photo-card {
  margin-left: -34px;
  width: calc(100% + 34px);
  border: 6px solid rgba(255, 255, 255, 0.88);
}
.values-visual { padding-top: 46px; padding-bottom: 20px; }
.contact-photo {
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.contact-photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.about-portrait img {
  height: 480px;
  object-position: center 32%;
}
@media (max-width: 980px) {
  .hero-grid > .hero-photo-card {
    margin-left: 0;
    width: 100%;
  }
}

.brand-logo {
  display: block;
  width: auto;
  height: 48px;
  max-width: 190px;
  object-fit: contain;
}
@media (max-width: 620px) {
  .brand-logo { height: 40px; max-width: 160px; }
}


/* ============================================================
   High-contrast PeriopIQ brand theme
   Blue leads; green supports.
   ============================================================ */
:root {
  --ink: #0b1f33;
  --muted: #49647c;
  --soft: #e8f1f8;
  --line: rgba(14, 67, 111, 0.20);
  --navy: #071f38;
  --blue: #1769aa;
  --teal: #168f8b;
  --green: #63b94f;
  --aqua: #d9f1ed;
  --shadow: 0 24px 64px rgba(7, 31, 56, 0.18);
}

body {
  background: #edf3f8;
}

.site-header {
  background: rgba(7, 31, 56, 0.97);
  border-bottom: 1px solid rgba(91, 181, 207, 0.28);
  box-shadow: 0 10px 30px rgba(4, 20, 37, 0.22);
}

.brand-logo {
  height: 52px;
  max-width: 205px;
}

.main-nav {
  color: #d9e8f3;
}

.main-nav a:hover,
.main-nav a.active {
  color: #ffffff;
  background: rgba(54, 163, 181, 0.24);
}

.button,
button.button {
  background: linear-gradient(135deg, #125a9b 0%, #1777b7 68%, #168f8b 100%);
  box-shadow: 0 16px 34px rgba(18, 90, 155, 0.30);
}

.button:hover,
button.button:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
}

.button.secondary {
  color: #0a365b;
  border: 1px solid rgba(18, 90, 155, 0.32);
  background: rgba(255, 255, 255, 0.94);
}

.hero {
  background:
    radial-gradient(circle at 12% 10%, rgba(23, 105, 170, 0.24), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(99, 185, 79, 0.16), transparent 30%),
    linear-gradient(145deg, #ffffff 0%, #e3eef7 58%, #dcefeb 100%);
  border-bottom: 1px solid rgba(14, 67, 111, 0.16);
}

.hero-grid > .hero-photo-card {
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(7, 31, 56, 0.25);
}

.eyebrow {
  color: #0c568d;
  background: rgba(23, 105, 170, 0.12);
  border: 1px solid rgba(23, 105, 170, 0.13);
}

.proof-pill {
  color: #294a65;
  border-color: rgba(23, 105, 170, 0.18);
  box-shadow: 0 10px 24px rgba(7, 31, 56, 0.09);
}

.section {
  background: #edf3f8;
}

.section.alt {
  background: #ffffff;
}

.persona-hero {
  background:
    radial-gradient(circle at 88% 18%, rgba(99, 185, 79, 0.13), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #e3eef7 100%);
  border-bottom: 1px solid rgba(14, 67, 111, 0.18);
}

.photo-band {
  background: linear-gradient(180deg, #e3eef7 0%, #ffffff 100%);
}

.feature-card,
.value-card,
.person-card,
.contact-card,
.check-item,
.workflow-step {
  border-color: rgba(14, 67, 111, 0.20);
  box-shadow: 0 16px 42px rgba(7, 31, 56, 0.09);
}

.feature-card,
.value-card,
.contact-card {
  border-top: 4px solid #1769aa;
}

.feature-card:nth-child(3n+2),
.value-card:nth-child(even),
.contact-card:nth-child(even) {
  border-top-color: #168f8b;
}

.feature-card:nth-child(3n),
.value-card:nth-child(5n) {
  border-top-color: #63b94f;
}

.panel {
  background: linear-gradient(135deg, rgba(23, 105, 170, 0.13), rgba(22, 143, 139, 0.16));
  border-color: rgba(14, 100, 145, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.dashboard-card {
  border-color: rgba(23, 105, 170, 0.18);
  box-shadow: 0 24px 64px rgba(7, 31, 56, 0.18);
}

.icon-badge {
  background: linear-gradient(135deg, #125a9b, #1777b7);
}

.icon-badge.green {
  background: linear-gradient(135deg, #168f8b, #63b94f);
}

.workflow-number {
  background: #dcebf6;
  color: #0d5d98;
}

.section.dark {
  background:
    radial-gradient(circle at 12% 18%, rgba(38, 139, 175, 0.28), transparent 35%),
    radial-gradient(circle at 90% 8%, rgba(99, 185, 79, 0.17), transparent 30%),
    linear-gradient(135deg, #061b31 0%, #0b3458 58%, #071f38 100%);
}

.metric-card {
  background: rgba(255, 255, 255, 0.095);
  border-color: rgba(155, 211, 224, 0.24);
}

.metric-card strong {
  color: #ffffff;
}

.editorial-media,
.centered-photo img,
.contact-photo {
  border: 1px solid rgba(14, 67, 111, 0.18);
  box-shadow: 0 24px 60px rgba(7, 31, 56, 0.20);
}

.photo-caption {
  color: #38566f;
}

.cta-band {
  background:
    radial-gradient(circle at 90% 10%, rgba(99, 185, 79, 0.20), transparent 30%),
    linear-gradient(135deg, #071f38, #0e4775);
  box-shadow: 0 22px 54px rgba(7, 31, 56, 0.24);
}

.site-footer {
  background: #041526;
  border-top: 3px solid #1769aa;
}

@media (max-width: 980px) {
  .main-nav {
    background: #092946;
    border: 1px solid rgba(108, 191, 205, 0.22);
  }

  .nav-toggle {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.24);
  }
}

@media (max-width: 620px) {
  .brand-logo {
    height: 43px;
    max-width: 175px;
  }
}


/* Homepage hero: full-width message and patient image */
.home-hero {
  padding-top: 74px;
}

.home-hero-copy {
  max-width: 1080px;
}

.hero-brand-name {
  display: block;
  margin-bottom: 12px;
  color: #0d4f82;
  font-size: clamp(1.65rem, 2.4vw, 2.4rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1;
}

.home-hero h1 {
  max-width: 1080px;
  font-size: clamp(3rem, 6vw, 5.7rem);
  text-wrap: balance;
}

.home-hero .lede {
  max-width: 900px;
}

.home-hero-photo,
.hero-grid > .home-hero-photo {
  width: 100%;
  min-height: 0;
  height: clamp(420px, 52vw, 650px);
  margin: 48px 0 0;
  border: 6px solid rgba(255, 255, 255, 0.96);
}

.home-hero-photo img,
.hero-grid > .home-hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 42%;
}

@media (max-width: 620px) {
  .home-hero {
    padding-top: 50px;
  }

  .home-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.6rem);
  }

  .home-hero-photo,
  .hero-grid > .home-hero-photo {
    height: 340px;
    margin-top: 34px;
  }
}


.nav-login {
  margin-left: 8px;
  padding: 9px 18px !important;
  color: #ffffff !important;
  font-weight: 780;
  background: linear-gradient(135deg, #1769aa 0%, #168f8b 100%);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 8px 20px rgba(4, 20, 37, 0.24);
}

.nav-login:hover,
.nav-login.active {
  background: linear-gradient(135deg, #1d7bc2 0%, #1aa29b) !important;
}

@media (max-width: 980px) {
  .nav-login {
    margin: 8px 0 0;
    text-align: center;
  }
}
