body {
  background-color: #F3F8F5;
}

.logo {
  width: 160px;         
  max-width: 80%;
  height: auto;
  display: block;
  margin: 30px auto;
}

.tagline {
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 1em;
  color: #000; 
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transition: text-shadow 0.3s ease;
}

.tagline:hover {
  text-shadow: 0 0 12px rgba(0, 91, 79, 0.5); /* glow in brand green */
}
.intro {
  max-width: 800px;
  margin: 2em auto;
  padding: 0 1.5em;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #222;
}
.intro strong {
  font-weight: 700;
  color: #005b4f; /* Optional brand-aligned color */
}
.hero,
.hero p,
.hero h2,
.hero h3 {
  font-family: 'Titillium Web', sans-serif;
}
body {
  font-family: 'Titillium Web', sans-serif;
}
.hero h2 {
  font-family: 'Orbitron', sans-serif;
}

.hero p,
.hero h3 {
  font-family: 'Titillium Web', sans-serif;
}

.hero h2 {
  font-size: 1.8rem;
  line-height: 1.3;
}
.intro-section {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1rem;
}
h3 {
  display: flex;
  align-items: center;
  gap: 8px; 
  font-weight: 700;
}

.icon {
  width: 20px;
  height: 20px;
}
.section-header {
  margin-bottom: 0.3em;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #005b4f; 
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
}

.icon {
  width: 20px;
  height: 20px;
}
nav {
  background-color: #005b4f;
  padding: 0.5em 0;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2em;
  margin: 0;
  padding: 0;
}

nav a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  transition: color 0.2s ease;
}

nav a:hover {
  color: #F1663D; /* Accent orange */
}
.hero {
  padding: 2em 1em;
  text-align: center;
  background: linear-gradient(to bottom right, #F3F8F5, #ffffff);
  border-bottom: 1px solid #ddd;
}
.store-links {
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
  margin: 2em 0;
}
.store-links img {
  max-width: 160px;
  height: auto;
  transition: transform 0.3s ease;
}
.store-links img:hover {
  transform: scale(1.05);
}
footer {
  background-color: #f0f0f0;
  padding: 1em;
  text-align: center;
  font-size: 0.9rem;
  color: #444;
}

footer a {
  color: #005b4f;
  text-decoration: none;
  margin: 0 0.5em;
}

footer a:hover {
  text-decoration: underline;
}
/* This centers only the logo and tagline */
.hero {
  text-align: center;
  padding: 2em 1em;
}

/* This overrides centering for intro blocks */
.intro {
  text-align: left;
}

.intro-block {
  text-align: left;
}
.top-banner {
  background-color: #F5EE1F; /* Brand yellow */
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 1.0rem;
  text-align: left;
  padding: 0.6em 1.5em;
  border-bottom: 2px solid #1B5228;
}

.tagline-inline {
  font-style: italic;
  color: #005b4f;
}

.hero-box {
  background-color: #E8F4F9;
  border: 1px solid #ddd;
  max-width: 900px;
  margin: 2em auto 1em;
  padding: 1.5em 2em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}

.logo-small {
  width: 90px;
  height: auto;
}

.tagline-small {
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1B5228;
  margin: 0;
}

.hero-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  flex-wrap: wrap;
  text-align: left;
}

.logo-side {
  width: 80px;
  height: auto;
  flex-shrink: 0;
}

.tagline-stack p {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1B5228;
  margin: 0.4em 0;
  letter-spacing: 0.5px;
}
.sub-tagline {
  text-align: center;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #F1663D; /* brand accent orange */
  margin-top: 0.8em;
  margin-bottom: 0.2em;

}
.section-header {
  margin-bottom: 0.3em; 
}

.intro-block p {
  margin-top: 0; 
}
.intro p {
  margin-top: 0;
}

.privacy-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 2em;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.privacy-container h1 {
  font-size: 1.4rem;
  font-family: 'Orbitron', sans-serif;
  color: #1B5228;
  margin-bottom: 0.2em;
}

