:root {
    --tp-base-color: #083e45;
}

.tp-color {
    color: #083e45;
}

.btn-tp-color {
    color: #ffffff;
    background-color: #083e45;
    border-color: #083e45;
}

.btn-tp-color:hover {
    color: #dddddd;
    background-color: #094850;
    border-color: #094850;
}

.btn-tp-outline {
    color: #083e45;
    background-color: #ffffff;
    border-color: #083e45;
}

.btn-tp-outline:hover {
    color: #ffffff;
    background-color: #083e45;
    border-color: #083e45;
}

.text-500 {
    font-weight: 500;
}

.text-600 {
    font-weight: 600;
}

a:hover {
    color: #083e45;
}

.rounded-image {
    border-radius: 17px;
}

.tp-intregration {
    padding: 7rem 0;
}

.tp-promise-box-wrap {
    gap: 1.5rem;
}

.tp-intregration .promise-box {
    padding: 1.7rem;
    min-width: 206px;
}

.tp-intregration .promise-box h6 {
    font-size: 1.3rem;
}

.tp-intregration .promise-box .icon img {
    width: 100%;
    max-height: 72px;
}

/* Solutions section */
.tp-solutions-section {
    background: linear-gradient(180deg, #eef6f7 0%, #f9fbfb 55%, #ffffff 100%);
}

.tp-solutions-header {
    max-width: 760px;
    margin: 0 auto 3rem;
}

.tp-solutions-eyebrow {
    display: inline-block;
    background: var(--tp-base-color);
    color: #ffffff;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    width: fit-content;
}

.tp-solutions-header .font-h3 {
    color: #0d2a2f;
    margin-bottom: 1rem;
}

.tp-solutions-header .font-p {
    color: #4f6368;
    line-height: 1.7;
    margin-bottom: 0;
}

.tp-solutions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.tp-solution-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #d5e4e7;
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0 8px 24px rgba(8, 62, 69, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tp-solution-card-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.35rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid #e8f1f2;
}

.tp-solution-card-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #e7fcff 0%, #d4f0f4 100%);
    color: var(--tp-base-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-outline-svg {
    display: block;
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
}

.tp-solution-card-icon .tp-outline-svg {
    width: 1.5rem;
    height: 1.5rem;
}

.tp-solution-card-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d2a2f;
    line-height: 1.35;
}

.tp-solution-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.tp-solution-feature {
    position: relative;
    padding: 0.95rem 1rem 0.95rem 1.15rem;
    background: #f6fbfc;
    border: 1px solid #e3eff1;
    /* border-radius: 12px; */
    border-left: 3px solid var(--tp-base-color);
}

.tp-solution-feature strong {
    display: block;
    color: #17363c;
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 0.98rem;
}

.tp-solution-feature span {
    display: block;
    color: #5f7176;
    font-size: 0.92rem;
    line-height: 1.55;
}

@media (min-width: 768px) {
    .tp-solutions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .tp-solutions-grid {
        gap: 1.75rem;
    }

    .tp-solution-card {
        padding: 2rem;
    }
}

@media (min-width: 1600px) {
    .tp-solutions-header {
        margin-bottom: 3.5rem;
    }

    .tp-solution-card-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 575.98px) {
    .tp-solutions-header {
        margin-bottom: 2rem;
    }

    .tp-solution-card {
        padding: 1.35rem;
    }

    .tp-solution-card-icon {
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
    }

    .tp-solution-card-title {
        font-size: 1.05rem;
    }

    .tp-solution-feature {
        padding: 0.8rem 0.9rem 0.8rem 1rem;
    }
}

/* Hero — split layout: 40% content left, 60% image right */
.tp-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    padding: 1rem;
}

