.bpte {
    --te-navy: #073d33;
    --te-primary: #0f6b8d;
    --te-primary-dark: #0a3240;
    --te-gold: #c98706;
    --te-text: #191919;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 18px 0;
}

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

.bpte-card {
    display: grid;
    grid-template-columns: minmax(0, 32%) minmax(0, 1fr);
    gap: clamp(18px, 3vw, 34px);
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: clamp(20px, 3vw, 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: var(--te-text);
}

.bpte-profile,
.bpte-profile-copy,
.bpte-main {
    min-width: 0;
    max-width: 100%;
}

.bpte-profile {
    padding-right: clamp(14px, 2vw, 24px);
    border-right: 1px solid #eee2cf;
}

.bpte-profile-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.bpte-profile-link:hover,
.bpte-profile-link:focus {
    color: inherit;
    text-decoration: none;
}

.bpte-photo-wrap {
    display: grid;
    place-items: center;
    width: 125px;
    height: 125px;
    margin: 0 auto 9px;
    padding: 6px;
    border: 1px solid var(--te-gold);
    border-radius: 50%;
}

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

.bpte-photo-wrap > a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.bpte-name,
.bpte-main h2 {
    margin: 0;
    color: var(--te-navy);
    font-family:Inter,sans-serif;
    font-weight: 700;
    line-height: 1.06;
}

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

.bpte-name a {
    color: inherit;
    text-decoration: none;
}

.bpte-name a:hover,
.bpte-name a:focus {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bpte-designation {
    margin: 6px 0 0;
    color: var(--te-gold);
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
}

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

.bpte-experience,
.bpte-trust,
.bpte-trust span {
    display: flex;
    align-items: center;
}

.bpte-experience {
    justify-content: center;
    gap: 10px;
}

.bpte-experience-icon {
    display: grid;
    place-items: center;
    align-items: center;
    justify-items: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    background: #dff3ef;
    line-height: 0;
}

.bpte-experience-icon svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
}

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

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

.bpte-experience strong {
    font-size: 13px;
}

.bpte-experience span {
    font-size: 12px;
}

.bpte-main h2 {
    font-size: clamp(26px, 4vw, 38px);
}

.bpte-heading-rule {
    display: block;
    width: 54px;
    height: 3px;
    margin: 16px 0 18px;
    background: var(--te-gold);
}

.bpte-content {
    font-size: 15px;
    line-height: 1.65;
}

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

.bpte-content p {
    margin: 0 0 14px;
}

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

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

.bpte-trust {
    margin-top: 20px;
}

.bpte-trust span {
    gap: 7px;
    min-width: 0;
    padding: 0 14px;
    border-left: 1px solid #eee0ca;
    font-size: 12px;
    line-height: 1.25;
}

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

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

.bpte-meta-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 1fr);
    gap: 14px;
    align-items: stretch;
    margin-top: 20px;
}

.bpte-meta-actions--blog {
    align-items: center;
}

.bpte-meta-actions--blog .bpte-trust {
    margin-top: 0;
}

.bpte-visit,
.bpte-whatsapp {
    min-width: 0;
    border-radius: 8px;
}

.bpte-visit {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid #dbe8e1;
    background: rgba(255, 255, 255, .68);
    color: #26313d;
}

.bpte-visit-icon {
    display: grid;
    place-items: center;
    grid-row: span 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #dff3e9;
    color: #009749;
}

.bpte-visit-icon svg {
    width: 25px;
    height: 25px;
}

.bpte-visit span:not(.bpte-visit-icon),
.bpte-visit strong {
    display: block;
    min-width: 0;
    line-height: 1.2;
}

.bpte-visit span:not(.bpte-visit-icon) {
    font-size: 13px;
}

.bpte-visit strong {
    margin-top: 3px;
    color: #009749;
    font-size: 16px;
}

