/* pages/l.css — pagina-specifieke stijlen (gegenereerd) */

body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background: var(--paper); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.top-actions { display: flex; gap: 12px; }
.hero { position: relative; padding: 8px 48px 48px; min-height: 410px; overflow: hidden; isolation: isolate; background: var(--forest); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22, 46, 37,1) 0%, rgba(22, 46, 37,1) 55%, rgba(22, 46, 37, 0.9) 70%, rgba(22, 46, 37, 0.72) 88%, rgba(22, 46, 37, 0.6) 100%); z-index: -1; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 120px; background: linear-gradient(180deg, rgba(7, 42, 32, 0.55) 0%, transparent 100%); pointer-events: none; z-index: 0; }
.hero h1 { font-size: clamp(26px, 3vw, 36px); font-weight: 700; line-height: 1.2; color: #fff; letter-spacing: -0.015em; max-width: 820px; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); }
.hero h1 em, .hero h1 strong, .hero h1 span { font-style: normal; color: #fff; }
.hero-lead { color: #fff; font-size: 16px; font-weight: 400; line-height: 1.55; max-width: 640px; margin-bottom: 24px; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25); opacity: 0.95; }
.btn-on-green--gold { background: var(--gold); color: #fff; border: 1.5px solid var(--gold); padding: 13px 26px; font-size: 14px; font-weight: 400; border-radius: 3px; letter-spacing: 0.01em; text-decoration: none; display: inline-block; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; }
.chart-section { padding: 56px 48px 32px; background: var(--paper); }
.chart-wrap { max-width: 1280px; margin: 0 auto; }
.chart-card { background: var(--paper); border: 1px solid var(--grey-line); border-radius: 4px; overflow: hidden; position: relative; }
.chart-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--forest) 0, var(--forest) 60px, transparent 60px); z-index: 1; }
.filters-bar { display: flex; align-items: center; gap: 8px; padding: 18px 24px; border-bottom: 1px solid var(--grey-line); flex-wrap: wrap; }
.filter-group { display: flex; flex-direction: column; gap: 4px; }
.filter-label { font-size: 10px; font-weight: 700; color: var(--forest); text-transform: uppercase; letter-spacing: 0.1em; }
.select-wrap { position: relative; }
.select-wrap::after { content: ''; position: absolute; right: 9px; top: 50%; transform: translateY(-50%); width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid var(--forest); pointer-events: none; }
.filter-select { appearance: none; -webkit-appearance: none; background: var(--paper); border: 1.5px solid var(--grey-line); border-radius: 3px; padding: 7px 28px 7px 10px; font-family: inherit; font-size: 13px; font-weight: 500; color: var(--ink); cursor: pointer; min-width: 90px; transition: border-color 0.2s ease; }
.filter-select:focus { outline: none; border-color: var(--forest); }
.filter-select:hover { border-color: var(--forest); }
.filter-divider { width: 1px; height: 32px; background: var(--grey-line); margin: 0 4px; flex-shrink: 0; align-self: flex-end; }
.chart-body { position: relative; height: 520px; }
.chart-loading { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: var(--paper); z-index: 2; }
.chart-loading-spinner { width: 32px; height: 32px; border: 3px solid var(--grey-line); border-top-color: var(--forest); border-radius: 50%; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.chart-loading-text { font-size: 13px; color: var(--text-muted); }
.netdania-embed { width: 100%; height: 100%; }
.chart-footer { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; border-top: 1px solid var(--grey-line); gap: 16px; flex-wrap: wrap; }
.chart-footer-meta { font-size: 13px; color: var(--text-muted); }
.btn-on-white--solid { background: var(--forest); color: #fff; border: 1.5px solid var(--forest); padding: 10px 22px; font-size: 14px; font-weight: 400; border-radius: 3px; text-decoration: none; display: inline-block; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; }
.prices-section { padding: 40px 48px 72px; background: var(--paper); }
.prices-inner { max-width: 1280px; margin: 0 auto; }
.accent-rule { display: block; height: 2px; width: 100%; border: none; background: linear-gradient(90deg, var(--forest) 0, var(--forest) 48px, transparent 48px); margin: 0 0 24px; }
.prices-title { display: block; font-size: 11px; font-weight: 700; color: var(--forest); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 18px; }
/* Metaalkaarten — idem als de homepage */
.metals-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.metal-card { background: var(--paper); padding: 28px 22px; border-radius: 4px; border: 1px solid rgba(22, 46, 37, 0.25); position: relative; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; text-decoration: none; color: inherit; cursor: pointer; display: block; }
.metal-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--forest); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; }
.metal-card:hover { transform: translateY(-4px); }
.metal-card:hover::before { transform: scaleX(1); }
.metal-name { font-size: 18px; font-weight: 700; color: var(--ink); text-align: center; margin-bottom: 6px; }
.metal-chart-link { display: block; text-align: center; font-size: 12px; font-weight: 600; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; margin-bottom: 20px; cursor: pointer; }
.metal-divider { height: 1px; background: var(--grey-line); margin-bottom: 18px; }
.metal-label { font-size: 12px; color: var(--text-muted); text-align: center; margin-bottom: 8px; }
.metal-price { font-size: 22px; font-weight: 700; color: var(--gold); text-align: center; letter-spacing: -0.01em; white-space: nowrap; }
.metal-price .unit { font-size: 0.59em; font-weight: 400; color: var(--gold); }
.trust-strip { background: var(--paper); padding: 80px 48px 48px; }
.newsletter-input { padding: 12px 16px; border: 1px solid rgba(22, 46, 37, 0.2); background: var(--paper); font-family: inherit; font-size: 14px; border-radius: 3px; outline: none; width: 220px; transition: border-color 0.2s ease; }
.footer { background: var(--cream); padding: 48px 48px 40px; border-top: 1px solid rgba(22, 46, 37, 0.1); }
.app-badge { display: inline-block; text-decoration: none; transition: opacity 0.2s ease, transform 0.2s ease; line-height: 0; }
.app-badge:hover { opacity: 0.85; transform: translateY(-1px); }
.app-badge img { display: block; width: 160px; height: auto; border: 0; }
@media (max-width: 1100px) {
    .footer-inner { grid-template-columns: repeat(3, 1fr); }
    .metals-grid { grid-template-columns: repeat(3, 1fr); }
  }
@media (max-width: 720px) {
    .top-bar, .nav-bar, .hero, .chart-section, .prices-section, .trust-strip, .footer {
      padding-left: 24px;
      padding-right: 24px;
    }
    .nav-bar       { gap: 20px; flex-wrap: wrap; }
    .footer-inner  { grid-template-columns: 1fr 1fr; }
    .trust-inner   { flex-direction: column; align-items: flex-start; }
    .newsletter    { flex-wrap: wrap; }
    .hero-bg       { display: none; }
    .hero-overlay  { background: var(--forest); }
    .logo          { height: 40px; }
    .metals-grid { grid-template-columns: repeat(2, 1fr); }
    .metal-card { border: 1px solid rgba(22, 46, 37, 0.12); padding: 16px 16px; }
    .metal-card .metal-name { margin-bottom: 4px; }
    .metal-card .metal-chart-link { margin-bottom: 12px; }
    .metal-card .metal-divider { margin-bottom: 12px; }
    .metal-card .metal-label { margin-bottom: 6px; }
    /* Prijs (€ + bedrag + /g) op 1 regel houden; schaalt mee tot 300px */
    .metal-card .metal-price { font-size: clamp(13px, 4.6vw, 22px); }
    .chart-body    { height: 340px; }
  }
.top-actions { gap: 10px; }
.cta-strip-band { max-width: 1280px; margin: -16px auto 88px; padding: 0 48px; }
@media (max-width: 720px) { .cta-strip-band { padding: 0 24px; } }

.nav-bar { margin-bottom: 40px; }
