[data-bs-theme=dark] {
    --bs-body-bg: #0b0e16;
    --bs-body-bg-rgb: 11, 14, 22;
    --bs-tertiary-bg: #0c0f18;
    --bs-tertiary-bg-rgb: 12, 15, 24;
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    background: #141928;
}

#app {
    flex-shrink: 0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

h1 {
    text-align: center;
}

.content {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.navbar .nav-item {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
}

.home-background {
    position: relative;
    min-height: 100vh;
}

.home-background::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0, var(--bs-body-bg), rgba(0, 0, 0, 0.15) 80%);
}

.home-background .container {
    min-height: calc(100vh - 100px);
}

.home-links .home-link {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    transition: .3s;
}

.home-links .home-link:hover {
    transform: scale(1.15);
    border: 1px solid rgba(255, 255, 255, .8);
}

.home-section-information .element {
    height: 100%;
    padding: 3rem;
    text-align: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 25px 0 25px 0;
}

.home-section-information .element i {
    font-size: 3rem;
}

.home-section-information .element h3 {
    font-size: 2rem;
    margin-top: .8rem;
    font-weight: 400;
}

.home-section-information .element p {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 200;
    color: #9fa1a5;
}

.color-inherit {
    color: inherit !important;
}
.container.content {
    max-width: 1200px;
}

/* HERO SHOP */
.ts-shop-hero {
    background: radial-gradient(circle at top left, #111827, #020617);
    border: none;
    box-shadow: 0 18px 40px rgba(0,0,0,0.45);
    color: #f9fafb;
}

.ts-shop-kicker {
    letter-spacing: .14em;
    font-size: .78rem;
    text-transform: uppercase;
    color: #38bdf8;
    margin-bottom: .3rem;
}

.ts-shop-title {
    font-size: 1.9rem;
    font-weight: 700;
}

.ts-shop-subtitle {
    font-size: 0.95rem;
    max-width: 520px;
    color: #e5e7eb;
}

.ts-shop-perks li {
    font-size: 0.8rem;
    color: #e5e7eb;
}

/* TITRES DE SECTION */
.ts-section-title {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #9ca3af;
}

/* CARTES FEATURE (gros blocs du haut) */
.ts-feature-card {
    border-radius: 0.9rem;
    border: 1px solid rgba(148,163,184,0.4);
    background: linear-gradient(145deg, #020617, #020617);
    color: #e5e7eb;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.ts-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.8);
    border-color: #38bdf8;
    text-decoration: none;
    color: #f9fafb;
}

.ts-feature-tag {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 0.7rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: rgba(56,189,248,0.12);
    color: #38bdf8;
}

.ts-feature-cta {
    font-size: 0.8rem;
    font-weight: 600;
    color: #38bdf8;
}

/* PETITES CARTES CATÉGORIES */
.ts-category-card {
    border-radius: 0.8rem;
    border: 1px solid rgba(51,65,85,0.8);
    background: #020617;
    color: #e5e7eb;
    text-decoration: none;
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease;
}

.ts-category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.75);
    border-color: #0ea5e9;
    background: #020617;
    text-decoration: none;
    color: #f9fafb;
}

.ts-category-card h3 {
    font-weight: 600;
    font-size: .95rem;
}

.ts-category-card p {
    font-size: .8rem;
    line-height: 1.25rem;
}
