/* Min uge — app shell */
.hub-page {
  background: linear-gradient(180deg, #eef7f0 0%, #f7f5ef 28%, #faf8f4 100%);
  padding-bottom: 2rem;
}

.hub-page .site-header__cart-btn {
  display: none !important;
}

.hub-page .pathfinder-shell,
.hub-shell {
  max-width: 28rem;
  margin-inline: auto;
  padding: 0.75rem 1rem 2rem;
}

.hub-app__mast {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.25rem 0.15rem 0;
}

.hub-app__milo {
  margin: 0;
  flex-shrink: 0;
}

.hub-app__milo .hub-milo-fig__img {
  width: 4.75rem;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(31, 95, 59, 0.14));
}

.hub-app__mast-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.hub-app__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1f5f3b;
}

/* Reset .launch-page h1 marketing styles (traction.css: tight line-height, huge type) */
.hub-page .hub-app__title {
  margin: 0;
  max-width: none;
  font-size: clamp(1.35rem, 4.5vw, 1.65rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #172033;
  font-weight: 800;
}

.hub-app__lead {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #667085;
}

.hub-app__panel {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 1.25rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
  overflow: hidden;
}

/* Tab nav — scroll on small screens */
.hub-nav {
  display: flex;
  gap: 0;
  padding: 0 0.35rem;
  border-bottom: 1px solid #ebe6dc;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.hub-nav::-webkit-scrollbar {
  display: none;
}

.hub-tab {
  flex: 1 0 auto;
  min-width: 4.5rem;
  border: none;
  background: transparent;
  padding: 0.85rem 0.65rem;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  color: #667085;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.hub-tab.is-active {
  color: #1f5f3b;
}

.hub-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: #79ad87;
}

.hub-tab--complete::before {
  content: "✓";
  margin-right: 0.2rem;
  font-size: 0.72rem;
  color: #1f5f3b;
}

.hub-tab__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.15rem;
  height: 1.15rem;
  margin-left: 0.25rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: #b42318;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  vertical-align: middle;
}

.hub-panel {
  padding: 1.1rem 1.15rem 1.25rem;
}

.hub-panel[hidden] {
  display: none !important;
}

/* Sections inside panels */
.hub-section {
  padding: 0;
  margin: 0 0 1.35rem;
}

.hub-section:last-child {
  margin-bottom: 0;
}

.hub-section__title {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #172033;
}

.hub-section__lead {
  margin: -0.35rem 0 0.75rem;
  font-size: 0.85rem;
  color: #667085;
  line-height: 1.45;
}

.hub-family-profile {
  margin: 0 0 1rem;
  padding: 0.85rem;
  border-radius: 14px;
  border: 1px solid #cfe3f7;
  background: #f7fbff;
}

.hub-family-profile__label {
  display: inline-flex;
  margin-bottom: 0.25rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: #e7f2ff;
  color: #245579;
  font-size: 0.72rem;
  font-weight: 800;
}

.hub-family-profile strong {
  display: block;
  color: #172033;
  font-size: 0.95rem;
}

.hub-family-profile p {
  margin: 0.25rem 0 0;
  color: #475467;
  font-size: 0.84rem;
  line-height: 1.45;
}

.hub-family-profile__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.7rem;
}

.hub-family-profile__chips span {
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d7e9f8;
  color: #667085;
  font-size: 0.76rem;
  font-weight: 700;
}

.hub-family-profile__chips .is-done {
  border-color: #c8e6d0;
  background: #eef7f0;
  color: #1f5f3b;
}

.hub-family-profile__next {
  margin-top: 0.75rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid #cfe3f7;
  border-radius: 999px;
  background: #eef7ff;
  color: #245579;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
}

.hub-family-profile__next:hover {
  background: #e1f0ff;
}

.hub-family-profile__complete {
  margin: 0.75rem 0 0;
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  background: #eef7f0;
  color: #1f5f3b;
  font-size: 0.84rem;
  font-weight: 700;
}

.hub-family-benefits {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.hub-family-benefit {
  padding: 0.75rem;
  border-radius: 14px;
  border: 1px solid #d7e9f8;
  background: #fff;
}

.hub-family-benefit.is-done {
  border-color: #c8e6d0;
  background: #f6fbf7;
}

.hub-family-benefit span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.25rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #e7f2ff;
  color: #245579;
  font-size: 0.68rem;
  font-weight: 800;
}

.hub-family-benefit.is-done span {
  background: #eef7f0;
  color: #1f5f3b;
}

.hub-family-benefit strong {
  display: block;
  color: #172033;
  font-size: 0.9rem;
  line-height: 1.3;
}

.hub-family-benefit p {
  margin: 0.2rem 0 0;
  color: #667085;
  font-size: 0.82rem;
  line-height: 1.4;
}

