/* ================================================
   countryofturkey.com — Shared Stylesheet
   Palette: Turkish Red · White · Turquoise
   Fonts:   Cinzel (headings) · Crimson Pro (body)
   ================================================ */

:root {
  --red:       #E30A17;
  --red-dark:  #9E060F;
  --red-pale:  #FDF0F0;
  --white:     #FFFFFF;
  --cream:     #FEF9F3;
  --cream-2:   #F5EDE0;
  --teal:      #00A896;
  --teal-lt:   #E2F5F3;
  --teal-dk:   #00786A;
  --gold:      #C8973F;
  --text:      #1C0E08;
  --mid:       #6B4F3A;
  --lite:      #A88870;
  --border:    #E6DDD2;
  --max:       1100px;
  --r:         10px;
  --r-sm:      6px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img, svg { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

body {
  font-family: 'Crimson Pro', Georgia, serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.75;
  font-size: 16px;
}

.geo-bg {
  background-color: var(--cream);
}

/* ── Utility ── */
.container { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }

.eyebrow {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .68rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
  margin-bottom: .5rem;
}

.teal-badge {
  display: inline-block;
  background: var(--teal-lt);
  color: var(--teal-dk);
  font-family: 'Cinzel', Georgia, serif;
  font-size: .62rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 30px;
}

.section-link {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .65rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal-dk);
  font-weight: 600;
  border-bottom: 1px solid var(--teal-lt);
  padding-bottom: 1px;
  transition: border-color .2s, color .2s;
}
.section-link:hover { color: var(--red); border-color: var(--red-pale); }

/* ── HEADER ── */
.site-header {
  background: var(--red);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo { display: flex; align-items: center; gap: 12px; color: #fff; }

.logo-text {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: .94;
}

.site-nav { display: flex; align-items: center; }

.site-nav a {
  color: rgba(255,255,255,.82);
  font-family: 'Cinzel', Georgia, serif;
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  padding: .35rem .75rem;
  border-radius: var(--r-sm);
  transition: background .2s, color .2s;
}
.site-nav a:hover { background: rgba(255,255,255,.12); color: #fff; }
.site-nav a.active { color: #fff; background: rgba(255,255,255,.18); }

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: .4rem;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  border-radius: 2px;
  transition: all .25s;
}

.mobile-nav {
  display: none;
  background: var(--red-dark);
  padding: .8rem 1.5rem 1.2rem;
}
.mobile-nav a {
  display: block;
  color: rgba(255,255,255,.85);
  font-family: 'Cinzel', Georgia, serif;
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .6rem 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.mobile-nav.open { display: block; }

/* ── HOMEPAGE HERO ── */
.home-hero {
  padding: 4rem 1.5rem 3rem;
}
.hero-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}
.hero-title {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 2.8rem;
  line-height: 1.12;
  font-weight: 700;
  color: var(--text);
  margin: .8rem 0 1.1rem;
}
.hero-title .accent { color: var(--red); }
.hero-desc { color: var(--mid); font-size: 1.05rem; max-width: 460px; margin-bottom: 1.5rem; }

.name-table {
  border-collapse: collapse;
  width: 100%;
  font-family: 'Cinzel', Georgia, serif;
  font-size: .78rem;
}
.name-table td {
  padding: 5px 0;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.name-table td:first-child { color: var(--lite); font-size: .7rem; letter-spacing: .04em; width: 52%; }
.name-table td:last-child  { color: var(--text); font-weight: 700; }

.map-panel {
  background: var(--teal-lt);
  border-radius: var(--r);
  padding: 1.5rem;
  border: 1.5px solid rgba(0,168,150,.22);
}
.map-label {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .6rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--teal-dk);
  font-weight: 600;
  margin-bottom: .8rem;
}
.coord-strip {
  display: flex;
  justify-content: space-between;
  font-family: 'Cinzel', Georgia, serif;
  font-size: .6rem;
  letter-spacing: .1em;
  color: var(--teal-dk);
  opacity: .7;
  margin-top: .6rem;
}

/* ── STATS BAR ── */
.stats-bar { background: var(--red); padding: 2rem 1.5rem; }
.stats-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
  color: #fff;
}
.stat-divider {
  border-right: 1px solid rgba(255,255,255,.2);
}
.stat-number {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.stat-unit { font-size: .72rem; opacity: .75; margin-left: 2px; }
.stat-label {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .58rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .8;
  margin-top: .4rem;
}

/* ── MAVI VATAN CALLOUT ── */
.callout-wrap { max-width: var(--max); margin: 2.5rem auto 0; padding: 0 1.5rem; }
.callout {
  background: var(--teal-lt);
  border-left: 3px solid var(--teal);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 1rem 1.4rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}
.callout-badge {
  background: var(--teal);
  color: #fff;
  font-family: 'Cinzel', Georgia, serif;
  font-size: .58rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 30px;
  white-space: nowrap;
  flex-shrink: 0;
}
.callout p {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .82rem;
  color: var(--teal-dk);
  line-height: 1.65;
}
.callout a { color: var(--teal-dk); font-weight: 700; border-bottom: 1px solid rgba(0,120,106,.3); }

/* ── EXPLORE SECTION CARDS ── */
.explore-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3.5rem;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.sec-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--red);
  border-radius: var(--r);
  padding: 1.4rem;
  transition: border-top-color .25s, transform .2s, box-shadow .2s;
}
.sec-card:hover { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(0,0,0,.07); }
.sec-card--teal { border-top-color: var(--teal); }
.sec-card--dim  { border-top-color: var(--gold); border-style: dashed; opacity: .72; }
.sec-card--dim:hover { transform: none; box-shadow: none; }

.card-icon { font-size: 26px; margin-bottom: .7rem; }
.card-title {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: .45rem;
  line-height: 1.3;
}
.card-desc {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .75rem;
  color: var(--mid);
  line-height: 1.55;
  margin-bottom: 1rem;
}
.card-coming {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .58rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--lite);
  margin-left: .4rem;
  font-weight: normal;
}

/* ── INNER PAGE HERO ── */
.page-hero {
  background: var(--red);
  padding: 3.5rem 1.5rem 3rem;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(45deg,  transparent 44%, rgba(255,255,255,.04) 44%, rgba(255,255,255,.04) 56%, transparent 56%),
    linear-gradient(-45deg, transparent 44%, rgba(255,255,255,.04) 44%, rgba(255,255,255,.04) 56%, transparent 56%);
  background-size: 32px 32px;
  pointer-events: none;
}
.page-hero-inner { max-width: var(--max); margin: 0 auto; color: #fff; position: relative; }
.page-hero-eyebrow {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .62rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: .8;
  margin-bottom: .6rem;
}
.page-hero h1 {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: .8rem;
}
.page-hero .subtitle {
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 1.1rem;
  opacity: .88;
  max-width: 620px;
  line-height: 1.65;
}

/* ── INNER PAGE CONTENT ── */
.page-content { max-width: var(--max); margin: 0 auto; padding: 3rem 1.5rem; }

.page-content h2 {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  margin: 2.5rem 0 1rem;
  padding-bottom: .45rem;
  border-bottom: 2px solid var(--red);
  display: inline-block;
}
.page-content h2:first-of-type { margin-top: 0; }

.page-content h3 {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--mid);
  margin: 1.8rem 0 .5rem;
}

.page-content p { margin-bottom: 1.1rem; color: var(--mid); }

.page-content ul { list-style: none; margin-bottom: 1.4rem; }
.page-content ul li {
  padding: .4rem 0 .4rem 1.2rem;
  border-bottom: 1px solid var(--border);
  color: var(--mid);
  position: relative;
}
.page-content ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: bold;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .8rem;
  margin: 1.5rem 0;
}
.fact-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 2px solid var(--teal);
  border-radius: var(--r-sm);
  padding: .9rem 1rem;
}
.fact-card .fact-label {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .6rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lite);
  margin-bottom: .2rem;
}
.fact-card .fact-value {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}

