/* ===============================
   EASYMATHS FUNNELS - VIDEO BLOCK
=============================== */

.em-video-section{
    padding:48px 20px;
}

.em-video-inner{
    max-width:1100px;
    margin:0 auto;
}

.em-video-head{
    text-align:center;
    margin:0 0 28px;
}

.em-video-kicker{
    margin:0 0 8px;
    font-size:12px;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#64748b;
}

.em-video-title{
    margin:0 0 10px;
    font-size:32px;
    font-weight:800;
    color:#0f172a;
}

.em-video-sub{
    font-size:16px;
    color:#475569;
}

.em-video-embed{
    position:relative;
    width:100%;
    padding-top:56.25%;
    border-radius:18px;
    overflow:hidden;
    background:#000;
    box-shadow:0 18px 50px rgba(2,6,23,0.25);
}

.em-video-embed iframe,
.em-video-embed video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.em-video-cta{
    margin-top:20px;
    text-align:center;
}

.em-video-btn{
    display:inline-block;
    padding:12px 22px;
    border-radius:999px;
    background:#facc15;
    color:#020617;
    font-weight:700;
    text-decoration:none;
}

.em-video-btn:hover{
    background:#eab308;
}


/* ===============================
   TUTOR TRUST BAR
=============================== */

.em-tutor-trust-bar{
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    gap:16px;
    padding:22px;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:22px;
    background:linear-gradient(135deg,#26364f 0%, #2e405f 100%);
    box-shadow:0 10px 30px rgba(2,6,23,0.18);
    color:#ffffff;
}

.em-tutor-trust-bar__content{
    flex:1 1 auto;
    min-width:0;
}

.em-tutor-trust-bar__title{
    margin:0 0 12px;
    font-size:18px;
    line-height:1.25;
    font-weight:800;
    color:#ffffff;
}

.em-tutor-trust-bar__lines p{
    margin:0 0 8px;
    font-size:15px;
    line-height:1.45;
    color:rgba(255,255,255,0.96);
}

.em-tutor-trust-bar__lines p:last-child{
    margin-bottom:0;
}

.em-tutor-trust-bar__actions{
    display:flex;
    align-items:stretch;
    gap:14px;
    flex:0 0 auto;
}

.em-tutor-trust-bar__action{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:170px;
    padding:18px;
    border:1px solid rgba(255,255,255,0.16);
    border-radius:18px;
    background:rgba(255,255,255,0.04);
    color:#ffffff;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    text-align:center;
    cursor:pointer;
    transition:all .2s ease;
}

button.em-tutor-trust-bar__action{
    appearance:none;
    -webkit-appearance:none;
}

.em-tutor-trust-bar__action:hover{
    background:rgba(255,255,255,0.1);
    border-color:rgba(255,255,255,0.28);
    color:#ffffff;
}


/* Trust bar inside subject funnel */
.em-crm-vf-trustbar{
    margin-top:14px;
}

.em-crm-vf-trustbar .em-tutor-trust-bar{
    padding:14px 16px;
    border-radius:14px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:none;
}

.em-crm-vf-trustbar .em-tutor-trust-bar__title{
    margin-bottom:6px;
    font-size:13px;
}

.em-crm-vf-trustbar .em-tutor-trust-bar__lines p{
    margin-bottom:5px;
    font-size:11px;
    line-height:1.5;
}

.em-crm-vf-trustbar .em-tutor-trust-bar__action{
    min-width:160px;
    padding:12px 14px;
    border-radius:12px;
    font-size:13px;
}


/* ===============================
   VIDEO MODAL
=============================== */

body.em-video-modal-open{
    overflow:hidden;
}

.em-tutor-video-modal{
    position:fixed;
    inset:0;
    z-index:99999;
    display:none;
}

.em-tutor-video-modal.is-open{
    display:block;
}

.em-tutor-video-modal__overlay{
    position:absolute;
    inset:0;
    background:rgba(2,6,23,0.78);
}

.em-tutor-video-modal__dialog{
    position:relative;
    width:min(92vw, 980px);
    margin:6vh auto 0;
    background:#020617;
    border-radius:20px;
    padding:18px;
    box-shadow:0 24px 80px rgba(0,0,0,0.45);
    z-index:2;
}

.em-tutor-video-modal__close{
    position:absolute;
    top:10px;
    right:12px;
    width:42px;
    height:42px;
    border:none;
    border-radius:999px;
    background:rgba(255,255,255,0.08);
    color:#ffffff;
    font-size:28px;
    line-height:1;
    cursor:pointer;
}

.em-tutor-video-modal__frame{
    position:relative;
    width:100%;
    padding-top:56.25%;
    border-radius:14px;
    overflow:hidden;
    background:#000;
}

.em-tutor-video-modal__frame iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


/* ===============================
   CREDENTIALS PAGE
=============================== */

.em-tutor-credentials{
    padding:36px 20px 54px;
}

.em-tutor-credentials__card{
    max-width:1100px;
    margin:0 auto;
    padding:30px;
    border-radius:24px;
    background:#ffffff;
    box-shadow:0 20px 60px rgba(2,6,23,0.10);
    border:1px solid #e2e8f0;
}

.em-tutor-credentials__kicker{
    margin:0 0 10px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#64748b;
}

.em-tutor-credentials__title{
    margin:0 0 14px;
    font-size:34px;
    line-height:1.15;
    font-weight:800;
    color:#0f172a;
}

.em-tutor-credentials__intro{
    margin:0 0 24px;
    font-size:17px;
    line-height:1.6;
    color:#334155;
}

.em-tutor-credentials__grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-bottom:22px;
    align-items:stretch;
}

.em-tutor-credentials__block{
    padding:18px;
    border:1px solid #d7dee8;
    border-radius:18px;
    background:#f8fafc;
    overflow:hidden;
}

