:root {
  color-scheme: light;
  --primary: #075985; --primary-dark: #082f49; --primary-light: #0ea5e9; --primary-lighter: #38bdf8;
  --primary-bg: #e0f2fe; --primary-bg-soft: #f0f9ff;
  --dark: #1B1B27; --dark-soft: #2D2D3A; --dark-deeper: #131320;
  --bg: #f8fafc; --surface: #ffffff;
  --slate-700: #334155; --slate-600: #475569; --slate-500: #64748b; --slate-400: #94a3b8;
  --slate-300: #cbd5e1; --slate-200: #e2e8f0; --slate-100: #f1f5f9; --slate-50: #f8fafc;
  --chalk: #fafaf9;
  --c-marketing: #00BFFF; --c-management: #B0F7A7; --c-gestion: #E12D39;
  --c-rh: #FFA500; --c-relation: #FF6B6B; --c-outils: #6366F1;
  --emerald: #10b981; --emerald-bg: #d1fae5;
  --rose: #f43f5e; --amber: #f59e0b;
  --radius: 16px; --radius-sm: 10px;
  --font: 'Host Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', system-ui, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg); color: var(--dark); font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font-family: inherit; }
a { color: inherit; text-decoration: none; }

nav.topbar { background: rgba(255,255,255,0.85); backdrop-filter: saturate(140%) blur(14px); -webkit-backdrop-filter: saturate(140%) blur(14px); border-bottom: 1px solid var(--slate-200); padding: 14px 32px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 50; }
.brand { display: flex; align-items: baseline; gap: 4px; cursor: pointer; letter-spacing: -0.02em; }
.brand .name { font-size: 22px; font-weight: 700; color: var(--dark); }
.brand .dot { width: 8px; height: 8px; background: var(--primary-light); border-radius: 50%; align-self: center; margin: 0 1px; box-shadow: 0 0 12px rgba(14,165,233,0.5); }
.menu { display: flex; gap: 32px; align-items: center; font-size: 14px; }
.menu a { color: var(--slate-600); font-weight: 500; cursor: pointer; transition: color 0.15s; position: relative; }
.menu a:hover { color: var(--primary); }
.menu a.active { color: var(--primary); font-weight: 600; }
.menu a.active::after { content: ""; position: absolute; bottom: -22px; left: 0; right: 0; height: 2px; background: var(--primary); }
.actions-bar { display: flex; gap: 12px; align-items: center; }

.cart-btn { position: relative; background: white; border: 1px solid var(--slate-200); padding: 8px 14px; border-radius: 999px; color: var(--slate-700); font-size: 13px; font-weight: 500; display: flex; align-items: center; gap: 6px; transition: all 0.15s; }
.cart-btn:hover { border-color: var(--primary-light); color: var(--primary); }
.cart-count { background: var(--primary-light); color: white; font-size: 10px; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; top: -4px; right: -4px; }

