/* TruPeople Employee Management */

.tp-tool-hero-section {
    position: relative;
    overflow: hidden;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.3) 40%,
        rgba(0, 0, 0, 0) 100%
    );
}

#tp-tool-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.tp-tool-hero-content-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
}

.tp-tool-vertical-overlay {
    background: linear-gradient(140deg, rgba(8, 62, 69, 0.82), transparent);
}

.tp-tool-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 0.9rem;
    font-weight: 600;
}

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

.tp-tool-section {
    padding: 4.5rem 0;
}

.tp-tool-section--white {
    background: #ffffff;
}

.tp-tool-section-header {
    margin-bottom: 2.5rem;
}

.tp-tool-section-title {
    color: #102f35;
    font-size: 2.15rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.85rem;
}

.tp-tool-section-desc {
    color: #52696e;
    font-size: 1.0625rem;
    line-height: 1.75;
    max-width: 780px;
    margin-bottom: 0;
}

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

.tp-overview-art {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.tp-overview-art-svg {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.95;
}

.tp-overview-layout {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 4.5rem;
}

.tp-overview-visual {
    flex: 0 0 46%;
    max-width: 46%;
}

.tp-overview-visual-frame {
    position: relative;
}

.tp-overview-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.tp-overview-float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(8, 62, 69, 0.08);
    box-shadow: 0 14px 36px rgba(8, 62, 69, 0.16);
    min-width: 170px;
}

.tp-overview-float-card strong {
    display: block;
    color: #102f35;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
}

.tp-overview-float-card span {
    display: block;
    color: #52696e;
    font-size: 0.78rem;
    line-height: 1.3;
}

.tp-overview-float-card--top {
    top: 8%;
    right: -6%;
}

.tp-overview-float-card--bottom {
    bottom: 10%;
    left: -5%;
}

.tp-overview-float-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
    flex-shrink: 0;
}

.tp-overview-float-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(8, 62, 69, 0.08);
    color: var(--tp-base-color);
    flex-shrink: 0;
}

.tp-overview-float-icon .tp-outline-svg {
    width: 1.1rem;
    height: 1.1rem;
}

.tp-overview-copy {
    flex: 1;
}

.tp-overview-badge {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.12);
    color: #a8f0df;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.tp-overview-title {
    color: #ffffff;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.tp-overview-text {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.25rem;
}

.tp-overview-quote {
    margin: 0 0 1.5rem;
    padding: 1rem 1.1rem 1rem 1.25rem;
    border-left: 3px solid #a8f0df;
    border-radius: 0 14px 14px 0;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.65;
}

.tp-overview-highlights {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tp-overview-highlights li {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.45;
}

.tp-overview-highlight-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #a8f0df;
    flex-shrink: 0;
}

.tp-overview-highlight-icon .tp-outline-svg {
    width: 1.15rem;
    height: 1.15rem;
}

.tp-tool-problem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.tp-tool-problem-card {
    padding: 1.5rem;
    min-height: 170px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(8, 62, 69, 0.1);
    text-align: center;
}

.tp-tool-problem-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(8, 62, 69, 0.09);
    color: var(--tp-base-color);
    margin-bottom: 1rem;
}

.tp-tool-problem-icon .tp-outline-svg {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
}

.tp-tool-problem-card p {
    color: #243b40;
    font-weight: 600;
    line-height: 1.55;
    margin: 0;
}

.tp-capabilities-section {
    background-color: #ffffff;
    padding: 5rem 0 6.5rem;
}

.tp-capabilities-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}

.tp-capabilities-copy {
    display: flex;
    flex-direction: column;
}

.tp-capabilities-header {
    text-align: left;
    margin-bottom: 2rem;
}

.tp-capabilities-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #102f35;
    line-height: 1.18;
    letter-spacing: -0.025em;
    margin-bottom: 0.75rem;
}

.tp-capabilities-lead {
    font-size: 1rem;
    line-height: 1.65;
    color: #52696e;
    max-width: 560px;
    margin-bottom: 0;
}

.tp-capabilities-tabs {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-left: 2rem;
}

.tp-capabilities-tabs::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25rem;
    bottom: 0.25rem;
    width: 1px;
    background-color: #d1d5db;
}