.hub-divider {
  border: none;
  border-top: 1px solid #f0ebe3;
  margin: 1.25rem 0;
}

/* Quick status row */
.hub-quick {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  margin-bottom: 1.15rem;
  scrollbar-width: none;
}

.hub-quick::-webkit-scrollbar {
  display: none;
}

.hub-quick__item {
  flex: 0 0 auto;
  min-width: 7.5rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid #ebe6dc;
  background: #faf8f4;
  font: inherit;
  text-align: left;
  cursor: default;
}

button.hub-quick__item {
  cursor: pointer;
  transition: border-color 0.15s, transform 0.15s;
}

button.hub-quick__item:hover {
  border-color: #79ad87;
}

.hub-quick__item--ok {
  border-color: #c8e6d0;
  background: #f6fbf7;
}

.hub-quick__item--warn {
  border-color: #fecdca;
  background: #fff8f7;
}

.hub-quick__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #667085;
}

.hub-quick__value {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #172033;
}

/* Action grids */
.hub-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.hub-action-grid--mood {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hub-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: 3.25rem;
  padding: 0.55rem 0.35rem;
  border: 1.5px solid #ebe6dc;
  border-radius: 14px;
  background: #fff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  color: #344054;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, transform 0.12s;
}

.hub-action-btn:hover {
  border-color: #79ad87;
}

.hub-action-btn.is-active,
.hub-action-btn.is-selected {
  border-color: #79ad87;
  background: #eef7f0;
  color: #1f5f3b;
}

.hub-action-btn--emoji {
  font-size: 1.65rem;
  min-height: 3rem;
  padding: 0.4rem;
}

.hub-done {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.65rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #eef7f0;
  color: #1f5f3b;
  font-size: 0.84rem;
  font-weight: 600;
}

/* Tags */
.hub-tag-row {
  margin-top: 0.75rem;
}

.hub-tag-label {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  color: #667085;
}

.hub-tag {
  display: inline-block;
  margin: 0 0.35rem 0.35rem 0;
  padding: 0.4rem 0.7rem;
  border: 1px solid #e0d8cc;
  border-radius: 999px;
  background: #fff;
  font-size: 0.82rem;
  cursor: pointer;
}

.hub-tag.is-selected {
  border-color: #79ad87;
  background: #eef7f0;
  color: #1f5f3b;
}

.hub-trust {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  color: #667085;
  line-height: 1.45;
}

.hub-trust a,
.hub-link-btn {
  color: #2d5a7b;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

/* Insights */
.hub-insight {
  padding: 0.85rem 0;
  border-bottom: 1px solid #f0ebe3;
}

.hub-insight:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hub-insight strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.92rem;
}

.hub-insight p {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  color: #475467;
}

.hub-insight--high strong {
  color: #b42318;
}

/* Next best action */
.hub-next-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid #cfe3f7;
  background: linear-gradient(135deg, #f7fbff 0%, #edf7ff 100%);
  box-shadow: 0 10px 26px rgba(45, 90, 123, 0.08);
}

.hub-next-action--urgent {
  border-color: #f3b8b1;
  background: linear-gradient(135deg, #fff8f7 0%, #fff1ef 100%);
}

.hub-next-action--soft {
  border-color: #c8e6d0;
  background: linear-gradient(135deg, #f7fbff 0%, #f3fbf5 100%);
}

.hub-next-action__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #e7f2ff;
  color: #245579;
  font-size: 0.76rem;
  font-weight: 800;
}

.hub-next-action--urgent .hub-next-action__badge {
  background: #fff0ed;
  color: #b42318;
}

.hub-next-action h2 {
  margin: 0 0 0.25rem;
  color: #172033;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  letter-spacing: 0;
}

.hub-next-action p {
  margin: 0;
  color: #475467;
  font-size: 0.93rem;
  line-height: 1.45;
}

/* Daily calm status */
.hub-day-status {
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid #d7e9f8;
  background: #fbfdff;
}

.hub-day-status__head {
  margin-bottom: 0.85rem;
}

.hub-day-status__head span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.3rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #e7f2ff;
  color: #245579;
  font-size: 0.76rem;
  font-weight: 800;
}

.hub-day-status__head h2 {
  margin: 0 0 0.25rem;
  color: #172033;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.hub-day-status__head p {
  margin: 0;
  color: #667085;
  font-size: 0.9rem;
  line-height: 1.45;
}

.hub-day-status__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.hub-day-status__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 64px;
  padding: 0.75rem;
  border-radius: 14px;
  border: 1px solid #e4e7ec;
  background: #fff;
}

.hub-day-status__item.is-done {
  border-color: #c8e6d0;
  background: #f6fbf7;
}

