/* Pinco Casino — «Терракотовый пинко» | ru-pinco121cazinos.top | hm- prefix */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lato:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --bg: #1a0800;
  --bg2: #250c00;
  --bd: #602000;
  --pr: #bf360c;
  --go: #1a237e;
  --tx: #fbe9e7;
  --mu: #a02800;
  --wh: #fff3f0;
  --radius: 5px;
  --font-h: 'Abril Fatface', serif;
  --font-b: 'Lato', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--tx);
  font-family: var(--font-b);
  font-size: 16px;
  line-height: 1.65;
}

a { color: var(--pr); text-decoration: none; }
a:hover { color: var(--wh); }

/* ── LAYOUT ── */
.hm-wrap { max-width: 1100px; margin: 0 auto; padding: 0 22px; }

/* ── HEADER ── */
.hm-header {
  background: var(--bg2);
  border-bottom: 2px solid var(--mu);
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.hm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 22px;
}
.hm-logo {
  font-family: var(--font-h);
  font-size: 1.4rem;
  color: var(--wh);
  letter-spacing: 0.5px;
}
.hm-logo span { color: var(--pr); }
.hm-nav { display: flex; gap: 20px; list-style: none; }
.hm-nav a { font-size: 0.85rem; color: var(--tx); opacity: 0.75; }
.hm-nav a:hover { opacity: 1; color: var(--wh); }
.hm-btn-head {
  background: var(--pr);
  color: var(--wh);
  padding: 9px 22px;
  border-radius: var(--radius);
  font-family: var(--font-b);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.hm-btn-head:hover { background: var(--mu); color: var(--wh); }

/* ── HERO ── */
.hm-hero {
  background: linear-gradient(150deg, #2a0c00 0%, #3d1000 55%, #1a0800 100%);
  border-bottom: 2px solid var(--mu);
  padding: 56px 0 44px;
}
.hm-hero h1 {
  font-family: var(--font-h);
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  color: var(--wh);
  line-height: 1.25;
  margin-bottom: 16px;
  font-weight: 400;
}
.hm-hero-sub {
  font-size: 1rem;
  color: var(--tx);
  opacity: 0.82;
  margin-bottom: 30px;
  max-width: 700px;
  font-style: italic;
}

/* quick tiles */
.hm-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
@media (max-width: 700px) { .hm-tiles { grid-template-columns: repeat(2, 1fr); } }
.hm-tile {
  background: rgba(96,32,0,0.4);
  border: 1px solid var(--mu);
  border-radius: var(--radius);
  padding: 15px 12px;
  text-align: center;
}
.hm-tile-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--pr);
  margin-bottom: 5px;
}
.hm-tile-val {
  font-family: var(--font-h);
  font-size: 1rem;
  color: var(--wh);
}

