.wt07-legal { display: grid; gap: 18px; max-width: 1220px; }
.wt07-legal__hero { position: relative; display: flex; justify-content: space-between; align-items: center; min-height: 220px; padding: 38px 42px; overflow: hidden; border-radius: 0; background: linear-gradient(125deg, #fff, #e8f5ff); }
.wt07-legal__hero::before { content: ""; position: absolute; inset: 0; opacity: .45; background: radial-gradient(circle at 88% 40%, rgba(51, 143, 223, .16) 0 2px, transparent 3px); background-size: 18px 18px; mask-image: linear-gradient(90deg, transparent 55%, #000); }
.wt07-legal__hero > div:first-child { position: relative; z-index: 1; max-width: 720px; }
.wt07-legal__eyebrow { color: var(--wu-accent); font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.wt07-legal__hero h1 { margin: 9px 0 12px; font-size: clamp(31px, 4vw, 48px); line-height: 1.1; }
.wt07-legal__hero p { margin: 0; color: var(--wu-muted); font-size: 16px; line-height: 1.8; }
.wt07-legal__badge { position: relative; z-index: 1; display: grid; width: 126px; height: 126px; flex: 0 0 auto; place-content: center; border: 1px solid rgba(51, 143, 223, .28); color: var(--wu-accent); background: rgba(255, 255, 255, .82); box-shadow: 14px 14px 0 #dcefff; text-align: center; }
.wt07-legal__badge b { font-size: 50px; line-height: 1; }
.wt07-legal__badge span { margin-top: 7px; font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.wt07-legal__overview, .wt07-legal__claim { padding: 28px; border-radius: 0; }
.wt07-legal__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--wu-line); background: var(--wu-line); }
.wt07-legal__facts article { min-width: 0; padding: 24px; background: linear-gradient(145deg, #fff, #f7fbff); }
.wt07-legal__facts b { display: block; width: 36px; padding-bottom: 8px; border-bottom: 3px solid var(--wu-accent); color: var(--wu-accent); font-size: 18px; }
.wt07-legal__facts h3 { margin: 16px 0 8px; }
.wt07-legal__facts p { margin: 0; color: var(--wu-muted); line-height: 1.75; }
.wt07-legal__claim { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .68fr); gap: 30px; align-items: center; border-left: 5px solid var(--wu-accent); }
.wt07-legal__claim-copy > span { color: var(--wu-accent); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.wt07-legal__claim-copy h2 { margin: 7px 0 10px; font-size: 25px; }
.wt07-legal__claim-copy p { margin: 0; color: var(--wu-muted); line-height: 1.78; }
.wt07-legal__contact { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 8px 12px; padding: 18px; background: var(--wu-surface-2); }
.wt07-legal__contact div { display: contents; }
.wt07-legal__contact small { align-self: center; color: var(--wu-muted); }
.wt07-legal__contact strong { min-width: 0; align-self: center; color: var(--wu-accent); overflow-wrap: anywhere; }
.wt07-legal__button { grid-column: 1 / -1; display: flex; margin-top: 6px; border: 0; border-radius: 0; box-shadow: 0 10px 22px rgba(51, 143, 223, .18); }
@media (max-width: 880px) { .wt07-legal__claim { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .wt07-legal__facts { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .wt07-legal__hero { min-height: 0; padding: 26px 21px; } .wt07-legal__badge { width: 76px; height: 76px; box-shadow: 7px 7px 0 #dcefff; } .wt07-legal__badge b { font-size: 32px; } .wt07-legal__badge span { display: none; } .wt07-legal__overview, .wt07-legal__claim { padding: 20px; } .wt07-legal__facts article { padding: 19px; } .wt07-legal__contact { grid-template-columns: 74px minmax(0, 1fr); padding: 14px; } }
