/* =========================================================
   PICKLEBET AU REVIEW - STYLESHEET
   Brand palette inspired by picklebet.com (dark + pickle green)
   ========================================================= */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji",
    sans-serif;
  background: #0d1418;
  color: #c8cfd3;
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: #22c55e; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.emoji-icon {
  width: 1.05em;
  height: 1.05em;
  display: inline-block;
  vertical-align: -0.14em;
  margin-right: 0.34em;
  object-fit: contain;
  flex: 0 0 auto;
}

.emoji-icon-lg {
  width: 1.35em;
  height: 1.35em;
  vertical-align: -0.18em;
}

.feature-icon-svg {
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 auto;
}

.hero-badge .emoji-icon {
  width: 1em;
  height: 1em;
}

.page-link-card strong .emoji-icon,
.trust-bar .emoji-icon,
.fast-facts .emoji-icon,
.callout .emoji-icon,
.footer-col .emoji-icon,
.cta-banner .emoji-icon,
.card h2 .emoji-icon,
.card h4 .emoji-icon {
  position: relative;
  top: -0.02em;
}

}
/* ===== STICKY HEADER ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: #060a0d; border-bottom: 1px solid #1a2530; padding: 14px 0;
}
.header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.logo {
  color: #22c55e; text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px; min-width: 0;
}
.logo-image { width: 180px; height: auto; display: block; }
.header-nav {
  display: flex; align-items: center; justify-content: center;
  gap: 6px; flex-wrap: wrap; flex: 1 1 auto; min-width: 0;
}
.header-nav a {
  color: #c8cfd3; font-size: 14px; font-weight: 600;
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid transparent; white-space: nowrap;
}
.header-nav a:hover,
.header-nav a:focus-visible {
  color: #22c55e; background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.3); text-decoration: none;
}
.header-right {
  display: flex; align-items: center; gap: 12px;
  flex-wrap: wrap; justify-content: flex-end;
}
.age-badge-sm {
  border: 2px solid #ef4444; color: #fff;
  font-weight: 800; padding: 3px 8px;
  border-radius: 6px; font-size: 12px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-block; font-weight: 700; text-decoration: none;
  padding: 10px 20px; border-radius: 8px; font-size: 15px;
  cursor: pointer; border: 2px solid transparent;
  transition: transform .15s, box-shadow .15s, background .15s;
  font-family: inherit;
}
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn-primary { background: #22c55e; color: #0a1418; }
.btn-primary:hover { background: #4ade80; box-shadow: 0 4px 14px rgba(34,197,94,.35); }
.btn-outline { background: transparent; color: #22c55e; border-color: #22c55e; }
.btn-outline:hover { background: rgba(34,197,94,.12); }
.btn-outline-white { background: transparent; color: #fff; border-color: #fff; }
.btn-outline-white:hover { background: rgba(255,255,255,.12); }
.btn-lg { padding: 14px 32px; font-size: 17px; }

/* ===== HERO ===== */
.hero {
  background:
    radial-gradient(circle at 20% 20%, rgba(34,197,94,0.18), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(74,222,128,0.10), transparent 55%),
    linear-gradient(135deg, #0a1a12 0%, #0d1418 60%, #05100a 100%);
  padding: 72px 24px; text-align: center;
  position: relative; overflow: hidden;
  border-bottom: 1px solid #1a2530;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(34,197,94,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34,197,94,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}
.hero-inner { max-width: 1200px; margin: 0 auto; position: relative; }
.hero .hero-wordmark {
  font-size: clamp(48px, 9vw, 96px); font-weight: 900;
  color: #ffffff; letter-spacing: 1px;
  text-shadow: 0 4px 24px rgba(34, 197, 94, 0.4);
  margin-bottom: 12px; line-height: 1.05;
}
.hero .hero-wordmark .accent { color: #22c55e; }
.hero-subtitle {
  color: #a8b2b8; font-size: clamp(17px, 2.4vw, 22px);
  font-weight: 500; margin-bottom: 32px; max-width: 800px; margin-left: auto; margin-right: auto;
}
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-badges {
  display: flex; gap: 14px; justify-content: center;
  flex-wrap: wrap; margin-top: 28px;
}
.hero-badge {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #4ade80; padding: 6px 14px; border-radius: 999px;
  font-size: 13px; font-weight: 600;
}

/* ===== FEATURE TILES ===== */
.feature-section {
  max-width: 1200px; margin: 48px auto; padding: 0 24px;
}
.feature-heading {
  color: #ffffff; font-size: 24px; font-weight: 800;
  margin-bottom: 20px; text-align: center;
}
.feature-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.feature-tile {
  background: linear-gradient(160deg, #111b1f 0%, #0a1418 100%);
  border: 1px solid #1a2530; border-radius: 14px; padding: 20px;
  transition: transform .2s, border-color .2s;
  text-align: left; min-height: 150px;
  display: flex; flex-direction: column; gap: 8px;
}
.feature-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 197, 94, 0.5);
  box-shadow: 0 8px 24px rgba(0,0,0,.4);
}
.feature-tile .icon { font-size: 32px; margin-bottom: 4px; }
.feature-tile h3 {
  color: #ffffff; font-size: 16px; font-weight: 800; margin: 0;
}
.feature-tile p { color: #a8b2b8; font-size: 13px; margin: 0; line-height: 1.5; }

/* ===== MAIN CONTAINER ===== */
main { max-width: 1200px; margin: 0 auto; padding: 0 24px 48px; }

.page-hero { max-width: 1200px; margin: 0 auto; padding: 28px 24px 12px; }
.page-breadcrumbs { color: #7a848a; font-size: 13px; margin-bottom: 12px; }
.page-breadcrumbs a { color: #a8b2b8; }
.page-breadcrumbs a:hover { color: #22c55e; }
.page-hero-card {
  background: linear-gradient(135deg, rgba(34,197,94,0.10) 0%, rgba(15,45,25,0.15) 100%);
  border: 1px solid rgba(34, 197, 94, 0.20);
  border-radius: 18px; padding: 28px;
}
.page-hero-card h1 {
  color: #fff; font-size: clamp(28px, 4vw, 44px); line-height: 1.12; margin-bottom: 12px;
}
.page-hero-card p { max-width: 900px; color: #c8cfd3; }
.page-link-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px; margin: 24px 0 6px;
}
.page-link-card {
  background: #111b1f; border: 1px solid #1a2530;
  border-radius: 14px; padding: 18px; color: #c8cfd3;
  transition: transform .15s, border-color .15s, background .15s;
}
.page-link-card:hover {
  text-decoration: none; transform: translateY(-2px);
  border-color: rgba(34,197,94,.4); background: #152025;
}
.page-link-card strong { display: block; color: #fff; margin-bottom: 6px; }
.page-link-card span { font-size: 14px; color: #a0aab0; }

/* ===== H1 + TRUST ===== */
.article-h1 {
  color: #fff; font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 800; line-height: 1.2; margin: 24px 0 12px;
  overflow-wrap: anywhere;
}
.trust-bar {
  color: #a8b2b8; font-size: 14px; padding: 10px 16px;
  background: #111b1f; border-left: 3px solid #22c55e;
  border-radius: 6px; margin-bottom: 20px;
}
.trust-bar strong { color: #ffffff; }
.trust-bar a { color: #22c55e; }
.fast-facts {
  background: linear-gradient(90deg, rgba(34,197,94,0.08) 0%, rgba(34,197,94,0.02) 100%);
  border: 1px solid rgba(34,197,94,0.28); border-radius: 10px;
  padding: 14px 20px; color: #dce3e6; font-size: 15px; margin-bottom: 24px;
}
.fast-facts strong { color: #22c55e; }

/* ===== TOC ===== */
.toc {
  background: #111b1f; border: 1px solid #1a2530;
  border-radius: 12px; padding: 16px 24px; margin-bottom: 32px;
}
.toc summary {
  cursor: pointer; font-weight: 700; color: #22c55e;
  font-size: 17px; list-style: none; padding: 4px 0;
  display: flex; align-items: center; gap: 10px;
}
.toc summary::-webkit-details-marker { display: none; }
.toc summary::before { content: "📖"; }
.toc summary::after {
  content: " ▼"; margin-left: auto; font-size: 12px; color: #7a848a;
}
.toc[open] summary::after { content: " ▲"; }
.toc ol { margin-top: 16px; padding-left: 20px; columns: 2; column-gap: 32px; }
.toc li { margin: 6px 0; break-inside: avoid; }
.toc a { color: #c8cfd3; font-size: 14px; }
.toc a:hover { color: #22c55e; }

/* ===== SECTION CARDS ===== */
section.card {
  background: #111b1f; border: 1px solid #1a2530;
  border-radius: 16px; padding: 32px; margin-bottom: 24px;
  scroll-margin-top: 80px; overflow: hidden;
}
section.card h2 {
  color: #fff; font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 800; margin-bottom: 16px; line-height: 1.25;
  padding-bottom: 12px; border-bottom: 2px solid #1a2530;
}
section.card h3 { color: #22c55e; font-size: 20px; font-weight: 700; margin: 24px 0 12px; }
section.card h4 { color: #fff; font-size: 17px; font-weight: 700; margin: 16px 0 8px; }
section.card p { margin-bottom: 14px; color: #c8cfd3; }
section.card ul, section.card ol { margin: 12px 0 12px 22px; }
section.card li { margin-bottom: 8px; color: #c8cfd3; }
section.card strong { color: #fff; }

/* ===== TABLES ===== */
.table-wrap { overflow-x: auto; margin: 16px 0; border-radius: 8px; }
table {
  width: 100%; min-width: 620px; border-collapse: collapse;
  background: #111b1f; border-radius: 8px; overflow: hidden; font-size: 15px;
}
th, td {
  text-align: left; padding: 12px 16px;
  border-bottom: 1px solid #1a2530; vertical-align: top;
}
thead th {
  background: #1a2530; color: #22c55e; font-weight: 700;
  border-left: 3px solid #22c55e;
  text-transform: uppercase; font-size: 13px; letter-spacing: .5px;
}
thead th:not(:first-child) { border-left: none; }
tbody tr:nth-child(even) { background: #151f24; }
tbody tr:nth-child(odd)  { background: #111b1f; }
tbody tr:hover { background: #1a2530; }
td a { color: #22c55e; }

/* ===== CALLOUTS ===== */
.callout {
  padding: 16px 20px; border-radius: 10px; margin: 16px 0;
  font-size: 15px; line-height: 1.55; background: #151f24;
}
.callout.warning { border-left: 4px solid #f59e0b; background: rgba(245,158,11,.06); }
.callout.tip     { border-left: 4px solid #22c55e; background: rgba(34,197,94,.06); }
.callout.danger  { border-left: 4px solid #ef4444; background: rgba(239,68,68,.08); color: #fff; font-weight: 500; }
.callout.info    { border-left: 4px solid #06b6d4; background: rgba(6,182,212,.06); }

/* ===== PROS / CONS ===== */
.proscons {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin: 16px 0;
}
.proscons > div {
  background: #151f24; border-radius: 10px;
  padding: 18px; border-top: 3px solid #1a2530;
}
.proscons .pros { border-top-color: #22c55e; }
.proscons .cons { border-top-color: #ef4444; }
.proscons h4 { margin-top: 0; }
.proscons ul { list-style: none; margin: 0; padding: 0; }
.proscons li {
  padding: 6px 0 6px 26px; position: relative; color: #c8cfd3;
}
.proscons .pros li::before {
  content: "✓"; position: absolute; left: 0; color: #22c55e; font-weight: 900;
}
.proscons .cons li::before {
  content: "✗"; position: absolute; left: 0; color: #ef4444; font-weight: 900;
}

/* ===== RATING STARS ===== */
.rating-block {
  display: flex; align-items: center; gap: 20px;
  padding: 20px; background: #151f24; border-radius: 12px;
  border: 1px solid #1a2530; margin: 16px 0; flex-wrap: wrap;
}
.rating-score {
  font-size: 48px; font-weight: 900; color: #22c55e; line-height: 1;
}
.rating-score sub { font-size: 20px; color: #7a848a; font-weight: 400; }
.rating-details { flex: 1; min-width: 200px; }
.stars { color: #f59e0b; font-size: 20px; letter-spacing: 2px; margin-bottom: 4px; }
.rating-label { color: #c8cfd3; font-size: 14px; }

/* ===== AUTHOR CARDS ===== */
.author-card {
  display: flex; gap: 20px; align-items: flex-start;
  background: #151f24; border: 1px solid #1a2530;
  border-radius: 12px; padding: 20px; margin: 20px 0;
}
.author-card img {
  width: 96px; height: 96px; border-radius: 50%;
  border: 2px solid #22c55e; object-fit: cover; flex-shrink: 0;
}
.author-card-meta { flex: 1; min-width: 0; }
.author-card-meta .author-name {
  color: #22c55e; font-weight: 800; font-size: 18px; margin: 0 0 4px;
}
.author-card-meta .author-role {
  color: #a8b2b8; font-size: 14px; margin: 0 0 8px;
}
.author-card-meta .author-bio-short {
  color: #c8cfd3; font-size: 14px; margin: 0 0 8px; line-height: 1.55;
}
.author-card-meta a.author-link { font-size: 14px; font-weight: 700; }

/* Author page hero */
.author-hero {
  display: flex; gap: 32px; align-items: center; flex-wrap: wrap;
}
.author-hero-photo {
  width: 220px; height: 220px; border-radius: 50%;
  border: 4px solid #22c55e; object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,.4); flex-shrink: 0;
}
.author-hero-text { flex: 1; min-width: 260px; }
.author-hero-text h1 { color: #fff; font-size: clamp(28px, 4vw, 40px); margin: 0 0 8px; }
.author-hero-text .author-title-line { color: #22c55e; font-size: 18px; font-weight: 700; margin: 0 0 14px; }
.author-hero-text .author-meta-line { color: #a8b2b8; font-size: 14px; margin-bottom: 14px; }
.author-stats {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px; margin: 20px 0 10px;
}
.author-stat {
  background: #111b1f; border: 1px solid #1a2530;
  border-radius: 10px; padding: 14px 12px; text-align: center;
}
.author-stat .num {
  display: block; color: #22c55e; font-weight: 900; font-size: 24px;
}
.author-stat .lbl {
  color: #a8b2b8; font-size: 12px;
  text-transform: uppercase; letter-spacing: .5px;
}

/* ===== FAQ ===== */
.faq-item {
  background: #151f24; border: 1px solid #1a2530;
  border-radius: 10px; margin-bottom: 12px;
}
.faq-item summary {
  cursor: pointer; padding: 16px 20px; font-weight: 700;
  color: #22c55e; list-style: none;
  display: flex; align-items: center; gap: 12px; font-size: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: "❓"; flex-shrink: 0; }
.faq-item summary::after {
  content: "+"; margin-left: auto; font-size: 22px;
  color: #22c55e; font-weight: 400;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item[open] summary { border-bottom: 1px solid #1a2530; }
.faq-body { padding: 14px 20px 18px; color: #c8cfd3; }
.faq-body p { margin: 0; }

/* ===== CTA BANNER ===== */
.cta-banner {
  background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%);
  color: #0a1418; text-align: center;
  border-radius: 16px; padding: 32px 24px; margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(34,197,94,.25);
}
.cta-banner h3 {
  color: #0a1418 !important;
  font-size: clamp(22px,3vw,30px); font-weight: 900;
  margin: 0 0 8px !important;
}
.cta-banner p { color: #033316; margin-bottom: 16px; font-weight: 600; }
.cta-banner .btn {
  background: #0a1418; color: #22c55e;
  border-color: #0a1418; padding: 14px 36px; font-size: 17px;
}
.cta-banner .btn:hover { background: #000; }

/* ===== BACK-TO-TOP ===== */
.back-to-top {
  position: fixed; bottom: 24px; right: 24px;
  background: #22c55e; color: #0a1418;
  width: 48px; height: 48px; border-radius: 50%; border: none;
  cursor: pointer; font-size: 22px; font-weight: 900;
  display: none; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.4); z-index: 90;
  transition: transform .15s;
}
.back-to-top:hover { transform: translateY(-2px); }
.back-to-top.visible { display: flex; }

/* ===== FOOTER ===== */
footer.site-footer {
  background: #060a0d; border-top: 1px solid #1a2530;
  padding: 48px 24px 24px; margin-top: 40px;
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-cols {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px; margin-bottom: 32px;
}
.footer-col h4 {
  color: #22c55e; font-size: 17px; font-weight: 800;
  margin-bottom: 14px; letter-spacing: .5px;
}
.footer-col p { color: #a8b2b8; font-size: 14px; margin-bottom: 12px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { padding: 6px 0; font-size: 14px; color: #a8b2b8; }
.footer-col a { color: #c8cfd3; }
.footer-col a:hover { color: #22c55e; }
.footer-bottom {
  border-top: 1px solid #1a2530; padding-top: 20px;
  text-align: center; font-size: 13px; color: #6a747a;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.age-badge {
  border: 2px solid #ef4444; color: #fff;
  padding: 4px 10px; border-radius: 6px;
  font-weight: 900; font-size: 14px; display: inline-block;
}
.footer-bottom p { max-width: 900px; margin: 0 auto; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1080px) {
  .header-inner { flex-wrap: wrap; justify-content: center; }
  .header-nav { order: 3; width: 100%; }
  .header-right { justify-content: center; }
  .page-link-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .toc ol { columns: 1; }
  section.card { padding: 24px 20px; }
  .logo-image { width: 160px; }
  .header-nav a { font-size: 13px; }
  .page-hero-card { padding: 22px; }
  .proscons { grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
  .author-stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .author-hero-photo { width: 180px; height: 180px; }
}
@media (max-width: 700px) {
  main, .feature-section, .page-hero, .header-inner, footer.site-footer {
    padding-left: 16px; padding-right: 16px;
  }
  .hero { padding: 44px 16px; }
  .hero-subtitle { font-size: 17px; }
  .hero-ctas { gap: 12px; }
  .page-link-grid { grid-template-columns: 1fr; }
  .page-link-card { padding: 16px; }
  .feature-grid { grid-template-columns: 1fr; }
  .author-card { flex-direction: column; align-items: center; text-align: center; }
  .author-card img { width: 80px; height: 80px; }
  .author-hero { justify-content: center; text-align: center; }
  .author-hero-photo { width: 150px; height: 150px; }
}
@media (max-width: 600px) {
  .footer-cols { grid-template-columns: 1fr; }
  .header-inner { gap: 10px; }
  .logo { width: 100%; justify-content: center; }
  .logo-image { width: 150px; }
  .header-right { width: 100%; justify-content: center; gap: 8px; }
  .header-nav { gap: 8px 6px; }
  .header-nav a { font-size: 12px; padding: 5px 8px; }
  .btn { padding: 8px 12px; font-size: 13px; }
  .btn-lg { width: 100%; max-width: 320px; text-align: center; }
  section.card { padding: 20px 16px; }
  .article-h1 { font-size: 24px; }
  .cta-banner { padding: 24px 16px; }
  .toc { padding: 14px 16px; }
  .toc a { font-size: 13px; }
  .trust-bar, .fast-facts, .callout { padding: 14px; }
  .faq-item summary, th, td { padding-left: 12px; padding-right: 12px; }
  .rating-block { flex-direction: column; text-align: center; }
}

/* ===== PRINT ===== */
@media print {
  .site-header, .hero-ctas, .cta-banner, .back-to-top, footer.site-footer { display: none; }
  body { background: #fff; color: #000; }
  section.card { border: 1px solid #999; background: #fff; color: #000; break-inside: avoid; }
  section.card h2, section.card h3, section.card h4, .article-h1 { color: #000; }
}
