:root {
    --bg-main: #050608;
    --bg-surface: #0F1117;
    --bg-overlay: rgba(15, 17, 23, 0.8);
    --text-primary: #F8F9FA;
    --text-secondary: #9BA4B4;
    --text-muted: #6C757D !important;
    --accent-green: #39FF14;
    --accent-red: #FF3131;
    --accent-purple: #BC13FE;
    --brand-primary: #1E3A8A;
    --border-subtle: rgba(255, 255, 255, 0.1);
    --border-active: #39FF14;
}

html {
    overflow-x: hidden;
}

body {
    background-color: var(--bg-main);
    color: var(--text-primary);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.text-muted {
    color: var(--text-secondary) !important;
}

.custom-reading-mode {
    max-width: 100%;
    margin: 0 auto;
}

.btn-retro {
    font-family: 'JetBrains Mono', monospace;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.2s ease;
    border: 1px solid var(--border-subtle);
}

.btn-retro:hover {
    border-color: var(--border-active);
    color: var(--accent-green);
}

.pixel-border {
    border: 2px solid var(--text-primary);
    box-shadow: 4px 4px 0px var(--accent-purple);
}

.crt-glow {
    text-shadow: 0 0 5px var(--accent-green);
}

.container {
    max-width: 1100px;
}

.form-control {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    color: var(--text-primary);
    border-radius: 0;
    padding: 0.75rem 1rem;
}

.form-control:focus {
    background-color: var(--bg-surface);
    border-color: var(--accent-green);
    color: var(--text-primary);
    box-shadow: none;
}

/* ===== header ===== */
.qcf-header {
    background-color: #050608;
    border-bottom: 2px solid #39FF14;
    box-shadow: 0 0 10px rgba(57, 255, 20, 0.2);
    z-index: 1030;
}

.qcf-header .navbar {
    padding: 0.5rem 0;
    min-height: 80px;
}

.qcf-header .qcf-logo-img {
    max-width: 45px;
    height: auto;
    filter: drop-shadow(0 0 5px #39FF14);
}

.qcf-header .qcf-brand-text {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: #39FF14;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
    text-shadow: 2px 2px 0px rgba(255, 49, 49, 0.5);
}

.qcf-header .nav-link {
    font-family: 'JetBrains Mono', monospace;
    color: #F8F9FA;
    font-size: 0.85rem;
    text-transform: uppercase;
    padding: 0.5rem 1rem !important;
    transition: color 0.2s ease;
}

.qcf-header .nav-link:hover,
.qcf-header .nav-link:focus {
    color: #39FF14;
}

.qcf-header .dropdown-menu {
    background-color: #0F1117;
    border: 1px solid #39FF14;
    border-radius: 0;
    margin-top: 10px;
    box-shadow: 5px 5px 0px #FF3131;
}

.qcf-header .dropdown-item {
    padding: 0.5rem 1.5rem;
}

.qcf-header .dropdown-item:hover {
    background-color: rgba(57, 255, 20, 0.1);
}

.qcf-header .navbar-toggler {
    border: 1px solid #39FF14;
    color: #39FF14;
    padding: 0.25rem 0.5rem;
    border-radius: 0;
}

.qcf-header .navbar-toggler:focus {
    box-shadow: none;
    outline: 2px solid #FF3131;
}

@media (max-width: 991.98px) {
    .qcf-header .navbar-collapse {
        background-color: #0F1117;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 1rem;
        border-bottom: 2px solid #FF3131;
    }

    .qcf-header .header-nav-left,
    .qcf-header .header-nav-right {
        flex-grow: 0;
    }

    .qcf-header .qcf-brand-text {
        font-size: 0.75rem;
    }

    .qcf-header .nav-link {
        font-size: 0.8rem;
        padding: 0.75rem 0 !important;
    }

    .qcf-header .dropdown-menu {
        border: none;
        box-shadow: none;
        padding-left: 1rem;
    }
}

/* ===== hero ===== */
.hero-block {
    background-color: #050608;
    min-height: 80vh;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hero-block .hero-badge {
    background: rgba(57, 255, 20, 0.1);
    color: #39FF14;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9rem;
    border: 1px solid rgba(57, 255, 20, 0.3);
    border-radius: 4px;
}

.hero-block .hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: #F8F9FA;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.hero-block .hero-description {
    font-family: 'Inter', sans-serif;
    color: #9BA4B4;
    font-size: 1.125rem;
    max-width: 540px;
    line-height: 1.7;
}

.hero-block .btn-primary-neon {
    background-color: #39FF14;
    color: #050608;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.hero-block .btn-primary-neon:hover {
    background-color: #F8F9FA;
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.4);
}

.hero-block .btn-outline-neon {
    background: transparent;
    color: #F8F9FA;
    border: 1px solid rgba(248, 249, FA, 0.2);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.hero-block .btn-outline-neon:hover {
    border-color: #39FF14;
    color: #39FF14;
}

.hero-block .hero-visual-container {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.hero-block .hero-main-img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-block .hero-image-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(57, 255, 20, 0.15) 0%, rgba(5, 6, 8, 0) 70%);
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .hero-block {
        padding: 60px 0;
        text-align: center;
    }

    .hero-block .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-block .hero-actions {
        justify-content: center;
    }

    .hero-block .hero-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 767.98px) {
    .hero-block .hero-title {
        font-size: 1.8rem;
    }

    .hero-block .hero-description {
        font-size: 1rem;
    }
}

/* ===== about-retro ===== */
.about-retro-section {
    padding: 5rem 0;
    background-color: #050608;
    color: #F8F9FA;
    overflow: hidden;
}

.about-retro-section .pixel-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: rgba(57, 255, 20, 0.1);
    border: 1px solid #39FF14;
    color: #39FF14;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.about-retro-section .about-retro-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #F8F9FA;
    line-height: 1.2;
}

