/* BigCockGays.com — Dark, direct, conversion + SEO focused */

:root {
  --bg: #0a0a0c;
  --bg-elevated: #141416;
  --bg-card: #1c1c20;
  --text: #f2f0ed;
  --text-muted: #a8a4a0;
  --accent: #5b9cff;
  --accent-hot: #ff4d6d;
  --accent-hover: #7eb0ff;
  --border: #2a2a30;
  --link: #5b9cff;
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
  --max-width: 720px;
  --wide-width: 1100px;
  --radius: 10px;
}

*, *::before, *::after { box-sizing: border-box; }
html { font-size: 17px; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--link); text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: var(--accent-hover); }

.container { width: 100%; max-width: var(--wide-width); margin: 0 auto; padding: 0 1.25rem; }
.narrow { max-width: var(--max-width); margin-left: auto; margin-right: auto; }

.site-header {
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border);
  padding: 0.85rem 0;
  position: sticky; top: 0; z-index: 100;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.logo { font-weight: 800; font-size: 1.2rem; color: var(--text); text-decoration: none; letter-spacing: -0.03em; }
.logo span { color: var(--accent-hot); }
.nav { display: flex; gap: 1.1rem; flex-wrap: wrap; align-items: center; }
.nav a { color: var(--text-muted); text-decoration: none; font-size: 0.92rem; font-weight: 500; }
.nav a:hover, .nav a.active { color: var(--text); }

.age-notice {
  background: #1a1018; color: #f0c0d0; text-align: center;
  padding: 0.5rem 1rem; font-size: 0.85rem; border-bottom: 1px solid #3a2030;
}

.hero { padding: 3rem 0 2rem; text-align: center; }
.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 5vw, 2.6rem);
  font-weight: 600; line-height: 1.2; margin: 0 0 1rem; letter-spacing: -0.02em;
}
.hero .lede { font-size: 1.15rem; color: var(--text-muted); max-width: 40rem; margin: 0 auto 1.5rem; }

.btn {
  display: inline-block; font-weight: 700; text-decoration: none;
  padding: 0.85rem 1.6rem; border-radius: 8px; font-size: 1.05rem;
  transition: transform 0.15s ease, background 0.15s ease; border: none; cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #111; }
.btn-primary:hover { background: var(--accent-hover); color: #111; }
.btn-hot {
  background: linear-gradient(135deg, #ff4d6d, #ff7a50); color: #fff;
  box-shadow: 0 4px 18px rgba(255, 77, 109, 0.35);
}
.btn-hot:hover { background: linear-gradient(135deg, #ff5d7a, #ff8a60); color: #fff; }
.btn-blue { background: linear-gradient(135deg, #3b82f6, #60a5fa); color: #fff; }
.btn-blue:hover { background: linear-gradient(135deg, #4b92ff, #70b5ff); color: #fff; }

.hub-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem; margin: 2rem 0;
}
.card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.5rem; transition: border-color 0.15s ease;
}
.card:hover { border-color: #444; }
.card h2, .card h3 { margin-top: 0; font-size: 1.2rem; }
.card p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 0; }
.card a.card-link { display: inline-block; margin-top: 0.75rem; font-weight: 600; text-decoration: none; }

.page-header { padding: 2.5rem 0 1.5rem; border-bottom: 1px solid var(--border); margin-bottom: 2rem; }
.page-header h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 4vw, 2.3rem); margin: 0 0 0.5rem; line-height: 1.25;
}
.meta { color: var(--text-muted); font-size: 0.9rem; }
.breadcrumbs { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 1rem; }
.breadcrumbs a { color: var(--text-muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent); }

.prose h2 {
  font-family: var(--font-serif); font-size: 1.5rem;
  margin-top: 2.5rem; margin-bottom: 0.75rem; padding-top: 0.5rem;
  border-top: 1px solid var(--border);
}
.prose h2:first-of-type { border-top: none; padding-top: 0; }
.prose h3 { font-size: 1.15rem; margin-top: 1.75rem; margin-bottom: 0.5rem; }
.prose p, .prose li { color: #d8d4d0; }
.prose ul, .prose ol { padding-left: 1.35rem; }
.prose li { margin-bottom: 0.4rem; }

.quick-answer {
  background: var(--bg-elevated); border-left: 4px solid var(--accent);
  padding: 1.25rem 1.5rem; margin: 1.5rem 0 2rem;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.quick-answer strong { color: var(--accent); }

.ad-unit {
  margin: 2rem 0; padding: 1.35rem; background: var(--bg-elevated);
  border: 1px solid var(--border); border-radius: var(--radius); text-align: center;
}
.ad-unit.hot {
  border-color: rgba(255, 77, 109, 0.4);
  background: linear-gradient(180deg, #1a1218 0%, var(--bg-elevated) 100%);
}
.ad-unit .ad-label {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--text-muted); margin-bottom: 0.6rem;
}
.ad-unit .ad-cta {
  font-size: 1.15rem; font-weight: 700; color: var(--text);
  margin: 0 0 0.85rem; line-height: 1.3;
}
.ad-unit .ad-cta span { color: var(--accent-hot); }
.ad-unit iframe { max-width: 100%; border: 0; display: block; margin: 0 auto; border-radius: 6px; }
.ad-unit .ad-note { font-size: 0.78rem; color: var(--text-muted); margin: 0.75rem 0 0; }

.dating-cta {
  margin: 2.5rem 0; padding: 1.75rem 1.5rem;
  background: linear-gradient(135deg, #1a1525 0%, #121018 100%);
  border: 1px solid rgba(91, 156, 255, 0.35); border-radius: var(--radius); text-align: center;
}
.dating-cta h3 { margin: 0 0 0.5rem; font-size: 1.35rem; color: #fff; }
.dating-cta p { color: var(--text-muted); margin: 0 0 1.25rem; font-size: 1.05rem; }
.dating-cta .banner-wrap {
  margin: 1rem 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem;
}
.dating-cta .banner-wrap a img { max-width: 100%; border-radius: 6px; border: 1px solid var(--border); }

.sponsor-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.sponsor-list li {
  margin-bottom: 0.85rem; padding: 0.9rem 1.1rem;
  background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px;
}
.sponsor-list a { font-weight: 600; text-decoration: none; color: var(--text); }
.sponsor-list a:hover { color: var(--accent); }
.sponsor-list .desc {
  display: block; font-size: 0.9rem; color: var(--text-muted);
  margin-top: 0.25rem; font-weight: 400;
}

.site-footer {
  margin-top: 4rem; padding: 2.5rem 0 2rem; border-top: 1px solid var(--border);
  background: var(--bg-elevated); font-size: 0.9rem; color: var(--text-muted);
}
.footer-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem; margin-bottom: 2rem;
}
.footer-grid h4 {
  color: var(--text); font-size: 0.9rem; margin: 0 0 0.6rem;
  text-transform: uppercase; letter-spacing: 0.04em;
}
.footer-grid a { display: block; color: var(--text-muted); text-decoration: none; margin-bottom: 0.35rem; }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom {
  text-align: center; padding-top: 1.5rem; border-top: 1px solid var(--border); font-size: 0.85rem;
}

.section { padding: 2.5rem 0; }
.section-title { font-family: var(--font-serif); font-size: 1.5rem; margin-bottom: 1rem; }

@media (max-width: 700px) {
  .nav { gap: 0.7rem; }
  .nav a { font-size: 0.85rem; }
  .hero { padding: 2.25rem 0 1.75rem; }
  .ad-unit { padding: 1.1rem; }
  .dating-cta { padding: 1.4rem 1.1rem; }
}
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