/* Placeholder styling */
.placeholder-box {
  background: var(--teal-lt);
  border: 1.5px dashed var(--teal);
  border-radius: var(--r);
  padding: 3rem 2rem;
  text-align: center;
  margin-top: 2rem;
}
.placeholder-box p {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .85rem;
  color: var(--teal-dk);
  max-width: 400px;
  margin: 0 auto;
}

/* ── SITE FOOTER ── */
.site-footer {
  background: var(--text);
  color: rgba(255,255,255,.5);
  padding: 2rem 1.5rem;
  margin-top: 4rem;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-brand { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.8); }
.footer-brand-text {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .65rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.footer-nav { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-nav a {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .58rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  transition: color .2s;
}
.footer-nav a:hover { color: rgba(255,255,255,.85); }
.footer-copy {
  width: 100%;
  text-align: center;
  font-family: 'Cinzel', Georgia, serif;
  font-size: .58rem;
  letter-spacing: .1em;
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .site-nav    { display: none; }
  .hamburger   { display: block; }
  .hero-grid   { grid-template-columns: 1fr; gap: 2rem; }
  .hero-title  { font-size: 2.1rem; }
  .stats-grid  { grid-template-columns: repeat(2, 1fr); }
  .stat-divider:nth-child(2) { border-right: none; }
  .cards-grid  { grid-template-columns: 1fr 1fr; }
  .page-hero h1 { font-size: 2rem; }
}
@media (max-width: 480px) {
  .cards-grid         { grid-template-columns: 1fr; }
  .footer-inner       { flex-direction: column; text-align: center; }
  .footer-nav         { justify-content: center; }
}

/* ── HERO EDITORIAL (updated — no map) ── */
.home-hero { padding: 4rem 1.5rem 3rem; }
.hero-editorial {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: start;
}
.hero-title {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--text);
  margin: .8rem 0 1.1rem;
}
.hero-title .accent { color: var(--red); }
.hero-desc { color: var(--mid); font-size: 1.05rem; margin-bottom: 1rem; }

.name-block {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--red);
  border-radius: var(--r);
  padding: 1.2rem 1.3rem;
  margin-bottom: 1rem;
}
.geo-facts-block {
  background: var(--teal-lt);
  border: 1px solid rgba(0,168,150,.2);
  border-top: 3px solid var(--teal);
  border-radius: var(--r);
  padding: 1.2rem 1.3rem;
}

