* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #111;
    color: #eaeaea;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header {
    background-color: #181818;
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #444;
}

.site-logo {
    color: #ff3c00;
    margin-bottom: 10px;
    font-size: 2em;
    font-family: inherit;
    font-weight: 700;
}

.site-logo a {
    color: #ff3c00 !important;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.site-logo a:hover {
    color: #ff5c33 !important;
}

nav a {
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.2s ease;
}

nav a:hover {
    color: #fff;
}

.breadcrumb a {
    margin: 0;
}

a.button {
    display: inline-block;
    background-color: #e60000;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

a.button:hover {
    background-color: #ff3333;
    transform: translateY(-2px);
}

a.button:visited {
    color: #fff;
}

a {
    color: #00bcd4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

a:hover {
    color: #ffffff;
}



a.active {
    color: #ffffff;
    font-weight: 600;
    border-bottom: 2px solid #00bcd4;
}

ul {
    list-style-type: disc;
    margin: 1.2em 0;
    padding-left: 2em;
}

ul li {
    margin-bottom: 0.6em;
    line-height: 1.5;
}

figure.review-image {
    text-align: center;
    margin: 20px auto;
}

figure.review-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

figure.review-image figcaption {
    font-size: 0.9em;
    color: #666;
    margin-top: 6px;
}

main {
    flex: 1;
    padding: 40px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.intro h2 {
    color: #ff3c00;
    margin-bottom: 15px;
}

.featured article {
    margin-top: 20px;
    padding: 15px;
    background: #1a1a1a;
    border-left: 4px solid #ff3c00;
}

.featured a {
    color: #ff3c00;
    text-decoration: none;
}

.featured a:hover {
    color: #fff;
    text-decoration: underline;
}

.read-more {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 16px;
    background-color: #e60000;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.read-more:hover {
    background-color: #ff3333;
    transform: scale(1.05);
}

.read-more:visited {
    color: #fff;
}

.review h1, .legal h1{
    color: #ff3c00;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.3;
}

.review h2, .legal h2 {
    color: #ff3c00;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.3;
}

.review p, .legal, .intro p {
    margin-bottom: 1.2em;
}

.review h3, .legal, .featured h3 {
    color: #ff9c4d;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 1.3;
}

.review .date, .legal .date {
    color: #888;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.review-img {
    width: 100%;
    max-width: 700px;
    border-radius: 8px;
    margin: 20px 0;
    display: block;
}

.note {
    font-size: 0.9em;
    color: #aaa;
    border-left: 3px solid #ff3c00;
    padding-left: 10px;
    margin-top: 25px;
    background: #1a1a1a;
    padding: 10px;
}

footer {
    text-align: center;
    padding: 15px;
    background-color: #181818;
    border-top: 2px solid #444;
    color: #888;
}

footer .copyright-warning {
    font-size: 0.85rem;
    color: #aaa;
    margin-top: 10px;
    border-top: 1px solid #333;
    padding-top: 8px;
}

a.read-more:link,
a.read-more:visited,
a.read-more:active,
a.read-more:focus {
    color: #fff !important;
    text-decoration: none;
    outline: none;
}

.social-bar {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 8px 0;
}

.social-bar a.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 6px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.social-bar a.facebook {
    background-color: #1877F2;
}

.social-bar a.x {
    background-color: #8f8f8f;
}

.social-bar a.reddit {
    background-color: #FF4500;
}

.social-bar a.pinterest {
    background-color: #E60023;
}

.social-bar a.linkedin {
    background-color: #0077B5;
}

.social-bar a.whatsapp {
    background-color: #25D366;
}

.social-bar a.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .review h1 {
        font-size: 1.8rem;
    }

    .review h2 {
        font-size: 1.5rem;
    }

    .review h3 {
        font-size: 1.25rem;
    }
}

.rating-block {
    --max-rating: 5;
    --percent: calc((var(--rating) / var(--max-rating)) * 100%);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.stars {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 1em;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 1px;
    color: #ccc;
    margin-bottom: 0.10em;
}

.stars::before {
    content: "★★★★★";
}

.stars .filled {
    position: absolute;
    left: 0;
    top: 0;
    width: var(--percent);
    overflow: hidden;
    color: #f7b500;
    line-height: 1;
}

.stars .filled::before {
    content: "★★★★★";
}

html {
    scroll-padding-top: 20px;
}

#back-to-toc {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    /* hidden initially */
    background-color: #ff3c00;
    color: #fff;
    padding: 10px 14px;
    border-radius: 50%;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

#back-to-toc:hover {
    background-color: #ff3c00;
    transform: translateY(-2px);
}

#back-to-toc {
    -webkit-tap-highlight-color: transparent;
    /* Android Chrome */
    outline: none;
}

#toc-list ul {   
    color: #00bcd4;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}