.dip-pricing{--dip-accent:#d71920;--dip-hover:#b51218;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin:34px auto;max-width:1180px;box-sizing:border-box}.dip-pricing *{box-sizing:border-box}.dip-card{background:#fff;border:1px solid #e6e8ee;border-radius:18px;padding:28px 24px;text-align:center;box-shadow:0 14px 35px rgba(16,24,40,.08);display:flex;flex-direction:column;min-height:100%;overflow:hidden}.dip-card h3{font-size:21px;line-height:1.25;margin:0 0 8px;color:#111827}.dip-card-subtitle{margin:0 0 14px;color:#6b7280;font-size:14px;min-height:20px}.dip-price{font-size:44px;line-height:1;font-weight:900;margin:8px 0 20px;color:var(--dip-accent)}.dip-card ul{list-style:none;margin:0 0 24px;padding:0;text-align:left;flex:1}.dip-card li{padding:9px 0 9px 28px;color:#374151;border-top:1px solid #f1f3f6;position:relative;line-height:1.35}.dip-card li:first-child{border-top:0}.dip-card li:before{content:'✓';color:var(--dip-accent);font-weight:900;position:absolute;left:0;top:9px}.dip-button{display:inline-flex;align-items:center;justify-content:center;background:var(--dip-accent,#d71920);color:#fff!important;padding:14px 22px;border-radius:10px;text-decoration:none;font-weight:800;border:0;cursor:pointer;min-height:48px;width:100%;box-shadow:0 12px 24px rgba(16,24,40,.18),0 4px 8px rgba(16,24,40,.08);transition:background-color .18s ease,transform .18s ease,box-shadow .18s ease}.dip-button:hover,.dip-button:focus{background:var(--dip-hover,#b51218);color:#fff!important;transform:translateY(-2px);box-shadow:0 18px 34px rgba(16,24,40,.22),0 6px 12px rgba(16,24,40,.12);text-decoration:none}.dip-button:active{transform:translateY(0);box-shadow:0 8px 16px rgba(16,24,40,.16)}.dip-checkout{--dip-accent:#d71920;--dip-hover:#b51218;max-width:1180px;margin:34px auto;display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:start}.dip-checkout *{box-sizing:border-box}.dip-basket,.dip-form,.dip-thanks,.dip-notice,.dip-error{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;margin-bottom:22px;box-shadow:0 8px 24px rgba(0,0,0,.05)}.dip-checkout .dip-error,.dip-checkout .dip-notice{grid-column:1/-1}.dip-checkout-sidebar{position:sticky;top:24px}.dip-checkout .dip-form,.dip-checkout .dip-basket{margin-bottom:0}.dip-stripe-button{margin-top:8px}.dip-basket h2{margin:0 0 12px;font-size:24px;line-height:1.2;color:#111827}.dip-basket-item{border:1px solid #eef0f4;border-radius:14px;padding:16px;background:#fafafa}.dip-basket-subtitle{margin:0 0 12px;color:#6b7280;font-size:14px}.dip-basket-features{list-style:none;margin:14px 0 0;padding:0}.dip-basket-features li{position:relative;padding:8px 0 8px 26px;border-top:1px solid #edf0f4;color:#374151;line-height:1.35}.dip-basket-features li:first-child{border-top:0}.dip-basket-features li:before{content:'✓';position:absolute;left:0;top:8px;color:var(--dip-accent);font-weight:900}.dip-basket-row,.dip-basket-total{display:flex;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid #eee}.dip-basket-row span{font-weight:800;color:#111827}.dip-basket-row strong,.dip-basket-total strong{color:var(--dip-accent)}.dip-basket-total{font-size:20px;border-bottom:0;margin-top:12px;padding-top:18px}.dip-form label{display:block;font-weight:800;margin:0 0 15px;color:#111827}.dip-form input{display:block;width:100%;box-sizing:border-box;padding:13px;border:1px solid #d1d5db;border-radius:10px;margin-top:7px;font:400 16px/1.4 inherit!important;font-weight:400!important;color:#111827!important}.dip-form input:-webkit-autofill,.dip-form input:-webkit-autofill:hover,.dip-form input:-webkit-autofill:focus{-webkit-text-fill-color:#111827!important;font-weight:400!important;box-shadow:0 0 0 1000px #fff inset!important}.dip-form input:focus{border-color:var(--dip-accent);box-shadow:0 0 0 3px rgba(215,25,32,.12);outline:none}.dip-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dip-error{border-color:#fecaca;background:#fff1f2;color:#991b1b}.dip-notice{border-color:#bfdbfe;background:#eff6ff;color:#1e3a8a}@media(max-width:1024px){.dip-pricing{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}}@media(max-width:900px){.dip-checkout{grid-template-columns:1fr;max-width:720px}.dip-checkout-sidebar{position:static;order:2}.dip-checkout .dip-form{order:1}.dip-checkout .dip-error,.dip-checkout .dip-notice{order:0}}@media(max-width:680px){.dip-pricing{grid-template-columns:1fr;gap:18px;margin:24px auto}.dip-card{padding:24px 20px}.dip-grid{grid-template-columns:1fr}.dip-price{font-size:36px}.dip-basket-row,.dip-basket-total{align-items:flex-start}.dip-checkout{margin:24px auto;gap:18px}.dip-basket,.dip-form,.dip-thanks,.dip-notice,.dip-error{padding:20px;border-radius:14px}}

/* v105 hard checkout layout fix */
body .dip-checkout.dip-checkout{
    width:100% !important;
    max-width:1180px !important;
    margin:34px auto !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 390px !important;
    gap:28px !important;
    align-items:start !important;
}
body .dip-checkout.dip-checkout > .dip-form{
    grid-column:1 !important;
    grid-row:1 !important;
    margin:0 !important;
    width:100% !important;
    max-width:none !important;
}
body .dip-checkout.dip-checkout > .dip-checkout-sidebar,
body .dip-checkout.dip-checkout > .dip-basket{
    grid-column:2 !important;
    grid-row:1 !important;
    margin:0 !important;
    width:100% !important;
    max-width:none !important;
}
body .dip-checkout .dip-button,
body .dip-checkout button.dip-button,
body .dip-checkout .dip-stripe-button,
body .dip-pricing .dip-button{
    background:var(--dip-accent,#d71920) !important;
    border:0 !important;
    color:#fff !important;
    box-shadow:0 12px 24px rgba(16,24,40,.18),0 4px 8px rgba(16,24,40,.08) !important;
}
body .dip-checkout .dip-button:hover,
body .dip-checkout button.dip-button:hover,
body .dip-checkout .dip-stripe-button:hover,
body .dip-pricing .dip-button:hover{
    background:var(--dip-hover,var(--dip-accent,#d71920)) !important;
    color:#fff !important;
    transform:translateY(-2px) !important;
}
body .dip-checkout .dip-basket-features li:before,
body .dip-pricing .dip-card li:before{
    color:var(--dip-accent,#d71920) !important;
}
body .dip-checkout .dip-basket-row strong,
body .dip-checkout .dip-basket-total strong{
    color:var(--dip-accent,#d71920) !important;
}
@media(max-width:900px){
    body .dip-checkout.dip-checkout{
        display:flex !important;
        flex-direction:column !important;
        max-width:720px !important;
        gap:18px !important;
    }
    body .dip-checkout.dip-checkout > .dip-form{order:1 !important; width:100% !important;}
    body .dip-checkout.dip-checkout > .dip-checkout-sidebar,
    body .dip-checkout.dip-checkout > .dip-basket{order:2 !important; width:100% !important; position:static !important;}
    body .dip-checkout.dip-checkout > .dip-error,
    body .dip-checkout.dip-checkout > .dip-notice{order:0 !important; width:100% !important;}
}


/* v108 checkout header and basket polish */
body .dip-checkout .dip-checkout-form-header{
    text-align:center !important;
    margin:0 0 24px !important;
    padding:0 0 18px !important;
    border-bottom:1px solid #eef0f4 !important;
}
body .dip-checkout .dip-checkout-form-header h2{
    margin:0 0 8px !important;
    font-size:28px !important;
    line-height:1.2 !important;
    color:#111827 !important;
    font-weight:900 !important;
}
body .dip-checkout .dip-checkout-form-header p{
    margin:0 auto !important;
    max-width:620px !important;
    color:#6b7280 !important;
    font-size:15px !important;
    line-height:1.5 !important;
}
body .dip-checkout .dip-checkout-sidebar h2,
body .dip-checkout .dip-basket h2{
    text-align:center !important;
    margin-bottom:18px !important;
}
body .dip-checkout .dip-basket-total{
    margin-top:16px !important;
    padding:18px !important;
    border:1px solid #e5e7eb !important;
    border-radius:14px !important;
    background:#f3f4f6 !important;
    align-items:center !important;
    font-size:20px !important;
    font-weight:900 !important;
}
body .dip-checkout .dip-basket-total span{
    color:#111827 !important;
    font-weight:900 !important;
}
body .dip-checkout .dip-basket-total strong{
    font-size:24px !important;
}
@media(max-width:680px){
    body .dip-checkout .dip-checkout-form-header h2{font-size:24px !important;}
    body .dip-checkout .dip-checkout-form-header p{font-size:14px !important;}
    body .dip-checkout .dip-basket-total{padding:16px !important;}
}

/* v110 thank you page polish */
body .dip-thanks.dip-thanks-centred{
    max-width:780px !important;
    margin:40px auto !important;
    text-align:center !important;
    padding:38px 32px !important;
}
body .dip-thanks-centred .dip-thanks-icon{
    width:62px;height:62px;border-radius:999px;background:var(--dip-accent,#d71920);color:#fff;
    display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:32px;font-weight:900;
    box-shadow:0 14px 30px rgba(16,24,40,.18);
}
body .dip-thanks-centred h2{margin:0 0 10px !important;font-size:40px !important;line-height:1.12 !important;color:#111827 !important;}
body .dip-thanks-centred .dip-thanks-lead{margin:0 0 24px !important;font-size:19px !important;color:#374151 !important;}
body .dip-thanks-centred .dip-thanks-card{margin:0 auto 22px;max-width:440px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:20px;display:grid;gap:8px;}
body .dip-thanks-centred .dip-thanks-card strong{font-size:19px;color:#111827;}
body .dip-thanks-centred .dip-thanks-card span{font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#6b7280;}
body .dip-thanks-centred .dip-thanks-card em{font-size:34px;font-style:normal;font-weight:900;color:var(--dip-accent,#d71920);}
body .dip-thanks-centred .dip-thanks-email{margin:0 auto 24px !important;color:#374151 !important;}
body .dip-thanks-centred .dip-whats-next{border-top:1px solid #eef0f4;padding-top:22px;margin-top:8px;}
body .dip-thanks-centred .dip-whats-next h3{margin:0 0 8px !important;font-size:20px !important;color:#111827 !important;}
body .dip-thanks-centred .dip-whats-next p{margin:0 !important;color:#6b7280 !important;}
@media(max-width:680px){body .dip-thanks-centred h2{font-size:30px !important;}body .dip-thanks.dip-thanks-centred{padding:28px 20px !important;margin:24px auto !important;}}

/* v133 student dashboard link on thank you page */
body .dip-thanks-centred .dip-student-dashboard-link{margin:0 auto 24px;max-width:520px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:22px;text-align:center;box-sizing:border-box;}
body .dip-thanks-centred .dip-student-dashboard-link h3{margin:0 0 8px!important;font-size:22px!important;color:#111827!important;}
body .dip-thanks-centred .dip-student-dashboard-link p{margin:0 0 16px!important;color:#374151!important;line-height:1.55!important;}
body .dip-thanks-centred .dip-student-dashboard-link .dip-button{width:auto;min-width:220px;margin:0 auto 12px;}
body .dip-thanks-centred .dip-student-dashboard-link small{display:block;color:#6b7280;font-size:12px;line-height:1.45;word-break:break-all;}
@media(max-width:680px){body .dip-thanks-centred .dip-student-dashboard-link{padding:18px;}body .dip-thanks-centred .dip-student-dashboard-link .dip-button{width:100%;min-width:0;}}
