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

:root {
  --bg: #f7f8fb;
  --surface: #ffffff;
  --surface-soft: #e6eef9;
  --ink: #172033;
  --muted: #5d687a;
  --line: #c7d3e4;
  --blue: #1559c7;
  --blue-2: #0f46a1;
  --blue-soft: #dce9ff;
  --green: #166534;
  --shadow: 0 18px 48px rgba(25, 42, 70, 0.12);
  --radius: 22px;
  --max: 1140px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 15% 0%, #ffffff 0, #f7f8fb 32%, #f4f6fa 100%);
  line-height: 1.55;
}

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

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

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 248, 251, 0.88);
  border-bottom: 1px solid rgba(220, 227, 238, 0.9);
  backdrop-filter: blur(14px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: Corbel, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.038em;
  font-size: 1.45rem;
  line-height: 1;
  color: var(--ink);
}

.brand span {
  display: inline-block;
}

.brand-mark {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  height: 1.08em;
  margin-right: 0.045em;
  transform: translateY(0.01em);
}

.brand-text {
  display: inline-block;
}

.site-header .brand-mark {
  height: 1.12em;
}

.site-header .brand {
  color: var(--blue);
}

.brand-wordmark {
  display: block;
  width: auto;
  height: 34px;
}

.site-header .brand-wordmark {
  height: 46px;
}

.footer .brand-wordmark {
  height: 30px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.9rem;
  color: var(--muted);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 12px;
  padding: 9px 11px;
  font: inherit;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 18px;
  border: 1px solid transparent;
  font-weight: 750;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease, background 150ms ease;
}

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

.button-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 22px rgba(21, 89, 199, 0.18);
}

.button-primary:hover { background: var(--blue-2); }

/* Health Meter action button uses HM icon green and matches primary button weight. */
button[data-checkout="CHAT_HEALTH_METER_CHROME_STORE"] {
  color: #fff;
  background: #0b7568;
  border-color: #0b7568;
  box-shadow: 0 12px 22px rgba(11, 117, 104, 0.18);
  font-weight: 800;
  padding: 12px 18px;
}

button[data-checkout="CHAT_HEALTH_METER_CHROME_STORE"]:hover {
  background: #075f55;
  border-color: #075f55;
}

.button-secondary {
  color: var(--ink);
  background: var(--surface);
  border-color: var(--line);
}

.button-soft {
  background: var(--blue-soft);
  color: var(--blue-2);
  border-color: #cfe0ff;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Center purchase/action buttons inside product and pricing cards. */
.card > .button {
  width: max-content;
  margin: 22px auto 0;
}

.card .button-row {
  justify-content: center;
  margin-top: 22px;
}

.hero {
  padding: 88px 0 52px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 44px;
  align-items: center;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

h1 {
  font-size: clamp(2.8rem, 7vw, 5.85rem);
  max-width: 930px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

h3 {
  font-size: 1.35rem;
}

/* Home product cards: keep the four product tiles visually aligned. */
.home-product-card {
  display: flex;
  flex-direction: column;
}

.home-card-icon-slot {
  height: 64px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.home-card-icon-slot .card-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  margin: 0;
  object-fit: contain;
}

.home-card-icon-slot .card-logo-wide {
  width: auto;
  max-width: 92%;
  height: 58px;
  margin: 0;
  object-fit: contain;
  object-position: left top;
}

.home-product-card .product-card-title {
  min-height: 2.95rem;
  display: flex;
  align-items: flex-start;
  font-size: 1.42rem;
  line-height: 1.05;
  letter-spacing: -0.055em;
  margin: 0 0 14px;
}

.home-product-card .product-card-title-health {
  font-size: 1.5rem;
}

.home-product-card p {
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}

.home-product-card > .button {
  margin-top: auto;
}


.lede {
  margin: 22px 0 28px;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  color: var(--muted);
  max-width: 740px;
}

.hero-card {
  background: linear-gradient(180deg, #ffffff, #f0f4fa);
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 26px;
  box-shadow: var(--shadow);
}

.window {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}

.window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
}

.dots { display: flex; gap: 6px; }
.dots span { width: 10px; height: 10px; border-radius: 50%; background: #d4dbe7; }

.window-body { padding: 18px; }

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

.status-item {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  background: #f7f9fc;
  border: 1px solid #e4ebf5;
  border-radius: 16px;
  font-size: 0.92rem;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(21, 89, 199, 0.11);
}

.status-tag {
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 800;
}

.section {
  padding: 66px 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: 28px;
}

.section-head p,
.card p,
.story p,
.note p,
.comparison-note,
.footer p {
  color: var(--muted);
}

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

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

.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 8px 26px rgba(25, 42, 70, 0.04);
}

.card-stack {
  display: grid;
  gap: 18px;
}

.card.highlight {
  border-color: #b9cdf4;
  box-shadow: var(--shadow);
}

.card-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  margin-bottom: 18px;
}

.icon-soft {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--blue-soft);
  color: var(--blue-2);
  font-weight: 900;
}

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

.list li {
  position: relative;
  display: block;
  padding-left: 30px;
  color: var(--muted);
  line-height: 1.55;
}

.list li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0.02em;
  color: var(--green);
  font-weight: 900;
}

