/* Lone worker enterprise feature and page. Shared Day/Night Atlas tokens. */
.lw-split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); align-items: center; gap: clamp(32px, 6vw, 90px); }
.lw-split--top { align-items: start; }
.lw-split h2 { max-width: 17ch; }
.lw-split .lede { margin-top: 24px; }
.lw-preview { margin: 0; padding: 32px; border-radius: var(--r-lg); background: radial-gradient(ellipse at 30% 20%, rgba(92, 193, 246, .15), transparent 65%), var(--panel); text-align: center; box-shadow: var(--soft-shadow); }
.lw-preview img { display: block; width: min(100%, 208px); height: auto; margin: 0 auto; border-radius: 26px; filter: drop-shadow(0 16px 20px rgba(40, 64, 140, .2)); }
.lw-preview figcaption { margin-top: 22px; font-size: 14px; color: var(--dim); }
.lw-text-link, .lw-source { display: block; width: fit-content; text-decoration: underline; text-underline-offset: 4px; color: var(--text); }
.lw-text-link { margin-top: 22px; font-size: 15px; }
/* Page refinement: quieter canvas, deliberate product and editorial surfaces. */
.lw-page { position: relative; --lw-border: var(--line-hi); }
.lw-page .ret { padding-block: clamp(64px, 7vw, 104px); }
.lw-page h2 { font-size: clamp(36px, 4.1vw, 58px); line-height: 1.07; letter-spacing: -.047em; font-weight: 600; max-width: none; }
.lw-page h3 { font-weight: 600; letter-spacing: -.035em; line-height: 1.2; }
.lw-page .eyebrow { font-size: 11px; letter-spacing: .13em; margin-bottom: 22px; }
.lw-page .lede { font-size: 18px; line-height: 1.65; color: var(--dim); }
.lw-page .sh-eyebrow { flex-wrap: wrap; letter-spacing: .09em; }
.lw-page .sh-eyebrow a { text-decoration: underline; text-underline-offset: 4px; }
.lw-page .shero { padding-top: 65px; padding-bottom: 60px; }
.lw-page .shero h1.sh-title { font-size: clamp(52px, 5.6vw, 80px); max-width: 13ch; line-height: 1.02; }
.lw-page .shero .sh-desc { font-size: 19px; line-height: 1.65; max-width: 470px; }
.lw-page .shero .cta-row { margin-top: 28px; }
.lw-index { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 24px; border-block: 1px solid var(--lw-border); }
.lw-index-label { font-size: 13px; font-weight: 600; }
.lw-index > div { display: flex; gap: 32px; }
.lw-index a { color: var(--dim); padding-block: 10px; font-size: 13px; text-decoration: none; }
.lw-index a:hover { color: var(--text); }
.lw-arrow-link { display: inline-flex; gap: 24px; align-items: center; padding-block: 10px; font-size: 14px; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--lw-border); }
.lw-arrow-link span { color: var(--acc-royal); font-size: 20px; }
.lw-support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.lw-product-visual { position: relative; isolation: isolate; overflow: hidden; margin: 0; display: flex; flex-direction: column; align-items: center; padding: 32px 24px 30px; border-radius: 32px; border: 1px solid var(--line); background: radial-gradient(ellipse at 30% 40%, rgba(92,193,246,.18), transparent 65%), radial-gradient(ellipse at 90% 90%, rgba(243,26,145,.09), transparent 70%), var(--panel-2); }
.lw-visual-heading { display: flex; align-items: center; gap: 12px; align-self: flex-start; font-size: 13px; font-weight: 500; margin-bottom: 28px; }
.lw-product-visual img { position: relative; width: 255px; height: auto; transform: rotate(-5deg); filter: drop-shadow(12px 24px 20px rgba(20,40,80,.16)); }
.lw-phone-orbit { position: absolute; z-index: -1; width: 470px; height: 470px; border: 1px solid var(--line-hi); border-radius: 50%; top: 90px; left: 50%; transform: translateX(-50%); }
.lw-phone-orbit::after { content: ''; position: absolute; inset: 46px; border: 1px solid var(--line-hi); border-radius: 50%; }
.lw-product-visual figcaption { text-align: center; margin: 28px 0 0; font-size: 14px; line-height: 1.7; color: var(--dim); }
.lw-product-visual figcaption strong { font-weight: 500; color: var(--text); }
.lw-support-copy > .lede { margin: 22px 0 24px; max-width: 400px; }
.lw-steps { list-style: none; margin: 0 0 18px; padding: 0; }
.lw-steps li { display: grid; grid-template-columns: 32px 1fr; gap: 16px; padding: 19px 0; position: relative; }
.lw-steps li:not(:last-child)::before { content: ''; position: absolute; top: 54px; bottom: -14px; left: 15px; border-left: 1px solid var(--line-hi); }
.lw-number { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--panel); border: 1px solid var(--line-hi); font-size: 12px; color: var(--acc-royal); }
.lw-steps h3 { font-size: 21px; margin: 3px 0 9px; }
.lw-steps p { font-size: 15px; line-height: 1.65; margin: 0; color: var(--dim); max-width: 390px; }
.lw-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 42px; }
.lw-section-head > :first-child { flex: 1.5; }
.lw-section-head > :last-child { flex: 1; max-width: 340px; }
.lw-section-head .lede { margin: 0; }
.lw-scenarios { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.lw-scenario { overflow: hidden; border-radius: 24px; background: var(--panel); border: 1px solid var(--line); }
.lw-scenario-art { position: relative; background: linear-gradient(135deg, rgba(92,193,246,.12), rgba(73,121,239,.05)); padding: 16px 8px 0; }
.lw-scenario--hotel .lw-scenario-art { background: linear-gradient(135deg, rgba(243,26,145,.08), rgba(142,155,255,.08)); }
.lw-scenario--field .lw-scenario-art { background: linear-gradient(135deg, rgba(73,121,239,.12), rgba(92,193,246,.05)); }
.lw-scenario-copy { padding: 28px 28px 32px; }
.lw-scenario-copy .eyebrow { font-size: 10px; color: var(--dim); margin-bottom: 14px; }
.lw-scenario h3 { font-size: 25px; max-width: 13ch; margin-bottom: 14px; }
.lw-scenario-copy > p:last-child { color: var(--dim); font-size: 15px; line-height: 1.65; margin: 0; }
.lw-scene { width: 100%; }
.scene-grid { stroke: var(--acc-royal); stroke-opacity: .08; }
.scene-shadow { fill: var(--royal); opacity: .07; }
.scene-wall { fill: var(--panel); stroke: var(--line-hi); }
.scene-roof { fill: var(--acc-royal); fill-opacity: .12; stroke: var(--acc-royal); stroke-opacity: .3; }
.scene-glass { fill: var(--royal); fill-opacity: .07; stroke: var(--acc-royal); stroke-opacity: .25; }
.scene-line { stroke: var(--acc-royal); stroke-opacity: .3; stroke-width: 1.5; }
.scene-accent { fill: var(--acc-royal); opacity: .6; }
.scene-route { stroke: var(--acc-royal); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 4 5; }
.scene-node { fill: var(--panel); stroke: var(--acc-royal); stroke-width: 2; }
.scene-pin { fill: var(--royal); stroke: var(--panel); stroke-width: 2; }
.scene-pin-center { fill: var(--panel); }
.lw-legislation { background: rgba(var(--panel-rgb),.5); border-block: 1px solid var(--line); }
.lw-reviewed { font-size: 12px; color: var(--dim); margin: 16px 0 3px; }
.lw-laws { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lw-law { display: flex; flex-direction: column; padding: 36px; border: 1px solid var(--line-hi); border-radius: 26px; background: var(--panel); box-shadow: 0 12px 32px -24px rgba(30,50,90,.15); }
.lw-law-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 30px; }
.lw-jurisdiction { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.lw-law-sector { font-size: 11px; color: var(--acc-royal); border: 1px solid var(--line-hi); border-radius: 20px; padding: 5px 13px; }
.lw-law h3 { font-size: 36px; margin: 0 0 12px; }
.lw-law .lw-law-ref { color: var(--dim); font-size: 12px; margin: 0 0 28px; }
.lw-law > p, .lw-law-details p { color: var(--dim); line-height: 1.65; font-size: 15px; }
.lw-law-facts { border-top: 1px solid var(--line-hi); margin-bottom: 20px; }
.lw-law-facts > div { display: flex; gap: 24px; align-items: center; padding: 21px 0; border-bottom: 1px solid var(--line-hi); }
.lw-law-facts strong { width: 108px; flex-shrink: 0; font-size: 45px; letter-spacing: -.045em; font-weight: 500; line-height: 1; }
.lw-law-facts strong span { color: var(--acc-royal); font-size: 28px; }
.lw-law-facts p { font-size: 12px; line-height: 1.65; color: var(--dim); margin: 0; }
.lw-law-facts b { font-weight: 500; color: var(--text); }
.lw-hotel-feature { display: flex; align-items: center; gap: 22px; border-top: 1px solid var(--line-hi); padding: 25px 0; }
.lw-hotel-feature svg { flex: 0 0 65px; width: 65px; stroke: var(--acc-royal); stroke-width: 1.5; }
.lw-hotel-feature strong { font-size: 20px; font-weight: 500; letter-spacing: -.03em; }
.lw-hotel-feature p { color: var(--dim); font-size: 15px; line-height: 1.65; margin: 9px 0 0; }
.lw-law .lw-hotel-date { padding-block: 18px; border-block: 1px solid var(--line-hi); display: flex; justify-content: space-between; gap: 16px; font-size: 13px; margin-bottom: 22px; }
.lw-hotel-date strong { color: var(--text); font-weight: 500; }
.lw-law-details { margin-top: auto; border-block: 1px solid var(--line-hi); }
.lw-law-details summary, .lw-faq summary { list-style: none; cursor: pointer; }
.lw-law-details summary::-webkit-details-marker, .lw-faq summary::-webkit-details-marker { display: none; }
.lw-law-details summary { font-size: 13px; display: flex; justify-content: space-between; align-items: center; gap: 18px; min-height: 54px; font-weight: 500; }
.lw-law-details summary span { font-size: 22px; font-weight: 400; color: var(--dim); transition: transform .2s ease; }
.lw-law-details[open] summary span { transform: rotate(45deg); }
.lw-law-details > div { padding-bottom: 22px; }
.lw-source { font-size: 12px; line-height: 1.6; margin-top: 12px; overflow-wrap: anywhere; }
.lw-law-primary-source { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px; width: 100%; padding-top: 10px; font-weight: 500; text-decoration: none; }
.lw-law-primary-source:hover { text-decoration: underline; }
.lw-fit { display: grid; grid-template-columns: 1fr 1.7fr; gap: 48px; padding-top: 34px; }
.lw-fit > div:first-child { display: flex; gap: 14px; align-items: flex-start; }
.lw-fit .i3s-notch { margin-top: 11px; flex: 0 0 24px; }
.lw-fit h3 { font-size: 22px; margin: 0; }
.lw-fit p { color: var(--dim); font-size: 14px; line-height: 1.65; margin: 0; }
.lw-fit .lw-note { font-size: 12px; margin-top: 10px; }
.lw-faq-panel { padding: 44px 48px; border-radius: 28px; border: 1px solid var(--line-hi); background: var(--panel); }
.lw-faq-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.lw-faq-head .eyebrow { margin-bottom: 16px; }
.lw-page .lw-faq-head h2 { font-size: 40px; }
.lw-faq-head .lw-arrow-link { white-space: nowrap; }
.lw-faq details { border-top: 1px solid var(--line-hi); }
.lw-faq summary { padding: 24px 44px 24px 0; font-size: 17px; line-height: 1.5; font-weight: 500; position: relative; }
.lw-faq summary::after { content: '+'; position: absolute; right: 0; top: 20px; color: var(--dim); font-size: 25px; font-weight: 400; }
.lw-faq details[open] summary::after { content: '−'; }
.lw-faq p { color: var(--dim); line-height: 1.7; font-size: 15px; max-width: 780px; margin: -6px 40px 25px 0; }
.lw-close { padding: 0 0 88px; }
.lw-close-panel { position: relative; isolation: isolate; overflow: hidden; border-radius: 32px; padding: 64px; background: #101b35; color: #f4f5f7; display: grid; grid-template-columns: 1fr 2fr; gap: 50px; align-items: center; }
.lw-close-panel::before { content: ''; position: absolute; z-index: -1; inset: 0; background: radial-gradient(ellipse at 0 40%, rgba(73,121,239,.4), transparent 65%); }
.lw-close-copy .eyebrow { color: #a9bded; }
.lw-page .lw-close-copy h2 { font-size: clamp(36px, 4vw, 54px); color: #f4f5f7; }
.lw-close-copy h2 span { color: #a9bded; }
.lw-close-copy > p:not(.eyebrow) { max-width: 470px; font-size: 16px; line-height: 1.65; color: #c1cadd; margin: 24px 0 0; }
.lw-close .cta-row { margin-top: 28px; gap: 24px; }
.lw-close-back { font-size: 13px; text-decoration: none; padding-block: 12px; color: #f4f5f7; }
.lw-close-back span { margin-left: 12px; }
.lw-close-art { position: relative; display: grid; place-items: center; aspect-ratio: 1; }
.lw-close-art > span { position: absolute; border: 1px solid rgba(169,189,237,.15); border-radius: 50%; inset: 0; }
.lw-close-art > span:nth-child(2) { inset: 15%; }
.lw-close-art > span:nth-child(3) { inset: 30%; background: rgba(169,189,237,.05); }
.lw-close-art svg { position: relative; width: 72px; stroke: #b7d9ff; stroke-width: 1.7; }
@media (max-width: 1000px) {
  .lw-support-grid { gap: 32px; }
  .lw-product-visual img { width: 225px; }
  .lw-section-head { gap: 30px; }
  .lw-law { padding: 28px; }
  .lw-scenario-copy { padding: 24px 20px; }
  .lw-scenario h3 { font-size: 23px; }
  .lw-close-panel { padding: 44px; gap: 32px; }
  .lw-faq-panel { padding: 36px; }
  .lw-law-facts > div { gap: 12px; }
  .lw-law-facts strong { width: 89px; font-size: 39px; }
}
@media (max-width: 760px) {
  .lw-split, .lw-support-grid, .lw-scenarios, .lw-laws, .lw-fit { grid-template-columns: minmax(0, 1fr); }
  .lw-teaser .lw-preview { max-width: 420px; width: 100%; margin-inline: auto; }
  .lw-page .shero { padding-top: 32px; padding-bottom: 36px; }
  .lw-page .shero h1.sh-title { font-size: clamp(44px, 10vw, 64px); }
  .lw-page .shero .sh-desc { font-size: 17px; }
  .lw-page h2 { font-size: clamp(34px, 8.5vw, 44px); }
  .lw-index { display: block; padding-block: 10px; }
  .lw-index-label { display: none; }
  .lw-index > div { justify-content: space-between; gap: 8px; }
  .lw-index a { font-size: 11px; padding-block: 15px; }
  .lw-support-copy { order: -1; }
  .lw-support-grid { gap: 34px; }
  .lw-product-visual { padding-top: 24px; }
  .lw-product-visual img { width: min(66%, 245px); }
  .lw-product-visual figcaption { margin-top: 22px; }
  .lw-section-head, .lw-faq-head { display: block; }
  .lw-section-head > :last-child { max-width: 100%; margin-top: 22px; }
  .lw-scenario { display: grid; grid-template-columns: 1fr; }
  .lw-scenario-art { padding: 0 20px; }
  .lw-scene { max-height: 210px; }
  .lw-scenario-copy { padding: 26px; }
  .lw-scenario h3 { max-width: none; font-size: 26px; }
  .lw-fit { gap: 16px; }
  .lw-law { padding: 26px; }
  .lw-law h3 { font-size: 32px; }
  .lw-law-facts strong { width: 85px; }
  .lw-law-facts > div { gap: 16px; }
  .lw-faq-panel { padding: 28px 24px 8px; }
  .lw-page .lw-faq-head h2 { font-size: 32px; }
  .lw-faq-head .lw-arrow-link { margin-top: 15px; }
  .lw-faq summary { font-size: 16px; }
  .lw-faq p { margin-right: 0; }
  .lw-close { padding-bottom: 60px; }
  .lw-close-panel { display: flex; flex-direction: column; align-items: flex-start; padding: 30px 26px; gap: 26px; }
  .lw-close-art { width: 96px; }
  .lw-close-art svg { width: 40px; }
  .lw-close-panel .cta-row { align-items: flex-start; }
  .lw-close-panel .btn { width: 100%; }
  .lw-close-panel .lw-close-back { align-self: center; }
}
@media (prefers-reduced-motion: reduce) { .lw-law-details summary span { transition: none; } }