/* KPIs */
.hm-kpis {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.hm-kpi {
  background: rgba(191,54,12,0.15);
  border: 1px solid var(--pr);
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  min-width: 90px;
}
.hm-kpi-n {
  font-family: var(--font-h);
  font-size: 1.15rem;
  color: var(--wh);
}
.hm-kpi-l { font-size: 0.72rem; color: var(--tx); opacity: 0.7; }

.hm-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.hm-btn-primary {
  background: var(--pr);
  color: var(--wh);
  padding: 13px 32px;
  border-radius: var(--radius);
  font-family: var(--font-b);
  font-size: 0.9rem;
  font-weight: 700;
}
.hm-btn-primary:hover { background: var(--mu); }
.hm-btn-sec {
  border: 1px solid var(--mu);
  color: var(--tx);
  padding: 13px 24px;
  border-radius: var(--radius);
  font-size: 0.9rem;
}
.hm-btn-sec:hover { border-color: var(--pr); color: var(--pr); }

/* ── SECTIONS ── */
.hm-sec {
  padding: 52px 0;
  border-bottom: 1px solid var(--bd);
}
.hm-sec-alt { background: var(--bg2); }
.hm-h2 {
  font-family: var(--font-h);
  font-size: clamp(1.2rem, 2.8vw, 1.6rem);
  color: var(--wh);
  margin-bottom: 7px;
  font-weight: 400;
}
.hm-h2-sub {
  font-size: 0.88rem;
  color: var(--tx);
  opacity: 0.65;
  margin-bottom: 28px;
  font-style: italic;
}

/* ── BONUS (EARLY) ── */
.hm-bonus-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 720px) { .hm-bonus-row { grid-template-columns: 1fr; } }
.hm-bonus-card {
  border-radius: var(--radius);
  padding: 24px 20px;
  position: relative;
  overflow: hidden;
}
.hm-bonus-card:nth-child(1) { background: linear-gradient(135deg, #4a1200, #2a0800); border: 1px solid var(--pr); }
.hm-bonus-card:nth-child(2) { background: linear-gradient(135deg, #3d0e00, #220800); border: 1px solid var(--mu); }
.hm-bonus-card:nth-child(3) { background: linear-gradient(135deg, #2d0a00, #1a0800); border: 1px solid var(--bd); }
.hm-bonus-tag {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--pr);
  margin-bottom: 10px;
}
.hm-bonus-amount {
  font-family: var(--font-h);
  font-size: 1.35rem;
  color: var(--wh);
  margin-bottom: 4px;
}
.hm-bonus-fs {
  font-size: 0.92rem;
  color: var(--tx);
  margin-bottom: 12px;
}
.hm-bonus-fine { font-size: 0.78rem; color: var(--tx); opacity: 0.65; line-height: 1.5; }

/* ── CARDS 4 ── */
.hm-cards4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 860px) { .hm-cards4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .hm-cards4 { grid-template-columns: 1fr; } }
.hm-card {
  background: rgba(96,32,0,0.2);
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  padding: 20px 15px;
}
.hm-card-icon { font-size: 1.5rem; margin-bottom: 10px; }
.hm-card h3 {
  font-family: var(--font-b);
  font-size: 0.84rem;
  color: var(--pr);
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.hm-card p { font-size: 0.87rem; line-height: 1.6; }

/* ── CATALOG ── */
.hm-slots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 860px) { .hm-slots-grid { grid-template-columns: repeat(2, 1fr); } }
.hm-slot-card {
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  padding: 16px 14px;
}
.hm-slot-card h3 { font-family: var(--font-b); font-size: 0.8rem; font-weight: 700; color: var(--wh); margin-bottom: 4px; }
.hm-slot-provider { font-size: 0.7rem; color: var(--pr); margin-bottom: 6px; }
.hm-slot-rtp {
  font-size: 0.72rem;
  background: rgba(191,54,12,0.15);
  border: 1px solid var(--mu);
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  color: var(--tx);
  margin-bottom: 8px;
}
.hm-slot-card p { font-size: 0.8rem; color: var(--tx); opacity: 0.78; line-height: 1.5; }

/* ── VIP TABLE ── */
.hm-vip-table { width: 100%; border-collapse: collapse; }
.hm-vip-table th {
  background: var(--mu);
  color: var(--wh);
  font-family: var(--font-b);
  font-size: 0.76rem;
  padding: 11px 14px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.hm-vip-table td {
  padding: 11px 14px;
  font-size: 0.85rem;
  border-bottom: 1px solid var(--bd);
}
.hm-vip-table tr:hover td { background: rgba(191,54,12,0.07); }
.hm-vip-rank { font-weight: 700; color: var(--pr); font-size: 0.88rem; }

/* ── LIVE ── */
.hm-live-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 860px) { .hm-live-grid { grid-template-columns: repeat(2, 1fr); } }
.hm-live-card {
  background: linear-gradient(160deg, #2d0e00, #1a0800);
  border: 1px solid var(--mu);
  border-radius: var(--radius);
  padding: 18px 14px;
  position: relative;
}
.hm-live-dot {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cc0000;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.hm-live-card h3 { font-family: var(--font-b); font-size: 0.83rem; color: var(--wh); font-weight: 700; margin-bottom: 4px; }
.hm-live-provider { font-size: 0.7rem; color: var(--pr); margin-bottom: 8px; }
.hm-live-card p { font-size: 0.83rem; line-height: 1.55; }

/* ── CASHIER ── */
.hm-cashier-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 640px) { .hm-cashier-2col { grid-template-columns: 1fr; } }
.hm-cashier-col h3 { font-family: var(--font-b); font-size: 0.9rem; color: var(--pr); font-weight: 700; margin-bottom: 14px; text-transform: uppercase; }
.hm-method-list { display: flex; flex-direction: column; gap: 7px; }
.hm-method {
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  background: rgba(96,32,0,0.25);
  border: 1px solid var(--bd);
  border-radius: 4px;
  font-size: 0.83rem;
}
.hm-method-name { color: var(--tx); }
.hm-method-time { color: var(--pr); font-size: 0.78rem; }

/* ── REGISTER ── */
.hm-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 700px) { .hm-steps { grid-template-columns: 1fr; } }
.hm-step {
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  padding: 22px 18px;
  text-align: center;
}
.hm-step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--pr);
  color: var(--wh);
  font-family: var(--font-h);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.hm-step h3 { font-family: var(--font-b); font-size: 0.82rem; font-weight: 700; color: var(--wh); margin-bottom: 8px; }
.hm-step p { font-size: 0.83rem; line-height: 1.55; opacity: 0.85; }

/* ── TOURNAMENT ── */
.hm-tourn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 700px) { .hm-tourn-grid { grid-template-columns: 1fr; } }
.hm-tourn-card {
  background: linear-gradient(135deg, #3d1000, #250800);
  border: 1px solid var(--pr);
  border-radius: var(--radius);
  padding: 20px 16px;
}
.hm-tourn-card h3 { font-family: var(--font-b); font-size: 0.85rem; font-weight: 700; color: var(--wh); margin-bottom: 8px; }
.hm-tourn-card p { font-size: 0.83rem; line-height: 1.55; }

/* ── REVIEWS ── */
.hm-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 700px) { .hm-reviews-grid { grid-template-columns: 1fr; } }
.hm-review-card {
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  padding: 18px 15px;
}
.hm-review-stars { color: var(--pr); font-size: 1rem; margin-bottom: 8px; }
.hm-review-text { font-size: 0.85rem; line-height: 1.6; margin-bottom: 10px; font-style: italic; }
.hm-review-author { font-size: 0.76rem; color: var(--pr); font-weight: 700; }
.hm-review-loc { font-size: 0.72rem; opacity: 0.55; }

/* ── TRUST BLOCK (LATE) ── */
.hm-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
@media (max-width: 800px) { .hm-trust-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 500px) { .hm-trust-grid { grid-template-columns: repeat(2, 1fr); } }
.hm-trust-item {
  background: rgba(96,32,0,0.2);
  border: 1px solid var(--bd);
  border-radius: 4px;
  padding: 14px 10px;
  text-align: center;
}
.hm-trust-label { font-size: 0.68rem; color: var(--pr); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 5px; }
.hm-trust-val { font-size: 0.78rem; font-weight: 700; color: var(--wh); line-height: 1.3; }

/* ── FAQ ── */
.hm-faq { display: flex; flex-direction: column; gap: 5px; }
.hm-faq details {
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: 4px;
  overflow: hidden;
}
.hm-faq summary {
  padding: 14px 18px;
  cursor: pointer;
  font-size: 0.91rem;
  font-weight: 700;
  color: var(--tx);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hm-faq summary::after { content: '+'; color: var(--pr); font-size: 1.2rem; }
details[open] summary::after { content: '−'; }
.hm-faq-body { padding: 0 18px 14px; font-size: 0.87rem; line-height: 1.65; opacity: 0.88; }

/* ── AUTHOR ── */
.hm-author {
  background: rgba(96,32,0,0.2);
  border: 1px solid var(--bd);
  border-radius: 7px;
  padding: 22px 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.hm-author-icon { font-size: 2.2rem; flex-shrink: 0; }
.hm-author-name { font-family: var(--font-b); font-size: 0.88rem; color: var(--pr); font-weight: 700; margin-bottom: 3px; }
.hm-author-meta { font-size: 0.74rem; opacity: 0.55; margin-bottom: 7px; }
.hm-author-bio { font-size: 0.84rem; line-height: 1.6; }

/* ── AGE GATE ── */
.hm-age {
  background: var(--mu);
  color: var(--wh);
  text-align: center;
  font-size: 0.77rem;
  padding: 7px 20px;
  border-bottom: 1px solid var(--bd);
}

/* ── FOOTER ── */
.hm-footer {
  background: var(--bg2);
  border-top: 2px solid var(--mu);
  padding: 36px 0 22px;
}
.hm-footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 26px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 22px;
}
@media (max-width: 680px) { .hm-footer-inner { grid-template-columns: 1fr; } }
.hm-footer-brand { font-family: var(--font-h); font-size: 1.1rem; color: var(--wh); margin-bottom: 10px; }
.hm-footer-desc { font-size: 0.79rem; line-height: 1.6; opacity: 0.65; }
.hm-footer-col h4 { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 1px; color: var(--pr); margin-bottom: 12px; font-weight: 700; }
.hm-footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.hm-footer-col ul li a { font-size: 0.82rem; opacity: 0.7; }
.hm-footer-col ul li a:hover { opacity: 1; color: var(--wh); }
.hm-footer-bottom {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--bd);
  text-align: center;
  font-size: 0.74rem;
  opacity: 0.5;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}

/* ── RESPONSIVE ── */
@media (max-width: 500px) {
  .hm-kpis { flex-direction: column; }
  .hm-slots-grid { grid-template-columns: 1fr; }
  .hm-live-grid { grid-template-columns: 1fr; }
  .hm-tourn-grid { grid-template-columns: 1fr; }
  .hm-reviews-grid { grid-template-columns: 1fr; }
}