.btn { padding: 10px 18px; border: none; border-radius: 999px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.15s; display: inline-flex; align-items: center; gap: 6px; letter-spacing: -0.01em; text-decoration: none; }
.btn-primary { background: var(--primary); color: white; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 8px 16px rgba(7,89,133,0.2); }
.btn-light { background: white; color: var(--dark); border: 1px solid var(--slate-200); }
.btn-light:hover { background: var(--slate-50); border-color: var(--primary-light); color: var(--primary); }
.btn-ghost { background: transparent; color: var(--slate-700); }
.btn-ghost:hover { background: var(--slate-100); }
.btn-accent { background: var(--amber); color: var(--dark); font-weight: 600; }
.btn-accent:hover { background: #d97706; color: white; transform: translateY(-1px); box-shadow: 0 6px 12px rgba(245,158,11,0.3); }
.btn-block { width: 100%; justify-content: center; }
.btn-lg { padding: 14px 24px; font-size: 15px; }
.btn-sm { padding: 6px 12px; font-size: 12px; }

.container { max-width: 1240px; margin: 0 auto; padding: 32px; }

.hero { background: radial-gradient(circle at 70% 50%, rgba(14,165,233,0.18) 0%, transparent 50%), radial-gradient(circle at 20% 100%, rgba(2,132,199,0.22) 0%, transparent 50%), linear-gradient(135deg, var(--dark-deeper) 0%, var(--primary-dark) 100%); color: var(--chalk); padding: 100px 32px 120px; position: relative; overflow: hidden; border-bottom: 1px solid var(--primary-dark); }
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(transparent 95%, rgba(255,255,255,0.025) 95%), linear-gradient(90deg, transparent 95%, rgba(255,255,255,0.025) 95%); background-size: 40px 40px; pointer-events: none; }
.hero-content { max-width: 1180px; margin: 0 auto; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--primary-lighter); margin-bottom: 24px; padding: 6px 14px; background: rgba(14,165,233,0.15); border-radius: 999px; border: 1px solid rgba(14,165,233,0.3); }
.eyebrow .pulse { width: 6px; height: 6px; background: var(--primary-lighter); border-radius: 50%; box-shadow: 0 0 0 0 rgba(56,189,248,0.7); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(56,189,248,0.6); } 70% { box-shadow: 0 0 0 8px rgba(56,189,248,0); } 100% { box-shadow: 0 0 0 0 rgba(56,189,248,0); } }
.hero h1 { font-size: 68px; font-weight: 700; line-height: 1.05; margin-bottom: 28px; max-width: 820px; letter-spacing: -0.04em; }
.hero h1 .accent { background: linear-gradient(135deg, var(--primary-lighter), #2dd4bf); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-style: italic; font-weight: 500; }
.hero .subtitle { font-size: 19px; color: rgba(250,250,249,0.78); margin-bottom: 40px; max-width: 580px; line-height: 1.55; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-cta .btn-primary { background: white; color: var(--primary-dark); }
.hero-cta .btn-primary:hover { background: var(--primary-bg-soft); }
.hero-cta .btn-ghost { color: var(--chalk); border: 1px solid rgba(255,255,255,0.25); }
.hero-cta .btn-ghost:hover { background: rgba(255,255,255,0.08); }
.hero-stats { display: flex; gap: 48px; margin-top: 80px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.12); flex-wrap: wrap; }
.hero-stat .num { font-size: 36px; font-weight: 600; background: linear-gradient(135deg, var(--chalk), #bae6fd); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.04em; line-height: 1; }
.hero-stat .label { font-size: 13px; color: rgba(250,250,249,0.55); margin-top: 6px; }
@media (max-width: 768px) { .hero { padding: 60px 24px 80px; } .hero h1 { font-size: 38px; } }

.section { padding: 80px 0; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-tag { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--primary); margin-bottom: 12px; background: var(--primary-bg); padding: 5px 12px; border-radius: 999px; }
.section h2 { font-size: 42px; font-weight: 700; line-height: 1.1; letter-spacing: -0.03em; color: var(--dark); max-width: 640px; margin: 0 auto 12px; }
.section .lead { color: var(--slate-500); font-size: 17px; max-width: 540px; margin: 0 auto; line-height: 1.5; }

/* Matières + cards produits, stylage par matière */
.matieres-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.matiere-card { background: white; border-radius: var(--radius); border: 1px solid var(--slate-200); overflow: hidden; cursor: pointer; transition: all 0.3s cubic-bezier(0.4,0,0.2,1); display: flex; flex-direction: column; }
.matiere-card:hover { transform: translateY(-6px); box-shadow: 0 24px 40px -16px rgba(7,89,133,0.2); border-color: var(--primary-light); }
.matiere-card.m-marketing { border-top: 4px solid var(--c-marketing); }
.matiere-card.m-management { border-top: 4px solid var(--c-management); }
.matiere-card.m-gestion { border-top: 4px solid var(--c-gestion); }
.matiere-card.m-rh { border-top: 4px solid var(--c-rh); }
.matiere-card.m-relation { border-top: 4px solid var(--c-relation); }
.matiere-card.m-outils { border-top: 4px solid var(--c-outils); }
.matiere-illustration { height: 160px; background: var(--dark); display: flex; align-items: center; justify-content: center; color: white; font-size: 48px; }
.matiere-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.matiere-card-body h4 { font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 6px; letter-spacing: -0.01em; }
.matiere-card-body p { color: var(--slate-600); font-size: 13px; margin-bottom: 14px; line-height: 1.5; flex: 1; }
.matiere-card-foot { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--slate-100); }
.matiere-card-foot .count { font-weight: 600; color: var(--primary); font-size: 14px; }
.matiere-card-foot .arrow { font-size: 20px; color: var(--primary-light); transition: transform 0.2s; }
.matiere-card:hover .arrow { transform: translateX(4px); }

.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 18px; }
.product-card { background: white; border-radius: var(--radius); border: 1px solid var(--slate-200); transition: all 0.25s cubic-bezier(0.4,0,0.2,1); cursor: pointer; display: flex; flex-direction: column; overflow: hidden; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px -8px rgba(27,27,39,0.2); }
.product-card.m-marketing { border-left: 3px solid var(--c-marketing); }
.product-card.m-management { border-left: 3px solid var(--c-management); }
.product-card.m-gestion { border-left: 3px solid var(--c-gestion); }
.product-card.m-rh { border-left: 3px solid var(--c-rh); }
.product-card.m-relation { border-left: 3px solid var(--c-relation); }
.product-card.m-outils { border-left: 3px solid var(--c-outils); }
.product-thumb { height: 120px; display: flex; align-items: flex-end; justify-content: space-between; padding: 16px; background: var(--dark); position: relative; }
.product-thumb::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(transparent 95%, rgba(255,255,255,0.04) 95%), linear-gradient(90deg, transparent 95%, rgba(255,255,255,0.04) 95%); background-size: 24px 24px; pointer-events: none; }
.product-thumb .matiere-tag { position: relative; z-index: 1; font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: white; padding: 5px 10px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); border-radius: 999px; }
.product-thumb .code { position: relative; z-index: 1; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.85); font-variant-numeric: tabular-nums; }
.product-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.product-body h4 { font-size: 15px; font-weight: 600; color: var(--dark); line-height: 1.35; min-height: 40px; margin-bottom: 10px; letter-spacing: -0.01em; }
.product-meta { color: var(--slate-500); font-size: 12px; margin-bottom: 14px; }
.product-formats { display: flex; gap: 4px; margin-bottom: 16px; flex-wrap: wrap; }
.format-pill { background: var(--primary-bg-soft); color: var(--primary); padding: 3px 9px; border-radius: 999px; font-size: 10px; font-weight: 600; }
.product-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--slate-100); margin-top: auto; }
.product-price { font-size: 20px; font-weight: 700; color: var(--dark); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.product-price small { font-size: 11px; color: var(--slate-400); font-weight: 500; }

.catalog-layout { display: grid; grid-template-columns: 220px 1fr; gap: 32px; }
@media (max-width: 768px) { .catalog-layout { grid-template-columns: 1fr; } }
.filter-sidebar { background: white; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 20px; height: fit-content; position: sticky; top: 96px; }
.filter-sidebar h5 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--slate-500); margin-bottom: 16px; font-weight: 600; }
.filter-list { list-style: none; }
.filter-item { padding: 9px 12px; border-radius: var(--radius-sm); font-size: 14px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; color: var(--slate-700); transition: all 0.15s; text-decoration: none; }
.filter-item:hover { background: var(--primary-bg-soft); color: var(--primary); }
.filter-item.active { background: var(--primary); color: white; font-weight: 500; }
.filter-item .count { font-size: 11px; color: var(--slate-500); background: var(--slate-100); padding: 2px 8px; border-radius: 999px; }
.filter-item.active .count { background: rgba(255,255,255,0.2); color: white; }