.em-tutor-credentials__block h3{
    margin:0 0 14px;
    font-size:20px;
    font-weight:800;
    color:#0f172a;
}

.em-tutor-credentials__block ul{
    margin:0;
    padding-left:20px;
}

.em-tutor-credentials__block li{
    margin:0 0 12px;
    color:#334155;
    line-height:1.6;
}

/* prevent theme/global image rules from blowing up thumbnails */
.em-tutor-credentials__block img{
    max-width:none;
}

/* Thumbnail area inside Qualifications block */
.em-tutor-credentials__profile-row{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    margin-bottom:14px;
}

.em-tutor-credentials__photo-wrap{
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
}

.em-tutor-credentials__photo-btn{
    display:inline-block;
    width:auto;
    max-width:none;
    padding:0;
    border:none;
    background:transparent;
    cursor:pointer;
}

.em-tutor-credentials__photo{
    display:block;
    width:96px !important;
    height:112px !important;
    max-width:96px !important;
    max-height:112px !important;
    object-fit:cover;
    object-position:center;
    border-radius:12px;
    border:1px solid #cbd5e1;
    box-shadow:0 6px 16px rgba(2,6,23,0.08);
    background:#fff;
}


.em-tutor-credentials__certs{
    display:grid;
    grid-template-columns:repeat(auto-fit, 88px);
    gap:10px;
    justify-content:flex-start;
    align-items:start;
    margin-top:8px;
}

.em-tutor-credentials__cert-btn{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:6px;
    width:88px !important;
    min-width:88px !important;
    max-width:88px !important;
    padding:0;
    border:none;
    background:transparent;
    cursor:pointer;
    text-align:center;
}

.em-tutor-credentials__cert-thumb{
    display:block;
    width:88px !important;
    height:120px !important;
    max-width:88px !important;
    max-height:120px !important;
    object-fit:contain;
    object-position:center;
    border-radius:8px;
    border:1px solid #cbd5e1;
    background:#fff;
    box-shadow:0 6px 16px rgba(2,6,23,0.06);
    padding:4px;
}

.em-tutor-credentials__cert-label{
    display:block;
    width:88px;
    font-size:10px;
    font-weight:700;
    line-height:1.2;
    color:#334155;
    word-break:break-word;
    text-align:center;
}

.em-tutor-credentials__actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:8px;
}

.em-tutor-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 16px;
    border-radius:999px;
    background:#facc15;
    color:#020617;
    text-decoration:none;
    font-weight:700;
    font-size:14px;
    border:1px solid #facc15;
}

.em-tutor-btn:hover{
    background:#eab308;
    color:#020617;
}

.em-tutor-btn--secondary{
    background:#ffffff;
    color:#0f172a;
    border:1px solid #cbd5e1;
}

.em-tutor-btn--secondary:hover{
    background:#f8fafc;
    color:#0f172a;
}


/* ===============================
   CERTIFICATE / IMAGE MODAL
=============================== */

.em-tutor-credential-modal{
    position:fixed;
    inset:0;
    z-index:99999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    background:rgba(2,6,23,0.82);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .22s ease, visibility .22s ease;
}

.em-tutor-credential-modal.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.em-tutor-credential-modal__overlay{
    position:absolute;
    inset:0;
    background:transparent;
}

.em-tutor-credential-modal__dialog{
    position:relative;
    width:min(92vw, 860px);
    max-height:90vh;
    min-height:220px;
    overflow:auto;
    margin:0;
    background:#ffffff;
    border-radius:18px;
    padding:18px;
    box-shadow:0 24px 80px rgba(0,0,0,0.35);
    z-index:2;
    transform:scale(.92);
    opacity:0;
    transition:transform .22s ease, opacity .22s ease;

    display:flex;
    flex-direction:column;
    justify-content:center;
}

.em-tutor-credential-modal.is-open .em-tutor-credential-modal__dialog{
    transform:scale(1);
    opacity:1;
}

.em-tutor-credential-modal__close{
    position:absolute;
    top:10px;
    right:12px;
    width:42px;
    height:42px;
    border:none;
    border-radius:999px;
    background:#0f172a;
    color:#ffffff;
    font-size:28px;
    line-height:1;
    cursor:pointer;
}


.em-tutor-credential-modal__body{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:100%;
    transform: translateY(12px);
}

.em-tutor-credential-modal__image{
    max-width:100%;
    width:auto;
    height:auto;
    max-height:70vh;
    border-radius:12px;
    border:1px solid #e2e8f0;
    background:#fff;
    user-select:none;
    -webkit-user-drag:none;
    display:block;
    margin:0 auto;
}

.em-tutor-credential-modal__label{
    margin-top:16px;
    font-size:14px;
    font-weight:700;
    color:#334155;
}

.em-tutor-credential-modal__dialog{
    align-items:center;
}

/* ===============================
   SUBJECT VIDEO FUNNEL
=============================== */

.em-crm-vf-wrap{
    max-width:1200px;
    margin:0 auto;
}

.em-crm-vf-alert{
    padding:12px 14px;
    margin:0 0 18px;
    border-radius:14px;
    font-weight:600;
}

.em-crm-vf-alert-success{
    background:#ecfdf3;
    border:1px solid #16a34a;
    color:#166534;
}

.em-crm-vf-alert-error{
    background:#fef2f2;
    border:1px solid #dc2626;
    color:#991b1b;
}

.em-crm-vf-shell{
    background:linear-gradient(180deg, rgba(8,22,48,.94), rgba(9,27,58,.92));
    border:1px solid rgba(255,255,255,.10);
    border-radius:28px;
    box-shadow:0 24px 60px rgba(0,0,0,.24);
    overflow:hidden;
}