/* mini stat grid inside hero */
.mini-fact-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: .5rem;
  margin-top: .6rem;
}
.mini-fact {
  background: rgba(255,255,255,.65);
  border-radius: var(--r-sm);
  padding: .5rem .6rem;
}
.mini-label {
  display: block;
  font-family: 'Cinzel', Georgia, serif;
  font-size: .56rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal-dk);
  margin-bottom: .15rem;
}
.mini-val {
  display: block;
  font-family: 'Cinzel', Georgia, serif;
  font-size: .85rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.15;
}
.mini-sub {
  display: block;
  font-family: 'Cinzel', Georgia, serif;
  font-size: .6rem;
  color: var(--teal-dk);
  opacity: .75;
}

/* stat bar dual units */
.stat-dual {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .65rem;
  letter-spacing: .1em;
  color: rgba(255,255,255,.7);
  margin: .25rem 0;
}

/* HEADER text-only logo */
.logo-text {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .82rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  opacity: .96;
}

/* responsive updates */
@media (max-width: 768px) {
  .hero-editorial { grid-template-columns: 1fr; gap: 2rem; }
  .hero-title { font-size: 2.1rem; }
  .mini-fact-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .mini-fact-grid { grid-template-columns: 1fr; }
}

/* ── COOKIE CONSENT BANNER ── */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--text);
  color: rgba(255,255,255,.82);
  z-index: 9999;
  padding: 1.2rem 1.5rem;
  border-top: 2px solid var(--red);
  box-shadow: 0 -4px 24px rgba(0,0,0,.18);
}
.cookie-banner-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.cookie-text {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .72rem;
  letter-spacing: .04em;
  line-height: 1.7;
  flex: 1;
  min-width: 220px;
}
.cookie-text a {
  color: var(--teal);
  border-bottom: 1px solid rgba(0,168,150,.35);
}
.cookie-text a:hover { color: rgba(0,168,150,.85); }
.cookie-actions { display: flex; gap: .7rem; flex-shrink: 0; }
.cookie-btn {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .6rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  padding: .55rem 1.3rem;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.cookie-btn--accept { background: var(--red); color: #fff; }
.cookie-btn--accept:hover { background: var(--red-dark); }
.cookie-btn--decline {
  background: transparent;
  color: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.18);
}
.cookie-btn--decline:hover { color: #fff; border-color: rgba(255,255,255,.45); }
@media (max-width: 560px) {
  .cookie-banner-inner { flex-direction: column; }
  .cookie-actions { width: 100%; justify-content: flex-end; }
}

/* ── PRIVACY PAGE ── */
.privacy-content { max-width: var(--max); margin: 0 auto; padding: 3rem 1.5rem 4rem; }
.privacy-content h2 {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text);
  margin: 2.5rem 0 .8rem;
  padding-bottom: .4rem;
  border-bottom: 2px solid var(--red);
  display: inline-block;
}
.privacy-content h2:first-of-type { margin-top: 0; }
.privacy-content h3 {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--mid);
  margin: 1.6rem 0 .45rem;
}
.privacy-content p { color: var(--mid); margin-bottom: 1rem; line-height: 1.8; }
.privacy-content ul { list-style: none; margin-bottom: 1.3rem; }
.privacy-content ul li {
  padding: .35rem 0 .35rem 1.2rem;
  border-bottom: 1px solid var(--border);
  color: var(--mid);
  position: relative;
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 1rem;
}
.privacy-content ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: bold;
}
.privacy-content a { color: var(--teal-dk); border-bottom: 1px solid rgba(0,120,106,.25); }
.privacy-content a:hover { color: var(--red); border-color: var(--red-pale); }
.privacy-updated {
  display: inline-block;
  background: var(--teal-lt);
  color: var(--teal-dk);
  font-family: 'Cinzel', Georgia, serif;
  font-size: .62rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 30px;
  margin-bottom: 2rem;
}
