/* Dental Turkey Guide — single stylesheet
   Independent, data-driven guide. Light theme only. */

:root {
  --ink: #16232e;
  --ink-soft: #45566180;
  --muted: #5a6b78;
  --line: #e2e8ee;
  --bg: #ffffff;
  --bg-soft: #f5f8fa;
  --accent: #0e7490;
  --accent-dark: #0b5563;
  --accent-soft: #e0f2f7;
  --warn-bg: #fff7ed;
  --warn-line: #fed7aa;
  --pending: #94714b;
  --pending-bg: #fdf6ec;
  --radius: 10px;
  --maxw: 1080px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { line-height: 1.25; color: var(--ink); font-weight: 700; }
h1 { font-size: 2.1rem; margin: 0 0 .5em; letter-spacing: -.02em; }
h2 { font-size: 1.5rem; margin: 2em 0 .6em; letter-spacing: -.01em; }
h3 { font-size: 1.15rem; margin: 1.6em 0 .4em; }
p { margin: 0 0 1em; }

/* Header / nav */
.site-header {
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  position: sticky; top: 0; z-index: 50;
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 62px; gap: 16px; flex-wrap: wrap; }
.brand { font-weight: 800; font-size: 1.1rem; color: var(--ink); letter-spacing: -.02em; }
.brand span { color: var(--accent); }
.nav { display: flex; gap: 18px; flex-wrap: wrap; font-size: .95rem; }
.nav a { color: var(--muted); font-weight: 500; }
.nav a:hover { color: var(--accent); text-decoration: none; }
.lang-links { font-size: .85rem; color: var(--muted); }
.lang-links a { margin-left: 8px; }

/* Hero */
.hero { background: var(--bg-soft); border-bottom: 1px solid var(--line); padding: 54px 0 44px; }
.hero h1 { font-size: 2.5rem; max-width: 760px; }
.hero .lede { font-size: 1.2rem; color: var(--muted); max-width: 680px; margin-bottom: 1.4em; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 700; color: var(--accent); margin: 0 0 12px; }

/* Buttons */
.btn {
  display: inline-block; background: var(--accent); color: #fff; padding: 12px 22px;
  border-radius: var(--radius); font-weight: 600; border: 0; cursor: pointer; font-size: 1rem;
}
.btn:hover { background: var(--accent-dark); text-decoration: none; color: #fff; }
.btn-ghost { background: transparent; color: var(--accent); border: 1px solid var(--accent); }
.btn-ghost:hover { background: var(--accent-soft); color: var(--accent-dark); }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* Cards / grid */
.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: var(--bg);
}
.card h3 { margin-top: 0; }
.card p:last-child { margin-bottom: 0; }

/* Content sections */
main { padding: 8px 0 40px; }
.section { padding: 26px 0; }
.narrow { max-width: 760px; }

/* Callout / notes */
.note {
  background: var(--accent-soft); border: 1px solid #bfe3ec; border-radius: var(--radius);
  padding: 16px 18px; margin: 20px 0; font-size: .96rem;
}
.note strong { color: var(--accent-dark); }
.disclaimer {
  background: var(--warn-bg); border: 1px solid var(--warn-line); border-radius: var(--radius);
  padding: 16px 18px; margin: 22px 0; font-size: .92rem; color: #7c4a12;
}
.disclaimer strong { color: #7c2d12; }

/* Table */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 18px 0; border: 1px solid var(--line); border-radius: var(--radius); }
table { border-collapse: collapse; width: 100%; font-size: .93rem; min-width: 720px; }
thead th { background: var(--bg-soft); text-align: left; font-weight: 700; color: var(--ink); }
th, td { padding: 11px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: #fafcfd; }
.pending { color: var(--pending); background: var(--pending-bg); font-size: .82rem; padding: 2px 7px; border-radius: 5px; white-space: nowrap; }
.verified-date { font-size: .88rem; color: var(--muted); }

/* Definition-ish lists / criteria */
.criteria { list-style: none; padding: 0; margin: 18px 0; }
.criteria li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.criteria li:last-child { border-bottom: 0; }
.criteria b { display: block; margin-bottom: 3px; }

.checklist { list-style: none; padding: 0; margin: 18px 0; }
.checklist li { position: relative; padding: 10px 0 10px 30px; border-bottom: 1px solid var(--line); }
.checklist li:before { content: "✓"; position: absolute; left: 0; top: 10px; color: var(--accent); font-weight: 800; }
.checklist li:last-child { border-bottom: 0; }

/* Price bands */
.price-band { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.price-band:last-child { border-bottom: 0; }
.price-band .label { font-weight: 600; }
.price-band .range { font-weight: 700; color: var(--accent-dark); white-space: nowrap; }

/* Lead form */
.lead-form { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; margin: 34px 0; }
.lead-form h2 { margin-top: 0; }
.field { margin-bottom: 14px; }
.field label { display: block; font-weight: 600; margin-bottom: 5px; font-size: .95rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px;
  font-family: inherit; font-size: 1rem; background: #fff; color: var(--ink);
}
.field textarea { min-height: 100px; resize: vertical; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; font-size: .9rem; color: var(--muted); }
.consent input { margin-top: 4px; flex-shrink: 0; width: auto; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-soft); padding: 34px 0; margin-top: 40px; font-size: .9rem; color: var(--muted); }
.site-footer .cols { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--accent); }
.site-footer .foot-nav { display: flex; gap: 16px; flex-wrap: wrap; }
.site-footer .fine { margin-top: 20px; font-size: .82rem; color: #8b9aa5; max-width: 720px; }

/* Breadcrumb */
.crumb { font-size: .85rem; color: var(--muted); padding: 16px 0 0; }
.crumb a { color: var(--muted); }

/* Utility */
.muted { color: var(--muted); }
.small { font-size: .88rem; }
hr { border: 0; border-top: 1px solid var(--line); margin: 30px 0; }

@media (max-width: 820px) {
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .hero h1 { font-size: 1.9rem; }
  h1 { font-size: 1.7rem; }
  body { font-size: 16px; }
}