.list li strong {
  color: var(--ink);
}

.story {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.72fr);
  gap: 28px;
  align-items: center;
}

.video-placeholder {
  min-height: 245px;
  border-radius: 24px;
  border: 1px dashed #b7c4d7;
  background: linear-gradient(135deg, #f7f9fd, #edf3fd);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
}

.video-placeholder strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.callout {
  background: linear-gradient(180deg, #1559c7, #0f46a1);
  color: #fff;
  border-radius: 32px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.callout p { color: rgba(255, 255, 255, 0.83); }
.callout .button-secondary { color: #fff; border-color: rgba(255,255,255,0.26); background: rgba(255,255,255,0.12); }

.ce-hero-mark {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.ce-hero-mark img {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  box-shadow: 0 16px 28px rgba(21, 89, 199, 0.18);
}

.ce-hero-mark .kicker {
  font-size: 1.56rem;
  gap: 14px;
  letter-spacing: 0.04em;
}

.ce-hero-mark .kicker::before {
  width: 16px;
  height: 16px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pill {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 0.86rem;
}

.comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

.comparison {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.comparison th,
.comparison td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.comparison th {
  background: #f2f5fa;
  font-size: 0.9rem;
}

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

.feature-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.feature-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-group .kicker {
  margin-bottom: 0;
}

.feature-detail {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f8fafc;
  overflow: hidden;
}

.feature-detail summary {
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 800;
  color: var(--ink);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.feature-detail summary::-webkit-details-marker {
  display: none;
}

.feature-detail summary::after {
  content: "+";
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: var(--blue-2);
  background: var(--blue-soft);
  flex: 0 0 auto;
}

.feature-detail[open] summary::after {
  content: "-";
}

.feature-detail p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
  font-size: 0.96rem;
}

.price {
  font-size: 2.25rem;
  font-weight: 850;
  letter-spacing: -0.06em;
  margin: 14px 0 4px;
}

.price span {
  font-size: 0.95rem;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0;
}

.notice {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid #d6e3fb;
  background: #eef5ff;
  color: #27446f;
  font-size: 0.95rem;
}

.footer {
  padding: 48px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 24px;
}

.footer h4 {
  margin: 0 0 10px;
}

.footer .brand {
  color: var(--blue-2);
  font-weight: 700;
  font-size: 1.65rem;
}

.footer a {
  display: block;
  color: var(--muted);
  margin: 7px 0;
}

.footer a:hover { color: var(--ink); }

.small {
  font-size: 0.9rem;
  color: var(--muted);
}

@media (max-width: 880px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
  }
  .nav-links.is-open { display: flex; }
  .nav-links .button { width: 100%; }
  .hero { padding-top: 56px; }
  .hero-grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .story-grid,
  .feature-detail-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav { min-height: 66px; }
  .nav-links { top: 66px; }
  h1 { font-size: clamp(2.4rem, 14vw, 3.7rem); }
  h2 { font-size: clamp(1.8rem, 10vw, 2.55rem); }
  .hero-card, .story, .callout { border-radius: 24px; padding: 22px; }
  .section { padding: 48px 0; }
  .button { width: 100%; }
  .button-row { align-items: stretch; }
}


/* V1.2 screenshot tour carousel */
.product-tour-card {
  padding: 18px;
}

.tour-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.tour-head .kicker {
  margin: 0;
}

.tour-head .small {
  margin: 0;
  white-space: nowrap;
}

.tour-frame {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}

.tour-slides {
  position: relative;
  min-height: 310px;
}

.tour-slide {
  display: none;
  margin: 0;
  background: #fff;
}

.tour-slide.is-active {
  display: block;
}

.tour-image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #fff;
  cursor: zoom-in;
}

.tour-image-button img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
  background: #e6eef9;
}

.tour-slide figcaption {
  display: grid;
  gap: 4px;
  padding: 14px 16px 16px;
  border-top: 1px solid var(--line);
}

.tour-slide figcaption strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.tour-slide figcaption span {
  color: var(--muted);
  font-size: 0.92rem;
}

.tour-nav {
  position: absolute;
  top: calc(50% - 32px);
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(220, 227, 238, 0.95);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(23, 32, 51, 0.14);
  color: var(--ink);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.tour-prev { left: 12px; }
.tour-next { right: 12px; }

.tour-section-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.tour-section-tabs button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  padding: 10px 11px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.tour-section-tabs button:hover {
  transform: translateY(-1px);
  border-color: #b9cdf4;
  color: var(--ink);
}

.tour-section-tabs button.is-active {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.tour-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

.tour-count {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.tour-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.tour-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  cursor: pointer;
}

.tour-dots button.is-active {
  width: 22px;
  background: var(--blue);
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox[hidden] {
  display: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(8px);
}

.lightbox-content {
  width: min(1500px, 94vw);
  max-height: 92vh;
  margin: 0;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.lightbox-content img {
  width: 100%;
  max-height: calc(92vh - 96px);
  object-fit: contain;
  background: #f8fafc;
}


.lightbox[data-simple-lightbox] {
  padding: 12px;
}

.lightbox[data-simple-lightbox] .lightbox-content {
  width: min(1920px, 98vw);
  max-height: 96vh;
  border-radius: 18px;
}

.lightbox[data-simple-lightbox] .lightbox-content img {
  max-height: 95vh;
}

.lightbox-content figcaption {
  display: grid;
  gap: 4px;
  padding: 16px 20px;
  border-top: 1px solid var(--line);
}

.lightbox-content figcaption span {
  color: var(--muted);
}

.lightbox-close,
.lightbox-nav {
  position: fixed;
  z-index: 101;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.96);
  color: var(--ink);
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.lightbox-close {
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-size: 2rem;
  line-height: 1;
}

.lightbox-nav {
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  transform: translateY(-50%);
  font-size: 2.2rem;
  line-height: 1;
}

.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }

@media (max-width: 880px) {
  .tour-slides { min-height: unset; }
  .tour-section-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tour-head { align-items: flex-start; flex-direction: column; }
  .tour-head .small { white-space: normal; }
  .lightbox { padding: 16px; }
  .lightbox-nav { width: 42px; height: 42px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

@media (max-width: 560px) {
  .product-tour-card { padding: 14px; }
  .tour-section-tabs { grid-template-columns: 1fr; }
  .tour-nav { width: 34px; height: 34px; font-size: 1.5rem; }
  .lightbox-content { width: 96vw; border-radius: 18px; }
  .lightbox-content figcaption { padding: 12px 14px; }
}


.codex-wordmark {
  width: min(420px, 100%);
  height: auto;
  margin: 0 0 16px 0;
}

.card-logo-wide {
  width: 190px;
  max-width: 82%;
  height: auto;
  margin: 0 0 18px 0;
}

@media (max-width: 720px) {
  .codex-wordmark {
    width: min(330px, 100%);
  }
  .card-logo-wide {
    width: 170px;
  }
}

.beta-note {
  margin: 1rem 0 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(24, 82, 214, 0.18);
  background: rgba(24, 82, 214, 0.07);
  border-radius: 14px;
  color: #1d355c;
  font-size: 0.98rem;
  line-height: 1.5;
}
.beta-note strong { color: var(--blue); }


/* V1.5 platform positioning */
.section-tight {
  padding-top: 34px;
  padding-bottom: 34px;
}

.platform-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.platform-badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 26px;
}

.platform-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.platform-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--blue-2);
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(25, 42, 70, 0.06);
}

.platform-badge-row-os span {
  min-width: 148px;
}

.platform-badge-row-browser span {
  min-width: 148px;
}
.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.platform-card {
  padding: 22px 20px;
}

.platform-card h3 {
  font-size: 1.05rem;
}

.platform-card p {
  margin-bottom: 0;
  font-size: 0.94rem;
  line-height: 1.55;
}

.platform-card-browser {
  position: relative;
}

.platform-card-browser::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue), var(--blue-2));
  box-shadow: 0 0 0 4px rgba(46, 113, 201, 0.08);
}

@media (max-width: 820px) {
  .platform-callout {
    grid-template-columns: 1fr;
  }

  .platform-badges {
    align-items: center;
  }

  .platform-card-browser::before {
    display: none;
  }

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


/* V1.6 privacy/local-first positioning */
.privacy-callout {
  background: linear-gradient(135deg, #ffffff, #e2efff);
}

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

.privacy-list div {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid #b8cde8;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.privacy-list strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.privacy-list span {
  color: var(--muted);
  font-size: 0.92rem;
}


/* V1.8 workflow strip replacing redundant privacy object cards */
.handoff-flow {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 160px 30px 180px 30px minmax(460px, 1fr) 30px 160px;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.flow-step {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 220px;
  padding: 18px 16px;
  border: 1px solid #b8cde8;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 28px rgba(25, 42, 70, 0.07);
  text-align: center;
}

.flow-step strong {
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.flow-step span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.42;
}

.flow-arrow {
  align-self: center;
  justify-self: center;
  color: var(--blue);
  font-weight: 900;
  font-size: 1.28rem;
}

.flow-merge {
  display: grid;
  gap: 12px;
  width: 100%;
}

.flow-build {
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-color: rgba(46, 113, 201, 0.42);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(237, 246, 255, 0.84));
}

.flow-branches {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding-top: 16px;
}

.flow-branches::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14%;
  right: 14%;
  border-top: 1px solid rgba(46, 113, 201, 0.5);
}

.flow-branch {
  position: relative;
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 170px;
  padding: 14px 12px;
  border: 1px solid #b8cde8;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
}

.flow-branch::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  height: 16px;
  border-left: 1px solid rgba(46, 113, 201, 0.5);
}

.flow-branch strong {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.2;
}

.flow-branch span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.flow-merge-label {
  justify-self: center;
  position: relative;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(46, 113, 201, 0.16);
  color: var(--blue-dark);
  font-size: 0.8rem;
  font-weight: 800;
}

.flow-merge-label::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -13px;
  height: 13px;
  border-left: 1px solid rgba(46, 113, 201, 0.5);
}

@media (max-width: 1100px) {
  .handoff-flow {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .flow-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .flow-step,
  .flow-branch {
    min-height: auto;
    text-align: left;
  }

  .flow-branches {
    grid-template-columns: 1fr;
  }

  .flow-branches::before,
  .flow-branch::before,
  .flow-merge-label::before {
    display: none;
  }
}


.privacy-note {
  max-width: var(--max);
}


.cockpit-preview {
  padding: 0;
  background: #eef3f7;
}

.cockpit-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.cockpit-preview-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  font: inherit;
}

.cockpit-preview-button img {
  transition: transform 180ms ease, filter 180ms ease;
}

.cockpit-preview-button:hover img,
.cockpit-preview-button:focus-visible img {
  transform: scale(1.015);
  filter: saturate(1.04) contrast(1.03);
}

.cockpit-preview-button span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.78);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.cockpit-lightbox {
  padding: 18px;
  align-items: start;
  justify-items: center;
  overflow: auto;
}

.cockpit-lightbox .lightbox-content {
  width: min(1600px, 96vw) !important;
  max-width: none !important;
  max-height: none !important;
  margin: 34px auto;
  overflow: visible;
}

.cockpit-lightbox .lightbox-content img {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: fill !important;
  display: block;
}



.hero-video-card {
  min-height: 320px;
  display: grid;
  align-items: stretch;
}

.video-teaser {
  min-height: 270px;
  border-radius: 24px;
  border: 1px solid rgba(15, 70, 161, 0.16);
  background: linear-gradient(135deg, #f8fbff, #eaf2ff);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px;
  color: var(--ink);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.video-teaser::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 20px;
  border: 1px solid rgba(32, 93, 179, 0.12);
  pointer-events: none;
}

.video-kicker {
  align-self: start;
  justify-self: start;
  position: relative;
  z-index: 1;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-2);
}

.play-button {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #1559c7;
  color: #ffffff;
  font-size: 1.8rem;
  box-shadow: 0 18px 36px rgba(15, 70, 161, 0.22);
  padding-left: 4px;
  position: relative;
  z-index: 1;
}

.video-teaser strong {
  display: block;
  position: relative;
  z-index: 1;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  letter-spacing: -0.04em;
  margin-top: 6px;
}

.video-teaser span:last-child {
  position: relative;
  z-index: 1;
  color: var(--muted);
  max-width: 360px;
}

.founder-note-card {
  border-radius: 24px;
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: var(--shadow);
  padding: 26px;
}

.founder-note-card h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  letter-spacing: -0.035em;
}