.hub-day-status__item.is-warn {
  border-color: #d7e9f8;
  background: #f7fbff;
}

.hub-day-status__item strong,
.hub-day-status__item span {
  display: block;
}

.hub-day-status__item strong {
  color: #172033;
  font-size: 0.9rem;
  line-height: 1.25;
}

.hub-day-status__item span {
  margin-top: 0.15rem;
  color: #667085;
  font-size: 0.82rem;
}

.hub-day-status__action,
.hub-day-status__ok {
  flex: 0 0 auto;
}

.hub-day-status__action {
  min-height: 34px;
  padding: 0.35rem 0.65rem;
  border: 1px solid #cfe3f7;
  border-radius: 999px;
  background: #eef7ff;
  color: #245579;
  font-weight: 800;
  font-size: 0.78rem;
  cursor: pointer;
}

.hub-day-status__action:hover {
  background: #e1f0ff;
}

.hub-day-status__ok {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #79ad87;
  color: #fff;
  font-weight: 900;
}

/* Tomorrow prep */
.hub-tomorrow-prep {
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid #cfe3f7;
  background: linear-gradient(135deg, #f7fbff 0%, #f3fbf5 100%);
}

.hub-tomorrow-prep__head {
  margin-bottom: 0.8rem;
}

.hub-tomorrow-prep__head span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.3rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #e7f2ff;
  color: #245579;
  font-size: 0.76rem;
  font-weight: 800;
}

.hub-tomorrow-prep__head h2 {
  margin: 0 0 0.25rem;
  color: #172033;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.hub-tomorrow-prep__head p {
  margin: 0;
  color: #475467;
  font-size: 0.9rem;
  line-height: 1.45;
}

.hub-tomorrow-prep__list {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}

.hub-tomorrow-prep__item {
  padding: 0.75rem;
  border-radius: 14px;
  border: 1px solid #d7e9f8;
  background: #fff;
}

.hub-tomorrow-prep__item span,
.hub-tomorrow-prep__item strong {
  display: block;
}

.hub-tomorrow-prep__item span {
  width: fit-content;
  margin-bottom: 0.25rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #eef7f0;
  color: #1f5f3b;
  font-size: 0.7rem;
  font-weight: 800;
}

.hub-tomorrow-prep__item strong {
  color: #172033;
  font-size: 0.92rem;
  line-height: 1.28;
}

.hub-tomorrow-prep__item p {
  margin: 0.2rem 0 0;
  color: #667085;
  font-size: 0.84rem;
  line-height: 1.4;
}

.hub-tomorrow-prep__link {
  margin-top: 0.55rem;
  padding: 0;
  border: none;
  background: none;
  color: #245579;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

.hub-copy-fallback {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.85rem;
  padding: 0.75rem;
  border-radius: 14px;
  border: 1px solid #cfe3f7;
  background: #fff;
}

.hub-copy-fallback label {
  color: #172033;
  font-size: 0.82rem;
  font-weight: 800;
}

.hub-copy-fallback textarea {
  width: 100%;
  min-height: 8rem;
  resize: vertical;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  padding: 0.65rem;
  background: #fbfdff;
  color: #172033;
  font: inherit;
  font-size: 0.82rem;
  line-height: 1.45;
}

/* Login nudge */
.hub-nudge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 0.85rem;
  border-radius: 12px;
  background: #faf8f4;
  border: 1px solid #ebe6dc;
}

.hub-nudge__milo {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  flex-shrink: 0;
}

.hub-nudge p {
  margin: 0;
  font-size: 0.88rem;
  color: #475467;
}

/* Mågeblik stats */
.hub-maageblik-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.hub-maageblik-stat {
  padding: 0.6rem 0.5rem;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #ebe6dc;
  background: #faf8f4;
}

.hub-maageblik-stat--highlight {
  border-color: #c8e6d0;
  background: #f6fbf7;
}

.hub-maageblik-stat--critical {
  border-color: #fecdca;
  background: #fff8f7;
}

.hub-maageblik-stat--critical .hub-maageblik-stat__num {
  color: #b42318;
}

.hub-maageblik-stat__num {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: #172033;
}

.hub-maageblik-stat__num--text {
  font-size: 0.78rem;
  font-weight: 700;
}

.hub-maageblik-stat__lbl {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #667085;
}

/* Milo coach */
.hub-milo-coach {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid #cfe3f7;
  background: linear-gradient(135deg, #f7fbff 0%, #f1f8ff 100%);
  box-shadow: 0 10px 26px rgba(45, 90, 123, 0.08);
}

.hub-milo-coach__top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
}

.hub-milo-coach__milo {
  border-radius: 999px;
  background: #fff;
  border: 1px solid #cfe3f7;
}