.tp-hero-content {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tp-hero-image {
    flex: 0 0 100%;
    max-width: 100%;
    line-height: 0;
}

.tp-hero-img {
    display: block;
    width: 95%;
    height: auto;
    object-fit: cover;
    border-radius: 17px;
}

.tp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (min-width: 992px) {
    .tp-hero {
        flex-direction: row;
        align-items: center;
        gap: 2.5rem;
        padding: 3.5rem 0 2rem;
    }

    .tp-hero-content {
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 1rem;
    }

    .tp-hero-image {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media (min-width: 1600px) {
    .tp-hero {
        gap: 3rem;
        padding: 4rem 0 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .tp-hero-content {
        text-align: center;
        align-items: center;
    }

    .tp-hero-actions {
        justify-content: center;
    }
}


/* Solutions hero section */
.tp-sol-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    padding: 1rem;
}

.tp-sol-hero-content {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tp-sol-hero-image {
    flex: 0 0 100%;
    max-width: 100%;
    line-height: 0;
}

.tp-sol-hero-img {
    display: block;
    width: 95%;
    height: auto;
    object-fit: cover;
    border-radius: 17px;
}

.tp-sol-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (min-width: 992px) {
    .tp-sol-hero {
        flex-direction: row;
        align-items: center;
        gap: 2.5rem;
        padding: 3.5rem 0 2rem;
    }

    .tp-sol-hero-content {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem;
    }

    .tp-sol-hero-image {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1600px) {
    .tp-sol-hero {
        gap: 3rem;
        padding: 4rem 0 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .tp-sol-hero-content {
        text-align: center;
        align-items: center;
    }

    .tp-sol-hero-actions {
        justify-content: center;
    }
}



/* Apps & role sections */
.tp-section {
    padding: 3rem 0;
    border-top: 1px solid #dce8ea;
}

.tp-section-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--tp-base-color);
    margin-bottom: 0.5rem;
}

.tp-section-title {
    color: #0d2a2f;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.tp-section-lead {
    color: #5f7176;
    margin-bottom: 0;
    line-height: 1.55;
    max-width: 640px;
    font-size: 0.95rem;
}

/* 1 — Web: split layout, checklist list */
.tp-section--web {
    background: #ffffff;
}

.tp-apps-intro {
    max-width: 680px;
    margin: 0 auto 2.5rem;
}

.tp-apps-title {
    color: #0d2a2f;
    margin-bottom: 0.75rem;
}

.tp-web-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}

.tp-web-copy .tp-section-lead {
    margin-bottom: 1.25rem;
}

.tp-web-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tp-web-list li {
    position: relative;
    padding: 0.6rem 0 0.6rem 1.25rem;
    color: #3f5257;
    font-size: 0.95rem;
    line-height: 1.45;
}

.tp-web-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    width: 6px;
    height: 6px;
    background: var(--tp-base-color);
}

.tp-web-visual {
    border: 1px solid #c5d6da;
    line-height: 0;
}

.tp-web-visual img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
}

/* 2 — Mobile: showcase + icon feature grid */
.tp-section--mobile {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #e4f2f4 0%, #f0f7f8 45%, #f8fbfb 100%);
    border-top: none;
}

.tp-mobile-accent {
    position: absolute;
    top: -80px;
    left: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(8, 62, 69, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

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

.tp-mobile-showcase {
    display: flex;
    justify-content: center;
}

.tp-mobile-device {
    position: relative;
    width: min(240px, 72vw);
    padding: 0.65rem;
    background: #ffffff;
    border: 1px solid #b8d4d9;
    line-height: 0;
}

.tp-mobile-device::before {
    content: "";
    position: absolute;
    inset: -12px -12px auto auto;
    width: 70%;
    height: 70%;
    background: var(--tp-base-color);
    opacity: 0.07;
    z-index: -1;
}

.tp-mobile-device img {
    display: block;
    width: 100%;
    height: auto;
}

.tp-mobile-badge {
    display: inline-block;
    background: var(--tp-base-color);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 0.85rem;
}

.tp-mobile-title {
    color: #0d2a2f;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.65rem;
}

.tp-mobile-lead {
    color: #4f6368;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 540px;
}

.tp-mobile-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tp-mobile-feature-icon .tp-outline-svg {
    width: 27px;
    height: 27px;
}

.tp-mobile-features li {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 0rem;
    color: #2f454a;
    font-size: 1rem !important;
    line-height: 1.45;
    transition: border-color 0.2s ease, background 0.2s ease;
}


.tp-mobile-feature-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0f2f5;
    color: var(--tp-base-color);
    border-radius: 5px;
}

/* 3 — Employee: card grid + framed showcase */
.tp-section--employee {
    background: #ffffff;
    border-top: none;
    position: relative;
}

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

.tp-employee-badge {
    display: inline-block;
    color: var(--tp-base-color);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid var(--tp-base-color);
    margin-bottom: 0.85rem;
}

.tp-employee-title {
    color: #0d2a2f;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.65rem;
}

.tp-employee-lead {
    color: #4f6368;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 540px;
}

.tp-employee-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
}

.tp-employee-card {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    background: #f6fafb;
    border: 1px solid #d5e4e7;
    border-left: 3px solid var(--tp-base-color);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.tp-employee-card-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e7fcff 0%, #d4f0f4 100%);
    color: var(--tp-base-color);
    border-radius: 8px;
}

.tp-employee-card-icon .tp-outline-svg {
    width: 1.15rem;
    height: 1.15rem;
}

.tp-employee-card strong {
    display: block;
    color: #17363c;
    font-weight: 600;
    font-size: 0.92rem;
    margin-bottom: 0.2rem;
}

.tp-employee-card span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: .9rem;
    line-height: 1.45;
    border-radius: 5px;
}