.founder-note-card p:last-child { margin-bottom: 0; }


/* V1.20 CE workflow diagram cleanup */
.privacy-callout .grid-2 {
  grid-template-columns: minmax(280px, 0.92fr) minmax(620px, 1.08fr);
  gap: 28px;
  align-items: center;
}

.privacy-callout .handoff-flow {
  width: 100%;
  max-width: 860px;
  margin-inline: auto;
  grid-template-columns: 140px 22px 180px 22px minmax(420px, 1fr) 22px 140px;
  gap: 10px;
  align-items: center;
}

.privacy-callout .flow-step {
  min-height: 176px;
  padding: 18px 16px;
  border-radius: 18px;
}

.privacy-callout .flow-step strong {
  font-size: 0.95rem;
}

.privacy-callout .flow-step span {
  font-size: 0.88rem;
  line-height: 1.38;
}

.privacy-callout .flow-build {
  min-height: auto;
  padding: 18px 20px;
}

.privacy-callout .flow-build strong {
  font-size: 0.95rem;
}

.privacy-callout .flow-build span {
  font-size: 0.88rem;
}

.privacy-callout .flow-merge {
  gap: 12px;
}

.privacy-callout .flow-branches {
  gap: 10px;
  padding-top: 16px;
}

.privacy-callout .flow-branch {
  min-height: 166px;
  padding: 14px 12px;
  border-radius: 16px;
}