.hub-milo-coach__label,
.hub-milo-focus__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.25rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: #e7f2ff;
  color: #245579;
  font-size: 0.72rem;
  font-weight: 800;
}

.hub-milo-coach h3 {
  margin: 0 0 0.25rem;
  color: #172033;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.hub-milo-coach p {
  margin: 0;
  color: #475467;
  font-size: 0.9rem;
  line-height: 1.45;
}

.hub-milo-focus {
  margin-top: 0.85rem;
  padding: 0.85rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #d7e9f8;
}

.hub-milo-focus strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #172033;
  font-size: 0.95rem;
  line-height: 1.35;
}

.hub-milo-focus p {
  margin: 0 0 0.65rem;
}

.hub-milo-coach__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.85rem;
}

.hub-milo-coach__signals span {
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: #eef7f0;
  color: #1f5f3b;
  font-size: 0.76rem;
  font-weight: 700;
}

/* Calm action plan */
.hub-calm-plan {
  margin: 0 0 1rem;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid #d7e9f8;
  background: #fbfdff;
}

.hub-calm-plan__head {
  margin-bottom: 0.8rem;
}

.hub-calm-plan__head span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.3rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #e7f2ff;
  color: #245579;
  font-size: 0.76rem;
  font-weight: 800;
}

.hub-calm-plan__head h2 {
  margin: 0 0 0.25rem;
  color: #172033;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.hub-calm-plan__head p {
  margin: 0;
  color: #475467;
  font-size: 0.9rem;
  line-height: 1.45;
}

.hub-calm-plan__steps {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hub-calm-plan__steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  padding: 0.75rem;
  border-radius: 14px;
  border: 1px solid #e4e7ec;
  background: #fff;
}

.hub-calm-plan__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: #eef7f0;
  color: #1f5f3b;
  font-size: 0.82rem;
  font-weight: 900;
}

.hub-calm-plan__steps strong {
  display: block;
  color: #172033;
  font-size: 0.92rem;
  line-height: 1.25;
}

.hub-calm-plan__steps p {
  margin: 0.2rem 0 0;
  color: #667085;
  font-size: 0.84rem;
  line-height: 1.4;
}

.hub-calm-plan__action {
  margin-top: 0.55rem;
  padding: 0.34rem 0.6rem;
  border: 1px solid #cfe3f7;
  border-radius: 999px;
  background: #eef7ff;
  color: #245579;
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
}

.hub-calm-plan__action:hover {
  background: #e1f0ff;
}

/* Handoff */
.hub-handoff {
  margin: 0 0 1rem;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid #cfe3f7;
  background: linear-gradient(135deg, #f7fbff 0%, #f3fbf5 100%);
}

.hub-handoff__head {
  margin-bottom: 0.75rem;
}

.hub-handoff__head span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.3rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #e7f2ff;
  color: #245579;
  font-size: 0.76rem;
  font-weight: 800;
}

.hub-handoff__head h2 {
  margin: 0 0 0.25rem;
  color: #172033;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.hub-handoff__head p {
  margin: 0;
  color: #475467;
  font-size: 0.9rem;
  line-height: 1.45;
}

.hub-handoff__list {
  display: grid;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  padding: 0;
  list-style: none;
}

.hub-handoff__list li {
  padding: 0.65rem;
  border-radius: 12px;
  border: 1px solid #d7e9f8;
  background: #fff;
}

.hub-handoff__list strong,
.hub-handoff__list span {
  display: block;
}

.hub-handoff__list strong {
  color: #172033;
  font-size: 0.9rem;
  line-height: 1.25;
}

.hub-handoff__list span {
  margin-top: 0.18rem;
  color: #667085;
  font-size: 0.82rem;
  line-height: 1.35;
}

/* Loops */
.hub-loop-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.hub-loop {
  padding: 0.9rem;
  border-radius: 14px;
  border: 1px solid #ebe6dc;
  background: #fff;
}

.hub-loop--done {
  background: #fbfdff;
}

.hub-loop-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
}

.hub-loop-header h4 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.35;
}

.hub-badge {
  flex-shrink: 0;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
}

