/* TruPeople Web App — page-specific styles */

.tp-wa-page {
    background: #f7fbfb;
}

/* Browser hub overview */
.tp-wa-browser-hub {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 2.5rem;
    background: linear-gradient(135deg, #062f35 0%, #083e45 45%, #0b5560 100%);
    box-shadow: 0 28px 70px rgba(8, 62, 69, 0.18);
    isolation: isolate;
}

.tp-wa-browser-hub-art {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.9;
}

.tp-wa-browser-hub-layout {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.tp-wa-browser-frame {
    flex: 0 0 52%;
    max-width: 52%;
    border-radius: 14px;
    overflow: hidden;
    background: #0a2e34;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 60px rgba(4, 24, 28, 0.45);
}

.tp-wa-browser-chrome {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 0.9rem;
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-wa-browser-chrome span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
}

.tp-wa-browser-chrome span:first-child { background: rgba(255, 120, 120, 0.75); }
.tp-wa-browser-chrome span:nth-child(2) { background: rgba(255, 200, 100, 0.75); }
.tp-wa-browser-chrome span:nth-child(3) { background: rgba(120, 220, 160, 0.75); }

.tp-wa-browser-url {
    flex: 1;
    margin-left: 0.5rem;
    padding: 0.3rem 0.75rem;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.22);
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.72rem;
    font-weight: 500;
}

.tp-wa-browser-screen {
    padding: 1rem;
}

.tp-wa-browser-screen img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.tp-wa-browser-copy {
    flex: 1;
    color: #ffffff;
}

.tp-wa-browser-copy h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1rem;
}

.tp-wa-browser-copy p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.tp-wa-module-rail {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.tp-wa-module-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(168, 240, 223, 0.28);
}

.tp-wa-module-pill svg {
    width: 14px;
    height: 14px;
    stroke: rgba(168, 240, 223, 0.9);
}

/* Why pillars */
.tp-wa-pillars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.tp-wa-pillar {
    background: #ffffff;
    border: 1px solid rgba(8, 62, 69, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.tp-wa-pillar-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 1rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(168, 240, 223, 0.22);
    color: #0b5560;
}

.tp-wa-pillar-icon svg {
    width: 24px;
    height: 24px;
}

.tp-wa-pillar h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #102f35;
    margin-bottom: 0.5rem;
}

.tp-wa-pillar p {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #52696e;
    margin: 0;
}

/* Employee Management — directory bento */
.tp-wa-employee-section {
    background: #ffffff;
}

.tp-wa-employee-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 3rem;
    align-items: start;
}

.tp-wa-employee-intro .tp-tool-section-title {
    max-width: 520px;
}

