
:root{--ws-primary:#1d92bd;--ws-primary-dark:#116f96;--ws-primary-soft:#e3f6fd;--ws-ink:#172437;--ws-copy:#5d6b7c;--ws-border:#dbe7ee;--ws-surface:#fff;--ws-surface-soft:#f7fbfd;--ws-shadow:0 24px 60px rgba(23,36,55,.09)}
html{scroll-behavior:smooth}.ws-policy-page{background:var(--ws-surface);color:var(--ws-ink)}
.ws-policy-hero{position:relative;overflow:hidden;padding:165px 0 95px;background:radial-gradient(circle at 88% 20%,rgba(117,201,236,.35),transparent 32%),linear-gradient(135deg,#eefaff 0%,#dff4fc 52%,#f8fcfe 100%)}
.ws-policy-hero:before{content:"";position:absolute;left:-160px;bottom:-230px;width:430px;height:430px;border-radius:50%;background:rgba(29,146,189,.08)}
.ws-policy-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:70px;align-items:center}.ws-policy-hero__content{max-width:760px}
.ws-policy-hero__eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--ws-primary-dark);font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.ws-policy-hero__eyebrow:before{content:"";width:28px;height:2px;background:var(--ws-primary)}
.ws-policy-hero h1{margin:0;color:var(--ws-ink);font-size:clamp(46px,5.5vw,74px);font-weight:700;line-height:1.05;letter-spacing:-.045em}.ws-policy-hero p{max-width:700px;margin:24px 0 0;color:var(--ws-copy);font-size:19px;line-height:1.75}
.ws-policy-hero__card{display:flex;align-items:center;gap:16px;min-width:300px;padding:22px 24px;border:1px solid rgba(255,255,255,.75);border-radius:22px;background:rgba(255,255,255,.82);box-shadow:var(--ws-shadow);backdrop-filter:blur(16px);transform:rotate(2deg)}
.ws-policy-hero__icon{display:grid;width:54px;height:54px;flex:0 0 auto;place-items:center;border-radius:17px;background:var(--ws-primary-soft);color:var(--ws-primary);font-size:22px}.ws-policy-hero__card span,.ws-policy-hero__card strong{display:block}.ws-policy-hero__card span{margin-bottom:3px;color:var(--ws-copy);font-size:13px}.ws-policy-hero__card strong{color:var(--ws-ink);font-size:16px}
.ws-policy-main{padding:90px 0 120px}.ws-policy-layout{display:grid;grid-template-columns:280px minmax(0,820px);gap:70px;justify-content:center;align-items:start}.ws-policy-toc__inner{position:sticky;top:110px;max-height:calc(100vh - 145px);overflow-y:auto;padding:24px;border:1px solid var(--ws-border);border-radius:22px;background:var(--ws-surface-soft)}
.ws-policy-toc__label{display:block;margin-bottom:15px;color:var(--ws-ink);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.ws-policy-toc nav{display:grid;gap:4px}.ws-policy-toc a{display:block;padding:8px 10px;border-radius:10px;color:var(--ws-copy);font-size:13px;line-height:1.45;text-decoration:none;transition:.2s}.ws-policy-toc a:hover{background:#fff;color:var(--ws-primary-dark);transform:translateX(3px);text-decoration:none}
.ws-policy-content{min-width:0;color:var(--ws-copy);font-size:17px;line-height:1.85}.ws-policy-content>p:first-child{margin-top:0;padding:26px 28px;border:1px solid rgba(29,146,189,.18);border-radius:18px;background:var(--ws-primary-soft);color:var(--ws-ink);font-size:18px}.ws-policy-content h3{margin:54px 0 18px;color:var(--ws-ink);font-size:27px;font-weight:700;line-height:1.25;letter-spacing:-.02em}.ws-policy-content h3:first-of-type{margin-top:42px;padding:20px 22px;border-left:4px solid #e4a72c;border-radius:0 14px 14px 0;background:#fff9e8;color:#6f5315}
.ws-policy-content p{margin:0 0 22px}.ws-policy-content strong{color:var(--ws-ink);font-weight:700}.ws-policy-content a{color:var(--ws-primary-dark);font-weight:600;text-decoration:underline;text-decoration-color:rgba(29,146,189,.35);text-underline-offset:3px}.ws-policy-content ul,.ws-policy-content ol:not(.ws-policy-section-title){margin:0 0 24px;padding-left:28px}.ws-policy-content li{margin-bottom:10px;padding-left:5px}.ws-policy-content li::marker{color:var(--ws-primary);font-weight:700}
.ws-policy-section-title{margin:58px 0 20px;padding:0;scroll-margin-top:120px;list-style-position:inside}.ws-policy-section-title li{margin:0;padding:20px 22px;border-left:4px solid var(--ws-primary);border-radius:0 14px 14px 0;background:var(--ws-surface-soft);color:var(--ws-ink);font-size:23px;font-weight:700;line-height:1.35}.ws-policy-section-title li::marker{color:var(--ws-primary)}
@media(max-width:1100px){.ws-policy-layout{grid-template-columns:240px minmax(0,1fr);gap:45px}.ws-policy-hero__card{min-width:260px}}
@media(max-width:900px){.ws-policy-hero{padding:140px 0 80px}.ws-policy-hero__inner{grid-template-columns:1fr;gap:40px}.ws-policy-hero__card{width:min(100%,420px)}.ws-policy-layout{grid-template-columns:1fr}.ws-policy-toc__inner{position:static;max-height:none}.ws-policy-toc nav{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.ws-policy-hero{padding:120px 0 65px}.ws-policy-hero h1{font-size:44px}.ws-policy-hero p{font-size:17px}.ws-policy-main{padding:60px 0 85px}.ws-policy-toc nav{grid-template-columns:1fr}.ws-policy-content{font-size:16px;line-height:1.78}.ws-policy-content>p:first-child{padding:20px;font-size:16px}.ws-policy-section-title li{padding:17px 18px;font-size:20px}}
