.methodology-page{--mp-bg: #ffffff;--mp-fg: #0f172a;--mp-muted: #f1f5f9;--mp-muted-fg: #475569;--mp-card: #ffffff;--mp-border: rgba(148, 163, 184, .25);--mp-primary: #376fd0;--mp-success: #16a34a;--mp-destructive: #dc2626;--mp-highlight: #376fd0;--mp-dark-bg: #0f172a;--mp-dark-fg: #e2e8f0;--mp-dark-card: #1e293b;--mp-dark-muted-fg: #cbd5e1;--mp-dark-border: rgba(148, 163, 184, .18);--mp-radius: .75rem;--mp-radius-sm: .5rem;--mp-shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--mp-shadow-md: 0 4px 12px rgba(15, 23, 42, .08);--mp-shadow-lg: 0 12px 28px rgba(15, 23, 42, .12);--mp-font-head: "Space Grotesk", system-ui, -apple-system, sans-serif;--mp-font-body: "Roboto", system-ui, -apple-system, sans-serif;background:var(--mp-bg);color:var(--mp-fg);font-family:var(--mp-font-body)}.methodology-page *{box-sizing:border-box}.mp-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--mp-dark-border);background:linear-gradient(#0f172a8c,#0f172a73),url(/static/img/eudr-process-hero.webp) center/cover no-repeat;color:#fff}.mp-hero:before,.mp-hero:after{content:"";position:absolute;border-radius:9999px;filter:blur(64px);pointer-events:none}.mp-hero:before{top:-2.5rem;right:2rem;width:12rem;height:12rem;background:#60a5fa59}.mp-hero:after{bottom:.5rem;left:0;width:14rem;height:14rem;background:#6ee7b759}.mp-hero__inner{position:relative;max-width:1200px;margin:0 auto;padding:4rem 1.5rem;text-align:center}@media(min-width:768px){.mp-hero__inner{padding:6rem 1.5rem}}.mp-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;backdrop-filter:blur(8px);font-family:var(--mp-font-body);font-size:.875rem;color:#fff}.mp-hero__badge svg{width:1rem;height:1rem;color:#fff}.mp-hero__title{margin:1.5rem 0 0;font-family:var(--mp-font-head);font-size:2.25rem;font-weight:500;line-height:1.15;letter-spacing:-.015em;color:#fff}@media(min-width:768px){.mp-hero__title{font-size:3rem}}.mp-hero__lead{margin:1rem auto 0;max-width:36rem;font-family:var(--mp-font-body);font-size:1rem;line-height:1.6;color:#ffffffe6}@media(min-width:768px){.mp-hero__lead{font-size:1.125rem}}.mp-hero__meta{margin:1.5rem auto 0;font-size:.875rem;color:#ffffffbf}.mp-hero__meta strong{color:#fff;font-weight:500}.mp-section{padding:4rem 1.5rem;background:var(--mp-bg);color:var(--mp-fg)}@media(min-width:768px){.mp-section{padding:5rem 1.5rem}}.mp-section--muted{background:var(--mp-muted)}.mp-section--dark{background:var(--mp-dark-bg);color:var(--mp-dark-fg)}.mp-section__inner{max-width:1200px;margin:0 auto}.mp-section__head{margin-bottom:2.5rem;text-align:center}.mp-section__title{margin:0;font-family:var(--mp-font-head);font-size:1.875rem;font-weight:500;line-height:1.2;letter-spacing:-.01em}.mp-section__subtitle{margin:.5rem auto 0;max-width:42rem;font-size:1rem;line-height:1.6;color:var(--mp-muted-fg)}.mp-section--dark .mp-section__subtitle{color:var(--mp-dark-muted-fg)}.mp-grid{display:grid;gap:1.5rem}.mp-grid--cols-2,.mp-grid--cols-3{grid-template-columns:1fr}@media(min-width:768px){.mp-grid--cols-2{grid-template-columns:repeat(2,1fr)}.mp-grid--cols-3{grid-template-columns:repeat(3,1fr)}}.mp-stack{display:grid;gap:1.5rem;max-width:56rem;margin:0 auto}.mp-card{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--mp-card);color:var(--mp-fg);border:1px solid var(--mp-border);border-radius:var(--mp-radius);box-shadow:var(--mp-shadow-sm);transition:box-shadow .18s ease,transform .18s ease}.mp-card:hover{box-shadow:var(--mp-shadow-lg)}.mp-section--dark .mp-card{background:var(--mp-dark-card);color:var(--mp-dark-fg);border-color:var(--mp-dark-border)}.mp-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.mp-card__icon-inline{flex-shrink:0;color:var(--mp-primary)}.mp-card__icon-inline svg{width:1.25rem;height:1.25rem}.mp-card__title{margin:0;font-family:var(--mp-font-head);font-size:1.125rem;font-weight:600;line-height:1.3;display:flex;align-items:center;gap:.5rem}.mp-card__title--lg{font-size:1.25rem}.mp-card__description{margin:0;font-size:.875rem;color:var(--mp-muted-fg)}.mp-section--dark .mp-card__description{color:var(--mp-dark-muted-fg)}.mp-card__body{font-size:.9375rem;line-height:1.6;color:var(--mp-muted-fg)}.mp-section--dark .mp-card__body{color:var(--mp-dark-muted-fg)}.mp-card__body p{margin:0 0 .75rem}.mp-card__body p:last-child{margin-bottom:0}.mp-card__body ul,.mp-card__body ol{margin:0 0 .5rem;padding-left:1.25rem}.mp-card__body li{margin:.25rem 0}.mp-card__body strong{color:var(--mp-fg);font-weight:600}.mp-section--dark .mp-card__body strong{color:var(--mp-dark-fg)}.mp-card__body a{color:var(--mp-primary);text-decoration:none;border-bottom:1px solid rgba(55,111,208,.3)}.mp-card__body a:hover{border-bottom-color:var(--mp-primary)}.mp-step-card{display:flex;gap:1rem;padding:1.5rem;background:var(--mp-card);border:1px solid var(--mp-border);border-radius:var(--mp-radius);box-shadow:var(--mp-shadow-sm);align-items:flex-start}.mp-section--dark .mp-step-card{background:var(--mp-dark-card);border-color:var(--mp-dark-border)}.mp-step-card__number{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;font-family:var(--mp-font-head);font-size:.875rem;font-weight:600;color:#0f172a}.mp-step-card__number--c1{background:#6ee7b7}.mp-step-card__number--c2{background:#93c5fd}.mp-step-card__number--c3{background:#5eead4}.mp-step-card__number--c4{background:#fcd34d}.mp-step-card__number--c5{background:#c4b5fd}.mp-step-card__number--c6{background:#fda4af}.mp-step-card__body{flex:1 1 auto;min-width:0}.mp-step-card__title{margin:0 0 .25rem;font-family:var(--mp-font-head);font-size:1.0625rem;font-weight:600;line-height:1.3;color:var(--mp-fg)}.mp-section--dark .mp-step-card__title{color:var(--mp-dark-fg)}.mp-step-card__text{margin:0;font-size:.9375rem;line-height:1.6;color:var(--mp-muted-fg)}.mp-section--dark .mp-step-card__text{color:var(--mp-dark-muted-fg)}.mp-step-card__text strong{color:var(--mp-fg);font-weight:600}.mp-section--dark .mp-step-card__text strong{color:var(--mp-dark-fg)}.mp-prose-card{padding:0;background:transparent;border:none;border-radius:0;box-shadow:none;font-size:1rem;line-height:1.7;color:var(--mp-muted-fg);width:100%}.mp-section--dark .mp-prose-card{background:transparent;color:var(--mp-dark-muted-fg)}.mp-prose-card>:first-child{margin-top:0}.mp-prose-card>:last-child{margin-bottom:0}.mp-prose-card p{margin:.75rem 0}.mp-prose-card h3{margin:1.5rem 0 .5rem;font-family:var(--mp-font-head);font-size:1.125rem;font-weight:600;color:var(--mp-fg)}.mp-section--dark .mp-prose-card h3{color:var(--mp-dark-fg)}.mp-prose-card ul,.mp-prose-card ol{margin:.5rem 0 1rem;padding-left:1.5rem}.mp-prose-card li{margin:.4rem 0}.mp-prose-card strong{color:var(--mp-fg);font-weight:600}.mp-section--dark .mp-prose-card strong{color:var(--mp-dark-fg)}.mp-prose-card a{color:var(--mp-primary);text-decoration:none;border-bottom:1px solid rgba(55,111,208,.3)}.mp-prose-card a:hover{border-bottom-color:var(--mp-primary)}.mp-prose-card blockquote{margin:1rem 0;padding:1rem 1.25rem;border-left:3px solid var(--mp-primary);background:var(--mp-muted);color:var(--mp-muted-fg);border-radius:0 var(--mp-radius-sm) var(--mp-radius-sm) 0}.mp-section--dark .mp-prose-card blockquote{background:#94a3b814;color:var(--mp-dark-muted-fg)}.mp-prose-card blockquote p:first-child{margin-top:0}.mp-prose-card blockquote p:last-child{margin-bottom:0}.mp-prose-card table,.mp-table{width:100%;margin:1rem 0;border-collapse:collapse;font-size:.875rem;background:var(--mp-card);border-radius:var(--mp-radius-sm);overflow:hidden}.mp-section--dark .mp-prose-card table,.mp-section--dark .mp-table{background:transparent}.mp-prose-card thead th,.mp-table thead th{background:var(--mp-muted);color:var(--mp-fg);font-weight:600;text-align:left;padding:.625rem .875rem;border-bottom:1px solid var(--mp-border)}.mp-section--dark .mp-prose-card thead th,.mp-section--dark .mp-table thead th{background:#94a3b81f;color:var(--mp-dark-fg);border-bottom-color:var(--mp-dark-border)}.mp-prose-card tbody td,.mp-table tbody td{padding:.625rem .875rem;border-bottom:1px solid var(--mp-border);vertical-align:top;color:var(--mp-muted-fg)}.mp-section--dark .mp-prose-card tbody td,.mp-section--dark .mp-table tbody td{border-bottom-color:var(--mp-dark-border);color:var(--mp-dark-muted-fg)}.mp-prose-card tbody tr:last-child td,.mp-table tbody tr:last-child td{border-bottom:none}.mp-prose-card tbody td strong,.mp-table tbody td strong{color:var(--mp-fg);font-weight:600}.mp-section--dark .mp-prose-card tbody td strong,.mp-section--dark .mp-table tbody td strong{color:var(--mp-dark-fg)}.mp-figure{margin:1.5rem auto;padding:1rem;background:var(--mp-card);border:1px solid var(--mp-border);border-radius:var(--mp-radius);max-width:64rem}.mp-section--dark .mp-figure{background:#ffffffeb;border-color:var(--mp-dark-border)}.mp-figure svg,.mp-figure img{width:100%;height:auto;display:block}.mp-figure figcaption{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--mp-border);font-size:.8125rem;color:var(--mp-muted-fg);text-align:center;font-style:italic;line-height:1.5}.mp-section--dark .mp-figure figcaption{color:#475569}.mp-prose-card--trailing{margin-top:1.5rem;padding:1.25rem 1.5rem;background:transparent;border:none;border-top:1px solid var(--mp-border);border-radius:0;box-shadow:none;font-size:.9375rem;color:var(--mp-muted-fg)}.mp-section--dark .mp-prose-card--trailing{border-top-color:var(--mp-dark-border);color:var(--mp-dark-muted-fg)}.mp-table-card{padding:1.25rem;background:var(--mp-card);border:1px solid var(--mp-border);border-radius:var(--mp-radius);box-shadow:var(--mp-shadow-sm);display:flex;flex-direction:column;gap:.5rem}.mp-section--dark .mp-table-card{background:var(--mp-dark-card);border-color:var(--mp-dark-border)}.mp-table-card__title{font-family:var(--mp-font-head);font-size:1rem;font-weight:600;color:var(--mp-fg)}.mp-section--dark .mp-table-card__title{color:var(--mp-dark-fg)}.mp-table-card__rows{display:flex;flex-direction:column;gap:.4rem;font-size:.875rem;color:var(--mp-muted-fg)}.mp-section--dark .mp-table-card__rows{color:var(--mp-dark-muted-fg)}.mp-table-card__row{display:flex;justify-content:space-between;gap:1rem}.mp-table-card__row-label{color:var(--mp-fg);font-weight:500;flex-shrink:0}.mp-section--dark .mp-table-card__row-label{color:var(--mp-dark-fg)}.mp-table-card__row-value{text-align:right}.mp-section-lead{margin:0 auto 1.5rem;max-width:56rem;font-size:.9375rem;color:var(--mp-muted-fg);line-height:1.6}.mp-section--dark .mp-section-lead{color:var(--mp-dark-muted-fg)}.mp-section-lead p{margin:0 0 .75rem}.mp-section-lead p:last-child{margin-bottom:0}.mp-section-lead strong{color:var(--mp-fg);font-weight:600}.mp-section--dark .mp-section-lead strong{color:var(--mp-dark-fg)}.mp-callout{padding:1rem 1.25rem;border-left:3px solid var(--mp-primary);background:var(--mp-card);border:1px solid var(--mp-border);border-left-width:3px;border-radius:0 var(--mp-radius-sm) var(--mp-radius-sm) 0;margin:0 auto 1.5rem;font-size:.9375rem;color:var(--mp-muted-fg);line-height:1.6;max-width:56rem}.mp-section--dark .mp-callout{background:var(--mp-dark-card);border-color:var(--mp-dark-border);border-left-color:var(--mp-primary);color:var(--mp-dark-muted-fg)}.mp-callout strong{color:var(--mp-fg);font-weight:600}.mp-section--dark .mp-callout strong{color:var(--mp-dark-fg)}.mp-callout>:first-child{margin-top:0}.mp-callout>:last-child{margin-bottom:0}.mp-cta{background:var(--mp-dark-bg);color:var(--mp-dark-fg);padding:4rem 1.5rem}@media(min-width:768px){.mp-cta{padding:5rem 1.5rem}}.mp-cta__inner{max-width:1200px;margin:0 auto;display:grid;gap:2.5rem;align-items:start}@media(min-width:900px){.mp-cta__inner{grid-template-columns:1fr 1fr}}.mp-cta__copy h2{margin:0 0 .75rem;font-family:var(--mp-font-head);font-size:1.875rem;font-weight:500;line-height:1.2}.mp-cta__copy p{margin:0;color:var(--mp-dark-muted-fg);font-size:1rem;line-height:1.6}.mp-cta__copy a{color:#93c5fd;text-decoration:none;border-bottom:1px solid rgba(147,197,253,.4)}.mp-cta__copy a:hover{border-bottom-color:#93c5fd}.mp-cta .whitepaper-form{--whitepaper-form-bg: transparent;background:transparent;border:none;padding:0;box-shadow:none}.mp-cta .whitepaper-form input[type=text],.mp-cta .whitepaper-form input[type=email]{background:#ffffff0f;border:1px solid rgba(148,163,184,.3);color:var(--mp-dark-fg)}.mp-cta .whitepaper-form input::placeholder{color:#e2e8f080}.mp-cta .whitepaper-form input:focus{outline:none;border-color:var(--mp-primary);background:#ffffff1a}.mp-cta .whitepaper-checkbox__label{color:var(--mp-dark-muted-fg)}.mp-cta .whitepaper-download{background:#fff;color:var(--mp-dark-bg);border:none;padding:.875rem 1.5rem;border-radius:var(--mp-radius-sm);font-family:var(--mp-font-head);font-weight:600;cursor:pointer;transition:background .15s ease,opacity .15s ease}.mp-cta .whitepaper-download:hover{background:#ffffffe6}.mp-cta .whitepaper-download:disabled{opacity:.5;cursor:not-allowed}.mp-secondary-download{max-width:1200px;margin:1.5rem auto;padding:1.25rem 1.5rem;font-size:.9375rem;color:var(--mp-muted-fg);display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between}.mp-secondary-download a{color:var(--mp-primary);font-weight:600;text-decoration:none;border-bottom:1px solid rgba(55,111,208,.3)}.mp-secondary-download a:hover{border-bottom-color:var(--mp-primary)}