.about-retro-section .about-retro-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #9BA4B4;
}

.about-retro-section .stat-item {
    border-left: 3px solid #BC13FE;
    padding-left: 1.5rem;
}

.about-retro-section .stat-value {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #BC13FE;
}

.about-retro-section .stat-label {
    font-size: 0.85rem;
    color: #6C757D;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.about-retro-section .about-retro-visual {
    padding: 20px;
}

.about-retro-section .pixel-frame {
    position: relative;
    border: 4px solid #0F1117;
    box-shadow: 0 0 0 4px #1E3A8A;
}

.about-retro-section .pixel-frame img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.about-retro-section .floating-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #0F1117;
    border: 2px solid #39FF14;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #39FF14;
    z-index: 2;
}

.about-retro-section .icon-sega {
    top: -10px;
    right: -10px;
    border-color: #FF3131;
    color: #FF3131;
}

.about-retro-section .icon-dendy {
    bottom: -10px;
    left: -10px;
    border-color: #BC13FE;
    color: #BC13FE;
}

@media (max-width: 768px) {
    .about-retro-section .about-retro-title {
        font-size: 1.8rem;
    }

    .about-retro-section .pixel-frame img {
        height: 300px;
    }
}

/* ===== hardware-overview ===== */
.hardware-overview {
    background-color: #050608;
    color: #F8F9FA;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.hardware-overview .hardware-title {
    font-family: 'Space Grotesk', sans-serif;
    color: #39FF14;
    letter-spacing: -0.02em;
}

.hardware-overview .hardware-subtitle {
    color: #9BA4B4;
}

.hardware-overview .tv-wrapper {
    max-width: 1100px;
}

.hardware-overview .tv-frame {
    background: #1A1D23;
    border-radius: 40px;
    border: 8px solid #2D323C;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.8), 0 20px 50px rgba(0, 0, 0, 0.5);
    display: flex;
}

.hardware-overview .tv-case {
    flex-grow: 1;
    background: #0F1117;
    border-radius: 25px;
    border: 15px solid #14161C;
}

.hardware-overview .tv-screen {
    background: #050608;
    min-height: 400px;
    border-radius: 15px;
    position: relative;
    transition: opacity 0.5s ease;
    opacity: 1;
    animation: tvFlicker 0.15s infinite;
}