.catalog-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--slate-200); }
.catalog-toolbar p { color: var(--slate-600); font-size: 14px; }

.catalog-hero { border-radius: var(--radius); padding: 40px 32px; margin-bottom: 28px; position: relative; overflow: hidden; display: flex; align-items: center; min-height: 180px; background: var(--dark); border-left: 6px solid var(--primary); color: white; }
.catalog-hero.m-marketing { border-left-color: var(--c-marketing); }
.catalog-hero.m-management { border-left-color: var(--c-management); }
.catalog-hero.m-gestion { border-left-color: var(--c-gestion); }
.catalog-hero.m-rh { border-left-color: var(--c-rh); }
.catalog-hero.m-relation { border-left-color: var(--c-relation); }
.catalog-hero.m-outils { border-left-color: var(--c-outils); }
.catalog-hero h3 { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; color: white; margin-bottom: 8px; }
.catalog-hero p { color: rgba(255,255,255,0.85); font-size: 14px; line-height: 1.5; max-width: 480px; }

/* Page produit */
.product-page { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; }
@media (max-width: 900px) { .product-page { grid-template-columns: 1fr; } }
.breadcrumb { color: var(--slate-500); font-size: 13px; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.breadcrumb a { color: var(--primary); }
.breadcrumb a:hover { color: var(--primary-light); }
.breadcrumb .sep { color: var(--slate-400); }

.fiche-hero { border-radius: var(--radius); padding: 36px; margin-bottom: 28px; position: relative; overflow: hidden; min-height: 180px; display: flex; align-items: center; background: var(--dark); border-left: 6px solid var(--primary); color: white; }
.fiche-hero.m-marketing { border-left-color: var(--c-marketing); }
.fiche-hero.m-management { border-left-color: var(--c-management); }
.fiche-hero.m-gestion { border-left-color: var(--c-gestion); }
.fiche-hero.m-rh { border-left-color: var(--c-rh); }
.fiche-hero.m-relation { border-left-color: var(--c-relation); }
.fiche-hero.m-outils { border-left-color: var(--c-outils); }
.fiche-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(transparent 95%, rgba(255,255,255,0.03) 95%), linear-gradient(90deg, transparent 95%, rgba(255,255,255,0.03) 95%); background-size: 30px 30px; pointer-events: none; }
.fiche-hero .matiere-pill { display: inline-block; background: rgba(255,255,255,0.1); color: white; font-size: 11px; font-weight: 600; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.18); letter-spacing: 0.05em; }
.fiche-hero h1 { color: white; font-size: 34px; font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 12px; }