.em-crm-vf-top{
    padding:14px 16px 10px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.em-crm-vf-kicker{
    display:inline-block;
    margin-bottom:12px;
    padding:6px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    background:rgba(255,255,255,.10);
    color:#ffd54a;
}

.em-crm-vf-title{
    margin:0 0 8px;
    font-size:clamp(30px,4vw,42px);
    line-height:1.08;
    color:#fff;
}

.em-crm-vf-intro{
    margin:0;
    max-width:900px;
    color:rgba(255,255,255,.88);
    font-size:15px;
    line-height:1.6;
}

.em-crm-authority{
    margin-top:14px;
    padding:16px 18px;
    border-radius:14px;
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.16);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
    font-size:12px;
    line-height:1.65;
    color:rgba(255,255,255,.95);
}

.em-crm-authority strong{
    display:block;
    margin-bottom:7px;
    color:#ffffff;
    font-size:14px;
    font-weight:800;
}

.em-crm-vf-trust{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:14px;
}

.em-crm-vf-trust span{
    display:inline-flex;
    align-items:center;
    padding:7px 11px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:rgba(255,255,255,.92);
    font-size:12px;
    font-weight:700;
}

.em-crm-vf-grid{
    display:grid;
    grid-template-columns:1.04fr .96fr;
    gap:0;
}

.em-crm-vf-left{
    padding:24px 28px 28px;
    border-right:1px solid rgba(255,255,255,.10);
    color:#fff;
}

.em-crm-vf-right{
    padding:24px 28px 28px;
    color:#fff;
}

.em-crm-vf-video-title{
    margin:0 0 8px;
    font-size:28px;
    line-height:1.16;
    color:#fff;
}

.em-crm-vf-video-text{
    margin:0 0 14px;
    font-size:13px;
    line-height:1.55;
    color:rgba(255,255,255,.84);
}

.em-crm-vf-video-box{
    position:relative;
    margin-bottom:8px;
    border-radius:18px;
    overflow:hidden;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
    box-shadow:0 16px 36px rgba(0,0,0,.24);
    aspect-ratio:16 / 9;
    min-height:220px;
}

.em-crm-vf-video-box iframe,
.em-crm-vf-video-box video{
    width:100%;
    height:100%;
    display:block;
    border:0;
    background:#000;
}

.em-crm-vf-video-box img{
    max-width:none;
}

.em-crm-vf-video-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:24px;
    color:rgba(255,255,255,.82);
    font-size:14px;
    line-height:1.6;
    background:linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
}

.em-crm-vf-cta-mini{
    margin-top:12px;
    padding:12px 14px;
    border-radius:12px;
    background:rgba(255,255,255,0.06);
    font-size:13px;
    line-height:1.5;
    color:rgba(255,255,255,.92);
}

.em-crm-differentiator{
    margin-top:8px;
    padding:10px;
    border-radius:14px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.10);
    font-size:13px;
    line-height:1.6;
    color:rgba(255,255,255,.92);
}

.em-crm-differentiator strong{
    color:#fff;
}

.em-crm-differentiator ul{
    margin:8px 0 0;
    padding-left:18px;
}

.em-crm-differentiator li{
    margin:0 0 6px;
}

.em-crm-vf-points{
    margin:14px 0 0;
    padding:0;
    list-style:none;
}

.em-crm-vf-points li{
    position:relative;
    margin:0 0 9px;
    padding-left:16px;
    color:rgba(255,255,255,.88);
    font-size:13px;
    line-height:1.55;
}

.em-crm-vf-points li:before{
    content:"•";
    position:absolute;
    left:0;
    top:0;
    color:#ffd54a;
    font-weight:800;
}

.em-crm-vf-form-title{
    margin:0 0 8px;
    font-size:28px;
    line-height:1.16;
    color:#fff;
}

.em-crm-vf-form-intro{
    margin:0 0 14px;
    color:rgba(255,255,255,.84);
    font-size:13px;
    line-height:1.55;
}

.em-crm-vf-grid-fields{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
}

.em-crm-vf-field{
    margin:0 0 10px;
}

.em-crm-vf-field-full{
    grid-column:1 / -1;
}

.em-crm-vf-label{
    display:block;
    margin:0 0 7px;
    font-size:13px;
    font-weight:700;
    color:#fff;
}

.em-crm-vf-input,
.em-crm-vf-select,
.em-crm-vf-textarea{
    width:100%;
    padding:13px;
    border-radius:12px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.97);
    color:#0f172a;
    font-size:14px;
    box-sizing:border-box;
}

.em-crm-vf-textarea{
    min-height:80px;
    resize:vertical;
}

.em-crm-vf-actions{
    margin-top:10px;
}

.em-crm-vf-button{
    display:inline-block;
    padding:15px 24px;
    border:none;
    border-radius:999px;
    background:linear-gradient(135deg,#facc15,#f59e0b);
    color:#0f172a;
    font-weight:800;
    font-size:15px;
    line-height:1;
    cursor:pointer;
    box-shadow:0 12px 26px rgba(245,158,11,.30);
    white-space:nowrap;
    min-width:230px;
    text-align:center;
}

.em-crm-final-push,
.em-crm-vf-final-push{
    margin:8px 0 8px;
    font-size:13px;
    font-weight:700;
    color:#ffd54a;
    line-height:1.45;
}

.em-crm-vf-reassure{
    margin:12px 0 8px;
    font-size:13px;
    font-weight:600;
    color:rgba(255,255,255,.88);
}

.em-crm-vf-note{
    margin:10px 0 0;
    font-size:12px;
    line-height:1.5;
    color:rgba(255,255,255,.72);
}

.em-crm-vf-nextsteps{
    margin-top:16px;
    padding:14px 16px;
    border-radius:14px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
}

.em-crm-vf-nextsteps h3{
    margin:0 0 10px;
    font-size:15px;
    color:#fff;
}

.em-crm-vf-nextsteps ul{
    margin:0;
    padding-left:18px;
    color:rgba(255,255,255,.86);
}

.em-crm-vf-nextsteps li{
    margin:0 0 6px;
}


/* ===============================
   TRUST BAR THUMBNAIL ACTIONS
=============================== */

.em-tutor-trust-bar__action,
.em-tutor-trust-bar__action:link,
.em-tutor-trust-bar__action:visited,
.em-tutor-trust-bar__action:hover,
.em-tutor-trust-bar__action:focus{
    text-decoration:none !important;
}

.em-tutor-trust-bar__action--media{
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:8px;
    padding:10px;
    min-width:150px;
}

.em-tutor-trust-bar__thumb-wrap{
    position:relative;
    display:block;
    width:100%;
    border-radius:12px;
    overflow:hidden;
    background:#0f172a;
    aspect-ratio:16 / 9;
    min-height:84px;
}

.em-tutor-trust-bar__thumb{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center;
}

.em-tutor-trust-bar__play{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:rgba(250,204,21,.95);
    color:#0f172a;
    font-size:18px;
    font-weight:900;
    box-shadow:0 8px 24px rgba(0,0,0,.24);
}

.em-tutor-trust-bar__action-label{
    display:block;
    text-align:center;
    color:#fff;
    font-size:13px;
    font-weight:800;
    line-height:1.2;
}


/* ===============================
   INLINE MAIN VIDEO POSTER
=============================== */

.em-crm-vf-inline-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}

