:root {
  --navy-950: #07131c;
  --navy-900: #0b1924;
  --navy-850: #102431;
  --navy-800: #132f3f;
  --navy-700: #174258;
  --ivory: #f8f4eb;
  --ivory-2: #efe8da;
  --paper: #fffdf8;
  --gold: #e2b95c;
  --gold-2: #f0d58f;
  --terracotta: #d96f4c;
  --purple: #6f4cc3;
  --green: #2f8c69;
  --ink: #10202a;
  --muted: #647781;
  --line: rgba(16, 32, 42, .13);
  --line-dark: rgba(255, 255, 255, .14);
  --shadow-sm: 0 12px 30px rgba(6, 19, 28, .08);
  --shadow: 0 24px 70px rgba(6, 19, 28, .14);
  --shadow-strong: 0 35px 110px rgba(3, 12, 18, .25);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --max: 1280px;
  --display: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
::selection { background: var(--gold); color: var(--navy-950); }

.skip-link { position: fixed; top: -80px; left: 16px; z-index: 1000; background: #fff; color: var(--navy-950); padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 104px 0; position: relative; }
.section-sm { padding: 72px 0; }
.section-dark { background: var(--navy-900); color: #fff; }
.section-paper { background: var(--paper); }
.section-pattern::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .065; background-image: url('/pagne-media/pagne-05.svg'); background-size: 410px; mix-blend-mode: multiply; }
.section-header { max-width: 790px; margin-bottom: 46px; }
.section-header.center { margin-inline: auto; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--terracotta); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.eyebrow::before { content: ''; width: 28px; height: 2px; background: currentColor; border-radius: 99px; }
.section-dark .eyebrow { color: var(--gold); }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.07; margin: 0; letter-spacing: -.025em; }
h1 { font-size: clamp(3.2rem, 6vw, 6.8rem); }
h2 { font-size: clamp(2.35rem, 4.25vw, 4.7rem); }
h3 { font-size: clamp(1.45rem, 2.2vw, 2.25rem); }
h4 { font-size: 1.22rem; }
p { margin: 0; }
.lead { font-size: clamp(1.05rem, 1.7vw, 1.3rem); color: var(--muted); max-width: 720px; }
.section-dark .lead { color: rgba(255,255,255,.7); }
.muted { color: var(--muted); }
.small { font-size: .88rem; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 12px 21px; border: 1px solid transparent; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .icon-btn:focus-visible, .nav-link:focus-visible, .chain-step:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(226,185,92,.5); outline-offset: 3px; }
.btn-primary { background: var(--gold); color: var(--navy-950); box-shadow: 0 14px 28px rgba(226,185,92,.2); }
.btn-primary:hover { background: var(--gold-2); box-shadow: 0 18px 35px rgba(226,185,92,.28); }
.btn-dark { background: var(--navy-900); color: #fff; }
.btn-dark:hover { background: var(--navy-800); }
.btn-light { background: #fff; color: var(--navy-950); box-shadow: var(--shadow-sm); }
.btn-outline { border-color: var(--line); background: transparent; color: var(--ink); }
.btn-outline-light { border-color: rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.05); }
.btn-ghost { background: transparent; color: inherit; padding-inline: 14px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.icon-btn { width: 46px; height: 46px; display: inline-grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,.8); color: var(--ink); transition: .2s ease; }
.icon-btn:hover { background: #fff; transform: translateY(-2px); }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(248,244,235,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(16,32,42,.08); }
.nav-wrap { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 44px; height: 44px; border-radius: 13px; background: var(--navy-900); padding: 5px; box-shadow: 0 8px 20px rgba(11,25,36,.18); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: var(--display); font-size: 1.05rem; letter-spacing: -.01em; }
.brand-copy span { margin-top: 4px; color: var(--muted); font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 2px; }
.nav-link { padding: 10px 10px; border-radius: 999px; color: #374b56; font-size: .89rem; font-weight: 700; white-space: nowrap; transition: .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--navy-950); background: rgba(19,47,63,.08); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-actions .btn { min-height: 42px; padding: 9px 15px; font-size: .87rem; }
.mobile-menu-toggle { display: none; }
.mobile-panel { display: none; }

.announcement { background: var(--navy-950); color: rgba(255,255,255,.82); font-size: .83rem; }
.announcement .container { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.announcement strong { color: var(--gold); }

.hero { min-height: 820px; position: relative; overflow: clip; background: var(--navy-950); color: #fff; display: grid; align-items: center; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,16,24,.96) 0%, rgba(5,16,24,.83) 39%, rgba(5,16,24,.24) 70%, rgba(5,16,24,.42) 100%), url('/images/hero-textile-rdc.svg') center/cover no-repeat; transform: scale(1.02); }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, rgba(7,19,28,.83)); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(410px, .8fr); align-items: center; gap: 48px; padding: 104px 0 96px; }
.hero-copy { max-width: 810px; }
.hero .eyebrow { color: var(--gold); }
.hero h1 { max-width: 980px; text-wrap: balance; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero .lead { color: rgba(255,255,255,.74); max-width: 760px; margin-top: 26px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: rgba(255,255,255,.7); font-size: .88rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-preview { align-self: end; transform: translateY(40px); }
.dashboard-shell { background: rgba(249,247,240,.96); color: var(--ink); border: 1px solid rgba(255,255,255,.5); border-radius: 30px; box-shadow: var(--shadow-strong); overflow: hidden; backdrop-filter: blur(18px); }
.dashboard-topbar { height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); }
.window-dots { display: flex; gap: 7px; }
.window-dots i { width: 9px; height: 9px; border-radius: 50%; display: block; background: #d8dcd8; }
.window-dots i:nth-child(1) { background: var(--terracotta); }
.window-dots i:nth-child(2) { background: var(--gold); }
.window-dots i:nth-child(3) { background: var(--green); }
.dashboard-title { font-weight: 850; font-size: .86rem; }
.dashboard-body { padding: 18px; }
.mini-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mini-kpi { padding: 14px; border-radius: 16px; background: #fff; border: 1px solid var(--line); }
.mini-kpi span { display: block; color: var(--muted); font-size: .68rem; font-weight: 700; }
.mini-kpi strong { display: block; margin-top: 8px; font-family: var(--display); font-size: 1.55rem; }
.mini-kpi small { color: var(--green); font-size: .68rem; font-weight: 800; }
.mini-chart { margin-top: 12px; border-radius: 20px; background: #fff; border: 1px solid var(--line); padding: 14px; }
.chart-head { display: flex; justify-content: space-between; align-items: start; gap: 16px; margin-bottom: 8px; }
.chart-head strong { font-size: .81rem; }
.chart-head span { color: var(--muted); font-size: .7rem; }
.hero-note { margin-top: 14px; text-align: right; color: rgba(255,255,255,.6); font-size: .72rem; }

.signal-strip { position: relative; z-index: 3; margin-top: -1px; background: var(--navy-950); color: #fff; border-top: 1px solid rgba(255,255,255,.1); }
.signal-grid { min-height: 94px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.signal-item { padding: 0 24px; border-right: 1px solid rgba(255,255,255,.12); }
.signal-item:last-child { border-right: none; }
.signal-item small { display: block; color: rgba(255,255,255,.55); font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; }
.signal-item strong { display: block; margin-top: 7px; font-family: var(--display); font-size: 1.12rem; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { position: relative; min-height: 300px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--paper); padding: 30px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.feature-card::after { content: ''; position: absolute; right: -50px; bottom: -65px; width: 190px; height: 190px; border-radius: 50%; background: var(--accent, var(--gold)); opacity: .12; }
.feature-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: color-mix(in srgb, var(--accent, var(--gold)) 18%, white); color: var(--accent, var(--gold)); margin-bottom: 44px; }
.feature-card h3 { max-width: 260px; }
.feature-card p { color: var(--muted); margin-top: 14px; max-width: 350px; }
.feature-card .micro-link { position: absolute; bottom: 28px; left: 30px; display: inline-flex; gap: 8px; align-items: center; font-weight: 800; font-size: .88rem; }

.chain-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 32px; align-items: stretch; }
.chain-panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); }
.chain-steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; position: relative; padding: 18px 0 8px; }
.chain-steps::before { content: ''; position: absolute; top: 58px; left: 6%; right: 6%; height: 4px; border-radius: 99px; background: linear-gradient(90deg, var(--navy-900), var(--purple), var(--gold), var(--terracotta), var(--navy-700), var(--navy-900)); opacity: .25; }
.chain-step { position: relative; z-index: 1; min-width: 0; background: transparent; border: 0; padding: 0; color: var(--ink); text-align: center; }
.chain-dot { width: 82px; height: 82px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); border: 2px solid var(--step-color, var(--navy-900)); color: var(--step-color, var(--navy-900)); box-shadow: 0 10px 24px rgba(9,24,32,.09); transition: .2s ease; }
.chain-step:hover .chain-dot, .chain-step.active .chain-dot { transform: translateY(-5px) scale(1.04); background: var(--step-color, var(--navy-900)); color: #fff; }
.chain-step strong { display: block; font-size: .84rem; }
.chain-step small { display: block; color: var(--muted); font-size: .69rem; margin-top: 5px; }
.chain-detail { border-radius: var(--radius-lg); padding: 32px; color: #fff; background: var(--navy-900); min-height: 100%; position: relative; overflow: hidden; }
.chain-detail::after { content: ''; position: absolute; inset: auto -90px -90px auto; width: 260px; height: 260px; border-radius: 50%; background: var(--detail-accent, var(--gold)); opacity: .16; }
.chain-detail > * { position: relative; z-index: 1; }
.chain-detail-label { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); font-weight: 850; }
.chain-detail h3 { margin-top: 10px; }
.chain-detail p { color: rgba(255,255,255,.7); margin-top: 15px; }
.detail-list { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.detail-list li { display: flex; gap: 10px; align-items: start; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.82); font-size: .9rem; }
.detail-list li:last-child { border-bottom: 0; }
.detail-list svg { color: var(--gold); margin-top: 2px; }

.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.kpi-card { min-height: 235px; position: relative; border-radius: var(--radius-lg); padding: 28px; background: var(--paper); border: 1px solid var(--line); overflow: hidden; box-shadow: var(--shadow-sm); }
.kpi-card::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--accent, var(--gold)); }
.kpi-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; color: var(--accent, var(--gold)); background: color-mix(in srgb, var(--accent, var(--gold)) 15%, white); }
.kpi-number { margin-top: 34px; font-family: var(--display); font-size: clamp(2.9rem, 4vw, 4.5rem); font-weight: 700; line-height: .9; }
.kpi-label { margin-top: 13px; font-weight: 850; }
.kpi-meta { margin-top: 8px; color: var(--muted); font-size: .76rem; }
.demo-note { margin-top: 22px; padding: 14px 18px; border-radius: 14px; background: rgba(226,185,92,.16); border: 1px solid rgba(226,185,92,.3); color: #66501b; font-size: .86rem; }

.dashboard-showcase { display: grid; grid-template-columns: .75fr 1.25fr; gap: 36px; align-items: center; }
.showcase-copy { padding-right: 20px; }
.showcase-copy .lead { margin-top: 20px; }
.analytics-board { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow); }
.analytics-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.analytics-top strong { font-family: var(--display); font-size: 1.3rem; }
.filter-pills { display: flex; gap: 7px; flex-wrap: wrap; }
.filter-pill { padding: 8px 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); font-size: .73rem; font-weight: 800; }
.analytics-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 16px; margin-top: 16px; }
.panel { border: 1px solid var(--line); border-radius: 20px; background: var(--paper); padding: 18px; }
.panel h4 { font-family: var(--sans); font-size: .89rem; }
.panel p { margin-top: 5px; color: var(--muted); font-size: .72rem; }
.side-stack { display: grid; gap: 16px; }
.donut-wrap { display: grid; place-items: center; margin-top: 12px; }
.donut { width: 130px; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(var(--purple) 0 38%, var(--gold) 38% 66%, var(--terracotta) 66% 84%, var(--navy-700) 84% 100%); position: relative; }
.donut::after { content: '154'; position: absolute; inset: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); font-family: var(--display); font-size: 1.5rem; font-weight: 700; }
.trend-up { color: var(--green); font-weight: 850; }

.split-media { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; }
.media-card { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); background: #fff; }
.media-card img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.media-card figcaption { padding: 16px 20px; color: var(--muted); font-size: .82rem; }
.check-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: start; }
.check-list .check { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: rgba(47,140,105,.12); color: var(--green); margin-top: 1px; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.content-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: .25s ease; }
.content-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-visual { aspect-ratio: 16/10; background: var(--navy-800); position: relative; overflow: hidden; }
.card-visual img { width: 100%; height: 100%; object-fit: cover; }
.card-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 40%, rgba(5,15,22,.55)); }
.card-body { padding: 25px; }
.card-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .74rem; margin-bottom: 14px; }
.card-tag { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: rgba(111,76,195,.1); color: var(--purple); font-weight: 850; font-size: .72rem; }
.card-body h3 { font-size: 1.55rem; }
.card-body p { margin-top: 12px; color: var(--muted); }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-weight: 850; }