.privacy-container h2 {
  font-size: 1.2rem;
  color: #005b4f;
  margin-top: 1.5em;
}

.privacy-container ul {
  margin: 0.5em 0 1em 1.5em;
}

.privacy-container a {
  color: #F1663D;
  text-decoration: none;
}

.privacy-container a:hover {
  text-decoration: underline;
}

.privacy-container .contact {
  margin-top: 2em;
}

    .reassure-box {
      background-color: #E8F4F9;
      padding: 1.2em;
      border-left: 4px solid #1B5228;
      margin-top: 2em;
      border-radius: 6px;
    }

    .users-content {
      max-width: 800px;
      margin: 2em auto;
      padding: 0 1.5em;
      font-size: 1.1rem;
      line-height: 1.6;
      color: #222;
    }

    .users-content ol {
      padding-left: 1.3em;
    }

    .store-links {
      text-align: center;
      margin: 2em 0;
    }

    .store-links img {
      width: 140px;
      margin: 0 1em;
    }

    .app-screenshot {
  text-align: center;
  margin: 2.5em 0 1.5em;
}

.app-screenshot img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
    .contact-form {
      max-width: 800px;
      margin: 2em auto;
      background-color: #fff;
      padding: 2em;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
      border: 1px solid #ddd;
    }

    .contact-form h2 {
      font-family: 'Orbitron', sans-serif;
      color: #1B5228;
      margin-bottom: 1em;
    }

    .contact-form label {
      display: block;
      margin-top: 1.2em;
      margin-bottom: 0.3em;
      font-weight: 600;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
      width: 100%;
      padding: 0.7em;
      border-radius: 6px;
      border: 1px solid #ccc;
      font-family: 'Titillium Web', sans-serif;
      font-size: 1rem;
    }

    .contact-form textarea {
      resize: vertical;
      min-height: 150px;
    }

    .contact-form button {
      margin-top: 2em;
      background-color: #1B5228;
      color: #fff;
      padding: 0.8em 2em;
      font-family: 'Orbitron', sans-serif;
      font-size: 1rem;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }

    .contact-form button:hover {
      background-color: #174722;
    }

    .required {
      color: #F1663D;
      font-weight: 600;
    }
    .app-showcase {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 3em;
  gap: 2em;
}

.screenshot-text {
  flex: 1 1 350px;
  max-width: 480px;
}

.screenshot-image {
  flex: 1 1 300px;
  text-align: center;
}

.screenshot-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.feature-split {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2em;
}

.feature-text {
  flex: 1 1 420px;
  max-width: 480px;
}

.feature-image {
  flex: 1 1 280px;
  text-align: center;
}

.feature-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #0d3f26; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.screenshot-caption {
  font-size: 0.95rem;
  color: #005b4f;
  text-align: center;
  margin-top: 0.5em;
  font-style: bold;
}

    .responders-content {
      max-width: 880px;
      margin: 2em auto;
      padding: 0 1.5em;
      font-size: 1.1rem;
      line-height: 1.6;
      color: #222;
    }

    .responders-content ul {
      padding-left: 1.3em;
    }

    .highlight-box {
      background-color: #F3F8F5;
      padding: 1.2em 1.5em;
      border-left: 5px solid #1B5228;
      margin: 2em 0;
      border-radius: 6px;
    }

    .section-header {
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 700;
      color: #005b4f;
      font-family: 'Titillium Web', sans-serif;
      font-size: 1.2rem;
      margin-top: 2em;
    }

    .icon {
      width: 20px;
      height: 20px;
    }

    .eula-container {
      max-width: 880px;
      margin: 2em auto;
      padding: 2em;
      background: #fdfdfd;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      color: #222;
      font-size: 1.05rem;
      line-height: 1.65;
    }
    .eula-container h1, .eula-container h3 {
      color: #005b4f;
      font-family: 'Orbitron', sans-serif;
      margin-top: 1.5em;
    }
    .eula-container strong {
      color: #1B5228;
    }
    .eula-container ul {
      padding-left: 1.3em;
    }

    .eula-button {
  display: inline-block;
  padding: 8px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  background-color: #005b4f;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.eula-button:hover {
  background-color: #007b6e;
}