.tp-capabilities-tab {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
    text-align: left;
    background: transparent;
    padding: 0.85rem 0;
    cursor: pointer;
    border: none;
}

.tp-capabilities-tab::before {
    content: "";
    position: absolute;
    left: -2rem;
    top: 0;
    width: 2px;
    height: 0;
    background-color: transparent;
    transform-origin: top;
}

.tp-capabilities-tab.is-active::before {
    background-color: var(--tp-base-color);
    animation: tp-capabilities-tab-progress 4.5s linear forwards;
}

@keyframes tp-capabilities-tab-progress {
    from {
        height: 0%;
    }
    to {
        height: 100%;
    }
}

.tp-capabilities-tab-title {
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    font-weight: 500;
    color: #b6b6b6;
    line-height: 1.35;
    transition: color 0.25s ease;
}

.tp-capabilities-tab-text {
    display: none;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #52696e;
    max-width: 460px;
}

.tp-capabilities-tab.is-active .tp-capabilities-tab-title {
    color: #102f35;
    font-weight: 600;
}

.tp-capabilities-tab.is-active .tp-capabilities-tab-text {
    display: block;
}

.tp-capabilities-tab:not(.is-active):hover .tp-capabilities-tab-title {
    color: #6b7280;
}

.tp-capabilities-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tp-capabilities-visual-frame {
    position: relative;
    width: 100%;
    max-width: 620px;
    min-height: 420px;
    background:
        radial-gradient(circle at 22% 28%, rgba(8, 62, 69, 0.08), transparent 34%),
        linear-gradient(135deg, #f8fafc 0%, #eef6f7 100%);
    border: 1px solid rgba(8, 62, 69, 0.1);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(8, 62, 69, 0.08);
}

.tp-capabilities-visual-img {
    position: absolute;
    inset: 3rem;
    width: calc(100% - 6rem);
    height: calc(100% - 6rem);
    object-fit: contain;
    opacity: 0;
    transform: translateY(12px) scale(0.98);
    transition: opacity 0.45s ease, transform 0.45s ease;
    pointer-events: none;
}

.tp-capabilities-visual-img.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.tp-tool-workflow {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 2.5rem;
    align-items: center;
    padding: 3rem;
    border-radius: 15px;
    color: #ffffff;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.14), transparent 26%),
        linear-gradient(135deg, #083e45, #0b5560);
    overflow: hidden;
    isolation: isolate;
}

.tp-workflow-art {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
}

.tp-workflow-art-svg {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 360px;
    height: auto;
    display: block;
    overflow: visible;
}

.tp-workflow-orb {
    position: absolute;
    border-radius: 50%;
    background: rgba(168, 240, 223, 0.12);
    border: 1px solid rgba(168, 240, 223, 0.2);
    pointer-events: none;
}

.tp-workflow-orb--1 {
    width: 120px;
    height: 120px;
    top: 8%;
    left: 4%;
    animation: tp-workflow-drift 7s ease-in-out infinite;
}

.tp-workflow-orb--2 {
    width: 72px;
    height: 72px;
    bottom: 12%;
    right: 8%;
    animation: tp-workflow-drift 5.5s ease-in-out infinite reverse;
}

.tp-workflow-orb--3 {
    width: 44px;
    height: 44px;
    top: 42%;
    right: 2%;
    animation: tp-workflow-drift 4.5s ease-in-out infinite;
    animation-delay: 1s;
}

.tp-workflow-layer--base {
    animation: tp-workflow-pulse 3.5s ease-in-out infinite;
    transform-origin: 180px 292px;
}

.tp-workflow-layer--top {
    animation: tp-workflow-float 4s ease-in-out infinite;
    transform-origin: 180px 108px;
}

.tp-workflow-layer--left {
    animation: tp-workflow-float 4.5s ease-in-out infinite;
    animation-delay: 0.4s;
    transform-origin: 88px 162px;
}

.tp-workflow-layer--right {
    animation: tp-workflow-float 4.2s ease-in-out infinite;
    animation-delay: 0.8s;
    transform-origin: 272px 162px;
}

.tp-workflow-ring--1 {
    animation: tp-workflow-ring-pulse 4s ease-in-out infinite;
    transform-origin: 180px 292px;
}

.tp-workflow-ring--2 {
    animation: tp-workflow-ring-pulse 4s ease-in-out infinite;
    animation-delay: 1.2s;
    transform-origin: 180px 292px;
}

.tp-workflow-beam {
    animation: tp-workflow-dash 3s linear infinite;
}

.tp-workflow-beam--2 {
    animation-delay: 0.5s;
}

.tp-workflow-beam--3 {
    animation-delay: 1s;
}

.tp-workflow-pulse-dot {
    filter: drop-shadow(0 0 6px rgba(168, 240, 223, 0.8));
}

.tp-workflow-badge--left {
    animation: tp-workflow-badge-in 5s ease-in-out infinite;
    animation-delay: 0.3s;
}

.tp-workflow-badge--right {
    animation: tp-workflow-badge-in 5s ease-in-out infinite;
    animation-delay: 0.8s;
}

.tp-workflow-badge--top {
    animation: tp-workflow-badge-in 5s ease-in-out infinite;
    animation-delay: 1.3s;
}

.tp-workflow-art-svg text {
    font-family: "Noto Sans", sans-serif;
}

@keyframes tp-workflow-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes tp-workflow-pulse {
    0%, 100% {
        filter: drop-shadow(0 0 0 rgba(168, 240, 223, 0));
    }
    50% {
        filter: drop-shadow(0 0 16px rgba(168, 240, 223, 0.4));
    }
}

@keyframes tp-workflow-dash {
    from {
        stroke-dashoffset: 22;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes tp-workflow-drift {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(8px, -10px);
    }
}

@keyframes tp-workflow-ring-pulse {
    0%, 100% {
        opacity: 0.35;
        transform: scale(1);
    }
    50% {
        opacity: 0.85;
        transform: scale(1.06);
    }
}

@keyframes tp-workflow-badge-in {
    0%, 100% {
        opacity: 0.55;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateY(-4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .tp-workflow-orb,
    .tp-workflow-ring--1,
    .tp-workflow-ring--2,
    .tp-workflow-layer--base,
    .tp-workflow-layer--top,
    .tp-workflow-layer--left,
    .tp-workflow-layer--right,
    .tp-workflow-beam,
    .tp-workflow-badge--left,
    .tp-workflow-badge--right,
    .tp-workflow-badge--top {
        animation: none;
    }

    .tp-workflow-pulse-dot {
        display: none;
    }
}

.tp-workflow-content {
    display: grid;
    gap: 1.75rem;
}

.tp-workflow-copy {
    position: relative;
    z-index: 1;
}

.tp-tool-workflow-title {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.tp-tool-workflow-text {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
    margin-bottom: 0;
}

.tp-tool-workflow-list {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tp-tool-workflow-list li {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.9);
}

.tp-tool-workflow-list i {
    color: #a8f0df;
    margin-top: 0.2rem;
}

/* CTA section */
.tp-cta-section {
    padding: 0 0 5rem;
    background-color: #ffffff;
}

.tp-cta-scene {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 5rem 0 4.5rem;
    border-radius: 32px;
    background: linear-gradient(180deg, #ffffff 0%, #eef8f9 100%);
    border: 1px solid rgba(8, 62, 69, 0.1);
    box-shadow: 0 24px 60px rgba(8, 62, 69, 0.08);
}

.tp-cta-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(8, 62, 69, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 62, 69, 0.04) 1px, transparent 1px);
    background-size: 72px 72px;
    pointer-events: none;
}

.tp-cta-inner {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 1rem;
}

.tp-cta-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #102f35;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 0.75rem 0 1rem;
}

.tp-cta-title-gradient {
    display: inline;
    background: linear-gradient(90deg, #083e45 0%, #0b5560 45%, #1a7a86 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.tp-cta-desc {
    color: #52696e;
    font-size: 1.0625rem;
    line-height: 1.75;
    max-width: 620px;
    margin: 0 auto 1.75rem;
}

.tp-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.875rem;
}

.tp-cta-mini {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(8, 62, 69, 0.08);
    border-radius: 18px;
    padding: 0.7rem 0.85rem;
    box-shadow: 0 12px 34px rgba(8, 62, 69, 0.08);
    backdrop-filter: blur(8px);
}

.tp-cta-mini--top {
    margin-bottom: 2.5rem;
}

.tp-cta-mini--bottom {
    margin-top: 2.75rem;
}

.tp-cta-mini-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
}

.tp-cta-mini-icon svg {
    width: 1.1rem;
    height: 1.1rem;
}

.tp-cta-mini-icon--teal {
    background: linear-gradient(135deg, #083e45, #0b5560);
}

.tp-cta-mini-icon--deep {
    background: linear-gradient(135deg, #062f35, #083e45);
}

.tp-cta-mini-icon--mint {
    background: linear-gradient(135deg, #0b5560, #1a7a86);
}

.tp-cta-mini-flow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--tp-base-color);
}

.tp-cta-mini-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--tp-base-color);
    box-shadow: 0 0 0 4px rgba(8, 62, 69, 0.1);
}

.tp-cta-mini-line {
    width: 2.35rem;
    height: 2px;
    background: linear-gradient(90deg, rgba(8, 62, 69, 0.15), var(--tp-base-color));
}

.tp-cta-mini-arrow {
    width: 1rem;
    height: 1rem;
}

.tp-cta-mini-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    text-align: left;
    white-space: nowrap;
}

.tp-cta-mini-copy strong {
    font-size: 0.82rem;
    font-weight: 700;
    color: #102f35;
    line-height: 1.2;
}

.tp-cta-mini-copy small {
    font-size: 0.7rem;
    font-weight: 500;
    color: #52696e;
    line-height: 1.2;
}

.tp-cta-mini-status {
    display: flex;
    align-items: center;
    gap: 0.28rem;
    margin-left: 0.15rem;
}

.tp-cta-mini-status span {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--tp-base-color);
    opacity: 0.35;
}