.tp-employee-showcase {
    position: relative;
    display: flex;
    justify-content: center;
}

.tp-employee-frame {
    position: relative;
    width: 100%;
    max-width: 100%;
    line-height: 0;
    border: 1px solid #c5d6da;
}

.tp-employee-frame::after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: -14px;
    width: 55%;
    height: 55%;
    border: 2px solid var(--tp-base-color);
    opacity: 0.25;
    z-index: -1;
}

.tp-employee-frame img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
}

/* 4 — Manager: dark band, two-column with feature grid */
.tp-section--manager {
    background: #ffffff;
    padding: 0;
    border-top: none;
}

.tp-manager-band {
    background: var(--tp-base-color);
    color: #ffffff;
    padding: 3rem 0;
}

.tp-manager-band .tp-section-label {
    color: #8ec5ce;
}

.tp-manager-band .tp-section-title {
    color: #ffffff;
}

.tp-manager-band .tp-section-lead {
    color: #c5d9dd;
    margin-bottom: 1.5rem;
}

.tp-manager-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}

.tp-manager-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.tp-manager-grid li {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-manager-grid strong {
    display: block;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.92rem;
    margin-bottom: 0.2rem;
}

.tp-manager-grid span {
    display: block;
    color: #a8c5cb;
    font-size: 0.86rem;
    line-height: 1.5;
}

.tp-manager-visual {
    border: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 0;
}

.tp-manager-visual img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
}

/* 5 — Multi-Business Owners: feature cards */
.tp-section--owners {
    background: #ffffff;
    border-top: none;
}

.tp-owners-band {
    padding: 0;
}

.tp-owners-header {
    max-width: 720px;
    margin-bottom: 2rem;
}

.tp-owners-badge {
    display: inline-block;
    color: var(--tp-base-color);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid var(--tp-base-color);
    margin-bottom: 0.85rem;
}

.tp-owners-title {
    color: #0d2a2f;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.tp-owners-lead {
    color: #4f6368;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 600px;
}

.tp-owners-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.tp-owners-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem 1.35rem;
    background: #f6fafb;
    border: 1px solid #d5e4e7;
    border-top: 2px solid var(--tp-base-color);
    transition: background 0.2s ease, border-color 0.2s ease;
}


.tp-owners-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #e7fcff 0%, #d4f0f4 100%);
    color: var(--tp-base-color);
    border-radius: 8px;
}

.tp-owners-card-icon .tp-outline-svg {
    width: 1.15rem;
    height: 1.15rem;
}

.tp-owners-card-title {
    color: #17363c;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}

.tp-owners-card-text {
    color: #5f7176;
    font-size: 0.88rem;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 768px) {
    .tp-section {
        padding: 3.5rem 0;
    }

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

    .tp-mobile-layout {
        grid-template-columns: 260px 1fr;
        gap: 2.5rem;
        align-items: center;
    }

    .tp-mobile-showcase {
        justify-content: flex-start;
    }

    .tp-mobile-device {
        width: 100%;
    }

    .tp-mobile-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .tp-employee-layout {
        grid-template-columns: 1fr 300px;
        gap: 2.5rem;
        align-items: start;
    }

    .tp-employee-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .tp-employee-card:last-child {
        grid-column: 1 / -1;
    }

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

    .tp-manager-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 2rem;
    }

    .tp-manager-grid li:nth-child(5) {
        grid-column: 1 / -1;
        max-width: 50%;
    }

    .tp-owners-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }

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