.privacy-callout .flow-branch strong {
  font-size: 0.86rem;
}

.privacy-callout .flow-branch span {
  font-size: 0.78rem;
  line-height: 1.34;
}

.privacy-callout .flow-arrow {
  font-size: 1.2rem;
}

.privacy-callout .flow-merge-label {
  font-size: 0.78rem;
}

@media (max-width: 1250px) {
  .privacy-callout .grid-2 {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .privacy-callout .handoff-flow {
    max-width: 780px;
    grid-template-columns: 130px 20px 170px 20px minmax(390px, 1fr) 20px 130px;
  }
}

@media (max-width: 980px) {
  .privacy-callout .handoff-flow {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .privacy-callout .flow-step,
  .privacy-callout .flow-branch {
    min-height: auto;
  }
}

/* CE CODEX page cleanup */
.codex-problem-head {
  max-width: 920px;
}

.codex-tracks-title {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(2rem, 3.6vw, 3rem);
}

@media (max-width: 760px) {
  .codex-tracks-title {
    white-space: normal;
  }
}

/* CE CODEX how-it-fits callout cards */
.codex-fit-callout .section-head {
  max-width: 880px;
  margin-bottom: 24px;
}

.codex-fit-callout .section-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.codex-fit-grid {
  align-items: stretch;
}

.codex-fit-grid .card {
  background: rgba(255, 255, 255, 0.84);
  min-height: 245px;
  display: flex;
  flex-direction: column;
}

.codex-fit-grid .card .button {
  margin-top: auto;
  align-self: flex-start;
}

/* V1.21 homepage alignment fixes */
.platform-callout {
  grid-template-columns: minmax(0, 1fr) 340px;
}

.platform-badges {
  width: 340px;
  margin-top: 0;
  justify-self: center;
  align-self: center;
}

.platform-badge-row {
  width: 100%;
  justify-content: center;
}

.platform-badge-row-ai span {
  min-width: 96px;
}

.platform-badge-row-os span,
.platform-badge-row-browser span {
  min-width: 178px;
}

.home-product-card {
  min-height: 420px;
  padding: 30px;
}

.home-card-icon-slot {
  height: 60px;
  margin-bottom: 22px;
  align-items: flex-start;
}

.home-card-icon-slot .card-icon {
  width: 56px;
  height: 56px;
}

.home-card-icon-slot .product-card-logo-wide {
  width: 145px;
  max-width: 145px;
  height: 56px;
  object-fit: contain;
  object-position: left center;
}

.home-product-card .product-card-title,
.home-product-card .product-card-title-health {
  font-size: 1.44rem;
  line-height: 1.06;
  min-height: 3.05rem;
  margin-bottom: 16px;
}

.home-product-card p {
  margin-bottom: 30px;
}

.home-product-card > .button {
  margin-top: auto;
  align-self: center;
}

@media (max-width: 980px) {
  .platform-callout {
    grid-template-columns: 1fr;
  }
  .platform-badges {
    width: min(100%, 360px);
    margin-inline: auto;
  }
  .home-product-card {
    min-height: auto;
  }
}


/* V1.22 final homepage visual alignment fixes */
.platform-callout {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 34px;
  align-items: center;
}

.platform-callout .platform-badges {
  width: min(100%, 380px);
  margin: 0 auto;
  justify-self: center;
  align-self: center;
  display: grid;
  justify-items: center;
  gap: 12px;
}

.platform-callout .platform-badge-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.platform-callout .platform-badge-row-ai span {
  min-width: 96px;
}

.platform-callout .platform-badge-row-os span,
.platform-callout .platform-badge-row-browser span {
  min-width: 190px;
}

.home-product-card {
  min-height: 478px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.home-card-icon-slot {
  height: 62px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.home-card-icon-slot .product-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  object-fit: contain;
}

.home-card-icon-slot .product-card-logo-wide {
  width: 126px;
  max-width: 126px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
  margin-top: 4px;
}

.home-product-card .product-card-title,
.home-product-card .product-card-title-health {
  font-size: 1.45rem;
  line-height: 1.06;
  min-height: 3.12rem;
  margin: 0 0 18px;
  display: flex;
  align-items: flex-start;
}

.home-product-card p {
  font-size: 1rem;
  line-height: 1.56;
  margin: 0 0 44px;
}

.home-product-card > .button {
  margin-top: auto;
  align-self: center;
}

@media (max-width: 980px) {
  .platform-callout {
    grid-template-columns: 1fr;
  }
  .platform-callout .platform-badges {
    width: min(100%, 380px);
  }
  .platform-callout .platform-badge-row {
    flex-wrap: wrap;
  }
  .home-product-card {
    min-height: auto;
  }
}

/* V1.25 final homepage CE CODEX logo correction.
   The CE CODEX mark is a wide wordmark. Matching by image width made the blue CE
   square too small; matching by full height made the wordmark feel too large.
   This box size makes the blue CE square render at the same apparent size as the
   other home-card icons while preserving the approved V1.24 flow-chart fix below. */
.home-card-icon-slot .product-card-logo-wide {
  width: 179px;
  max-width: 179px;
  height: 56px;
  margin-top: 0;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 720px) {
  .home-card-icon-slot .product-card-logo-wide {
    width: min(179px, 100%);
    max-width: 100%;
  }
}

.privacy-callout {
  color: var(--ink);
}

.privacy-callout h2,
.privacy-callout h3,
.privacy-callout .kicker {
  color: var(--ink);
}

.privacy-callout p {
  color: var(--muted);
}

.privacy-callout .grid-2 {
  grid-template-columns: 1fr !important;
  gap: 28px !important;
  align-items: stretch !important;
}

.privacy-callout .handoff-flow.branched-flow {
  position: static !important;
  left: auto !important;
  right: auto !important;
  width: min(100%, 1040px) !important;
  max-width: 1040px !important;
  margin: 0 auto !important;
  justify-self: center !important;
  overflow: visible !important;
  grid-template-columns: 140px 22px 180px 22px minmax(420px, 1fr) 22px 140px !important;
  gap: 10px !important;
}

@media (max-width: 1100px) {
  .privacy-callout .handoff-flow.branched-flow {
    grid-template-columns: 1fr !important;
    max-width: 620px !important;
  }

  .privacy-callout .flow-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .privacy-callout .flow-branches {
    grid-template-columns: 1fr !important;
  }

  .privacy-callout .flow-branches::before,
  .privacy-callout .flow-branch::before,
  .privacy-callout .flow-merge-label::before {
    display: none !important;
  }
}

.codex-fit-callout .codex-fit-grid .card,
.codex-fit-callout .codex-fit-grid .card h3,
.codex-fit-callout .codex-fit-grid .card p {
  color: var(--blue-2);
}

.codex-fit-callout .codex-fit-grid .card p {
  color: #173f7a;
}

/* Working draft: normalize the homepage hero-to-founder-story gap.
   The hero text is visually shorter than the right-side video card, so the
   founder section needs a smaller top padding to match the following section gaps. */
body > main > #founder-story.section {
  padding-top: 32px;
}

@media (max-width: 720px) {
  .site-header .brand-wordmark { height: 40px; }
  .footer .brand-wordmark { height: 28px; }
}




.browser-io-note p {
  margin: 8px 0 0;
}


.update-status-note {
  margin-top: 16px;
}

.status-grid {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.status-dot {
  display: inline-block;
  width: 0.78em;
  height: 0.78em;
  border-radius: 999px;
  margin-right: 8px;
  vertical-align: -0.05em;
}

.status-working {
  background: #166534;
}







/* Privacy Policy page: professional legal/product-policy layout. */
.privacy-page-header {
  padding: 64px 0 28px;
  background: transparent;
}

.privacy-header-inner {
  max-width: 900px;
}

.privacy-page-header h1 {
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  margin: 8px 0 14px;
}

.privacy-page-header p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
  margin: 0 0 8px;
}

.privacy-page-header .small {
  font-size: 0.92rem;
  color: var(--muted);
  margin-top: 16px;
}

.privacy-document {
  max-width: 900px;
  padding: 34px 0 76px;
  font-size: 1rem;
  line-height: 1.68;
}

.privacy-summary-note {
  margin: 0 0 34px;
  padding: 22px 24px;
  border: 1px solid #d6e3fb;
  background: #eef5ff;
  border-radius: 18px;
  color: #27446f;
}

.privacy-summary-note strong {
  color: var(--blue-2);
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.privacy-summary-note p {
  margin: 0;
  color: #27446f;
}

.privacy-document h2 {
  font-size: clamp(1.18rem, 1.8vw, 1.42rem);
  line-height: 1.25;
  margin-top: 28px;
  margin-bottom: 8px;
  letter-spacing: -0.018em;
}

.privacy-document p {
  margin: 0 0 13px;
  color: var(--ink);
}

.privacy-document a {
  font-weight: 700;
}

@media (max-width: 720px) {
  .privacy-page-header {
    padding: 42px 0 18px;
  }

  .privacy-page-header h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .privacy-page-header p {
    font-size: 1rem;
  }

  .privacy-document {
    padding-top: 24px;
  }

  .privacy-document h2 {
    font-size: 1.22rem;
  }
}


/* Pricing page stacked notice boxes. */
.pricing-notes-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pricing-note-stack {
  display: grid;
  gap: 14px;
}

.pricing-note-stack .notice {
  width: 100%;
  max-width: var(--max);
}

.pricing-note-stack .update-status-note {
  margin-top: 0;
}

.pricing-note-stack .browser-io-note p,
.pricing-note-stack .update-status-note p {
  margin: 8px 0 0;
}


/* FAQ pages */
.hero-compact {
  padding-top: 68px;
  padding-bottom: 42px;
}

.faq-hero .hero-card a,
.faq-answer a,
.notice a {
  color: var(--blue-2);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-page-wrap {
  display: grid;
  gap: 54px;
}

.faq-group-head {
  margin-bottom: 18px;
}

.faq-stack {
  display: grid;
  gap: 12px;
}

.faq-item .faq-answer {
  padding: 0 16px 18px;
  color: var(--muted);
}

.faq-item .faq-answer p {
  margin: 0 0 12px;
}

.faq-item .faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-item .faq-answer .list {
  margin-top: 10px;
}

.faq-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 22px;
}

.faq-product-card {
  display: flex;
  flex-direction: column;
}

.faq-product-card .button {
  margin-top: auto;
  width: max-content;
}

.faq-support-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 720px) {
  .faq-support-callout {
    display: grid;
  }
}


/* Schrodinger's Chat product additions */
.product-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

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

.schrodinger-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eff7ff, #dce9ff);
  border: 1px solid #c8dcff;
  color: var(--blue-dark);
  font-weight: 900;
  letter-spacing: -0.06em;
  font-size: 1.15rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.45);
}