.hub-badge--critical { background: #fee4e2; color: #b42318; }
.hub-badge--important { background: #eef7f0; color: #1f5f3b; }
.hub-badge--low { background: #f3f4f6; color: #4b5563; }

.hub-loop-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.6rem;
  margin: 0.35rem 0 0.5rem;
  font-size: 0.8rem;
  color: #667085;
}

.hub-status-pill {
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #f2f4f7;
  font-weight: 600;
}

.hub-loop-evidence {
  margin: 0 0 0.55rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 8px;
  font-size: 0.82rem;
  color: #475467;
  font-style: italic;
}

.hub-loop-action {
  margin: 0 0 0.55rem;
  font-size: 0.85rem;
  color: #344054;
}

.hub-loop-note,
.radar-loop-note {
  margin: 0 0 0.65rem;
  padding: 0.7rem;
  border: 1px solid #c5dff0;
  border-radius: 12px;
  background: #f7fbfe;
  color: #172033;
  font-size: 0.88rem;
  line-height: 1.45;
}

.radar-discuss {
  margin-top: 0.75rem;
  padding: 0.7rem;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  background: #fff;
}

.radar-discuss summary {
  cursor: pointer;
  color: #172033;
  font-weight: 800;
}

.radar-discuss label {
  display: grid;
  gap: 0.35rem;
  margin: 0.65rem 0;
  color: #344054;
  font-size: 0.86rem;
  font-weight: 800;
}

.radar-discuss textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  padding: 0.65rem;
  color: #172033;
  font: inherit;
  font-weight: 600;
  line-height: 1.45;
}

.hub-loop-drafts {
  margin: 0 0 0.65rem;
  border: 1px solid #d7e9f8;
  border-radius: 12px;
  background: #fbfdff;
  overflow: hidden;
}

.hub-loop-drafts summary {
  cursor: pointer;
  padding: 0.55rem 0.65rem;
  color: #245579;
  font-size: 0.84rem;
  font-weight: 800;
  list-style-position: inside;
}

.hub-loop-drafts__list {
  display: grid;
  gap: 0.55rem;
  padding: 0 0.65rem 0.65rem;
}

.hub-loop-draft {
  padding: 0.65rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #edf2f7;
}

.hub-loop-draft strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #172033;
  font-size: 0.86rem;
}

.hub-loop-draft p {
  margin: 0 0 0.55rem;
  color: #475467;
  font-size: 0.84rem;
  line-height: 1.45;
  white-space: pre-wrap;
}

.hub-loop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.hub-loop-actions .mb-btn {
  font-size: 0.84rem;
  min-height: 2.25rem;
  padding: 0.35rem 0.75rem;
}

.hub-loop-actions .mb-btn-primary {
  order: -1;
  flex: 1 1 100%;
}

.hub-loop-archive {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid #edf2f7;
}

.hub-loop-archive .hub-loop {
  opacity: 0.92;
}

/* Compose */
.hub-template-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.65rem;
}

.hub-template-chip {
  min-height: 2rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  border: 1px solid #cfe3f7;
  background: #f7fbff;
  color: #245579;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.hub-template-chip:hover,
.hub-template-chip:focus-visible {
  outline: none;
  border-color: #79ad87;
  background: #eef7f0;
  color: #1f5f3b;
}

.hub-message-preflight {
  display: grid;
  gap: 0.55rem;
  margin: 0.65rem 0 0;
  padding: 0.75rem;
  border-radius: 14px;
  border: 1px solid #e4e7ec;
  background: #fbfdff;
}

.hub-message-preflight--ready {
  border-color: #c8e6d0;
  background: #f6fbf7;
}

.hub-message-preflight--warn {
  border-color: #fecdca;
  background: #fff8f7;
}

.hub-message-preflight strong {
  display: block;
  color: #172033;
  font-size: 0.88rem;
  line-height: 1.3;
}

.hub-message-preflight p {
  margin: 0.2rem 0 0;
  color: #667085;
  font-size: 0.82rem;
  line-height: 1.4;
}

.hub-message-preflight--warn p,
.hub-message-preflight--warn strong {
  color: #b42318;
}

.hub-analyze-feedback {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 0.75rem;
  padding: 0.8rem;
  border-radius: 14px;
  border: 1px solid #fecdca;
  background: #fff8f7;
}

.hub-analyze-feedback[hidden] {
  display: none !important;
}

.hub-analyze-feedback--success {
  border-color: #c8e6d0;
  background: #f6fbf7;
}

.hub-analyze-feedback strong {
  display: block;
  color: #b42318;
  font-size: 0.9rem;
  line-height: 1.3;
}

.hub-analyze-feedback--success strong {
  color: #1f5f3b;
}

.hub-analyze-feedback p {
  margin: 0;
  color: #475467;
  font-size: 0.84rem;
  line-height: 1.45;
}

.hub-analyze-feedback .mb-btn {
  justify-self: start;
  min-height: 2.35rem;
}

.hub-message-preflight__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.hub-message-preflight__chips span {
  padding: 0.22rem 0.52rem;
  border-radius: 999px;
  border: 1px solid #c8e6d0;
  background: #fff;
  color: #1f5f3b;
  font-size: 0.72rem;
  font-weight: 800;
}

.hub-usage-card {
  margin: 0 0 0.75rem;
  padding: 0.85rem;
  border-radius: 14px;
  border: 1px solid #cfe3f7;
  background: #f7fbff;
}

.hub-usage-card__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
}

