.edc-scrollspy{--edc-bg-primary:#fff;--edc-bg-secondary:#f8f4f3;--edc-bg-tertiary:#f5f9f9;--edc-text-primary:#24272a;--edc-text-secondary:#555;--edc-text-muted:#888;--edc-accent:#77a2bd;--edc-nav-active-bg:#042d41;--edc-nav-active-text:#fff;--edc-border:rgba(36,39,42,.12);--edc-indicator:#042d41;--edc-nav-hover-bg:rgba(4,45,65,.06);--edc-transition:0.8s cubic-bezier(0.25,0.46,0.45,0.94)}.dark-mode .edc-scrollspy,[data-theme=dark] .edc-scrollspy{--edc-bg-primary:#24272a;--edc-bg-secondary:#214b64;--edc-bg-tertiary:#042d41;--edc-text-primary:#f8f4f3;--edc-text-secondary:silver;--edc-text-muted:#999;--edc-accent:#77a2bd;--edc-nav-active-bg:#77a2bd;--edc-nav-active-text:#042d41;--edc-border:hsla(0,0%,100%,.1);--edc-indicator:#77a2bd;--edc-nav-hover-bg:rgba(119,162,189,.1)}.edc-scrollspy{color:var(--edc-text-primary);display:grid;font-family:IBM Plex Sans,sans-serif;font-size:18px;font-weight:400;gap:72px;grid-template-columns:280px 1fr;line-height:1.6;margin:0 auto;max-width:1460px;padding:80px 18px 36px;position:relative;-webkit-font-smoothing:antialiased}.edc-scrollspy__nav{align-self:start;border-right:1px solid var(--edc-border);display:flex;flex-direction:column;gap:0;padding:0;position:sticky;top:80px;transition:border-color var(--edc-transition)}.edc-scrollspy__nav-heading{border-bottom:1px solid var(--edc-border);color:var(--edc-text-muted);font-size:12px;font-weight:500;letter-spacing:.1em;margin-bottom:9px;padding:0 18px 18px;text-transform:uppercase;transition:color var(--edc-transition),border-color var(--edc-transition)}.edc-scrollspy__nav-item{align-items:center;border-radius:6px 0 0 6px;color:var(--edc-text-secondary);cursor:pointer;display:flex;font-family:inherit;font-size:15px;font-weight:400;gap:12px;line-height:1.4;outline:none;padding:10px 18px;position:relative;text-decoration:none;transition:color .3s ease,background-color .3s ease}.edc-scrollspy__nav-item:hover{background-color:var(--edc-nav-hover-bg);color:var(--edc-text-primary)}.edc-scrollspy__nav-item:focus-visible{outline:2px solid var(--edc-accent);outline-offset:-2px}.edc-scrollspy__nav-item:before{background-color:var(--edc-indicator);border-radius:3px 0 0 3px;bottom:8px;content:"";opacity:0;position:absolute;right:-1px;top:8px;transform:scaleY(0);transition:opacity .3s ease,transform .3s ease;width:3px}.edc-scrollspy__nav-item--active{color:var(--edc-text-primary);font-weight:500}.edc-scrollspy__nav-item--active:before{opacity:1;transform:scaleY(1)}.edc-scrollspy__nav-number{align-items:center;background-color:var(--edc-bg-tertiary);border-radius:6px;color:var(--edc-text-muted);display:inline-flex;flex-shrink:0;font-size:11px;font-weight:500;height:24px;justify-content:center;transition:background-color .3s ease,color .3s ease;width:24px}.edc-scrollspy__nav-item--active .edc-scrollspy__nav-number{background-color:var(--edc-nav-active-bg);color:var(--edc-nav-active-text)}.edc-scrollspy__content{display:flex;flex-direction:column;gap:0}.edc-scrollspy__section{border-bottom:1px solid var(--edc-border);opacity:0;padding:36px 0;transform:translateY(24px);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94),border-color var(--edc-transition)}.edc-scrollspy__section:last-child{border-bottom:none}.edc-scrollspy__section--revealed{opacity:1;transform:translateY(0)}.edc-scrollspy__section-label{color:var(--edc-accent);font-size:12px;font-weight:500;letter-spacing:.1em;margin-bottom:12px;text-transform:uppercase;transition:color var(--edc-transition)}.edc-scrollspy__section-title{color:var(--edc-text-primary);font-size:32px;font-weight:300;letter-spacing:-.01em;line-height:1.25;margin-bottom:18px;transition:color var(--edc-transition)}.edc-scrollspy__section-body{color:var(--edc-text-secondary);font-size:18px;font-weight:400;line-height:1.7;transition:color var(--edc-transition)}.edc-scrollspy__section-body p+p{margin-top:18px}.edc-scrollspy__ctas{display:flex;flex-wrap:wrap;gap:18px;margin-top:27px}.edc-scrollspy__cta{align-items:center;color:var(--edc-accent);display:inline-flex;font-size:15px;font-weight:500;gap:8px;text-decoration:none;transition:gap .3s ease,background-color .3s ease,color .3s ease}.edc-scrollspy__cta:hover{gap:12px}.edc-scrollspy__cta-arrow{flex-shrink:0;height:16px;transition:transform .3s ease;width:16px}.edc-scrollspy__cta:hover .edc-scrollspy__cta-arrow{transform:translateX(3px)}.edc-scrollspy__cta--button{background:linear-gradient(90deg,#042d41,#214b64);border-radius:6px;color:#fff;font-size:15px;font-weight:500;gap:10px;padding:12px 24px;transition:transform .3s ease,gap .3s ease}.edc-scrollspy__cta--button:hover{gap:14px;transform:translateY(-2px)}.edc-scrollspy__cta--button .edc-scrollspy__cta-arrow{fill:#fff}.dark-mode .edc-scrollspy__cta--button,[data-theme=dark] .edc-scrollspy__cta--button{background:var(--edc-accent);color:#042d41}.dark-mode .edc-scrollspy__cta--button .edc-scrollspy__cta-arrow,[data-theme=dark] .edc-scrollspy__cta--button .edc-scrollspy__cta-arrow{fill:#042d41}@media (max-width:1024px){.edc-scrollspy{gap:36px;grid-template-columns:220px 1fr;padding:54px 36px}}@media (max-width:768px){.edc-scrollspy{gap:0;grid-template-columns:1fr;padding:36px 18px}.edc-scrollspy__nav{border-bottom:1px solid var(--edc-border);border-right:none;flex-direction:row;gap:0;margin-bottom:36px;overflow-x:auto;padding-bottom:0;position:relative;top:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.edc-scrollspy__nav::-webkit-scrollbar{display:none}.edc-scrollspy__nav-heading{display:none}.edc-scrollspy__nav-item{border-radius:0;flex-shrink:0;font-size:14px;padding:12px 18px;white-space:nowrap}.edc-scrollspy__nav-item:before{border-radius:3px 3px 0 0;bottom:-1px;height:3px;left:18px;right:18px;top:auto;width:auto}.edc-scrollspy__nav-number{display:none}.edc-scrollspy__section{padding:36px 0}.edc-scrollspy__section-title{font-size:26px}}@media (prefers-reduced-motion:reduce){.edc-scrollspy__section{opacity:1;transform:none;transition:border-color var(--edc-transition)}.edc-scrollspy__nav-item:before{transition:none}}