:root {
    --primary: #E63946;
    --primary-hover: #C81E2B;
    --primary-light: #FAD2D6;
    --background-main: #FFFFFF;
    --background-alt: #FFF8F8;
    --text-primary: #1A1A1A;
    --text-secondary: #4B5563;
    --text-muted: #9CA3AF;
    --accent-gold: #D4AF37;
    --border-color: #F3F4F6;
    --shadow-color: rgba(230, 57, 70, 0.08);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--background-main);
    color: var(--text-primary);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

.text-muted {
    color: #9CA3AF !important;
}

.transition-premium {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-shadow {
    box-shadow: 0 10px 30px -5px var(--shadow-color);
}

.glass-header {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* ===== header ===== */
.header-tce-main {
    font-family: 'Inter', sans-serif;
}

.header-tce-main .font-outfit {
    font-family: 'Outfit', sans-serif;
}

.header-tce-main .js-tce-nav {
    top: 100%;
    transition: opacity 0.3s ease-in-out;
}

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

.hero-block h1 {
    font-family: 'Outfit', sans-serif;
}

.hero-block .container {
    max-width: 1280px;
}

/* ===== features ===== */
.features-block .container {
    position: relative;
    z-index: 1;
}

.features-block img {
    transition: transform 0.5s ease-in-out;
}

.features-block .group:hover img {
    transform: scale(1.02);
}

/* ===== latest-reviews ===== */
.latest-reviews-section {
    font-family: 'Inter', sans-serif;
}

.latest-reviews-section h2,
.latest-reviews-section h3 {
    font-family: 'Outfit', sans-serif;
}

.latest-reviews-section .review-card {
    box-shadow: 0 10px 30px -5px rgba(230, 57, 70, 0.08);
    height: 100%;
}

.latest-reviews-section .review-card:hover {
    border-color: #FAD2D6;
}

/* ===== newsletter ===== */
.newsletter-block .newsletter-container {
    box-shadow: 0 10px 30px -5px rgba(230, 57, 70, 0.08);
}

.newsletter-block .js-input-email::placeholder {
    color: #9CA3AF;
    opacity: 1;
}

.newsletter-block .newsletter-bg-pattern {
    background-position: center;
}

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

.titan-footer h3 {
    font-family: 'Outfit', sans-serif;
}

.titan-footer a {
    transition: all 0.3s ease;
}

.titan-footer-nav a:hover,
.titan-footer-legal a:hover {
    padding-left: 4px;
}

@media (max-width: 767px) {
    .titan-footer {
        text-align: center;
    }

    .titan-footer .flex {
        justify-content: center;
    }

    .titan-footer .items-start {
        align-items: center;
    }

    .titan-footer-nav a:hover,
    .titan-footer-legal a:hover {
        padding-left: 0;
    }
}

.header-tce-main {
    font-family: 'Inter', sans-serif;
}

.header-tce-main .font-outfit {
    font-family: 'Outfit', sans-serif;
}

.header-tce-main .js-tce-nav {
    top: 100%;
    transition: opacity 0.3s ease-in-out;
}

.category-page-tce h1,
.category-page-tce h2,
.category-page-tce h3 {
    font-family: 'Outfit', sans-serif;
}

.category-page-tce p {
    line-height: 1.6;
}

.category-hero {
    position: relative;
}

.titan-footer {
    font-family: 'Inter', sans-serif;
}

.titan-footer h3 {
    font-family: 'Outfit', sans-serif;
}

.titan-footer a {
    transition: all 0.3s ease;
}

.titan-footer-nav a:hover,
.titan-footer-legal a:hover {
    padding-left: 4px;
}

@media (max-width: 767px) {
    .titan-footer {
        text-align: center;
    }

    .titan-footer .flex {
        justify-content: center;
    }

    .titan-footer .items-start {
        align-items: center;
    }

    .titan-footer-nav a:hover,
    .titan-footer-legal a:hover {
        padding-left: 0;
    }
}


/* ===== PAGE: privacy ===== */
.policy-content { font-family: 'Inter', sans-serif; line-height: 1.8; color: #374151; max-width: 900px; margin: 0 auto; padding: 20px; }
.policy-content h2 { font-family: 'Outfit', sans-serif; color: #111827; font-weight: 700; font-size: 16px; margin-top: 32px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.05em; }
@media (min-width: 768px) { .policy-content h2 { font-size: 24px; } }
.policy-content p { margin-bottom: 20px; font-size: 14px; }
@media (min-width: 768px) { .policy-content p { font-size: 16px; } }
.policy-content ul { list-style-type: none; padding-left: 0; margin-bottom: 24px; }
.policy-content li { position: relative; padding-left: 28px; margin-bottom: 12px; font-size: 14px; }
@media (min-width: 768px) { .policy-content li { font-size: 16px; } }
.policy-content li::before { content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; background-color: #E63946; border-radius: 2px; }
.policy-content strong { color: #111827; font-weight: 600; }
.policy-content .js-contact-link { color: #E63946; text-decoration: none; transition: color 0.3s ease; border-bottom: 1px solid transparent; }
.policy-content .js-contact-link:hover { color: #C81E2B; border-bottom-color: #C81E2B; }

/* ===== PAGE: terms ===== */
.policy-content .terms-container { display: flex; flex-direction: column; gap: 24px; padding: 16px; font-family: 'Inter', sans-serif; color: #4B5563; } .policy-content .terms-intro { font-size: 16px; line-height: 1.6; color: #1A1A1A; font-weight: 500; border-left: 4px solid #E63946; padding-left: 16px; margin-bottom: 12px; } .policy-content .terms-section { display: flex; flex-direction: column; gap: 12px; } .policy-content h2 { font-family: 'Outfit', sans-serif; font-weight: 700; color: #1A1A1A; font-size: 16px; line-height: 1.2; text-transform: uppercase; letter-spacing: 0.05em; margin: 0; } @media (min-width: 768px) { .policy-content h2 { font-size: 26px; } .policy-content .terms-container { padding: 40px; } } .policy-content p { font-size: 14px; line-height: 1.8; margin: 0; color: #4B5563; } @media (min-width: 768px) { .policy-content p { font-size: 16px; } } .policy-content .terms-section:hover h2 { color: #E63946; transition: color 0.3s ease; }

/* ===== PAGE: disclaimer ===== */
.policy-wrapper{padding:6rem 1.5rem;display:flex;justify-content:center;background-color:#FFFFFF}.policy-content{max-width:1280px;width:100%;color:#374151;font-family:'Inter',sans-serif}.policy-content h1,.policy-content h2,.policy-content h3{font-family:'Outfit',sans-serif;color:#111827;line-height:1.2}.policy-content p{line-height:1.8;margin-bottom:1.5rem}.policy-content ul{list-style-type:none;padding-left:0}.policy-content a{transition:color 0.3s ease}@media(max-width:767px){.policy-wrapper{padding:3rem 1rem}.policy-content h1{font-size:18px}.policy-content h2{font-size:16px}.policy-content h3{font-size:14px}}

/* ===== PAGE: cookies ===== */
.policy-wrapper { padding: 4rem 1rem; background-color: #FFFFFF; font-family: 'Inter', sans-serif; } .policy-content { max-width: 800px; margin: 0 auto; color: #4B5563; line-height: 1.8; } .policy-content h1 { font-family: 'Outfit', sans-serif; color: #1A1A1A; font-weight: 800; font-size: 18px; margin-bottom: 2rem; } .policy-content h2 { font-family: 'Outfit', sans-serif; color: #1A1A1A; font-weight: 700; font-size: 16px; margin-top: 2.5rem; margin-bottom: 1rem; border-left: 4px solid #E63946; padding-left: 1rem; } .policy-content h3 { font-family: 'Outfit', sans-serif; color: #1A1A1A; font-weight: 600; font-size: 14px; margin-top: 1.5rem; margin-bottom: 0.75rem; } .policy-content p { margin-bottom: 1.25rem; font-size: 16px; } .policy-content ul { margin-bottom: 1.5rem; padding-left: 1.5rem; list-style-type: disc; } .policy-content li { margin-bottom: 0.5rem; } .policy-content strong { color: #1A1A1A; font-weight: 600; } @media (min-width: 768px) { .policy-wrapper { padding: 6rem 2rem; } .policy-content h1 { font-size: 42px; } .policy-content h2 { font-size: 32px; } .policy-content h3 { font-size: 26px; } }

/* ===== PAGE: tops ===== */
.tops-content-section .js-tab-trigger.active { background-color: #E63946; color: #FFFFFF; }
.tops-content-section .js-tab-trigger:not(.active):hover { background-color: rgba(230, 57, 70, 0.05); }
.tops-content-section .js-tab-content.hidden { display: none; }
.tops-content-section .js-tab-content.block { display: block; animation: fadeIn 0.4s ease-in-out; }
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== PAGE: quiz ===== */
.quiz-section .quiz-container { min-height: 500px; }
.quiz-section .quiz-image-side::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(230, 57, 70, 0.4), transparent); pointer-events: none; }
.quiz-section .js-quiz-option:hover { transform: translateX(8px); }
.quiz-section input::placeholder { color: #9CA3AF; }
.quiz-section .js-quiz-step.hidden { display: none; }
@media (max-width: 767px) {
  .quiz-section .quiz-image-side { height: 200px; min-height: 200px; }
}

.tc-comment-card {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.tc-comment-card:hover {
    box-shadow: 0 10px 30px -5px rgba(230, 57, 70, 0.08);
    border-color: #FAD2D6;
}

.tc-avatar-main {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #F3F4F6;
    background-color: #F3F4F6;
}

.tc-badge {
    background-color: #FAD2D6;
    color: #E63946;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.tc-vote-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #9CA3AF;
    transition: color 0.2s ease;
}

.tc-vote-btn:hover {
    color: #E63946;
}

.tc-avatar-reply {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    border: 1.5px solid #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.tc-reply-wrapper {
    position: relative;
}

.tc-reply-wrapper::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    height: 24px;
    width: 2px;
    background: #E63946;
}


/* ===== PAGE TEMPLATE: retro-zone ===== */
.header-tce-main {
    font-family: 'Inter', sans-serif;
}

.header-tce-main .font-outfit {
    font-family: 'Outfit', sans-serif;
}

.header-tce-main .js-tce-nav {
    top: 100%;
    transition: opacity 0.3s ease-in-out;
}

.titan-detail-template .titan-prose h1,
.titan-detail-template .titan-prose h2,
.titan-detail-template .titan-prose h3 {
    font-family: 'Outfit', sans-serif;
    color: #1A1A1A;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.titan-detail-template .titan-prose h1 {
    font-size: 18px;
}

.titan-detail-template .titan-prose h2 {
    font-size: 16px;
}

.titan-detail-template .titan-prose h3 {
    font-size: 14px;
}

@media (min-width: 768px) {
    .titan-detail-template .titan-prose h1 {
        font-size: 32px;
    }

    .titan-detail-template .titan-prose h2 {
        font-size: 26px;
    }

    .titan-detail-template .titan-prose h3 {
        font-size: 22px;
    }
}

.titan-detail-template .titan-prose p {
    margin-bottom: 1.5rem;
}

.titan-detail-template .titan-prose ul,
.titan-detail-template .titan-prose ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.titan-detail-template .titan-prose ul {
    list-style: square;
    color: #E63946;
}

.titan-detail-template .titan-prose ul li {
    color: #4B5563;
    padding-left: 0.5rem;
}

.titan-footer {
    font-family: 'Inter', sans-serif;
}

.titan-footer h3 {
    font-family: 'Outfit', sans-serif;
}

.titan-footer a {
    transition: all 0.3s ease;
}

.titan-footer-nav a:hover,
.titan-footer-legal a:hover {
    padding-left: 4px;
}

@media (max-width: 767px) {
    .titan-footer {
        text-align: center;
    }

    .titan-footer .flex {
        justify-content: center;
    }

    .titan-footer .items-start {
        align-items: center;
    }

    .titan-footer-nav a:hover,
    .titan-footer-legal a:hover {
        padding-left: 0;
    }
}

/* ===== PAGE TEMPLATE: articles ===== */
.header-tce-main {
    font-family: 'Inter', sans-serif;
}

.header-tce-main .font-outfit {
    font-family: 'Outfit', sans-serif;
}

.header-tce-main .js-tce-nav {
    top: 100%;
    transition: opacity 0.3s ease-in-out;
}

.titan-detail-template .titan-prose h1,
.titan-detail-template .titan-prose h2,
.titan-detail-template .titan-prose h3 {
    font-family: 'Outfit', sans-serif;
    color: #1A1A1A;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.titan-detail-template .titan-prose h1 {
    font-size: 18px;
}

.titan-detail-template .titan-prose h2 {
    font-size: 16px;
}

.titan-detail-template .titan-prose h3 {
    font-size: 14px;
}

@media (min-width: 768px) {
    .titan-detail-template .titan-prose h1 {
        font-size: 32px;
    }

    .titan-detail-template .titan-prose h2 {
        font-size: 26px;
    }

    .titan-detail-template .titan-prose h3 {
        font-size: 22px;
    }
}

.titan-detail-template .titan-prose p {
    margin-bottom: 1.5rem;
}

.titan-detail-template .titan-prose ul,
.titan-detail-template .titan-prose ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.titan-detail-template .titan-prose ul {
    list-style: square;
    color: #E63946;
}

.titan-detail-template .titan-prose ul li {
    color: #4B5563;
    padding-left: 0.5rem;
}

.titan-footer {
    font-family: 'Inter', sans-serif;
}

.titan-footer h3 {
    font-family: 'Outfit', sans-serif;
}

.titan-footer a {
    transition: all 0.3s ease;
}

.titan-footer-nav a:hover,
.titan-footer-legal a:hover {
    padding-left: 4px;
}

@media (max-width: 767px) {
    .titan-footer {
        text-align: center;
    }

    .titan-footer .flex {
        justify-content: center;
    }

    .titan-footer .items-start {
        align-items: center;
    }

    .titan-footer-nav a:hover,
    .titan-footer-legal a:hover {
        padding-left: 0;
    }
}

/* ===== PAGE TEMPLATE: tips-and-guides ===== */
.header-tce-main {
    font-family: 'Inter', sans-serif;
}

.header-tce-main .font-outfit {
    font-family: 'Outfit', sans-serif;
}

.header-tce-main .js-tce-nav {
    top: 100%;
    transition: opacity 0.3s ease-in-out;
}

.titan-detail-template .titan-prose h1,
.titan-detail-template .titan-prose h2,
.titan-detail-template .titan-prose h3 {
    font-family: 'Outfit', sans-serif;
    color: #1A1A1A;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.titan-detail-template .titan-prose h1 {
    font-size: 18px;
}

.titan-detail-template .titan-prose h2 {
    font-size: 16px;
}

.titan-detail-template .titan-prose h3 {
    font-size: 14px;
}

@media (min-width: 768px) {
    .titan-detail-template .titan-prose h1 {
        font-size: 32px;
    }

    .titan-detail-template .titan-prose h2 {
        font-size: 26px;
    }

    .titan-detail-template .titan-prose h3 {
        font-size: 22px;
    }
}

.titan-detail-template .titan-prose p {
    margin-bottom: 1.5rem;
}

.titan-detail-template .titan-prose ul,
.titan-detail-template .titan-prose ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.titan-detail-template .titan-prose ul {
    list-style: square;
    color: #E63946;
}

.titan-detail-template .titan-prose ul li {
    color: #4B5563;
    padding-left: 0.5rem;
}

.titan-footer {
    font-family: 'Inter', sans-serif;
}

.titan-footer h3 {
    font-family: 'Outfit', sans-serif;
}

.titan-footer a {
    transition: all 0.3s ease;
}

.titan-footer-nav a:hover,
.titan-footer-legal a:hover {
    padding-left: 4px;
}

@media (max-width: 767px) {
    .titan-footer {
        text-align: center;
    }

    .titan-footer .flex {
        justify-content: center;
    }

    .titan-footer .items-start {
        align-items: center;
    }

    .titan-footer-nav a:hover,
    .titan-footer-legal a:hover {
        padding-left: 0;
    }
}