html { position: relative; min-height: 100%; font-size: 0.9rem; scroll-behavior: smooth; }
body { display: flex; flex-direction: column; min-height: 100vh; padding-top: 70px; font-family:"Segoe UI","Segoe","Helvetica Neue",Helvetica,Arial,sans-serif; }
main { flex: 1; }
.footer { margin-top: auto; padding: 20px 0; }
.footer a {
  color: #0f4f78;
}

.footer a:hover,
.footer a:focus {
  color: #0b3d5c;
  text-decoration: underline;
}
.navbar-brand>img{
  display: inline;
  width: 44px;
  height: 44px;
  margin: 0 10px;
  object-fit: contain;
  vertical-align: middle;
}
main { font-size:1.2rem; }
a { color:rgba(51,122,183,1.0); text-decoration: none;}
h2 { padding-top: 35px; }
h3 { color: #196633; }
section > img.headshot { float:right; margin:5px; border-radius: 50%; box-shadow:5px 5px 5px #999;}
a > img.headshot { margin:5px; border-radius: 50%; box-shadow:5px 5px 5px #999;}
.jumbotron>img{ display: block; margin-left: auto; margin-right: auto; }
.jumbotron>h1{ font-family:Helvetica;text-align:center; }
.carousel-indicators { bottom: 0px; margin-bottom: 0px; }
.text-muted-custom { color: #3f4d55; }
.navbar { --bs-navbar-padding-x: 1rem; --bs-navbar-padding-y: 0.5rem; }
.navbar-custom .navbar-nav .nav-item a { color: rgba(0,0,0,0.7); white-space: nowrap; }
.navbar-custom .navbar-nav .nav-item a:active,
.navbar-custom .navbar-nav .nav-item a:hover, 
.navbar-custom .navbar-nav .nav-item a:focus {
  color: #CEE379;
  background-color: #196633;
}
.navbar-custom .navbar-nav .active>.nav-link,
.navbar-custom .navbar-nav .active a:active,
.navbar-custom .navbar-nav .active a:hover,
.navbar-custom .navbar-nav .active a:focus{
  color: #196633; background: #fff
}
.btn-primary,
.btn-primary:active {
  color: #fff !important;
  background-color: #196633 !important;
  border-color: #196633 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(58,179,74,0.5) !important;
}
.btn-outline-primary {
  color: #196633 !important;
  border-color: #196633 !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background-color: #196633 !important;
  color: #fff !important;
  box-shadow: 0 0 0 0.2rem rgba(58,179,74,0.5) !important;
}
.hidden {
  display: none;
}

article {
  padding-top: 30px;
}

.sx-verified-seal {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/images/psytoday.svg);
  width: 146px;
  height: 46px;
  margin-bottom: 0em;
  padding-bottom: 0em;
}
.wrapper {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr) ) ;
  background-color: fff;
  color: #196633;
}

.mttbox {
  box-shadow:5px 5px 5px #fff;
  border: 1px solid #fff;
  color: #000;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.3em;
  text-align: center;
}

.mttwrapper {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr) ) ;
  background-color: #fff;
  color: #196633;
}

.mttwrapper a { color: #000; }
.mttwrapper a:focus  {
  border: 1px solid #fff;
  box-shadow:5px 5px 5px #fff;
  color: #000;
  text-decoration: none;
}
.mttwrapper a:hover, 
.mttwrapper a:active {
  border: 1px solid #CEE379;
  box-shadow:5px 5px 5px #CEE379;
  color: #000;
  text-decoration: none;
}

.box {
  background-color: #196633;
  color: #fff !important;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.3em;
  text-decoration: none !important;
  display: inline-block !important;
  white-space: nowrap;
}

.modal-body ul {
  list-style-type: none;
}

.modal-body * li {
  margin-bottom: 25px;
}

.modal-body>li:last-child {
  margin-bottom: 25px;
}

.box>img {
  margin-right: 5px;
}

.wrapper a { color: #fff; }
.wrapper a:active,
.wrapper a:hover, 
.wrapper a:focus {
  color: #CEE379 !important;
  text-decoration: none;
}

.announcement a {
  padding: 5px 7px;
  background-color: #196633;
  color: #CEE379;
}
.announcement a:active,
.announcement a:hover, 
.announcement a:focus {
  background-color: #CEE379;
  color: #196633;
  text-decoration: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: center;
  padding: 34px 36px 34px;
  margin-top: 12px;
  border: 1px solid #d8e4dc;
  border-radius: 18px;
  background: linear-gradient(140deg, #f7fbf8 0%, #eef6f1 56%, #f9fcfa 100%);
  overflow: hidden;
  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -130px;
  top: -210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(206,227,121,0.32) 0%, rgba(206,227,121,0) 70%);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-logo-wrap {
  margin: 0 auto 2px;
}

.hero-logo {
  display: block;
  width: min(192px, 72%);
  height: auto;
  margin: 0 auto;
}

.hero-kicker {
  margin: 0 0 8px;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2b6b3e;
  font-weight: 700;
}

.hero h1 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.14;
  color: #196633;
  margin-bottom: 14px;
}

.hero .tagline {
  font-size: 1.2rem;
  line-height: 1.55;
  color: #395246;
  margin-bottom: 22px;
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto;
}

.hero .cta-group {
  margin-bottom: 4px;
}

.hero .cta-group .btn {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1.05rem;
  padding: 10px 25px;
}

.trust-band { background-color: #f9f9f9; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 30px 0; margin-top: 28px; margin-bottom: 40px; }
.trust-band .row { display: flex; justify-content: space-around; text-align: center; }
.trust-band .trust-item { flex: 1; padding: 0 20px; min-width: 150px; }
.trust-band .trust-item strong { display: block; font-size: 1.1rem; color: #196633; margin-bottom: 5px; }
.trust-band .trust-item p { font-size: 0.95rem; color: #666; margin: 0; }

.benefit-blocks { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px; }
.benefit-block { background-color: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 25px; }
.benefit-block h3 { color: #196633; font-size: 1.2rem; margin-top: 0; margin-bottom: 15px; }
.benefit-block p { color: #555; line-height: 1.6; margin: 0; }
.benefit-block a { color: #196633; font-weight: 600; text-decoration: underline; }
.benefit-block a:hover { color: #0d4620; }

.warning {
  background-color: #fff3cd; /* Subdued yellow background */
  padding: 10px;
  border-radius: 5px;
}

.disclaimer {
  font-size: 0.85em;
  color: #666;
  font-style: italic;
  line-height: 1.4;
  margin-top: 15px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  body { padding-top: 60px; }
  .hero {
    text-align: center;
    gap: 10px;
    padding: 24px 14px;
  }
  .hero-logo { width: min(168px, 68%); }
  .hero-kicker { font-size: 0.85rem; }
  .hero h1 { font-size: 1.8rem; }
  .hero .tagline { font-size: 1.1rem; }
  .hero .cta-group .btn { display: block; margin-right: 0; margin-bottom: 15px; width: 100%; }
  .trust-band .row { flex-direction: column; }
  .trust-band .trust-item { padding: 10px 0; }
  .benefit-blocks { grid-template-columns: 1fr; gap: 20px; }
}