.hub-usage-card strong {
  display: block;
  color: #172033;
  font-size: 0.92rem;
  line-height: 1.3;
}

.hub-usage-card p {
  margin: 0.2rem 0 0;
  color: #475467;
  font-size: 0.82rem;
  line-height: 1.4;
}

.hub-usage-meter {
  height: 0.45rem;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: #e7f2ff;
  overflow: hidden;
}

.hub-usage-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #79ad87, #2d5a7b);
}

.hub-usage-card__foot {
  margin-top: 0.45rem !important;
}

.hub-compose textarea {
  width: 100%;
  min-height: 7.5rem;
  padding: 0.85rem;
  border: 1.5px solid #ebe6dc;
  border-radius: 14px;
  font: inherit;
  line-height: 1.45;
  resize: vertical;
  box-sizing: border-box;
}

.hub-compose textarea:focus {
  outline: none;
  border-color: #79ad87;
  box-shadow: 0 0 0 3px rgba(121, 173, 135, 0.2);
}

.hub-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.65rem;
}

.hub-form-actions .mb-btn-primary {
  flex: 1 1 auto;
}

/* Empty */
.hub-empty {
  text-align: center;
  padding: 1.5rem 0.5rem;
}

.hub-empty__milo {
  margin: 0 auto 0.75rem;
}

.hub-empty__milo .hub-milo-fig__img,
.hub-empty__milo img {
  width: 5rem;
  height: auto;
  margin: 0 auto;
  display: block;
}

.hub-empty h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.hub-empty p {
  margin: 0;
  font-size: 0.88rem;
  color: #667085;
}

.hub-empty__actions {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}

.hub-empty__hint {
  max-width: 22rem;
  font-size: 0.8rem !important;
  line-height: 1.45;
}

.hub-steps {
  list-style: none;
  margin: 1rem auto 0;
  padding: 0;
  max-width: 16rem;
  text-align: left;
}

.hub-steps li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.35rem 0;
  font-size: 0.86rem;
  color: #475467;
}

.hub-steps__num {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef7f0;
  color: #1f5f3b;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
}

/* Week mood */
.hub-week-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(3.1rem, 1fr));
  gap: 0.45rem;
}

.hub-week-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.45rem 0.25rem;
  border-radius: 12px;
  border: 1px solid #ebe6dc;
  background: #fff;
}

.hub-week-day--low {
  border-color: #fecdca;
  background: #fff8f7;
}

.hub-week-day--high {
  border-color: #c8e6d0;
  background: #f6fbf7;
}

.hub-week-label {
  font-size: 0.65rem;
  color: #667085;
  text-transform: capitalize;
}

.hub-week-emoji {
  font-size: 1.35rem;
  line-height: 1.2;
}

/* Weekly briefing */
.hub-week-brief {
  margin: 0 0 1.25rem;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid #d7e9f8;
  background: linear-gradient(135deg, #f7fbff 0%, #fbfdff 100%);
}

.hub-week-brief__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #e7f2ff;
  color: #245579;
  font-size: 0.76rem;
  font-weight: 800;
}

.hub-week-brief h2 {
  margin: 0 0 0.3rem;
  color: #172033;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.hub-week-brief p {
  margin: 0;
  color: #475467;
  font-size: 0.9rem;
  line-height: 1.45;
}

.hub-week-brief__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.hub-week-brief__card {
  min-height: 78px;
  padding: 0.72rem;
  border-radius: 14px;
  border: 1px solid #e4e7ec;
  background: #fff;
}

.hub-week-brief__card span,
.hub-week-brief__card strong {
  display: block;
}

.hub-week-brief__card span {
  color: #667085;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hub-week-brief__card strong {
  margin-top: 0.2rem;
  color: #172033;
  font-size: 0.9rem;
  line-height: 1.25;
}

.hub-week-brief__action {
  margin-top: 0.55rem;
  padding: 0.34rem 0.6rem;
  border: 1px solid #cfe3f7;
  border-radius: 999px;
  background: #eef7ff;
  color: #245579;
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
}

.hub-week-brief__action:hover {
  background: #e1f0ff;
}

.hub-week-brief__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.85rem;
}

.hub-week-brief__actions .mb-btn {
  min-height: 42px;
}

/* Partner bar */
.hub-partner-bar {
  margin: 1rem 0;
  padding: 0.9rem;
  border-radius: 14px;
  background: #f6fbf7;
  border: 1px solid #c8e6d0;
}

.hub-partner-bar--maageblik {
  background: #f3f9fd;
  border-color: #c5dff0;
}

.hub-partner-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.hub-partner-bar__title {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
}