.em-crm-vf-inline-video iframe,
.em-crm-vf-inline-video video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
    display:block;
    background:#000;
}

.em-crm-vf-inline-video__trigger{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    background:#000;
    cursor:pointer;
    display:block;
    overflow:hidden;
    appearance:none;
    -webkit-appearance:none;
}

.em-crm-vf-inline-video__poster{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center;
}

.em-crm-vf-inline-video__play{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:72px;
    height:72px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(239,68,68,.96);
    color:#fff;
    font-size:30px;
    font-weight:900;
    line-height:1;
    box-shadow:0 14px 32px rgba(0,0,0,.32);
    z-index:2;
}


/* ===============================
   CTA BUTTON STRIP UNDER VIDEO
=============================== */

.em-crm-vf-cta-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin:14px 0 8px;
}

.em-crm-vf-cta-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:12px 18px;
    border-radius:999px;
    text-decoration:none !important;
    font-size:14px;
    font-weight:800;
    line-height:1;
    transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
    box-shadow:0 10px 24px rgba(2,6,23,.22);
}

.em-crm-vf-cta-button:hover{
    transform:translateY(-2px);
    text-decoration:none !important;
}

.em-crm-vf-cta-button--primary{
    background:linear-gradient(135deg,#facc15,#f59e0b);
    color:#0f172a;
}

.em-crm-vf-cta-button--secondary{
    background:rgba(255,255,255,.16);
    color:#fff;
    border:1px solid rgba(255,255,255,.24);
}

.em-crm-vf-cta-button--accent{
    background:linear-gradient(135deg,#22c55e,#16a34a);
    color:#fff;
}


/* ===============================
   RESPONSIVE
=============================== */

@media (max-width: 980px){
    .em-crm-vf-grid{
        grid-template-columns:1fr;
    }

    .em-crm-vf-left{
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.08);
    }

    .em-tutor-credentials__grid{
        grid-template-columns:1fr;
    }

    .em-tutor-credentials__profile-row{
        grid-template-columns:1fr 120px;
    }
}

@media (max-width: 900px){
    .em-tutor-trust-bar{
        flex-direction:column;
    }

    .em-tutor-trust-bar__actions{
        width:100%;
    }

    .em-tutor-trust-bar__action{
        flex:1 1 0;
        min-width:0;
    }

    .em-tutor-credential-modal__image{
        width:min(34vw, 280px);
    }
}

@media (max-width: 768px){
    .em-video-title{
        font-size:24px;
    }

    .em-tutor-trust-bar{
        padding:18px;
        border-radius:18px;
    }

    .em-tutor-trust-bar__title{
        font-size:17px;
    }

    .em-tutor-trust-bar__lines p{
        font-size:14px;
    }

    .em-tutor-trust-bar__actions{
        flex-direction:column;
    }

    .em-tutor-trust-bar__action{
        width:100%;
    }

    .em-tutor-video-modal__dialog{
        width:min(94vw, 980px);
        padding:12px;
        margin:10vh auto 0;
    }

    .em-tutor-credentials__card{
        padding:20px;
        border-radius:18px;
    }

    .em-tutor-credentials__title{
        font-size:28px;
    }

    .em-crm-vf-top,
    .em-crm-vf-left,
    .em-crm-vf-right{
        padding:18px 16px;
    }

    .em-crm-vf-grid-fields{
        grid-template-columns:1fr;
        gap:0;
    }

    .em-crm-vf-field-full{
        grid-column:auto;
    }

    .em-crm-vf-button{
        min-width:100%;
    }

    .em-crm-vf-title,
    .em-crm-vf-video-title,
    .em-crm-vf-form-title{
        font-size:24px;
    }

    .em-crm-vf-cta-buttons{
        flex-direction:column;
    }

    .em-crm-vf-cta-button{
        width:100%;
    }

    .em-crm-vf-inline-video__play{
        width:58px;
        height:58px;
        font-size:24px;
    }
}

@media (max-width: 700px){
    .em-tutor-credentials__profile-row{
        grid-template-columns:1fr;
    }

    .em-tutor-credentials__photo-wrap{
        justify-content:flex-start;
    }

    .em-tutor-credentials__certs{
        grid-template-columns:repeat(2, 88px);
    }
}

@media (max-width: 600px){
    .em-tutor-credential-modal__image{
        width:min(60vw, 260px);
    }
}

@media (max-width: 520px){
    .em-tutor-credential-modal__dialog{
        width:min(94vw, 860px);
        padding:12px;
        margin:7vh auto 0;
    }

    .em-tutor-credentials__photo{
        width:72px !important;
        height:84px !important;
        max-width:72px !important;
        max-height:84px !important;
    }

    .em-tutor-credentials__certs{
        grid-template-columns:repeat(2, 78px);
    }

    .em-tutor-credentials__cert-btn{
        width:78px !important;
        min-width:78px !important;
        max-width:78px !important;
    }

    .em-tutor-credentials__cert-thumb{
        width:78px !important;
        height:106px !important;
        max-width:78px !important;
        max-height:106px !important;
    }

    .em-tutor-credentials__cert-label{
        width:78px;
    }
}

/* ===============================
   CRITICAL FIX – FUNNEL GRID COLLAPSE
=============================== */

.em-crm-vf-grid{
    display:grid;
    grid-template-columns:1.04fr .96fr;
    width:100%;
}

.em-crm-vf-left,
.em-crm-vf-right{
    min-width:0; /* prevents overflow collapse */
}

/* Prevent vertical text breaking */
.em-crm-vf-left *{
    word-break:normal !important;
    overflow-wrap:normal !important;
    white-space:normal !important;
}

/* Force video container to behave */
.em-crm-vf-video-box{
    width:100%;
    max-width:100%;
}

/* Prevent any rogue image from breaking layout */
.em-crm-vf-video-box img{
    width:100%;
    height:auto;
    display:block;
}

/* ===============================
   MOBILE STACK FIX – FUNNEL
=============================== */

@media (max-width: 768px){
    .em-crm-vf-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
    }

    .em-crm-vf-left,
    .em-crm-vf-right{
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
    }

    .em-crm-vf-left{
        border-right:0 !important;
        border-bottom:1px solid rgba(255,255,255,.08);
    }
}