.hardware-overview .tv-screen.is-on {
    opacity: 1;
    animation: tvFlicker 0.15s infinite;
}

.hardware-overview .crt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 100%), rgba(18, 16, 16, 0.1);
    pointer-events: none;
    z-index: 2;
}

.hardware-overview .scanlines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.03));
    background-size: 100% 3px, 3px 100%;
    pointer-events: none;
    z-index: 3;
}

.hardware-overview .tech-info-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: border-color 0.3s ease;
}

.hardware-overview .tech-info-card:hover {
    border-color: rgba(57, 255, 20, 0.4);
}

.hardware-overview .mono {
    font-family: 'JetBrains Mono', monospace;
    color: #9BA4B4;
}

.hardware-overview .comparison-block p {
    color: #9BA4B4;
    line-height: 1.6;
}

.hardware-overview .tv-controls {
    width: 100px;
    border-left: 4px solid #14161C;
}

.hardware-overview .control-knob {
    width: 40px;
    height: 40px;
    background: #2D323C;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #1A1D23;
    box-shadow: 0 4px 0 #14161C;
}

.hardware-overview .speaker-grill {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    margin-top: 20px;
}

.hardware-overview .speaker-grill span {
    width: 40px;
    height: 3px;
    background: #14161C;
    border-radius: 2px;
}

.hardware-overview .power-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FF3131;
    box-shadow: 0 0 10px #FF3131;
    transition: background 0.3s ease;
}

.hardware-overview .power-indicator.is-active {
    background: #FF3131;
    box-shadow: 0 0 10px #FF3131;
}