.home-card-icon-slot .schrodinger-icon {
  margin: 0;
}

.schrodinger-card {
  border-color: #c8dcff;
}

.rescue-step-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.rescue-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid #b8cde8;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
}

.rescue-step strong:first-child {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(46,113,201,0.12);
  color: var(--blue-dark);
}

@media (max-width: 1180px) {
  .product-grid-5,
  .product-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .product-grid-5,
  .product-grid-4 {
    grid-template-columns: 1fr;
  }
}

/* Schrodinger details make the feature detail grid four columns on wide screens. */
@media (min-width: 1181px) {
  .feature-detail-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}


/* V2.6 corrections: comparison columns and Schrodinger icon image sizing */
.comparison {
  table-layout: fixed;
  min-width: 960px;
}

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

.comparison th:not(:first-child),
.comparison td:not(:first-child) {
  width: 16.5%;
  text-align: center;
  white-space: nowrap;
}

.home-card-icon-slot img[src$="schrodingers_chat_icon.png"],
.card-icon[src$="schrodingers_chat_icon.png"] {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 16px;
}


/* CE PRO badge in homepage product card */
.pro-icon-slot {
  gap: 8px;
  align-items: center;
}
.ce-pro-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

/* Schrodinger's Chat extension landing highlight */
.extension-target-card {
  border-color: rgba(46, 113, 201, 0.72) !important;
  box-shadow: 0 0 0 4px rgba(46, 113, 201, 0.12), 0 18px 42px rgba(25, 42, 70, 0.16) !important;
}

.extension-target-pulse {
  animation: sc-buy-pulse 1.15s ease-in-out infinite;
}

@keyframes sc-buy-pulse {
  0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 10px 22px rgba(46, 113, 201, 0.18); }
  50% { transform: translateY(-1px) scale(1.035); box-shadow: 0 0 0 6px rgba(46, 113, 201, 0.16), 0 16px 30px rgba(46, 113, 201, 0.26); }
}

.activation-status {
  margin-top: 12px;
  padding: 11px 13px;
  border-radius: 14px;
  border: 1px solid rgba(46, 113, 201, 0.22);
  background: rgba(46, 113, 201, 0.08);
  color: var(--blue-dark);
  font-weight: 800;
  font-size: 0.9rem;
}