.eula-button-container {
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 1.5em;
}
    .eula-container {
      max-width: 880px;
      margin: 2em auto;
      padding: 2em;
      background: #fdfdfd;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      color: #1B5228;
      font-size: 1.05rem;
      line-height: 1.65;
      font-family: 'Titillium Web', sans-serif;
    }
    .eula-container h1, .eula-container h3 {
      color: #005b4f;
      font-family: 'Orbitron', sans-serif;
      margin-top: 1.5em;
    }
    .eula-container strong {
      color: #1B5228;
    }

/* Layout helpers */
.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.5em;
}

/* --- Help Center grid: centered, fixed max width --- */
.card-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:2rem;
  max-width:980px;          /* keeps the grid from spanning full width */
  margin:2rem auto;         /* centers grid block */
  align-items:stretch;      /* make tracks equal height */
  justify-items:center;     /* center each card in its track */
}

/* Local TOC */
.help-toc {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #F3F8F5;
  padding: .6em 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 1.2em 0;
}
.toc-wrap {
  display: flex;
  gap: .9em;
  flex-wrap: wrap;
  align-items: center;
  font-size: .98rem;
}
.toc-wrap a {
  color: #1B5228;
  text-decoration: none;
  border: 1px solid #cfd8d3;
  border-radius: 16px;
  padding: .25em .7em;
}
.toc-wrap a:hover {
  background: #E8F4F9;
}

/* Sections */
.help-section {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 1.2em 1.3em;
  margin: 1.2em auto 2em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.help-section h2 {
  font-family: 'Orbitron', sans-serif;
  color: #1B5228;
  margin-top: .2em;
}
.help-section h3 {
  color: #005b4f;
  margin-top: 1em;
}
.back-to-top {
  display: inline-block;
  margin-top: 1.2em;
  color: #F1663D;
  text-decoration: none;
}
.back-to-top:hover { text-decoration: underline; }

/* Small refinement for hero spacing on Help */
.help-cards { margin: 1.2em 0 0; }


/* mobile: stack single column, still centered */
@media (max-width: 768px){
  .card-grid{ grid-template-columns:1fr; max-width:540px; }
  .help-card{ min-height:unset; }
}

/* New Help Card section */

/* === HELP CENTER: centered, consistent 2×2 grid === */
.help-cards { 
  max-width: 980px;         /* aligns with hero-box width */
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.card-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));  /* two equal columns */
  gap: 28px;
  align-items: stretch;      /* cards same height per row */
  justify-items: center;     /* centers cards inside tracks */
}

.help-card{
  width: 100%;
  max-width: 460px;          /* visual width of each card */
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
  transition: transform .2s ease, box-shadow .2s ease;
  box-sizing: border-box;
  min-height: 320px;         /* uniform card height without huge gap */
}
.help-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

