body { font-family: 'Nunito', system-ui, sans-serif; font-weight: 700; margin: 0; }
.commazaar-star { background-color: #235390; }
.commazaar-splash { background-color: #235390; }
.commazaar-footer-star { background-color: #235390; }
.commazaar-separator { display: block; max-width: 1065px; border-bottom: 2px solid #e5e5e5; margin: 12px auto; }
.commazaar-grid-col { display: grid; grid-template-columns: min-content 1fr min-content; gap: 22px; }
.prose-legal h2 { font-size: 1.125rem; font-weight: 800; color: #3c3c3c; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.prose-legal p { color: #777; font-weight: 600; line-height: 1.6; margin-bottom: 1rem; }
.prose-legal ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 1rem; }
.prose-legal li { color: #777; font-weight: 600; line-height: 1.6; margin-bottom: 0.35rem; }
.page-hero { padding-top: 6rem; }

/* Fixed header stack */
.site-top-spacer { height: 70px; }
body.has-audience-tabs .site-top-spacer { height: 118px; }
.site-mobile-nav { top: 70px; }
body.has-audience-tabs .site-mobile-nav { top: 118px; }

/* Home hero: fill viewport below fixed header + audience bar */
.home-hero {
  min-height: calc(100dvh - 118px);
  min-height: calc(100vh - 118px);
}

/* Home page sections */
.home-section__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #3c3c3c;
  line-height: 1.25;
}
@media (min-width: 640px) {
  .home-section__title { font-size: 1.75rem; }
}
.home-section__title--left { text-align: left; }
.home-section__intro {
  color: #777;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.55;
  max-width: 36rem;
  margin: 0.75rem auto 0;
}
.home-section__body {
  color: #777;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
  margin-top: 0.75rem;
}
.home-section--muted { background: #f7f9fc; }
.home-section--referrals { background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%); }

.home-step-card {
  background: #f7f9fc;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: inset 0 0 0 2px #e8edf5;
  text-align: left;
}
.home-step-card--referral { background: #fff; }
.home-step-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background: #235390;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}
.home-step-card__title {
  font-weight: 800;
  font-size: 1.05rem;
  color: #3c3c3c;
  margin-bottom: 0.4rem;
}
.home-step-card__text {
  color: #777;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.55;
}

.home-feature { display: flex; gap: 1rem; text-align: left; }
.home-feature--card {
  flex-direction: column;
  background: #f7f9fc;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: inset 0 0 0 2px #e8edf5;
}
.home-feature__icon { width: 43px; height: 43px; flex-shrink: 0; }
.home-feature__title { font-weight: 800; font-size: 1rem; color: #3c3c3c; margin-bottom: 0.35rem; }
.home-feature__text { color: #777; font-weight: 600; font-size: 0.875rem; line-height: 1.55; }

.home-category-card {
  display: block;
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: inset 0 0 0 2px #e8edf5;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
}
.home-category-card:hover {
  box-shadow: inset 0 0 0 2px #1cb0f6;
  transform: translateY(-2px);
}
.home-category-card__icon { display: block; margin-bottom: 0.5rem; }
.home-category-card__title { font-weight: 800; font-size: 0.95rem; color: #3c3c3c; margin-bottom: 0.25rem; }
.home-category-card__text { color: #777; font-weight: 600; font-size: 0.75rem; line-height: 1.45; }

.brands-and-more {
  text-align: center;
  color: #999;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 0 0 0.5rem;
  text-transform: lowercase;
}

.home-redeem-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: inset 0 0 0 2px #e8edf5;
  text-align: left;
}
.home-redeem-card__num {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #58cc02;
  margin-bottom: 0.5rem;
}
.home-redeem-card__title { font-weight: 800; font-size: 1.1rem; color: #3c3c3c; margin-bottom: 0.35rem; }
.home-redeem-card__text { color: #777; font-weight: 600; font-size: 0.875rem; line-height: 1.55; }

.home-split {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .home-split { flex-direction: row; align-items: center; gap: 3rem; }
  .home-split--reverse { flex-direction: row-reverse; }
  .home-split__content { flex: 1; }
}
.home-split__image {
  width: min(280px, 100%);
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.home-split__image--sm { width: min(180px, 100%); }

.home-step-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.home-step-list--compact { gap: 0.75rem; }
.home-step-list__item { display: flex; gap: 0.85rem; text-align: left; }
.home-step-list__num {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: #235390;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}
.home-step-list__title { display: block; font-weight: 800; color: #3c3c3c; font-size: 0.9rem; }
.home-step-list__text { color: #777; font-weight: 600; font-size: 0.8rem; line-height: 1.5; margin-top: 0.15rem; }

.home-chrome-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.1rem;
  border-radius: 0.65rem;
  background: #fff;
  color: #3c3c3c;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px #e5e5e5, 0 2px 0 #d4d4d4;
  transition: background 0.15s;
}
.home-chrome-btn:hover { background: #f9fafb; }
.home-chrome-btn__icon { width: 1.25rem; height: 1.25rem; flex-shrink: 0; }

.home-brand-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  max-width: 320px;
}
@media (min-width: 768px) {
  .home-brand-grid { justify-content: flex-end; }
}
.home-brand-pill {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 9999px;
  background: #fff;
  color: #235390;
  font-size: 0.75rem;
  font-weight: 800;
  box-shadow: inset 0 0 0 2px #e8edf5;
}

.home-tag {
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  background: #e8f4fc;
  color: #235390;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.home-tag--on-dark {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.home-section__illus--mobile { display: block; margin: 0 auto 1.5rem; }
.home-section__illus--desktop { display: none; }
@media (min-width: 1024px) {
  .home-section__illus--mobile { display: none; }
  .home-section__illus--desktop { display: block; }
}

.home-review {
  background: #f7f9fc;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: inset 0 0 0 2px #e8edf5;
  margin: 0;
  text-align: left;
}
.home-review__stars { display: flex; gap: 0.15rem; margin-bottom: 0.75rem; }
.home-review__star { flex-shrink: 0; }
.home-review__text { color: #555; font-weight: 600; font-size: 0.9rem; line-height: 1.6; font-style: italic; margin-bottom: 1rem; }
.home-review__author { display: flex; flex-direction: column; gap: 0.15rem; font-size: 0.8rem; }
.home-review__author strong { color: #3c3c3c; font-weight: 800; }
.home-review__author span { color: #999; font-weight: 600; }

/* About page */
.about-team-photo {
  flex-shrink: 0;
  width: min(100%, 360px);
  border-radius: 1.25rem;
  overflow: hidden;
}
.about-team-photo__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.about-timeline__item {
  display: flex;
  gap: 1.25rem;
  padding-bottom: 2rem;
  position: relative;
}
.about-timeline__item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 1.65rem;
  top: 2.75rem;
  bottom: 0;
  width: 3px;
  background: #e8edf5;
  border-radius: 2px;
}
.about-timeline__marker { flex-shrink: 0; }
.about-timeline__year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.3rem;
  padding: 0.35rem 0.65rem;
  border-radius: 9999px;
  background: #235390;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}
.about-timeline__title {
  font-weight: 800;
  font-size: 1.05rem;
  color: #3c3c3c;
  margin-bottom: 0.35rem;
}
.about-timeline__text {
  color: #777;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.55;
}

/* Brands directory */
.brands-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .brands-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5rem;
  }
  .brands-sidebar {
    width: 220px;
    flex-shrink: 0;
    position: sticky;
    top: 5rem;
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
  }
  .brands-main { flex: 1; min-width: 0; }
}
.brands-sidebar__title {
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #777;
  margin-bottom: 0.75rem;
}
.brands-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.brands-sidebar__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.6rem;
  border-radius: 0.65rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: #3c3c3c;
  text-decoration: none;
}
.brands-sidebar__link:hover { background: #f0f4fa; color: #1cb0f6; }
.brands-sidebar__link--active {
  background: #e8f4fc;
  color: #1cb0f6;
}
.brands-sidebar__icon { flex-shrink: 0; }
.brands-search__input {
  width: 100%;
  padding: 0.85rem 1.1rem;
  border-radius: 1rem;
  border: 2px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.95);
  font-weight: 600;
  font-size: 1rem;
  color: #3c3c3c;
  margin-bottom: 0.75rem;
}
.brands-search__input:focus {
  outline: none;
  border-color: #58cc02;
}
.brands-search__modes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
}
.brands-search__mode {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.7rem;
  border-radius: 9999px;
  border: 2px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  cursor: pointer;
}
.brands-search__mode--active {
  background: #58cc02;
  border-color: #58a700;
}
.brands-search__mode-icon { flex-shrink: 0; }
.site-icon { display: inline-block; vertical-align: middle; }
.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.brands-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 2px solid #e8edf5;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.brands-card:hover {
  border-color: #1cb0f6;
  box-shadow: 0 4px 16px rgba(28, 176, 246, 0.12);
}
.brands-card--static { cursor: default; }
.brands-card__logo {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff;
  box-shadow: inset 0 0 0 2px #e8edf5;
  overflow: hidden;
}
.brands-card__logo-img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.brands-card__logo-fallback {
  font-weight: 800;
  font-size: 1.1rem;
  color: #235390;
}
.brands-card__logo--muted {
  background: #235390;
  color: #fff;
  font-weight: 800;
  font-size: 1.25rem;
}
.brands-card__name {
  font-weight: 800;
  font-size: 0.95rem;
  color: #3c3c3c;
  margin-bottom: 0.15rem;
}
.brands-card__meta {
  color: #999;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
}
.brands-card__offer {
  color: #1cb0f6;
  font-weight: 700;
  font-size: 0.65rem;
  text-transform: uppercase;
}
.brand-hero__logo {
  width: 5rem;
  height: 5rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  overflow: hidden;
}
.brand-hero__logo-img {
  width: 3.25rem;
  height: 3.25rem;
  object-fit: contain;
}
.brand-hero__logo-fallback {
  font-weight: 800;
  font-size: 2rem;
  color: #235390;
}
.brand-offer-banner {
  background: linear-gradient(135deg, #e8f4fc 0%, #f0faf0 100%);
  border: 2px solid #e8edf5;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
}
.brand-offer-banner__label {
  font-weight: 800;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #1cb0f6;
  margin-bottom: 0.35rem;
}
.brand-offer-banner__text {
  color: #3c3c3c;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Audience tabs (above main nav) */
.audience-bar {
  background: #1a4070;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.audience-bar__inner {
  display: flex;
  gap: 0.25rem;
  min-height: 48px;
  align-items: stretch;
}
.audience-bar__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.audience-bar__tab:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.audience-bar__tab.is-active {
  color: #fff;
  border-bottom-color: #58cc02;
  background: rgba(255, 255, 255, 0.08);
}

/* Push button effect */
.btn-push {
  border-style: solid;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  transition: transform 0.08s ease, border-bottom-width 0.08s ease, background-color 0.15s ease;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.btn-push:active:not(:disabled) {
  transform: translateY(var(--btn-push-offset, 4px));
  border-bottom-width: 2px !important;
}
.btn-push:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-push--depth-6 { --btn-push-offset: 4px; border-bottom-width: 6px; }
.btn-push--depth-4 { --btn-push-offset: 2px; border-bottom-width: 4px; }
.btn-push--depth-3 { --btn-push-offset: 2px; border-bottom-width: 3px; }

/* Business marketing page */
.biz-card {
  background: #f7f9fc;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: inset 0 0 0 2px #e8edf5;
}
.biz-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  background: #235390;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}
.biz-card__title { font-weight: 800; font-size: 1.125rem; color: #3c3c3c; margin-bottom: 0.5rem; }
.biz-card__text { color: #777; font-weight: 600; font-size: 0.875rem; line-height: 1.55; }

.biz-why__title { font-weight: 800; font-size: 1.125rem; color: #235390; margin-bottom: 0.5rem; }
.biz-why__text { color: #777; font-weight: 600; font-size: 0.9rem; line-height: 1.55; }

.biz-vertical {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: inset 0 0 0 2px #e8edf5;
}
.biz-vertical__title { font-weight: 800; font-size: 1.125rem; color: #3c3c3c; margin-bottom: 0.5rem; }
.biz-vertical__text { color: #777; font-weight: 600; font-size: 0.875rem; line-height: 1.55; }

.biz-faq__item {
  background: #f7f9fc;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #e8edf5;
}
.biz-faq__question {
  cursor: pointer;
  padding: 1rem 1.25rem;
  font-weight: 800;
  color: #3c3c3c;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.biz-faq__q-text { flex: 1; min-width: 0; }
.biz-faq__chevron {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: #777;
  transition: transform 0.2s ease;
}
.biz-faq__item[open] .biz-faq__chevron {
  transform: rotate(180deg);
}
.biz-faq__question::-webkit-details-marker { display: none; }
.biz-faq__question::marker { content: ""; }
.biz-faq__answer {
  padding: 0 1.25rem 1rem;
  color: #777;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.55;
}

.footer-social__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.85rem;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.footer-social__link:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.footer-social__icon {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  display: block;
}

.mobile-nav-icon--close.hidden,
.mobile-nav-icon--menu.hidden {
  display: none;
}

/* App store buttons (from UI kit) */
.store-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.store-btns--hero {
  justify-content: center;
}
.store-btns--footer {
  justify-content: center;
  flex-shrink: 0;
}
.store-btns--header {
  gap: 0.4rem;
}
.store-btns--inline {
  justify-content: center;
}
.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 1rem;
  border-radius: 0.75rem;
  border: 2px solid #4b4b4b;
  border-bottom-width: 4px;
  background: #fff;
  color: #4b4b4b;
  text-decoration: none;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}
.store-btn:hover {
  background: #f0f0f0;
}
.store-btn__icon {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
}
.store-btn__text {
  display: grid;
  text-align: left;
}
.store-btn__line--top {
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.1;
}
.store-btn__line--bottom {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.15;
}
.store-btns--hero .store-btn {
  background: #fff;
  min-width: 10.5rem;
}
.store-btns--footer .store-btn {
  min-width: 10rem;
}
.store-btns--header .store-btn {
  padding: 0.35rem 0.5rem;
  border-bottom-width: 3px;
  --btn-push-offset: 2px;
}
.store-btns--header .store-btn__text {
  display: none;
}
.store-btns--header .store-btn__icon {
  width: 1.35rem;
  height: 1.35rem;
}
@media (min-width: 1280px) {
  .store-btns--header .store-btn {
    padding: 0.4rem 0.65rem;
  }
  .store-btns--header .store-btn__text {
    display: grid;
  }
  .store-btns--header .store-btn__line--top {
    font-size: 0.55rem;
  }
  .store-btns--header .store-btn__line--bottom {
    font-size: 0.75rem;
  }
}

/* —— Locale picker (flag trigger + split dropdown) —— */
.locale-picker { position: relative; display: inline-flex; }
.locale-picker__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem;
  border-radius: 0.75rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom-width: 3px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s;
}
.locale-picker__trigger:hover { background: rgba(255, 255, 255, 0.18); }
.locale-picker__trigger:focus-visible { outline: 2px solid #1cb0f6; outline-offset: 2px; }
.locale-picker__flag {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.locale-picker__menu {
  position: absolute;
  z-index: 60;
  margin: 0;
  padding: 0;
  border-radius: 0.75rem;
  background: #fff;
  border: 2px solid #e5e5e5;
  box-shadow: 0 8px 24px rgba(35, 83, 144, 0.18);
  overflow: hidden;
}
.locale-picker--header .locale-picker__menu { right: 0; top: calc(100% + 0.35rem); }
.locale-picker--footer .locale-picker__menu { left: 0; bottom: calc(100% + 0.35rem); top: auto; }
.locale-picker--mobile .locale-picker__menu { left: 0; top: calc(100% + 0.35rem); width: min(100%, 22rem); }
.locale-picker__panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 20rem;
}
.locale-picker__panel + .locale-picker__panel { border-left: 2px solid #e5e5e5; }
.locale-picker__panel-title {
  margin: 0;
  padding: 0.55rem 0.65rem 0.4rem;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #777;
  line-height: 1;
}
.locale-picker__list {
  list-style: none;
  margin: 0;
  padding: 0 0.25rem 0.35rem;
  max-height: 14rem;
  overflow-y: auto;
}
.locale-picker__option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.5rem 0.55rem;
  border: none;
  border-radius: 0.5rem;
  background: transparent;
  color: #3c3c3c;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.78rem;
  text-align: left;
  cursor: pointer;
}
.locale-picker__option--lang { gap: 0; }
.locale-picker__option:hover { background: #f0f7ff; }
.locale-picker__option.is-active { background: #e8f4fc; color: #235390; }
.locale-picker__option-flag {
  width: 20px;
  height: 15px;
  border-radius: 2px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.locale-picker--footer .locale-picker__trigger {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

/* —— Cookie consent (Commazaar theme) —— */
#cc-main {
  --cc-font-family: 'Nunito', system-ui, sans-serif;
  --cc-modal-border-radius: 1rem;
  --cc-btn-border-radius: 0.75rem;
  --cc-primary-color: #235390;
  --cc-secondary-color: #777777;
  --cc-btn-primary-bg: #58cc02;
  --cc-btn-primary-color: #ffffff;
  --cc-btn-primary-border-color: #58a700;
  --cc-btn-primary-hover-bg: #61e002;
  --cc-btn-primary-hover-border-color: #58a700;
  --cc-btn-secondary-bg: #ffffff;
  --cc-btn-secondary-color: #235390;
  --cc-btn-secondary-border-color: #235390;
  --cc-btn-secondary-hover-bg: #f0f4f8;
  --cc-btn-secondary-hover-color: #235390;
  --cc-btn-secondary-hover-border-color: #235390;
  --cc-separator-border-color: #e5e5e5;
  --cc-toggle-on-bg: #58cc02;
  --cc-toggle-off-bg: #cbd5e1;
  --cc-bg: #ffffff;
  --cc-overlay-bg: rgba(35, 83, 144, 0.35);
  --cc-link-color: #1cb0f6;
  --cc-section-category-border: #e5e5e5;
  --cc-cookie-category-block-bg: #f9fafb;
  --cc-cookie-category-block-border: #e5e5e5;
  --cc-footer-bg: #f9fafb;
  --cc-footer-color: #777777;
  --cc-footer-border-color: #e5e5e5;
}

#cc-main .cm,
#cc-main .pm { border: 2px solid #e5e5e5; font-weight: 700; }
#cc-main .cm__title,
#cc-main .pm__title { font-weight: 800; color: #235390; }
#cc-main .cm__desc,
#cc-main .pm__section-desc { font-weight: 600; color: #777; line-height: 1.5; }
#cc-main .cm__btn,
#cc-main .pm__btn {
  font-family: 'Nunito', system-ui, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  border-bottom-width: 4px !important;
  min-height: 2.75rem;
}
#cc-main .cm__btn--secondary,
#cc-main .pm__btn--secondary {
  background: #fff !important;
  color: #235390 !important;
  border: 2px solid #235390 !important;
  border-bottom-width: 4px !important;
}
#cc-main .cm__btn--primary,
#cc-main .pm__btn--primary {
  background: #58cc02 !important;
  border-color: #58a700 !important;
  color: #fff !important;
}
#cc-main .cm__btn--primary:hover,
#cc-main .pm__btn--primary:hover { background: #61e002 !important; }
#cc-main .cm__btn:active,
#cc-main .pm__btn:active {
  transform: translateY(2px);
  border-bottom-width: 2px !important;
}
#cc-main .pm__section-title { font-weight: 800; color: #3c3c3c; }
#cc-main .section__toggle-wrapper .toggle__icon { border-radius: 9999px; }

/* Signed-in waitlist / preferences shell */
.signed-in-page { min-height: 100dvh; }
.signed-in-main {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem 2rem;
}
.signed-in-content { width: 100%; max-width: 32rem; margin: 0 auto; }
.signed-in-card { width: 100%; }

.signed-in-profile {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 60;
}
.signed-in-profile__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background: #235390;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 2px 0 #042c60;
}
.signed-in-profile__trigger:hover { background: #1f4b82; }
.signed-in-profile__trigger:active {
  transform: translateY(2px);
  box-shadow: none;
}
.signed-in-profile__initial { line-height: 1; }
.signed-in-profile__menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 14rem;
  padding: 0.75rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: inset 0 0 0 2px #e8edf5, 0 8px 24px rgba(0, 0, 0, 0.08);
}
.signed-in-profile__email {
  margin: 0 0 0.5rem;
  padding: 0 0.25rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #777;
  word-break: break-all;
}
.signed-in-profile__link {
  display: block;
  width: 100%;
  padding: 0.55rem 0.85rem;
  border: none;
  border-radius: 0.5rem;
  background: transparent;
  color: #235390;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.82rem;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.signed-in-profile__link:hover { background: #eef3fa; }
.signed-in-profile__logout {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: none;
  border-radius: 0.75rem;
  background: #f7f9fc;
  color: #3c3c3c;
  font-weight: 800;
  font-size: 0.875rem;
  text-align: left;
  cursor: pointer;
}
.signed-in-profile__logout:hover { background: #eef3fa; }

.notify-preferences__label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  background: #f7f9fc;
  box-shadow: inset 0 0 0 2px #e8edf5;
}
.notify-preferences__checkbox {
  margin-top: 0.15rem;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  accent-color: #1cb0f6;
}
.notify-preferences__text {
  color: #3c3c3c;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: left;
}
.notify-preferences__status,
.notify-preferences__error {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
.notify-preferences__status { color: #58a700; }
.notify-preferences__error { color: #ef4444; }
