/* =========================================================
 * Extracted from about.php
 * Generated by _refactor_css.php — do not edit directly
 * =========================================================
 */


@font-face {
    font-family: 'DS-DIGI';
    src: url('../fonts/DS-DIGI.TTF') format('truetype');
}
.about-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 24px 60px;
  color: #e6e6e6;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
}

/* Hero */
.about-hero {
  text-align: center;
  padding: 32px 0 40px;
  border-bottom: 1px solid #222;
  margin-bottom: 40px;
}
.about-site-name {
  font-family: 'BulletproofBB', system-ui, Arial, sans-serif;
  font-size: clamp(32px, 6vw, 56px);
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about-site-name span {
  color: #ff0000;
}
.about-tagline {
  font-size: 16px;
  color: #b0b0b0;
  max-width: 680px;
  margin: 0 auto;
}

/* Sections */
.about-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #1e1e1e;
}
.about-section:last-of-type {
  border-bottom: none;
}
.about-section-title {
  font-family: 'BulletproofBB', system-ui, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ff0000;
  margin: 0 0 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2a0000;
}
.about-section p {
  margin: 0 0 14px;
  color: #d0d0d0;
  font-size: 15px;
}
.about-section p:last-child {
  margin-bottom: 0;
}

/* Prohibited list */
.about-prohibited-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-prohibited-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #e6e6e6;
  padding: 4px 0;
}
.about-prohibited-list li i {
  color: #ff0000;
  font-size: 13px;
  flex-shrink: 0;
}

.about-tooltip-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
}
.about-tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #888;
  background: none;
  color: #aaa;
  font-size: 10px;
  font-style: italic;
  font-family: Georgia, serif;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  line-height: 1;
  transition: border-color .15s, color .15s;
  user-select: none;
}
.about-tooltip-icon:hover { border-color: #fff; color: #fff; }
.about-tooltip-text {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #2a2a2a;
  border: 1px solid #444;
  color: #d8d8d8;
  font-size: 12px;
  line-height: 1.5;
  padding: 9px 12px;
  border-radius: 6px;
  width: 280px;
  z-index: 100;
  pointer-events: none;
}
.about-tooltip-wrap:hover .about-tooltip-text,
.about-tooltip-wrap:focus-within .about-tooltip-text {
  display: block;
}
.about-link {
  color: #ff4444;
  text-decoration: underline;
}
.about-link:hover {
  color: #ff6666;
}

/* Highlight section */
.about-section--highlight {
  background: #080808;
  border: 1px solid #1e1e1e;
  border-left: 3px solid #ff0000;
  border-radius: 6px;
  padding: 28px;
  margin-bottom: 40px;
}
.about-section--highlight .about-section-title {
  border-bottom-color: #2a0000;
}

/* CTA button */
.about-cta {
  margin-top: 24px;
}
.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #b30000;
  color: #fff;
  -webkit-text-stroke: 0.5px #000;
  text-decoration: none;
  font-family: 'BulletproofBB', system-ui, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 5px;
  border: 1px solid #ff2f2f;
  transition: background 0.2s;
}
.about-cta-btn:hover {
  background: #d40000;
  color: #fff;
}
.about-cta-btn i {
  font-size: 14px;
}

/* Social buttons */
.about-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}
.about-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s, transform 0.15s;
}
.about-social-btn:hover {
  opacity: 0.85;
  color: #fff;
  transform: scale(1.06);
}
.about-social-btn--instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  border: 1px solid rgba(255,255,255,0.1);
}
.about-social-btn--telegram {
  background: #0088cc;
  border: 1px solid rgba(255,255,255,0.1);
}
.about-social-btn i {
  font-size: 20px;
}

/* Disclaimer */
.about-disclaimer {
  margin-top: 40px;
  padding: 16px 20px;
  background: #0a0a0a;
  border: 1px solid #222;
  border-radius: 4px;
  font-size: 13px;
  color: #888;
  line-height: 1.6;
}

/* Footer line */
.about-footer-line {
  text-align: center;
  margin-top: 32px;
  font-size: 13px;
  color: #555;
  font-style: italic;
}

@media (max-width: 600px) {
  .about-page { padding: 24px 16px 48px; }
  .about-section--highlight { padding: 20px 16px; }
}

/* ── About-page only: timer between header and tab bar (no search bar on this page) ── */
@media (max-width: 600px) {
    header.site-header { overflow: visible !important; }
    .one-day-pass-timer {
        top: 80px !important;
        z-index: 500 !important;
    }
    .site-header:has(.one-day-pass-timer) ~ .homepage-tabs-bar {
        margin-top: 0 !important;
    }
    .site-header:has(.one-day-pass-timer) ~ .homepage-tabs-bar .homepage-tabs-inner {
        padding-top: 18px !important;
        min-height: 58px !important;
    }
}

/* ── About page light mode overrides ───────────────────────────── */
html[data-theme="light"] .about-page {
  color: #1a1a1a;
}
html[data-theme="light"] .about-hero {
  border-bottom-color: #ddd;
}
html[data-theme="light"] .about-site-name {
  color: #1a1a1a;
}
html[data-theme="light"] .about-tagline {
  color: #555;
}
html[data-theme="light"] .about-section {
  border-bottom-color: #ddd;
}
html[data-theme="light"] .about-section-title {
  -webkit-text-stroke: 0.4px #000;
  border-bottom-color: #ffcccc;
}
html[data-theme="light"] .about-section p {
  color: #333;
}
html[data-theme="light"] .about-prohibited-list li {
  color: #1a1a1a;
  background: #f5f5f5;
  border-color: #ffcccc;
  border-left-color: #ff0000;
}
html[data-theme="light"] .about-section--highlight {
  background: #fff8f8;
  border-color: #ffcccc;
  border-left-color: #ff0000;
}
html[data-theme="light"] .about-disclaimer {
  background: #f5f5f5;
  border-color: #ddd;
  color: #555;
}