@keyframes tvFlicker {
    0% {
        opacity: 0.985;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .hardware-overview .tv-frame {
        border-radius: 20px;
        border-width: 4px;
    }

    .hardware-overview .tv-case {
        border-width: 8px;
    }

    .hardware-overview .tv-screen {
        min-height: auto;
    }
}

/* ===== newsletter ===== */
.newsletter-block {
    background-color: #050608;
    overflow: hidden;
}

.newsletter-block .newsletter-card {
    background-color: #0F1117;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.newsletter-block .newsletter-title {
    font-family: 'Space Grotesk', sans-serif;
    color: #39FF14;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.newsletter-block .newsletter-text {
    color: #F8F9FA;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

.newsletter-block .newsletter-input {
    background-color: #1A1D23;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #F8F9FA;
    padding: 0.8rem 1.2rem;
    font-family: 'JetBrains Mono', monospace;
}

.newsletter-block .newsletter-input:focus {
    background-color: #1A1D23;
    border-color: #39FF14;
    color: #F8F9FA;
    box-shadow: none;
    outline: none;
}

.newsletter-block .newsletter-input::placeholder {
    color: #6C757D;
    opacity: 1;
}

.newsletter-block .newsletter-btn {
    background-color: #39FF14;
    color: #050608;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.3s ease;
    font-family: 'Space Grotesk', sans-serif;
}

.newsletter-block .newsletter-btn:hover {
    background-color: #BC13FE;
    color: #F8F9FA;
}

.newsletter-block .newsletter-disclaimer {
    font-size: 0.8rem;
    color: #9BA4B4;
}

.newsletter-block .newsletter-error {
    color: #FF3131;
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', monospace;
    margin-top: 0.5rem;
    display: none;
}

.newsletter-block .js-newsletter-input:invalid:not(:placeholder-shown)~.js-newsletter-error {
    display: block;
}

@media (max-width: 767px) {
    .newsletter-block .newsletter-title {
        font-size: 1.25rem;
    }

    .newsletter-block .newsletter-text {
        font-size: 0.95rem;
    }

    .newsletter-block .input-group {
        flex-direction: column;
        gap: 10px;
    }

    .newsletter-block .newsletter-input {
        width: 100%;
    }

    .newsletter-block .newsletter-btn {
        width: 100%;
        padding: 0.8rem;
    }
}

/* ===== contact-section ===== */
.contact-block {
    background-color: #050608;
    color: #F8F9FA;
    font-family: 'Inter', sans-serif;
}

.contact-block .contact-info-card,
.contact-block .contact-form-card {
    background-color: #0F1117;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.contact-block .contact-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    color: #39FF14;
    font-weight: 700;
}

.contact-block .form-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    color: #F8F9FA;
}

.contact-block .contact-description {
    color: #9BA4B4;
    line-height: 1.8;
}

.contact-block .contact-icon-box {
    width: 40px;
    height: 40px;
    background: rgba(57, 255, 20, 0.1);
    border: 1px solid #39FF14;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #39FF14;
    border-radius: 4px;
}

.contact-block .contact-link {
    color: #F8F9FA;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-block .contact-link:hover {
    color: #39FF14;
}

.contact-block .form-label {
    color: #9BA4B4;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.contact-block .form-control {
    background-color: #1A1D23;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #F8F9FA;
    padding: 0.75rem 1rem;
    border-radius: 0;
}

.contact-block .form-control:focus {
    background-color: #1A1D23;
    border-color: #39FF14;
    color: #F8F9FA;
    box-shadow: none;
    outline: none;
}

.contact-block .form-control::placeholder {
    color: #6C757D;
    opacity: 1;
}

.contact-block .btn-submit {
    background-color: #39FF14;
    color: #050608;
    border: none;
    padding: 1rem;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background-color 0.3s ease;
}

.contact-block .btn-submit:hover {
    background-color: #2ECC12;
}

@media (max-width: 768px) {
    .contact-block .contact-title {
        font-size: 1.5rem;
    }

    .contact-block .form-title {
        font-size: 1.25rem;
    }
}

/* ===== footer ===== */
.footer-block {
    font-family: 'Inter', sans-serif;
}

.footer-block .footer-logo {
    max-width: 50px;
    height: auto;
}

.footer-block .footer-heading {
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-block .footer-link {
    transition: color 0.3s ease;
}

.footer-block .footer-link:hover {
    color: #39FF14 !important;
}

.footer-block .footer-text {
    line-height: 1.6;
}

.footer-block i {
    font-size: 1.1rem;
}

@media (max-width: 767.98px) {
    .footer-block .footer-heading {
        margin-top: 1rem;
    }

    .footer-block .footer-text {
        font-size: 0.9rem;
    }
}

body {}


/* ===== PAGE: privacy ===== */
.policy-text-container { max-width: 800px; margin: 0 auto; padding: 4rem 1.5rem; color: #F8F9FA; font-family: 'Inter', sans-serif; line-height: 1.8; } .policy-text-container h2 { font-family: 'Space Grotesk', sans-serif; font-size: 2rem; color: #39FF14; margin-top: 3rem; margin-bottom: 1.5rem; border-left: 4px solid #39FF14; padding-left: 1rem; } .policy-text-container p { margin-bottom: 1.5rem; color: #9BA4B4; } .policy-text-container ul { margin-bottom: 2rem; padding-left: 1.25rem; list-style-type: square; } .policy-text-container li { margin-bottom: 0.75rem; color: #9BA4B4; } .policy-text-container a { color: #BC13FE; text-decoration: none; transition: color 0.2s ease; } .policy-text-container a:hover { color: #39FF14; text-decoration: underline; } @media (max-width: 768px) { .policy-text-container { padding: 2rem 1rem; } .policy-text-container h2 { font-size: 1.5rem; margin-top: 2rem; } }

/* ===== PAGE: terms ===== */
.policy-text-container {
  padding: 4rem 1rem;
  max-width: 800px;
  margin: 0 auto;
  color: #9BA4B4;
  font-family: 'Inter', sans-serif;
  line-height: 1.8;
}

.policy-text-container h2 {
  font-family: 'Space Grotesk', sans-serif;
  color: #F8F9FA;
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
  border-left: 4px solid #39FF14;
  padding-left: 1rem;
}

.policy-text-container p {
  margin-bottom: 1.5rem;
}

.policy-text-container ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.policy-text-container li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.policy-text-container li::before {
  content: '>';
  position: absolute;
  left: 0;
  color: #39FF14;
  font-family: 'JetBrains Mono', monospace;
  font-weight: bold;
}

.policy-text-container .qcf-link {
  color: #39FF14;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: 'JetBrains Mono', monospace;
}

.policy-text-container .qcf-link:hover {
  color: #BC13FE;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .policy-text-container {
    padding: 2rem 1.25rem;
  }
  
  .policy-text-container h2 {
    font-size: 1.25rem;
    margin-top: 2rem;
  }
  
  .policy-text-container p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}

/* ===== PAGE: disclaimer ===== */
.policy-text-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  color: #F8F9FA;
  font-family: 'Inter', sans-serif;
  line-height: 1.8;
  background: #050608;
}

.policy-text-container .last-updated {
  font-family: 'JetBrains Mono', monospace;
  color: #39FF14;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.policy-text-container h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #FF3131;
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  border-left: 4px solid #FF3131;
  padding-left: 1rem;
  line-height: 1.2;
}

.policy-text-container p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  color: #9BA4B4;
}

