/*
  joes-landing.css
  Local SEO landing pages: pizza-fort-worth, pasta-fort-worth,
  italian-restaurant-fort-worth, bar-fort-worth
  Loaded after joes-enhanced.css + joes-inner.css + joes-support.css.
*/

/* Banner backgrounds handled by ::before/::after in joes-inner.css */

/* ================================================================
   INTRO SECTION
================================================================ */
.landing-intro-section {
  background-color: #fff;
  padding: 4em 0;
}

.landing-intro-section p {
  color: #555;
  line-height: 1.75;
  font-size: 1.0em;
  margin-bottom: 16px;
}

.landing-intro-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* ================================================================
   HIGHLIGHTS GRID
================================================================ */
.landing-highlights-section {
  background-color: #f9f6f2;
  padding: 4em 0;
}

.landing-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 16px;
}

.landing-highlight-card {
  background: #fff;
  border-radius: 6px;
  padding: 26px 22px;
  border-top: 3px solid #f15a24;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.landing-highlight-icon {
  font-size: 2em;
  display: block;
  margin-bottom: 10px;
}

.landing-highlight-title {
  font-family: 'Special Elite', cursive;
  font-size: 1.05em;
  color: #2a2a2a;
  margin: 0 0 10px;
}

.landing-highlight-card p {
  font-size: 0.97em;
  color: #666;
  line-height: 1.65;
  margin: 0;
}

.landing-highlight-card a { color: #f15a24; }

/* ================================================================
   PHOTO SECTION
================================================================ */
.landing-photo-section {
  padding: 4em 0;
  background-color: #fff;
}

.landing-photo-block {
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  background-color: #c4a882;
  min-height: 340px;
}

.landing-photo-caption {
  font-size: 0.88em;
  color: #888;
  margin-top: 14px;
  line-height: 1.5;
  text-align: center;
}

/* ================================================================
   LOCAL AREA SECTION
================================================================ */
.landing-local-section {
  background-color: #f9f6f2;
  padding: 4em 0;
}

.landing-local-section p {
  color: #555;
  line-height: 1.75;
  font-size: 1.0em;
  margin-bottom: 16px;
}

/* ================================================================
   WHY GUESTS CHOOSE
================================================================ */
.landing-why-section {
  background-color: #fff;
  padding: 4em 0;
}

.landing-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 40px;
  margin-top: 16px;
}

.landing-why-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.landing-why-check {
  color: #f15a24;
  font-size: 1.3em;
  flex-shrink: 0;
  margin-top: 1px;
  line-height: 1;
}

.landing-why-item h3 {
  font-size: 1.08em;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.landing-why-item p {
  font-size: 0.97em;
  color: #666;
  line-height: 1.65;
  margin: 0;
}

/* ================================================================
   FAQ SECTION
================================================================ */
.landing-faq-section {
  background-color: #f9f6f2;
  padding: 4em 0;
}

.landing-faq-list {
  max-width: 820px;
}

.landing-faq-item {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e0d6;
}

.landing-faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.landing-faq-q {
  font-size: 1.12em;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.landing-faq-a {
  color: #444;
  line-height: 1.75;
  font-size: 1.0em;
  margin: 0;
}

.landing-faq-a a { color: #f15a24; }

/* ================================================================
   RELATED PAGES
================================================================ */
.landing-related-section {
  background-color: #fff;
  padding: 3em 0;
  border-top: 1px solid #ececec;
}

.landing-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 16px;
}

.landing-related-card {
  background: #f9f6f2;
  border: 1px solid #e8e0d6;
  border-radius: 6px;
  padding: 22px 20px;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.landing-related-card:hover {
  border-color: #f15a24;
  box-shadow: 0 2px 10px rgba(241,90,36,0.12);
  text-decoration: none;
}

.landing-related-icon {
  font-size: 1.8em;
  display: block;
  margin-bottom: 8px;
}

.landing-related-title {
  font-family: 'Special Elite', cursive;
  font-size: 0.95em;
  color: #2a2a2a;
  display: block;
  margin-bottom: 4px;
}

.landing-related-sub {
  font-size: 0.82em;
  color: #888;
  display: block;
}

/* ================================================================
   CTA STRIP
================================================================ */
.landing-cta-strip {
  background-color: var(--dark-bg);
  padding: 56px 20px;
  text-align: center;
}

.landing-cta-title {
  font-family: 'Special Elite', cursive;
  font-size: 2em;
  color: #fff;
  margin-bottom: 12px;
}

.landing-cta-strip > .container > p {
  color: rgba(255,255,255,0.72);
  margin-bottom: 24px;
  font-size: 1em;
}

.landing-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.landing-cta-address {
  font-size: 0.88em !important;
  color: rgba(255,255,255,0.4) !important;
  margin-top: 8px !important;
}

.landing-cta-address a { color: #f15a24; }

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 991px) {
  .landing-highlights-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .landing-highlights-grid { grid-template-columns: 1fr; }
  .landing-why-grid        { grid-template-columns: 1fr; }
  .landing-related-grid    { grid-template-columns: 1fr; }
  .landing-photo-block     { min-height: 220px; }
  .landing-cta-btns        { flex-direction: column; align-items: center; }
  .landing-cta-btns a      { width: 220px; text-align: center; }
}
