/* ==============================================
   Ahneta - Retro 1995 Style
   Basic HTML look - tables, serif fonts, simple colors
   ============================================== */

body {
  background-color: #C0C0C0;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  color: #000000;
  margin: 0;
  padding: 0;
}

a:link { color: #0000FF; }
a:visited { color: #800080; }
a:hover { color: #FF0000; }
a:active { color: #FF0000; }

img { border: 0; }

hr {
  border: none;
  border-top: 2px solid #808080;
  border-bottom: 1px solid #FFFFFF;
  margin: 10px 0;
}

h1 { font-size: 24px; font-weight: bold; margin: 10px 0; }
h2 { font-size: 20px; font-weight: bold; margin: 8px 0; }
h3 { font-size: 16px; font-weight: bold; margin: 6px 0; }
h4 { font-size: 14px; font-weight: bold; margin: 4px 0; }

table { border-collapse: collapse; }

input, select, textarea, button {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
}

button, input[type="submit"] {
  background-color: #C0C0C0;
  border: 2px outset #FFFFFF;
  padding: 4px 12px;
  cursor: pointer;
  font-weight: bold;
}

button:active, input[type="submit"]:active {
  border-style: inset;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="url"],
select, textarea {
  border: 2px inset #808080;
  padding: 3px;
  background: #FFFFFF;
}

/* ---- Site Header ---- */
.site-header {
  background-color: #000080;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}

.header-top {
  text-align: center;
  padding: 10px;
}

.site-logo {
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: bold;
  color: #FFFF00;
  text-decoration: none;
}

.site-logo:link, .site-logo:visited { color: #FFFF00; }

.logo-dot { color: #00FFFF; }

.header-search {
  text-align: center;
  padding: 6px;
}

.header-search input {
  border: 2px inset #808080;
  padding: 3px;
  font-size: 14px;
  width: 250px;
}

.header-search button {
  background-color: #C0C0C0;
  border: 2px outset #FFFFFF;
  padding: 3px 10px;
  font-weight: bold;
}

/* ---- Navigation ---- */
.site-nav {
  background-color: #808080;
  text-align: center;
  padding: 4px 0;
  border-top: 1px solid #FFFFFF;
  border-bottom: 2px solid #404040;
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav ul li {
  display: inline;
}

.site-nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 2px 8px;
  font-weight: bold;
  font-size: 13px;
}

.site-nav ul li a:hover {
  color: #FFFF00;
}

.site-nav ul li::after {
  content: " | ";
  color: #C0C0C0;
}

.site-nav ul li:last-child::after {
  content: "";
}

.gold-strip { display: none; }

/* ---- Main Layout ---- */
.site-container {
  width: 760px;
  margin: 0 auto;
  padding: 10px;
}

.content-area {
  margin-bottom: 10px;
}

.sidebar {
  border: 2px outset #FFFFFF;
  background: #D4D0C8;
  padding: 8px;
  margin-top: 10px;
}

/* ---- Page Banner ---- */
.page-banner {
  background-color: #000080;
  color: #FFFFFF;
  text-align: center;
  padding: 12px 10px;
  border-bottom: 3px solid #FFFF00;
}

.page-banner-inner { }

.page-banner h1 {
  color: #FFFF00;
  font-size: 22px;
  margin: 4px 0;
}

.page-banner p {
  color: #C0C0C0;
  font-size: 13px;
  margin: 4px 0;
}

.gold-underline {
  border-bottom: 1px solid #FFFF00;
  width: 200px;
  margin: 6px auto;
}

/* ---- Breadcrumb ---- */
.breadcrumb {
  font-size: 12px;
  margin-bottom: 4px;
}

.breadcrumb a { color: #00FFFF; }
.breadcrumb a:visited { color: #00FFFF; }
.breadcrumb .sep { color: #C0C0C0; margin: 0 4px; }

/* ---- Section Headers ---- */
.section-header {
  background: #000080;
  color: #FFFF00;
  padding: 4px 8px;
  margin: 10px 0 6px 0;
  border: 1px solid #000000;
}

.section-header h2 {
  color: #FFFF00;
  font-size: 16px;
  margin: 0;
  display: inline;
}

.section-label {
  font-weight: bold;
  color: #000080;
  font-size: 14px;
}

.gold-bar {
  display: none;
}

/* ---- States Grid ---- */
.states-grid {
  margin: 8px 0;
}

.state-card {
  display: inline-block;
  border: 1px solid #808080;
  background: #FFFFFF;
  padding: 6px 12px;
  margin: 3px;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
}

.state-card:hover {
  background: #FFFF00;
}

.state-name {
  font-weight: bold;
  color: #000080;
}

.state-count {
  font-size: 11px;
  color: #808080;
}

/* ---- Cities List ---- */
.cities-list {
  margin: 8px 0;
}

.city-item {
  display: inline-block;
  border: 1px solid #808080;
  background: #FFFFFF;
  padding: 4px 10px;
  margin: 2px;
  text-decoration: none;
  color: #0000FF;
  font-size: 13px;
}

.city-item:hover {
  background: #FFFF00;
  color: #000000;
}

.city-item .city-count {
  font-size: 11px;
  color: #808080;
}

/* ---- Providers Grid ---- */
.providers-grid {
  margin: 8px 0;
}

.provider-card {
  border: 2px outset #FFFFFF;
  background: #D4D0C8;
  padding: 8px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  margin-right: 8px;
}

.provider-card-image {
  text-align: center;
  margin-bottom: 6px;
  position: relative;
}

.provider-card-image img {
  max-width: 210px;
  max-height: 180px;
  border: 2px inset #808080;
}

.provider-card-image .no-image {
  display: block;
  width: 210px;
  height: 140px;
  line-height: 140px;
  background: #FFFFFF;
  border: 2px inset #808080;
  text-align: center;
  color: #808080;
  font-size: 12px;
  text-decoration: none;
}

.card-badge {
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  background: #000080;
  padding: 1px 6px;
  position: absolute;
  top: 2px;
  left: 2px;
}

.card-reviews-badge {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  background: #FFFF00;
  padding: 1px 6px;
  position: absolute;
  top: 2px;
  right: 2px;
}

.provider-card-body {
  font-size: 12px;
}

.provider-card-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}

.provider-card-name a { color: #0000FF; }

.provider-card-meta {
  color: #808080;
  font-size: 11px;
  margin-bottom: 4px;
}

.provider-card-stats {
  font-size: 11px;
  color: #000000;
  margin-bottom: 4px;
}

.provider-card-stats .stat-item { display: inline; margin-right: 8px; }
.provider-card-stats .val { font-weight: bold; }
.provider-card-stats .lbl { color: #808080; }

.card-cta {
  display: inline-block;
  background: #000080;
  color: #FFFFFF;
  padding: 3px 10px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  border: 2px outset #4040FF;
  margin-top: 4px;
}

.card-cta:hover {
  background: #0000FF;
  color: #FFFF00;
}

/* ---- Search Form Block ---- */
.search-form-block {
  border: 2px outset #FFFFFF;
  background: #D4D0C8;
  padding: 12px;
  margin: 10px 0;
}

.search-tabs {
  margin-bottom: 8px;
}

.search-tab {
  display: inline-block;
  padding: 4px 12px;
  background: #C0C0C0;
  border: 2px outset #FFFFFF;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  margin-right: 2px;
}

.search-tab.active {
  background: #FFFFFF;
  border-style: inset;
}

.search-input-group {
  margin: 6px 0;
}

.search-input-group input {
  border: 2px inset #808080;
  padding: 4px;
  font-size: 14px;
  width: 300px;
}

.search-input-group button {
  background: #000080;
  color: #FFFFFF;
  border: 2px outset #4040FF;
  padding: 4px 14px;
  font-weight: bold;
  cursor: pointer;
}

.search-input-group button:hover {
  background: #0000FF;
}

/* ---- Sidebar ---- */
.sidebar-block {
  border: 2px outset #FFFFFF;
  background: #D4D0C8;
  margin-bottom: 8px;
}

.sidebar-block-header {
  background: #000080;
  color: #FFFF00;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 13px;
}

.sidebar-block-body {
  padding: 8px;
}

.sidebar-list {
  list-style: square;
  padding-left: 20px;
  margin: 0;
}

.sidebar-list li {
  margin-bottom: 3px;
  font-size: 13px;
}

.sidebar-list li a { color: #0000FF; }
.sidebar-list li .count { color: #808080; font-size: 11px; }

/* ---- Search Results ---- */
.search-results-header {
  background: #000080;
  color: #FFFF00;
  padding: 8px;
  font-weight: bold;
}

.search-results-header h1 { color: #FFFF00; font-size: 18px; }
.search-results-meta { color: #C0C0C0; font-size: 11px; }

.search-result-item {
  border: 1px solid #808080;
  background: #FFFFFF;
  padding: 8px;
  margin-bottom: 8px;
}

.result-image {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

.result-image img {
  max-width: 100px;
  max-height: 100px;
  border: 1px solid #808080;
}

.result-body {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 120px);
}

.result-name {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 4px;
}

.result-name a { color: #0000FF; }

.result-tags {
  margin-bottom: 4px;
}

.result-tag {
  display: inline-block;
  background: #E0E0E0;
  padding: 1px 6px;
  font-size: 11px;
  margin-right: 4px;
  border: 1px solid #808080;
}

.result-description {
  font-size: 12px;
  color: #404040;
  margin-bottom: 6px;
}

.result-cta {
  display: inline-block;
  background: #000080;
  color: #FFFFFF;
  padding: 3px 10px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  border: 2px outset #4040FF;
}

.result-cta:hover {
  background: #0000FF;
  color: #FFFF00;
}

/* ---- Pagination ---- */
.pagination {
  text-align: center;
  padding: 10px 0;
}

.page-link {
  display: inline-block;
  border: 1px solid #808080;
  background: #FFFFFF;
  padding: 3px 8px;
  margin: 0 2px;
  text-decoration: none;
  color: #0000FF;
  font-size: 13px;
}

.page-link:hover,
.page-link.active {
  background: #000080;
  color: #FFFF00;
}

.page-link.active {
  pointer-events: none;
  font-weight: bold;
}

/* ---- Provider Profile ---- */
.provider-profile {
  border: 2px outset #FFFFFF;
  background: #D4D0C8;
  padding: 10px;
  margin-bottom: 10px;
}

.provider-gallery {
  text-align: center;
  margin-bottom: 10px;
}

.gallery-main {
  text-align: center;
}

.gallery-main img {
  max-width: 400px;
  max-height: 400px;
  border: 2px inset #808080;
}

.gallery-thumbs {
  margin-top: 6px;
}

.gallery-thumb {
  display: inline-block;
  margin: 2px;
  cursor: pointer;
  border: 2px outset #FFFFFF;
}

.gallery-thumb.active {
  border: 2px inset #000080;
}

.gallery-thumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  display: block;
}

.provider-profile-body {
  padding: 8px 0;
}

.provider-profile-name {
  font-size: 22px;
  font-weight: bold;
  color: #000080;
  margin-bottom: 6px;
}

.provider-profile-tagline {
  font-size: 13px;
  color: #808080;
  margin-bottom: 8px;
}

.provider-stats-bar {
  border: 1px solid #808080;
  background: #FFFFFF;
  padding: 6px;
  margin-bottom: 8px;
}

.provider-stat {
  display: inline-block;
  margin-right: 16px;
  font-size: 13px;
}

.provider-stat .stat-num {
  font-weight: bold;
  font-size: 16px;
  color: #000080;
}

.provider-stat .stat-label {
  font-size: 11px;
  color: #808080;
}

.provider-info-grid {
  border: 1px solid #808080;
  background: #FFFFFF;
  padding: 8px;
  margin-bottom: 8px;
}

.info-item {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-bottom: 4px;
  font-size: 13px;
}

.info-item .lbl {
  font-weight: bold;
  color: #000080;
}

.info-item .val {
  color: #000000;
}

.provider-about {
  border: 1px solid #808080;
  background: #FFFFFF;
  padding: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.5;
}

.contact-block {
  margin: 10px 0;
}

.contact-btn {
  display: inline-block;
  background: #000080;
  color: #FFFFFF;
  padding: 5px 14px;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  border: 2px outset #4040FF;
  margin-right: 6px;
  margin-bottom: 4px;
}

.contact-btn:hover { background: #0000FF; color: #FFFF00; }
.contact-btn:link, .contact-btn:visited { color: #FFFFFF; }
.contact-btn-primary { background: #008000; border-color: #00C000; }
.contact-btn-primary:hover { background: #00A000; }
.contact-btn-gold { background: #808000; border-color: #C0C000; }
.contact-btn-gold:hover { background: #A0A000; }

/* ---- Lightbox ---- */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 9999;
  text-align: center;
}

.lightbox.active {
  display: block;
}

.lightbox-inner {
  padding: 20px;
}

.lightbox-inner img {
  max-width: 90%;
  max-height: 90vh;
  border: 3px solid #FFFFFF;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #FFFFFF;
  background: #FF0000;
  border: 2px outset #FF8080;
  padding: 0 10px;
  cursor: pointer;
  font-weight: bold;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  background: #000080;
  color: #FFFFFF;
  border: 2px outset #4040FF;
  padding: 10px 14px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
}

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

/* ---- Affiliate Banners ---- */
.ter-banner-container {
  text-align: center;
  padding: 8px;
  border: 1px solid #808080;
  background: #FFFFFF;
  margin: 10px 0;
}

/* ---- Footer ---- */
.site-footer {
  background: #000080;
  color: #C0C0C0;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  border-top: 3px solid #FFFF00;
}

.footer-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 8px;
}

.footer-brand .footer-logo {
  font-size: 16px;
  font-weight: bold;
  color: #FFFF00;
  margin-bottom: 4px;
}

.footer-brand .footer-logo span { color: #00FFFF; }

.footer-brand p {
  font-size: 11px;
  color: #808080;
}

.footer-col { display: inline-block; vertical-align: top; margin: 8px 20px; text-align: left; }

.footer-col h4 {
  font-size: 13px;
  color: #FFFF00;
  margin-bottom: 4px;
}

.footer-col ul { list-style: square; padding-left: 16px; }
.footer-col ul li { margin-bottom: 2px; }
.footer-col ul li a { color: #00FFFF; font-size: 12px; }
.footer-col ul li a:hover { color: #FFFF00; }

.footer-bottom {
  border-top: 1px solid #404080;
  padding-top: 8px;
  margin-top: 8px;
  font-size: 11px;
  color: #808080;
}

.footer-bottom a { color: #00FFFF; }
.footer-bottom a:hover { color: #FFFF00; }

/* ---- Age Gate ---- */
.age-gate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C0C0C0;
  z-index: 99999;
  text-align: center;
  padding-top: 100px;
}

.age-gate-box {
  background: #FFFFFF;
  border: 3px outset #FFFFFF;
  padding: 24px;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

.age-gate-logo {
  font-size: 18px;
  font-weight: bold;
  color: #000080;
  margin-bottom: 10px;
}

.age-gate-logo span { color: #008080; }

.age-gate-badge {
  display: inline-block;
  background: #FF0000;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  margin-bottom: 10px;
}

.age-gate-icon {
  font-size: 48px;
  font-weight: bold;
  color: #FF0000;
  margin-bottom: 8px;
}

.age-gate h2 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 8px;
}

.age-gate p {
  font-size: 13px;
  color: #404040;
  margin-bottom: 8px;
}

.age-gate-sub {
  font-size: 12px !important;
  margin-bottom: 16px !important;
}

.age-gate-btns {
  margin-bottom: 10px;
}

.age-btn {
  display: block;
  width: 100%;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 6px;
  border: 2px outset #FFFFFF;
}

.age-btn:active {
  border-style: inset;
}

.age-btn-yes {
  background: #008000;
  color: #FFFFFF;
  border-color: #00C000;
}

.age-btn-no {
  background: #C0C0C0;
  color: #000000;
  border-color: #FFFFFF;
}

.age-gate-disclaimer {
  font-size: 10px !important;
  color: #808080 !important;
  margin: 0 !important;
}

/* ---- No Results ---- */
.no-results {
  text-align: center;
  padding: 20px;
  border: 1px solid #808080;
  background: #FFFFFF;
}

.no-results h3 { color: #000080; margin-bottom: 6px; }

/* ---- Utility ---- */
.text-center { text-align: center; }
.location-tag { color: #808080; }
