.pte {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: auto;
    box-shadow: 0 8px 22px rgba(30, 45, 40, .1);
    border-radius: 20px;
    background: #fffffc;
    border: 1px solid #dbe5df;
}

.pte *,
.pte *::before,
.pte *::after {
    box-sizing: border-box;
}

.pte-card {
    display: grid;
    grid-template-columns: minmax(0, 30%) minmax(0, 1fr) minmax(0, 21%);
    gap: clamp(14px, 2vw, 24px);
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: clamp(20px, 2.6vw, 30px);
    overflow: hidden;
    border: 1px solid #dbe5df;
    border-radius: 14px;
    background: linear-gradient(135deg, #f6fbf8 0, #fff 55%, #eef6f1 100%);
    box-shadow: 0 8px 22px rgba(30, 45, 40, .1);
    color: #101414;
}

.pte-profile,
.pte-profile-copy,
.pte-main,
.pte-actions,
.pte-action,
.pte-action span {
    min-width: 0;
    max-width: 100%;
}

.pte-profile {
    padding-right: clamp(14px, 2vw, 24px);
    border-right: 1px solid #eee2cf;
    background: linear-gradient(135deg, #f6fbf8 0, #fff 55%, #eef6f1 100%);
    border: 1px solid #fffff9;
    border-radius: 14px;
}

.pte-photo-wrap {
    display: grid;
    place-items: center;
    width: clamp(125px, 18vw, 100px);
    height: clamp(125px, 18vw, 100px);
    margin: 0 auto 9px;
    padding: 6px;
    border: 1px solid #db8c00;
    border-radius: 50%;
}

.pte-photo {
    display: block;
    width: 60%;
    height: 60%;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
}

.pte-name,
.pte-main h2 {
    margin: 0;
    color: #00422d;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    line-height: 1.06;
}

.pte-name {
    font-size: 18px;
    text-align: center;
}

.pte-designation {
    margin: 6px 0 0;
    color: #cc7900;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}

.pte-profile-rule {
    display: block;
    width: 104px;
    height: 14px;
    margin: 8px auto;
    background: radial-gradient(circle, #c88700 0 4px, transparent 4.5px),
        linear-gradient(#e8c98b, #e8c98b) center / 100% 1px no-repeat;
}

.pte-experience {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.pte-experience-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dff3ef;
    border-radius: 50%;
    padding: 7px;
}

.pte-experience-icon svg {
    width: 24px;
    height: 24px;
}

.pte-experience p {
    margin: 0;
    line-height: 1.27;
}

.pte-experience strong,
.pte-experience span {
    display: block;
}

.pte-experience strong {
    font-size: clamp(12px, 0.8vw, 10px);
}

.pte-experience span {
    font-size: clamp(12px, 0.9vw, 14px);
}

.pte-main h2 {
    font-size: clamp(20px, 3vw, 24px);
}

.pte-heading-rule {
    display: block;
    width: 54px;
    height: 3px;
    margin: 18px 0 20px;
    background: #d28700;
}

.pte-content {
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.5;
}

.pte-content:empty {
    display: none;
}

.pte-content p {
    margin: 0 0 16px;
}

.pte-content p:last-child {
    margin-bottom: 0;
}

.pte-content--mobile {
    display: none;
}

.pte-trust {
    display: flex;
    margin-top: 23px;
}

.pte-trust span {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    padding: 0 12px;
    border-left: 1px solid #eee0ca;
    font-size: clamp(9px, 1vw, 11px);
    line-height: 1.25;
}

.pte-trust span:first-child {
    padding-left: 0;
    border-left: 0;
}

.pte-trust svg {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    color: #009749;
}

.pte-actions {
    display: grid;
    gap: 20px;
}

.pte-action {
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr) 14px;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-height: 60px;
    padding: 15px;
    overflow: hidden;
    border-radius: 17px;
    text-decoration: none !important;
}

.pte-action-icon {
    width: 24px;
    height: 24px;
}

.pte-action span {
    display: grid;
    gap: 5px;
}

.pte-action strong,
.pte-action small {
    overflow-wrap: anywhere;
}

.pte-action strong {
    font-size: 12px;
    line-height: 1.08;
}

.pte-action small {
    font-size: clamp(12px, 1.28vw, 14px);
    line-height: 1.4;
}

.pte-action b {
    font-size: 38px;
    font-weight: 300;
    line-height: .7;
}

.pte-action--question {
    border: 1.5px solid #d38300;
    color: #111;
}

.pte-action--question .pte-action-icon {
    color: #c47a00;
}

.pte-action--whatsapp {
    background: linear-gradient(135deg, #00a74a, #008e3f);
    color: #fff;
}

.pte-action--whatsapp:hover {
    color: #fff;
}

.pte-action--whatsapp .pte-action-icon {
    color: #fff;
    width: 28px;
    height: 28px;
    transform: translateY(2px);
}

@media (max-width: 991.98px) {
    .pte-card {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 30px;
    }

    .pte-profile {
        display: grid;
        grid-template-columns: minmax(108px, 32%) minmax(0, 1fr);
        gap: clamp(14px, 3vw, 28px);
        align-items: center;
        padding: 0 0 28px;
        border-right: 0;
        border-bottom: 1px solid #eee2cf;
    }

    .pte-photo-wrap {
        grid-row: span 4;
        width: min(100%, 220px);
        height: auto;
        aspect-ratio: 1;
        margin: 0;
    }

    .pte-name,
    .pte-designation {
        text-align: left;
    }

    .pte-name {
        align-self: end;
        font-size: 20px;
    }

    .pte-designation {
        align-self: start;
        font-size: clamp(15px, 2.2vw, 20px);
    }

    .pte-profile-rule {
        margin: 5px 0;
    }

    .pte-experience {
        justify-content: flex-start;
    }

    .pte-main h2 {
        font-size: clamp(34px, 5vw, 40px);
    }

    .pte-content--desktop {
        display: none;
    }

    .pte-content--mobile {
        display: block;
    }

    .pte-content {
        font-size: 18px;
    }

    .pte-trust {
        display: none;
    }

    .pte-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .pte-action {
        min-height: 116px;
        padding: 16px;
    }
}

@media (max-width: 575.98px) {
    .pte-card {
        gap: 20px;
        padding: 18px 16px;
        border-radius: 18px;
    }

    .pte-profile {
        grid-template-columns: 108px minmax(0, 1fr);
        gap: 12px;
        padding-bottom: 18px;
    }

    .pte-photo-wrap {
        width: 108px;
        height: 108px;
        padding: 4px;
    }

    .pte-name {
        font-size: 14px;
    }

    .pte-designation {
        margin-top: 6px;
        font-size: 12px;
    }

    .pte-profile-rule {
        width: 64px;
        height: 8px;
        margin: 2px 0;
    }

    .pte-experience {
        gap: 8px;
    }

    .pte-experience-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .pte-experience-icon svg {
        width: 19px;
        height: 19px;
    }

    .pte-experience strong {
        font-size: 15px;
    }

    .pte-experience span {
        font-size: 10px;
    }

    .pte-main h2 {
        font-size: 20px;
    }

    .pte-heading-rule {
        width: 42px;
        margin: 13px 0 15px;
    }

    .pte-content {
        font-size: 15px;
    }

    .pte-content p {
        margin-bottom: 12px;
    }

    .pte-actions {
        gap: 10px;
    }

    .pte-action {
        grid-template-columns: 32px minmax(0, 1fr) 7px;
        gap: 7px;
        min-height: 60px;
        padding: 10px;
        border-radius: 13px;
    }

    .pte-action-icon {
        width: 32px;
        height: 32px;
    }

    .pte-action strong {
        font-size: 12px;
    }

    .pte-action small {
        font-size: 11px;
    }

    .pte-action b {
        font-size: 28px;
    }
}

@media (max-width: 359.98px) {
    .pte-card {
        padding: 14px 12px;
    }

    .pte-profile {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 10px;
    }

    .pte-photo-wrap {
        width: 92px;
        height: 92px;
    }

    .pte-name {
        font-size: 21px;
    }

    .pte-main h2 {
        font-size: 27px;
    }

    .pte-actions {
        grid-template-columns: 1fr;
    }

    .pte-action {
        min-height: 68px;
    }
}