/* fixed media block so images don’t change card height */
.help-card-media{
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F8F5;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
.help-card-media img{
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* normal text spacing (no “push to bottom”) */
.help-card h3{ 
  margin: 8px 0 6px; 
  color:#005b4f; 
  font-size:1.4rem; 
  font-family: 'Orbitron', sans-serif;
  justify-content: center;
}

.help-card p{  
  margin: 6px 0 0;  
  color:#333; 
  font-size:1rem; 
  line-height:1.5; 
}

/* Responsive: single centered column on smaller screens */
@media (max-width: 992px){
  .card-grid{ grid-template-columns: 1fr; }
  .help-card{ max-width: 560px; margin: 0 auto; }
}

/* Global link color override for Help pages */
.help-section a {
  color: #F1663D;
  text-decoration: none;
  font-weight: 600;
}

.help-section a:hover {
  text-decoration: underline;
  color: #d94d24; 
}

.topic-list a {
  color: #1B5228;
  text-decoration: none;
}

.topic-list a:hover {
  text-decoration: underline;
}

/* ==== Help global search ==================================== */
.help-search {
  position: relative;
  width: min(560px, 92vw);
  margin: 0 auto 16px;
}
.help-search input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cfd8d3;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
}
.help-search input:focus {
  border-color: #1B5228;
  box-shadow: 0 0 0 3px rgba(27,82,40,.15);
}
.help-search-results {
  position: absolute;
  inset: auto 0 0 0;
  transform: translateY(6px);
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  max-height: 340px;
  overflow: auto;
  z-index: 50;
  display: none;
}
.help-search-results.show { display: block; }
.help-search-item {
  padding: 10px 12px;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}
.help-search-item:last-child { border-bottom: 0; }
.help-search-item strong { color: #005b4f; }
.help-search-item small { color: #65736d; display: block; }
.help-search-item.kb-active { background: #F3F8F5; }
.help-search-empty { padding: 12px; color: #7b8b84; }

/* highlight match */
mark { background: #FFE6D9; color: inherit; padding: 0 2px; border-radius: 3px; }

.help-search input::placeholder { color: #7b8b84; }

.help-search{
  position:relative;
  max-width:760px;
  margin: 0 auto 1.25rem;
}
.help-search-input{
  width:100%;
  padding:.9rem 3rem .9rem 1rem;
  border:2px solid #1B5228;
  border-radius:12px;
  font-size:1.05rem;
  box-shadow:0 2px 4px rgba(0,0,0,.05);
}
.help-clear{
  position:absolute; right:.5rem; top:50%; transform:translateY(-50%);
  background:transparent; border:0; font-size:1.1rem; cursor:pointer;
  color:#7a8; padding:.25rem;
}
.help-results{
  position:absolute; left:0; right:0; top:calc(100% + 8px);
  background:#fff; border:1px solid #e6e6e6; border-radius:10px;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  max-height:60vh; overflow:auto; z-index:1000; display:none;
}
.help-results.show{ display:block; }
.help-hit{
  padding:.85rem 1rem; border-bottom:1px solid #f0f0f0; cursor:pointer;
}
.help-hit:last-child{ border-bottom:0; }
.help-hit-title{ font-weight:700; color:#1B5228; margin-bottom:.2rem; }
.help-hit-excerpt{ color:#233; font-size:.98rem; line-height:1.4; }
.help-hit mark{
  background: #FFE7D9;   /* soft orange */
  color: inherit;
  padding: 0 .15em;
  border-radius: 3px;
}

.search-results mark {
  background: #FCE8E1;      /* subtle tint */
  color: inherit;
  padding: 0 .1em;
  border-radius: 3px;
  outline: 1px solid #F1663D;  /* brand orange */
}

/* Style the checkbox + label */
.contact-form label.human-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  padding: 0.6em 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #F9FBFA;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.contact-form label.human-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #1B5228;          /* brand green (modern browsers) */
  border-radius: 4px;
}

.contact-form label.human-check input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(27,82,40,.35);
  outline-offset: 2px;
}

/* Bigger touch target on mobile */
@media (pointer: coarse) {
  .contact-form label.human-check input[type="checkbox"] {
    width: 22px;
    height: 22px;
  }
}

/* Group the human check + submit button */
.contact-form .action-row {
  display: flex;
  align-items: center;
  justify-content: center;   /* centers horizontally */
  gap: 1.2em;                /* space between checkbox+label and button */
  margin-top: 1.8em;
}

/* =====================================================
   Header + Navigation Layout Enhancements (v1.2)
   Moves Login/User to yellow band; centers nav links
   ===================================================== */

/* --- Yellow Top Band Layout --- */
.top-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background-color: #f6ed48; /* keep your yellow */
}

.top-banner .tb-left {
  line-height: 1.2;
  font-size: 1.1rem;
}

.top-banner .tb-left .tagline-inline {
  display: block;
  font-style: italic;
  font-weight: 500;
  color: #1b5228;
}

/* --- Right Side: Session Buttons --- */
.top-banner .tb-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.session-btn,
.session-user {
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.45rem 0.9rem;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}

.session-btn {
  background-color: #1b5228;
  color: #ffffff;
}

.session-btn:hover {
  background-color: #2f7044;
}

.session-user {
  background-color: #e6f1e8;
  color: #1b5228;
}

.session-user:hover {
  background-color: #d5e9d9;
}

/* --- Green Nav Bar Centered --- */
.main-nav {
  background-color: #245b4a;
  border-top: 2px solid #1d4e3e;
  border-bottom: 2px solid #1d4e3e;
  padding: 0.5rem 1rem;
}

.main-nav .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav .nav-links li a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: color 0.2s ease-in-out;
}

.main-nav .nav-links li a:hover,
.main-nav .nav-links li a.active {
  color: #ffd966; /* subtle yellow hover */
}

/* ===== Login modal layout fix: center fields ===== */
#auth-modal form {
  max-width: 520px;           /* keeps the field group narrower than the modal */
  margin: 0 auto;             /* centers the form block */
}

#auth-modal label {
  display: block;
  max-width: 520px;
  margin: .45rem auto .25rem; /* centers label line */
}

#auth-modal input {
  display: block;
  width: 100%;                /* respect the form's max-width */
  max-width: 520px;
  margin: 0 auto;             /* centers the input itself */
  box-sizing: border-box;
}

/* button rows inside each form (the <div> that wraps the two buttons) */
#auth-modal form > div {
  max-width: 520px;
  margin: .9rem auto 0;       /* centers the button row */
  display: flex;
  justify-content: center;
  gap: .6rem;
  flex-wrap: wrap;
}

/* small screens: let it breathe a bit more */
@media (max-width: 480px) {
  #auth-modal form,
  #auth-modal label,
  #auth-modal input,
  #auth-modal form > div {
    max-width: 92vw;
  }
}

