.lgp-section{width:100vw;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:0!important;box-sizing:border-box;background:var(--lgp-bg);color:var(--lgp-text);padding:72px 20px;overflow:hidden;position:relative;left:auto!important;right:auto!important}
.lgp-section *{box-sizing:border-box}.lgp-container{width:100%;max-width:1100px!important;margin-left:auto!important;margin-right:auto!important}
.lgp-header{text-align:center;max-width:820px;margin:0 auto 44px}.lgp-header h2{margin:0 0 14px!important;color:var(--lgp-heading)!important;font-size:clamp(28px,3vw,40px)!important;line-height:1.15!important}.lgp-header p{margin:0!important;color:var(--lgp-text)!important;font-size:17px;line-height:1.7}
.lgp-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.lgp-cols-2 .lgp-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.lgp-cols-3 .lgp-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.lgp-cols-4 .lgp-steps{grid-template-columns:repeat(4,minmax(0,1fr))}
.lgp-step{min-width:0}.lgp-step-marker{display:flex;align-items:center;gap:12px;margin-bottom:16px}.lgp-number{font-weight:800;color:var(--lgp-accent);font-size:14px;letter-spacing:.05em}.lgp-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--lgp-icon-bg);color:var(--lgp-accent);border-radius:14px;font-size:19px}.lgp-step-content h3{margin:0 0 9px!important;color:var(--lgp-heading)!important;font-size:19px!important;line-height:1.3!important}.lgp-step-content p{margin:0!important;color:var(--lgp-text)!important;font-size:15px;line-height:1.65}.lgp-link{display:inline-block;margin-top:14px;color:var(--lgp-accent)!important;text-decoration:none!important;font-weight:700}

/* Style 1 — Vertical Roadmap */
.lgp-style-1 .lgp-steps{display:block;max-width:900px;margin:0 auto}.lgp-style-1 .lgp-step{display:grid;grid-template-columns:74px 1fr;gap:22px;position:relative;padding:0 0 34px}.lgp-style-1 .lgp-step:not(:last-child):after{content:"";position:absolute;left:24px;top:58px;bottom:0;width:2px;background:var(--lgp-border)}.lgp-style-1 .lgp-step-marker{display:flex;flex-direction:column;align-items:center;gap:7px;margin:0}.lgp-style-1 .lgp-number{font-size:13px}.lgp-style-1 .lgp-icon{width:50px;height:50px;border-radius:50%;z-index:1}
.lgp-style-1 .lgp-step-content{padding-top:27px}

/* Style 2 — Horizontal Steps */
.lgp-style-2 .lgp-step{position:relative}.lgp-style-2 .lgp-step:not(:last-child):after{content:"";position:absolute;top:25px;right:-13px;width:26px;height:2px;background:var(--lgp-border)}.lgp-style-2 .lgp-icon{border-radius:50%}.lgp-style-2 .lgp-number{font-size:12px}

/* Style 3 — Numbered Cards */
.lgp-style-3 .lgp-step{background:var(--lgp-card);border:1px solid var(--lgp-border);border-radius:var(--lgp-radius);padding:26px}.lgp-style-3.lgp-shadow .lgp-step{box-shadow:0 8px 28px rgba(17,24,39,.07)}.lgp-style-3 .lgp-step-marker{justify-content:space-between}.lgp-style-3 .lgp-number{font-size:28px;line-height:1}.lgp-style-3 .lgp-icon{margin-left:auto}

/* Style 4 — Timeline */
.lgp-style-4 .lgp-steps{display:block;max-width:900px;margin:0 auto}.lgp-style-4 .lgp-step{display:grid;grid-template-columns:54px 1fr;gap:22px;padding:0 0 28px;position:relative}.lgp-style-4 .lgp-step:not(:last-child):after{content:"";position:absolute;left:25px;top:48px;bottom:0;width:2px;background:var(--lgp-border)}.lgp-style-4 .lgp-step-marker{margin:0}.lgp-style-4 .lgp-icon{width:50px;height:50px;border-radius:50%;z-index:1}.lgp-style-4 .lgp-number{display:none}.lgp-style-4 .lgp-step-content{padding-top:5px}

/* Style 5 — Minimal Checklist */
.lgp-style-5 .lgp-steps{display:block;max-width:900px;margin:0 auto}.lgp-style-5 .lgp-step{padding:18px 0;border-bottom:1px solid var(--lgp-border)}.lgp-style-5 .lgp-step:first-child{border-top:1px solid var(--lgp-border)}.lgp-style-5 .lgp-step-marker{display:inline-flex;margin:0 16px 0 0;vertical-align:top}.lgp-style-5 .lgp-number{display:none}.lgp-style-5 .lgp-icon{width:38px;height:38px;border-radius:50%;font-size:15px}.lgp-style-5 .lgp-step-content{display:inline-block;vertical-align:top;width:calc(100% - 75px);padding-top:2px}

@media(max-width:900px){.lgp-cols-3 .lgp-steps,.lgp-cols-4 .lgp-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.lgp-style-2 .lgp-step:not(:last-child):after{display:none}}
@media(max-width:640px){.lgp-section{padding:52px 18px}.lgp-steps,.lgp-cols-2 .lgp-steps,.lgp-cols-3 .lgp-steps,.lgp-cols-4 .lgp-steps{grid-template-columns:1fr}.lgp-header{margin-bottom:30px}.lgp-style-1 .lgp-step{grid-template-columns:58px 1fr;gap:16px}.lgp-style-1 .lgp-step:not(:last-child):after{left:19px}.lgp-style-1 .lgp-icon{width:42px;height:42px}.lgp-style-1 .lgp-step-content{padding-top:20px}.lgp-style-5 .lgp-step-content{width:calc(100% - 65px)}}
