.shadow-custom-section{background:#f0f6fc;padding-block:clamp(44px,5vw,72px)}
.shadow-custom-entry{display:flex;align-items:center;gap:clamp(32px,5vw,72px);padding-inline:8px}
.shadow-custom-entry>div{flex:1;min-width:0}
.shadow-custom-entry h3{font-size:clamp(28px,2.5vw,36px);font-weight:500;color:var(--navy);margin:0 0 20px}
.shadow-custom-entry p{font-size:17px;line-height:1.85;color:var(--muted);margin:0;max-width:40em}
.shadow-custom-entry button{flex-shrink:0}
.shadow-custom-dialog{box-sizing:border-box;width:calc(100% - 48px);max-width:960px;max-height:90dvh;padding:0;border:1px solid var(--line);border-radius:20px;background:white;color:var(--navy);overflow:auto;overscroll-behavior:contain}
.shadow-custom-dialog::backdrop{background:rgb(10 28 48 / .62)}
@media(prefers-reduced-motion:no-preference){
 .shadow-custom-dialog[open]{transform-origin:center}
 .shadow-custom-dialog[open]::backdrop{animation:shadow-custom-backdrop 300ms ease-out both}
 .shadow-custom-dialog[open][data-closing]::backdrop{animation:shadow-custom-backdrop-close 440ms cubic-bezier(.4,0,.2,1) both}
}
@keyframes shadow-custom-backdrop{from{background:rgb(10 28 48 / 0)}to{background:rgb(10 28 48 / .62)}}
@keyframes shadow-custom-backdrop-close{from{background:var(--custom-close-shade,rgb(10 28 48 / .62))}to{background:rgb(10 28 48 / 0)}}
.shadow-custom-toolbar{position:sticky;top:0;z-index:2;display:flex;justify-content:flex-end;padding:10px 14px;background:white;border-bottom:1px solid var(--line)}
.shadow-custom-close{position:relative;display:block;flex:none;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:var(--ice,#f3f7fb);color:var(--navy);font-size:0;cursor:pointer}
.shadow-custom-close::before,.shadow-custom-close::after{content:"";position:absolute;left:50%;top:50%;width:16px;height:2px;background:currentColor;border-radius:1px;transform:translate(-50%,-50%) rotate(45deg)}
.shadow-custom-close::after{transform:translate(-50%,-50%) rotate(-45deg)}
.shadow-custom-body{padding:0 36px 36px}
.shadow-custom-body h2{font-size:clamp(28px,3vw,40px);margin:0 0 20px;font-weight:400;line-height:1.3;letter-spacing:.02em;color:var(--blue-deep,var(--navy))}
.shadow-custom-body h3{font-size:22px;margin:0 0 24px;font-weight:500}
.shadow-custom-body p,.shadow-custom-body li{font-size:16px;line-height:1.85;color:var(--muted)}
.shadow-custom-cases{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.shadow-custom-cases img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:center;border-radius:10px}
.shadow-custom-cases h4{font-size:17px;margin:16px 0 8px}
.shadow-custom-cases p{margin:0;font-size:15px}
.shadow-custom-body ul,.shadow-custom-body ol{padding-left:24px}
.shadow-custom-body ol{list-style:decimal}
.shadow-custom-body ul{list-style:disc}
.shadow-custom-body li+li{margin-top:8px}
.shadow-custom-body footer{margin-top:28px;border-top:1px solid var(--line);padding-top:24px}
.shadow-custom-dialog :focus-visible{outline:2px solid var(--blue);outline-offset:4px}
.shadow-custom-intro{padding:32px 0;border-bottom:1px solid var(--line)}
.shadow-custom-intro>p:last-child{max-width:46em;margin:0}
.shadow-custom-body .shadow-custom-eyebrow{font-size:13px;letter-spacing:.14em;font-weight:600;color:var(--blue);margin:0 0 16px}
.shadow-custom-case-section{padding:32px 0 36px}
.shadow-custom-cases h4{padding-top:16px;border-top:1px solid var(--line);line-height:1.6}
.shadow-custom-specs{padding:28px;border-radius:16px;background:#f0f6fc}
.shadow-custom-specs ul{margin:0;list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:0 28px}
.shadow-custom-specs li{margin:0!important;padding:12px 0;border-top:1px solid var(--line);font-size:15px}
.shadow-custom-specs li:first-child{grid-column:1/-1;border:0;padding-top:0}
.shadow-custom-specs strong{color:var(--blue-deep,var(--navy));font-weight:600}
.shadow-custom-process{padding-top:36px}
.shadow-custom-process ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;column-gap:32px;counter-reset:custom-step}
.shadow-custom-process li{counter-increment:custom-step;margin:0!important;padding:13px 0;display:flex;gap:16px;align-items:baseline;border-top:1px solid var(--line)}
.shadow-custom-process li::before{content:counter(custom-step,decimal-leading-zero);font-size:13px;font-variant-numeric:tabular-nums;letter-spacing:.08em;color:var(--blue);flex-shrink:0}
.shadow-custom-body footer{display:flex;align-items:center;justify-content:space-between;gap:24px}
.shadow-custom-body footer p{max-width:24em;margin:0;font-size:15px}
.shadow-custom-body footer button{flex-shrink:0}
.shadow-custom-close:hover{background:#e5eef8}
.faq-custom-link{display:inline;padding:0;border:0;background:none;color:var(--blue);font:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.faq-custom-link:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
@media(max-width:767px){.shadow-custom-entry{flex-direction:column;text-align:center;gap:20px}.shadow-custom-dialog{width:calc(100% - 24px);max-height:calc(100dvh - 24px);border-radius:14px}.shadow-custom-body{padding:12px 20px 24px}.shadow-custom-cases{grid-template-columns:1fr;gap:28px}}
@media(max-width:767px){.shadow-custom-intro{padding:16px 0 28px}.shadow-custom-specs{padding:20px}.shadow-custom-specs ul,.shadow-custom-process ol{grid-template-columns:1fr}.shadow-custom-body footer{flex-direction:column;align-items:flex-start}.shadow-custom-body h3{font-size:21px}}