@media (min-width: 992px) {
    .tp-section-title {
        font-size: 1.5rem;
    }

    .tp-apps-intro {
        margin-bottom: 3rem;
    }

    .tp-mobile-layout {
        grid-template-columns: 280px 1fr;
        gap: 3rem;
    }

    .tp-mobile-title,
    .tp-employee-title {
        font-size: 1.65rem;
    }

    .tp-employee-layout {
        grid-template-columns: 1fr 400px;
        gap: 3rem;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .tp-mobile-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tp-employee-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tp-employee-card:last-child {
        grid-column: 1 / -1;
        max-width: calc(50% - 0.35rem);
    }
}

@media (min-width: 1600px) {

    .tp-section--mobile,
    .tp-section--employee {
        padding: 4rem 0;
    }

    .tp-mobile-layout {
        grid-template-columns: 475px 1fr;
        gap: 4rem;
    }

    .tp-mobile-device {
        width: 475px;
    }

    .tp-mobile-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .tp-mobile-features li {
        font-size: 0.9rem;
    }

    .tp-employee-layout {
        grid-template-columns: 1fr 500px;
        gap: 4rem;
    }

    .tp-employee-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .tp-employee-card:nth-child(4) {
        grid-column: 1;
    }

    .tp-employee-card:nth-child(5) {
        grid-column: 2 / 4;
    }

    .tp-employee-title,
    .tp-mobile-title {
        font-size: 1.85rem;
    }

    .tp-owners-title {
        font-size: 1.85rem;
    }

    .tp-owners-grid {
        gap: 1.25rem;
    }

    .tp-owners-card {
        padding: 1.5rem 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .tp-section {
        padding: 2.5rem 0;
    }

    .tp-mobile-title,
    .tp-employee-title {
        font-size: 1.35rem;
    }

    .tp-owners-title {
        font-size: 1.35rem;
    }

    .tp-manager-band {
        padding: 2.5rem 0;
    }
}

/* Pricing section */
.tp-price-top-border {
    border-top: 4px solid var(--tp-base-color);
}

.tp-pricing-section .top-plan-change-section-invoice ul li a.active {
    background-color: var(--tp-base-color);
    border-color: var(--tp-base-color);
}

.plan-yearly {
    display: block;
}

.tp-pricing-section .price-header p {
    font-weight: 600;
}

.tp-plan-features {
    padding: 0 24px 24px;
    text-align: left;
}

.tp-plan-employee-range {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #4f6368;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 1rem 0;
    justify-content: center;
}

.tp-plan-employee-range .tp-outline-svg {
    width: 0.9rem;
    height: 0.9rem;
    color: var(--tp-base-color);
    flex-shrink: 0;
}

.tp-features-heading {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 1rem;
}

.tp-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.tp-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.tp-feature-item::before {
    content: "";
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    background-image: url("/images/block/trupeople/icon/trupeople-price-check.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.tp-feature-item:last-child {
    margin-bottom: 0;
}


.tp-feature-content {
    flex: 1;
    min-width: 0;
}

.tp-feature-title {
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.2rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

.tp-feature-value {
    font-weight: 400;
    color: #6b6969;
}

.tp-feature-description {
    margin: 0;
    font-size: 0.875rem;
    color: #6b6969;
    line-height: 1.5;
}

.tp-pricing-section .per-additional-user-price {
    font-size: 15px;
    margin: 20px 0;
    color: #6b6969;
}

.tp-price-discount-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.35rem;
    margin-bottom: 0.5rem;
}

.tp-price-original {
    color: #6b6969;
    font-size: 1rem;
    text-decoration: line-through;
}

.tp-price-discount-label {
    color: #22a06b !important;
    font-size: 1rem !important;
    font-weight: 600;
}

.tp-contact-sales-section {
    min-height: 104px;
    padding: 42px 0;
}

.tp-contact-sales-label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--tp-base-color);
    margin: 0;
    line-height: 1.2;
}

/* Header navigation */
.product-navbar.tp .tp-nav-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(8, 62, 69, 0.09);
    color: var(--tp-base-color);
    font-size: 1.2rem;
}

.product-navbar.tp .tp-nav-icon i {
    line-height: 1;
}

.product-navbar.tp .tp-nav-outline-svg {
    width: 26px;
    height: 26px;
    color: var(--tp-base-color);
}

.tp-logo {
    text-decoration: none;
}

.tp-logo>svg {
    height: auto;
    width: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.tp-logo>svg path {
    fill: var(--tp-base-color) !important;
}

.tp-logo:hover>svg {
    transform: scale(1.2);
    visibility: visible;
    opacity: 1;
}

.product-navbar.tp .drawer-link-block:hover .tp-nav-icon {
    background: rgba(8, 62, 69, 0.16);
}

.product-navbar.tp .nav-link:hover,
.product-navbar.tp .nav-item.show>.nav-link {
    color: var(--tp-base-color) !important;
}

.product-navbar.tp .fa-chevron-down {
    color: inherit;
}

@media screen and (max-width: 1199px) {
    .product-navbar.tp .drawer-link-block {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .product-navbar.tp .tp-logo svg {
        visibility: visible;
        opacity: 1;
    }
}