.infographie-teaser { background: white; border: 1px solid var(--slate-200); border-radius: var(--radius); margin-bottom: 28px; overflow: hidden; border-left: 6px solid var(--primary); }
.infographie-teaser.m-marketing { border-left-color: var(--c-marketing); }
.infographie-teaser.m-management { border-left-color: var(--c-management); }
.infographie-teaser.m-gestion { border-left-color: var(--c-gestion); }
.infographie-teaser.m-rh { border-left-color: var(--c-rh); }
.infographie-teaser.m-relation { border-left-color: var(--c-relation); }
.infographie-teaser.m-outils { border-left-color: var(--c-outils); }
.infographie-teaser-header { padding: 18px 24px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--slate-200); background: var(--slate-50); flex-wrap: wrap; gap: 12px; }
.infographie-teaser-header h3 { font-size: 18px; font-weight: 700; color: var(--dark); margin-top: 4px; letter-spacing: -0.01em; }
.teaser-tag { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--primary); }
.teaser-badge { background: #d1fae5; color: #065f46; padding: 5px 11px; border-radius: 999px; font-size: 11px; font-weight: 600; }
.infographie-teaser-body { background: var(--dark); }
.infographie-teaser-body iframe { width: 100%; height: 480px; border: none; display: block; }
.infographie-teaser-body .placeholder { width: 100%; height: 360px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); font-size: 14px; }
.infographie-teaser-foot { padding: 14px 24px; font-size: 12px; color: var(--slate-500); text-align: center; font-style: italic; border-top: 1px solid var(--slate-200); background: var(--slate-50); }

.pricing-cards { display: flex; flex-direction: column; gap: 14px; position: sticky; top: 96px; }
.pricing-card { background: white; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 24px; transition: all 0.2s; position: relative; }
.pricing-card:hover { border-color: var(--primary-light); transform: translateY(-2px); box-shadow: 0 8px 16px rgba(7,89,133,0.08); }
.pricing-card.featured { background: var(--dark); color: white; border-color: var(--dark); }
.pricing-card.featured h4, .pricing-card.featured .price { color: white; }
.pricing-card.featured .desc { color: rgba(255,255,255,0.78); }
.pricing-card.featured .features { color: rgba(255,255,255,0.85); }
.pricing-card.featured .features li::before { color: var(--primary-lighter); }
.pricing-card.featured .badge-best { position: absolute; top: -10px; right: 16px; background: var(--amber); color: var(--dark); font-size: 11px; padding: 4px 12px; border-radius: 999px; font-weight: 700; letter-spacing: 0.05em; }
.pricing-card .icon-wrap { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: var(--primary-bg); color: var(--primary); font-size: 18px; margin-bottom: 14px; }
.pricing-card.featured .icon-wrap { background: rgba(255,255,255,0.1); color: white; }
.pricing-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 6px; letter-spacing: -0.01em; color: var(--dark); }
.pricing-card .desc { color: var(--slate-600); font-size: 13px; margin-bottom: 16px; line-height: 1.5; }
.pricing-card .price { font-size: 32px; font-weight: 700; letter-spacing: -0.03em; color: var(--dark); margin-bottom: 18px; font-variant-numeric: tabular-nums; }
.pricing-card .price small { font-size: 14px; color: var(--slate-500); font-weight: 500; }
.pricing-card.featured .price small { color: rgba(255,255,255,0.7); }
.pricing-card .features { font-size: 13px; color: var(--slate-600); margin-bottom: 20px; line-height: 1.8; list-style: none; }
.pricing-card .features li { padding-left: 22px; position: relative; }
.pricing-card .features li::before { content: "→"; position: absolute; left: 0; font-weight: 700; color: var(--primary); }