.tp-cta-mini-status span:nth-child(2) {
    opacity: 0.6;
}

.tp-cta-mini-status span:nth-child(3) {
    opacity: 1;
}

.tp-cta-art {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 28%;
    max-width: 320px;
    pointer-events: none;
    z-index: 1;
}

.tp-cta-art--left {
    left: 0;
}

.tp-cta-art--right {
    right: 0;
}

.tp-cta-flow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-58%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.tp-cta-flow--right {
    transform: translate(-42%, -50%);
}

.tp-cta-node {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background: #ffffff;
    border: 1px solid rgba(8, 62, 69, 0.08);
    border-radius: 14px;
    padding: 0.65rem 0.75rem;
    box-shadow: 0 8px 28px rgba(8, 62, 69, 0.08);
    min-width: 148px;
}

.tp-cta-node--sm {
    min-width: 132px;
    padding: 0.55rem 0.65rem;
}

.tp-cta-node--wide {
    min-width: 168px;
}

.tp-cta-node-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
}

.tp-cta-node-icon svg {
    width: 1rem;
    height: 1rem;
}

.tp-cta-node-icon--teal {
    background: linear-gradient(135deg, #083e45, #0b5560);
}

.tp-cta-node-icon--deep {
    background: linear-gradient(135deg, #062f35, #083e45);
}

.tp-cta-node-icon--mint {
    background: linear-gradient(135deg, #0b5560, #1a7a86);
}

.tp-cta-node-icon--inline {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 8px;
}

.tp-cta-node-lines {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
    min-width: 0;
}

.tp-cta-bar {
    display: block;
    height: 0.45rem;
    border-radius: 999px;
}

.tp-cta-bar--teal {
    background: linear-gradient(90deg, #083e45, #0b5560);
    width: 88%;
}

.tp-cta-bar--mint {
    background: linear-gradient(90deg, #1a7a86, #a8f0df);
    width: 72%;
}

.tp-cta-bar--soft {
    background: linear-gradient(90deg, rgba(8, 62, 69, 0.25), rgba(168, 240, 223, 0.65));
    width: 64%;
}

.tp-cta-connector {
    background: rgba(168, 240, 223, 0.65);
    flex-shrink: 0;
}

.tp-cta-connector--v {
    width: 2px;
    height: 28px;
}

.tp-cta-connector--branch {
    position: relative;
    width: 90px;
    height: 28px;
}

.tp-cta-connector--branch::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 14px;
    background: rgba(168, 240, 223, 0.65);
    transform: translateX(-50%);
}

.tp-cta-connector--branch::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(168, 240, 223, 0.65);
}

.tp-cta-connector--branch-right::after {
    left: auto;
    right: 0;
    width: 70%;
}

.tp-cta-node-avatars {
    display: flex;
    align-items: center;
    padding-right: 0.25rem;
}

.tp-cta-avatar {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -0.35rem;
}

.tp-cta-avatar:first-child {
    margin-left: 0;
}

.tp-cta-avatar--1 {
    background: linear-gradient(135deg, #083e45, #0b5560);
}

.tp-cta-avatar--2 {
    background: linear-gradient(135deg, #1a7a86, #4db6ac);
}

.tp-cta-avatar--3 {
    background: linear-gradient(135deg, #0b5560, #a8f0df);
}

.tp-cta-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: #ffffff;
    border: 1px solid rgba(8, 62, 69, 0.08);
    border-radius: 999px;
    padding: 0.45rem 0.75rem 0.45rem 0.55rem;
    box-shadow: 0 6px 20px rgba(8, 62, 69, 0.08);
    font-size: 0.75rem;
    font-weight: 600;
    color: #243b40;
    white-space: nowrap;
}

.tp-cta-chip--left {
    top: 18%;
    left: 8%;
}

.tp-cta-chip--right {
    bottom: 16%;
    right: 6%;
}

.tp-cta-chip-icon {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 8px;
    background: rgba(8, 62, 69, 0.08);
    color: var(--tp-base-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tp-cta-chip-icon svg {
    width: 0.85rem;
    height: 0.85rem;
}

.tp-cta-float {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    background: #ffffff;
    border: 1px solid rgba(8, 62, 69, 0.08);
    border-radius: 14px;
    padding: 0.65rem 0.85rem;
    box-shadow: 0 10px 30px rgba(8, 62, 69, 0.1);
    pointer-events: none;
}

.tp-cta-float--1 {
    top: 14%;
    right: 14%;
}

.tp-cta-float--2 {
    top: 42%;
    left: 12%;
}

.tp-cta-float--3 {
    bottom: 14%;
    right: 18%;
}

.tp-cta-float-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    margin-top: 0.35rem;
    flex-shrink: 0;
}

.tp-cta-float-dot--green {
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.15);
}

.tp-cta-float-dot--teal {
    background: var(--tp-base-color);
    box-shadow: 0 0 0 4px rgba(8, 62, 69, 0.12);
}

.tp-cta-float-dot--soft {
    background: #a8f0df;
    box-shadow: 0 0 0 4px rgba(168, 240, 223, 0.2);
}

.tp-cta-float-body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 90px;
}

.tp-cta-float-title {
    font-size: 0.78rem;
    font-weight: 700;
    color: #102f35;
    line-height: 1.2;
}

@keyframes tp-cta-pop-left {
    0% {
        opacity: 0;
        transform: scale(0.72) translate(-24px, 20px);
    }
    65% {
        transform: scale(1.05) translate(2px, -3px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translate(0, 0);
    }
}

@keyframes tp-cta-pop-right {
    0% {
        opacity: 0;
        transform: scale(0.72) translate(24px, 20px);
    }
    65% {
        transform: scale(1.05) translate(-2px, -3px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translate(0, 0);
    }
}

@keyframes tp-cta-pop-center {
    0% {
        opacity: 0;
        transform: scale(0.72) translateY(24px);
    }
    65% {
        transform: scale(1.05) translateY(-3px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes tp-cta-pop-line {
    0% {
        opacity: 0;
        transform: scaleY(0.2);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}

.tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-art--left .tp-cta-flow > *,
.tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-art--left .tp-cta-chip,
.tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-art--right .tp-cta-flow > *,
.tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-art--right .tp-cta-chip,
.tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-mini,
.tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-float,
.tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-inner > .tp-solutions-eyebrow,
.tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-inner > .tp-cta-title,
.tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-inner > .tp-cta-desc,
.tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-inner > .tp-cta-buttons {
    opacity: 0;
}

.tp-cta-section.is-visible .tp-cta-art--left .tp-cta-node,
.tp-cta-section.is-visible .tp-cta-art--left .tp-cta-chip {
    animation: tp-cta-pop-left 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.tp-cta-section.is-visible .tp-cta-art--right .tp-cta-node,
.tp-cta-section.is-visible .tp-cta-art--right .tp-cta-chip {
    animation: tp-cta-pop-right 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.tp-cta-section.is-visible .tp-cta-art--left .tp-cta-connector,
.tp-cta-section.is-visible .tp-cta-art--right .tp-cta-connector {
    animation: tp-cta-pop-line 0.45s ease both;
    transform-origin: top center;
}

.tp-cta-section.is-visible .tp-cta-float--1,
.tp-cta-section.is-visible .tp-cta-float--3 {
    animation: tp-cta-pop-right 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.tp-cta-section.is-visible .tp-cta-float--2 {
    animation: tp-cta-pop-left 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.tp-cta-section.is-visible .tp-cta-mini {
    animation: tp-cta-pop-center 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.tp-cta-section.is-visible .tp-cta-inner > .tp-solutions-eyebrow,
.tp-cta-section.is-visible .tp-cta-inner > .tp-cta-title,
.tp-cta-section.is-visible .tp-cta-inner > .tp-cta-desc,
.tp-cta-section.is-visible .tp-cta-inner > .tp-cta-buttons {
    animation: tp-cta-pop-center 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.tp-cta-section.is-visible .tp-cta-inner > .tp-solutions-eyebrow { animation-delay: 0.28s; }
.tp-cta-section.is-visible .tp-cta-inner > .tp-cta-title { animation-delay: 0.38s; }
.tp-cta-section.is-visible .tp-cta-inner > .tp-cta-desc { animation-delay: 0.48s; }
.tp-cta-section.is-visible .tp-cta-inner > .tp-cta-buttons { animation-delay: 0.58s; }

.tp-cta-section.is-visible .tp-cta-art--left .tp-cta-flow > .tp-cta-node:nth-child(1) { animation-delay: 0.05s; }
.tp-cta-section.is-visible .tp-cta-art--left .tp-cta-flow > .tp-cta-connector:nth-child(2) { animation-delay: 0.15s; }
.tp-cta-section.is-visible .tp-cta-art--left .tp-cta-flow > .tp-cta-node:nth-child(3) { animation-delay: 0.25s; }
.tp-cta-section.is-visible .tp-cta-art--left .tp-cta-flow > .tp-cta-connector:nth-child(4) { animation-delay: 0.35s; }
.tp-cta-section.is-visible .tp-cta-art--left .tp-cta-flow > .tp-cta-node:nth-child(5) { animation-delay: 0.45s; }
.tp-cta-section.is-visible .tp-cta-art--left .tp-cta-chip { animation-delay: 0.6s; }

.tp-cta-section.is-visible .tp-cta-art--right .tp-cta-flow > .tp-cta-node:nth-child(1) { animation-delay: 0.1s; }
.tp-cta-section.is-visible .tp-cta-art--right .tp-cta-flow > .tp-cta-connector:nth-child(2) { animation-delay: 0.2s; }
.tp-cta-section.is-visible .tp-cta-art--right .tp-cta-flow > .tp-cta-node:nth-child(3) { animation-delay: 0.3s; }
.tp-cta-section.is-visible .tp-cta-art--right .tp-cta-flow > .tp-cta-connector:nth-child(4) { animation-delay: 0.4s; }
.tp-cta-section.is-visible .tp-cta-art--right .tp-cta-flow > .tp-cta-node:nth-child(5) { animation-delay: 0.5s; }
.tp-cta-section.is-visible .tp-cta-art--right .tp-cta-chip { animation-delay: 0.65s; }

.tp-cta-section.is-visible .tp-cta-float--1 { animation-delay: 0.35s; }
.tp-cta-section.is-visible .tp-cta-float--2 { animation-delay: 0.5s; }
.tp-cta-section.is-visible .tp-cta-float--3 { animation-delay: 0.7s; }
.tp-cta-section.is-visible .tp-cta-mini--top { animation-delay: 0.2s; }
.tp-cta-section.is-visible .tp-cta-mini--bottom { animation-delay: 0.78s; }

@media (prefers-reduced-motion: reduce) {
    .tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-art--left .tp-cta-flow > *,
    .tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-art--left .tp-cta-chip,
    .tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-art--right .tp-cta-flow > *,
    .tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-art--right .tp-cta-chip,
    .tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-mini,
    .tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-float,
    .tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-inner > .tp-solutions-eyebrow,
    .tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-inner > .tp-cta-title,
    .tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-inner > .tp-cta-desc,
    .tp-cta-section.tp-cta-ready:not(.is-visible) .tp-cta-inner > .tp-cta-buttons {
        opacity: 1;
    }

    .tp-cta-section.is-visible .tp-cta-art--left .tp-cta-node,
    .tp-cta-section.is-visible .tp-cta-art--left .tp-cta-chip,
    .tp-cta-section.is-visible .tp-cta-art--right .tp-cta-node,
    .tp-cta-section.is-visible .tp-cta-art--right .tp-cta-chip,
    .tp-cta-section.is-visible .tp-cta-art--left .tp-cta-connector,
    .tp-cta-section.is-visible .tp-cta-art--right .tp-cta-connector,
    .tp-cta-section.is-visible .tp-cta-mini,
    .tp-cta-section.is-visible .tp-cta-float,
    .tp-cta-section.is-visible .tp-cta-inner > .tp-solutions-eyebrow,
    .tp-cta-section.is-visible .tp-cta-inner > .tp-cta-title,
    .tp-cta-section.is-visible .tp-cta-inner > .tp-cta-desc,
    .tp-cta-section.is-visible .tp-cta-inner > .tp-cta-buttons {
        animation: none;
    }
}

@media (max-width: 991px) {
    .tp-cta-scene {
        min-height: auto;
        padding: 3.5rem 0 3rem;
    }

    .tp-cta-art,
    .tp-cta-float {
        display: none;
    }

    .tp-cta-mini--top {
        margin-bottom: 1.5rem;
    }

    .tp-cta-mini--bottom {
        margin-top: 1.75rem;
    }
}

@media (max-width: 575px) {
    .tp-cta-scene {
        border-radius: 24px;
        padding: 2.5rem 0 2rem;
    }

    .tp-cta-mini {
        flex-wrap: wrap;
        justify-content: center;
        white-space: normal;
    }

    .tp-cta-mini-copy {
        white-space: normal;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .tp-tool-hero-content-wrapper {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .tp-overview-layout {
        flex-direction: column;
    }

    .tp-overview-visual,
    .tp-overview-copy {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tp-overview-float-card--top {
        right: 2%;
    }

    .tp-overview-float-card--bottom {
        left: 2%;
    }

    .tp-tool-problem-grid,
    .tp-tool-workflow {
        grid-template-columns: 1fr;
    }

    .tp-workflow-art {
        min-height: 280px;
        order: -1;
    }

    .tp-workflow-art-svg {
        max-width: 300px;
    }

    .tp-capabilities-section {
        padding: 3.5rem 0;
    }

    .tp-capabilities-visual-frame {
        min-height: 320px;
    }

    .tp-capabilities-visual-img {
        inset: 2rem;
        width: calc(100% - 4rem);
        height: calc(100% - 4rem);
    }
}

@media (min-width: 992px) {
    .tp-capabilities-layout {
        grid-template-columns: 48fr 52fr;
        gap: 4rem;
    }

    .tp-capabilities-visual {
        justify-content: flex-end;
    }
}

@media (min-width: 1600px) {
    .tp-capabilities-section {
        padding: 5.5rem 0 7rem;
    }

    .tp-capabilities-layout {
        gap: 5rem;
    }

    .tp-capabilities-visual-frame {
        max-width: 860px;
        min-height: 460px;
    }
}

@media (max-width: 575px) {
    .tp-tool-hero-content-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .tp-overview-block,
    .tp-tool-workflow {
        padding: 1.5rem;
    }

    .tp-overview-title,
    .tp-tool-section-title,
    .tp-tool-workflow-title {
        font-size: 1.7rem;
    }

    .tp-overview-float-card {
        min-width: 150px;
        padding: 0.7rem 0.85rem;
    }
}