/* ===============================
   EASYMATHS FUNNELS - REFERRAL OFFER BOX
=============================== */

.em-referral-offer-box{
	margin:18px 0 0;
	display:grid;
	grid-template-columns:auto minmax(0,1fr) auto;
	gap:18px;
	align-items:center;
	padding:20px;
	border-radius:20px;
	background:linear-gradient(135deg,#ffd200 0%,#ffb703 100%);
	border:1px solid rgba(15,23,42,0.12);
	box-shadow:0 20px 45px rgba(255,183,3,0.22);
	color:#081225;
}

.em-referral-offer-box__badge{
	display:flex;
	align-items:center;
	justify-content:center;
	width:92px;
	height:92px;
	border-radius:22px;
	background:#081225;
	color:#ffd200;
	font-size:24px;
	font-weight:900;
	line-height:1.05;
	text-align:center;
	box-shadow:0 12px 28px rgba(8,18,37,0.24);
}

.em-referral-offer-box__content{
	min-width:0;
}

.em-referral-offer-box__kicker{
	margin:0 0 5px;
	font-size:12px;
	font-weight:900;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:#334155;
}

.em-referral-offer-box h3{
	margin:0 0 7px;
	font-size:25px;
	line-height:1.16;
	font-weight:900;
	color:#081225;
}

.em-referral-offer-box p{
	margin:0;
	font-size:15px;
	line-height:1.55;
	color:#1f2937;
}

.em-referral-offer-box__meta{
	display:inline-flex;
	align-items:center;
	gap:8px;
	margin-top:10px;
	padding:6px 10px;
	border-radius:999px;
	background:rgba(255,255,255,0.45);
	border:1px solid rgba(255,255,255,0.55);
	font-size:13px;
	color:#334155;
}

.em-referral-offer-box__meta strong{
	color:#081225;
	letter-spacing:.04em;
}

.em-referral-offer-box__actions{
	display:flex;
	align-items:center;
	gap:10px;
	flex-wrap:wrap;
	justify-content:flex-end;
}

.em-referral-offer-box__btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:44px;
	padding:0 18px;
	border-radius:999px;
	font-weight:900;
	text-decoration:none;
	white-space:nowrap;
	transition:transform .18s ease, box-shadow .18s ease;
}

.em-referral-offer-box__btn:hover{
	transform:translateY(-1px);
}

.em-referral-offer-box__btn--light{
	background:#ffffff;
	color:#081225;
	box-shadow:0 8px 18px rgba(255,255,255,0.25);
}

.em-referral-offer-box__btn--dark{
	background:#081225;
	color:#ffffff;
	box-shadow:0 10px 24px rgba(8,18,37,0.22);
}

@media (max-width:900px){
	.em-referral-offer-box{
		grid-template-columns:1fr;
	}

	.em-referral-offer-box__badge{
		width:auto;
		height:auto;
		min-height:64px;
		border-radius:16px;
	}

	.em-referral-offer-box__actions{
		justify-content:flex-start;
	}
}

/* Tutor Credentials Premium Styling */

.em-tutor-credentials{
	padding:28px 16px;
}

.em-tutor-credentials__card{
	background:#f8fafc;
	border:1px solid #dbeafe;
	border-radius:26px;
	box-shadow:0 22px 55px rgba(2,6,23,.12);
	padding:30px;
}

.em-tutor-credentials__kicker{
	color:#2563eb;
	font-weight:900;
	letter-spacing:.09em;
	text-transform:uppercase;
}

.em-tutor-credentials__title{
	color:#0f172a;
	font-size:34px;
	line-height:1.15;
	font-weight:900;
	margin:0 0 12px;
}

.em-tutor-credentials__intro{
	color:#334155;
	font-size:16px;
	line-height:1.7;
	max-width:1050px;
}

.em-tutor-credentials__block{
	background:#ffffff;
	border:1px solid #cbd5e1;
	border-radius:22px;
	padding:24px;
	box-shadow:0 14px 36px rgba(15,23,42,.07);
	position:relative;
	overflow:hidden;
}

.em-tutor-credentials__block::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:5px;
	background:linear-gradient(90deg,#2563eb,#60a5fa,#ffd200);
}