.bpte-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 18px;
    background: linear-gradient(135deg, var(--te-primary), var(--te-primary-dark));
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 11px 22px rgba(7, 61, 51, .2);
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.bpte-whatsapp:hover,
.bpte-whatsapp:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.bpte-whatsapp svg {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

.bpte--blog .bpte-card {
    grid-template-columns: minmax(220px, 30%) minmax(0, 1fr);
    gap: clamp(16px, 2.8vw, 34px);
    align-items: center;
    padding: clamp(20px, 2.8vw, 34px);
    border-color: rgba(15, 107, 141, .18);
    border-radius: 22px;
    background: linear-gradient(135deg, #fbfffd 0, #fff 56%, #f6fbf9 100%);
    box-shadow: 0 14px 38px rgba(15, 47, 60, .08);
}

.bpte--blog .bpte-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: clamp(14px, 2.4vw, 28px);
    border-right-color: rgba(219, 140, 0, .38);
}

.bpte--blog .bpte-photo-wrap {
    position: relative;
    width: clamp(75px, 10vw, 150px);
    height: clamp(75px, 10vw, 150px);
    margin-bottom: 12px;
    padding: 6px;
    border: 2px solid var(--te-gold);
    background: #fff;
}

.bpte--blog .bpte-photo-shield {
    position: absolute;
    right: 0px;
    bottom: 10px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--primary-dark);
    color: #f3b343;
    box-shadow: 0 8px 18px rgba(8, 42, 35, .22);
}

.bpte--blog .bpte-photo-shield svg {
    width: 17px;
    height: 17px;
}

.bpte--blog .bpte-name {
    color: var(--te-navy);
    font-size: 18px;
    line-height: 1.08;
}

.bpte--blog .bpte-designation {
    margin-top: 6px;
    color: var(--te-gold);
    font-size: 13px;
}

.bpte--blog .bpte-profile-rule {
    width: 142px;
    height: 10px;
    margin: 12px auto;
    background:
        radial-gradient(circle, var(--te-gold) 0 7px, transparent 7.5px),
        linear-gradient(var(--te-gold), var(--te-gold)) center / 100% 1px no-repeat;
}

.bpte--blog .bpte-experience {
    display: block;
    text-align: center;
}

.bpte--blog .bpte-experience strong {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
}

.bpte-socials {
    margin-top: 18px;
    text-align: center;
}

.bpte-socials-label {
    display: block;
    margin-bottom: 10px;
    color: #111827;
    font-size: 14px;
    line-height: 1.25;
}

.bpte-socials-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.bpte-socials-row a {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 18px rgba(7, 61, 51, .12);
    transition: transform .2s ease, box-shadow .2s ease;
}

.bpte-socials-row a:hover,
.bpte-socials-row a:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(7, 61, 51, .16);
}

.bpte-socials-row img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.bpte--blog .bpte-main h2 {
    color: var(--te-navy);
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.06;
}

.bpte--blog .bpte-heading-rule {
    width: 82px;
    height: 4px;
    margin: 14px 0 18px;
    background: var(--te-gold);
}

.bpte--blog .bpte-content {
    color: #111;
    font-size: 15px;
    line-height: 1.52;
}

.bpte--blog .bpte-content p {
    margin-bottom: 8px;
}

.bpte--blog .bpte-meta-actions--blog {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(8px, 1.4vw, 14px);
    width: min(100%, 780px);
    margin-top: 20px;
}

.bpte--blog .bpte-meta-actions--blog:has(> :only-child) {
    grid-template-columns: minmax(0, 360px);
}

.bpte--blog .bpte-whatsapp--blog,
.bpte-profile-button {
    min-height: 54px;
    border-radius: 10px;
    text-decoration: none;
}

.bpte--blog .bpte-whatsapp--blog {
    justify-content: flex-start;
    gap: 10px;
    padding: 9px 14px;
    border: 1px solid rgba(15, 107, 141, .14);
    background: linear-gradient(135deg, rgba(229, 247, 239, .98), rgba(255, 255, 255, .96));
    color: var(--te-navy);
    box-shadow: 0 10px 24px rgba(15, 47, 60, .08);
}

.bpte--blog .bpte-whatsapp--blog:hover,
.bpte--blog .bpte-whatsapp--blog:focus {
    color: var(--te-navy);
}

.bpte--blog .bpte-whatsapp--blog svg {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    color: var(--te-primary);
}

.bpte--blog .bpte-whatsapp--blog strong,
.bpte--blog .bpte-whatsapp--blog small {
    display: block;
}

.bpte--blog .bpte-whatsapp--blog strong {
    font-size: 16px;
    line-height: 1.1;
}

