/* Decorative marks stay inside the page gutters, away from text and controls. */
.has-edge-accent{position:relative}
.edge-accent{position:absolute;display:flex;align-items:center;justify-content:center;width:clamp(38px,calc((100vw - 1280px)/2 - 10px),110px);height:90px;color:var(--acid);pointer-events:none;user-select:none;overflow:hidden;line-height:1}
.edge-accent--left{left:0}
.edge-accent--right{right:0}
.edge-accent--star::before{content:'✳';font-family:Manrope,Arial,sans-serif;font-weight:400;font-size:72px;flex-shrink:0;transform:rotate(var(--accent-angle,12deg))}
.edge-accent--line::before{content:'';display:block;width:11px;height:62px;border-radius:20px;background:currentColor;transform:rotate(var(--accent-angle,-14deg));flex-shrink:0}
.accent-hero{top:29%;--accent-angle:12deg}
.accent-offer{top:34px;--accent-angle:-10deg}
.accent-portfolio{top:57%;--accent-angle:-14deg}
.accent-reviews{bottom:20px;--accent-angle:16deg}
.accent-process{top:25px;--accent-angle:14deg}
.accent-faq{top:62%;--accent-angle:14deg}
@media(max-width:1100px){.edge-accent{width:26px}.edge-accent--star::before{font-size:52px}.edge-accent--line::before{width:8px;height:48px}}
@media(max-width:700px){.edge-accent{display:none}.accent-offer,.accent-process{display:flex;width:17px;height:50px}.accent-offer{top:14px}.accent-offer::before{font-size:35px}.accent-process{top:15px}.accent-process::before{font-size:35px}}