.em-tutor-credentials__block h3{
	color:#0f172a;
	font-size:22px;
	font-weight:900;
	margin:0 0 16px;
}

.em-tutor-credentials__block ul{
	margin:0;
	padding-left:20px;
}

.em-tutor-credentials__block li{
	color:#334155;
	font-size:15px;
	line-height:1.65;
	margin:0 0 10px;
}

.em-tutor-credentials__block li::marker{
	color:#2563eb;
}

.em-tutor-credentials__block--qualifications li:nth-last-child(-n+2){
	font-weight:800;
	color:#0f172a;
}

.em-tutor-credentials__photo,
.em-tutor-credentials__cert-thumb{
	border-radius:12px;
	box-shadow:0 8px 22px rgba(15,23,42,.14);
}

.em-tutor-btn{
	background:#ffd200;
	color:#081225;
	border:1px solid #ffd200;
	border-radius:999px;
	padding:12px 18px;
	font-weight:900;
	text-decoration:none;
	box-shadow:0 10px 24px rgba(255,210,0,.22);
}

.em-tutor-btn:hover{
	transform:translateY(-1px);
	background:#facc15;
}

.em-tutor-btn--secondary{
	background:#ffffff;
	color:#0f172a;
	border-color:#cbd5e1;
	box-shadow:none;
}

.em-tutor-credential-badges{
	display:grid;
	grid-template-columns:1fr;
	gap:10px;
	margin-top:18px;
}

.em-tutor-credential-badge{
	display:flex;
	align-items:center;
	gap:12px;
	padding:12px 14px;
	border-radius:16px;
	background:#ffffff;
	border:1px solid #dbeafe;
	box-shadow:0 10px 24px rgba(15,23,42,.08);
}

.em-tutor-credential-badge__label{
	display:flex;
	align-items:center;
	justify-content:center;
	width:58px;
	height:58px;
	border-radius:15px;
	font-size:16px;
	font-weight:900;
	letter-spacing:.04em;
	background:#2563eb;
	color:#ffffff;
	flex:0 0 auto;
}

.em-tutor-credential-badge__body strong{
	display:block;
	margin:0 0 3px;
	font-size:15px;
	line-height:1.25;
	color:#0f172a;
}

.em-tutor-credential-badge__body span{
	display:block;
	font-size:13px;
	line-height:1.45;
	color:#475569;
}

.em-tutor-credential-badge--success .em-tutor-credential-badge__label{
	background:#16a34a;
}

.em-tutor-credential-badge--gold .em-tutor-credential-badge__label{
	background:#ffd200;
	color:#081225;
}

.em-tutor-credential-badge--primary .em-tutor-credential-badge__label{
	background:#2563eb;
}

@media (min-width:760px){
	.em-tutor-credential-badges{
		grid-template-columns:repeat(3,minmax(0,1fr));
	}

	.em-tutor-credential-badge{
		align-items:flex-start;
		flex-direction:column;
	}

	.em-tutor-credential-badge__label{
		width:auto;
		height:auto;
		min-width:58px;
		padding:9px 12px;
	}
}

/* ===============================
   TUTOR CREDENTIALS - DARK EASYMATHS THEME OVERRIDE
=============================== */

.em-tutor-credentials__card{
	background:linear-gradient(135deg,#14285f 0%,#0f172a 58%,#12343f 100%);
	border:1px solid rgba(255,255,255,.12);
	box-shadow:0 24px 70px rgba(2,6,23,.30);
	color:#ffffff;
}

.em-tutor-credentials__kicker{
	color:#93c5fd;
}

.em-tutor-credentials__title{
	color:#ffffff;
}

.em-tutor-credentials__intro{
	color:rgba(255,255,255,.82);
}

.em-tutor-credentials__block{
	background:rgba(255,255,255,.08);
	border:1px solid rgba(255,255,255,.16);
	box-shadow:0 16px 38px rgba(2,6,23,.22);
	color:#ffffff;
}

.em-tutor-credentials__block::before{
	background:linear-gradient(90deg,#ffd200,#2563eb,#22c55e);
}

.em-tutor-credentials__block h3{
	color:#ffffff;
}

.em-tutor-credentials__block li{
	color:rgba(255,255,255,.82);
}

.em-tutor-credentials__block li::marker{
	color:#ffd200;
}

.em-tutor-credentials__block--qualifications li:nth-last-child(-n+2){
	color:#ffffff;
	font-weight:900;
}

.em-tutor-credential-badge{
	background:rgba(255,255,255,.08);
	border:1px solid rgba(255,255,255,.16);
	box-shadow:0 12px 28px rgba(2,6,23,.22);
}

.em-tutor-credential-badge__body strong{
	color:#ffffff;
}

.em-tutor-credential-badge__body span{
	color:rgba(255,255,255,.72);
}

.em-tutor-credentials__photo,
.em-tutor-credentials__cert-thumb{
	background:#ffffff;
	border:1px solid rgba(255,255,255,.22);
	box-shadow:0 10px 26px rgba(2,6,23,.28);
}

.em-tutor-credentials__cert-label{
	color:rgba(255,255,255,.82);
}

.em-tutor-btn{
	background:#ffd200;
	color:#081225;
	border-color:#ffd200;
	box-shadow:0 12px 28px rgba(255,210,0,.24);
}

.em-tutor-btn:hover{
	background:#facc15;
	color:#081225;
}

.em-tutor-btn--secondary{
	background:rgba(255,255,255,.10);
	color:#ffffff;
	border-color:rgba(255,255,255,.24);
	box-shadow:none;
}

.em-tutor-btn--secondary:hover{
	background:rgba(255,255,255,.16);
	color:#ffffff;
}

/* ===============================
   HIGH-CONVERSION TRUST BAR FINAL
=============================== */

.em-crm-vf-trustbar{
	margin-top:20px;
}

.em-crm-vf-trustbar .em-tutor-trust-bar{
	display:grid;
	grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
	gap:28px;
	align-items:stretch;
	padding:22px;
	border-radius:22px;
	background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.045));
	border:1px solid rgba(255,255,255,.18);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 18px 42px rgba(2,6,23,.22);
	animation:emTrustLift .5s ease both;
}