.policy-text-container ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.policy-text-container li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: #F8F9FA;
}

.policy-text-container li::before {
  content: '>';
  position: absolute;
  left: 0;
  color: #39FF14;
  font-family: 'JetBrains Mono', monospace;
  font-weight: bold;
}

.policy-text-container strong {
  color: #F8F9FA;
  font-weight: 600;
}

.policy-text-container a {
  color: #BC13FE;
  text-decoration: none;
  transition: color 0.3s ease;
  word-break: break-all;
}

.policy-text-container a:hover {
  color: #39FF14;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .policy-text-container {
    padding: 2.5rem 1rem;
  }
  .policy-text-container h2 {
    font-size: 1.35rem;
    margin-top: 2rem;
  }
  .policy-text-container p {
    font-size: 1rem;
  }
}

/* ===== PAGE: cookies ===== */
.policy-content-wrapper {
  background-color: #050608;
  padding: 4rem 0;
  min-height: 100vh;
}

.policy-text-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
  color: #F8F9FA;
  font-family: 'Inter', sans-serif;
  line-height: 1.8;
  font-size: 1.125rem;
}

.policy-text-container h2 {
  font-family: 'Space Grotesk', sans-serif;
  color: #39FF14;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
  border-left: 3px solid #39FF14;
  padding-left: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.75rem;
}

.policy-text-container p {
  margin-bottom: 1.5rem;
  color: #9BA4B4;
}

.policy-text-container ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.policy-text-container li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: #9BA4B4;
}

.policy-text-container li::before {
  content: 'M5 13L9 17L19 7';
  display: none; 
}

.policy-text-container li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 8px;
  height: 8px;
  background-color: #39FF14;
  box-shadow: 0 0 10px #39FF14;
}

.policy-text-container strong {
  color: #F8F9FA;
  font-weight: 600;
}

.policy-text-container a {
  color: #39FF14;
  text-decoration: none;
  border-bottom: 1px solid rgba(57, 255, 20, 0.3);
  transition: all 0.2s ease-in-out;
}

.policy-text-container a:hover {
  border-bottom-color: #39FF14;
  color: #F8F9FA;
}

@media (max-width: 767px) {
  .policy-content-wrapper {
    padding: 2.5rem 0;
  }
  .policy-text-container h2 {
    font-size: 1.4rem;
    padding-left: 1rem;
    margin-top: 2rem;
  }
  .policy-text-container {
    font-size: 1rem;
  }
}

.main-comment-wrapper {
    background-color: #0F1117;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: border-color 0.2s ease;
}

.main-comment-wrapper:hover {
    border-color: #39FF14;
}

.user-avatar-initials {
    width: 54px;
    height: 54px;
    border-radius: 0;
    background: linear-gradient(135deg, #1E3A8A 0%, #BC13FE 100%);
    color: #F8F9FA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.user-display-name {
    font-family: 'Space Grotesk', sans-serif;
    color: #F8F9FA;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.comment-timestamp {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #6C757D;
    text-transform: uppercase;
}

.badge-rank {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    color: #39FF14;
    border: 1px solid #39FF14;
    padding: 2px 8px;
    letter-spacing: 0.05em;
}

.comment-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #9BA4B4;
}

