
/* Base */
.nav-link { color: #334155; }
.nav-link:hover { color: #1f2937; }
.nav-link.active { color: #4f46e5; font-weight: 600; }
.mobile-link { display:block; padding: 8px 0; color:#334155; }
.mobile-link.active { color:#4f46e5; font-weight:600; }
.btn-primary { background:#4f46e5; color:#fff; padding:.6rem 1rem; border-radius:.5rem; }
.btn-primary:hover { background:#4338ca; }
.btn-secondary { background:#e2e8f0; color:#0f172a; padding:.6rem 1rem; border-radius:.5rem; }
.btn-secondary:hover { background:#cbd5e1; }
.btn-link { color:#4f46e5; }
.btn-link:hover { text-decoration: underline; }
.link { color:#4f46e5; }
.link:hover { text-decoration: underline; }
.input { width:100%; border:1px solid #cbd5e1; padding:.6rem .8rem; border-radius:.5rem; }
.input:focus { outline:2px solid #a5b4fc; outline-offset:2px; }
.label { display:block; font-size:.9rem; color:#334155; margin-bottom:.3rem; }

/* Sections */
.section-title { font-size:1.6rem; font-weight:700; margin-bottom:1rem; }
.card { background:#fff; border:1px solid #e2e8f0; border-radius:.75rem; padding:1rem; }
.card-title { font-weight:600; margin-bottom:.4rem; }
.service { background:#fff; border:1px solid #e2e8f0; border-radius:.75rem; padding:1rem; }
.service-title { font-weight:600; margin-bottom:.4rem; }
.post { background:#fff; border:1px solid #e2e8f0; border-radius:.75rem; overflow:hidden; display:flex; flex-direction:column; }
.post-img { width:100%; height:180px; object-fit:cover; }
.post-body { padding:1rem; }
.post-title { font-size:1.125rem; font-weight:700; }
.price { background:#fff; border:1px solid #e2e8f0; border-radius:.75rem; padding:1rem; }
.price-title { font-weight:600; }
.price-amount { font-size:1.5rem; font-weight:700; margin:.4rem 0; }
.price-ul { margin:.5rem 0 1rem 1.1rem; list-style:disc; }

/* Footer */
.bg-dark { background:#0f172a; }
.foot-title { font-weight:700; margin-bottom:.5rem; }
.foot-link { color:#cbd5e1; }
.foot-link:hover { color:#fff; text-decoration: underline; }

/* Cookie banner */
.cookie-banner { position:fixed; inset:0; background:rgba(15,23,42,.6); display:flex; align-items:flex-end; justify-content:center; padding:1rem; }
.cookie-card { background:#fff; width:100%; max-width:560px; border-radius:1rem; padding:1rem; box-shadow: 0 10px 30px rgba(0,0,0,.2); }

/* Icons (simple) */
.i-menu { width:20px; height:2px; background:#334155; position:relative; display:inline-block; }
.i-menu::before, .i-menu::after { content:""; position:absolute; left:0; width:20px; height:2px; background:#334155; }
.i-menu::before { top:-6px; }
.i-menu::after { top:6px; }

/* Prose adjustments */
.prose img { border-radius:.5rem; }