.cta { position: relative; border-radius: 42px; overflow: hidden; background: var(--navy-900); color: #fff; padding: 60px; }
.cta::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,24,33,.96), rgba(9,24,33,.58)), url('/pagne-media/pagne-04.svg') center/cover; opacity: .55; }
.cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 50px; }
.cta p { color: rgba(255,255,255,.72); margin-top: 18px; max-width: 720px; }
.cta-actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 12px; }

.page-hero { padding: 112px 0 72px; background: var(--navy-950); color: #fff; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(111,76,195,.28), transparent 30%), radial-gradient(circle at 10% 90%, rgba(226,185,92,.18), transparent 35%); }
.page-hero::after { content: ''; position: absolute; right: -90px; top: -120px; width: 500px; height: 500px; background: url('/pagne-media/pagne-07.svg') center/cover; opacity: .075; border-radius: 50%; transform: rotate(15deg); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 980px; font-size: clamp(3rem, 5.5vw, 6rem); }
.page-hero .lead { margin-top: 22px; color: rgba(255,255,255,.68); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: rgba(255,255,255,.55); font-size: .78rem; margin-bottom: 24px; }
.breadcrumb a:hover { color: #fff; }
.page-actions { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }

.dashboard-page-grid { display: grid; grid-template-columns: 230px 1fr; gap: 22px; align-items: start; }
.dashboard-sidebar { position: sticky; top: 100px; background: var(--navy-900); color: #fff; border-radius: 26px; padding: 18px; min-height: 650px; }
.dashboard-sidebar h3 { font-family: var(--sans); font-size: .92rem; padding: 12px 12px 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.dashboard-menu { display: grid; gap: 4px; margin-top: 14px; }
.dashboard-menu button { border: 0; background: transparent; color: rgba(255,255,255,.67); padding: 11px 12px; border-radius: 12px; text-align: left; font-weight: 750; display: flex; gap: 10px; align-items: center; }
.dashboard-menu button:hover, .dashboard-menu button.active { background: rgba(255,255,255,.1); color: #fff; }
.dashboard-main { display: grid; gap: 18px; }
.dashboard-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dashboard-kpi { background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: 20px; }
.dashboard-kpi span { color: var(--muted); font-size: .77rem; font-weight: 750; }
.dashboard-kpi strong { display: block; margin-top: 10px; font-family: var(--display); font-size: 2.25rem; }
.dashboard-kpi small { color: var(--green); font-weight: 800; }
.dashboard-panels { display: grid; grid-template-columns: 1.4fr .8fr; gap: 18px; }
.dashboard-panel { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 22px; min-width: 0; }
.dashboard-panel.full { grid-column: 1 / -1; }
.panel-head { display: flex; justify-content: space-between; align-items: start; gap: 18px; margin-bottom: 18px; }
.panel-head h3 { font-family: var(--sans); font-size: 1rem; letter-spacing: 0; }
.panel-head p { margin-top: 4px; color: var(--muted); font-size: .76rem; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 700px; }
th, td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; font-size: .82rem; }
th { color: var(--muted); font-size: .71rem; letter-spacing: .06em; text-transform: uppercase; }
.status { display: inline-flex; padding: 5px 9px; border-radius: 999px; font-size: .7rem; font-weight: 850; }
.status.up { color: #1d684e; background: rgba(47,140,105,.13); }
.status.warn { color: #8b5718; background: rgba(226,185,92,.2); }
.status.down { color: #963d2c; background: rgba(217,111,76,.15); }

.chart-svg { width: 100%; height: auto; overflow: visible; }
.chart-grid-line { stroke: #d9dedb; stroke-width: 1; }
.chart-label { fill: #71818a; font-family: var(--sans); font-size: 11px; }
.chart-area { fill: url(#chartArea); }
.chart-line { fill: none; stroke: var(--purple); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.chart-point { fill: #fff; stroke: var(--purple); stroke-width: 3; }
.bar { rx: 7px; }

.map-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.map-card { min-height: 650px; position: relative; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(145deg, #dbe6df, #f4ead2); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.map-card::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(19,47,63,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(19,47,63,.06) 1px, transparent 1px); background-size: 42px 42px; }
.rdc-shape { position: absolute; left: 12%; top: 8%; width: 76%; height: 82%; filter: drop-shadow(0 20px 24px rgba(19,47,63,.16)); }
.map-marker { position: absolute; transform: translate(-50%, -50%); border: 0; background: transparent; display: grid; justify-items: center; color: var(--navy-900); }
.map-marker-dot { width: 20px; height: 20px; border-radius: 50%; background: var(--terracotta); border: 5px solid #fff; box-shadow: 0 5px 14px rgba(19,47,63,.3); animation: pulse 2.2s infinite; }
.map-marker-label { margin-top: 6px; background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 999px; padding: 5px 9px; font-size: .7rem; font-weight: 850; box-shadow: var(--shadow-sm); white-space: nowrap; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(217,111,76,.32), 0 5px 14px rgba(19,47,63,.3); } 50% { box-shadow: 0 0 0 12px rgba(217,111,76,0), 0 5px 14px rgba(19,47,63,.3); } }
.map-sidebar { display: grid; gap: 16px; align-content: start; }
.map-filter { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 22px; }
.form-grid { display: grid; gap: 14px; }
.field { display: grid; gap: 7px; }
.field label { font-size: .77rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 13px; padding: 12px 13px; outline: none; }
.field textarea { min-height: 145px; resize: vertical; }
.result-list { display: grid; gap: 11px; }
.result-item { border: 1px solid var(--line); border-radius: 18px; background: var(--paper); padding: 16px; display: flex; gap: 13px; align-items: start; }
.result-rank { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; background: rgba(111,76,195,.12); color: var(--purple); font-weight: 850; }
.result-item h4 { font-family: var(--sans); font-size: .9rem; letter-spacing: 0; }
.result-item p { color: var(--muted); font-size: .75rem; margin-top: 3px; }

.opportunity-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.opportunity-card { border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--paper); padding: 28px; min-height: 300px; position: relative; overflow: hidden; box-shadow: var(--shadow-sm); }
.opportunity-card.large { grid-column: span 7; }
.opportunity-card.medium { grid-column: span 5; }
.opportunity-card.third { grid-column: span 4; }
.opportunity-card.dark { background: var(--navy-900); color: #fff; }
.opportunity-card.visual { padding: 0; }
.opportunity-card.visual img { width: 100%; height: 100%; object-fit: cover; }
.opportunity-card.visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 25%, rgba(5,16,24,.78)); }
.opportunity-card.visual .overlay-copy { position: absolute; inset: auto 28px 28px; z-index: 1; color: #fff; }
.opportunity-card p { margin-top: 14px; color: var(--muted); }
.opportunity-card.dark p { color: rgba(255,255,255,.66); }
.opportunity-badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: .72rem; font-weight: 850; background: rgba(226,185,92,.18); color: #7f5c0c; margin-bottom: 26px; }
.dark .opportunity-badge { color: var(--gold); }
.opportunity-metric { position: absolute; right: 24px; bottom: 20px; font-family: var(--display); font-size: 3.8rem; color: rgba(19,47,63,.11); font-weight: 700; }
.dark .opportunity-metric { color: rgba(255,255,255,.08); }

.report-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px; }
.report-card { display: grid; grid-template-columns: 130px 1fr; gap: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 26px; padding: 16px; box-shadow: var(--shadow-sm); }
.report-cover { aspect-ratio: 3/4; border-radius: 16px; overflow: hidden; background: var(--navy-900); }
.report-cover img { width: 100%; height: 100%; object-fit: cover; }
.report-info { padding: 8px 8px 8px 0; display: flex; flex-direction: column; align-items: start; }
.report-info h3 { font-size: 1.32rem; }
.report-info p { margin-top: 10px; color: var(--muted); font-size: .82rem; }
.report-info .card-tag { margin-bottom: 12px; }
.report-info .card-link { margin-top: auto; }

.about-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value-card { border: 1px solid var(--line); background: var(--paper); border-radius: 22px; padding: 24px; }
.value-card .number { font-family: var(--display); color: var(--gold); font-size: 2.4rem; }
.value-card h3 { margin-top: 22px; font-size: 1.35rem; }
.value-card p { margin-top: 10px; color: var(--muted); font-size: .86rem; }
.team-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.team-card { border-radius: 24px; background: var(--navy-900); color: #fff; padding: 24px; min-height: 220px; position: relative; overflow: hidden; }
.team-card::after { content: ''; position: absolute; width: 130px; height: 130px; border-radius: 50%; right: -30px; bottom: -40px; background: var(--accent, var(--gold)); opacity: .18; }
.team-card span { color: var(--gold); font-size: .76rem; text-transform: uppercase; font-weight: 850; letter-spacing: .08em; }
.team-card h3 { margin-top: 55px; font-size: 1.35rem; }
.team-card p { margin-top: 10px; color: rgba(255,255,255,.62); font-size: .82rem; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: start; }
.contact-info { background: var(--navy-900); color: #fff; border-radius: var(--radius-lg); padding: 34px; min-height: 100%; position: sticky; top: 104px; overflow: hidden; }
.contact-info::after { content: ''; position: absolute; width: 320px; height: 320px; right: -130px; bottom: -130px; border-radius: 50%; background: var(--purple); opacity: .2; }
.contact-info > * { position: relative; z-index: 1; }
.contact-info p { color: rgba(255,255,255,.66); margin-top: 16px; }
.contact-list { display: grid; gap: 18px; margin-top: 34px; }
.contact-item { display: flex; gap: 13px; align-items: start; }
.contact-item .feature-icon { width: 42px; height: 42px; border-radius: 13px; margin: 0; background: rgba(255,255,255,.09); color: var(--gold); }
.contact-item strong { display: block; font-size: .86rem; }
.contact-item span { display: block; margin-top: 4px; color: rgba(255,255,255,.62); font-size: .8rem; }
.contact-form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-sm); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-feedback { display: none; margin-top: 16px; padding: 13px 15px; border-radius: 13px; background: rgba(47,140,105,.12); color: #21664f; font-weight: 750; }
.form-feedback.show { display: block; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: 30px; position: relative; }
.price-card.featured { background: var(--navy-900); color: #fff; transform: translateY(-10px); box-shadow: var(--shadow); }
.price-badge { position: absolute; top: 18px; right: 18px; padding: 6px 10px; border-radius: 999px; background: var(--gold); color: var(--navy-950); font-size: .68rem; font-weight: 900; }
.price-card .price { margin-top: 24px; font-family: var(--display); font-size: 3.6rem; font-weight: 700; }
.price-card .price small { font-family: var(--sans); font-size: .85rem; font-weight: 700; color: var(--muted); }
.price-card.featured .price small { color: rgba(255,255,255,.6); }
.price-card p { margin-top: 12px; color: var(--muted); }
.price-card.featured p { color: rgba(255,255,255,.65); }
.price-list { list-style: none; padding: 0; margin: 25px 0; display: grid; gap: 12px; }
.price-list li { display: flex; gap: 10px; font-size: .86rem; }
.price-list svg { color: var(--green); }
.price-card.featured .price-list svg { color: var(--gold); }

.site-footer { background: var(--navy-950); color: #fff; padding: 66px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 42px; }
.footer-brand p { margin-top: 18px; color: rgba(255,255,255,.58); max-width: 390px; }
.footer-col h4 { font-family: var(--sans); font-size: .82rem; letter-spacing: .09em; text-transform: uppercase; color: var(--gold); }
.footer-links { display: grid; gap: 10px; margin-top: 18px; }
.footer-links a { color: rgba(255,255,255,.65); font-size: .87rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.45); font-size: .76rem; }

.modal-backdrop { position: fixed; inset: 0; z-index: 150; background: rgba(4,13,19,.72); backdrop-filter: blur(8px); display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: .2s ease; }
.modal-backdrop.open { opacity: 1; pointer-events: auto; }
.modal { width: min(100%, 560px); max-height: min(760px, 92vh); overflow: auto; background: var(--paper); border-radius: 28px; box-shadow: var(--shadow-strong); padding: 28px; transform: translateY(15px) scale(.98); transition: .2s ease; }
.modal-backdrop.open .modal { transform: translateY(0) scale(1); }
.modal-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.modal-head h2 { font-size: 2rem; }
.search-results { display: grid; gap: 10px; margin-top: 18px; }
.search-result { border: 1px solid var(--line); border-radius: 16px; padding: 14px; display: block; }
.search-result strong { display: block; }
.search-result span { display: block; color: var(--muted); font-size: .78rem; margin-top: 4px; }

.toast { position: fixed; z-index: 170; right: 20px; bottom: 20px; max-width: 360px; background: var(--navy-950); color: #fff; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; padding: 15px 18px; box-shadow: var(--shadow); transform: translateY(40px); opacity: 0; pointer-events: none; transition: .25s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.toast strong { color: var(--gold); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .nav-wrap { grid-template-columns: auto 1fr auto; }
  .nav-actions .btn-ghost, .nav-actions .btn-outline { display: none; }
  .mobile-menu-toggle { display: inline-grid; }
  .mobile-panel { position: fixed; z-index: 70; left: 20px; right: 20px; top: 88px; max-height: calc(100vh - 110px); overflow: auto; padding: 18px; border-radius: 24px; background: var(--paper); box-shadow: var(--shadow-strong); border: 1px solid var(--line); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: .2s ease; }
  .mobile-panel.open { display: block; opacity: 1; transform: none; pointer-events: auto; }
  .mobile-links { display: grid; }
  .mobile-links .nav-link { padding: 13px 14px; border-radius: 12px; }
  .mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
  .hero-grid { grid-template-columns: 1fr .75fr; gap: 28px; }
  .hero-preview { transform: translateY(15px); }
  .feature-grid, .card-grid { grid-template-columns: repeat(3, 1fr); }
  .report-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, .7fr); }
}

@media (max-width: 980px) {
  .section { padding: 82px 0; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 90px 0 72px; }
  .hero-copy { max-width: 850px; }
  .hero-preview { width: min(100%, 650px); justify-self: end; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-item { min-height: 82px; display: grid; align-content: center; border-bottom: 1px solid rgba(255,255,255,.12); }
  .signal-item:nth-child(2) { border-right: 0; }
  .signal-item:nth-child(3), .signal-item:nth-child(4) { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child { grid-column: 1 / -1; min-height: 260px; }
  .chain-layout, .dashboard-showcase, .split-media, .map-layout, .contact-layout { grid-template-columns: 1fr; }
  .chain-detail { min-height: 420px; }
  .kpi-grid { grid-template-columns: 1fr 1fr; }
  .analytics-grid { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .cta-grid { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .dashboard-page-grid { grid-template-columns: 1fr; }
  .dashboard-sidebar { position: static; min-height: auto; }
  .dashboard-menu { grid-template-columns: repeat(3, 1fr); }
  .dashboard-kpis { grid-template-columns: 1fr 1fr; }
  .map-card { min-height: 560px; }
  .opportunity-card.large, .opportunity-card.medium, .opportunity-card.third { grid-column: span 6; }
  .about-values, .team-strip { grid-template-columns: 1fr 1fr; }
  .contact-info { position: static; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card.featured { transform: none; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 2 / 4; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .announcement .container { font-size: .74rem; }
  .brand-copy span { display: none; }
  .nav-actions .btn-primary { display: none; }
  .hero::before { background: linear-gradient(180deg, rgba(5,16,24,.76), rgba(5,16,24,.97) 72%), url('/images/hero-textile-rdc.svg') 61% center/cover no-repeat; }
  .hero-grid { padding-top: 76px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.55rem); }
  .hero .lead { font-size: 1rem; }
  .hero-preview { width: 100%; }
  .mini-kpis { grid-template-columns: 1fr 1fr; }
  .mini-kpi:last-child { grid-column: 1 / -1; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-item { padding: 0 14px; }
  .feature-grid, .card-grid { grid-template-columns: 1fr; }
  .feature-card:last-child { grid-column: auto; }
  .chain-panel { padding: 22px; overflow-x: auto; }
  .chain-steps { min-width: 790px; }
  .kpi-grid { grid-template-columns: 1fr; }
  .analytics-board { padding: 14px; }
  .analytics-top { align-items: start; flex-direction: column; }
  .split-media { gap: 26px; }
  .cta { padding: 38px 24px; border-radius: 30px; }
  .page-hero { padding: 86px 0 58px; }
  .dashboard-menu { grid-template-columns: 1fr 1fr; }
  .dashboard-kpis, .dashboard-panels { grid-template-columns: 1fr; }
  .dashboard-panel.full { grid-column: auto; }
  .map-card { min-height: 480px; }
  .opportunity-card.large, .opportunity-card.medium, .opportunity-card.third { grid-column: 1 / -1; }
  .report-grid { grid-template-columns: 1fr; }
  .about-values, .team-strip { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .report-card { grid-template-columns: 105px 1fr; }
  .modal { padding: 22px; }
}

@media (max-width: 480px) {
  .nav-wrap { min-height: 70px; gap: 10px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: .92rem; }
  .hero h1 { font-size: 3.05rem; }
  .button-row .btn { width: 100%; }
  .hero-trust { gap: 12px; display: grid; }
  .mini-chart { padding: 10px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12) !important; }
  .signal-item:last-child { border-bottom: 0 !important; }
  .section { padding: 68px 0; }
  .section-header { margin-bottom: 32px; }
  .feature-card { min-height: 290px; }
  .kpi-card { min-height: 215px; }
  .dashboard-kpis { grid-template-columns: 1fr; }
  .dashboard-menu { grid-template-columns: 1fr; }
  .map-card { min-height: 420px; }
  .report-card { grid-template-columns: 1fr; }
  .report-cover { max-width: 170px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-col:last-child { grid-column: auto; }
}