/* Cart, Checkout */
.cart-page { display: grid; grid-template-columns: 1.6fr 1fr; gap: 32px; }
@media (max-width: 900px) { .cart-page { grid-template-columns: 1fr; } }
.cart-item { display: flex; gap: 18px; padding: 20px; background: white; border: 1px solid var(--slate-200); border-radius: var(--radius); margin-bottom: 12px; align-items: center; }
.cart-item .icon { width: 56px; height: 56px; border-radius: 10px; background: var(--dark); color: white; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.cart-item .body { flex: 1; }
.cart-item h5 { font-size: 15px; margin-bottom: 6px; font-weight: 600; }
.cart-item .badge { background: var(--primary-bg); color: var(--primary-dark); font-size: 11px; padding: 3px 10px; border-radius: 999px; font-weight: 600; }
.cart-item .right { text-align: right; }
.cart-item .price { font-size: 18px; font-weight: 700; color: var(--dark); font-variant-numeric: tabular-nums; }
.cart-item .remove { background: none; border: none; color: var(--slate-400); font-size: 12px; cursor: pointer; }
.cart-item .remove:hover { color: var(--rose); }
.cart-summary { background: white; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 24px; position: sticky; top: 96px; }
.cart-summary h4 { margin-bottom: 18px; font-size: 16px; }
.cart-summary .line { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; color: var(--slate-600); }
.cart-summary .line.total { font-size: 22px; font-weight: 700; padding-top: 16px; border-top: 1px solid var(--slate-200); margin-top: 12px; color: var(--dark); }

.form-group { margin-bottom: 16px; }
.form-label { display: block; font-size: 12px; font-weight: 600; color: var(--slate-700); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 6px; }
.form-control { width: 100%; padding: 12px 14px; border: 1px solid var(--slate-200); border-radius: 10px; font-size: 14px; background: white; transition: all 0.15s; }
.form-control:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-bg); }

.alert { padding: 11px 15px; border-radius: 7px; margin-bottom: 12px; font-size: 13px; }
.alert-success { background: #d1fae5; color: #065f46; }
.alert-info { background: var(--primary-bg-soft); color: var(--primary-dark); }
.alert-warning { background: #fef3c7; color: #92400e; }
.alert-danger, .alert-error { background: #fee2e2; color: #991b1b; }

.auth-card { background: white; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 40px; max-width: 440px; margin: 60px auto; }

.dashboard-layout { display: grid; grid-template-columns: 240px 1fr; gap: 32px; }
@media (max-width: 768px) { .dashboard-layout { grid-template-columns: 1fr; } }
.dashboard-nav { background: white; border-radius: var(--radius); padding: 14px; border: 1px solid var(--slate-200); height: fit-content; }
.dashboard-nav a { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 10px; color: var(--slate-700); font-size: 14px; font-weight: 500; }
.dashboard-nav a:hover { background: var(--primary-bg-soft); color: var(--primary); }
.dashboard-nav a.active { background: var(--primary); color: white; }

footer { background: var(--dark-deeper); color: var(--slate-300); padding: 56px 32px 32px; font-size: 13px; margin-top: 80px; position: relative; overflow: hidden; }
footer::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(transparent 95%, rgba(255,255,255,0.025) 95%), linear-gradient(90deg, transparent 95%, rgba(255,255,255,0.025) 95%); background-size: 32px 32px; }
footer .container { padding: 0; max-width: 1180px; position: relative; }
footer .grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
@media (max-width: 768px) { footer .grid { grid-template-columns: 1fr 1fr; } }
footer h6 { color: white; font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 18px; }
footer .links a { display: block; color: var(--slate-300); margin-bottom: 8px; }
footer .links a:hover { color: var(--primary-lighter); }
footer .brand .name { font-size: 26px; color: white; }
footer p { line-height: 1.6; color: var(--slate-400); margin-top: 8px; max-width: 300px; }
footer .bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; margin-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; color: var(--slate-400); }

.text-muted { color: var(--slate-500); }
.text-center { text-align: center; }
.hidden { display: none !important; }
.mt-3 { margin-top: 16px; }
