/* BestPodiatrists.com — Shared Stylesheet */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body { font-family: 'Instrument Sans', sans-serif; background: #f5f3f0; color: #1a1a2e; line-height: 1.6; }
a { color: inherit; text-decoration: none; }

/* NAV */
nav { background: #1a1a2e; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; height: 64px; position: sticky; top: 0; z-index: 200; }
.logo { font-family: 'Fraunces', serif; font-weight: 900; font-size: 1.2rem; color: white; letter-spacing: -0.03em; }
.logo span { color: #e8521a; }
.btn-list { background: #e8521a; color: white; font-family: 'Instrument Sans', sans-serif; font-size: 0.82rem; font-weight: 600; padding: 8px 18px; border-radius: 7px; transition: background 0.2s; }
.btn-list:hover { background: #d4471a; }

/* BREADCRUMB */
.breadcrumb { background: white; border-bottom: 1px solid rgba(26,26,46,0.07); padding: 10px 40px; font-size: 0.78rem; color: rgba(26,26,46,0.45); }
.breadcrumb a { color: #e8521a; }

/* PAGE HERO */
.page-hero { background: white; border-bottom: 1px solid rgba(26,26,46,0.07); padding: 40px 40px 32px; }
.page-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; }
.page-hero h1 { font-family: 'Fraunces', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 900; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 10px; }
.page-hero h1 em { font-style: italic; font-weight: 300; color: #e8521a; }
.hero-meta { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 10px; }
.hero-meta-item { display: flex; align-items: center; gap: 6px; font-size: 0.82rem; color: rgba(26,26,46,0.55); }
.hero-meta-item strong { color: #1a1a2e; }
.hero-updated { font-size: 0.74rem; color: rgba(26,26,46,0.35); }
.quick-search { background: #f5f3f0; border-radius: 12px; padding: 20px; min-width: 280px; }
.qs-title { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(26,26,46,0.45); margin-bottom: 10px; }
.qs-input { display: flex; align-items: center; gap: 8px; background: white; border: 1.5px solid rgba(26,26,46,0.12); border-radius: 8px; padding: 9px 12px; margin-bottom: 8px; }
.qs-input input { border: none; outline: none; font-family: 'Instrument Sans', sans-serif; font-size: 0.85rem; color: #1a1a2e; width: 100%; background: none; }
.qs-input input::placeholder { color: rgba(26,26,46,0.35); }
.btn-qs { width: 100%; background: #e8521a; color: white; font-family: 'Instrument Sans', sans-serif; font-size: 0.88rem; font-weight: 600; padding: 11px; border: none; border-radius: 8px; cursor: pointer; }

/* LAYOUT */
.main-wrap { max-width: 1100px; margin: 32px auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 300px; gap: 28px; }
.section-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(26,26,46,0.4); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.section-label::after { content: ''; flex: 1; height: 1px; background: rgba(26,26,46,0.08); }

/* DOCTOR CARDS */
.doctor-card { background: white; border-radius: 14px; border: 1.5px solid rgba(26,26,46,0.07); padding: 20px; margin-bottom: 14px; display: grid; grid-template-columns: 56px 1fr auto; gap: 16px; align-items: start; transition: all 0.2s; cursor: pointer; }
.doctor-card:hover { border-color: rgba(232,82,26,0.25); box-shadow: 0 4px 20px rgba(26,26,46,0.07); transform: translateY(-1px); }
.doctor-card.featured { border-color: rgba(232,82,26,0.3); background: linear-gradient(to right, rgba(232,82,26,0.02), white); }
.doc-avatar { width: 56px; height: 56px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-size: 1.1rem; font-weight: 900; color: white; flex-shrink: 0; }
.doc-name { font-family: 'Fraunces', serif; font-size: 1rem; font-weight: 700; margin-bottom: 2px; }
.doc-creds { font-size: 0.76rem; color: rgba(26,26,46,0.45); margin-bottom: 8px; }
.doc-badges { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 8px; }
.doc-badge { font-size: 0.67rem; font-weight: 600; padding: 2px 8px; border-radius: 100px; }
.badge-g { background: rgba(72,199,142,0.1); border: 1px solid rgba(72,199,142,0.2); color: #2a9e6a; }
.badge-o { background: rgba(232,82,26,0.08); border: 1px solid rgba(232,82,26,0.15); color: #e8521a; }
.badge-n { background: rgba(26,26,46,0.05); border: 1px solid rgba(26,26,46,0.08); color: rgba(26,26,46,0.55); }
.doc-details { display: flex; gap: 14px; flex-wrap: wrap; }
.doc-detail { font-size: 0.77rem; color: rgba(26,26,46,0.55); display: flex; align-items: center; gap: 5px; }
.doc-right { text-align: right; flex-shrink: 0; min-width: 80px; }
.doc-rating { font-family: 'Fraunces', serif; font-size: 1.3rem; font-weight: 900; color: #1a1a2e; line-height: 1; }
.doc-stars { color: #f5c842; font-size: 0.65rem; letter-spacing: 1px; }
.doc-reviews { font-size: 0.68rem; color: rgba(26,26,46,0.35); }
.btn-view { display: block; margin-top: 10px; background: #e8521a; color: white; font-family: 'Instrument Sans', sans-serif; font-size: 0.75rem; font-weight: 600; padding: 7px 14px; border-radius: 7px; border: none; cursor: pointer; white-space: nowrap; }
.featured-tag { font-size: 0.62rem; font-weight: 700; color: #e8521a; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 2px; }

/* CONTENT CARDS */
.content-card { background: white; border-radius: 14px; border: 1px solid rgba(26,26,46,0.07); padding: 28px; margin-bottom: 20px; }
.content-h2 { font-family: 'Fraunces', serif; font-size: 1.25rem; font-weight: 700; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid rgba(26,26,46,0.07); }
.content-h3 { font-family: 'Fraunces', serif; font-size: 1rem; font-weight: 700; margin: 20px 0 8px; }
.content-p { font-size: 0.88rem; color: rgba(26,26,46,0.72); line-height: 1.8; margin-bottom: 12px; }
.tip-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; margin-top: 14px; }
.tip-item { background: #f5f3f0; border-radius: 9px; padding: 12px 14px; font-size: 0.82rem; font-weight: 500; color: rgba(26,26,46,0.7); }

/* FAQ */
.faq-item { border-bottom: 1px solid rgba(26,26,46,0.07); padding: 16px 0; cursor: pointer; }
.faq-item:last-child { border-bottom: none; }
.faq-q { font-size: 0.9rem; font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.faq-arrow { color: rgba(26,26,46,0.3); font-size: 0.8rem; transition: transform 0.2s; flex-shrink: 0; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a { font-size: 0.85rem; color: rgba(26,26,46,0.65); line-height: 1.7; margin-top: 10px; display: none; }
.faq-item.open .faq-a { display: block; }

/* SIDEBAR */
.lead-form { background: linear-gradient(135deg, #1a1a2e, #2a2a4e); border-radius: 14px; padding: 24px; margin-bottom: 18px; }
.lf-eyebrow { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #e8521a; margin-bottom: 8px; }
.lf-title { font-family: 'Fraunces', serif; font-size: 1.05rem; font-weight: 700; color: white; line-height: 1.3; margin-bottom: 6px; }
.lf-sub { font-size: 0.78rem; color: rgba(255,255,255,0.5); margin-bottom: 16px; line-height: 1.5; }
.lf-input { width: 100%; background: rgba(255,255,255,0.08); border: 1.5px solid rgba(255,255,255,0.12); border-radius: 8px; padding: 10px 13px; font-family: 'Instrument Sans', sans-serif; font-size: 0.85rem; color: white; outline: none; margin-bottom: 8px; }
.lf-input:focus { border-color: #e8521a; }
.lf-input::placeholder { color: rgba(255,255,255,0.3); }
.lf-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='white' opacity='0.4' d='M5 7L0 2h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 30px; }
.lf-select option { background: #1a1a2e; color: white; }
.btn-lf { width: 100%; background: #e8521a; color: white; font-family: 'Instrument Sans', sans-serif; font-size: 0.9rem; font-weight: 600; padding: 12px; border: none; border-radius: 8px; cursor: pointer; margin-top: 4px; }
.btn-lf:hover { background: #d4471a; }
.lf-trust { font-size: 0.68rem; color: rgba(255,255,255,0.3); text-align: center; margin-top: 8px; }
.sidebar-card { background: white; border-radius: 14px; border: 1px solid rgba(26,26,46,0.07); padding: 20px; margin-bottom: 16px; }
.sc-title { font-family: 'Fraunces', serif; font-size: 0.95rem; font-weight: 700; margin-bottom: 12px; }
.city-grid { display: flex; flex-wrap: wrap; gap: 6px; }
.city-link { background: #f5f3f0; color: rgba(26,26,46,0.65); font-size: 0.77rem; font-weight: 500; padding: 5px 11px; border-radius: 6px; transition: all 0.2s; }
.city-link:hover { background: #e8521a; color: white; }
.seo-link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 4px; }
.seo-link-item { background: #f5f3f0; border: 1px solid rgba(26,26,46,0.07); border-radius: 8px; padding: 10px 14px; font-size: 0.8rem; color: rgba(26,26,46,0.65); transition: all 0.2s; display: block; }
.seo-link-item:hover { border-color: #e8521a; color: #e8521a; }
.seo-link-item span { display: block; font-size: 0.68rem; color: rgba(26,26,46,0.35); margin-top: 2px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  nav, .breadcrumb { padding-left: 20px; padding-right: 20px; }
  .page-hero { padding: 24px 20px 20px; }
  .page-hero-inner { grid-template-columns: 1fr; }
  .quick-search { min-width: unset; }
  .main-wrap { grid-template-columns: 1fr; padding: 0 20px; }
  .doctor-card { grid-template-columns: 48px 1fr; }
  .doc-right { display: none; }
  .seo-link-grid { grid-template-columns: 1fr; }
  .tip-grid { grid-template-columns: 1fr 1fr; }
}