@keyframes emTrustLift{
	from{
		opacity:0;
		transform:translateY(8px);
	}
	to{
		opacity:1;
		transform:translateY(0);
	}
}

.em-crm-vf-trustbar .em-tutor-trust-bar__title{
	margin:0 0 10px;
	font-size:20px;
	line-height:1.25;
	font-weight:900;
	color:#ffffff;
}

.em-crm-vf-trustbar .em-tutor-trust-bar__lines p{
	margin:0 0 7px;
	font-size:14px;
	line-height:1.55;
	color:rgba(255,255,255,.88);
}

.em-tutor-trust-bar__badges{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin:14px 0 0;
}

.em-tutor-trust-bar__badges span{
	display:inline-flex;
	align-items:center;
	padding:7px 11px;
	border-radius:999px;
	background:rgba(255,255,255,.10);
	border:1px solid rgba(255,255,255,.16);
	color:#ffffff;
	font-size:12px;
	font-weight:800;
	line-height:1;
}

.em-tutor-trust-bar__stats{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:10px;
	margin-top:16px;
}

.em-tutor-trust-bar__stat{
	padding:12px;
	border-radius:14px;
	background:rgba(2,6,23,.22);
	border:1px solid rgba(255,255,255,.12);
}

.em-tutor-trust-bar__stat strong{
	display:block;
	margin:0 0 4px;
	font-size:17px;
	line-height:1.15;
	color:#facc15;
	font-weight:900;
}

.em-tutor-trust-bar__stat span{
	display:block;
	font-size:11px;
	line-height:1.35;
	color:rgba(255,255,255,.78);
	font-weight:700;
}

.em-tutor-trust-bar__testimonial{
	position:relative;
	margin-top:16px;
	padding:14px 16px 14px 44px;
	border-radius:16px;
	background:rgba(255,255,255,.08);
	border:1px solid rgba(255,255,255,.14);
}

.em-tutor-trust-bar__testimonial:before{
	content:"“";
	position:absolute;
	left:15px;
	top:4px;
	font-size:46px;
	line-height:1;
	color:#facc15;
	font-weight:900;
	opacity:.9;
}

.em-tutor-trust-bar__testimonial p{
	margin:0 0 6px;
	font-size:13px;
	line-height:1.55;
	color:rgba(255,255,255,.92);
	font-weight:650;
}

.em-tutor-trust-bar__testimonial span{
	display:block;
	font-size:12px;
	color:rgba(255,255,255,.68);
	font-weight:800;
}

.em-tutor-trust-bar__result{
	margin-top:12px;
	padding:11px 13px;
	border-radius:999px;
	background:linear-gradient(135deg,rgba(250,204,21,.18),rgba(34,197,94,.14));
	border:1px solid rgba(250,204,21,.28);
	color:#fff7c2;
	font-size:13px;
	font-weight:900;
	line-height:1.35;
}

.em-crm-vf-trustbar .em-tutor-trust-bar__actions{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:14px;
	align-items:stretch;
}