.hub-partner-bar__copy {
  margin: 0.2rem 0 0;
  font-size: 0.84rem;
  color: #667085;
}

.hub-partner-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

/* Familie form */
.hub-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.hub-field {
  margin-bottom: 0.85rem;
}

.hub-field label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #344054;
}

.hub-field input,
.hub-field select {
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.75rem;
  border: 1.5px solid #ebe6dc;
  border-radius: 12px;
  font: inherit;
  background: #fff;
}

.hub-field input:focus,
.hub-field select:focus {
  outline: none;
  border-color: #79ad87;
  box-shadow: 0 0 0 3px rgba(121, 173, 135, 0.18);
}

/* Plus fold */
.hub-plus-fold {
  margin-top: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.hub-plus-fold summary {
  padding: 0.95rem 1.1rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: #1f5f3b;
  cursor: pointer;
  list-style: none;
}

.hub-plus-fold summary::-webkit-details-marker {
  display: none;
}

.hub-plus-fold summary::after {
  content: "+";
  float: right;
  font-weight: 400;
  color: #667085;
}

.hub-plus-fold[open] summary::after {
  content: "−";
}

.hub-plus-fold__body {
  padding: 0 1.1rem 1.1rem;
  border-top: 1px solid #f0ebe3;
}

.hub-pricing-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 0.85rem;
}

.hub-plan {
  padding: 0.85rem;
  border-radius: 12px;
  border: 1px solid #ebe6dc;
  background: #faf8f4;
}

.hub-plan--plus {
  border-color: #79ad87;
  background: #f6fbf7;
}

.hub-plan h3 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
}

.hub-plan ul {
  margin: 0 0 0.75rem;
  padding-left: 1rem;
  font-size: 0.8rem;
  color: #475467;
}

.hub-plan .mb-btn {
  width: 100%;
}

.hub-checkout-feedback {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.65rem;
  padding: 0.7rem;
  border: 1px solid #c5dff0;
  border-radius: 12px;
  background: #f7fbfe;
}

.hub-checkout-feedback[hidden] {
  display: none !important;
}

.hub-checkout-feedback--error {
  border-color: #fed7aa;
  background: #fff7ed;
}

.hub-checkout-feedback--success {
  border-color: #c8e6d0;
  background: #f6fbf7;
}

.hub-checkout-feedback strong {
  color: #172033;
  font-size: 0.86rem;
  line-height: 1.3;
}

.hub-checkout-feedback p {
  margin: 0;
  color: #475467;
  font-size: 0.78rem;
  line-height: 1.4;
}

.hub-plan__note {
  margin: 0.55rem 0 0;
  color: #667085;
  font-size: 0.76rem;
  line-height: 1.4;
}

.hub-plus-readiness {
  margin: 0 0 0.9rem;
  padding: 0.95rem;
  border-radius: 14px;
  border: 1px solid #d7e9f8;
  background: #fbfdff;
}

.hub-plus-readiness:empty {
  display: none;
}

.hub-plus-readiness__head {
  margin-bottom: 0.75rem;
}

.hub-plus-readiness__head span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.3rem;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: #e7f2ff;
  color: #245579;
  font-size: 0.72rem;
  font-weight: 800;
}

.hub-plus-readiness__head strong {
  display: block;
  color: #172033;
  font-size: 0.98rem;
}

.hub-plus-readiness__head p {
  margin: 0.25rem 0 0;
  color: #475467;
  font-size: 0.84rem;
  line-height: 1.45;
}

.hub-plus-value {
  display: grid;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
}