.action-btn {
    background: transparent;
    border: none;
    color: #6C757D;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    padding: 0;
    transition: color 0.2s ease;
}

.action-btn:hover {
    color: #39FF14;
}

.action-btn i {
    font-size: 1.1rem;
}

.reply-comment-wrapper {
    background-color: rgba(15, 17, 23, 0.6);
    border-left: 2px solid #BC13FE;
    padding-left: 1.5rem !important;
}

.reply-avatar {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
    background: #1A1D23;
    border: 1px solid rgba(188, 19, 254, 0.5);
}

.small-name {
    font-size: 0.95rem;
    color: #BC13FE;
}

.reply-text {
    font-size: 0.95rem;
    color: #9BA4B4;
    margin-bottom: 0.5rem;
}

.small-action {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


/* ===== PAGE TEMPLATE: confrontation-list ===== */
.hero-block {
    min-height: 50vh;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    border-bottom: 2px solid #39FF14;
}

.hero-badge {
    background: rgba(57, 255, 20, 0.1);
    color: #39FF14;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9rem;
    border: 1px solid rgba(57, 255, 20, 0.3);
    border-radius: 4px;
}

.hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #F8F9FA;
    font-weight: 700;
}

.detail-content-section {
    background-color: #050608;
}

.content-card,
.sidebar-item {
    background-color: #0F1117;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #9BA4B4;
    text-decoration: none;
    font-size: 0.9rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #6C757D;
}

.qcf-detail-content h2,
.qcf-detail-content h3 {
    font-family: 'Space Grotesk', sans-serif;
    color: #39FF14;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.qcf-detail-content p {
    color: #F8F9FA;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.qcf-detail-content ul,
.qcf-detail-content ol {
    color: #F8F9FA;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.qcf-detail-content li {
    margin-bottom: 0.75rem;
}

.section-title,
.sidebar-title {
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F8F9FA;
    border-left: 4px solid #FF3131;
    padding-left: 1rem;
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 17, 23, 0.8);
    border: 1px solid #39FF14;
    color: #39FF14;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
}

.slider-nav-btn:hover {
    background: #39FF14;
    color: #050608;
}

.archive-link {
    color: #9BA4B4;
    text-decoration: none;
    transition: color 0.3s;
}

.archive-link:hover {
    color: #39FF14;
}

.share-icon-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #F8F9FA;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

.share-icon-btn:hover {
    border-color: #FF3131;
    color: #FF3131;
}

.main-comment-wrapper {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.user-avatar-initials {
    width: 48px;
    height: 48px;
    background: #39FF14;
    color: #050608;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
}

.reply-avatar {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
}

.comment-timestamp {
    color: #6C757D;
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', monospace;
}

.comment-text {
    color: #F8F9FA;
    line-height: 1.6;
}

.badge-rank {
    background: rgba(188, 19, 254, 0.1);
    color: #BC13FE;
    border: 1px solid rgba(188, 19, 254, 0.3);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
}

.action-btn {
    background: none;
    border: none;
    color: #9BA4B4;
    font-size: 0.9rem;
    transition: color 0.2s;
    padding: 0;
}

.action-btn:hover,
.action-btn.active {
    color: #39FF14;
}

.btn-primary-neon {
    background-color: #39FF14;
    color: #050608;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-primary-neon:hover {
    background-color: #F8F9FA;
    box-shadow: 0 0 15px rgba(57, 255, 20, 0.4);
}

.form-control {
    background-color: #050608;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #F8F9FA;
    border-radius: 4px;
}

.form-control:focus {
    background-color: #050608;
    border-color: #39FF14;
    box-shadow: none;
    color: #F8F9FA;
}

/* ===== PAGE TEMPLATE: sega-list ===== */
.hero-block {
    min-height: 50vh;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    border-bottom: 2px solid #39FF14;
}

.hero-badge {
    background: rgba(57, 255, 20, 0.1);
    color: #39FF14;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9rem;
    border: 1px solid rgba(57, 255, 20, 0.3);
    border-radius: 4px;
}

.hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #F8F9FA;
    font-weight: 700;
}

.detail-content-section {
    background-color: #050608;
}