.tp-wa-employee-bento {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.tp-wa-employee-roster {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 20px;
    background: linear-gradient(145deg, #f0faf8 0%, #e8f5f3 100%);
    border: 1px solid rgba(11, 85, 96, 0.12);
    box-shadow: 0 20px 50px rgba(8, 62, 69, 0.08);
}

.tp-wa-employee-org {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem 0.5rem;
}

.tp-wa-employee-org-node {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 0.45rem 0.75rem;
    border-radius: 10px;
    background: #ffffff;
    border: 1.5px solid rgba(11, 85, 96, 0.18);
    box-shadow: 0 6px 16px rgba(8, 62, 69, 0.06);
}

.tp-wa-employee-org-node span {
    font-size: 0.72rem;
    font-weight: 700;
    color: #0b5560;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tp-wa-employee-org-node--root {
    background: linear-gradient(135deg, #083e45 0%, #0b5560 100%);
    border-color: transparent;
}

.tp-wa-employee-org-node--root span {
    color: #ffffff;
}

.tp-wa-employee-org-branches {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    width: 100%;
    justify-content: center;
}

.tp-wa-employee-org-branch {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.tp-wa-employee-org-line {
    width: 2px;
    height: 18px;
    background: linear-gradient(180deg, #0b5560, rgba(168, 240, 223, 0.6));
    border-radius: 999px;
}

.tp-wa-employee-org-branch .tp-wa-employee-org-node {
    min-width: 0;
    width: 100%;
    padding: 0.4rem 0.35rem;
}

.tp-wa-employee-org-branch .tp-wa-employee-org-node span {
    font-size: 0.62rem;
}

.tp-wa-employee-roster-panel {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(8, 62, 69, 0.08);
    overflow: hidden;
}

.tp-wa-employee-roster-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    background: rgba(168, 240, 223, 0.15);
    border-bottom: 1px solid rgba(8, 62, 69, 0.08);
}

.tp-wa-employee-roster-toolbar strong {
    font-size: 0.82rem;
    font-weight: 700;
    color: #102f35;
}

.tp-wa-employee-roster-toolbar span {
    font-size: 0.72rem;
    font-weight: 600;
    color: #0b5560;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(11, 85, 96, 0.1);
}

.tp-wa-employee-roster-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(8, 62, 69, 0.06);
}

.tp-wa-employee-roster-row:last-child {
    border-bottom: none;
}

.tp-wa-employee-roster-row--muted {
    background: rgba(247, 251, 251, 0.8);
}

.tp-wa-employee-avatar {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: #062f35;
    background: linear-gradient(135deg, #a8f0df 0%, #7ee8d4 100%);
}

.tp-wa-employee-avatar--teal {
    background: linear-gradient(135deg, #7ee8d4 0%, #4fd4be 100%);
}

.tp-wa-employee-avatar--deep {
    background: linear-gradient(135deg, #0b5560 0%, #083e45 100%);
    color: #ffffff;
}

.tp-wa-employee-avatar--soft {
    background: rgba(168, 240, 223, 0.35);
    color: #0b5560;
    font-size: 0.68rem;
}

.tp-wa-employee-roster-meta {
    flex: 1;
    min-width: 0;
}

.tp-wa-employee-roster-meta strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: #102f35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tp-wa-employee-roster-meta span {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.72rem;
    color: #6b858a;
}

.tp-wa-employee-roster-badge {
    flex-shrink: 0;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.tp-wa-employee-roster-badge--active {
    color: #0b5560;
    background: rgba(168, 240, 223, 0.4);
}

.tp-wa-employee-roster-badge--leave {
    color: #8a5a10;
    background: rgba(255, 214, 140, 0.45);
}

.tp-wa-employee-capabilities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
}

.tp-wa-employee-cap {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.15rem;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(8, 62, 69, 0.1);
    box-shadow: 0 10px 28px rgba(8, 62, 69, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tp-wa-employee-cap:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(8, 62, 69, 0.1);
}

.tp-wa-employee-cap-num {
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(11, 85, 96, 0.18);
    letter-spacing: -0.03em;
}

.tp-wa-employee-cap h4 {
    font-size: 0.92rem;
    font-weight: 700;
    color: #102f35;
    margin-bottom: 0.3rem;
}

.tp-wa-employee-cap p {
    font-size: 0.82rem;
    line-height: 1.5;
    color: #52696e;
    margin: 0;
}

.tp-wa-btn-light {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.35rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #083e45;
    background: #a8f0df;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.tp-wa-btn-light:hover {
    background: #c5f5ea;
    color: #062f35;
    text-decoration: none;
}

/* Split panel — image + bullet stack */
.tp-wa-split-panel {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.tp-wa-split-panel--reverse {
    flex-direction: row-reverse;
}

.tp-wa-split-visual {
    flex: 0 0 48%;
    max-width: 48%;
}

.tp-wa-split-visual img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(8, 62, 69, 0.12);
}

.tp-wa-split-copy {
    flex: 1;
}

.tp-wa-section-badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0b5560;
    background: rgba(168, 240, 223, 0.25);
    border: 1px solid rgba(11, 85, 96, 0.15);
}

.tp-wa-bullet-stack {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 1.5rem 0;
}

.tp-wa-bullet-card {
    padding: 1rem 1.15rem;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(8, 62, 69, 0.08);
    box-shadow: 0 8px 24px rgba(8, 62, 69, 0.06);
}

.tp-wa-bullet-card strong {
    display: block;
    color: #102f35;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.tp-wa-bullet-card span {
    color: #52696e;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Vendor list — border-top rows */
.tp-wa-vendor-list .tp-wa-vendor-row {
    padding: 1.25rem 0;
    border-top: 1px solid rgba(8, 62, 69, 0.12);
}

.tp-wa-vendor-list .tp-wa-vendor-row:first-child {
    border-top: none;
    padding-top: 0;
}

.tp-wa-vendor-row h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #102f35;
    margin-bottom: 0.35rem;
}

.tp-wa-vendor-row p {
    color: #52696e;
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
}

/* Attendance — live shift board */
.tp-wa-attendance-section {
    background: #eef8f9;
}

.tp-wa-attendance-board {
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(160deg, #062f35 0%, #083e45 55%, #0a4a54 100%);
    box-shadow: 0 28px 70px rgba(8, 62, 69, 0.16);
}

.tp-wa-attendance-board-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2.25rem 2.25rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-wa-attendance-board-head .tp-wa-section-badge {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(168, 240, 223, 0.3);
    color: #a8f0df;
}

.tp-wa-attendance-board-head .tp-tool-section-title {
    color: #ffffff;
    margin-bottom: 0;
}

.tp-wa-link-btn--on-dark {
    border-color: rgba(168, 240, 223, 0.55);
    color: #a8f0df;
    flex-shrink: 0;
}

.tp-wa-link-btn--on-dark:hover {
    background: #a8f0df;
    color: #062f35;
    border-color: #a8f0df;
}

.tp-wa-attendance-board-body {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0;
}

.tp-wa-shift-timeline {
    padding: 1.75rem 2.25rem 2.25rem;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.tp-wa-shift-timeline-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    padding: 0 0.25rem;
}

.tp-wa-shift-timeline-labels span {
    font-size: 0.68rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tp-wa-shift-timeline-track {
    position: relative;
    height: 88px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 1.5rem;
}

.tp-wa-shift-block {
    position: absolute;
    top: 14px;
    bottom: 14px;
    border-radius: 10px;
    padding: 0.55rem 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.tp-wa-shift-block span {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #062f35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tp-wa-shift-block small {
    font-size: 0.65rem;
    color: rgba(6, 47, 53, 0.7);
    margin-top: 0.15rem;
}

.tp-wa-shift-block--morning {
    background: linear-gradient(135deg, #a8f0df 0%, #7ee8d4 100%);
}

.tp-wa-shift-block--day {
    background: linear-gradient(135deg, #c5f5ea 0%, #a8f0df 100%);
}

.tp-wa-shift-block--evening {
    background: linear-gradient(135deg, #7ee8d4 0%, #4fd4be 100%);
}

.tp-wa-shift-now {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
}

.tp-wa-shift-now-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.tp-wa-shift-now-label {
    position: absolute;
    top: -1.35rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #ffffff;
    white-space: nowrap;
}

.tp-wa-shift-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
}

.tp-wa-shift-stat {
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.tp-wa-shift-stat strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
}

.tp-wa-shift-stat span {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tp-wa-attendance-steps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding: 1.75rem 2rem 2.25rem;
}

.tp-wa-attendance-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.15rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tp-wa-attendance-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.tp-wa-attendance-step-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(168, 240, 223, 0.15);
    color: #a8f0df;
}

.tp-wa-attendance-step-icon svg {
    width: 22px;
    height: 22px;
}

.tp-wa-attendance-step h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.3rem;
}

.tp-wa-attendance-step p {
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
}

/* Leave — balance flow */
.tp-wa-leave-section {
    background: #ffffff;
}

.tp-wa-leave-flow {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 3rem;
    align-items: center;
}

.tp-wa-leave-balance-panel {
    border-radius: 20px;
    padding: 1.75rem;
    background: linear-gradient(160deg, #f0faf8 0%, #e3f5f2 100%);
    border: 1px solid rgba(11, 85, 96, 0.12);
    box-shadow: 0 20px 50px rgba(8, 62, 69, 0.08);
}

.tp-wa-leave-balance-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(8, 62, 69, 0.1);
}

.tp-wa-leave-balance-head span {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b858a;
}

.tp-wa-leave-balance-head strong {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0b5560;
}

.tp-wa-leave-meter {
    margin-bottom: 1.15rem;
}

.tp-wa-leave-meter-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 0.45rem;
}

.tp-wa-leave-meter-top span {
    font-size: 0.88rem;
    font-weight: 600;
    color: #102f35;
}

.tp-wa-leave-meter-top strong {
    font-size: 1rem;
    font-weight: 700;
    color: #0b5560;
}

.tp-wa-leave-meter-top strong small {
    font-size: 0.78rem;
    font-weight: 600;
    color: #6b858a;
}

.tp-wa-leave-meter-bar {
    height: 8px;
    border-radius: 999px;
    background: rgba(8, 62, 69, 0.1);
    overflow: hidden;
}

.tp-wa-leave-meter-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #0b5560, #a8f0df);
}

.tp-wa-leave-meter-bar--amber span {
    background: linear-gradient(90deg, #c9a227, #ffe08a);
}

.tp-wa-leave-meter-bar--soft span {
    background: linear-gradient(90deg, #5a8f96, #b8e8df);
}

.tp-wa-leave-pending {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 214, 140, 0.25);
    border: 1px solid rgba(255, 180, 80, 0.35);
    font-size: 0.8rem;
    font-weight: 600;
    color: #8a5a10;
}

.tp-wa-leave-pending-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e6a020;
    animation: tp-wa-pulse 2s ease-in-out infinite;
}

@keyframes tp-wa-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.85); }
}

.tp-wa-leave-pipeline {
    margin-top: 1.75rem;
}

.tp-wa-leave-pipeline-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.tp-wa-leave-pipeline-node {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #062f35;
    background: #a8f0df;
    border: 2px solid #0b5560;
    margin-top: 22px;
}

.tp-wa-leave-pipeline-card {
    flex: 1;
    padding: 1rem 1.15rem;
    border-radius: 14px;
    background: #f7fbfb;
    border: 1px solid rgba(8, 62, 69, 0.08);
}

.tp-wa-leave-pipeline-card h4 {
    font-size: 0.98rem;
    font-weight: 700;
    color: #102f35;
    margin-bottom: 0.35rem;
}

.tp-wa-leave-pipeline-card p {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #52696e;
    margin: 0;
}

.tp-wa-leave-pipeline-connector {
    width: 2px;
    height: 28px;
    margin-left: 17px;
    background: linear-gradient(180deg, #0b5560, #a8f0df);
    border-radius: 999px;
}

/* Multi-Business — hub & spoke */
.tp-wa-multibiz-section {
    background: #f7fbfb;
}

.tp-wa-multibiz-hub {
    border-radius: 24px;
    padding: 2.5rem 2rem 2.75rem;
    background: linear-gradient(145deg, #041f24 0%, #062f35 40%, #083e45 100%);
    box-shadow: 0 32px 80px rgba(4, 24, 28, 0.25);
    position: relative;
    overflow: hidden;
}

.tp-wa-multibiz-hub::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(168, 240, 223, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

.tp-wa-multibiz-hub-head {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto 2rem;
}

.tp-wa-section-badge--light {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(168, 240, 223, 0.3);
    color: #a8f0df;
}

.tp-wa-multibiz-diagram {
    position: relative;
    z-index: 1;
    min-height: 380px;
    max-width: 800px;
    margin: 0 auto;
}

.tp-wa-multibiz-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.tp-wa-multibiz-center {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 148px;
    height: 148px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(145deg, #0b5560 0%, #083e45 100%);
    border: 3px solid rgba(168, 240, 223, 0.45);
    box-shadow: 0 0 0 12px rgba(168, 240, 223, 0.08), 0 20px 50px rgba(0, 0, 0, 0.3);
}

.tp-wa-multibiz-center-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0.35rem;
    color: #a8f0df;
}

.tp-wa-multibiz-center-icon svg {
    width: 100%;
    height: 100%;
}

.tp-wa-multibiz-center strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    color: #ffffff;
}

.tp-wa-multibiz-center span {
    font-size: 0.68rem;
    font-weight: 600;
    color: rgba(168, 240, 223, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tp-wa-multibiz-spoke {
    position: absolute;
    width: 240px;
}

.tp-wa-multibiz-spoke--top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tp-wa-multibiz-spoke--left {
    bottom: 0;
    left: 0;
}

.tp-wa-multibiz-spoke--right {
    bottom: 0;
    right: 0;
}

.tp-wa-multibiz-spoke-card {
    padding: 1.25rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(168, 240, 223, 0.25);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.tp-wa-multibiz-spoke-tag {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0b5560;
    background: rgba(168, 240, 223, 0.35);
}

.tp-wa-multibiz-spoke-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #102f35;
    margin-bottom: 0.35rem;
}

.tp-wa-multibiz-spoke-card p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #52696e;
    margin: 0;
}

/* KPI board — dashboards */
.tp-wa-kpi-board {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
}

.tp-wa-kpi-tile {
    border-radius: 14px;
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid rgba(8, 62, 69, 0.1);
    box-shadow: 0 10px 30px rgba(8, 62, 69, 0.06);
    height: 140px;
}

.tp-wa-kpi-tile--wide { grid-column: span 4; }
.tp-wa-kpi-tile--tall { grid-column: span 4; grid-row: span 2; }
.tp-wa-kpi-tile--accent {
    background: linear-gradient(145deg, #083e45 0%, #0b5560 100%);
    border-color: transparent;
    color: #ffffff;
}

.tp-wa-kpi-label {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b858a;
    margin-bottom: 0.5rem;
}

.tp-wa-kpi-tile--accent .tp-wa-kpi-label {
    color: rgba(168, 240, 223, 0.85);
}

.tp-wa-kpi-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #102f35;
    line-height: 1.1;
}

.tp-wa-kpi-tile--accent .tp-wa-kpi-value {
    color: #ffffff;
}

.tp-wa-kpi-bar {
    height: 6px;
    border-radius: 999px;
    background: rgba(8, 62, 69, 0.1);
    margin-top: 0.85rem;
    overflow: hidden;
}

.tp-wa-kpi-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #0b5560, #a8f0df);
}

.tp-wa-kpi-chart {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 80px;
    margin-top: 0.75rem;
}

.tp-wa-kpi-chart i {
    flex: 1;
    border-radius: 4px 4px 0 0;
    background: rgba(168, 240, 223, 0.5);
}

.tp-wa-kpi-chart i:nth-child(2) { height: 55%; }
.tp-wa-kpi-chart i:nth-child(3) { height: 80%; }
.tp-wa-kpi-chart i:nth-child(4) { height: 45%; }
.tp-wa-kpi-chart i:nth-child(5) { height: 70%; }
.tp-wa-kpi-chart i:nth-child(6) { height: 60%; }
.tp-wa-kpi-chart i:nth-child(1) { height: 40%; }

/* Collaboration */
.tp-wa-collab {
    background: #ffffff;
}

.tp-wa-collab-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2rem;
}

.tp-wa-collab-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1rem;
    color: #52696e;
    font-size: 0.95rem;
    line-height: 1.55;
}

.tp-wa-collab-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(168, 240, 223, 0.3);
    color: #0b5560;
}

.tp-wa-collab-icon svg {
    width: 18px;
    height: 18px;
}

.tp-wa-collab-visual {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(8, 62, 69, 0.12);
}

.tp-wa-collab-visual img {
    display: block;
    width: 100%;
    height: auto;
}

/* Outline CTA link */
.tp-wa-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0b5560;
    background: #ffffff;
    border: 1.5px solid #0b5560;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.tp-wa-link-btn:hover {
    background: #0b5560;
    color: #ffffff;
    text-decoration: none;
}

.tp-wa-link-btn svg {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}

.tp-wa-link-btn:hover svg {
    transform: translateX(3px);
}

/* Responsive */
@media (max-width: 1199.98px) {
    .tp-wa-pillars {
        grid-template-columns: repeat(2, 1fr);
    }

    .tp-wa-leave-flow {
        grid-template-columns: 300px 1fr;
        gap: 2rem;
    }

    .tp-wa-employee-capabilities {
        grid-template-columns: 1fr;
    }

    .tp-wa-multibiz-spoke {
        width: 210px;
    }
}

@media (max-width: 991.98px) {
    .tp-wa-browser-hub-layout,
    .tp-wa-split-panel,
    .tp-wa-split-panel--reverse {
        flex-direction: column;
    }

    .tp-wa-browser-frame,
    .tp-wa-split-visual {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .tp-wa-employee-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .tp-wa-employee-roster {
        grid-template-columns: 1fr;
    }

    .tp-wa-employee-org {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        padding-bottom: 0;
    }

    .tp-wa-employee-org-branches {
        margin-top: 0;
        margin-left: 0.75rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }

    .tp-wa-employee-org-branch {
        flex-direction: row;
        align-items: center;
        gap: 0.35rem;
    }

    .tp-wa-employee-org-line {
        width: 18px;
        height: 2px;
    }

    .tp-wa-attendance-board-body {
        grid-template-columns: 1fr;
    }

    .tp-wa-shift-timeline {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .tp-wa-leave-flow {
        grid-template-columns: 1fr;
    }

    .tp-wa-leave-balance-panel {
        max-width: 380px;
    }

    .tp-wa-multibiz-diagram {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding-top: 0.5rem;
    }

    .tp-wa-multibiz-lines {
        display: none;
    }

    .tp-wa-multibiz-center {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-bottom: 0.5rem;
    }

    .tp-wa-multibiz-spoke {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        max-width: 360px;
    }

    .tp-wa-kpi-board {
        grid-template-columns: repeat(2, 1fr);
    }

    .tp-wa-kpi-tile--wide,
    .tp-wa-kpi-tile--tall {
        grid-column: span 1;
        grid-row: span 1;
    }
}

@media (max-width: 767.98px) {
    .tp-wa-pillars {
        grid-template-columns: 1fr;
    }

    .tp-wa-attendance-board-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .tp-wa-shift-stats {
        grid-template-columns: 1fr;
    }

    .tp-wa-shift-block span,
    .tp-wa-shift-block small {
        font-size: 0.62rem;
    }

    .tp-wa-leave-balance-panel {
        max-width: none;
    }

    .tp-wa-employee-capabilities {
        grid-template-columns: 1fr;
    }

    .tp-wa-browser-copy h2 {
        font-size: 1.65rem;
    }

    .tp-wa-kpi-board {
        grid-template-columns: 1fr;
    }
}