.hub-plus-value__item {
  padding: 0.7rem;
  border-radius: 12px;
  border: 1px solid #d7e9f8;
  background: linear-gradient(180deg, #fff, #fbfdff);
}

.hub-plus-value__item span,
.hub-plus-value__item strong,
.hub-plus-value__item p {
  display: block;
}

.hub-plus-value__item span {
  width: fit-content;
  margin-bottom: 0.25rem;
  padding: 0.16rem 0.48rem;
  border-radius: 999px;
  background: #e7f2ff;
  color: #245579;
  font-size: 0.68rem;
  font-weight: 800;
}

.hub-plus-value__item strong {
  color: #172033;
  font-size: 0.84rem;
  line-height: 1.3;
}

.hub-plus-value__item p {
  margin: 0.2rem 0 0;
  color: #667085;
  font-size: 0.76rem;
  line-height: 1.4;
}

.hub-plus-preview {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 0.75rem;
  padding: 0.75rem;
  border: 1px solid #c5dff0;
  border-radius: 12px;
  background: #f7fbfe;
}

.hub-plus-preview__top {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  justify-content: space-between;
}

.hub-plus-preview__label,
.hub-plus-preview__metric {
  display: inline-flex;
  width: fit-content;
  padding: 0.16rem 0.48rem;
  border-radius: 999px;
  background: #e6f3fb;
  color: #1d5f86;
  font-size: 0.68rem;
  font-weight: 900;
}

.hub-plus-preview h3 {
  margin: 0.25rem 0 0.16rem;
  color: #172033;
  font-size: 0.92rem;
  letter-spacing: 0;
}

.hub-plus-preview p {
  margin: 0;
  color: #475467;
  font-size: 0.8rem;
  line-height: 1.45;
}

.hub-plus-preview__message {
  display: grid;
  gap: 0.3rem;
  padding: 0.65rem;
  border: 1px solid #d7e9f8;
  border-radius: 10px;
  background: #fff;
}

.hub-plus-preview__message p {
  color: #172033;
  font-size: 0.78rem;
}

.hub-plus-preview__truths {
  display: grid;
  gap: 0.3rem;
  margin: 0;
  padding-left: 1rem;
  color: #475467;
  font-size: 0.78rem;
  line-height: 1.45;
}

.hub-plus-readiness__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.hub-plus-readiness__item {
  padding: 0.65rem;
  border-radius: 12px;
  border: 1px solid #e4e7ec;
  background: #fff;
}

.hub-plus-readiness__item.is-done {
  border-color: #c8e6d0;
  background: #f6fbf7;
}

.hub-plus-readiness__item span,
.hub-plus-readiness__item strong,
.hub-plus-readiness__item p {
  display: block;
}

.hub-plus-readiness__item span {
  color: #667085;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hub-plus-readiness__item.is-done span {
  color: #1f5f3b;
}

.hub-plus-readiness__item strong {
  margin-top: 0.12rem;
  color: #172033;
  font-size: 0.84rem;
}

.hub-plus-readiness__item p {
  margin: 0.12rem 0 0;
  color: #667085;
  font-size: 0.76rem;
}

/* Toast & sticky */
.hub-toast {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  background: #172033;
  color: #fff;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  font-size: 0.88rem;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.hub-toast.is-visible {
  opacity: 1;
}

.pathfinder-error {
  margin: 0 0 0.65rem;
  font-size: 0.85rem;
  color: #b42318;
}

/* Milo helper */
.hub-milo-fig {
  display: inline-block;
  line-height: 0;
}

.hub-milo-fig__img.milo-watching-still {
  border-radius: 999px;
  background: linear-gradient(180deg, #f0fdf4, #eef6fc);
  border: 1px solid #c5dff0;
}

@media (max-width: 640px) {
  .hub-next-action {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .hub-next-action .mb-btn {
    width: 100%;
    justify-content: center;
  }

  .hub-day-status__grid {
    grid-template-columns: 1fr;
  }

  .hub-usage-card__top {
    grid-template-columns: 1fr;
  }

  .hub-usage-card__top .mb-btn {
    width: 100%;
    justify-content: center;
  }

  .hub-form-row {
    grid-template-columns: 1fr;
  }

  .hub-pricing-grid {
    grid-template-columns: 1fr;
  }

  .hub-plus-readiness__grid {
    grid-template-columns: 1fr;
  }

  .hub-maageblik-stats {
    grid-template-columns: 1fr 1fr;
  }

  .hub-maageblik-stat--usage {
    grid-column: 1 / -1;
  }

  .hub-week-brief__grid {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .hub-week-brief__card {
    min-height: auto;
    padding: 0.65rem;
  }

  .hub-partner-bar__inner {
    flex-direction: column;
    align-items: stretch;
  }

}

@media (min-width: 640px) {
  .hub-page .pathfinder-shell,
  .hub-shell {
    max-width: 32rem;
  }
}

/* Static SEO/GEO content below app */
.hub-geo {
  margin-top: 1.25rem;
  padding: 1.1rem 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.hub-geo h2 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #172033;
}

.hub-geo > p {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #475467;
}

.hub-geo__list {
  margin: 0 0 0.75rem;
  padding-left: 1.15rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #475467;
}

.hub-geo__list li {
  margin-bottom: 0.35rem;
}

.hub-geo--faq {
  margin-top: 0.75rem;
}

.hub-geo-faq {
  border-top: 1px solid #f0ebe3;
  padding: 0.65rem 0;
}

.hub-geo-faq:first-of-type {
  border-top: none;
  padding-top: 0.25rem;
}

.hub-geo-faq summary {
  font-size: 0.9rem;
  font-weight: 600;
  color: #172033;
  cursor: pointer;
  list-style: none;
}

.hub-geo-faq summary::-webkit-details-marker {
  display: none;
}

.hub-geo-faq p {
  margin: 0.45rem 0 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #667085;
}