/* Login modal tab styling */
#auth-modal .auth-tabs {
  display: flex;
  border-bottom: 1px solid #eee;
}

#auth-modal .auth-tab {
  flex: 1;
  padding: .75rem;
  border: 0;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, box-shadow .15s ease;
}

#auth-modal .auth-tab.is-active {
  background: #F3F8F5;            /* soft green tint */
  color: #1B5228;                  /* brand green text */
  box-shadow: inset 0 -3px 0 #1B5228; /* bold bottom bar */
}

#signin-popup button:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

#signin-popup button:active {
  filter: brightness(0.95);
  transform: translateY(0);
}

/* Username chip + dropdown */
.session-user-wrap {
  position: relative;
  display: inline-block;
}

.session-user {
  position: relative;
  padding-right: 2.1rem; /* space for chevron */
}

/* chevron */
.session-user::after {
  content: "▾";
  position: absolute;
  right: .7rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: .95rem;
  opacity: .8;
}

/* menu panel */
.user-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 180px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  padding: 6px;
  z-index: 1200;
}

/* menu item */
.user-menu-item {
  width: 100%;
  text-align: left;
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  padding: .55rem .75rem;
  cursor: pointer;
  font-weight: 600;
  color: #1B5228;
}

.user-menu-item:hover,
.user-menu-item:focus {
  background: #F3F8F5;
  outline: none;
}

/* v1.3 - Store badges with coming-soon note */
.store-links{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap: 24px;
  flex-wrap:wrap;
  margin: 2em 0;
}

.store-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.store-badge img{
  height:50px;
  max-width:100%;
}

.store-badge.disabled{
  pointer-events:none;          /* not clickable until live */
  opacity:.7;
  filter: grayscale(25%);
}

.store-note{
  margin-top:6px;
  font-size:.95rem;
  color:#1B5228;                /* brand green text */
  background:#FFF9E0;           /* soft yellow */
  border:1px solid #F2D17A;     /* golden border */
  border-left:4px solid #F1663D;/* brand orange accent bar */
  padding:6px 10px;
  border-radius:8px;
  font-weight:600;
}

.alumni-box {
  border-left: 4px solid #1B5228;
  padding-left: 0.8em;
  background-color: #f8fbf9;
  border-radius: 6px;
  margin-top: 0.6em;
}
