/* ONEGOLOS first-stage presentation. Scoped to this block only. */
html body .og-stage{--og-ink:#171c24;--og-muted:#667283;--og-line:#e2e9ee;--og-green:#2d7567;padding:64px 20px;background:#fff;color:var(--og-ink);scroll-margin-top:86px;font-family:"ONEGOLOS Inter",Inter,system-ui,-apple-system,sans-serif}
.og-stage *{box-sizing:border-box}
.og-stage .og-stage-inner{width:100%;max-width:1160px;margin:auto;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:24px 48px;padding:40px;border:1px solid var(--og-line);border-radius:28px;background:radial-gradient(ellipse at 0 0,#edf8f4 0,transparent 58%),linear-gradient(135deg,#fff 48%,#fffcf2);box-shadow:0 18px 54px #203e3008}
.og-stage .og-stage-intro{display:contents}
.og-stage .og-stage-kicker{grid-column:1/-1;grid-row:1;justify-self:start;display:inline-flex;align-items:center;padding:6px 10px;border:1px solid #d8e9e1;border-radius:7px;background:#f5faf7;color:var(--og-green);font-size:.75rem;font-weight:500;letter-spacing:.055em;line-height:1.4;text-transform:uppercase}
html body .og-stage h2{grid-column:1;grid-row:2;align-self:center;margin:0;max-width:610px;font-family:inherit;font-size:clamp(1.875rem,3.1vw,2.625rem);font-weight:300;line-height:1.15;letter-spacing:-.035em;color:var(--og-ink)}
.og-stage h2 br{display:none}
.og-stage .og-stage-intro>p{grid-column:2;grid-row:2;align-self:center;margin:0;max-width:420px;font-size:1rem;font-weight:300;line-height:1.7;color:var(--og-muted)}
.og-stage .og-stage-deliverables{grid-column:1/-1;grid-row:3;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:6px}
.og-stage .og-stage-deliverables article{display:flex;flex-direction:column;align-items:flex-start;gap:18px;min-width:0;margin:0;padding:22px 20px;border:1px solid #e2e9ee;border-radius:18px;background:#ffffffed;box-shadow:0 5px 20px #254b3605}
.og-stage .og-stage-deliverables article>span{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 7px;border-radius:9px;background:#edf6f2;border:1px solid #deebe4;color:var(--og-green);font-size:.8125rem;font-weight:500;font-variant-numeric:tabular-nums}
.og-stage .og-stage-deliverables article:nth-child(2)>span{background:#fff8e4;border-color:#f0e7cb;color:#8b7026}
.og-stage .og-stage-deliverables article:nth-child(3)>span{background:#edf3fb;border-color:#e0e9f5;color:#527595}
html body .og-stage h3{margin:0 0 10px;font-family:inherit;font-size:1.0625rem;font-weight:400;line-height:1.3;letter-spacing:-.02em;color:var(--og-ink)}
.og-stage .og-stage-deliverables p{margin:0;font-size:1rem;font-weight:300;line-height:1.6;color:var(--og-muted)}
.og-stage .og-stage-open{grid-column:1;grid-row:4;align-self:center;justify-self:start;display:inline-flex;align-items:center;justify-content:space-between;gap:20px;max-width:100%;min-height:46px;padding:12px 17px;border:1px solid var(--og-ink);border-radius:10px;background:var(--og-ink);color:#fff;font-family:inherit;font-size:.9375rem;font-weight:400;line-height:1.4;text-align:left;cursor:pointer;transition:background .18s,border-color .18s}
.og-stage .og-stage-open>span{font-size:1.125rem;font-weight:300}
.og-stage .og-stage-open:hover{background:var(--og-green);border-color:var(--og-green)}
.og-stage .og-stage-open:focus-visible{outline:3px solid var(--og-green);outline-offset:4px}
.og-stage .og-stage-preview-label{grid-column:2;grid-row:4;align-self:center;margin:0;padding-left:18px;border-left:1px solid #d4e3da;font-size:.875rem;font-weight:400;line-height:1.5;color:var(--og-green)}
.og-stage .og-stage-boundary{grid-column:1/-1;grid-row:5;display:grid;grid-template-columns:90px minmax(0,1fr);gap:16px;align-items:baseline;margin-top:2px;padding-top:20px;border-top:1px solid #dfe7e2}
.og-stage .og-stage-boundary strong{font-size:.8125rem;font-weight:500;color:var(--og-green)}
.og-stage .og-stage-boundary p{margin:0;font-size:.875rem;font-weight:300;line-height:1.6;color:var(--og-muted)}
.og-stage noscript{grid-column:1/-1;grid-row:6;font-size:.875rem}
@media(max-width:1050px){
.og-stage .og-stage-inner{gap:24px 32px;padding:32px}
.og-stage .og-stage-deliverables{grid-template-columns:repeat(2,minmax(0,1fr))}
.og-stage .og-stage-deliverables article{flex-direction:row;gap:15px;padding:22px}
.og-stage .og-stage-deliverables article>span{flex-shrink:0}
}
@media(max-width:720px){
html body .og-stage{padding:36px 20px;scroll-margin-top:74px}
.og-stage .og-stage-inner{grid-template-columns:minmax(0,1fr);gap:18px;padding:24px 20px;border-radius:22px}
.og-stage .og-stage-kicker{grid-row:1;font-size:.75rem}
html body .og-stage h2{grid-column:1;grid-row:2;font-size:2rem;line-height:1.14}
.og-stage .og-stage-intro>p{grid-column:1;grid-row:3;font-size:1rem;line-height:1.65}
.og-stage .og-stage-deliverables{grid-row:4;grid-template-columns:minmax(0,1fr);gap:10px;margin:4px 0 0}
.og-stage .og-stage-deliverables article{padding:18px 16px;gap:12px;border-radius:14px}
html body .og-stage h3{margin-bottom:7px;font-size:1.0625rem}
.og-stage .og-stage-deliverables p{font-size:1rem;line-height:1.6}
.og-stage .og-stage-open{grid-column:1;grid-row:5;width:100%;min-height:46px}
.og-stage .og-stage-preview-label{grid-column:1;grid-row:6;border:0;padding:0;margin-top:-8px;font-size:.8125rem}
.og-stage .og-stage-boundary{grid-row:7;grid-template-columns:1fr;gap:6px;margin-top:0;padding-top:16px}
.og-stage noscript{grid-row:8}
}
@media(max-width:380px){
html body .og-stage{padding-inline:12px}
.og-stage .og-stage-inner{padding:22px 16px}
html body .og-stage h2{font-size:1.875rem}
.og-stage .og-stage-deliverables article{padding:16px 12px;gap:10px}
}
@media(prefers-reduced-motion:reduce){.og-stage *{transition:none!important;scroll-behavior:auto}}