.em-crm-vf-trustbar .em-tutor-trust-bar__action--media{
	min-width:0;
	padding:12px;
	border-radius:18px;
	background:rgba(255,255,255,.08);
	border:1px solid rgba(255,255,255,.18);
	box-shadow:0 12px 28px rgba(2,6,23,.18);
	transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.em-crm-vf-trustbar .em-tutor-trust-bar__action--media:hover{
	transform:translateY(-3px);
	background:rgba(255,255,255,.12);
	box-shadow:0 18px 38px rgba(2,6,23,.28);
}

.em-crm-vf-trustbar .em-tutor-trust-bar__thumb-wrap{
	min-height:104px;
	border-radius:14px;
}

.em-crm-vf-trustbar .em-tutor-trust-bar__action-label{
	font-size:14px;
	font-weight:900;
}

@media(max-width:900px){
	.em-crm-vf-trustbar .em-tutor-trust-bar{
		grid-template-columns:1fr;
	}

	.em-tutor-trust-bar__stats{
		grid-template-columns:1fr;
	}
}

@media(max-width:600px){
	.em-crm-vf-trustbar .em-tutor-trust-bar__actions{
		grid-template-columns:1fr;
	}

	.em-tutor-trust-bar__testimonial{
		padding-left:38px;
	}

	.em-tutor-trust-bar__result{
		border-radius:16px;
	}
}


/* Tighten trust bar media cards */
.em-crm-vf-trustbar .em-tutor-trust-bar__actions{
	align-content:start;
}

.em-crm-vf-trustbar .em-tutor-trust-bar__action--media{
	align-self:start;
	min-height:auto;
}

.em-crm-vf-trustbar .em-tutor-trust-bar__thumb-wrap{
	min-height:72px;
}

.em-crm-vf-trustbar .em-tutor-trust-bar__thumb{
	object-fit:cover;
}

.em-crm-vf-trustbar .em-tutor-trust-bar__action-label{
	margin-top:4px;
}


/* ===============================
   DYNAMIC TRUST CONVERSION BLOCK
=============================== */

.em-crm-vf-trustbar .em-tutor-trust-bar__conversion{
	grid-column:1 / -1;
	margin-top:8px;
	padding:14px;
	border-radius:18px;
	background:linear-gradient(135deg,rgba(15,23,42,.42),rgba(15,23,42,.22));
	border:1px solid rgba(255,255,255,.14);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
	animation:emTrustConversionFade .55s ease both;
}

@keyframes emTrustConversionFade{
	from{
		opacity:0;
		transform:translateY(6px);
	}
	to{
		opacity:1;
		transform:translateY(0);
	}
}

.em-trust-conversion-price{
	display:grid;
	grid-template-columns:auto 1fr auto;
	gap:8px;
	align-items:baseline;
	margin-bottom:10px;
}

.em-trust-conversion-price span{
	font-size:11px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:.06em;
	color:rgba(255,255,255,.66);
}

.em-trust-conversion-price strong{
	font-size:22px;
	line-height:1;
	font-weight:950;
	color:#facc15;
}

.em-trust-conversion-price small{
	font-size:11px;
	font-weight:800;
	color:rgba(255,255,255,.70);
}

.em-trust-conversion-availability{
	margin-bottom:10px;
	padding:10px 12px;
	border-radius:14px;
	background:rgba(250,204,21,.12);
	border:1px solid rgba(250,204,21,.28);
}

.em-trust-conversion-availability strong{
	display:block;
	margin-bottom:3px;
	font-size:13px;
	font-weight:950;
	color:#facc15;
}

.em-trust-conversion-availability span{
	display:block;
	font-size:11px;
	line-height:1.45;
	color:rgba(255,255,255,.82);
}

.em-trust-conversion-outcome{
	margin-bottom:12px;
	padding:10px 12px;
	border-radius:14px;
	background:rgba(255,255,255,.07);
	border:1px solid rgba(255,255,255,.12);
}

.em-trust-conversion-outcome strong{
	display:block;
	margin-bottom:7px;
	font-size:12px;
	line-height:1.45;
	font-weight:900;
	color:#ffffff;
}

.em-trust-conversion-outcome ul{
	margin:0;
	padding-left:17px;
}

.em-trust-conversion-outcome li{
	margin:0 0 4px;
	font-size:11px;
	line-height:1.4;
	color:rgba(255,255,255,.80);
}

.em-trust-conversion-cta{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:38px;
	padding:10px 14px;
	border-radius:999px;
	background:linear-gradient(135deg,#facc15,#f59e0b);
	color:#0f172a !important;
	font-size:12px;
	font-weight:950;
	text-decoration:none !important;
	box-shadow:0 10px 22px rgba(245,158,11,.24);
	transition:transform .18s ease, box-shadow .18s ease;
}

.em-trust-conversion-cta:hover{
	transform:translateY(-2px);
	box-shadow:0 14px 28px rgba(245,158,11,.32);
}

@media(max-width:600px){
	.em-trust-conversion-price{
		grid-template-columns:1fr;
		gap:4px;
	}

	.em-crm-vf-trustbar .em-tutor-trust-bar__conversion{
		margin-top:4px;
	}
}

.em-trust-conversion-risk{
	margin:10px 0 8px;
	font-size:11px;
	text-align:center;
	color:rgba(255,255,255,.78);
	font-weight:600;
}

.em-trust-conversion-next{
	display:flex;
	justify-content:space-between;
	gap:6px;
	margin-bottom:10px;
	font-size:10px;
	color:rgba(255,255,255,.65);
}

.em-trust-conversion-next span{
	flex:1;
	text-align:center;
	padding:6px 4px;
	border-radius:10px;
	background:rgba(255,255,255,.05);
}

.em-tutor-trust-bar__testimonials{
	position:relative;
	min-height:86px;
	overflow:hidden;
}

.em-tutor-trust-bar__testimonial{
	position:absolute;
	inset:0;
	opacity:0;
	transform:translateY(8px);
	transition:opacity .45s ease, transform .45s ease;
	pointer-events:none;
}

.em-tutor-trust-bar__testimonial.is-active{
	opacity:1;
	transform:translateY(0);
	pointer-events:auto;
}

/* Fix rotating testimonial height/clipping */
.em-tutor-trust-bar__testimonials{
	position:relative !important;
	min-height:96px !important;
	overflow:hidden !important;
}

.em-tutor-trust-bar__testimonial{
	position:absolute !important;
	inset:0 !important;
	opacity:0 !important;
	transform:translateY(8px) !important;
	transition:opacity .45s ease, transform .45s ease !important;
	pointer-events:none !important;
	padding-bottom:8px;
}

.em-tutor-trust-bar__testimonial.is-active{
	opacity:1 !important;
	transform:translateY(0) !important;
	pointer-events:auto !important;
}

.em-tutor-trust-bar__quote{
	margin:0 0 8px !important;
	font-size:13px !important;
	line-height:1.55 !important;
	color:rgba(255,255,255,.92) !important;
}

.em-tutor-trust-bar__author{
	display:block !important;
	font-size:12px !important;
	line-height:1.3 !important;
	color:rgba(255,255,255,.72) !important;
	font-weight:800 !important;
}

/* FINAL TESTIMONIAL ROTATION OVERRIDE */

.em-tutor-trust-bar__testimonials{
	position:relative !important;
	min-height:112px !important;
	overflow:hidden !important;
}

.em-tutor-trust-bar__testimonial{
	position:absolute !important;
	left:0 !important;
	right:0 !important;
	top:0 !important;
	margin-top:0 !important;
	opacity:0 !important;
	transform:translateY(8px) !important;
	transition:opacity .45s ease, transform .45s ease !important;
	pointer-events:none !important;
}

.em-tutor-trust-bar__testimonial.is-active{
	opacity:1 !important;
	transform:translateY(0) !important;
	pointer-events:auto !important;
}

.em-tutor-trust-bar__result-stack{
	display:flex;
	flex-direction:column;
	gap:10px;
}

.em-trust-micro-points{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	font-size:13px;
	opacity:0.85;
}

.em-trust-micro-points span{
	background:rgba(255,255,255,0.05);
	padding:6px 10px;
	border-radius:999px;
}

/* Lower testimonial block for visual balance */
.em-tutor-trust-bar__testimonials{
	margin-top: 20px;
}