.bpte--blog .bpte-whatsapp--blog small {
    margin-top: 3px;
    color: #101414;
    font-size: 12px;
    font-weight: 500;
}

.bpte-profile-button {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    padding: 9px 14px;
    background: linear-gradient(135deg, var(--te-primary), var(--te-primary-dark));
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    box-shadow: 0 14px 28px rgba(7, 61, 51, .2);
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.bpte-profile-button:hover,
.bpte-profile-button:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.bpte-profile-button-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 2px solid rgba(255, 255, 255, .88);
    border-radius: 50%;
}

.bpte-profile-button-icon svg {
    width: 20px;
    height: 20px;
}

.bpte-profile-button b {
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .bpte-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 18px 16px;
        border-radius: 18px;
    }

    .bpte-profile {
        display: grid;
        grid-template-columns: 108px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
        padding: 0 0 18px;
        border-right: 0;
        border-bottom: 1px solid #eee2cf;
    }

    .bpte-photo-wrap {
        grid-row: span 4;
        width: 108px;
        height: 108px;
        margin: 0;
        padding: 4px;
    }

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

    .bpte-name {
        align-self: end;
        font-size: 16px;
    }

    .bpte-designation {
        align-self: start;
        font-size: 12px;
    }

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

    .bpte-experience {
        justify-content: flex-start;
        gap: 8px;
    }

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

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

    .bpte-experience strong {
        font-size: 13px;
    }

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

    .bpte-main h2 {
        font-size: 25px;
    }

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

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

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

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

    .bpte-trust {
        display: none;
    }

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

    .bpte-meta-actions--blog .bpte-trust {
        display: flex;
    }

    .bpte-whatsapp {
        font-size: 18px;
    }

    .bpte--blog .bpte-card {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px 14px;
    }

    .bpte--blog .bpte-profile {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 14px;
        align-items: start;
        padding: 0 0 16px;
        border-right: 0;
        border-bottom: 1px solid rgba(219, 140, 0, .28);
    }

    .bpte--blog .bpte-photo-wrap {
        width: 104px;
        height: 104px;
        grid-row: span 5;
        margin: 0;
    }

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

    .bpte--blog .bpte-name {
        font-size: 18px;
    }

    .bpte--blog .bpte-designation {
        font-size: 13px;
    }

    .bpte--blog .bpte-profile-rule {
        width: 112px;
        margin: 8px 0;
    }

    .bpte-socials {
        margin-top: 10px;
        text-align: left;
    }

    .bpte-socials-row {
        justify-content: flex-start;
    }

    .bpte--blog .bpte-main h2 {
        font-size: 25px;
    }

    .bpte--blog .bpte-heading-rule {
        width: 68px;
        height: 4px;
        margin: 12px 0 15px;
    }

    .bpte--blog .bpte-content {
        font-size: 15px;
        line-height: 1.52;
    }

    .bpte--blog .bpte-meta-actions--blog {
        grid-template-columns: 1fr;
        width: 100%;
        margin-top: 18px;
    }

    .bpte--blog .bpte-whatsapp--blog,
    .bpte-profile-button {
        min-height: 52px;
    }

    .bpte--blog .bpte-whatsapp--blog svg {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .bpte-profile-button {
        grid-template-columns: 32px minmax(0, 1fr) auto;
        font-size: 16px;
        padding: 8px 12px;
    }

    .bpte-profile-button-icon {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 575.98px) {
    .bpte--blog .bpte-profile {
        grid-template-columns: 102px minmax(0, 1fr);
        gap: 12px;
    }

    .bpte--blog .bpte-photo-wrap {
        width: 96px;
        height: 96px;
    }

    .bpte--blog .bpte-name {
        font-size: 16px;
        line-height: 1.12;
    }

    .bpte--blog .bpte-designation {
        font-size: 12px;
        line-height: 1.25;
    }

    .bpte--blog .bpte-profile-rule {
        width: 76px;
        height: 8px;
        margin: 6px 0;
    }

    .bpte--blog .bpte-experience {
        text-align: left;
    }

    .bpte-socials-label {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .bpte-socials-row {
        gap: 7px;
    }

    .bpte-socials-row a {
        width: 30px;
        height: 30px;
    }

    .bpte-socials-row img {
        width: 17px;
        height: 17px;
    }
}