.content-card,
.sidebar-item {
    background-color: #0F1117;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #9BA4B4;
    text-decoration: none;
    font-size: 0.9rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #6C757D;
}

.qcf-detail-content h2,
.qcf-detail-content h3 {
    font-family: 'Space Grotesk', sans-serif;
    color: #39FF14;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.qcf-detail-content p {
    color: #F8F9FA;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.qcf-detail-content ul,
.qcf-detail-content ol {
    color: #F8F9FA;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.qcf-detail-content li {
    margin-bottom: 0.75rem;
}

.section-title,
.sidebar-title {
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F8F9FA;
    border-left: 4px solid #FF3131;
    padding-left: 1rem;
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 17, 23, 0.8);
    border: 1px solid #39FF14;
    color: #39FF14;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
}

.slider-nav-btn:hover {
    background: #39FF14;
    color: #050608;
}

.archive-link {
    color: #9BA4B4;
    text-decoration: none;
    transition: color 0.3s;
}

.archive-link:hover {
    color: #39FF14;
}

.share-icon-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #F8F9FA;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

.share-icon-btn:hover {
    border-color: #FF3131;
    color: #FF3131;
}

.main-comment-wrapper {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.user-avatar-initials {
    width: 48px;
    height: 48px;
    background: #39FF14;
    color: #050608;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
}

.reply-avatar {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
}

.comment-timestamp {
    color: #6C757D;
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', monospace;
}

.comment-text {
    color: #F8F9FA;
    line-height: 1.6;
}

.badge-rank {
    background: rgba(188, 19, 254, 0.1);
    color: #BC13FE;
    border: 1px solid rgba(188, 19, 254, 0.3);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
}

.action-btn {
    background: none;
    border: none;
    color: #9BA4B4;
    font-size: 0.9rem;
    transition: color 0.2s;
    padding: 0;
}

.action-btn:hover,
.action-btn.active {
    color: #39FF14;
}

.btn-primary-neon {
    background-color: #39FF14;
    color: #050608;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-primary-neon:hover {
    background-color: #F8F9FA;
    box-shadow: 0 0 15px rgba(57, 255, 20, 0.4);
}

.form-control {
    background-color: #050608;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #F8F9FA;
    border-radius: 4px;
}

.form-control:focus {
    background-color: #050608;
    border-color: #39FF14;
    box-shadow: none;
    color: #F8F9FA;
}

/* ===== PAGE TEMPLATE: dendy-list ===== */
.hero-block {
    min-height: 50vh;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    border-bottom: 2px solid #39FF14;
}

.hero-badge {
    background: rgba(57, 255, 20, 0.1);
    color: #39FF14;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9rem;
    border: 1px solid rgba(57, 255, 20, 0.3);
    border-radius: 4px;
}

.hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #F8F9FA;
    font-weight: 700;
}

.detail-content-section {
    background-color: #050608;
}

.content-card,
.sidebar-item {
    background-color: #0F1117;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #9BA4B4;
    text-decoration: none;
    font-size: 0.9rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #6C757D;
}

.qcf-detail-content h2,
.qcf-detail-content h3 {
    font-family: 'Space Grotesk', sans-serif;
    color: #39FF14;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.qcf-detail-content p {
    color: #F8F9FA;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.qcf-detail-content ul,
.qcf-detail-content ol {
    color: #F8F9FA;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.qcf-detail-content li {
    margin-bottom: 0.75rem;
}

.section-title,
.sidebar-title {
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F8F9FA;
    border-left: 4px solid #FF3131;
    padding-left: 1rem;
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 17, 23, 0.8);
    border: 1px solid #39FF14;
    color: #39FF14;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
}

.slider-nav-btn:hover {
    background: #39FF14;
    color: #050608;
}

.archive-link {
    color: #9BA4B4;
    text-decoration: none;
    transition: color 0.3s;
}

.archive-link:hover {
    color: #39FF14;
}

.share-icon-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #F8F9FA;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

.share-icon-btn:hover {
    border-color: #FF3131;
    color: #FF3131;
}

.main-comment-wrapper {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.user-avatar-initials {
    width: 48px;
    height: 48px;
    background: #39FF14;
    color: #050608;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
}

.reply-avatar {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
}

.comment-timestamp {
    color: #6C757D;
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', monospace;
}

.comment-text {
    color: #F8F9FA;
    line-height: 1.6;
}

.badge-rank {
    background: rgba(188, 19, 254, 0.1);
    color: #BC13FE;
    border: 1px solid rgba(188, 19, 254, 0.3);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
}

.action-btn {
    background: none;
    border: none;
    color: #9BA4B4;
    font-size: 0.9rem;
    transition: color 0.2s;
    padding: 0;
}

.action-btn:hover,
.action-btn.active {
    color: #39FF14;
}

.btn-primary-neon {
    background-color: #39FF14;
    color: #050608;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-primary-neon:hover {
    background-color: #F8F9FA;
    box-shadow: 0 0 15px rgba(57, 255, 20, 0.4);
}

.form-control {
    background-color: #050608;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #F8F9FA;
    border-radius: 4px;
}

.form-control:focus {
    background-color: #050608;
    border-color: #39FF14;
    box-shadow: none;
    color: #F8F9FA;
}

/* ===== PAGE TEMPLATE: techno-list ===== */
.hero-block {
    min-height: 50vh;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    border-bottom: 2px solid #39FF14;
}

.hero-badge {
    background: rgba(57, 255, 20, 0.1);
    color: #39FF14;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9rem;
    border: 1px solid rgba(57, 255, 20, 0.3);
    border-radius: 4px;
}

.hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #F8F9FA;
    font-weight: 700;
}

.detail-content-section {
    background-color: #050608;
}

.content-card,
.sidebar-item {
    background-color: #0F1117;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #9BA4B4;
    text-decoration: none;
    font-size: 0.9rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #6C757D;
}

.qcf-detail-content h2,
.qcf-detail-content h3 {
    font-family: 'Space Grotesk', sans-serif;
    color: #39FF14;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.qcf-detail-content p {
    color: #F8F9FA;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.qcf-detail-content ul,
.qcf-detail-content ol {
    color: #F8F9FA;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.qcf-detail-content li {
    margin-bottom: 0.75rem;
}

.section-title,
.sidebar-title {
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F8F9FA;
    border-left: 4px solid #FF3131;
    padding-left: 1rem;
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 17, 23, 0.8);
    border: 1px solid #39FF14;
    color: #39FF14;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
}

.slider-nav-btn:hover {
    background: #39FF14;
    color: #050608;
}

.archive-link {
    color: #9BA4B4;
    text-decoration: none;
    transition: color 0.3s;
}

.archive-link:hover {
    color: #39FF14;
}

.share-icon-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #F8F9FA;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

.share-icon-btn:hover {
    border-color: #FF3131;
    color: #FF3131;
}

.main-comment-wrapper {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.user-avatar-initials {
    width: 48px;
    height: 48px;
    background: #39FF14;
    color: #050608;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
}

.reply-avatar {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
}

.comment-timestamp {
    color: #6C757D;
    font-size: 0.85rem;
    font-family: 'JetBrains Mono', monospace;
}

.comment-text {
    color: #F8F9FA;
    line-height: 1.6;
}

.badge-rank {
    background: rgba(188, 19, 254, 0.1);
    color: #BC13FE;
    border: 1px solid rgba(188, 19, 254, 0.3);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
}

.action-btn {
    background: none;
    border: none;
    color: #9BA4B4;
    font-size: 0.9rem;
    transition: color 0.2s;
    padding: 0;
}

.action-btn:hover,
.action-btn.active {
    color: #39FF14;
}

.btn-primary-neon {
    background-color: #39FF14;
    color: #050608;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-primary-neon:hover {
    background-color: #F8F9FA;
    box-shadow: 0 0 15px rgba(57, 255, 20, 0.4);
}

.form-control {
    background-color: #050608;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #F8F9FA;
    border-radius: 4px;
}

.form-control:focus {
    background-color: #050608;
    border-color: #39FF14;
    box-shadow: none;
    color: #F8F9FA;
}
