:root{
  --dpa-navy:#031d49;
  --dpa-navy-2:#092c66;
  --dpa-navy-3:#0a397c;
  --dpa-gold:#ffb319;
  --dpa-gold-dark:#e59b00;
  --dpa-ink:#071d45;
  --dpa-text:#43506a;
  --dpa-line:#dce4ef;
  --dpa-soft:#f4f7fb;
  --dpa-white:#fff;
  --dpa-shadow:0 18px 50px rgba(3,29,73,.12);
  --dpa-radius:18px;
  --dpa-container:min(1480px,calc(100% - 40px));
}
html{scroll-behavior:smooth}
body.three-dpa-theme{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--dpa-ink);background:#fff;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
svg{width:1.2em;height:1.2em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.dpa-container{width:var(--dpa-container);margin-inline:auto}
.screen-reader-text,.dpa-skip-link{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.dpa-skip-link:focus{clip:auto!important;width:auto;height:auto;margin:0;top:10px;left:10px;padding:10px 14px;background:#fff;z-index:99999}

/* Header */
.dpa-contact-strip{background:#052455;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}
.dpa-contact-strip-inner{min-height:31px;display:flex;align-items:center;justify-content:flex-end;gap:27px}
.dpa-contact-item{display:inline-flex;align-items:center;gap:7px;color:#dbe6f4;font-size:10.5px;font-weight:650;letter-spacing:.01em;white-space:nowrap}
.dpa-contact-item:hover,.dpa-contact-item:focus-visible{color:#fff}
.dpa-contact-item svg{width:14px;height:14px;color:var(--dpa-gold);stroke-width:2}
.dpa-site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(7,29,69,.08);backdrop-filter:blur(16px)}
.dpa-header-inner{min-height:90px;display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:22px}
.dpa-brand{position:relative;display:inline-flex;align-items:center;width:178px;height:82px;overflow:visible;justify-self:start;padding-right:12px}
.dpa-brand-mark{position:relative;display:inline-flex;align-items:center;width:auto;height:82px;overflow:visible}
.dpa-brand-mark img,.dpa-brand-mark .custom-logo{display:block;width:auto;height:100%;max-width:166px;object-fit:contain;background:#fff}
.dpa-brand-tm{position:absolute;top:31%;right:4px;left:auto;color:#071d45;font-size:10px;font-weight:900;line-height:1;text-decoration:none;transform:translateY(-50%);z-index:2}
.dpa-primary-navigation ul{display:flex;justify-content:center;align-items:center;gap:25px;list-style:none;margin:0;padding:0}
.dpa-primary-navigation a{font-size:13px;font-weight:750;color:#071d45;white-space:nowrap;position:relative}
.dpa-primary-navigation a::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--dpa-gold);transition:right .2s ease}
.dpa-primary-navigation a:hover::after,.dpa-primary-navigation a:focus-visible::after{right:0}
.dpa-header-actions{display:flex;align-items:center;gap:10px}
.dpa-header-tools{display:flex;align-items:center;gap:8px}
.dpa-header-tool{position:relative;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 11px;border:1px solid #d5deea;border-radius:9px;background:#fff;color:var(--dpa-navy);font-size:12px;font-weight:800;line-height:1;box-shadow:0 5px 16px rgba(3,29,73,.05);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.dpa-header-tool:hover,.dpa-header-tool:focus-visible{border-color:var(--dpa-gold);box-shadow:0 9px 22px rgba(3,29,73,.1);transform:translateY(-1px)}
.dpa-header-tool svg{width:19px;height:19px}
.dpa-tool-label{white-space:nowrap}
.dpa-account-menu{position:relative}
.dpa-account-menu>summary{list-style:none;cursor:pointer}
.dpa-account-menu>summary::-webkit-details-marker{display:none}
.dpa-account-menu[open]>summary{border-color:var(--dpa-gold);box-shadow:0 9px 22px rgba(3,29,73,.1)}
.dpa-account-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:285px;padding:10px;background:#fff;border:1px solid #d7e0ec;border-radius:13px;box-shadow:0 22px 55px rgba(3,29,73,.18);z-index:1100}
.dpa-account-dropdown::before{content:"";position:absolute;right:22px;top:-7px;width:13px;height:13px;background:#fff;border-left:1px solid #d7e0ec;border-top:1px solid #d7e0ec;transform:rotate(45deg)}
.dpa-account-dropdown-heading{position:relative;display:flex;flex-direction:column;padding:10px 11px 12px;margin-bottom:5px;border-bottom:1px solid #e3e9f1}
.dpa-account-dropdown-heading strong{font-size:14px}
.dpa-account-dropdown-heading small{margin-top:3px;color:#68758b;font-size:11px;line-height:1.4}
.dpa-account-dropdown>a{position:relative;display:flex;align-items:center;gap:11px;padding:11px;border-radius:8px;color:#18345f;font-size:12px;font-weight:750}
.dpa-account-dropdown>a:hover,.dpa-account-dropdown>a:focus-visible{background:#f2f6fb;color:#082c65}
.dpa-account-dropdown>a svg{width:18px;height:18px;color:#d99300;flex:0 0 auto}
.dpa-account-dropdown .dpa-account-signin,.dpa-account-dropdown .dpa-account-signout{justify-content:center;margin-top:6px;background:var(--dpa-gold);color:#071d45}
.dpa-account-dropdown .dpa-account-signin:hover,.dpa-account-dropdown .dpa-account-signout:hover{background:#ffc13d;color:#071d45}
.dpa-cart-link{padding-right:8px}
.site-cart-count{min-width:20px;height:20px;display:grid;place-items:center;padding:0 5px;border-radius:999px;background:var(--dpa-gold);color:#071d45;font-size:10px;font-weight:900}
.dpa-menu-toggle{display:none;border:0;background:transparent;color:var(--dpa-navy);padding:9px}
.dpa-menu-toggle svg{width:26px;height:26px}

/* Buttons */
.dpa-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 20px;border-radius:8px;font-size:14px;font-weight:800;line-height:1;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.dpa-button:hover,.dpa-button:focus-visible{transform:translateY(-2px)}
.dpa-button-gold{background:var(--dpa-gold);color:#06193c;box-shadow:0 10px 24px rgba(255,179,25,.25)}
.dpa-button-gold:hover{background:#ffc137}
.dpa-button-light{background:#fff;color:var(--dpa-ink);border:1px solid #cad5e4;box-shadow:0 7px 20px rgba(3,29,73,.08)}
.dpa-button-outline{border:1px solid rgba(255,255,255,.72);color:#fff;background:rgba(255,255,255,.05)}

/* Hero */
.dpa-hero{position:relative;min-height:660px;overflow:hidden;background:#fff}
.dpa-hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:saturate(.99) contrast(1) brightness(1.06)}
.dpa-hero-wash{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,.08) 27%,rgba(255,255,255,0) 48%)}
.dpa-hero-inner{position:relative;z-index:2;min-height:660px;display:flex;align-items:center;justify-content:flex-start;width:calc(100% - 96px);max-width:none}
.dpa-hero-copy{width:min(520px,34vw);padding:38px 0 34px;margin-left:0}
.dpa-eyebrow{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:1px solid #c8d4e4;border-radius:8px;background:rgba(255,255,255,.94);font-size:12px;font-weight:800;color:#10264f;margin:0 0 22px;box-shadow:0 8px 26px rgba(3,29,73,.07)}
.dpa-hero h1{font-size:clamp(48px,5.7vw,82px);line-height:.95;letter-spacing:-.055em;margin:0;max-width:610px;color:#09204c;font-weight:900}
.dpa-hero h1 span{display:block;color:var(--dpa-gold);margin-top:8px}
.dpa-hero-lead{max-width:520px;margin:24px 0 26px;font-size:18px;line-height:1.55;color:#263c61}
.dpa-hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.dpa-hero-trust{margin-top:30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:640px;border-top:1px solid #d7dfeb;padding-top:19px;gap:0}
.dpa-hero-trust>div{display:flex;align-items:center;gap:10px;padding-right:18px;margin-right:18px;border-right:1px solid #d7dfeb}
.dpa-hero-trust>div:last-child{border-right:0;margin-right:0;padding-right:0}
.dpa-hero-trust svg{color:var(--dpa-gold);flex:0 0 auto}
.dpa-hero-trust span{display:flex;flex-direction:column}
.dpa-hero-trust strong{font-size:12px;line-height:1.25}
.dpa-hero-trust small{font-size:10px;color:#58667e;margin-top:3px}

/* Audience */
.dpa-audience{background:#fff;padding:28px 0 34px}
.dpa-audience-grid{display:grid;grid-template-columns:210px repeat(4,minmax(0,1fr));gap:14px;align-items:stretch}
.dpa-audience-grid h2{font-size:28px;line-height:1.06;margin:0;padding:18px 18px 18px 0;align-self:center;letter-spacing:-.035em}
.dpa-audience-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:start;min-height:125px;padding:20px 18px;border:1px solid #dbe3ef;border-radius:12px;background:#fff;box-shadow:0 9px 24px rgba(3,29,73,.045);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.dpa-audience-card:hover,.dpa-audience-card:focus-visible{transform:translateY(-3px);border-color:#f4b51f;box-shadow:0 14px 32px rgba(3,29,73,.09)}
.dpa-audience-card.is-highlighted{border-color:var(--dpa-gold)}
.dpa-audience-card>svg{color:var(--dpa-gold);width:25px;height:25px}
.dpa-audience-card span{display:flex;flex-direction:column;gap:7px}
.dpa-audience-card strong{font-size:14px}
.dpa-audience-card small{font-size:12px;color:#69758a;line-height:1.4}
.dpa-audience-card i{align-self:end;display:grid;place-items:center;width:26px;height:26px;border:1px solid #ccd6e4;border-radius:50%;font-style:normal;color:#71809a}
.dpa-audience-card i svg{width:14px;height:14px}

/* Programme finder */
.dpa-programme-section{padding:46px 0;background:linear-gradient(110deg,#001a43,#062f6d)}
.dpa-programme-panel{display:grid;grid-template-columns:250px minmax(0,1fr);gap:30px;background:#fff;border-radius:18px;padding:22px;box-shadow:var(--dpa-shadow)}
.dpa-programme-finder{padding:10px 6px 10px 4px}
.dpa-programme-finder h2{font-size:31px;line-height:1.02;letter-spacing:-.045em;margin:0 0 8px}
.dpa-programme-finder>p{font-size:12px;color:#68758a;margin:0 0 22px}
.dpa-filter-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.dpa-filter-form label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:800;color:#30415e}
.dpa-filter-form select{width:100%;height:42px;border:1px solid #cfd8e7;border-radius:7px;background:#fff;color:#0a214d;padding:0 12px;font-size:12px}
.dpa-filter-wide{grid-column:1/-1}
.dpa-filter-search-row{display:grid;grid-template-columns:1fr 44px;gap:8px}
.dpa-filter-search-row button{border:0;border-radius:7px;background:var(--dpa-gold);color:#071d45;display:grid;place-items:center}
.dpa-view-all{display:inline-flex;align-items:center;gap:8px;margin-top:22px;color:#0b3e80;font-size:12px;font-weight:800}
.dpa-view-all svg{width:14px;height:14px}
.dpa-programme-results-wrap{min-width:0}
.dpa-programme-topline{display:flex;justify-content:space-between;align-items:center;margin:0 2px 9px;font-size:11px;color:#5c6980}
.dpa-programme-topline button{border:1px solid #d6deea;background:#fff;color:#7b8799;border-radius:7px;padding:6px 9px;font-size:10px}
.dpa-programme-topline button:disabled{opacity:.45;cursor:not-allowed}
.dpa-programme-results{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;align-items:stretch}
.dpa-programme-card{min-width:0}
.dpa-programme-card[hidden]{display:none!important}
.dpa-programme-card>a{display:flex;flex-direction:column;height:100%;border:1px solid #d7e0ec;border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 5px 15px rgba(3,29,73,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.dpa-programme-card>a:hover,.dpa-programme-card>a:focus-visible{transform:translateY(-4px);border-color:#f4b51f;box-shadow:0 13px 30px rgba(3,29,73,.14)}
.dpa-programme-image{display:block;aspect-ratio:1/1;overflow:hidden;background:#edf2f8}
.dpa-programme-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.dpa-programme-card-body{display:flex;flex-direction:column;flex:1;padding:12px 10px 11px}
.dpa-programme-card-body strong{font-size:12px;line-height:1.2;min-height:29px}
.dpa-programme-card-body small{font-size:9.5px;color:#53627b;margin-top:3px}
.dpa-programme-card-body p{font-size:10px;color:#69758b;line-height:1.42;margin:10px 0 12px;min-height:43px}
.read-more{margin-top:auto;display:flex;align-items:center;gap:5px;font-size:10px;font-weight:800;color:#0a2e65}
.read-more svg{width:12px;height:12px}
.dpa-no-results{grid-column:1/-1;padding:30px;text-align:center;color:#66738a}

/* Stats */
.dpa-stats{padding:32px 0;background:#fff}
.dpa-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.dpa-stats-grid>div{display:flex;align-items:center;justify-content:center;gap:16px}
.dpa-stats-grid svg{width:38px;height:38px;color:var(--dpa-gold)}
.dpa-stats-grid span{display:flex;flex-direction:column}
.dpa-stats-grid strong{font-size:25px;line-height:1}
.dpa-stats-grid small{font-size:10px;color:#69758a;margin-top:5px}

/* Impact */
.dpa-impact-section{padding:12px 0 26px}
.dpa-impact-panel{display:grid;grid-template-columns:245px 1fr 300px;gap:34px;align-items:center;padding:34px;background:linear-gradient(135deg,#f8fbff,#eef4fb);border:1px solid #dbe4ef;border-radius:14px;box-shadow:0 13px 38px rgba(3,29,73,.06)}
.dpa-impact-intro h2{font-size:30px;line-height:1.02;letter-spacing:-.045em;margin:0 0 13px}
.dpa-impact-intro p{font-size:12px;color:#66738a;margin:0 0 20px}
.dpa-impact-controls{display:flex;flex-direction:column;gap:24px}
.dpa-impact-controls label{display:flex;flex-direction:column;gap:8px;font-size:11px;font-weight:800}
.dpa-range-row{display:grid;grid-template-columns:1fr 84px;gap:16px;align-items:center}
.dpa-range-row input{width:100%;min-height:28px;cursor:pointer;accent-color:var(--dpa-gold);touch-action:pan-y}
.dpa-range-row output{min-width:84px;height:38px;padding:0 9px;display:grid;place-items:center;border:1px solid #d2dce9;border-radius:7px;background:#fff;font-size:11px;white-space:nowrap}
.dpa-toggle-row{display:grid!important;grid-template-columns:1fr auto;align-items:center}
.dpa-toggle{display:flex;align-items:center;gap:8px;border:1px solid #d3deeb;border-radius:7px;background:#fff;padding:5px 8px;color:#0a214d}
.dpa-toggle span{width:22px;height:22px;border-radius:5px;background:#c9d2df}
.dpa-toggle.is-on span{background:var(--dpa-gold)}
.dpa-toggle em{font-style:normal;font-size:11px}
.dpa-impact-output{padding:22px;background:#fff;border:1px solid #dbe4ef;border-radius:11px}
.dpa-impact-output h3{font-size:16px;margin:0 0 16px}
.dpa-impact-output dl{margin:0;display:flex;flex-direction:column;gap:13px}
.dpa-impact-output dl>div{display:flex;align-items:center;justify-content:space-between;gap:16px}
.dpa-impact-output dt{display:flex;align-items:center;gap:9px;font-size:10px;color:#627089}
.dpa-impact-output dt svg{width:17px;height:17px;color:#1d5a9f}
.dpa-impact-output dd{font-size:22px;font-weight:900;margin:0;white-space:nowrap}
.dpa-impact-note{margin:18px 0 0;padding-top:14px;border-top:1px solid #e2e8f1;color:#6b778c;font-size:10px;line-height:1.5}
.dpa-impact-intro .dpa-button{border:0;cursor:pointer}
.dpa-impact-discuss{width:100%;min-height:44px;margin-top:16px;padding:11px 14px;justify-content:center;text-align:center;font-size:11px}

/* Testimonial */
.dpa-testimonial{padding:30px 0 42px;background:#fff}
.dpa-testimonial-inner{display:grid;grid-template-columns:44px minmax(0,720px) 44px;justify-content:center;align-items:center;gap:30px}
.dpa-testimonial-inner>button{width:36px;height:36px;border:1px solid #d2dce9;border-radius:50%;background:#fff;color:#1d4f8c;font-size:22px}
.dpa-testimonial-copy{position:relative;padding-left:34px}
.quote-mark{position:absolute;left:0;top:-9px;color:var(--dpa-gold);font-size:42px;font-weight:900}
.dpa-testimonial blockquote{font-size:18px;line-height:1.45;margin:0;color:#17325f}
.dpa-testimonial-person{display:flex;align-items:center;gap:11px;margin-top:14px}
.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#c9a46d,#8f704d);color:#fff;font-size:11px;font-weight:900}
.dpa-testimonial-person>span:last-child{display:flex;flex-direction:column}
.dpa-testimonial-person strong{font-size:11px}
.dpa-testimonial-person small{font-size:9px;color:#738097}

/* Closing CTA */
.dpa-final-cta{display:grid;grid-template-columns:36% 64%;min-height:300px;background:var(--dpa-navy);overflow:hidden}
.dpa-final-cta-copy{display:flex;align-items:center;justify-content:flex-end;background:linear-gradient(135deg,#031b45,#07366f);color:#fff;padding:48px 48px 48px max(32px,calc((100vw - 1440px)/2))}
.dpa-final-cta-copy>div{max-width:450px}
.dpa-final-cta h2{font-size:34px;line-height:1.05;margin:0 0 13px;letter-spacing:-.04em}
.dpa-final-cta p{font-size:13px;color:#d8e2f1;margin:0 0 22px}
.dpa-final-cta-buttons{display:flex;flex-wrap:wrap;gap:12px}
.dpa-final-cta-media{width:100%;height:100%;object-fit:cover;object-position:center 42%}
.dpa-feature-bar{background:#06275a;color:#fff;border-top:1px solid rgba(255,255,255,.12);padding:18px 0}
.dpa-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;max-width:1380px;margin-inline:auto}
.dpa-feature-grid>div{min-width:0;min-height:62px;display:flex;align-items:center;justify-content:center;gap:14px;padding:6px 34px;border-right:1px solid rgba(255,255,255,.18)}
.dpa-feature-grid>div:first-child{padding-left:34px}
.dpa-feature-grid>div:last-child{padding-right:34px;border-right:0}
.dpa-feature-grid svg{flex:0 0 auto;color:var(--dpa-gold);width:29px;height:29px}
.dpa-feature-grid span{display:flex;flex-direction:column;justify-content:center;min-width:0;text-align:left}
.dpa-feature-grid strong{font-size:12px;line-height:1.25}
.dpa-feature-grid small{font-size:9.5px;line-height:1.35;color:#d5dceb;margin-top:3px}

/* Footer */
.dpa-site-footer{background:#02183d;color:#fff;padding:42px 0 18px}
.dpa-footer-main{display:grid;grid-template-columns:1.3fr repeat(4,minmax(0,1fr));gap:38px}
.dpa-footer-brand img{display:block;width:104px;height:104px;object-fit:contain;background:#fff;border-radius:9px;margin-bottom:12px}
.dpa-footer-brand p{max-width:300px;color:#c8d3e4;font-size:12px;margin:0}
.dpa-footer-main h2{font-size:13px;margin:0 0 13px}
.dpa-footer-main ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}
.dpa-footer-main a{font-size:11px;color:#cbd5e5}
.dpa-footer-main a:hover{color:#fff}
.dpa-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:35px;padding-top:17px;border-top:1px solid rgba(255,255,255,.12);font-size:10px;color:#aebbd0}
.dpa-footer-bottom p{margin:0}
.dpa-footer-company{max-width:480px;text-align:right;color:#aebbd0}

/* Generic WordPress and WooCommerce */
.dpa-content-shell{padding:52px 0;min-height:60vh;background:#f7f9fc}
.dpa-entry-content,.dpa-commerce-content{background:#fff;border:1px solid #dfe6ef;border-radius:14px;padding:36px;box-shadow:0 12px 35px rgba(3,29,73,.06)}
.woocommerce .button,.woocommerce button.button,.woocommerce input.button{background:var(--dpa-gold)!important;color:#071d45!important;border-radius:7px!important;font-weight:800!important}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--dpa-gold)!important}


/* Enhanced WooCommerce account area */
.woocommerce-account .dpa-content-shell{padding:64px 0 80px;background:linear-gradient(180deg,#f3f7fc 0%,#f8fafc 100%)}
.woocommerce-account .dpa-page-content>article{max-width:1380px;margin-inline:auto}
.woocommerce-account .dpa-page-header{margin-bottom:24px;padding:32px 36px;border-radius:18px;background:linear-gradient(120deg,#031d49,#0a397c);color:#fff;box-shadow:0 20px 48px rgba(3,29,73,.16)}
.woocommerce-account .dpa-page-header .dpa-section-kicker{color:#ffca58}
.woocommerce-account .dpa-page-header h1{margin:8px 0 0;font-size:clamp(34px,4vw,52px);letter-spacing:-.045em;color:#fff}
.logged-in.woocommerce-account .entry-content>.woocommerce{display:grid;grid-template-columns:270px minmax(0,1fr);gap:24px;align-items:start}
.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:auto!important}
.dpa-account-welcome{grid-column:1/-1;display:grid;grid-template-columns:64px 1fr;align-items:center;gap:20px;padding:25px 28px;border:1px solid #dbe5f0;border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(3,29,73,.07)}
.dpa-account-welcome-icon{width:60px;height:60px;display:grid;place-items:center;border-radius:15px;background:#fff3d4;color:#d89200}
.dpa-account-welcome-icon svg{width:30px;height:30px}
.dpa-account-welcome span,.dpa-account-login-intro>span{color:#b27300;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.dpa-account-welcome h2{margin:4px 0 5px;font-size:26px;letter-spacing:-.025em}
.dpa-account-welcome p{margin:0;color:#617087;font-size:13px;line-height:1.55}
.woocommerce-account .woocommerce-MyAccount-navigation{padding:13px;border:1px solid #dbe4ef;border-radius:15px;background:#fff;box-shadow:0 13px 32px rgba(3,29,73,.065)}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0}
.woocommerce-account .woocommerce-MyAccount-navigation a{position:relative;display:flex;align-items:center;min-height:48px;padding:0 15px;border-radius:9px;color:#354967;font-size:13px;font-weight:750;transition:background .18s ease,color .18s ease,transform .18s ease}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible{background:#f1f5fa;color:#062c68;transform:translateX(2px)}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:linear-gradient(100deg,#06295e,#0a397c);color:#fff;box-shadow:0 8px 19px rgba(4,37,86,.18)}
.woocommerce-account .woocommerce-MyAccount-content{min-height:420px;padding:31px;border:1px solid #dbe4ef;border-radius:16px;background:#fff;box-shadow:0 14px 36px rgba(3,29,73,.07)}
.woocommerce-account .woocommerce-MyAccount-content>p:first-child{margin-top:0}
.woocommerce-account .woocommerce-MyAccount-content p{color:#59677d;line-height:1.65}
.dpa-account-quick-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px}
.dpa-account-quick-links>a{position:relative;display:grid;grid-template-columns:45px 1fr auto;grid-template-rows:auto auto;column-gap:14px;align-items:center;min-height:112px;padding:19px;border:1px solid #dce5ef;border-radius:13px;background:#fafcff;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.dpa-account-quick-links>a:hover,.dpa-account-quick-links>a:focus-visible{transform:translateY(-3px);border-color:#f0b326;box-shadow:0 15px 29px rgba(3,29,73,.1)}
.dpa-account-quick-icon{grid-row:1/3;width:44px;height:44px;display:grid;place-items:center;border-radius:11px;background:#fff2d0;color:#d89200}
.dpa-account-quick-icon svg{width:22px;height:22px}
.dpa-account-quick-links strong{font-size:14px}
.dpa-account-quick-links small{color:#6a778d;font-size:11px;line-height:1.45}
.dpa-account-quick-links i{grid-column:3;grid-row:1/3;display:grid;place-items:center;width:28px;height:28px;border:1px solid #d5deea;border-radius:50%;color:#0a397c;font-style:normal}
.dpa-account-quick-links i svg{width:13px;height:13px}
.woocommerce-account table.shop_table{overflow:hidden;border:1px solid #dce5ef!important;border-radius:12px!important;border-collapse:separate!important}
.woocommerce-account table.shop_table th{padding:14px!important;background:#f4f7fb;color:#2a3f61;font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.woocommerce-account table.shop_table td{padding:15px 14px!important;border-top:1px solid #e5ebf2!important}
.woocommerce-account .woocommerce-Address{padding:22px;border:1px solid #dce5ef;border-radius:13px;background:#fbfcfe}
.woocommerce-account .woocommerce-Address-title h2{font-size:20px}
.woocommerce-account form .form-row label{margin-bottom:6px;color:#30415d;font-size:12px;font-weight:800}
.woocommerce-account form input.input-text,.woocommerce-account form select,.woocommerce-account form textarea{min-height:46px;border:1px solid #cad5e3;border-radius:8px;background:#fff;padding:10px 12px}
.woocommerce-account form textarea{min-height:120px}
.dpa-account-login-intro{margin-bottom:25px;padding:30px 32px;border-radius:17px;background:linear-gradient(120deg,#031d49,#0a397c);color:#fff;box-shadow:0 18px 42px rgba(3,29,73,.16)}
.dpa-account-login-intro h2{margin:7px 0 8px;color:#fff;font-size:31px;letter-spacing:-.035em}
.dpa-account-login-intro p{max-width:680px;margin:0;color:#d5e0ef}
.woocommerce-account #customer_login{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.woocommerce-account #customer_login .u-column1,.woocommerce-account #customer_login .u-column2{float:none;width:auto;padding:28px;border:1px solid #dce5ef;border-radius:16px;background:#fff;box-shadow:0 13px 34px rgba(3,29,73,.065)}
.woocommerce-account #customer_login h2{margin-top:0;font-size:25px}
.woocommerce-account .woocommerce-form-login__rememberme{display:flex;align-items:center;gap:8px;margin:10px 0}
.woocommerce-account .woocommerce-LostPassword{margin-bottom:0}

@media (max-width:1250px){
  :root{--dpa-container:min(1180px,calc(100% - 36px))}
  .dpa-header-inner{grid-template-columns:168px 1fr auto;gap:17px}.dpa-brand{width:160px;height:74px;padding-right:11px}.dpa-brand-mark{width:auto;height:74px}.dpa-brand-mark img,.dpa-brand-mark .custom-logo{max-width:149px}.dpa-brand-tm{top:31%;right:4px;left:auto;font-size:9px}
  .dpa-primary-navigation ul{gap:14px}.dpa-primary-navigation a{font-size:12px}.dpa-tool-label{display:none}.dpa-header-tool{padding:0 10px}
  .dpa-programme-panel{grid-template-columns:220px 1fr;gap:22px}.dpa-programme-results{grid-template-columns:repeat(6,155px);overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.dpa-programme-card{scroll-snap-align:start}
  .dpa-impact-panel{grid-template-columns:220px 1fr 270px;gap:24px}
}
@media (max-width:1020px){
  .dpa-header-inner{grid-template-columns:160px 1fr auto auto;gap:9px}.dpa-brand{width:154px;height:72px;padding-right:10px}.dpa-brand-mark{width:auto;height:72px}.dpa-brand-mark img,.dpa-brand-mark .custom-logo{max-width:144px}.dpa-brand-tm{top:31%;right:3px;left:auto;font-size:9px}.dpa-primary-navigation{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid #dce4ef;padding:18px}.dpa-primary-navigation.is-open{display:block}.dpa-primary-navigation ul{flex-direction:column;align-items:flex-start;gap:4px}.dpa-primary-navigation li{width:100%}.dpa-primary-navigation a{display:block;padding:10px 12px;width:100%}.dpa-menu-toggle{display:block;grid-column:4;justify-self:end}.dpa-header-actions{grid-column:3;display:flex}.dpa-header-cta{display:none}.dpa-tool-label{display:none}.dpa-header-tool{width:42px;padding:0}.dpa-account-dropdown{position:fixed;top:116px;right:18px;width:min(320px,calc(100vw - 36px))}
  .dpa-hero{min-height:600px}.dpa-hero-inner{min-height:600px;width:calc(100% - 56px)}.dpa-hero-copy{width:min(500px,44vw);margin-left:0}.dpa-hero-media{inset:0;width:100%;object-position:center 48%}.dpa-hero-wash{background:linear-gradient(90deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.05) 38%,rgba(255,255,255,0) 55%)}
  .dpa-audience-grid{grid-template-columns:1fr 1fr}.dpa-audience-grid h2{grid-column:1/-1;padding:0 0 8px}.dpa-audience-card{min-height:110px}
  .dpa-programme-panel{grid-template-columns:1fr}.dpa-programme-finder{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px}.dpa-programme-finder h2,.dpa-programme-finder>p,.dpa-view-all{grid-column:1}.dpa-filter-form{grid-column:2;grid-row:1/4}.dpa-programme-results{grid-template-columns:repeat(6,180px)}
  .dpa-impact-panel{grid-template-columns:1fr 1fr}.dpa-impact-output{grid-column:1/-1}.dpa-impact-output dl{display:grid;grid-template-columns:1fr 1fr}
  .dpa-final-cta{grid-template-columns:44% 56%}.dpa-footer-main{grid-template-columns:1.35fr repeat(4,minmax(0,1fr));gap:22px}
}
@media (max-width:760px){
  :root{--dpa-container:calc(100% - 28px)}
  .dpa-site-header{position:relative}.dpa-header-inner{min-height:72px;grid-template-columns:122px 1fr auto auto;gap:6px}.dpa-brand{width:118px;height:62px;padding-right:9px}.dpa-brand-mark{width:auto;height:62px}.dpa-brand-mark img,.dpa-brand-mark .custom-logo{max-width:109px}.dpa-brand-tm{top:31%;right:3px;left:auto;font-size:8px}.dpa-primary-navigation{top:100%}.dpa-menu-toggle{grid-column:4}.dpa-header-actions{grid-column:3}.dpa-header-tools{gap:6px}.dpa-header-tool{width:38px;min-height:38px}.dpa-account-dropdown{top:105px;right:14px;width:calc(100vw - 28px)}
  .dpa-hero{padding-top:300px;min-height:0;background:#fff}.dpa-hero-media{top:0;right:0;bottom:auto;left:0;width:100%;height:300px;object-position:center 42%}.dpa-hero-wash{display:none}.dpa-hero-inner{min-height:0;display:block;width:100%;max-width:none}.dpa-hero-copy{width:100%;padding:30px 0 32px}.dpa-eyebrow{font-size:10px;margin-bottom:16px}.dpa-hero h1{font-size:46px}.dpa-hero-lead{font-size:15px;margin:18px 0 20px}.dpa-hero-actions{display:grid;grid-template-columns:1fr}.dpa-hero-trust{grid-template-columns:1fr;margin-top:24px;gap:12px}.dpa-hero-trust>div{border-right:0;margin:0;padding:0 0 12px;border-bottom:1px solid #dce4ef}.dpa-hero-trust>div:last-child{border-bottom:0}
  .dpa-audience{padding:24px 0}.dpa-audience-grid{grid-template-columns:1fr}.dpa-audience-grid h2{font-size:26px}.dpa-audience-card{min-height:100px}
  .dpa-programme-section{padding:28px 0}.dpa-programme-panel{padding:16px;border-radius:14px}.dpa-programme-finder{display:block}.dpa-programme-finder h2{font-size:28px}.dpa-filter-form{margin-top:18px}.dpa-programme-results{grid-template-columns:repeat(6,205px);gap:10px}.dpa-programme-image{aspect-ratio:1.1/1}
  .dpa-stats{padding:25px 0}.dpa-stats-grid{grid-template-columns:1fr 1fr;gap:24px 10px}.dpa-stats-grid>div{justify-content:flex-start}.dpa-stats-grid svg{width:31px;height:31px}.dpa-stats-grid strong{font-size:20px}
  .dpa-impact-section{padding:4px 0 24px}.dpa-impact-panel{grid-template-columns:1fr;padding:22px;gap:26px}.dpa-impact-intro h2{font-size:28px}.dpa-impact-output{grid-column:auto}.dpa-impact-output dl{display:flex}.dpa-range-row{grid-template-columns:1fr 80px}
  .dpa-testimonial{padding:24px 0 34px}.dpa-testimonial-inner{grid-template-columns:34px 1fr 34px;gap:10px}.dpa-testimonial-copy{padding-left:26px}.dpa-testimonial blockquote{font-size:15px}
  .dpa-final-cta{grid-template-columns:1fr}.dpa-final-cta-copy{padding:34px 20px;justify-content:flex-start}.dpa-final-cta-media{height:250px}.dpa-final-cta h2{font-size:31px}
  .dpa-feature-grid{grid-template-columns:1fr 1fr;gap:0;max-width:680px}.dpa-feature-grid>div{min-height:72px;justify-content:flex-start;padding:12px 24px;border-right:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.12)}.dpa-feature-grid>div:nth-child(2n){border-right:0}.dpa-feature-grid>div:nth-last-child(-n+2){border-bottom:0}.dpa-feature-grid>div:first-child{padding-left:24px}.dpa-feature-grid>div:last-child{padding-right:24px}
  .dpa-footer-main{grid-template-columns:1fr 1fr;gap:32px}.dpa-footer-brand{grid-column:1/-1}.dpa-footer-bottom{align-items:flex-start;flex-direction:column}.dpa-footer-company{text-align:left;max-width:none}
  .dpa-entry-content,.dpa-commerce-content{padding:22px}
}
@media (max-width:430px){
  .dpa-hero{padding-top:250px}.dpa-hero-media{left:0;width:100%;height:250px;object-position:center 42%}.dpa-hero h1{font-size:39px}.dpa-filter-form{grid-template-columns:1fr}.dpa-filter-wide{grid-column:auto}.dpa-stats-grid{grid-template-columns:1fr}.dpa-impact-output dl>div{align-items:flex-start}.dpa-footer-main{grid-template-columns:1fr}.dpa-footer-brand{grid-column:auto}
}

@media (max-width:520px){
  .dpa-feature-bar{padding:10px 0}
  .dpa-feature-grid{grid-template-columns:1fr;max-width:360px}
  .dpa-feature-grid>div,.dpa-feature-grid>div:first-child,.dpa-feature-grid>div:last-child{min-height:64px;justify-content:flex-start;padding:10px 18px;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .dpa-feature-grid>div:last-child{border-bottom:0}
}

@media (max-width:1020px){
  .dpa-contact-strip-inner{justify-content:center;gap:20px}
  .logged-in.woocommerce-account .entry-content>.woocommerce{grid-template-columns:220px minmax(0,1fr)}
  .dpa-account-quick-links{grid-template-columns:1fr}
}
@media (max-width:760px){
  .dpa-contact-strip-inner{min-height:30px;justify-content:space-between;gap:12px;overflow:hidden}
  .dpa-contact-item{font-size:9.5px}
  .dpa-contact-hours{display:none}
  .logged-in.woocommerce-account .entry-content>.woocommerce{display:block}
  .dpa-account-welcome{grid-template-columns:48px 1fr;padding:20px;margin-bottom:16px}
  .dpa-account-welcome-icon{width:48px;height:48px}
  .dpa-account-welcome h2{font-size:21px}
  .woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:16px}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{display:grid;grid-template-columns:1fr 1fr;gap:5px}
  .woocommerce-account .woocommerce-MyAccount-navigation a{min-height:43px;padding:0 11px;font-size:11px}
  .woocommerce-account .woocommerce-MyAccount-content{min-height:0;padding:22px}
  .woocommerce-account #customer_login{grid-template-columns:1fr}
  .dpa-account-login-intro{padding:24px 22px}
  .dpa-account-login-intro h2{font-size:26px}
}
@media (max-width:480px){
  .dpa-contact-strip-inner{justify-content:center}
  .dpa-contact-item[href^="mailto:"]{display:none}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{grid-template-columns:1fr}
  .dpa-account-quick-links>a{grid-template-columns:40px 1fr auto;padding:15px}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}


/* V5.36 hero correction: restore edge-to-edge photo and keep copy left without pushing the image right */
@media (min-width:1021px){
  .dpa-hero{min-height:680px}
  .dpa-hero-media{object-position:center 46%;filter:saturate(1) contrast(1) brightness(1.04)}
  .dpa-hero-wash{background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.93) 16%,rgba(255,255,255,.78) 28%,rgba(255,255,255,.52) 40%,rgba(255,255,255,.18) 51%,rgba(255,255,255,0) 61%)}
  .dpa-hero-inner{min-height:680px;width:100%;max-width:none;padding-left:28px;padding-right:28px}
  .dpa-hero-copy{width:min(560px,34vw);padding:42px 0 38px;margin-left:0}
}
@media (max-width:1020px){
  .dpa-hero-media{object-position:center 44%}
  .dpa-hero-inner{width:100%;padding-left:24px;padding-right:24px}
  .dpa-hero-copy{margin-left:0}
}



@media (max-width:1020px){
  .dpa-footer-logo-wrap{width:106px;height:98px}
  .dpa-footer-brand .dpa-footer-logo-wrap img{width:106px;height:98px}
  .dpa-footer-logo-tm{top:31%;right:3px;font-size:10px}
}
@media (max-width:600px){
  .dpa-footer-logo-wrap{width:100px;height:93px}
  .dpa-footer-brand .dpa-footer-logo-wrap img{width:100px;height:93px}
  .dpa-footer-logo-tm{top:31%;right:2px;font-size:10px}
}

/* V5.36 approved hero adjustment:
   - keep the photograph edge to edge
   - move the photograph left without moving the text panel
   - reveal more of the table, arms and printed objects
   - use a balanced white fade behind the copy */
@media (min-width:1021px){
  .dpa-hero{min-height:720px}
  .dpa-hero-media{
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:43% 61%;
    filter:saturate(1) contrast(1) brightness(1.05)
  }
  .dpa-hero-wash{
    background:linear-gradient(90deg,
      rgba(255,255,255,.97) 0%,
      rgba(255,255,255,.91) 14%,
      rgba(255,255,255,.73) 25%,
      rgba(255,255,255,.43) 36%,
      rgba(255,255,255,.14) 46%,
      rgba(255,255,255,0) 55%)
  }
  .dpa-hero-inner{
    min-height:720px;
    width:100%;
    max-width:none;
    padding-left:28px;
    padding-right:28px
  }
  .dpa-hero-copy{
    width:min(510px,32vw);
    margin-left:0;
    padding:42px 0 34px
  }
  .dpa-hero-trust{max-width:620px}
}
@media (min-width:761px) and (max-width:1020px){
  .dpa-hero{min-height:620px}
  .dpa-hero-media{object-position:45% 59%}
  .dpa-hero-wash{
    background:linear-gradient(90deg,
      rgba(255,255,255,.96) 0%,
      rgba(255,255,255,.84) 22%,
      rgba(255,255,255,.48) 39%,
      rgba(255,255,255,.08) 55%,
      rgba(255,255,255,0) 64%)
  }
  .dpa-hero-inner{min-height:620px;width:100%;padding-left:24px;padding-right:24px}
  .dpa-hero-copy{width:min(500px,46vw);margin-left:0}
}

/* V5.37: clear whole-card interaction and keyboard focus. */
.dpa-audience-card,
.dpa-programme-card > a {
  cursor: pointer;
}
.dpa-audience-card:focus-visible,
.dpa-programme-card > a:focus-visible {
  outline: 3px solid rgba(255,179,25,.75);
  outline-offset: 3px;
}

/* =========================================================
   V5.38 professional educational landing pages
   ========================================================= */
.dpa-landing-page{background:#fff;color:var(--dpa-ink);overflow:hidden}
.dpa-landing-section{padding:88px 0}
.dpa-section-kicker{display:inline-flex;align-items:center;gap:8px;color:#a76c00;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.dpa-section-kicker::before{content:"";width:22px;height:2px;background:var(--dpa-gold);border-radius:3px}
.dpa-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:25px;color:#64738a;font-size:12px;font-weight:700}
.dpa-breadcrumb a:hover{color:var(--dpa-navy)}
.dpa-landing-hero{padding:54px 0 72px;background:linear-gradient(135deg,#f8fbff 0%,#fff 56%,#f0f6ff 100%);border-bottom:1px solid #e0e8f2}
.dpa-landing-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:66px;align-items:center}
.dpa-landing-hero-copy h1{max-width:720px;margin:17px 0 22px;font-size:clamp(46px,5.2vw,76px);line-height:.98;letter-spacing:-.055em}
.dpa-landing-lead{max-width:690px;margin:0;color:#45536a;font-size:19px;line-height:1.65}
.dpa-landing-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.dpa-landing-actions .dpa-button svg,.dpa-landing-cta .dpa-button svg{width:16px;height:16px}
.dpa-landing-hero-media{position:relative;min-height:520px;border-radius:24px;overflow:visible;background:linear-gradient(145deg,#f4f8fd,#eef4fb)}
.dpa-landing-hero-media>img{width:100%;height:520px;display:block;border-radius:24px;box-shadow:0 30px 70px rgba(4,32,75,.18)}
.dpa-landing-hero-media.is-wide>img{object-fit:cover;object-position:center 48%}
.dpa-landing-hero-media.is-square>img{object-fit:cover;object-position:center center;padding:0;background:#eef4fb}
.dpa-landing-media-badge{position:absolute;left:-34px;bottom:32px;display:flex;align-items:center;gap:13px;min-width:250px;padding:17px 20px;background:#fff;border:1px solid #dce5f0;border-radius:13px;box-shadow:0 20px 45px rgba(3,29,73,.16)}
.dpa-landing-media-badge>svg{width:30px;height:30px;color:var(--dpa-gold)}
.dpa-landing-media-badge span{display:flex;flex-direction:column}
.dpa-landing-media-badge strong{font-size:13px}
.dpa-landing-media-badge small{margin-top:3px;color:#6a778c;font-size:11px}
.dpa-landing-facts{position:relative;z-index:3;margin-top:-28px}
.dpa-landing-facts-grid{display:grid;grid-template-columns:repeat(4,1fr);background:var(--dpa-navy);color:#fff;border-radius:16px;box-shadow:0 20px 45px rgba(3,29,73,.2)}
.dpa-landing-facts-grid>div{min-height:105px;display:flex;flex-direction:column;justify-content:center;padding:23px 28px;border-right:1px solid rgba(255,255,255,.16)}
.dpa-landing-facts-grid>div:last-child{border-right:0}
.dpa-landing-facts-grid small{color:#b8c9e1;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.dpa-landing-facts-grid strong{margin-top:6px;font-size:16px;line-height:1.3}
.dpa-landing-intro-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:90px;align-items:center}
.dpa-landing-prose h2,.dpa-landing-section-heading h2,.dpa-landing-faq-grid>div:first-child h2,.dpa-landing-cta h2{margin:15px 0 22px;font-size:clamp(34px,4vw,54px);line-height:1.04;letter-spacing:-.045em}
.dpa-landing-prose p{max-width:780px;margin:0 0 18px;color:#536078;font-size:17px;line-height:1.75}
.dpa-landing-highlight{position:relative;padding:38px;background:linear-gradient(145deg,#eef5ff,#fff);border:1px solid #dce6f2;border-radius:20px;box-shadow:0 22px 55px rgba(3,29,73,.09)}
.dpa-highlight-icon{position:absolute;right:27px;top:25px;width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#fff2cb;color:#dc9400}
.dpa-highlight-icon svg{width:27px;height:27px}
.dpa-landing-highlight h3{max-width:260px;margin:0 0 25px;font-size:25px;line-height:1.15}
.dpa-landing-highlight ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:15px}
.dpa-landing-highlight li{display:flex;align-items:flex-start;gap:11px;color:#445169;font-size:14px;line-height:1.55}
.dpa-landing-highlight li svg{flex:0 0 auto;margin-top:2px;color:#e59b00;width:18px;height:18px}
.dpa-landing-outcomes{background:#f6f9fd;border-top:1px solid #e5ebf3;border-bottom:1px solid #e5ebf3}
.dpa-landing-section-heading{max-width:790px;margin-bottom:42px}
.dpa-landing-section-heading.is-compact{margin-bottom:30px}
.dpa-landing-section-heading h2{margin-bottom:15px}
.dpa-landing-section-heading>p{max-width:710px;margin:0;color:#5f6c82;font-size:16px;line-height:1.7}
.dpa-landing-outcome-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.dpa-landing-outcome-card{min-height:250px;padding:29px;background:#fff;border:1px solid #dde6f1;border-radius:16px;box-shadow:0 14px 35px rgba(3,29,73,.055);transition:transform .2s ease,box-shadow .2s ease}
.dpa-landing-outcome-card:hover{transform:translateY(-5px);box-shadow:0 22px 45px rgba(3,29,73,.11)}
.dpa-landing-outcome-card>span{width:48px;height:48px;display:grid;place-items:center;background:#fff5d8;color:#df9700;border-radius:12px}
.dpa-landing-outcome-card>span svg{width:25px;height:25px}
.dpa-landing-outcome-card h3{margin:23px 0 11px;font-size:19px}
.dpa-landing-outcome-card p{margin:0;color:#647086;font-size:14px;line-height:1.65}
.dpa-landing-journey{position:relative;background:linear-gradient(125deg,#031b43,#07346e);color:#fff}
.dpa-landing-section-heading.is-light .dpa-section-kicker{color:#ffca55}
.dpa-landing-section-heading.is-light h2{color:#fff}
.dpa-landing-section-heading.is-light>p{color:#c5d2e5}
.dpa-landing-journey-grid{counter-reset:journey;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.dpa-landing-journey-grid li{position:relative;min-height:220px;padding:33px 30px;border-top:1px solid rgba(255,255,255,.23);border-right:1px solid rgba(255,255,255,.17)}
.dpa-landing-journey-grid li:last-child{border-right:0}
.dpa-journey-number{display:inline-grid;place-items:center;width:43px;height:43px;margin-bottom:28px;background:var(--dpa-gold);color:#071d45;border-radius:50%;font-size:11px;font-weight:900}
.dpa-landing-journey-grid h3{margin:0 0 10px;font-size:20px}
.dpa-landing-journey-grid p{margin:0;color:#c7d3e5;font-size:13px;line-height:1.65}
.dpa-landing-formats{background:#fff}
.dpa-landing-format-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.dpa-landing-format-grid article{position:relative;min-height:245px;padding:35px;border:1px solid #dce5f0;border-radius:17px;background:#fff;overflow:hidden}
.dpa-landing-format-grid article::after{content:"";position:absolute;right:-35px;bottom:-55px;width:150px;height:150px;border:30px solid #f2f6fb;border-radius:50%}
.dpa-landing-format-grid article>span{position:relative;z-index:2;color:#dc9400;font-size:12px;font-weight:900;letter-spacing:.14em}
.dpa-landing-format-grid h3{position:relative;z-index:2;margin:38px 0 14px;font-size:23px}
.dpa-landing-format-grid p{position:relative;z-index:2;margin:0;color:#657188;font-size:14px;line-height:1.68}
.dpa-landing-editor-content{padding-top:0}
.dpa-landing-faq{background:#f7f9fc}
.dpa-landing-faq-grid{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);gap:85px}
.dpa-landing-faq-grid>div:first-child p{color:#647188;line-height:1.7}
.dpa-faq-list{display:flex;flex-direction:column;gap:12px}
.dpa-faq-list details{background:#fff;border:1px solid #dce5ef;border-radius:13px;overflow:hidden}
.dpa-faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 23px;font-size:15px;font-weight:850;cursor:pointer}
.dpa-faq-list summary::-webkit-details-marker{display:none}
.dpa-faq-list summary span{width:27px;height:27px;display:grid;place-items:center;border:1px solid #d2dce9;border-radius:50%;font-size:19px;font-weight:400;transition:transform .2s ease}
.dpa-faq-list details[open] summary span{transform:rotate(45deg)}
.dpa-faq-list details p{margin:0;padding:0 23px 23px;color:#627087;font-size:14px;line-height:1.7}
.dpa-landing-related{background:#fff}
.dpa-landing-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.dpa-landing-related-grid>a{display:flex;min-width:0;flex-direction:column;border:1px solid #dce5ef;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 11px 28px rgba(3,29,73,.055);transition:transform .2s ease,box-shadow .2s ease}
.dpa-landing-related-grid>a:hover{transform:translateY(-5px);box-shadow:0 21px 40px rgba(3,29,73,.12)}
.dpa-related-card-media{display:block;width:100%;aspect-ratio:16/9;overflow:hidden;background:#eef4fb}
.dpa-landing-related-grid .dpa-related-card-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 44%;transform:none}
.dpa-related-card-body{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px}
.dpa-landing-related-grid strong{font-size:17px;line-height:1.25}
.dpa-landing-related-grid em{display:flex;align-items:center;gap:7px;color:#0a397c;font-size:11px;font-style:normal;font-weight:850;white-space:nowrap}
.dpa-landing-related-grid em svg{width:14px;height:14px}
.dpa-landing-cta{padding:65px 0;background:linear-gradient(120deg,#031a42,#083a7d);color:#fff}
.dpa-landing-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
.dpa-landing-cta-inner>div{max-width:850px}
.dpa-landing-cta .dpa-section-kicker{color:#ffca55}
.dpa-landing-cta h2{margin-bottom:15px;color:#fff}
.dpa-landing-cta p{max-width:760px;margin:0;color:#cbd7e7;font-size:16px;line-height:1.65}
.dpa-landing-cta .dpa-button{flex:0 0 auto}

@media (max-width:1180px){
  .dpa-landing-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:42px}
  .dpa-landing-hero-media,.dpa-landing-hero-media>img{min-height:470px;height:470px}
  .dpa-landing-outcome-grid{grid-template-columns:repeat(2,1fr)}
  .dpa-landing-journey-grid{grid-template-columns:repeat(2,1fr)}
  .dpa-landing-journey-grid li:nth-child(2){border-right:0}
  .dpa-landing-journey-grid li:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.17)}
}
@media (max-width:900px){
  .dpa-landing-section{padding:68px 0}
  .dpa-landing-hero{padding-top:35px}
  .dpa-landing-hero-grid{grid-template-columns:1fr;gap:38px}
  .dpa-landing-hero-copy{max-width:760px}
  .dpa-landing-hero-media{order:-1;min-height:420px}
  .dpa-landing-hero-media>img{height:420px}
  .dpa-landing-media-badge{left:22px;bottom:-22px}
  .dpa-landing-facts{margin-top:0;padding-top:24px}
  .dpa-landing-facts-grid{grid-template-columns:repeat(2,1fr)}
  .dpa-landing-facts-grid>div:nth-child(2){border-right:0}
  .dpa-landing-facts-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.16)}
  .dpa-landing-intro-grid,.dpa-landing-faq-grid{grid-template-columns:1fr;gap:40px}
  .dpa-landing-format-grid,.dpa-landing-related-grid{grid-template-columns:1fr}
  .dpa-related-card-media{aspect-ratio:16/9}
  .dpa-landing-cta-inner{align-items:flex-start;flex-direction:column}
}
@media (max-width:620px){
  .dpa-landing-section{padding:52px 0}
  .dpa-landing-hero{padding:20px 0 46px}
  .dpa-breadcrumb{margin-bottom:18px}
  .dpa-landing-hero-copy h1{font-size:43px}
  .dpa-landing-lead{font-size:16px}
  .dpa-landing-actions{display:grid;grid-template-columns:1fr}
  .dpa-landing-hero-media{min-height:300px}
  .dpa-landing-hero-media>img{height:300px;border-radius:17px}
  .dpa-landing-media-badge{position:relative;left:auto;bottom:auto;margin:-35px 16px 0;min-width:0}
  .dpa-landing-facts-grid{grid-template-columns:1fr}
  .dpa-landing-facts-grid>div{min-height:85px;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.16)}
  .dpa-landing-facts-grid>div:last-child{border-bottom:0}
  .dpa-landing-prose h2,.dpa-landing-section-heading h2,.dpa-landing-faq-grid>div:first-child h2,.dpa-landing-cta h2{font-size:35px}
  .dpa-landing-highlight{padding:28px 24px}
  .dpa-landing-outcome-grid,.dpa-landing-journey-grid{grid-template-columns:1fr}
  .dpa-landing-outcome-card{min-height:0}
  .dpa-landing-journey-grid li{min-height:0;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.17)!important}
  .dpa-landing-journey-grid li:last-child{border-bottom:0!important}
  .dpa-landing-format-grid article{min-height:0;padding:29px}
  .dpa-related-card-media{aspect-ratio:16/9}
  .dpa-related-card-body{min-height:0;align-items:flex-start;flex-direction:column;gap:10px}
}


/* V5.41: larger landing-page images without the inset thumbnail effect */
.dpa-landing-hero-media.is-square{overflow:hidden;background:#eef4fb;box-shadow:0 30px 70px rgba(4,32,75,.14)}
.dpa-landing-hero-media.is-square>img{transform:none;max-width:none}
@media (min-width:1021px){
  .dpa-landing-hero-grid{grid-template-columns:minmax(0,.84fr) minmax(560px,1.16fr)}
}


/* V5.42: approved page-specific landing hero compositions */
.dpa-landing-hero-media.is-composite{
  min-height:0;
  overflow:visible;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.dpa-landing-hero-media.is-composite>img{
  display:block;
  width:100%;
  height:auto;
  min-height:0;
  max-height:none;
  object-fit:contain;
  object-position:center;
  padding:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.dpa-landing-hero-media.is-composite .dpa-landing-media-badge{display:none}
@media (max-width:1180px){
  .dpa-landing-hero-media.is-composite,
  .dpa-landing-hero-media.is-composite>img{height:auto;min-height:0}
}
@media (max-width:900px){
  .dpa-landing-hero-media.is-composite{order:-1;min-height:0}
  .dpa-landing-hero-media.is-composite>img{height:auto}
}
@media (max-width:620px){
  .dpa-landing-hero-media.is-composite{min-height:0}
  .dpa-landing-hero-media.is-composite>img{height:auto;border-radius:0}
}


/* Refined logged-out My Account access screen */
body.woocommerce-account:not(.logged-in) .dpa-content-shell{
  padding:42px 0 76px;
  background:
    radial-gradient(circle at 12% 8%,rgba(255,183,28,.08),transparent 26%),
    linear-gradient(180deg,#f4f8fd 0%,#f9fbfd 100%);
}
body.woocommerce-account:not(.logged-in) .dpa-page-content>article{
  max-width:1160px;
  margin-inline:auto;
}
body.woocommerce-account:not(.logged-in) .dpa-page-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:18px;
  padding:22px 28px;
  border-radius:15px;
  background:linear-gradient(115deg,#031d49 0%,#0a397c 100%);
  box-shadow:0 15px 38px rgba(3,29,73,.13);
}
body.woocommerce-account:not(.logged-in) .dpa-page-header .dpa-section-kicker{
  display:inline-flex;
  align-items:center;
  margin:0;
  color:#ffca58;
  font-size:9px;
}
body.woocommerce-account:not(.logged-in) .dpa-page-header h1{
  margin:4px 0 0;
  font-size:clamp(30px,3vw,42px);
  line-height:1;
}
body.woocommerce-account:not(.logged-in) .entry-content{
  margin:0;
}
body.woocommerce-account:not(.logged-in) .entry-content>.woocommerce{
  display:block!important;
  width:100%;
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-intro{
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  margin:0 0 18px;
  padding:20px 24px;
  border:1px solid #d9e4f0;
  border-radius:15px;
  background:#fff;
  color:var(--dpa-ink);
  box-shadow:0 12px 30px rgba(3,29,73,.065);
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-intro-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#fff2d0;
  color:#d89200;
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-intro-icon svg{
  width:27px;
  height:27px;
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-intro-copy>span{
  display:block;
  color:#a86b00;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-intro h2{
  margin:4px 0 5px;
  color:#08265a;
  font-size:clamp(20px,2vw,26px);
  line-height:1.18;
  letter-spacing:-.025em;
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-intro p{
  max-width:720px;
  margin:0;
  color:#637188;
  font-size:12.5px;
  line-height:1.55;
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-trust{
  min-width:108px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  padding-left:20px;
  border-left:1px solid #e1e8f1;
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-trust strong{
  color:#0a397c;
  font-size:13px;
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-trust small{
  margin-top:2px;
  color:#758198;
  font-size:9px;
}
body.woocommerce-account:not(.logged-in) #customer_login,
body.woocommerce-account:not(.logged-in) #customer_login.col2-set{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
  width:100%!important;
  margin:0!important;
}
body.woocommerce-account:not(.logged-in) #customer_login::before,
body.woocommerce-account:not(.logged-in) #customer_login::after{
  display:none!important;
  content:none!important;
}
body.woocommerce-account:not(.logged-in) #customer_login .u-column1,
body.woocommerce-account:not(.logged-in) #customer_login .u-column2,
body.woocommerce-account:not(.logged-in) #customer_login .col-1,
body.woocommerce-account:not(.logged-in) #customer_login .col-2{
  float:none!important;
  clear:none!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
body.woocommerce-account:not(.logged-in) #customer_login>div{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:27px 28px 28px!important;
  border:1px solid #d9e3ef;
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 34px rgba(3,29,73,.065);
  overflow:hidden;
}
body.woocommerce-account:not(.logged-in) #customer_login>div::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:#0a397c;
}
body.woocommerce-account:not(.logged-in) #customer_login>div.u-column2::before,
body.woocommerce-account:not(.logged-in) #customer_login>div.col-2::before{
  background:var(--dpa-gold);
}
body.woocommerce-account:not(.logged-in) #customer_login h2{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 19px;
  color:#09265a;
  font-size:23px;
  letter-spacing:-.025em;
}
body.woocommerce-account:not(.logged-in) #customer_login h2::before{
  content:"";
  width:9px;
  height:9px;
  flex:0 0 auto;
  border-radius:50%;
  background:#0a397c;
  box-shadow:0 0 0 5px #eaf1fa;
}
body.woocommerce-account:not(.logged-in) #customer_login .u-column2 h2::before,
body.woocommerce-account:not(.logged-in) #customer_login .col-2 h2::before{
  background:var(--dpa-gold);
  box-shadow:0 0 0 5px #fff4d6;
}
body.woocommerce-account:not(.logged-in) #customer_login form.login,
body.woocommerce-account:not(.logged-in) #customer_login form.register,
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-login,
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-register{
  display:flex;
  flex-direction:column;
  flex:1;
  width:100%;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.woocommerce-account:not(.logged-in) #customer_login .form-row{
  width:100%;
  margin:0 0 15px!important;
  padding:0!important;
}
body.woocommerce-account:not(.logged-in) #customer_login label{
  display:block;
  margin-bottom:7px;
  color:#30415e;
  font-size:11px;
  font-weight:850;
}
body.woocommerce-account:not(.logged-in) #customer_login input.input-text{
  width:100%;
  min-height:47px;
  padding:10px 12px;
  border:1px solid #c8d4e3;
  border-radius:8px;
  background:#fff;
  color:#172c51;
  box-shadow:inset 0 1px 2px rgba(3,29,73,.025);
}
body.woocommerce-account:not(.logged-in) #customer_login input.input-text:focus{
  border-color:#1a5596;
  outline:3px solid rgba(26,85,150,.10);
}
body.woocommerce-account:not(.logged-in) #customer_login .password-input{
  width:100%;
}
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-login__rememberme{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin:0!important;
  font-size:10px;
}
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-login__submit,
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-register__submit{
  min-height:44px;
  margin-right:10px!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:8px!important;
  background:var(--dpa-gold)!important;
  color:#071d45!important;
  font-size:12px!important;
  font-weight:900!important;
  box-shadow:0 9px 20px rgba(232,161,0,.22);
}
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-login__submit:hover,
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-register__submit:hover{
  background:#ffc13d!important;
}
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-LostPassword{
  margin:14px 0 0;
  padding-top:13px;
  border-top:1px solid #e5ebf2;
  font-size:11px;
}
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-privacy-policy-text,
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-privacy-policy-text p,
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-register>p{
  color:#617087;
  font-size:11.5px;
  line-height:1.58;
}
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-register>p:last-of-type{
  margin-bottom:18px;
}
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-row--wide + p,
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-register p{
  max-width:none;
}
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-login .form-row:last-of-type,
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-register .form-row:last-of-type{
  margin-top:auto!important;
}
@media (max-width:820px){
  body.woocommerce-account:not(.logged-in) .dpa-account-login-intro{
    grid-template-columns:48px minmax(0,1fr);
    padding:19px 20px;
  }
  body.woocommerce-account:not(.logged-in) .dpa-account-login-intro-icon{
    width:48px;
    height:48px;
  }
  body.woocommerce-account:not(.logged-in) .dpa-account-login-trust{
    display:none;
  }
  body.woocommerce-account:not(.logged-in) #customer_login,
  body.woocommerce-account:not(.logged-in) #customer_login.col2-set{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  body.woocommerce-account:not(.logged-in) .dpa-content-shell{
    padding:24px 0 52px;
  }
  body.woocommerce-account:not(.logged-in) .dpa-page-header{
    padding:20px;
  }
  body.woocommerce-account:not(.logged-in) .dpa-account-login-intro{
    grid-template-columns:1fr;
    gap:10px;
  }
  body.woocommerce-account:not(.logged-in) .dpa-account-login-intro-icon{
    width:43px;
    height:43px;
  }
  body.woocommerce-account:not(.logged-in) #customer_login>div{
    padding:24px 20px!important;
  }
}

/* V5.49 integrated legal centre and refined footer */
.dpa-site-footer{padding:0;background:#02183d;color:#fff}
.dpa-footer-main{display:grid;grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(170px,1fr));gap:52px;padding-top:52px;padding-bottom:42px}
.dpa-footer-logo-wrap{position:relative;display:inline-block;width:112px;height:104px;margin-bottom:17px;overflow:visible}
.dpa-footer-brand .dpa-footer-logo-wrap img{display:block;width:112px;height:104px;margin:0;border-radius:10px;background:#fff;object-fit:contain}
.dpa-footer-logo-tm{position:absolute;top:31%;right:3px;left:auto;color:#071d45;font-size:11px;font-weight:900;line-height:1;transform:translateY(-50%);z-index:2;text-decoration:none}
.dpa-footer-brand p{max-width:330px;margin:0;color:#c8d4e5;font-size:12.5px;line-height:1.7}
.dpa-footer-trust{display:block;margin-top:15px;color:#f8b526;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.dpa-footer-column h2{position:relative;margin:0 0 17px;padding-bottom:11px;color:#fff;font-size:13px;letter-spacing:.02em}
.dpa-footer-column h2::after{content:"";position:absolute;left:0;bottom:0;width:24px;height:2px;background:var(--dpa-gold)}
.dpa-footer-column ul{display:flex;flex-direction:column;gap:9px;margin:0;padding:0;list-style:none}
.dpa-footer-column li,.dpa-footer-column a,.dpa-footer-column span{color:#c4d0e1;font-size:11.5px;line-height:1.5}
.dpa-footer-column a:hover,.dpa-footer-column a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:3px}
.dpa-footer-contact li:last-child span{display:block;max-width:245px;color:#aebdd1}
.dpa-footer-contact-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:#ffc247!important;font-weight:850!important;text-decoration:none!important}
.dpa-footer-contact-link span{color:inherit;font-size:15px}
.dpa-footer-legal-wrap{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.025)}
.dpa-footer-legal-nav{display:grid;grid-template-columns:auto 1fr;gap:25px;align-items:center;min-height:58px}
.dpa-footer-legal-nav>strong{color:#f7b420;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}
.dpa-footer-legal-nav>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 19px}
.dpa-footer-legal-nav a{color:#bfcbdc;font-size:10.5px}
.dpa-footer-legal-nav a:hover,.dpa-footer-legal-nav a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:3px}
.dpa-footer-bottom{margin-top:0;padding-top:17px;padding-bottom:18px;border-top:0;color:#92a4bd;font-size:10px}
.dpa-footer-company{color:#92a4bd}

@media(max-width:1020px){
  .dpa-footer-main{grid-template-columns:1.35fr repeat(3,minmax(0,1fr));gap:28px}
  .dpa-footer-legal-nav{grid-template-columns:1fr;gap:8px;padding-top:13px;padding-bottom:13px}
  .dpa-footer-legal-nav>div{justify-content:flex-start}
}
@media(max-width:760px){
  .dpa-footer-main{grid-template-columns:1fr 1fr;gap:32px;padding-top:40px;padding-bottom:35px}
  .dpa-footer-brand{grid-column:1/-1}
  .dpa-footer-contact{grid-column:1/-1}
  .dpa-footer-contact li:last-child span{max-width:360px}
  .dpa-footer-bottom{align-items:flex-start;flex-direction:column;gap:7px}
  .dpa-footer-company{text-align:left}
}
@media(max-width:480px){
  .dpa-footer-main{grid-template-columns:1fr;gap:28px}
  .dpa-footer-brand,.dpa-footer-contact{grid-column:auto}
  .dpa-footer-legal-nav>div{gap:7px 14px}
}

/* V5.50: professional contact page */
.dpa-contact-page{background:#fff}
.dpa-contact-hero{position:relative;overflow:hidden;padding:68px 0 62px;background:linear-gradient(135deg,#f8fbff 0%,#eef4fb 58%,#fff8e8 100%)}
.dpa-contact-hero::before{content:"";position:absolute;right:-130px;top:-180px;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(255,179,25,.18),rgba(255,179,25,0) 68%);pointer-events:none}
.dpa-contact-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(370px,.82fr);gap:72px;align-items:center}
.dpa-contact-breadcrumbs{display:flex;align-items:center;gap:9px;margin-bottom:22px;color:#718097;font-size:11px;font-weight:750}
.dpa-contact-breadcrumbs a:hover,.dpa-contact-breadcrumbs a:focus-visible{color:#0a397c}
.dpa-contact-kicker,.dpa-contact-section-heading>span,.dpa-contact-specific-intro>span,.dpa-contact-details-copy>span{display:inline-flex;align-items:center;gap:9px;color:#aa7100;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.dpa-contact-kicker::before,.dpa-contact-section-heading>span::before,.dpa-contact-specific-intro>span::before,.dpa-contact-details-copy>span::before{content:"";width:22px;height:2px;border-radius:999px;background:var(--dpa-gold)}
.dpa-contact-hero h1{max-width:720px;margin:15px 0 20px;color:#07255a;font-size:clamp(46px,5.1vw,74px);line-height:.98;letter-spacing:-.055em}
.dpa-contact-hero-copy>p{max-width:720px;margin:0;color:#43536e;font-size:17px;line-height:1.65}
.dpa-contact-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.dpa-contact-direct{position:relative;padding:30px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:linear-gradient(145deg,#031d49,#0a438c);color:#fff;box-shadow:0 26px 60px rgba(3,29,73,.2)}
.dpa-contact-direct::after{content:"";position:absolute;right:22px;top:22px;width:70px;height:70px;border:1px solid rgba(255,255,255,.08);border-radius:50%}
.dpa-contact-direct-label{display:block;margin-bottom:18px;color:#ffc247;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.dpa-contact-direct>a,.dpa-contact-direct-row{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:14px;padding:16px 0;border-top:1px solid rgba(255,255,255,.13)}
.dpa-contact-direct>a:hover strong,.dpa-contact-direct>a:focus-visible strong{color:#ffc247}
.dpa-contact-direct-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.1);color:#ffc247}
.dpa-contact-direct-icon svg{width:22px;height:22px}
.dpa-contact-direct a>span:last-child,.dpa-contact-direct-row>span:last-child{display:flex;min-width:0;flex-direction:column}
.dpa-contact-direct small{color:#afc1da;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}
.dpa-contact-direct strong{margin-top:2px;color:#fff;font-size:15px;line-height:1.35;overflow-wrap:anywhere;transition:color .18s ease}
.dpa-contact-direct>p{margin:18px 0 0;color:#bfcee1;font-size:11px;line-height:1.55}
.dpa-contact-routes{padding:72px 0 78px;background:#fff}
.dpa-contact-section-heading{max-width:720px;margin-bottom:34px}
.dpa-contact-section-heading h2{margin:12px 0 10px;color:#08265a;font-size:clamp(34px,3.5vw,50px);line-height:1.05;letter-spacing:-.045em}
.dpa-contact-section-heading p{margin:0;color:#65728a;font-size:14px}
.dpa-contact-route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.dpa-contact-route-card{position:relative;display:flex;min-height:270px;flex-direction:column;padding:28px;border:1px solid #dce5ef;border-radius:18px;background:#fff;box-shadow:0 14px 35px rgba(3,29,73,.06);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.dpa-contact-route-card:hover{transform:translateY(-4px);border-color:#efb228;box-shadow:0 22px 48px rgba(3,29,73,.11)}
.dpa-contact-route-card.is-featured{background:linear-gradient(145deg,#f9fbff,#eef5ff);border-color:#bfcfe4}
.dpa-contact-route-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:22px;border-radius:13px;background:#fff1ca;color:#c88200}
.dpa-contact-route-icon svg{width:24px;height:24px}
.dpa-contact-route-eyebrow{display:block;margin-bottom:7px;color:#9c6900;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.dpa-contact-route-card h3{margin:0;color:#09275a;font-size:25px;line-height:1.15;letter-spacing:-.03em}
.dpa-contact-route-card p{margin:12px 0 22px;color:#65738a;font-size:13px;line-height:1.6}
.dpa-contact-route-card>a{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:18px;border-top:1px solid #e1e8f1;color:#0a397c;font-size:12px;font-weight:900}
.dpa-contact-route-card>a svg{width:17px;height:17px;transition:transform .18s ease}
.dpa-contact-route-card>a:hover svg,.dpa-contact-route-card>a:focus-visible svg{transform:translateX(4px)}
.dpa-contact-specific{padding:64px 0;background:linear-gradient(135deg,#031d49,#0a397c);color:#fff}
.dpa-contact-specific-grid{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:64px;align-items:center}
.dpa-contact-specific-intro>span{color:#ffc247}
.dpa-contact-specific-intro h2{margin:12px 0 12px;color:#fff;font-size:38px;line-height:1.05;letter-spacing:-.04em}
.dpa-contact-specific-intro p{max-width:460px;margin:0;color:#c9d5e6;font-size:13px;line-height:1.65}
.dpa-contact-specific-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.dpa-contact-specific-links>a{display:grid;grid-template-columns:1fr auto;gap:2px 14px;align-items:center;min-height:88px;padding:18px 20px;border:1px solid rgba(255,255,255,.17);border-radius:13px;background:rgba(255,255,255,.07);transition:background .18s ease,border-color .18s ease,transform .18s ease}
.dpa-contact-specific-links>a:hover,.dpa-contact-specific-links>a:focus-visible{transform:translateY(-2px);border-color:#ffc247;background:rgba(255,255,255,.12)}
.dpa-contact-specific-links strong{font-size:14px;line-height:1.25}
.dpa-contact-specific-links span{grid-column:1;color:#b9c9dd;font-size:10px}
.dpa-contact-specific-links svg{grid-column:2;grid-row:1/3;width:17px;height:17px;color:#ffc247}
.dpa-contact-details{padding:72px 0 80px;background:#f5f8fc}
.dpa-contact-details-grid{display:grid;grid-template-columns:minmax(270px,.78fr) minmax(0,1.22fr);gap:70px;align-items:start}
.dpa-contact-details-copy h2{margin:12px 0 14px;color:#08265a;font-size:39px;line-height:1.08;letter-spacing:-.04em}
.dpa-contact-details-copy p{max-width:500px;margin:0;color:#65738a;font-size:13px;line-height:1.65}
.dpa-contact-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.dpa-contact-detail-list>a,.dpa-contact-detail-list>div{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:14px;min-height:106px;padding:20px;border:1px solid #dce5ef;border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(3,29,73,.05)}
.dpa-contact-detail-list>a:hover,.dpa-contact-detail-list>a:focus-visible{border-color:#efb228}
.dpa-contact-detail-list>a>svg,.dpa-contact-detail-list>div>svg{width:22px;height:22px;margin-top:3px;color:#d68d00}
.dpa-contact-detail-list span{display:flex;min-width:0;flex-direction:column}
.dpa-contact-detail-list small{color:#7a879b;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.dpa-contact-detail-list strong{margin-top:5px;color:#09275a;font-size:13px;line-height:1.45;overflow-wrap:anywhere}
.dpa-contact-detail-list em{margin-top:4px;color:#7a879b;font-size:10px;font-style:normal}
.dpa-contact-editor-content{padding:0 0 72px;background:#f5f8fc}
.dpa-contact-editor-content .entry-content{padding:28px;border:1px solid #dce5ef;border-radius:15px;background:#fff}

/* V5.50: keep the closing image in its natural proportions */
@media (min-width:1021px){
  .dpa-final-cta{grid-template-columns:42% 58%;min-height:0;align-items:stretch}
  .dpa-final-cta-copy{min-height:360px;padding-top:52px;padding-bottom:52px}
  .dpa-final-cta-media{display:block;width:100%;height:auto!important;align-self:center;object-fit:contain;object-position:center;background:#082b60}
}

@media (max-width:1020px){
  .dpa-contact-hero{padding:54px 0}
  .dpa-contact-hero-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.8fr);gap:36px}
  .dpa-contact-hero h1{font-size:54px}
  .dpa-contact-route-card{min-height:280px}
  .dpa-contact-specific-grid,.dpa-contact-details-grid{gap:36px}
  .dpa-final-cta-media{object-fit:cover;object-position:center;height:100%}
}

@media (max-width:760px){
  .dpa-contact-hero{padding:34px 0 40px}
  .dpa-contact-hero-grid{grid-template-columns:1fr;gap:28px}
  .dpa-contact-hero h1{font-size:44px}
  .dpa-contact-hero-copy>p{font-size:15px}
  .dpa-contact-hero-actions{display:grid;grid-template-columns:1fr}
  .dpa-contact-direct{padding:23px;border-radius:17px}
  .dpa-contact-routes{padding:48px 0}
  .dpa-contact-route-grid{grid-template-columns:1fr}
  .dpa-contact-route-card{min-height:0;padding:23px}
  .dpa-contact-specific{padding:46px 0}
  .dpa-contact-specific-grid,.dpa-contact-details-grid{grid-template-columns:1fr;gap:28px}
  .dpa-contact-specific-links,.dpa-contact-detail-list{grid-template-columns:1fr}
  .dpa-contact-details{padding:48px 0 54px}
  .dpa-contact-details-copy h2,.dpa-contact-specific-intro h2{font-size:32px}
  .dpa-final-cta-media{display:block;width:100%;height:auto!important;object-fit:contain;background:#082b60}
}

@media (max-width:430px){
  .dpa-contact-breadcrumbs{margin-bottom:16px}
  .dpa-contact-hero h1{font-size:38px}
  .dpa-contact-direct>a,.dpa-contact-direct-row{grid-template-columns:40px minmax(0,1fr)}
  .dpa-contact-direct-icon{width:40px;height:40px}
  .dpa-contact-section-heading h2{font-size:34px}
  .dpa-contact-specific-links>a{padding:16px}
}


/* V5.52: forced Contact page and corrected Related routes media */
body.three-dpa-v553 .dpa-contact-page{display:block}
body.three-dpa-v553 .dpa-related-card-media img{max-width:none!important}

/* V5.52: integrated About Us page */
.dpa-about-page{overflow:hidden;background:#fff}
.dpa-about-hero{position:relative;padding:72px 0 76px;background:linear-gradient(135deg,#f8fbff 0%,#edf4fb 62%,#fff8e7 100%)}
.dpa-about-hero::before{content:"";position:absolute;left:-210px;bottom:-280px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(255,179,25,.15),rgba(255,179,25,0) 68%);pointer-events:none}
.dpa-about-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);align-items:center;gap:72px}
.dpa-about-breadcrumbs{display:flex;align-items:center;gap:9px;margin-bottom:22px;color:#718097;font-size:11px;font-weight:750}
.dpa-about-breadcrumbs a:hover,.dpa-about-breadcrumbs a:focus-visible{color:#0a397c}
.dpa-about-kicker,.dpa-about-section-kicker{display:inline-flex;align-items:center;gap:9px;color:#9b6900;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.dpa-about-kicker::before,.dpa-about-section-kicker::before{content:"";width:22px;height:2px;border-radius:999px;background:var(--dpa-gold)}
.dpa-about-section-kicker.is-light{color:#ffc247}
.dpa-about-hero h1{max-width:760px;margin:15px 0 22px;color:#07255a;font-size:clamp(49px,5vw,74px);line-height:.98;letter-spacing:-.055em}
.dpa-about-hero-copy>p{max-width:720px;margin:0;color:#43536e;font-size:17px;line-height:1.65}
.dpa-about-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:29px}
.dpa-about-hero-actions .dpa-button svg,.dpa-about-cta-actions .dpa-button svg{width:17px;height:17px}
.dpa-about-hero-points{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:28px;padding-top:22px;border-top:1px solid #d7e1ed}
.dpa-about-hero-points span{display:inline-flex;align-items:center;gap:7px;color:#40516c;font-size:11px;font-weight:800}
.dpa-about-hero-points svg{width:16px;height:16px;color:#d58d00;stroke-width:2.4}
.dpa-about-hero-media{position:relative;min-width:0}
.dpa-about-hero-media>img{display:block;width:100%;aspect-ratio:1.38/1;object-fit:cover;object-position:center 47%;border-radius:24px;box-shadow:0 28px 64px rgba(3,29,73,.18)}
.dpa-about-media-badge{position:absolute;left:-28px;bottom:26px;min-width:250px;padding:18px 20px;border:1px solid rgba(3,29,73,.1);border-radius:15px;background:rgba(255,255,255,.96);box-shadow:0 17px 36px rgba(3,29,73,.17);backdrop-filter:blur(12px)}
.dpa-about-media-badge strong,.dpa-about-media-badge span{display:block}
.dpa-about-media-badge strong{color:#08265a;font-size:14px}
.dpa-about-media-badge span{margin-top:3px;color:#68758a;font-size:10px}

.dpa-about-purpose{padding:84px 0 88px;background:#fff}
.dpa-about-purpose-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:88px;align-items:start}
.dpa-about-purpose-heading h2{max-width:690px;margin:14px 0 0;color:#08265a;font-size:clamp(36px,4vw,54px);line-height:1.04;letter-spacing:-.047em}
.dpa-about-purpose-copy{padding-top:28px}
.dpa-about-purpose-copy p{margin:0;color:#58677f;font-size:15px;line-height:1.75}
.dpa-about-purpose-copy p+p{margin-top:18px}
.dpa-about-principles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:54px}
.dpa-about-principle-card{padding:28px;border:1px solid #dce5ef;border-radius:17px;background:#fff;box-shadow:0 13px 34px rgba(3,29,73,.055)}
.dpa-about-principle-icon{width:50px;height:50px;display:grid;place-items:center;margin-bottom:20px;border-radius:13px;background:#fff1ca;color:#c98400}
.dpa-about-principle-icon svg{width:25px;height:25px}
.dpa-about-principle-card h3{margin:0;color:#09275a;font-size:22px;letter-spacing:-.025em}
.dpa-about-principle-card p{margin:10px 0 0;color:#66748a;font-size:13px;line-height:1.65}

.dpa-about-difference{padding:84px 0;background:linear-gradient(135deg,#031d49,#0a397c);color:#fff}
.dpa-about-difference-grid{display:grid;grid-template-columns:minmax(520px,1.08fr) minmax(0,.92fr);gap:76px;align-items:center}
.dpa-about-difference-media{position:relative;min-height:520px;padding:34px 66px 72px 0}
.dpa-about-difference-main{display:block;width:100%;height:330px;object-fit:cover;object-position:center;border-radius:22px;box-shadow:0 28px 66px rgba(0,0,0,.24)}
.dpa-about-difference-small{position:absolute;width:190px;height:190px;object-fit:cover;border:7px solid #fff;border-radius:18px;box-shadow:0 22px 48px rgba(0,0,0,.25)}
.dpa-about-difference-small.is-one{right:0;top:0}
.dpa-about-difference-small.is-two{right:60px;bottom:0}
.dpa-about-difference-copy h2{margin:14px 0 17px;color:#fff;font-size:clamp(36px,4vw,52px);line-height:1.04;letter-spacing:-.048em}
.dpa-about-difference-copy>p{margin:0;color:#cad7e8;font-size:14px;line-height:1.72}
.dpa-about-check-list{list-style:none;margin:26px 0 0;padding:0;display:grid;gap:16px}
.dpa-about-check-list li{display:grid;grid-template-columns:27px minmax(0,1fr);gap:13px;align-items:start}
.dpa-about-check-list li>svg{width:26px;height:26px;padding:5px;border-radius:50%;background:#ffbd31;color:#062453;stroke-width:2.7}
.dpa-about-check-list li span{display:flex;flex-direction:column;color:#cbd8e9;font-size:12px;line-height:1.5}
.dpa-about-check-list li strong{margin-bottom:2px;color:#fff;font-size:14px}

.dpa-about-audiences{padding:84px 0 90px;background:#f5f8fc}
.dpa-about-section-heading{max-width:780px;margin-bottom:35px}
.dpa-about-section-heading h2{margin:13px 0 10px;color:#08265a;font-size:clamp(37px,4vw,52px);line-height:1.04;letter-spacing:-.047em}
.dpa-about-section-heading p{margin:0;color:#67758a;font-size:14px}
.dpa-about-section-heading.is-light h2{color:#fff}
.dpa-about-audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.dpa-about-audience-card{position:relative;display:grid;grid-template-columns:50px minmax(0,1fr) 24px;grid-template-rows:auto auto;gap:4px 15px;align-items:center;min-height:150px;padding:24px;border:1px solid #dce5ef;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(3,29,73,.05);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.dpa-about-audience-card:hover,.dpa-about-audience-card:focus-visible{transform:translateY(-4px);border-color:#efb228;box-shadow:0 19px 42px rgba(3,29,73,.11)}
.dpa-about-audience-card>span{grid-row:1/3;width:50px;height:50px;display:grid;place-items:center;border-radius:13px;background:#fff1ca;color:#c98400}
.dpa-about-audience-card>span svg{width:24px;height:24px}
.dpa-about-audience-card>strong{align-self:end;color:#09275a;font-size:17px}
.dpa-about-audience-card>small{align-self:start;color:#6c788c;font-size:11px;line-height:1.45}
.dpa-about-audience-card>svg{grid-column:3;grid-row:1/3;width:18px;height:18px;color:#315889;transition:transform .18s ease}
.dpa-about-audience-card:hover>svg,.dpa-about-audience-card:focus-visible>svg{transform:translateX(4px)}

.dpa-about-process{padding:80px 0 88px;background:#061f4d;color:#fff}
.dpa-about-process-grid{counter-reset:dpa-about-step;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;list-style:none;margin:36px 0 0;padding:0;border:1px solid rgba(255,255,255,.13);border-radius:17px;overflow:hidden;background:rgba(255,255,255,.11)}
.dpa-about-process-grid li{min-height:235px;padding:28px;background:#082b60}
.dpa-about-process-grid li:nth-child(even){background:#0a3470}
.dpa-about-process-grid li>span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:38px;border-radius:12px;background:#ffbd31;color:#062453;font-size:11px;font-weight:900}
.dpa-about-process-grid strong{display:block;font-size:22px}
.dpa-about-process-grid p{margin:9px 0 0;color:#c5d2e4;font-size:12px;line-height:1.6}

.dpa-about-standards{padding:84px 0;background:#fff}
.dpa-about-standards-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:82px;align-items:start}
.dpa-about-standards-copy h2{margin:13px 0 15px;color:#08265a;font-size:clamp(36px,3.8vw,50px);line-height:1.05;letter-spacing:-.045em}
.dpa-about-standards-copy p{margin:0;color:#647188;font-size:14px;line-height:1.72}
.dpa-about-text-link{display:inline-flex;align-items:center;gap:8px;margin-top:24px;color:#0a397c;font-size:13px;font-weight:900}
.dpa-about-text-link svg{width:17px;height:17px;transition:transform .18s ease}
.dpa-about-text-link:hover svg,.dpa-about-text-link:focus-visible svg{transform:translateX(4px)}
.dpa-about-standards-list{display:grid;gap:13px}
.dpa-about-standards-list article{display:grid;grid-template-columns:56px minmax(0,1fr);gap:17px;padding:22px;border:1px solid #dce5ef;border-radius:15px;background:#f9fbfd}
.dpa-about-standards-list article>span{width:54px;height:54px;display:grid;place-items:center;border-radius:13px;background:#fff1ca;color:#c98400}
.dpa-about-standards-list article>span svg{width:25px;height:25px}
.dpa-about-standards-list strong{display:block;color:#09275a;font-size:16px}
.dpa-about-standards-list p{margin:6px 0 0;color:#69768a;font-size:12px;line-height:1.55}

.dpa-about-company{padding:30px 0;background:#f2f6fb;border-top:1px solid #dce5ef;border-bottom:1px solid #dce5ef}
.dpa-about-company-inner{display:grid;grid-template-columns:minmax(270px,.7fr) minmax(0,1.3fr);gap:54px;align-items:center}
.dpa-about-company-inner>div>span,.dpa-about-company-inner>div>strong{display:block}
.dpa-about-company-inner>div>span{color:#7a879a;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.dpa-about-company-inner>div>strong{margin-top:4px;color:#08265a;font-size:18px}
.dpa-about-company dl{display:grid;grid-template-columns:190px minmax(0,1fr);gap:20px;margin:0}
.dpa-about-company dl>div{padding-left:20px;border-left:1px solid #cbd7e5}
.dpa-about-company dt{color:#7a879a;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.dpa-about-company dd{margin:4px 0 0;color:#243a5e;font-size:12px;font-weight:750;line-height:1.45}

.dpa-about-cta{padding:66px 0;background:linear-gradient(135deg,#031d49,#0a397c);color:#fff}
.dpa-about-cta-inner{display:grid;grid-template-columns:minmax(0,1.15fr) auto;gap:50px;align-items:center}
.dpa-about-cta h2{max-width:850px;margin:13px 0 10px;color:#fff;font-size:clamp(34px,3.7vw,48px);line-height:1.05;letter-spacing:-.045em}
.dpa-about-cta p{margin:0;color:#c8d5e7;font-size:13px}
.dpa-about-cta-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}

@media (max-width:1160px){
  .dpa-about-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);gap:44px}
  .dpa-about-hero h1{font-size:57px}
  .dpa-about-difference-grid{grid-template-columns:minmax(440px,1fr) minmax(0,1fr);gap:48px}
  .dpa-about-difference-media{min-height:470px;padding-right:45px}
  .dpa-about-difference-main{height:300px}
  .dpa-about-difference-small{width:170px;height:170px}
  .dpa-about-purpose-grid,.dpa-about-standards-grid{gap:50px}
}

@media (max-width:900px){
  .dpa-about-hero{padding:50px 0 58px}
  .dpa-about-hero-grid{grid-template-columns:1fr;gap:36px}
  .dpa-about-hero-copy{order:1}
  .dpa-about-hero-media{order:2}
  .dpa-about-media-badge{left:18px}
  .dpa-about-purpose-grid,.dpa-about-difference-grid,.dpa-about-standards-grid,.dpa-about-company-inner,.dpa-about-cta-inner{grid-template-columns:1fr}
  .dpa-about-purpose-copy{padding-top:0}
  .dpa-about-principles-grid,.dpa-about-audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dpa-about-difference-media{max-width:720px;min-height:490px;margin-inline:auto}
  .dpa-about-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dpa-about-company dl{grid-template-columns:1fr 1.5fr}
  .dpa-about-cta-actions{justify-content:flex-start}
}

@media (max-width:620px){
  .dpa-about-hero{padding:34px 0 42px}
  .dpa-about-hero h1{font-size:43px}
  .dpa-about-hero-copy>p{font-size:15px}
  .dpa-about-hero-actions{display:grid;grid-template-columns:1fr}
  .dpa-about-hero-points{display:grid;gap:10px}
  .dpa-about-hero-media>img{aspect-ratio:1.08/1;border-radius:18px}
  .dpa-about-media-badge{position:relative;left:auto;bottom:auto;width:calc(100% - 28px);min-width:0;margin:-34px auto 0}
  .dpa-about-purpose,.dpa-about-audiences,.dpa-about-standards{padding:56px 0 60px}
  .dpa-about-purpose-heading h2,.dpa-about-section-heading h2,.dpa-about-standards-copy h2{font-size:36px}
  .dpa-about-principles-grid,.dpa-about-audience-grid,.dpa-about-process-grid{grid-template-columns:1fr}
  .dpa-about-principle-card{padding:23px}
  .dpa-about-difference{padding:58px 0}
  .dpa-about-difference-media{min-height:390px;padding:0 34px 62px 0}
  .dpa-about-difference-main{height:250px;border-radius:17px}
  .dpa-about-difference-small{width:130px;height:130px;border-width:5px;border-radius:14px}
  .dpa-about-difference-small.is-two{right:34px}
  .dpa-about-difference-copy h2{font-size:36px}
  .dpa-about-process{padding:58px 0 64px}
  .dpa-about-process-grid li{min-height:0;padding:23px}
  .dpa-about-process-grid li>span{margin-bottom:24px}
  .dpa-about-standards-list article{grid-template-columns:48px minmax(0,1fr);padding:18px}
  .dpa-about-standards-list article>span{width:46px;height:46px}
  .dpa-about-company dl{grid-template-columns:1fr;gap:14px}
  .dpa-about-company dl>div{padding:0 0 0 14px}
  .dpa-about-cta{padding:52px 0}
  .dpa-about-cta h2{font-size:34px}
  .dpa-about-cta-actions{display:grid;grid-template-columns:1fr;width:100%}
}

@media (max-width:390px){
  .dpa-about-hero h1{font-size:38px}
  .dpa-about-purpose-heading h2,.dpa-about-section-heading h2,.dpa-about-difference-copy h2,.dpa-about-standards-copy h2,.dpa-about-cta h2{font-size:32px}
  .dpa-about-audience-card{grid-template-columns:45px minmax(0,1fr) 18px;padding:19px}
  .dpa-about-audience-card>span{width:44px;height:44px}
}

/* V5.53: integrated Resources centre */
.dpa-resources-page{overflow:hidden;background:#fff;color:#0a2858}
.dpa-resources-hero{position:relative;padding:72px 0 80px;background:linear-gradient(135deg,#f8fbff 0%,#eef5fc 64%,#fff8e7 100%)}
.dpa-resources-hero::before{content:"";position:absolute;right:-190px;top:-260px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(255,189,49,.22),rgba(255,189,49,0) 68%);pointer-events:none}
.dpa-resources-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);gap:68px;align-items:center}
.dpa-resources-breadcrumbs{display:flex;align-items:center;gap:9px;margin:0 0 28px;color:#708096;font-size:11px;font-weight:750}
.dpa-resources-breadcrumbs a{color:#315887}
.dpa-resources-kicker,.dpa-resources-section-kicker{display:inline-flex;align-items:center;gap:10px;color:#a46b00;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.dpa-resources-kicker::before,.dpa-resources-section-kicker::before{content:"";width:22px;height:2px;background:#eaaa18}
.dpa-resources-section-kicker.is-light{color:#ffc247}
.dpa-resources-section-kicker.is-light::before{background:#ffc247}
.dpa-resources-hero h1{max-width:740px;margin:17px 0 19px;color:#08265a;font-size:clamp(48px,5vw,68px);line-height:.98;letter-spacing:-.055em}
.dpa-resources-hero-copy>p{max-width:690px;margin:0;color:#5f6e84;font-size:17px;line-height:1.66}
.dpa-resources-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.dpa-resources-hero-points{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:25px;color:#43536d;font-size:11px;font-weight:800}
.dpa-resources-hero-points span{display:flex;align-items:center;gap:7px}
.dpa-resources-hero-points svg{width:18px;height:18px;padding:4px;border-radius:50%;background:#ffbd31;color:#062453;stroke-width:3}
.dpa-resources-hero-media{position:relative;padding:0 0 44px 48px}
.dpa-resources-hero-media>img{display:block;width:100%;aspect-ratio:1.47/1;object-fit:cover;object-position:center center;border-radius:24px;box-shadow:0 30px 72px rgba(3,29,73,.22)}
.dpa-resources-start-card{position:absolute;left:0;bottom:0;width:min(330px,78%);padding:20px 21px;border:1px solid #dce5ef;border-radius:17px;background:#fff;box-shadow:0 22px 52px rgba(3,29,73,.18)}
.dpa-resources-start-card>span{display:block;margin-bottom:9px;color:#9d6900;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.dpa-resources-start-card>a{display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #e5ebf2;color:#0a2e65;font-size:12px}
.dpa-resources-start-card>a:first-of-type{border-top:0}
.dpa-resources-start-card svg{width:16px;height:16px;color:#c98600;transition:transform .18s ease}
.dpa-resources-start-card a:hover svg,.dpa-resources-start-card a:focus-visible svg{transform:translateX(4px)}

.dpa-resources-routes{padding:82px 0 88px;background:#fff}
.dpa-resources-section-heading{max-width:760px;margin-bottom:34px}
.dpa-resources-section-heading h2{margin:13px 0 10px;color:#08265a;font-size:clamp(38px,4vw,52px);line-height:1.04;letter-spacing:-.048em}
.dpa-resources-section-heading p{margin:0;color:#65738a;font-size:14px;line-height:1.65}
.dpa-resources-section-heading.is-light h2{color:#fff}
.dpa-resources-section-heading.is-light p{color:#c8d5e7}
.dpa-resources-route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.dpa-resources-route-card{display:grid;grid-template-columns:48px minmax(0,1fr) 20px;gap:16px;align-items:center;min-height:142px;padding:23px;border:1px solid #dce5ef;border-radius:17px;background:#fff;box-shadow:0 12px 32px rgba(3,29,73,.055);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.dpa-resources-route-card:hover,.dpa-resources-route-card:focus-visible{transform:translateY(-4px);border-color:#efb228;box-shadow:0 21px 46px rgba(3,29,73,.12)}
.dpa-resources-route-card.is-highlight{background:linear-gradient(145deg,#fff9e8,#fff1bd);border-color:#efc86f}
.dpa-resources-route-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:#fff1ca;color:#c98400}
.dpa-resources-route-card.is-highlight .dpa-resources-route-icon{background:#082b60;color:#ffc247}
.dpa-resources-route-icon svg{width:23px;height:23px}
.dpa-resources-route-copy{display:flex;min-width:0;flex-direction:column}
.dpa-resources-route-copy small{color:#9b6a09;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.dpa-resources-route-copy strong{margin-top:3px;color:#09275a;font-size:17px;line-height:1.2}
.dpa-resources-route-copy em{margin-top:5px;color:#6c788c;font-size:10px;font-style:normal;line-height:1.45}
.dpa-resources-route-card>svg{width:18px;height:18px;color:#315889;transition:transform .18s ease}
.dpa-resources-route-card:hover>svg,.dpa-resources-route-card:focus-visible>svg{transform:translateX(4px)}

.dpa-resources-prepare{padding:82px 0 90px;background:linear-gradient(135deg,#031d49,#0a397c);color:#fff}
.dpa-resources-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.dpa-resources-guide-card{display:flex;min-height:0;flex-direction:column;padding:27px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.075);box-shadow:0 20px 44px rgba(0,0,0,.13)}
.dpa-resources-guide-heading{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;align-items:center;padding-bottom:21px;border-bottom:1px solid rgba(255,255,255,.15)}
.dpa-resources-guide-heading>span{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:#ffbd31;color:#062453}
.dpa-resources-guide-heading>span svg{width:24px;height:24px}
.dpa-resources-guide-heading small{display:block;color:#ffc247;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.dpa-resources-guide-heading h3{margin:4px 0 0;color:#fff;font-size:20px;line-height:1.16}
.dpa-resources-guide-card ul{list-style:none;margin:23px 0 24px;padding:0;display:grid;gap:15px}
.dpa-resources-guide-card li{display:grid;grid-template-columns:19px minmax(0,1fr);gap:10px;align-items:start;color:#d1ddec;font-size:11px;line-height:1.55}
.dpa-resources-guide-card li svg{width:18px;height:18px;padding:4px;border-radius:50%;background:#ffc247;color:#062453;stroke-width:3}
.dpa-resources-guide-card>a{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:18px;border-top:1px solid rgba(255,255,255,.15);color:#fff;font-size:11px;font-weight:900}
.dpa-resources-guide-card>a svg{width:17px;height:17px;color:#ffc247;transition:transform .18s ease}
.dpa-resources-guide-card>a:hover svg,.dpa-resources-guide-card>a:focus-visible svg{transform:translateX(4px)}

.dpa-resources-pathways{padding:78px 0 84px;background:#f5f8fc}
.dpa-resources-pathways-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:70px;align-items:start}
.dpa-resources-pathways-copy h2{margin:13px 0 14px;color:#08265a;font-size:clamp(37px,3.8vw,50px);line-height:1.04;letter-spacing:-.047em}
.dpa-resources-pathways-copy p{margin:0;color:#66748a;font-size:14px;line-height:1.68}
.dpa-resources-pathway-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.dpa-resources-pathway-links>a{display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:14px;min-height:76px;padding:19px 20px;border:1px solid #dce5ef;border-radius:14px;background:#fff;color:#0a2c63;font-size:13px;font-weight:850;box-shadow:0 10px 28px rgba(3,29,73,.045);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.dpa-resources-pathway-links>a:hover,.dpa-resources-pathway-links>a:focus-visible{transform:translateY(-2px);border-color:#efb228;box-shadow:0 16px 36px rgba(3,29,73,.09)}
.dpa-resources-pathway-links svg{width:17px;height:17px;color:#c98400;transition:transform .18s ease}
.dpa-resources-pathway-links>a:hover svg,.dpa-resources-pathway-links>a:focus-visible svg{transform:translateX(4px)}

.dpa-resources-faq{padding:82px 0;background:#fff}
.dpa-resources-faq-grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:74px;align-items:start}
.dpa-resources-faq-intro h2{margin:13px 0 14px;color:#08265a;font-size:clamp(37px,3.8vw,50px);line-height:1.05;letter-spacing:-.047em}
.dpa-resources-faq-intro p{margin:0;color:#65738a;font-size:14px;line-height:1.68}
.dpa-resources-faq-list{display:grid;gap:11px}
.dpa-resources-faq-list details{border:1px solid #dce5ef;border-radius:14px;background:#f9fbfd;overflow:hidden}
.dpa-resources-faq-list summary{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:16px;padding:19px 20px;color:#09275a;font-size:13px;font-weight:850;cursor:pointer;list-style:none}
.dpa-resources-faq-list summary::-webkit-details-marker{display:none}
.dpa-resources-faq-list summary span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#fff1ca;color:#a46900;font-size:19px;line-height:1;transition:transform .18s ease}
.dpa-resources-faq-list details[open] summary span{transform:rotate(45deg)}
.dpa-resources-faq-list details p{margin:0;padding:0 20px 20px;color:#68758a;font-size:12px;line-height:1.66}

.dpa-resources-support{padding:0 0 88px;background:#fff}
.dpa-resources-support-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:17px}
.dpa-resources-support-card{display:grid;grid-template-columns:58px minmax(0,1fr);gap:19px;padding:30px;border-radius:19px}
.dpa-resources-support-card.is-policies{border:1px solid #dce5ef;background:#f5f8fc}
.dpa-resources-support-card.is-help{background:linear-gradient(145deg,#062453,#0a397c);color:#fff;box-shadow:0 22px 50px rgba(3,29,73,.18)}
.dpa-resources-support-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:15px;background:#fff1ca;color:#c98400}
.dpa-resources-support-card.is-help .dpa-resources-support-icon{background:#ffbd31;color:#062453}
.dpa-resources-support-icon svg{width:27px;height:27px}
.dpa-resources-support-card small{display:block;color:#9a6809;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.dpa-resources-support-card.is-help small{color:#ffc247}
.dpa-resources-support-card h2{margin:7px 0 10px;color:#08265a;font-size:29px;line-height:1.1;letter-spacing:-.035em}
.dpa-resources-support-card.is-help h2{color:#fff}
.dpa-resources-support-card p{margin:0;color:#68758a;font-size:12px;line-height:1.62}
.dpa-resources-support-card.is-help p{color:#c9d6e7}
.dpa-resources-policy-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:19px}
.dpa-resources-policy-links a{padding:8px 10px;border:1px solid #d5dfeb;border-radius:9px;background:#fff;color:#0a397c;font-size:10px;font-weight:850}
.dpa-resources-policy-links a:hover,.dpa-resources-policy-links a:focus-visible{border-color:#efb228}
.dpa-resources-support-card.is-help .dpa-button{margin-top:20px}

@media (max-width:1120px){
  .dpa-resources-hero-grid{grid-template-columns:minmax(0,.95fr) minmax(400px,1.05fr);gap:44px}
  .dpa-resources-hero h1{font-size:56px}
  .dpa-resources-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dpa-resources-guide-grid{grid-template-columns:1fr}
  .dpa-resources-guide-card{min-height:0}
  .dpa-resources-guide-card ul{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:900px){
  .dpa-resources-hero{padding:52px 0 62px}
  .dpa-resources-hero-grid,.dpa-resources-pathways-grid,.dpa-resources-faq-grid,.dpa-resources-support-grid{grid-template-columns:1fr}
  .dpa-resources-hero-copy{order:1}
  .dpa-resources-hero-media{order:2;max-width:720px}
  .dpa-resources-pathway-links{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dpa-resources-support-card.is-help{min-height:260px}
}

@media (max-width:660px){
  .dpa-resources-hero{padding:34px 0 44px}
  .dpa-resources-hero h1{font-size:43px}
  .dpa-resources-hero-copy>p{font-size:15px}
  .dpa-resources-hero-actions{display:grid;grid-template-columns:1fr}
  .dpa-resources-hero-points{display:grid;gap:10px}
  .dpa-resources-hero-media{padding:0 0 0}
  .dpa-resources-hero-media>img{aspect-ratio:1.32/1;object-position:center center;border-radius:18px}
  .dpa-resources-start-card{position:relative;left:auto;bottom:auto;width:calc(100% - 26px);margin:-38px auto 0}
  .dpa-resources-routes,.dpa-resources-faq{padding:56px 0 62px}
  .dpa-resources-route-grid,.dpa-resources-pathway-links{grid-template-columns:1fr}
  .dpa-resources-route-card{min-height:128px;padding:20px}
  .dpa-resources-prepare{padding:58px 0 64px}
  .dpa-resources-guide-card{padding:22px}
  .dpa-resources-guide-card ul{grid-template-columns:1fr}
  .dpa-resources-pathways{padding:58px 0 64px}
  .dpa-resources-section-heading h2,.dpa-resources-pathways-copy h2,.dpa-resources-faq-intro h2{font-size:36px}
  .dpa-resources-support{padding-bottom:62px}
  .dpa-resources-support-card{grid-template-columns:1fr;padding:24px}
  .dpa-resources-support-card h2{font-size:27px}
}

@media (max-width:390px){
  .dpa-resources-hero h1{font-size:38px}
  .dpa-resources-section-heading h2,.dpa-resources-pathways-copy h2,.dpa-resources-faq-intro h2{font-size:32px}
  .dpa-resources-route-card{grid-template-columns:44px minmax(0,1fr) 17px;gap:12px}
  .dpa-resources-route-icon{width:44px;height:44px}
}

/* V5.55 course-focused basket and empty shop experience */
.woocommerce-cart .dpa-content-shell,
.post-type-archive-product .dpa-content-shell{padding:58px 0 82px;background:linear-gradient(180deg,#f3f7fc 0%,#f8fafc 100%)}
.woocommerce-cart .dpa-page-content>article{max-width:1320px;margin-inline:auto}
.woocommerce-cart .dpa-page-header{margin-bottom:22px;padding:28px 34px;border-radius:18px;background:linear-gradient(120deg,#031d49,#0a397c);color:#fff;box-shadow:0 20px 48px rgba(3,29,73,.14)}
.woocommerce-cart .dpa-page-header .dpa-section-kicker{color:#ffca58}
.woocommerce-cart .dpa-page-header h1{margin:7px 0 0;color:#fff;font-size:clamp(34px,4vw,50px);letter-spacing:-.045em}
.woocommerce-cart .entry-content{padding:0;background:transparent;border:0;box-shadow:none}
.woocommerce-cart .entry-content>.woocommerce{margin:0}
.woocommerce-cart .woocommerce-notices-wrapper:empty{display:none}
.dpa-empty-basket{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);min-height:430px;overflow:hidden;border:1px solid #dbe5f0;border-radius:20px;background:#fff;box-shadow:0 22px 55px rgba(3,29,73,.1)}
.dpa-empty-basket-visual{position:relative;display:grid;place-items:center;min-height:430px;overflow:hidden;background:linear-gradient(145deg,#031d49,#0a4389);isolation:isolate}
.dpa-empty-basket-visual::before,.dpa-empty-basket-visual::after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.07);z-index:-1}
.dpa-empty-basket-visual::before{width:330px;height:330px;left:-110px;top:-120px}
.dpa-empty-basket-visual::after{width:280px;height:280px;right:-95px;bottom:-120px}
.dpa-empty-basket-icon{width:130px;height:130px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:32px;background:rgba(255,255,255,.1);color:#fff;box-shadow:0 25px 45px rgba(0,0,0,.18);backdrop-filter:blur(8px);transform:rotate(-3deg)}
.dpa-empty-basket-icon svg{width:67px;height:67px;stroke-width:1.6}
.dpa-empty-basket-dot{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--dpa-gold);box-shadow:0 7px 20px rgba(255,179,25,.35)}
.dpa-empty-basket-dot-one{left:24%;top:25%}
.dpa-empty-basket-dot-two{right:21%;bottom:24%;width:9px;height:9px}
.dpa-empty-basket-cube{position:absolute;right:22%;top:24%;width:28px;height:28px;border:3px solid rgba(255,255,255,.72);transform:rotate(24deg);border-radius:5px}
.dpa-empty-basket-copy{display:flex;flex-direction:column;justify-content:center;padding:58px 64px}
.dpa-commerce-kicker{display:inline-flex;align-items:center;gap:9px;color:#bd7d00;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.dpa-commerce-kicker::before{content:"";width:20px;height:2px;background:var(--dpa-gold)}
.dpa-empty-basket h2,.dpa-no-course-products h2,.dpa-shop-intro h1{margin:12px 0 15px;color:var(--dpa-ink);font-size:clamp(32px,3.4vw,48px);line-height:1.03;letter-spacing:-.045em}
.dpa-empty-basket-copy>p,.dpa-no-course-products p,.dpa-shop-intro p{max-width:650px;margin:0;color:#5c6980;font-size:16px;line-height:1.7}
.dpa-commerce-state-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:28px}
.dpa-commerce-state-actions .dpa-button svg{width:15px;height:15px}
.dpa-commerce-help-link{display:inline-flex;align-items:center;min-height:44px;color:#0a397c;font-size:13px;font-weight:850;border-bottom:1px solid #9eb2cc}
.dpa-commerce-help-link:hover,.dpa-commerce-help-link:focus-visible{color:#031d49;border-color:var(--dpa-gold)}
.dpa-empty-basket-assurances{display:flex;flex-wrap:wrap;gap:12px 22px;list-style:none;margin:34px 0 0;padding:22px 0 0;border-top:1px solid #e1e8f0;color:#40506a;font-size:11px;font-weight:750}
.dpa-empty-basket-assurances li{display:inline-flex;align-items:center;gap:7px}
.dpa-empty-basket-assurances span{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:#fff0ca;color:#a96e00;font-size:11px;font-weight:950}

.post-type-archive-product .dpa-commerce-content{background:transparent;border:0;padding:0;box-shadow:none}
.post-type-archive-product .woocommerce-products-header__title{display:none}
.dpa-shop-intro{position:relative;overflow:hidden;margin-bottom:24px;padding:45px 48px;border-radius:20px;background:linear-gradient(125deg,#fff 0%,#f5f9fd 68%,#eef4fb 100%);border:1px solid #dbe5f0;box-shadow:0 18px 48px rgba(3,29,73,.08)}
.dpa-shop-intro::after{content:"";position:absolute;right:-70px;top:-90px;width:250px;height:250px;border-radius:50%;background:rgba(255,179,25,.12)}
.dpa-shop-intro h1{max-width:760px;font-size:clamp(34px,4vw,54px)}
.dpa-shop-intro p{max-width:780px;margin-bottom:25px}
.dpa-shop-intro .dpa-button{position:relative;z-index:1}
.dpa-no-course-products{display:grid;grid-template-columns:86px minmax(0,1fr);gap:28px;align-items:start;padding:42px 46px;border:1px solid #dbe5f0;border-radius:20px;background:#fff;box-shadow:0 18px 45px rgba(3,29,73,.08)}
.dpa-commerce-state-icon{width:86px;height:86px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(145deg,#031d49,#0a4389);color:#fff;box-shadow:0 14px 28px rgba(3,29,73,.18)}
.dpa-commerce-state-icon svg{width:40px;height:40px}
.dpa-no-course-products h2{font-size:clamp(27px,3vw,39px)}
.dpa-no-course-products .dpa-commerce-state-actions{margin-top:23px}

@media (max-width:840px){
  .dpa-empty-basket{grid-template-columns:1fr}
  .dpa-empty-basket-visual{min-height:245px}
  .dpa-empty-basket-icon{width:105px;height:105px;border-radius:26px}
  .dpa-empty-basket-icon svg{width:55px;height:55px}
  .dpa-empty-basket-copy{padding:42px 34px}
  .dpa-no-course-products{grid-template-columns:1fr;padding:36px 32px}
  .dpa-commerce-state-icon{width:70px;height:70px;border-radius:17px}
}
@media (max-width:560px){
  .woocommerce-cart .dpa-content-shell,.post-type-archive-product .dpa-content-shell{padding:32px 0 55px}
  .woocommerce-cart .dpa-page-header{padding:23px 24px;border-radius:15px}
  .dpa-empty-basket{border-radius:16px}
  .dpa-empty-basket-visual{min-height:205px}
  .dpa-empty-basket-copy{padding:32px 24px}
  .dpa-empty-basket h2,.dpa-shop-intro h1{font-size:32px}
  .dpa-empty-basket-copy>p,.dpa-shop-intro p,.dpa-no-course-products p{font-size:14px}
  .dpa-commerce-state-actions{align-items:stretch;flex-direction:column}
  .dpa-commerce-state-actions .dpa-button,.dpa-commerce-help-link{width:100%;justify-content:center}
  .dpa-empty-basket-assurances{flex-direction:column;gap:10px}
  .dpa-shop-intro{padding:32px 24px;border-radius:16px}
  .dpa-no-course-products{padding:30px 24px;border-radius:16px}
}

/* V5.56 restored WooCommerce checkout fields and booking layout */
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-content-shell{
  padding:52px 0 84px;
  background:linear-gradient(180deg,#f3f7fc 0%,#f9fbfd 100%);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-page-content>article{
  max-width:1320px;
  margin-inline:auto;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-page-header{
  margin-bottom:22px;
  padding:28px 34px;
  border-radius:18px;
  background:linear-gradient(120deg,#031d49,#0a397c);
  color:#fff;
  box-shadow:0 20px 48px rgba(3,29,73,.14);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-page-header .dpa-section-kicker{color:#ffca58}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-page-header h1{
  margin:7px 0 0;
  color:#fff;
  font-size:clamp(34px,4vw,50px);
  letter-spacing:-.045em;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .entry-content{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);
  gap:28px;
  align-items:start;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout>.woocommerce-NoticeGroup-checkout,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout>.woocommerce-notices-wrapper{
  grid-column:1/-1;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details{
  grid-column:1;
  width:100%;
  margin:0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details.col2-set{
  display:block;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-1,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-2{
  float:none;
  width:100%;
  margin:0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-2{margin-top:20px}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields{
  display:block!important;
  padding:28px;
  border:1px solid #dbe5f0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 17px 42px rgba(3,29,73,.075);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading{
  margin:0 0 22px;
  color:#08265a;
  font-size:25px;
  line-height:1.15;
  letter-spacing:-.025em;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields__field-wrapper{
  display:flex;
  flex-wrap:wrap;
  gap:0 16px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row{
  margin:0 0 17px;
  padding:0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-first,
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-last{
  float:none;
  width:calc(50% - 8px);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-wide{width:100%}
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row label{
  display:block;
  margin:0 0 7px;
  color:#263b5e;
  font-size:11px;
  font-weight:850;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .required{color:#b43b32}
body.woocommerce-checkout:not(.woocommerce-order-received) .input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) select,
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single{
  width:100%;
  min-height:48px;
  border:1px solid #cbd7e5;
  border-radius:9px;
  background:#fff;
  color:#10284f;
  box-shadow:inset 0 1px 2px rgba(3,29,73,.025);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) select{padding:11px 13px}
body.woocommerce-checkout:not(.woocommerce-order-received) textarea.input-text{min-height:118px;resize:vertical}
body.woocommerce-checkout:not(.woocommerce-order-received) .input-text:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) select:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--focus .select2-selection--single{
  border-color:#1a5596;
  outline:3px solid rgba(26,85,150,.10);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single .select2-selection__rendered{
  padding:9px 38px 9px 13px;
  line-height:28px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single .select2-selection__arrow{height:46px}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading{
  grid-column:2;
  margin:0;
  padding:0 2px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review{
  grid-column:2;
  position:sticky;
  top:138px;
  overflow:hidden;
  padding:26px;
  border:1px solid #dbe5f0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 17px 42px rgba(3,29,73,.075);
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .shop_table{
  margin:0 0 22px;
  border:0;
  border-collapse:collapse;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .shop_table th,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .shop_table td{
  padding:14px 4px;
  border:0;
  border-bottom:1px solid #e2e9f1;
  color:#253a5b;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .shop_table tr:last-child th,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .shop_table tr:last-child td{border-bottom:0}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment{
  display:block!important;
  margin-top:18px;
  border-radius:14px;
  background:#f5f8fc;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods{
  display:block!important;
  margin:0;
  padding:18px;
  border-bottom:1px solid #dce5ef;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods li{
  margin:0 0 10px;
  color:#142c51;
  font-weight:750;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment .payment_box{
  margin:10px 0 0;
  padding:13px 15px;
  border-radius:9px;
  background:#eaf1f8;
  color:#526178;
  font-size:12px;
  line-height:1.55;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment .place-order{padding:18px}
body.woocommerce-checkout:not(.woocommerce-order-received) #place_order{
  width:100%;
  min-height:50px;
  border:0;
  border-radius:9px;
  background:var(--dpa-gold);
  color:#071d45;
  font-size:14px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(232,161,0,.22);
}
body.woocommerce-checkout:not(.woocommerce-order-received) #place_order:hover,
body.woocommerce-checkout:not(.woocommerce-order-received) #place_order:focus-visible{background:#ffc13d}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-error,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-info,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-message{
  margin:0 0 22px;
  padding:16px 18px 16px 48px;
  border:1px solid #e6d4d2;
  border-radius:11px;
  background:#fff5f4;
  color:#8c2c25;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-info{
  border-color:#d6e3f1;
  background:#f3f7fc;
  color:#24466f;
}
@media (max-width:960px){
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout{grid-template-columns:1fr}
  body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details,
  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading,
  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review{grid-column:1}
  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review{position:static}
}
@media (max-width:600px){
  body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-content-shell{padding:32px 0 58px}
  body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-page-header{padding:23px 24px;border-radius:15px}
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields,
  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review{padding:22px 20px;border-radius:15px}
  body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-first,
  body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-last{width:100%}
}

/* ================================================================
   V5.59 refined populated basket
   ================================================================ */
body.woocommerce-cart:not(.woocommerce-checkout) form.woocommerce-cart-form{
  margin:0;
  overflow:hidden;
  border:1px solid #d7e2ee;
  border-radius:22px;
  background:#fff;
  box-shadow:0 22px 55px rgba(3,29,73,.10);
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart{
  width:100%;
  margin:0!important;
  border:0!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  border-radius:0!important;
  background:#fff;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart thead{
  background:linear-gradient(120deg,#031d49,#0a397c);
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart thead th{
  padding:17px 20px!important;
  border:0!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:850!important;
  letter-spacing:.075em;
  line-height:1.2;
  text-transform:uppercase;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart thead th.product-remove,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart thead th.product-thumbnail{
  width:1%;
  padding-inline:10px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item{
  background:#fff;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item td{
  padding:22px 20px!important;
  border:0!important;
  border-bottom:1px solid #e2e9f1!important;
  color:#12284b;
  vertical-align:middle!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove{
  width:58px;
  padding-right:4px!important;
  text-align:center;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove{
  width:36px!important;
  height:36px!important;
  display:inline-grid!important;
  place-items:center;
  border:1px solid #f0c6c9;
  border-radius:50%;
  background:#fff7f7!important;
  color:#b4232d!important;
  font-size:0!important;
  line-height:1!important;
  text-decoration:none!important;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove::before{
  content:"×";
  font-size:23px;
  font-weight:600;
  line-height:1;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove:hover,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove:focus-visible{
  border-color:#b4232d;
  background:#b4232d!important;
  color:#fff!important;
  transform:scale(1.05);
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail{
  width:105px;
  padding-inline:10px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail img{
  width:78px!important;
  height:62px!important;
  display:block;
  object-fit:cover;
  border:1px solid #dce5ef;
  border-radius:12px;
  box-shadow:0 8px 18px rgba(3,29,73,.10);
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name{
  min-width:300px;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name>a{
  display:inline-block;
  color:#082653!important;
  font-size:16px;
  font-weight:850;
  line-height:1.35;
  text-decoration:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name>a:hover,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name>a:focus-visible{
  color:#9a6400!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name dl.variation{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin:9px 0 0!important;
  color:#506079;
  font-size:12px;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name dl.variation dt,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name dl.variation dd{
  float:none!important;
  margin:0!important;
  padding:0!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name dl.variation dt{
  font-weight:850;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name dl.variation dd p{
  margin:0!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{
  color:#071f49;
  font-size:16px;
  font-weight:850;
  white-space:nowrap;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{
  color:#9a6400;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity .quantity{
  display:inline-flex;
  align-items:center;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity input.qty{
  width:72px!important;
  min-height:45px;
  padding:8px 10px!important;
  border:1px solid #c8d5e4!important;
  border-radius:10px!important;
  background:#f9fbfd!important;
  color:#071f49!important;
  font-size:15px!important;
  font-weight:800!important;
  text-align:center;
  box-shadow:inset 0 1px 2px rgba(3,29,73,.03);
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity input.qty:focus{
  border-color:#0a397c!important;
  outline:3px solid rgba(10,57,124,.12);
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 20px!important;
  border:0!important;
  background:#f4f7fb;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions .coupon{
  display:flex!important;
  align-items:center;
  gap:10px;
  float:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions .coupon::before{
  content:"Have a coupon?";
  margin-right:3px;
  color:#233b60;
  font-size:12px;
  font-weight:850;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions .coupon label{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions .coupon input.input-text{
  width:190px!important;
  min-height:45px;
  margin:0!important;
  padding:10px 14px!important;
  border:1px solid #c8d5e4!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#0b244c!important;
  font-size:13px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions .button{
  min-height:45px;
  margin:0!important;
  padding:11px 18px!important;
  border:0!important;
  border-radius:10px!important;
  background:linear-gradient(135deg,#ffb319,#ffc84e)!important;
  color:#071d45!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.2!important;
  text-transform:none!important;
  box-shadow:0 9px 20px rgba(255,179,25,.22);
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions .button:hover,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions .button:focus-visible{
  background:linear-gradient(135deg,#ffc13d,#ffd46c)!important;
  transform:translateY(-1px);
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions button[name="update_cart"]{
  margin-left:auto!important;
  background:#082f68!important;
  color:#fff!important;
  box-shadow:0 9px 20px rgba(3,29,73,.16);
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions button[name="update_cart"]:hover,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions button[name="update_cart"]:focus-visible{
  background:#031d49!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions button[name="update_cart"]:disabled,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions button[name="update_cart"][disabled]{
  opacity:.48!important;
  cursor:not-allowed!important;
  transform:none!important;
  box-shadow:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals{
  display:flex;
  justify-content:flex-end;
  margin-top:24px;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals{
  float:none!important;
  width:min(100%,480px)!important;
  overflow:hidden;
  border:1px solid #d7e2ee;
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 44px rgba(3,29,73,.09);
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals h2{
  margin:0!important;
  padding:20px 24px;
  background:linear-gradient(120deg,#031d49,#0a397c);
  color:#fff;
  font-size:21px;
  letter-spacing:-.02em;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals table{
  margin:0!important;
  border:0!important;
  border-radius:0!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals th,
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals td{
  padding:16px 24px!important;
  border:0!important;
  border-bottom:1px solid #e4eaf1!important;
  color:#173154;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals td{
  text-align:right;
  font-weight:850;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals .order-total th,
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals .order-total td{
  color:#071f49;
  font-size:17px;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout{
  margin:0!important;
  padding:20px 24px 24px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .checkout-button{
  width:100%;
  min-height:52px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  margin:0!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,#ffb319,#ffc84e)!important;
  color:#071d45!important;
  font-size:14px!important;
  font-weight:950!important;
  box-shadow:0 12px 25px rgba(255,179,25,.25);
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .checkout-button:hover,
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .checkout-button:focus-visible{
  background:linear-gradient(135deg,#ffc13d,#ffd46c)!important;
  transform:translateY(-1px);
}

@media (max-width:900px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart thead{display:none!important}
  body.woocommerce-cart:not(.woocommerce-checkout) form.woocommerce-cart-form{
    overflow:visible;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody{
    display:block!important;
    background:transparent;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody>tr:not(.woocommerce-cart-form__cart-item){
    display:block!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item{
    display:grid!important;
    grid-template-columns:46px 88px minmax(0,1fr);
    gap:0 12px;
    margin-bottom:16px;
    overflow:hidden;
    border:1px solid #d7e2ee;
    border-radius:18px;
    background:#fff;
    box-shadow:0 14px 34px rgba(3,29,73,.08);
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item td{
    display:block!important;
    width:auto!important;
    min-width:0!important;
    padding:14px 16px!important;
    border:0!important;
    text-align:left!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item td::before{
    float:none!important;
    margin:0 0 4px!important;
    color:#6a7890;
    font-size:10px;
    font-weight:850;
    letter-spacing:.06em;
    text-transform:uppercase;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove{
    grid-column:1;
    grid-row:1;
    display:grid!important;
    place-items:center;
    padding:14px 0 0 12px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail{
    grid-column:2;
    grid-row:1 / span 2;
    padding:14px 0!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail::before{display:none!important}
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail img{
    width:88px!important;
    height:76px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name{
    grid-column:3;
    grid-row:1;
    padding-left:4px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name::before{display:none!important}
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{
    grid-column:auto;
    padding-top:13px!important;
    border-top:1px solid #e5ebf2!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price{grid-column:1 / span 2}
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity{grid-column:3}
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{grid-column:1 / -1}
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions{
    display:grid!important;
    grid-template-columns:1fr auto;
    gap:12px;
    margin-top:0;
    padding:16px!important;
    border:1px solid #d7e2ee!important;
    border-radius:16px;
    background:#fff;
    box-shadow:0 12px 28px rgba(3,29,73,.07);
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions .coupon{
    display:grid!important;
    grid-template-columns:1fr auto;
    gap:9px;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions .coupon::before{
    grid-column:1/-1;
    margin:0;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions .coupon input.input-text{
    width:100%!important;
  }
}

@media (max-width:600px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item{
    grid-template-columns:40px 72px minmax(0,1fr);
    border-radius:15px;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail img{
    width:72px!important;
    height:64px!important;
    border-radius:10px;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name>a{font-size:14px}
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{
    grid-column:1/-1;
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    padding:12px 16px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item td::before{
    margin:0!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions{
    grid-template-columns:1fr;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions .coupon{
    grid-template-columns:1fr;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions .button,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions button[name="update_cart"]{
    width:100%;
    margin:0!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals{border-radius:16px}
}

/* ================================================================
   V5.60 basket image restoration and payment-button spacing
   ================================================================ */
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail a{
  width:88px;
  height:70px;
  display:block;
  overflow:hidden;
  border:1px solid #dce5ef;
  border-radius:13px;
  background:#eef3f8;
  box-shadow:0 8px 18px rgba(3,29,73,.10);
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail img,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail .dpa-course-cart-thumbnail{
  width:100%!important;
  height:100%!important;
  display:block!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:1!important;
  visibility:visible!important;
  box-shadow:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout{
  display:flex;
  flex-direction:column;
  gap:16px;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout .checkout-button{
  margin:0 0 5px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout .ppc-button-wrapper,
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout .paypal-button-container,
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout [id^="ppc-button"],
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout [id*="paypal-button"],
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout .wc-ppcp-cart-payment__container{
  width:100%!important;
  display:block!important;
  margin:0!important;
  padding-top:16px!important;
  border-top:1px solid #e2e9f1;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout .ppc-button-wrapper + .ppc-button-wrapper,
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout [id^="ppc-button"] + [id^="ppc-button"]{
  margin-top:12px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout iframe{
  max-width:100%!important;
}
@media (max-width:900px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail a{
    width:88px;
    height:76px;
  }
}
@media (max-width:600px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail a{
    width:72px;
    height:64px;
    border-radius:10px;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout{
    gap:14px;
    padding:18px!important;
  }
}

/* ================================================================
   V5.61 larger basket thumbnail and subtle remove control
   ================================================================ */
@media (min-width:901px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove{
    width:42px!important;
    padding-left:14px!important;
    padding-right:2px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove{
    width:24px!important;
    height:24px!important;
    border-color:#e6c9cc!important;
    background:#fffafa!important;
    box-shadow:none!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove::before{
    font-size:16px!important;
    font-weight:700!important;
    transform:translateY(-1px);
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove:hover,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove:focus-visible{
    transform:none!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail{
    width:150px!important;
    padding:18px 14px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail a{
    width:124px!important;
    height:92px!important;
    border-radius:14px!important;
    box-shadow:0 10px 24px rgba(3,29,73,.13)!important;
  }
}
@media (max-width:900px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove{
    width:24px!important;
    height:24px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove::before{
    font-size:16px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail a{
    width:104px!important;
    height:82px!important;
  }
}
@media (max-width:600px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail a{
    width:88px!important;
    height:70px!important;
  }
}

/* ================================================================
   V5.62 compact course-booking basket card
   Replaces the wide default table row with a balanced visual card.
   ================================================================ */
body.woocommerce-cart:not(.woocommerce-checkout) form.woocommerce-cart-form{
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart{
  display:block!important;
  background:transparent!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart thead{
  display:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody{
  display:block!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item{
  position:relative;
  display:grid!important;
  grid-template-columns:280px minmax(300px,1fr) 110px 105px 125px;
  align-items:center;
  gap:0;
  min-height:206px;
  margin:0 0 18px;
  overflow:hidden;
  border:1px solid #d7e2ee;
  border-radius:22px;
  background:#fff;
  box-shadow:0 20px 48px rgba(3,29,73,.10);
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item td{
  display:block!important;
  width:auto!important;
  min-width:0!important;
  padding:24px 20px!important;
  border:0!important;
  text-align:left!important;
  vertical-align:middle!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove{
  position:absolute!important;
  top:13px;
  left:13px;
  z-index:5;
  width:auto!important;
  padding:0!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove{
  width:22px!important;
  height:22px!important;
  display:grid!important;
  place-items:center;
  border:1px solid rgba(255,255,255,.82)!important;
  border-radius:50%!important;
  background:rgba(3,29,73,.78)!important;
  color:#fff!important;
  box-shadow:0 4px 12px rgba(3,29,73,.22)!important;
  backdrop-filter:blur(4px);
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove::before{
  content:"×"!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove:hover,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove:focus-visible{
  border-color:#fff!important;
  background:#9f1f2b!important;
  color:#fff!important;
  transform:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail{
  align-self:stretch;
  width:auto!important;
  padding:0!important;
  background:#e9f0f7;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail::before{
  display:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail a{
  width:100%!important;
  height:100%!important;
  min-height:206px;
  display:block!important;
  overflow:hidden;
  border:0!important;
  border-radius:0!important;
  background:#e9f0f7!important;
  box-shadow:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail img,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail .dpa-course-cart-thumbnail{
  width:100%!important;
  height:100%!important;
  min-height:206px!important;
  object-fit:cover!important;
  object-position:center!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name{
  align-self:stretch;
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  min-width:0!important;
  padding:30px 30px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name::before{
  content:"Course booking";
  display:block;
  margin:0 0 9px;
  color:#a36a00;
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name>a{
  max-width:520px;
  color:#082653!important;
  font-size:20px!important;
  font-weight:900!important;
  line-height:1.28!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name dl.variation{
  margin-top:12px!important;
  color:#5b6980!important;
  font-size:12px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{
  align-self:stretch;
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  gap:9px;
  padding:30px 18px!important;
  border-left:1px solid #e4ebf3!important;
  color:#071f49!important;
  font-size:16px!important;
  font-weight:900!important;
  white-space:nowrap;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price::before,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity::before,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal::before{
  display:block!important;
  float:none!important;
  margin:0!important;
  color:#6b7890;
  font-size:9px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price::before{content:"Price"}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity::before{content:"Places"}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal::before{content:"Subtotal"}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{
  color:#9a6400!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity input.qty{
  width:70px!important;
  min-height:44px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody>tr:not(.woocommerce-cart-form__cart-item){
  display:block!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions{
  display:flex!important;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  margin:0;
  padding:16px 18px!important;
  border:1px solid #d7e2ee!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 12px 28px rgba(3,29,73,.07);
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions button[name="update_cart"]{
  margin-left:auto!important;
}

@media (max-width:1100px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item{
    grid-template-columns:230px minmax(250px,1fr) 95px 95px 110px;
    min-height:184px;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail a,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail img,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail .dpa-course-cart-thumbnail{
    min-height:184px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name{
    padding:25px 24px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name>a{
    font-size:17px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{
    padding-inline:13px!important;
  }
}

@media (max-width:900px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item{
    display:grid!important;
    grid-template-columns:190px minmax(0,1fr);
    min-height:0;
    overflow:hidden;
    border-radius:18px;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail{
    grid-column:1;
    grid-row:1 / span 4;
    padding:0!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail a,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail img,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail .dpa-course-cart-thumbnail{
    width:100%!important;
    height:100%!important;
    min-height:260px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name{
    grid-column:2;
    grid-row:1;
    padding:24px 24px 16px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{
    grid-column:2;
    align-self:auto;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    min-height:56px;
    padding:12px 24px!important;
    border-left:0!important;
    border-top:1px solid #e4ebf3!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price{grid-row:2}
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity{grid-row:3}
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{grid-row:4}
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions{
    display:grid!important;
    grid-template-columns:1fr auto;
  }
}

@media (max-width:620px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item{
    grid-template-columns:1fr;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail{
    grid-column:1;
    grid-row:1;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail a,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail img,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail .dpa-course-cart-thumbnail{
    min-height:220px!important;
    max-height:220px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name{
    grid-column:1;
    grid-row:2;
    padding:22px 20px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{
    grid-column:1;
    padding:12px 20px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price{grid-row:3}
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity{grid-row:4}
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{grid-row:5}
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions .coupon{
    grid-template-columns:1fr!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.actions button[name="update_cart"]{
    margin-left:0!important;
  }
}

/* ================================================================
   V5.63 visible basket Remove button
   ================================================================ */
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove{
  top:auto!important;
  right:auto!important;
  bottom:16px!important;
  left:16px!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.dpa-course-remove-button{
  width:auto!important;
  min-width:86px!important;
  height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 16px!important;
  border:1px solid rgba(164,35,47,.22)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.96)!important;
  color:#a4232f!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  text-decoration:none!important;
  box-shadow:0 8px 22px rgba(3,29,73,.16)!important;
  backdrop-filter:blur(7px);
  transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove::before,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.dpa-course-remove-button::before{
  display:none!important;
  content:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove:hover,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove:focus-visible,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.dpa-course-remove-button:hover,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.dpa-course-remove-button:focus-visible{
  border-color:#a4232f!important;
  background:#a4232f!important;
  color:#fff!important;
  box-shadow:0 10px 26px rgba(164,35,47,.24)!important;
  transform:translateY(-1px)!important;
}
@media (max-width:620px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove{
    bottom:auto!important;
    top:174px!important;
    left:16px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.dpa-course-remove-button{
    min-width:80px!important;
    height:36px!important;
    padding-inline:14px!important;
  }
}

/* ================================================================
   V5.64 basket Remove action beneath the course details
   Keeps the course photograph completely unobstructed.
   ================================================================ */
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item{
  grid-template-rows:minmax(150px,auto) 58px!important;
  min-height:224px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail{
  grid-column:1!important;
  grid-row:1 / span 2!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name{
  grid-column:2!important;
  grid-row:1!important;
  padding:30px 30px 12px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove{
  position:static!important;
  grid-column:2!important;
  grid-row:2!important;
  align-self:start!important;
  justify-self:start!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:0 30px 22px!important;
  z-index:auto!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.dpa-course-remove-button{
  min-width:0!important;
  height:36px!important;
  padding:0 15px!important;
  border:1px solid #e7cfd2!important;
  border-radius:9px!important;
  background:#fff8f8!important;
  color:#9f2330!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove:hover,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.remove:focus-visible,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.dpa-course-remove-button:hover,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove a.dpa-course-remove-button:focus-visible{
  border-color:#9f2330!important;
  background:#9f2330!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(159,35,48,.16)!important;
  transform:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price{
  grid-column:3!important;
  grid-row:1 / span 2!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity{
  grid-column:4!important;
  grid-row:1 / span 2!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{
  grid-column:5!important;
  grid-row:1 / span 2!important;
}

@media (max-width:900px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item{
    grid-template-rows:auto 52px repeat(3,56px)!important;
    min-height:0!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail{
    grid-column:1!important;
    grid-row:1 / span 5!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name{
    grid-column:2!important;
    grid-row:1!important;
    padding:24px 24px 10px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove{
    grid-column:2!important;
    grid-row:2!important;
    padding:0 24px 16px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price{
    grid-column:2!important;
    grid-row:3!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity{
    grid-column:2!important;
    grid-row:4!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{
    grid-column:2!important;
    grid-row:5!important;
  }
}

@media (max-width:620px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item{
    grid-template-rows:auto!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail{
    grid-column:1!important;
    grid-row:1!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name{
    grid-column:1!important;
    grid-row:2!important;
    padding:22px 20px 10px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove{
    grid-column:1!important;
    grid-row:3!important;
    padding:0 20px 18px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-price{
    grid-column:1!important;
    grid-row:4!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-quantity{
    grid-column:1!important;
    grid-row:5!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-subtotal{
    grid-column:1!important;
    grid-row:6!important;
  }
}

/* V5.65 professional logged-out My Account access */
body.woocommerce-account:not(.logged-in) .dpa-content-shell{
  padding:38px 0 82px;
  background:
    radial-gradient(circle at 8% 4%,rgba(255,183,28,.085),transparent 27%),
    radial-gradient(circle at 92% 0%,rgba(10,57,124,.075),transparent 30%),
    linear-gradient(180deg,#f5f8fc 0%,#f9fbfd 100%);
}
body.woocommerce-account:not(.logged-in) .dpa-page-content>article{max-width:1180px}
body.woocommerce-account:not(.logged-in) .dpa-page-header.dpa-page-header--account-access{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:30px;
  min-height:0;
  margin-bottom:16px;
  padding:27px 32px 28px;
  border-radius:18px;
  background:linear-gradient(115deg,#031d49 0%,#0a397c 100%);
  box-shadow:0 17px 42px rgba(3,29,73,.14);
}
body.woocommerce-account:not(.logged-in) .dpa-page-header--account-access .dpa-page-header-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
body.woocommerce-account:not(.logged-in) .dpa-page-header--account-access .dpa-section-kicker{
  margin:0 0 12px;
  color:#ffca58;
  font-size:9px;
  letter-spacing:.13em;
}
body.woocommerce-account:not(.logged-in) .dpa-page-header--account-access h1{
  margin:0;
  color:#fff;
  font-size:clamp(34px,4vw,48px);
  line-height:.98;
  letter-spacing:-.045em;
}
body.woocommerce-account:not(.logged-in) .dpa-account-header-meta{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  padding-left:28px;
  border-left:1px solid rgba(255,255,255,.2);
  text-align:right;
}
body.woocommerce-account:not(.logged-in) .dpa-account-header-meta strong{
  color:#fff;
  font-size:13px;
  line-height:1.35;
}
body.woocommerce-account:not(.logged-in) .dpa-account-header-meta span{
  margin-top:5px;
  color:#bdd0e9;
  font-size:10px;
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-intro{
  grid-template-columns:50px minmax(0,1fr);
  gap:16px;
  margin:0 0 16px;
  padding:17px 20px;
  border-radius:15px;
  background:#fff;
  box-shadow:0 10px 27px rgba(3,29,73,.06);
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-intro-icon{
  width:50px;
  height:50px;
  border-radius:13px;
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-intro h2{
  margin:3px 0 3px;
  font-size:20px;
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-intro p{
  font-size:12px;
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-trust{display:none}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access{
  display:grid!important;
  grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);
  gap:0;
  align-items:stretch;
  width:100%!important;
  margin:0!important;
  overflow:hidden;
  border:1px solid #d8e2ee;
  border-radius:21px;
  background:#fff;
  box-shadow:0 20px 50px rgba(3,29,73,.105);
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access::before,
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access::after{display:none!important}
body.woocommerce-account:not(.logged-in) .dpa-account-panel{
  position:relative;
  min-width:0;
  padding:34px 36px 36px;
}
body.woocommerce-account:not(.logged-in) .dpa-account-panel--login{
  background:linear-gradient(145deg,#f5f9ff 0%,#fff 72%);
  border-right:1px solid #dfe7f0;
}
body.woocommerce-account:not(.logged-in) .dpa-account-panel--register{
  background:#fff;
}
body.woocommerce-account:not(.logged-in) .dpa-account-panel::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:5px;
  background:#0a397c;
}
body.woocommerce-account:not(.logged-in) .dpa-account-panel--register::before{background:var(--dpa-gold)}
body.woocommerce-account:not(.logged-in) .dpa-account-panel-heading{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  align-items:start;
  gap:15px;
  margin-bottom:27px;
}
body.woocommerce-account:not(.logged-in) .dpa-account-panel-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#e7f0fb;
  color:#0a397c;
}
body.woocommerce-account:not(.logged-in) .dpa-account-panel--register .dpa-account-panel-icon{
  background:#fff2cf;
  color:#cb8300;
}
body.woocommerce-account:not(.logged-in) .dpa-account-panel-icon svg{width:23px;height:23px}
body.woocommerce-account:not(.logged-in) .dpa-account-panel-eyebrow{
  display:block;
  margin:0 0 4px;
  color:#7a879a;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.woocommerce-account:not(.logged-in) .dpa-account-panel-heading h2{
  margin:0 0 6px!important;
  color:#08265a!important;
  font-size:26px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}
body.woocommerce-account:not(.logged-in) .dpa-account-panel-heading h2::before{display:none!important}
body.woocommerce-account:not(.logged-in) .dpa-account-panel-heading p{
  max-width:430px;
  margin:0;
  color:#66748a;
  font-size:12px;
  line-height:1.5;
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access form.login,
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access form.register{
  display:flex;
  flex-direction:column;
  min-height:0;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access .form-row{
  margin:0 0 18px!important;
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access label{
  margin-bottom:7px;
  color:#243858;
  font-size:11px;
  font-weight:850;
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access input.input-text{
  min-height:50px;
  padding:11px 14px;
  border:1px solid #c9d5e3;
  border-radius:10px;
  background:#fff;
  font-size:14px;
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access input.input-text:focus{
  border-color:#0a559d;
  outline:4px solid rgba(10,85,157,.09);
}
body.woocommerce-account:not(.logged-in) .dpa-account-login-options{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 19px;
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access .woocommerce-form-login__rememberme{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0!important;
  font-size:11px;
}
body.woocommerce-account:not(.logged-in) .dpa-account-forgotten{
  color:#0a397c;
  font-size:11px;
  font-weight:750;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access .woocommerce-form-login__submit,
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access .woocommerce-form-register__submit{
  width:100%;
  min-height:50px;
  margin:0!important;
  border-radius:10px!important;
  font-size:13px!important;
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access .woocommerce-form-login__submit{
  background:#0a397c!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(10,57,124,.2);
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access .woocommerce-form-login__submit:hover{
  background:#062b65!important;
}
body.woocommerce-account:not(.logged-in) .dpa-account-email-note{
  display:flex;
  flex-direction:column;
  gap:3px;
  margin:-1px 0 18px;
  padding:13px 15px;
  border:1px solid #e4e9f0;
  border-radius:10px;
  background:#f7f9fc;
}
body.woocommerce-account:not(.logged-in) .dpa-account-email-note strong{
  color:#17345f;
  font-size:11px;
}
body.woocommerce-account:not(.logged-in) .dpa-account-email-note span{
  color:#68768b;
  font-size:10.5px;
  line-height:1.45;
}
body.woocommerce-account:not(.logged-in) .dpa-account-benefits{
  display:grid;
  gap:10px;
  margin:2px 0 20px;
  padding:0;
  list-style:none;
}
body.woocommerce-account:not(.logged-in) .dpa-account-benefits li{
  position:relative;
  margin:0;
  padding-left:25px;
  color:#33445f;
  font-size:11.5px;
  line-height:1.45;
}
body.woocommerce-account:not(.logged-in) .dpa-account-benefits li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:17px;
  height:17px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff0c5;
  color:#b87500;
  font-size:10px;
  font-weight:900;
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access .woocommerce-privacy-policy-text{
  margin:0 0 17px;
  padding:12px 14px;
  border-radius:10px;
  background:#faf7ef;
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access .woocommerce-privacy-policy-text p{
  margin:0;
  color:#68768b;
  font-size:10.5px;
  line-height:1.52;
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access .woocommerce-LostPassword{display:none!important}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access .dpa-account-panel .woocommerce-error,
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access .dpa-account-panel .woocommerce-message{
  margin-bottom:18px;
}
body.woocommerce-account:not(.logged-in) .dpa-account-access--login-only{
  grid-template-columns:minmax(0,680px)!important;
  justify-content:center;
}
body.woocommerce-account:not(.logged-in) .dpa-account-access--login-only .dpa-account-panel--login{
  border-right:0;
}
@media (max-width:860px){
  body.woocommerce-account:not(.logged-in) .dpa-page-header.dpa-page-header--account-access{
    grid-template-columns:1fr;
    align-items:start;
  }
  body.woocommerce-account:not(.logged-in) .dpa-account-header-meta{
    align-items:flex-start;
    padding:12px 0 0;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.18);
    text-align:left;
  }
  body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access{
    grid-template-columns:1fr;
  }
  body.woocommerce-account:not(.logged-in) .dpa-account-panel--login{
    border-right:0;
    border-bottom:1px solid #dfe7f0;
  }
}
@media (max-width:560px){
  body.woocommerce-account:not(.logged-in) .dpa-content-shell{padding:24px 0 54px}
  body.woocommerce-account:not(.logged-in) .dpa-page-header.dpa-page-header--account-access{padding:23px 21px}
  body.woocommerce-account:not(.logged-in) .dpa-account-login-intro{grid-template-columns:42px minmax(0,1fr);padding:15px}
  body.woocommerce-account:not(.logged-in) .dpa-account-login-intro-icon{width:42px;height:42px}
  body.woocommerce-account:not(.logged-in) .dpa-account-login-intro h2{font-size:17px}
  body.woocommerce-account:not(.logged-in) .dpa-account-panel{padding:29px 20px 30px}
  body.woocommerce-account:not(.logged-in) .dpa-account-panel-heading{grid-template-columns:42px minmax(0,1fr);gap:12px}
  body.woocommerce-account:not(.logged-in) .dpa-account-panel-icon{width:42px;height:42px}
  body.woocommerce-account:not(.logged-in) .dpa-account-panel-heading h2{font-size:23px!important}
  body.woocommerce-account:not(.logged-in) .dpa-account-login-options{align-items:flex-start;flex-direction:column;gap:10px}
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access .woocommerce-form-login .form-row:last-of-type,
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access .woocommerce-form-register .form-row:last-of-type{
  margin-top:0!important;
  margin-bottom:18px!important;
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access form.login>p:not(.form-row):not(.woocommerce-LostPassword){
  margin:0 0 18px;
  padding:13px 15px;
  border:1px solid #dce4ee;
  border-radius:10px;
  background:#fff;
  color:#243858;
  font-size:12px;
  font-weight:750;
  line-height:1.45;
}
body.woocommerce-account:not(.logged-in) #customer_login.dpa-account-access form.login>p:not(.form-row) input{
  width:58px;
  min-height:34px;
  margin-left:8px;
  padding:5px 7px;
  border:1px solid #bfcbd9;
  border-radius:6px;
}

/* ================================================================
   V5.67 aligned basket layout and stable PayPal route
   ================================================================ */
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item{
  grid-template-columns:330px minmax(320px,1fr) 120px 110px 130px!important;
  grid-template-rows:minmax(224px,auto)!important;
  min-height:224px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail{
  grid-column:1!important;
  grid-row:1!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail a,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail img,
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail .dpa-course-cart-thumbnail{
  min-height:224px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name{
  grid-column:2!important;
  grid-row:1!important;
  align-self:stretch!important;
  padding:30px 34px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-remove.dpa-remove-cell-empty{
  display:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-course-remove-action{
  display:flex;
  align-items:center;
  margin-top:22px;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-course-remove-action a.remove,
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-course-remove-action a.dpa-course-remove-button{
  width:auto!important;
  min-width:0!important;
  height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 16px!important;
  border:1px solid #e5c8cc!important;
  border-radius:9px!important;
  background:#fff8f8!important;
  color:#982632!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-course-remove-action a.remove::before,
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-course-remove-action a.dpa-course-remove-button::before{
  display:none!important;
  content:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-course-remove-action a.remove:hover,
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-course-remove-action a.remove:focus-visible,
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-course-remove-action a.dpa-course-remove-button:hover,
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-course-remove-action a.dpa-course-remove-button:focus-visible{
  border-color:#982632!important;
  background:#982632!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}

body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(390px,480px);
  align-items:start;
  gap:26px;
  margin-top:26px;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals{
  width:100%!important;
  max-width:none!important;
}

body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cross-sells{
  grid-column:1 / -1;
  order:3;
}
.dpa-basket-next-steps{
  position:relative;
  min-height:100%;
  padding:31px 34px 30px;
  overflow:hidden;
  border:1px solid #d7e2ee;
  border-radius:20px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(247,250,254,.98)),
    #fff;
  box-shadow:0 18px 44px rgba(3,29,73,.075);
}
.dpa-basket-next-steps::after{
  content:"";
  position:absolute;
  right:-85px;
  bottom:-105px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,179,25,.14),rgba(255,179,25,0) 70%);
  pointer-events:none;
}
.dpa-basket-next-steps-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#a96e00;
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.dpa-basket-next-steps-kicker::before{
  content:"";
  width:22px;
  height:2px;
  border-radius:999px;
  background:var(--dpa-gold);
}
.dpa-basket-next-steps h2{
  max-width:620px;
  margin:12px 0 10px;
  color:#082653;
  font-size:clamp(25px,2.4vw,34px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.dpa-basket-next-steps-intro{
  max-width:720px;
  margin:0;
  color:#5c6b81;
  font-size:13px;
  line-height:1.65;
}
.dpa-basket-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:25px 0 0;
  padding:0;
  list-style:none;
}
.dpa-basket-steps li{
  position:relative;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:11px;
  min-width:0;
  padding:17px 16px;
  border:1px solid #e0e7f0;
  border-radius:13px;
  background:#fff;
}
.dpa-basket-steps li>span{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#fff0c6;
  color:#9f6900;
  font-size:12px;
  font-weight:950;
}
.dpa-basket-steps strong{
  display:block;
  color:#153259;
  font-size:12px;
  line-height:1.35;
}
.dpa-basket-steps p{
  margin:5px 0 0;
  color:#68768a;
  font-size:10.5px;
  line-height:1.48;
}
.dpa-basket-next-steps-actions{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px 22px;
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid #e1e8f0;
}
.dpa-basket-secondary-link,
.dpa-basket-help-link{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  border-radius:9px;
  font-size:12px;
  font-weight:850;
}
.dpa-basket-secondary-link{
  padding:0 16px;
  background:#082f68;
  color:#fff;
}
.dpa-basket-secondary-link:hover,
.dpa-basket-secondary-link:focus-visible{background:#031d49;color:#fff}
.dpa-basket-help-link{color:#0a397c;text-decoration:underline;text-underline-offset:3px}

/* The Basket is for reviewing the booking. Express gateways remain available
   at Checkout, which also prevents malformed third-party loader iframes from
   producing an oversized black graphic beneath the Basket totals. */
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout > *:not(a.checkout-button):not(.checkout-button):not(.dpa-basket-payment-note):not(.dpa-basket-payment-options){
  display:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout iframe,
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout canvas,
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout .ppc-button-wrapper,
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout .paypal-button-container,
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout .wc-ppcp-cart-payment__container,
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout [id*="paypal"],
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout [id*="ppc-button"]{
  display:none!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  overflow:hidden!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout{
  gap:0!important;
}
.dpa-basket-payment-note{
  margin:15px 0 0;
  padding:13px 14px;
  border:1px solid #e2e8f0;
  border-radius:9px;
  background:#f6f8fb;
  color:#66748a;
  font-size:10.5px;
  line-height:1.5;
  text-align:center;
}
body.woocommerce-cart:not(.woocommerce-checkout) .blockUI.blockOverlay{
  border-radius:18px!important;
  background:rgba(255,255,255,.76)!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .blockUI.blockOverlay::before{
  width:28px!important;
  height:28px!important;
  margin:-14px 0 0 -14px!important;
  border-radius:50%!important;
  background-size:28px 28px!important;
}

@media (max-width:1180px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item{
    grid-template-columns:260px minmax(260px,1fr) 100px 100px 115px!important;
  }
  .dpa-basket-steps{grid-template-columns:1fr}
}
@media (max-width:900px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item{
    grid-template-columns:190px minmax(0,1fr)!important;
    grid-template-rows:auto!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail{
    grid-column:1!important;
    grid-row:1 / span 4!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name{
    grid-column:2!important;
    grid-row:1!important;
    padding:23px 24px 18px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals{
    grid-template-columns:1fr!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals{order:1}
  .dpa-basket-next-steps{order:2}
  .dpa-basket-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:680px){
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item{
    grid-template-columns:1fr!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail{
    grid-column:1!important;
    grid-row:1!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail a,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail img,
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-thumbnail .dpa-course-cart-thumbnail{
    min-height:220px!important;
    max-height:220px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) table.shop_table.cart td.product-name{
    grid-column:1!important;
    grid-row:2!important;
  }
  .dpa-basket-next-steps{padding:27px 22px}
  .dpa-basket-steps{grid-template-columns:1fr}
  .dpa-basket-next-steps-actions{align-items:stretch;flex-direction:column}
  .dpa-basket-secondary-link,.dpa-basket-help-link{justify-content:center;width:100%}
}


/* ================================================================
   V5.67 aligned basket totals, compact guidance and stable PayPal
   ================================================================ */
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr)!important;
  gap:24px!important;
  align-items:start!important;
  margin-top:28px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals{
  grid-column:1!important;
  grid-row:1!important;
  float:none!important;
  clear:none!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  align-self:start!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .dpa-basket-next-steps{
  grid-column:2!important;
  grid-row:1!important;
  min-height:0!important;
  margin:0!important;
  align-self:start!important;
  padding:28px 30px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cross-sells{
  grid-column:1 / -1!important;
  grid-row:2!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-next-steps h2{
  max-width:none!important;
  margin:10px 0 8px!important;
  font-size:clamp(25px,2vw,31px)!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-next-steps-intro{
  max-width:none!important;
  font-size:12.5px!important;
  line-height:1.6!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-steps{
  grid-template-columns:1fr!important;
  gap:9px!important;
  margin-top:19px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-steps li{
  grid-template-columns:32px minmax(0,1fr)!important;
  gap:11px!important;
  padding:13px 14px!important;
  border-radius:11px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-steps li>span{
  width:30px!important;
  height:30px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-steps strong{
  font-size:11.5px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-steps p{
  margin-top:3px!important;
  font-size:10.5px!important;
  line-height:1.42!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-next-steps-actions{
  gap:10px 17px!important;
  margin-top:19px!important;
  padding-top:17px!important;
}

/* Suppress only third-party express rendering. The theme's stable links remain. */
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout > *:not(a.checkout-button):not(.checkout-button):not(.dpa-basket-payment-options){
  display:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .wc-proceed-to-checkout{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  padding:20px 24px 24px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-payment-options{
  width:100%;
  display:grid!important;
  gap:11px;
  margin-top:18px;
  padding-top:19px;
  border-top:1px solid #e2e9f1;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-payment-divider{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  color:#738095;
  font-size:10px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-payment-divider::before,
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-payment-divider::after{
  content:"";
  height:1px;
  flex:1 1 auto;
  background:#e2e9f1;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-paypal-button,
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-paylater-button{
  width:100%;
  min-height:50px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 18px;
  border:1px solid #d6dee9;
  border-radius:11px;
  background:#fff;
  color:#082653;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(3,29,73,.06);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-paypal-button:hover,
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-paypal-button:focus-visible,
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-paylater-button:hover,
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-paylater-button:focus-visible{
  transform:translateY(-1px);
  border-color:#ffb319;
  background:#fffaf0;
  box-shadow:0 11px 23px rgba(3,29,73,.09);
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-paypal-mark{
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#083b8a;
  color:#fff;
  font-size:15px;
  font-style:italic;
  font-weight:950;
  line-height:1;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-payment-options small{
  display:block;
  margin-top:1px;
  color:#7a8799;
  font-size:10px;
  line-height:1.45;
  text-align:center;
}

@media (max-width:980px){
  body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals{
    grid-template-columns:1fr!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals{
    grid-column:1!important;
    grid-row:1!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .dpa-basket-next-steps{
    grid-column:1!important;
    grid-row:2!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cross-sells{
    grid-row:3!important;
  }
}
@media (max-width:600px){
  body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .dpa-basket-next-steps{
    padding:24px 20px!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-payment-options{
    margin-top:15px;
    padding-top:16px;
  }
}


/* ================================================================
   V5.68 refined Basket hierarchy
   ================================================================ */
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals{
  grid-template-columns:minmax(0,1.42fr) minmax(300px,.58fr)!important;
  gap:22px!important;
  align-items:stretch!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals,
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .dpa-basket-next-steps{
  height:100%!important;
  min-height:0!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals{
  display:flex!important;
  flex-direction:column!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals .wc-proceed-to-checkout{
  margin-top:auto!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .dpa-basket-next-steps{
  padding:24px 25px!important;
  border-radius:18px!important;
  box-shadow:0 14px 34px rgba(3,29,73,.065)!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-next-steps::after{
  right:-95px!important;
  bottom:-120px!important;
  width:210px!important;
  height:210px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-next-steps-kicker{
  font-size:9px!important;
  letter-spacing:.105em!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-next-steps h2{
  margin:8px 0 6px!important;
  font-size:clamp(22px,1.75vw,27px)!important;
  line-height:1.08!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-next-steps-intro{
  font-size:11.5px!important;
  line-height:1.5!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-steps{
  gap:8px!important;
  margin-top:16px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-steps li{
  grid-template-columns:29px minmax(0,1fr)!important;
  gap:10px!important;
  padding:11px 12px!important;
  border-radius:10px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-steps li>span{
  width:28px!important;
  height:28px!important;
  border-radius:8px!important;
  font-size:11px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-steps strong{
  font-size:11px!important;
  line-height:1.25!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-steps p{
  margin-top:2px!important;
  font-size:9.8px!important;
  line-height:1.35!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-payment-options{
  gap:9px!important;
  margin-top:14px!important;
  padding-top:15px!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-payment-divider{
  font-size:9.5px!important;
  letter-spacing:.055em!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-paypal-button,
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-paylater-button{
  min-height:47px!important;
  box-shadow:none!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-payment-options small{
  margin-top:0!important;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-footer-links{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  margin:20px auto 0;
  padding:16px 18px 0;
  border-top:1px solid #dfe7f0;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-footer-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#0a397c;
  font-size:12px;
  font-weight:850;
  line-height:1.2;
  text-decoration:none;
}
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-footer-link:hover,
body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-footer-link:focus-visible{
  color:#a96e00;
  text-decoration:underline;
  text-underline-offset:4px;
}
@media (max-width:980px){
  body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals{
    grid-template-columns:1fr!important;
    align-items:start!important;
  }
  body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .cart_totals,
  body.woocommerce-cart:not(.woocommerce-checkout) .cart-collaterals .dpa-basket-next-steps{
    height:auto!important;
  }
}
@media (max-width:600px){
  body.woocommerce-cart:not(.woocommerce-checkout) .dpa-basket-footer-links{
    flex-direction:column;
    gap:13px;
    padding-top:18px;
  }
}

/* ================================================================
   V5.69 launch-ready course catalogue, checkout and account dashboard
   ================================================================ */

/* Course catalogue facts and availability */
.dpa-course-card__facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin:18px 0 12px;
}
.dpa-course-card__facts span{
  min-width:0;
  padding:10px 11px;
  border:1px solid #e1e8f1;
  border-radius:10px;
  background:#f8fafc;
  color:#58677d;
  font-size:10px;
  line-height:1.38;
}
.dpa-course-card__facts strong{
  display:block;
  margin-bottom:3px;
  color:#0a2c62;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.dpa-course-card__availability{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin:0 0 15px;
  padding:7px 10px;
  border-radius:999px;
  background:#eaf7ee;
  color:#18703a;
  font-size:9px;
  font-weight:900;
  letter-spacing:.035em;
  text-transform:uppercase;
}
.dpa-course-card__availability.is-full{
  background:#fff0f1;
  color:#a4232f;
}
.dpa-course-card__button.is-disabled{
  cursor:not-allowed;
  border-color:#d9e0e9!important;
  background:#eef2f6!important;
  color:#7e8a9d!important;
  box-shadow:none!important;
  pointer-events:none;
}

/* Logged-in account overview */
.logged-in.woocommerce-account .dpa-content-shell{
  background:linear-gradient(180deg,#f4f8fc 0%,#fbfcfe 100%);
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content>p:first-child{
  margin:0 0 20px;
  padding:15px 17px;
  border:1px solid #dfe7f0;
  border-radius:12px;
  background:#f8fafc;
  color:#536278;
  font-size:12px;
}
.dpa-account-bookings{
  margin:2px 0 26px;
}
.dpa-account-section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:15px;
}
.dpa-account-section-heading span{
  display:block;
  margin-bottom:4px;
  color:#a96f00;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.dpa-account-section-heading h2{
  margin:0;
  color:#08265a;
  font-size:24px;
  letter-spacing:-.035em;
}
.dpa-account-section-heading>a{
  color:#0a397c;
  font-size:11px;
  font-weight:850;
}
.dpa-account-booking-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.dpa-account-booking-card{
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  min-height:188px;
  overflow:hidden;
  border:1px solid #dce5ef;
  border-radius:15px;
  background:#fff;
  box-shadow:0 12px 30px rgba(3,29,73,.065);
}
.dpa-account-booking-image{
  min-height:100%;
  background:#e9f0f7;
}
.dpa-account-booking-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.dpa-account-booking-copy{
  min-width:0;
  padding:16px;
}
.dpa-account-booking-status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.dpa-account-booking-status span{
  display:inline-flex;
  padding:5px 8px;
  border-radius:999px;
  background:#eaf3ff;
  color:#0a397c;
  font-size:8px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.dpa-account-booking-status small{
  color:#8290a3;
  font-size:8px;
}
.dpa-account-booking-card h3{
  margin:12px 0 10px;
  color:#08265a;
  font-size:15px;
  line-height:1.25;
}
.dpa-account-booking-card h3 a{color:inherit}
.dpa-account-booking-card dl{
  display:grid;
  gap:5px;
  margin:0;
}
.dpa-account-booking-card dl>div{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:8px;
}
.dpa-account-booking-card dt{
  color:#8793a5;
  font-size:8px;
  font-weight:850;
  text-transform:uppercase;
}
.dpa-account-booking-card dd{
  min-width:0;
  margin:0;
  color:#4d5d74;
  font-size:9px;
  line-height:1.4;
}
.dpa-account-booking-action{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:11px;
  color:#0a397c;
  font-size:10px;
  font-weight:900;
}
.dpa-account-empty-bookings{
  display:grid;
  grid-template-columns:46px minmax(0,1fr) auto;
  gap:15px;
  align-items:center;
  padding:20px;
  border:1px dashed #cdd9e6;
  border-radius:14px;
  background:#fbfcfe;
}
.dpa-account-empty-bookings>span{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#fff1ca;
  color:#c98300;
  font-size:22px;
}
.dpa-account-empty-bookings h3{margin:0 0 4px;color:#08265a;font-size:16px}
.dpa-account-empty-bookings p{margin:0!important;font-size:10px!important}
.logged-in.woocommerce-account .dpa-account-quick-links{margin-top:18px}

/* Checkout hierarchy and summary */
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:34px;
  align-items:center;
  margin:0 0 20px;
  padding:20px 22px;
  border:1px solid #dce5ef;
  border-radius:15px;
  background:#fff;
  box-shadow:0 12px 30px rgba(3,29,73,.06);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-intro>div>span{
  color:#a96f00;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-intro h2{
  margin:5px 0 0;
  color:#08265a;
  font-size:21px;
  line-height:1.2;
  letter-spacing:-.025em;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-intro ul{
  display:grid;
  gap:7px;
  margin:0;
  padding:0;
  list-style:none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-intro li{
  position:relative;
  padding-left:19px;
  color:#536278;
  font-size:10px;
  font-weight:750;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-intro li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  width:14px;
  height:14px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#ffbd31;
  color:#062453;
  font-size:8px;
  font-weight:950;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-summary-column{
  top:22px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name{
  color:#102e60;
  font-weight:800;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .wc-item-meta,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .variation{
  margin:7px 0 0;
  color:#6b788c;
  font-size:9px;
  font-weight:500;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .wc-item-meta li,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .variation dt,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .variation dd{
  margin:2px 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods li{
  margin:0 0 8px;
  padding:12px 13px;
  border:1px solid #dfe7f0;
  border-radius:10px;
  background:#f9fbfd;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods li:has(input:checked){
  border-color:#f0b326;
  background:#fff9e9;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods label{
  color:#102e60;
  font-size:11px;
  font-weight:850;
}

/* Order received */
body.woocommerce-order-received .dpa-booking-confirmation{
  margin:22px 0 30px;
  padding:30px;
  border-radius:18px;
  background:linear-gradient(125deg,#031d49,#0a397c);
  color:#fff;
  box-shadow:0 18px 44px rgba(3,29,73,.16);
}
body.woocommerce-order-received .dpa-booking-confirmation>span{
  color:#ffca58;
  font-size:9px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
body.woocommerce-order-received .dpa-booking-confirmation h2{
  margin:8px 0 9px;
  color:#fff;
  font-size:30px;
  letter-spacing:-.04em;
}
body.woocommerce-order-received .dpa-booking-confirmation p{
  max-width:760px;
  margin:0;
  color:#d3dfef;
  font-size:12px;
  line-height:1.6;
}
body.woocommerce-order-received .dpa-booking-confirmation>div{
  display:flex;
  flex-wrap:wrap;
  gap:11px;
  margin-top:20px;
}

@media (max-width:1080px){
  .dpa-account-booking-grid{grid-template-columns:1fr}
  body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-intro{grid-template-columns:1fr;gap:14px}
  body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-intro ul{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:700px){
  .dpa-course-card__facts{grid-template-columns:1fr}
  .dpa-account-section-heading{align-items:flex-start;flex-direction:column;gap:8px}
  .dpa-account-booking-card{grid-template-columns:96px minmax(0,1fr)}
  .dpa-account-empty-bookings{grid-template-columns:42px minmax(0,1fr)}
  .dpa-account-empty-bookings .dpa-button{grid-column:1/-1;width:100%}
  body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-intro{padding:18px}
  body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-intro ul{grid-template-columns:1fr}
  body.woocommerce-order-received .dpa-booking-confirmation{padding:24px 20px}
  body.woocommerce-order-received .dpa-booking-confirmation h2{font-size:25px}
}
@media (max-width:480px){
  .dpa-account-booking-card{grid-template-columns:1fr}
  .dpa-account-booking-image{height:150px}
}

/* V5.76 final acceptance refinements */
:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{
  outline:3px solid #f4b51f;
  outline-offset:3px;
}
.dpa-primary-navigation a:focus-visible,
.dpa-header-tool:focus-visible,
.dpa-button:focus-visible{border-radius:7px}

.dpa-discovery-page{padding:48px 0 74px;background:linear-gradient(180deg,#f5f8fc 0,#fff 430px)}
.dpa-discovery-header{max-width:880px;margin:0 0 30px;padding:34px 38px;border:1px solid #dce5ef;border-radius:22px;background:linear-gradient(125deg,#031d49,#0b438c);box-shadow:0 18px 44px rgba(3,29,73,.12)}
.dpa-discovery-header .dpa-section-kicker{color:#ffca58}
.dpa-discovery-header h1{margin:8px 0 10px;color:#fff;font-size:clamp(34px,4vw,54px);line-height:1.02;letter-spacing:-.045em}
.dpa-discovery-header p,.dpa-discovery-header .dpa-archive-description{max-width:720px;margin:0;color:#d9e4f2;line-height:1.65}
.dpa-search-form{margin-top:24px}
.dpa-search-form>label{display:block;margin-bottom:8px;color:#fff;font-size:12px;font-weight:800}
.dpa-search-form__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}
.dpa-search-form input[type="search"]{min-height:50px;width:100%;padding:0 16px;border:1px solid rgba(255,255,255,.5);border-radius:11px;background:#fff;color:#102e60;font:inherit}
.dpa-search-form button{min-height:50px;padding:0 22px;border:0;border-radius:11px;background:#ffb81f;color:#071d45;font-weight:900;cursor:pointer}
.dpa-search-results .dpa-post-card{height:100%}
.dpa-result-type{display:block;margin-bottom:7px;color:#9b6700;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.dpa-empty-discovery{max-width:780px;padding:34px;border:1px solid #dce5ef;border-radius:20px;background:#fff;box-shadow:0 16px 38px rgba(3,29,73,.08)}
.dpa-empty-discovery h2{margin:0 0 8px;color:#082c65;font-size:30px}
.dpa-empty-discovery p{margin:0 0 20px;color:#5f6d81;line-height:1.65}
.dpa-empty-discovery>div{display:flex;flex-wrap:wrap;gap:10px}
.navigation.pagination{margin-top:30px}
.navigation.pagination .nav-links{display:flex;flex-wrap:wrap;gap:7px}
.navigation.pagination .page-numbers{display:grid;min-width:42px;min-height:42px;place-items:center;padding:0 12px;border:1px solid #d8e1ec;border-radius:9px;background:#fff;color:#0b326d;font-weight:800;text-decoration:none}
.navigation.pagination .page-numbers.current{border-color:#0b326d;background:#0b326d;color:#fff}

.post-password-form{max-width:680px;padding:28px;border:1px solid #dce5ef;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(3,29,73,.08)}
.post-password-form p{color:#59677d;line-height:1.65}
.post-password-form label{display:grid;gap:8px;color:#102e60;font-weight:800}
.post-password-form input[type="password"]{min-height:48px;padding:0 13px;border:1px solid #cbd7e5;border-radius:10px}
.post-password-form input[type="submit"]{min-height:48px;margin-top:12px;padding:0 20px;border:0;border-radius:10px;background:#ffb81f;color:#071d45;font-weight:900;cursor:pointer}

.woocommerce-lost-password .entry-content>.woocommerce,
.woocommerce-account .woocommerce-ResetPassword,
.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-address-fields,
.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-customer-details,
body.woocommerce-order-received .entry-content>.woocommerce{
  border:1px solid #dce5ef;
  border-radius:18px;
  background:#fff;
  box-shadow:0 15px 38px rgba(3,29,73,.08);
}
.woocommerce-lost-password .entry-content>.woocommerce,
.woocommerce-account .woocommerce-ResetPassword,
.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-address-fields{padding:28px}
.woocommerce-account .woocommerce-ResetPassword .form-row,
.woocommerce-account .woocommerce-EditAccountForm .form-row,
.woocommerce-account .woocommerce-address-fields .form-row{margin:0 0 16px}
.woocommerce-account .woocommerce-ResetPassword label,
.woocommerce-account .woocommerce-EditAccountForm label,
.woocommerce-account .woocommerce-address-fields label{display:block;margin:0 0 7px;color:#102e60;font-size:11px;font-weight:850}
.woocommerce-account .woocommerce-ResetPassword input.input-text,
.woocommerce-account .woocommerce-EditAccountForm input.input-text,
.woocommerce-account .woocommerce-address-fields input.input-text,
.woocommerce-account .woocommerce-address-fields select{min-height:48px;width:100%;padding:0 13px;border:1px solid #cbd7e5;border-radius:10px;background:#fff}
.woocommerce-account .woocommerce-ResetPassword button,
.woocommerce-account .woocommerce-EditAccountForm button,
.woocommerce-account .woocommerce-address-fields button{min-height:48px;padding:0 20px!important;border-radius:10px!important;background:#ffb81f!important;color:#071d45!important;font-weight:900!important}
.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-customer-details{margin-top:22px;padding:24px}
.woocommerce-account .woocommerce-order-details__title,
.woocommerce-account .woocommerce-column__title{color:#082c65;font-size:24px}
.woocommerce-account table.woocommerce-table{border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #dce5ef;border-radius:12px}
.woocommerce-account table.woocommerce-table th,
.woocommerce-account table.woocommerce-table td{padding:13px 14px;border-bottom:1px solid #e5ebf2}
body.woocommerce-order-received .entry-content>.woocommerce{padding:28px}
body.woocommerce-order-received .woocommerce-order-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:20px 0;padding:0;list-style:none}
body.woocommerce-order-received .woocommerce-order-overview li{margin:0!important;padding:14px!important;border:1px solid #dfe7f0!important;border-radius:11px;background:#f8fafc;color:#657287;font-size:10px}
body.woocommerce-order-received .woocommerce-order-overview li strong{display:block;margin-top:5px;color:#102e60;font-size:13px}

@media (max-width:760px){
  .dpa-discovery-page{padding:28px 0 54px}
  .dpa-discovery-header{padding:25px 22px;border-radius:17px}
  .dpa-search-form__row{grid-template-columns:1fr}
  .dpa-search-form button{width:100%}
  .dpa-empty-discovery{padding:24px 20px}
  body.woocommerce-order-received .entry-content>.woocommerce,
  .woocommerce-lost-password .entry-content>.woocommerce,
  .woocommerce-account .woocommerce-ResetPassword,
  .woocommerce-account .woocommerce-EditAccountForm,
  .woocommerce-account .woocommerce-address-fields{padding:21px}
}
@media (max-width:480px){
  :where(button,.button,input[type="submit"],input[type="button"],summary){min-height:44px}
  .dpa-discovery-header h1{font-size:34px}
  .dpa-empty-discovery>div{display:grid}
}

/* =========================================================
   V5.81 locked route photography system
   Eight unique photographs, one consistent frame, no baked-in cards.
   ========================================================= */
.dpa-landing-hero-media.is-route-photo{
  width:100%;
  min-height:0;
  aspect-ratio:868 / 590;
  overflow:visible;
  border-radius:24px;
  background:#eef4fb;
  box-shadow:0 30px 70px rgba(4,32,75,.15);
}
.dpa-landing-hero-media.is-route-photo>img{
  display:block;
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  object-position:center;
  border-radius:24px;
  box-shadow:none;
}
.dpa-landing-hero-media.is-route-photo .dpa-landing-media-badge{
  left:-22px;
  bottom:24px;
  z-index:2;
}
.dpa-landing-related-grid .dpa-related-card{
  color:inherit;
  text-decoration:none;
}
.dpa-landing-related-grid .dpa-related-card-media{
  aspect-ratio:868 / 590;
  background:#eef4fb;
}
.dpa-landing-related-grid .dpa-related-card-media img{
  width:100%;
  height:100%;
  padding:0;
  object-fit:cover;
  object-position:center;
  border-radius:0;
}
@media (max-width:1180px){
  .dpa-landing-hero-media.is-route-photo{min-height:0;height:auto}
  .dpa-landing-hero-media.is-route-photo>img{height:100%;min-height:0}
}
@media (max-width:900px){
  .dpa-landing-hero-media.is-route-photo{order:-1;width:min(100%,760px);justify-self:center}
}
@media (max-width:620px){
  .dpa-landing-hero-media.is-route-photo{aspect-ratio:868 / 590;border-radius:18px}
  .dpa-landing-hero-media.is-route-photo>img{height:100%;border-radius:18px}
  .dpa-landing-hero-media.is-route-photo .dpa-landing-media-badge{
    position:relative;left:auto;bottom:auto;margin:-24px 14px 0;width:calc(100% - 28px)
  }
}


/* =========================================================
   V5.86 For Parents hero: matched route frame.
   Uses the approved high-resolution wide photograph inside the exact
   same frame dimensions as every other route hero. No page positioning
   patch is used and no other route is affected.
   ========================================================= */
.dpa-landing-hero-media.is-parent-wide{
  width:100%;
  min-height:0;
  aspect-ratio:868 / 590;
  overflow:visible;
  border-radius:24px;
  background:#eef4fb;
  box-shadow:0 30px 70px rgba(4,32,75,.15);
}
.dpa-landing-hero-media.is-parent-wide>img{
  display:block;
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  object-position:center 50%;
  border-radius:24px;
  box-shadow:none;
  background:#eef4fb;
}
.dpa-landing-hero-media.is-parent-wide .dpa-landing-media-badge{
  left:-22px;
  bottom:24px;
  z-index:2;
}
@media (max-width:1180px){
  .dpa-landing-hero-media.is-parent-wide{min-height:0;height:auto}
  .dpa-landing-hero-media.is-parent-wide>img{height:100%;min-height:0}
}
@media (max-width:900px){
  .dpa-landing-hero-media.is-parent-wide{order:-1;width:min(100%,760px);justify-self:center}
}
@media (max-width:620px){
  .dpa-landing-hero-media.is-parent-wide{aspect-ratio:868 / 590;border-radius:18px}
  .dpa-landing-hero-media.is-parent-wide>img{height:100%;border-radius:18px}
  .dpa-landing-hero-media.is-parent-wide .dpa-landing-media-badge{
    position:relative;left:auto;bottom:auto;margin:-24px 14px 0;width:calc(100% - 28px)
  }
}


/* =========================================================
   V5.87 refined customer order details
   Scoped to My Account > View order only.
   ========================================================= */
body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content{
  display:block;
  min-width:0;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content>p:first-child{
  margin:0 0 18px;
  padding:16px 18px;
  border:1px solid #dce5ef;
  border-radius:14px;
  background:#f7f9fc;
  color:#536176;
  line-height:1.65;
}
.dpa-view-order-summary{
  display:grid;
  grid-template-columns:minmax(210px,.72fr) minmax(0,2fr);
  gap:0;
  margin:0 0 24px;
  overflow:hidden;
  border:1px solid #d8e3ef;
  border-radius:20px;
  background:#fff;
  box-shadow:0 16px 38px rgba(3,29,73,.08);
}
.dpa-view-order-summary__intro{
  display:flex;
  min-height:122px;
  flex-direction:column;
  justify-content:center;
  padding:24px 26px;
  background:linear-gradient(135deg,#031d49,#0d438b);
  color:#fff;
}
.dpa-view-order-summary__intro span{
  margin-bottom:7px;
  color:#ffc64e;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.dpa-view-order-summary__intro strong{
  font-size:24px;
  line-height:1.15;
}
.dpa-view-order-summary dl{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:0;
}
.dpa-view-order-summary dl>div{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:22px 20px;
  border-left:1px solid #e2e9f1;
}
.dpa-view-order-summary dt{
  margin:0 0 7px;
  color:#728096;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.dpa-view-order-summary dd{
  margin:0;
  color:#0b2c61;
  font-size:15px;
  font-weight:850;
  line-height:1.35;
}
.dpa-order-status{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:#eaf2ff;
  color:#174d95;
  font-size:11px;
  font-weight:900;
}
.dpa-order-status--completed,.dpa-order-status--processing{background:#e9f8ef;color:#187542}
.dpa-order-status--on-hold,.dpa-order-status--pending{background:#fff5d9;color:#835900}
.dpa-order-status--cancelled,.dpa-order-status--failed,.dpa-order-status--refunded{background:#fff0f0;color:#9c2f36}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details,
body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details{
  margin-top:24px;
  padding:0;
  overflow:hidden;
  border:1px solid #d8e3ef;
  border-radius:20px;
  background:#fff;
  box-shadow:0 16px 38px rgba(3,29,73,.08);
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order-details__title,
body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details>.woocommerce-column__title,
body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details>.woocommerce-columns>.woocommerce-column>.woocommerce-column__title{
  margin:0;
  padding:21px 24px;
  background:linear-gradient(120deg,#031d49,#0b438c);
  color:#fff;
  font-size:22px;
  line-height:1.2;
}
body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details{
  width:100%;
  margin:0;
  border:0;
  border-radius:0;
  box-shadow:none;
}
body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details thead th{
  padding:14px 22px;
  border:0;
  border-bottom:1px solid #dde6ef;
  background:#f3f7fb;
  color:#617089;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details tbody td{
  padding:22px;
  border:0;
  border-bottom:1px solid #e1e8f0;
  vertical-align:middle;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-table__product-name{width:72%}
body.woocommerce-account.woocommerce-view-order .woocommerce-table__product-total{
  width:28%;
  color:#0b2c61;
  font-size:18px;
  font-weight:900;
  text-align:right;
  white-space:nowrap;
}
.dpa-order-line{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  gap:16px;
  align-items:center;
  color:#0a2d63;
  font-size:16px;
  font-weight:850;
  line-height:1.35;
}
.dpa-order-line__image{
  display:block;
  width:78px;
  height:62px;
  overflow:hidden;
  border-radius:11px;
  background:#edf3f9;
  box-shadow:0 7px 18px rgba(3,29,73,.1);
}
.dpa-order-line__image img{display:block;width:100%;height:100%;object-fit:cover}
body.woocommerce-account.woocommerce-view-order .woocommerce-table__product-name .wc-item-meta{
  margin:10px 0 0 94px;
  padding:0;
  color:#5f6d82;
  font-size:13px;
  line-height:1.55;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-table__product-name .wc-item-meta li{
  display:grid;
  grid-template-columns:max-content minmax(0,1fr);
  gap:5px;
  margin:4px 0;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-table__product-name .wc-item-meta p{margin:0}
body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details tfoot th,
body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details tfoot td{
  padding:15px 22px;
  border:0;
  border-bottom:1px solid #e1e8f0;
  background:#fbfcfe;
}
body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details tfoot th{
  color:#42516a;
  font-size:13px;
  font-weight:800;
}
body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details tfoot td{
  color:#0b2c61;
  font-size:15px;
  font-weight:900;
  text-align:right;
}
body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details tfoot tr:nth-last-child(2) th,
body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details tfoot tr:nth-last-child(2) td{
  background:#f3f7fb;
  color:#082c65;
  font-size:18px;
}
body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details tfoot tr:last-child th,
body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details tfoot tr:last-child td{
  border-bottom:0;
  background:#fff;
}
body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details tfoot tr:last-child td{
  color:#174d95;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:0;
  padding:22px;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-column{
  float:none;
  width:auto;
  margin:0;
  padding:0;
  overflow:hidden;
  border:1px solid #dfe7f0;
  border-radius:15px;
  background:#fff;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title{
  padding:16px 18px!important;
  background:#f3f7fb!important;
  color:#0a2d63!important;
  font-size:17px!important;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details address{
  min-height:160px;
  margin:0;
  padding:19px 20px;
  border:0;
  background:#fff;
  color:#405069;
  font-style:normal;
  line-height:1.65;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details address p{
  margin:13px 0 0;
  color:#0b2c61;
  font-weight:700;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details address p:before{
  display:inline-block;
  width:22px;
  color:#c48700;
  font-weight:900;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details--phone:before{content:'☎'}
body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details--email:before{content:'✉'}

@media (max-width:960px){
  .dpa-view-order-summary{grid-template-columns:1fr}
  .dpa-view-order-summary__intro{min-height:0}
  .dpa-view-order-summary dl>div:first-child{border-left:0}
  .dpa-view-order-summary dl{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dpa-view-order-summary dl>div:nth-child(odd){border-left:0}
  .dpa-view-order-summary dl>div:nth-child(n+3){border-top:1px solid #e2e9f1}
}
@media (max-width:680px){
  .dpa-view-order-summary dl{grid-template-columns:1fr}
  .dpa-view-order-summary dl>div{border-left:0;border-top:1px solid #e2e9f1}
  body.woocommerce-account.woocommerce-view-order .woocommerce-order-details__title,
  body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details>.woocommerce-column__title{padding:18px 19px;font-size:20px}
  body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details thead{display:none}
  body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details tbody tr{display:grid;grid-template-columns:1fr auto}
  body.woocommerce-account.woocommerce-view-order .woocommerce-table__product-name{width:auto}
  body.woocommerce-account.woocommerce-view-order .woocommerce-table__product-total{width:auto;padding-left:8px!important}
  .dpa-order-line{grid-template-columns:64px minmax(0,1fr);gap:12px;font-size:14px}
  .dpa-order-line__image{width:64px;height:54px}
  body.woocommerce-account.woocommerce-view-order .woocommerce-table__product-name .wc-item-meta{margin-left:76px}
  body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns{grid-template-columns:1fr;padding:17px}
}
@media (max-width:430px){
  body.woocommerce-account.woocommerce-view-order table.woocommerce-table--order-details tbody tr{grid-template-columns:1fr}
  body.woocommerce-account.woocommerce-view-order .woocommerce-table__product-total{text-align:left;padding-top:0!important;padding-left:98px!important}
}

/* =========================================================
   V5.88 compact order received and customer order views
   ========================================================= */
body.woocommerce-order-received .dpa-content-shell{padding-top:34px}
body.woocommerce-order-received .dpa-page-header{
  margin-bottom:18px;
  padding:24px 30px;
  border-radius:18px;
}
body.woocommerce-order-received .dpa-page-header h1{font-size:clamp(34px,4vw,48px)}
body.woocommerce-order-received .entry-content>.woocommerce{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.dpa-receipt{display:grid;gap:16px}
.dpa-receipt-status{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:22px 24px;
  border:1px solid #d9e4ef;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 30px rgba(3,29,73,.07);
}
.dpa-receipt-status--failed{border-color:#edc9cc;background:#fffafa}
.dpa-receipt-status__icon{
  display:grid;
  width:52px;
  height:52px;
  place-items:center;
  border-radius:15px;
  background:#fff1c9;
  color:#9b6700;
  font-size:24px;
  font-weight:950;
}
.dpa-receipt-status--failed .dpa-receipt-status__icon{background:#ffe7e8;color:#a52c35}
.dpa-receipt-status__copy>span,.dpa-receipt-status>div>span{
  display:block;
  margin-bottom:4px;
  color:#a16b00;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.dpa-receipt-status h2{margin:0;color:#082c65;font-size:clamp(23px,2.4vw,32px);line-height:1.12;letter-spacing:-.035em}
.dpa-receipt-status p{margin:6px 0 0;color:#627086;line-height:1.55}
.dpa-receipt-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}
.dpa-receipt-actions .dpa-button{min-height:43px;padding:0 16px;font-size:11px}
.dpa-receipt-facts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:0;
  overflow:hidden;
  border:1px solid #d9e4ef;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 26px rgba(3,29,73,.055);
}
.dpa-receipt-facts>div{padding:15px 18px;border-left:1px solid #e2e9f1}
.dpa-receipt-facts>div:first-child{border-left:0}
.dpa-receipt-facts dt{margin:0 0 5px;color:#728096;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.dpa-receipt-facts dd{margin:0;color:#0a2d63;font-size:14px;font-weight:900;line-height:1.35}
body.woocommerce-order-received .woocommerce-bacs-bank-details,
body.woocommerce-order-received .wc-bacs-bank-details-account-name{
  margin:0;
}
body.woocommerce-order-received .woocommerce-bacs-bank-details{
  padding:18px 20px;
  border:1px solid #d9e4ef;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 26px rgba(3,29,73,.055);
}
body.woocommerce-order-received .wc-bacs-bank-details-order-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;margin:12px 0 0;padding:0;list-style:none}
body.woocommerce-order-received .wc-bacs-bank-details-order-details li{margin:0!important;padding:11px 13px!important;border:1px solid #e1e8f0!important;border-radius:10px;background:#f8fafc}

body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content>p:first-child{display:none}
body.woocommerce-account.woocommerce-view-order .dpa-view-order-summary{display:none!important}
.woocommerce-order-details.dpa-order-record{
  margin:0!important;
  padding:0!important;
  overflow:hidden;
  border:1px solid #d9e4ef!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(3,29,73,.07)!important;
}
.dpa-order-record__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:19px 22px;
  border-bottom:1px solid #e2e9f1;
  background:linear-gradient(100deg,#f7faff,#fff);
}
.dpa-order-record__header>div:first-child>span,.dpa-order-contact__header span{
  display:block;
  margin-bottom:4px;
  color:#a16b00;
  font-size:9px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.dpa-order-record__header h2,.dpa-order-contact__header h2{margin:0;color:#082c65;font-size:24px;line-height:1.15;letter-spacing:-.03em}
.dpa-order-record__header-meta{display:flex;align-items:center;gap:11px;color:#68758a;font-size:11px}
.dpa-order-record__items{padding:16px}
.dpa-order-item{
  display:grid;
  grid-template-columns:112px minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:15px;
  border:1px solid #e0e8f0;
  border-radius:14px;
  background:#fbfcfe;
}
.dpa-order-item+.dpa-order-item{margin-top:10px}
.dpa-order-item__image{width:112px;height:82px;overflow:hidden;border-radius:11px;background:#edf3f9}
.dpa-order-item__image img{display:block;width:100%;height:100%;object-fit:cover}
.dpa-order-item__label{display:block;margin-bottom:4px;color:#a16b00;font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.dpa-order-item h3{margin:0;color:#092e65;font-size:17px;line-height:1.3}
.dpa-order-item h3 a{color:inherit;text-decoration:none}
.dpa-order-item__meta{display:flex;flex-wrap:wrap;gap:6px 15px;margin-top:8px;color:#657287;font-size:11px;line-height:1.45}
.dpa-order-item__meta strong{color:#35465f}
.dpa-order-item__note{margin:9px 0 0;color:#627086;font-size:11px}
.dpa-order-item__total{text-align:right;white-space:nowrap}
.dpa-order-item__total span{display:block;margin-bottom:4px;color:#758298;font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.dpa-order-item__total strong{color:#0a2d63;font-size:18px}
.dpa-order-record__footer{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:18px;padding:0 16px 16px}
.dpa-order-totals{margin:0;overflow:hidden;border:1px solid #e0e8f0;border-radius:13px;background:#fff}
.dpa-order-total-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:11px 15px;border-top:1px solid #e7edf3}
.dpa-order-total-row:first-child{border-top:0}
.dpa-order-total-row dt{color:#4a5a72;font-size:12px;font-weight:800}
.dpa-order-total-row dd{margin:0;color:#0a2d63;font-size:13px;font-weight:900;text-align:right}
.dpa-order-total-row--order_total{background:#f5f8fc}
.dpa-order-total-row--order_total dt,.dpa-order-total-row--order_total dd{font-size:17px}
.dpa-order-note{padding:15px;border:1px solid #e0e8f0;border-radius:13px;background:#fff9e9;color:#5b6475}
.dpa-order-note strong{color:#8a5b00}
.dpa-order-note p{margin:6px 0 0;line-height:1.55}
.dpa-order-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:9px}
.dpa-order-actions .dpa-button{min-height:42px;padding:0 15px;font-size:11px}

.woocommerce-customer-details.dpa-order-contact{
  margin:16px 0 0!important;
  padding:0!important;
  overflow:hidden;
  border:1px solid #d9e4ef!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(3,29,73,.07)!important;
}
.dpa-order-contact__header{padding:18px 22px;border-bottom:1px solid #e2e9f1;background:linear-gradient(100deg,#f7faff,#fff)}
.dpa-order-contact__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr);gap:0}
.dpa-order-contact__grid.has-shipping{grid-template-columns:repeat(3,minmax(0,1fr))}
.dpa-order-contact__address,.dpa-order-contact__methods{padding:18px 21px}
.dpa-order-contact__methods,.dpa-order-contact__grid.has-shipping>*+*{border-left:1px solid #e2e9f1}
.dpa-order-contact h3{margin:0 0 10px;color:#173d73;font-size:13px}
.dpa-order-contact address{margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:#536176;font-style:normal;line-height:1.6;min-height:0!important}
.dpa-order-contact__methods{display:grid;align-content:start;gap:9px}
.dpa-order-contact__methods a{display:grid;gap:2px;padding:10px 12px;border:1px solid #e1e8f0;border-radius:10px;background:#f8fafc;color:#0a2d63;text-decoration:none;overflow-wrap:anywhere}
.dpa-order-contact__methods a span{color:#778398;font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.dpa-order-contact__methods a strong{font-size:12px}

@media (max-width:900px){
  .dpa-receipt-status{grid-template-columns:52px minmax(0,1fr)}
  .dpa-receipt-actions{grid-column:1/-1;justify-content:flex-start;padding-left:70px}
  .dpa-receipt-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dpa-receipt-facts>div:nth-child(odd){border-left:0}
  .dpa-receipt-facts>div:nth-child(n+3){border-top:1px solid #e2e9f1}
  .dpa-order-record__footer{grid-template-columns:1fr}
  .dpa-order-contact__grid,.dpa-order-contact__grid.has-shipping{grid-template-columns:1fr 1fr}
  .dpa-order-contact__grid.has-shipping>*:last-child{grid-column:1/-1;border-top:1px solid #e2e9f1;border-left:0}
}
@media (max-width:680px){
  body.woocommerce-order-received .dpa-page-header{padding:20px 22px}
  .dpa-receipt-status{grid-template-columns:42px minmax(0,1fr);padding:18px;gap:13px}
  .dpa-receipt-status__icon{width:42px;height:42px;border-radius:12px;font-size:19px}
  .dpa-receipt-actions{padding-left:55px}
  .dpa-receipt-facts{grid-template-columns:1fr}
  .dpa-receipt-facts>div{border-left:0;border-top:1px solid #e2e9f1}
  .dpa-receipt-facts>div:first-child{border-top:0}
  .dpa-order-record__header{align-items:flex-start;flex-direction:column;padding:17px 18px}
  .dpa-order-record__header-meta{width:100%;justify-content:space-between}
  .dpa-order-record__items{padding:12px}
  .dpa-order-item{grid-template-columns:82px minmax(0,1fr);gap:12px;padding:12px}
  .dpa-order-item__image{width:82px;height:66px}
  .dpa-order-item__total{grid-column:2;text-align:left}
  .dpa-order-record__footer{padding:0 12px 12px}
  .dpa-order-contact__grid,.dpa-order-contact__grid.has-shipping{grid-template-columns:1fr}
  .dpa-order-contact__grid>*+*{border-top:1px solid #e2e9f1!important;border-left:0!important}
}
@media (max-width:430px){
  .dpa-receipt-actions{grid-column:1/-1;padding-left:0}
  .dpa-receipt-actions .dpa-button{width:100%}
  .dpa-order-item{grid-template-columns:1fr}
  .dpa-order-item__image{width:100%;height:150px}
  .dpa-order-item__total{grid-column:1}
}

/* ================================================================
   V5.89 dedicated professional course catalogue
   ================================================================ */
.dpa-course-catalogue-page{background:#f5f8fc;padding:48px 0 88px}
.dpa-course-catalogue-shell{width:min(1240px,calc(100% - 48px))}
.dpa-course-catalogue-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;padding:34px 38px;border-radius:22px;background:linear-gradient(135deg,#062554,#124987);box-shadow:0 18px 50px rgba(7,35,77,.13)}
.dpa-course-catalogue-hero>div{max-width:760px}
.dpa-course-catalogue-kicker{display:inline-flex;align-items:center;gap:10px;color:#ffbd2e;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.dpa-course-catalogue-kicker:before{content:"";width:22px;height:2px;background:#ffb719}
.dpa-course-catalogue-hero h1{margin:11px 0 0;color:#fff;font-size:clamp(38px,4vw,56px);line-height:1;letter-spacing:-.04em}
.dpa-course-catalogue-hero p{max-width:680px;margin:14px 0 0;color:#dce8f7;font-size:16px;line-height:1.65}
.dpa-course-catalogue-toolbar{display:grid;grid-template-columns:minmax(250px,1.4fr) minmax(180px,.75fr) minmax(180px,.75fr) auto;gap:14px;align-items:end;margin:24px 0;padding:18px;border:1px solid #dce5ef;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(11,40,82,.05)}
.dpa-course-catalogue-toolbar label{display:grid;gap:7px;color:#173458;font-size:11px;font-weight:850;letter-spacing:.035em}
.dpa-course-catalogue-toolbar input,.dpa-course-catalogue-toolbar select{width:100%;min-height:46px;padding:0 13px;border:1px solid #cbd8e7;border-radius:9px;background:#fff;color:#102a50;font:inherit;font-size:14px;font-weight:600}
.dpa-course-filter-actions{display:flex;align-items:center;gap:13px}
.dpa-course-filter-actions .dpa-button{min-height:46px;white-space:nowrap}
.dpa-course-filter-actions>a{color:#0b3b75;font-size:12px;font-weight:800}
.dpa-course-catalogue-heading{display:flex;align-items:end;justify-content:space-between;margin:30px 0 18px}
.dpa-course-catalogue-heading span{color:#b37700;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.dpa-course-catalogue-heading h2{margin:5px 0 0;color:#082650;font-size:27px;line-height:1.1}
.dpa-course-catalogue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.dpa-catalogue-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #dce5ef;border-radius:17px;background:#fff;box-shadow:0 11px 28px rgba(7,35,77,.075);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.dpa-catalogue-card:hover{transform:translateY(-3px);border-color:#c7d6e6;box-shadow:0 18px 38px rgba(7,35,77,.12)}
.dpa-catalogue-card__main{flex:1;display:flex;flex-direction:column;color:inherit;text-decoration:none}
.dpa-catalogue-card__image{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#e4ebf3}
.dpa-catalogue-card__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .3s ease}
.dpa-catalogue-card:hover .dpa-catalogue-card__image img{transform:scale(1.02)}
.dpa-catalogue-card__category,.dpa-catalogue-card__status{position:absolute;top:13px;padding:7px 9px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}
.dpa-catalogue-card__category{left:13px;background:rgba(5,35,77,.91);color:#fff}
.dpa-catalogue-card__status{right:13px;background:#fff1ef;color:#a62920}
.dpa-catalogue-card__content{display:block;padding:18px 19px 14px}
.dpa-catalogue-card__eyebrow{display:block;color:#b37700;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.dpa-catalogue-card__title{display:block;margin-top:7px;color:#082650;font-size:19px;line-height:1.24;letter-spacing:-.018em}
.dpa-catalogue-card__facts{display:grid;gap:7px;margin-top:14px;color:#52657e;font-size:12px;line-height:1.4}
.dpa-catalogue-card__facts>span{display:grid;grid-template-columns:58px minmax(0,1fr);gap:7px}
.dpa-catalogue-card__facts b{color:#173458;font-weight:850}
.dpa-catalogue-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 19px 18px;border-top:1px solid #edf1f6}
.dpa-catalogue-card__price{color:#082650;font-size:20px;font-weight:900;white-space:nowrap}
.dpa-catalogue-card__button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:10px 15px;border:1px solid #ffb719;border-radius:8px;background:#ffb719;color:#071e45!important;font-size:11px;font-weight:900;text-align:center;text-decoration:none!important}
.dpa-catalogue-card__button.is-secondary{border-color:#ccd8e6;background:#fff}
.dpa-catalogue-card__button.is-disabled{border-color:#e0e5eb;background:#eef1f5;color:#7d8997!important}
.dpa-course-catalogue-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px;margin-top:34px}
.dpa-course-catalogue-pagination .page-numbers{min-width:42px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid #d4dfeb;border-radius:9px;background:#fff;color:#0b326d;font-size:13px;font-weight:850;text-decoration:none}
.dpa-course-catalogue-pagination .page-numbers.current{border-color:#0b326d;background:#0b326d;color:#fff}
.dpa-course-catalogue-empty{padding:54px 28px;border:1px solid #dce5ef;border-radius:18px;background:#fff;text-align:center}
.dpa-course-catalogue-empty h2{margin:0;color:#082650}
.dpa-course-catalogue-empty p{margin:12px auto 22px;max-width:520px;color:#607086}
@media(max-width:980px){.dpa-course-catalogue-toolbar{grid-template-columns:1fr 1fr}.dpa-course-filter-search{grid-column:1/-1}.dpa-course-catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dpa-course-catalogue-hero{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.dpa-course-catalogue-page{padding:28px 0 58px}.dpa-course-catalogue-shell{width:calc(100% - 28px)}.dpa-course-catalogue-hero{padding:27px 22px;border-radius:17px}.dpa-course-catalogue-toolbar{grid-template-columns:1fr;padding:15px}.dpa-course-filter-search{grid-column:auto}.dpa-course-filter-actions{justify-content:space-between}.dpa-course-catalogue-grid{grid-template-columns:1fr}.dpa-catalogue-card__footer{align-items:stretch;flex-direction:column}.dpa-catalogue-card__button{width:100%}.dpa-course-catalogue-pagination{gap:5px}.dpa-course-catalogue-pagination .page-numbers{min-width:39px;min-height:39px;padding:0 10px}}

/* V5.95: reliable native impact-planner start action */
#impact-planner-controls{scroll-margin-top:140px;outline:0;transition:box-shadow .25s ease,transform .25s ease}

@media (prefers-reduced-motion:reduce){#impact-planner-controls{transition:none}}

/* V5.96: the impact planner is directly interactive, with no redundant start button. */
.dpa-impact-guidance{margin:0;padding:13px 14px;border-left:3px solid #f2b500;border-radius:0 8px 8px 0;background:rgba(255,255,255,.72);color:#33435f!important;font-size:11px!important;line-height:1.55}
.dpa-impact-start-field>span:first-child{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.dpa-impact-start-field>span:first-child strong{display:inline-flex;align-items:center;min-height:24px;padding:4px 9px;border-radius:999px;background:#f2b500;color:#071d45;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.dpa-impact-controls input[type=range]:focus-visible{outline:3px solid rgba(29,90,159,.28);outline-offset:5px;border-radius:999px}
@media (max-width:760px){.dpa-impact-guidance{margin-top:2px}}


/* V5.98 live basket, checkout learner details and calendar actions */
.dpa-cart-auto-update-note{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  margin-right:auto;
  color:#53627a;
  font-size:13px;
  font-weight:700;
}
.dpa-cart-auto-update-note::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#1f9d68;
  box-shadow:0 0 0 4px rgba(31,157,104,.12);
}
body.dpa-basket-is-updating .woocommerce-cart-form{
  opacity:.72;
  pointer-events:none;
}
body.dpa-basket-is-updating .woocommerce-cart-form::after{
  content:"Updating basket…";
  position:absolute;
  inset:18px 18px auto auto;
  z-index:4;
  padding:8px 12px;
  border-radius:999px;
  background:#071d45;
  color:#fff;
  font-size:12px;
  font-weight:800;
  box-shadow:0 10px 24px rgba(7,29,69,.18);
}
.woocommerce-cart-form{position:relative}

body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-learner-details-card{
  margin:20px 0 0;
  padding:26px;
  border:1px solid #dce5f0;
  border-radius:20px;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  box-shadow:0 16px 40px rgba(7,29,69,.08);
}
.dpa-learner-details-card__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
  padding-bottom:20px;
  border-bottom:1px solid #e3eaf3;
}
.dpa-learner-details-card__header>div>span{
  display:block;
  margin-bottom:6px;
  color:#b77b09;
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.dpa-learner-details-card__header h3{
  margin:0 0 7px;
  color:#071d45;
  font-size:25px;
  line-height:1.15;
}
.dpa-learner-details-card__header p{
  max-width:650px;
  margin:0;
  color:#5b687d;
  font-size:14px;
  line-height:1.65;
}
.dpa-learner-details-card__badge{
  flex:0 0 auto;
  padding:7px 11px;
  border-radius:999px;
  background:#fff2cf;
  color:#805500;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.dpa-learner-course-groups{display:grid;gap:18px;margin-top:20px}
.dpa-learner-course-group{
  padding:18px;
  border:1px solid #e3eaf3;
  border-radius:15px;
  background:#fff;
}
.dpa-learner-course-group__heading{
  display:flex;
  justify-content:space-between;
  gap:15px;
  align-items:center;
  margin-bottom:15px;
}
.dpa-learner-course-group__heading strong{color:#071d45;font-size:15px}
.dpa-learner-course-group__heading span{
  padding:5px 9px;
  border-radius:999px;
  background:#edf3fa;
  color:#42536d;
  font-size:11px;
  font-weight:800;
}
.dpa-learner-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.dpa-learner-field label{
  display:block;
  margin-bottom:7px;
  color:#263a59;
  font-size:12px;
  font-weight:800;
}
.dpa-learner-field input{
  width:100%;
  min-height:46px;
  padding:10px 13px;
  border:1px solid #cad5e4;
  border-radius:10px;
  background:#fff;
  color:#071d45;
  font:inherit;
}
.dpa-learner-field input:focus{
  border-color:#1b67c9;
  outline:3px solid rgba(27,103,201,.14);
  outline-offset:1px;
}

.dpa-checkout-place-editor{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 10px;
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #e4eaf2;
}
.dpa-checkout-place-editor>span{
  color:#53627a;
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.dpa-checkout-place-control{
  display:inline-grid;
  grid-template-columns:32px 44px 32px;
  align-items:center;
  overflow:hidden;
  border:1px solid #cbd6e5;
  border-radius:9px;
  background:#fff;
}
.dpa-checkout-place-control button,
.dpa-checkout-place-control input{
  width:100%;
  height:34px;
  margin:0;
  padding:0;
  border:0;
  background:#fff;
  color:#071d45;
  text-align:center;
  font-weight:900;
}
.dpa-checkout-place-control button{cursor:pointer;font-size:18px}
.dpa-checkout-place-control button:hover{background:#edf4fc}
.dpa-checkout-place-control input{
  border-right:1px solid #e1e7ef;
  border-left:1px solid #e1e7ef;
  appearance:textfield;
  -moz-appearance:textfield;
}
.dpa-checkout-place-control input::-webkit-outer-spin-button,
.dpa-checkout-place-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.dpa-checkout-place-editor small{
  flex-basis:100%;
  min-height:16px;
  color:#24724f;
  font-size:11px;
  font-weight:700;
}
.dpa-checkout-place-editor small.is-error{color:#ad322c}
.dpa-checkout-place-editor.is-updating{opacity:.68;pointer-events:none}

.dpa-order-calendar-panel{
  display:grid;
  grid-template-columns:minmax(0,.75fr) minmax(380px,1.25fr);
  gap:24px;
  align-items:center;
  margin-top:22px;
  padding:24px;
  border:1px solid #d9e4f0;
  border-radius:18px;
  background:linear-gradient(135deg,#f7fbff 0%,#fffaf0 100%);
}
.dpa-order-calendar-panel>div:first-child>span{
  display:block;
  margin-bottom:5px;
  color:#b77b09;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.dpa-order-calendar-panel h3{margin:0 0 7px;color:#071d45;font-size:22px}
.dpa-order-calendar-panel p{margin:0;color:#5b687d;font-size:13px;line-height:1.6}
.dpa-order-calendar-panel__courses{display:grid;gap:12px}
.dpa-order-calendar-panel__courses article{
  padding:14px;
  border:1px solid #e0e7f0;
  border-radius:13px;
  background:#fff;
}
.dpa-order-calendar-panel__courses article>strong{display:block;margin-bottom:9px;color:#071d45;font-size:13px}
.dpa-calendar-actions>span{
  display:block;
  margin-bottom:7px;
  color:#53627a;
  font-size:11px;
  font-weight:800;
}
.dpa-calendar-actions>div{display:flex;flex-wrap:wrap;gap:8px}
.dpa-calendar-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 12px;
  border:1px solid #c9d5e4;
  border-radius:9px;
  background:#fff;
  color:#071d45;
  font-size:11px;
  font-weight:900;
  text-decoration:none;
}
.dpa-calendar-button:hover{border-color:#071d45;background:#f1f5fa;color:#071d45}
.dpa-calendar-button--google{border-color:#0d5fbd;background:#0d5fbd;color:#fff}
.dpa-calendar-button--google:hover{background:#084d9c;color:#fff}
.dpa-order-item__body>.dpa-calendar-actions{
  margin-top:14px;
  padding-top:13px;
  border-top:1px solid #e4eaf2;
}

@media (max-width:900px){
  .dpa-order-calendar-panel{grid-template-columns:1fr}
}
@media (max-width:680px){
  body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-learner-details-card{padding:20px 17px}
  .dpa-learner-details-card__header{display:block}
  .dpa-learner-details-card__badge{display:inline-flex;margin-top:12px}
  .dpa-learner-fields{grid-template-columns:1fr}
  .dpa-learner-course-group__heading{align-items:flex-start;flex-direction:column;gap:7px}
  .dpa-order-calendar-panel{padding:19px 16px}
  .dpa-calendar-actions>div{display:grid;grid-template-columns:1fr}
  .dpa-calendar-button{width:100%}
  .dpa-cart-auto-update-note{width:100%;margin:0 0 10px}
}


/* V5.100 checkout cleanup: empty legacy wrappers must not render as cards. */
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-main-column > div:empty,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-1 > div:empty,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-2 > div:empty,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-2 > section:empty{
  display:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
}
body.dpa-checkout-quantity-updating .dpa-checkout-summary-column{
  opacity:.72;
  pointer-events:none;
}

/* V5.101 source-level checkout correction. */
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields:empty,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields:not(:has(.shipping_address, .form-row, input:not([type="hidden"]), select, textarea)){
  display:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-terms-and-conditions-checkbox-text a{
  color:#0b5cad!important;
  font-weight:850;
  text-decoration:underline!important;
  text-underline-offset:3px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-terms-and-conditions-checkbox-text a:hover,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-terms-and-conditions-checkbox-text a:focus-visible{
  color:#073d78!important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-place-editor.is-updating{
  opacity:.65;
  pointer-events:none;
}


/* V5.102: accessible in-checkout terms modal and WooCommerce-session quantity controls. */
body.dpa-terms-modal-open{overflow:hidden}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-terms-modal-link{
  appearance:none;
  border:0;
  padding:0;
  background:transparent;
  color:#0b5cad;
  font:inherit;
  font-weight:850;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-terms-modal-link:hover,
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-terms-modal-link:focus-visible{color:#073d78}
.dpa-terms-modal[hidden]{display:none!important}
.dpa-terms-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:24px}
.dpa-terms-modal__backdrop{position:absolute;inset:0;background:rgba(3,19,49,.72);backdrop-filter:blur(5px)}
.dpa-terms-modal__dialog{
  position:relative;
  z-index:1;
  width:min(940px,100%);
  max-height:min(86vh,900px);
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  overflow:hidden;
  border:1px solid #d7e0ec;
  border-radius:22px;
  background:#fff;
  box-shadow:0 28px 90px rgba(2,20,52,.3);
  outline:0;
}
.dpa-terms-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 26px;background:linear-gradient(135deg,#061f4c,#114789);color:#fff}
.dpa-terms-modal__header span{display:block;margin-bottom:4px;color:#ffbf2f;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.dpa-terms-modal__header h2{margin:0;color:#fff;font-size:28px;line-height:1.12}
.dpa-terms-modal__close{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:26px;line-height:1;cursor:pointer}
.dpa-terms-modal__close:hover,.dpa-terms-modal__close:focus-visible{background:#fff;color:#071d45}
.dpa-terms-modal__content{overflow:auto;padding:25px 28px;background:#f8fafc;color:#23354f}
.dpa-terms-modal__content .dpa-legal-section{margin:0 0 18px;padding:22px;border:1px solid #dfe7f1;border-radius:15px;background:#fff;box-shadow:none}
.dpa-terms-modal__content .dpa-legal-toc{margin:0 0 18px;padding:20px;border-radius:15px;background:#eef4fb}
.dpa-terms-modal__content h2,.dpa-terms-modal__content h3{color:#071d45}
.dpa-terms-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 26px;border-top:1px solid #dfe7f1;background:#fff}
.dpa-terms-modal__footer>a{color:#0b5cad;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.dpa-terms-modal__footer .dpa-button{min-width:120px}
@media(max-width:680px){
  .dpa-terms-modal{padding:10px}
  .dpa-terms-modal__dialog{max-height:94vh;border-radius:16px}
  .dpa-terms-modal__header{padding:18px}
  .dpa-terms-modal__header h2{font-size:22px}
  .dpa-terms-modal__content{padding:16px}
  .dpa-terms-modal__content .dpa-legal-section{padding:17px}
  .dpa-terms-modal__footer{align-items:stretch;flex-direction:column;padding:15px 18px}
  .dpa-terms-modal__footer .dpa-button{width:100%}
}

/* V5.103: reliable checkout learner controls and clearer terms presentation. */
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-place-control button:disabled{
  cursor:not-allowed;
  opacity:.38;
  background:#f3f5f8;
  color:#748197;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-place-control button:not(:disabled):focus-visible{
  position:relative;
  z-index:1;
  outline:3px solid rgba(11,92,173,.22);
  outline-offset:-2px;
}
.dpa-terms-modal__content{
  scroll-behavior:smooth;
  overscroll-behavior:contain;
}
.dpa-terms-modal__intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(220px,300px);
  gap:24px;
  align-items:start;
  margin:0 0 22px;
  padding:24px 25px;
  border:1px solid #d7e3f1;
  border-radius:16px;
  background:linear-gradient(135deg,#fff 0%,#f0f6fd 100%);
  box-shadow:0 10px 28px rgba(3,29,73,.06);
}
.dpa-terms-modal__intro>div>span{
  display:block;
  margin-bottom:7px;
  color:#a96f00;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.dpa-terms-modal__intro h3{
  margin:0 0 9px;
  color:#071d45;
  font-size:21px;
  line-height:1.2;
}
.dpa-terms-modal__intro p{
  margin:0;
  color:#53657e;
  font-size:13px;
  line-height:1.7;
}
.dpa-terms-modal__intro dl{
  display:grid;
  gap:10px;
  margin:0;
}
.dpa-terms-modal__intro dl>div{
  padding:12px 14px;
  border:1px solid #dce5f0;
  border-radius:11px;
  background:#fff;
}
.dpa-terms-modal__intro dt{
  margin:0 0 3px;
  color:#718097;
  font-size:9px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.dpa-terms-modal__intro dd{
  margin:0;
  color:#102e59;
  font-size:12px;
  font-weight:850;
  line-height:1.45;
}
.dpa-terms-modal__policy{
  counter-reset:dpa-modal-terms;
}
.dpa-terms-modal__policy .dpa-legal-toc{
  margin:0 0 22px;
  padding:20px 21px;
  border:1px solid #d6e1ee;
  border-radius:15px;
  background:#fff;
}
.dpa-terms-modal__policy .dpa-legal-toc strong{
  display:block;
  margin-bottom:12px;
  color:#071d45;
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.dpa-terms-modal__policy .dpa-legal-toc ol{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 18px;
  margin:0;
  padding:0;
  list-style:none;
  columns:auto;
}
.dpa-terms-modal__policy .dpa-legal-toc li{
  margin:0;
  padding:0;
}
.dpa-terms-modal__policy .dpa-legal-toc a{
  display:flex;
  align-items:center;
  min-height:38px;
  padding:8px 11px;
  border:1px solid #e0e7f0;
  border-radius:9px;
  background:#f7f9fc;
  color:#174a86;
  font-size:12px;
  font-weight:800;
  line-height:1.35;
  text-decoration:none;
}
.dpa-terms-modal__policy .dpa-legal-toc a:hover,
.dpa-terms-modal__policy .dpa-legal-toc a:focus-visible{
  border-color:#c8a13b;
  background:#fff8e8;
  color:#071d45;
}
.dpa-terms-modal__policy .dpa-legal-section{
  counter-increment:dpa-modal-terms;
  position:relative;
  margin:0 0 15px;
  padding:21px 22px 21px 66px;
  border:1px solid #dfe7f1;
  border-radius:15px;
  background:#fff;
  box-shadow:0 7px 20px rgba(3,29,73,.045);
  scroll-margin-top:18px;
}
.dpa-terms-modal__policy .dpa-legal-section::before{
  content:counter(dpa-modal-terms,decimal-leading-zero);
  position:absolute;
  top:21px;
  left:20px;
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:9px;
  background:#071d45;
  color:#ffbf2f;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
}
.dpa-terms-modal__policy .dpa-legal-section h2{
  margin:1px 0 11px;
  color:#071d45;
  font-size:18px;
  line-height:1.25;
}
.dpa-terms-modal__policy .dpa-legal-section p,
.dpa-terms-modal__policy .dpa-legal-section li{
  color:#4b5e78;
  font-size:13px;
  line-height:1.72;
}
.dpa-terms-modal__policy .dpa-legal-section p:last-child{
  margin-bottom:0;
}
@media(max-width:680px){
  .dpa-terms-modal__intro{
    grid-template-columns:1fr;
    gap:16px;
    padding:19px 18px;
  }
  .dpa-terms-modal__policy .dpa-legal-toc ol{
    grid-template-columns:1fr;
  }
  .dpa-terms-modal__policy .dpa-legal-section{
    padding:58px 17px 18px;
  }
  .dpa-terms-modal__policy .dpa-legal-section::before{
    top:17px;
    left:17px;
  }
}


/* V5.105 checkout-only: professional learner places card and confirmed cart updates. */
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name .dpa-checkout-place-editor{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:14px 18px;
  width:100%;
  margin:15px 0 4px;
  padding:16px 17px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:14px;
  background:linear-gradient(135deg,#08285b 0%,#0c4f99 58%,#1268bc 100%);
  color:#fff;
  box-shadow:0 12px 26px rgba(5,39,88,.18);
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-editor__copy{
  min-width:0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-editor__copy>span{
  display:block;
  margin:0 0 4px;
  color:#ffd267;
  font-size:9px;
  font-weight:950;
  letter-spacing:.11em;
  line-height:1.35;
  text-transform:uppercase;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-editor__copy>strong{
  display:block;
  margin:0;
  color:#fff;
  font-size:17px;
  font-weight:900;
  letter-spacing:-.015em;
  line-height:1.2;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-editor__copy>small{
  display:block;
  margin:5px 0 0;
  color:rgba(255,255,255,.78);
  font-size:10px;
  font-weight:600;
  line-height:1.45;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control{
  display:grid;
  grid-template-columns:38px 48px 38px;
  align-items:center;
  overflow:hidden;
  flex:0 0 auto;
  border:1px solid rgba(255,255,255,.72);
  border-radius:11px;
  background:#fff;
  box-shadow:0 7px 18px rgba(1,20,51,.2);
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control button,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control input{
  width:100%!important;
  min-width:0!important;
  height:40px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#08285b!important;
  -webkit-text-fill-color:#08285b;
  opacity:1;
  text-align:center;
  font-family:inherit;
  font-size:16px;
  font-weight:950;
  line-height:40px;
  box-shadow:none!important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control input{
  border-right:1px solid #dce5ef!important;
  border-left:1px solid #dce5ef!important;
  background:#f3f7fc!important;
  pointer-events:auto;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control button{
  cursor:pointer;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control button:not(:disabled):hover,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control button:not(:disabled):focus-visible{
  background:#ffd267!important;
  color:#071d45!important;
  -webkit-text-fill-color:#071d45;
  outline:0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control button:disabled{
  cursor:not-allowed;
  background:#edf1f6!important;
  color:#9aa7b8!important;
  -webkit-text-fill-color:#9aa7b8;
  opacity:1;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-editor__status{
  grid-column:1 / -1;
  min-height:0;
  margin:0;
  color:#c8f5dd;
  font-size:10px;
  font-weight:800;
  line-height:1.4;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-editor__status:empty{
  display:none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-editor__status.is-error{
  color:#ffe2df;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-editor.is-updating{
  opacity:.78;
  pointer-events:none;
}
@media(max-width:680px){
  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name .dpa-checkout-place-editor{
    grid-template-columns:1fr;
    gap:13px;
    padding:15px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control{
    width:124px;
  }
}

/* V5.106 checkout-only: resilient learner controls with a visible count. */
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control input[data-checkout-quantity-input]{
  display:none!important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control a,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control button,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control__value{
  display:grid;
  place-items:center;
  width:100%!important;
  min-width:0!important;
  height:40px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#08285b!important;
  -webkit-text-fill-color:#08285b;
  opacity:1;
  text-align:center;
  font-family:inherit;
  font-size:16px;
  font-weight:950;
  line-height:40px;
  text-decoration:none!important;
  box-shadow:none!important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control__value{
  border-right:1px solid #dce5ef!important;
  border-left:1px solid #dce5ef!important;
  background:#f3f7fc!important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control a{
  cursor:pointer;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control a:hover,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .dpa-checkout-place-control a:focus-visible{
  background:#ffd267!important;
  color:#071d45!important;
  -webkit-text-fill-color:#071d45;
  outline:0;
}


/* V5.107 checkout-only: professional course schedule details beneath the learner card. */
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name dl.variation{
  display:grid;
  grid-template-columns:82px minmax(0,1fr);
  align-items:center;
  gap:9px 13px;
  width:100%;
  margin:13px 0 2px;
  padding:14px 15px;
  border:1px solid #d9e6f3;
  border-radius:12px;
  background:linear-gradient(145deg,#f7faff 0%,#edf5fd 100%);
  color:#102e60;
  box-shadow:0 7px 18px rgba(3,29,73,.055);
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name dl.variation::before{
  content:"Course schedule";
  grid-column:1 / -1;
  display:block;
  margin:0 0 2px;
  color:#0a4b91;
  font-size:10px;
  font-weight:950;
  letter-spacing:.09em;
  line-height:1.3;
  text-transform:uppercase;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name dl.variation dt,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name dl.variation dd{
  display:block;
  float:none;
  clear:none;
  width:auto;
  margin:0!important;
  padding:0!important;
  line-height:1.45;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name dl.variation dt{
  color:#64758d;
  font-size:9px;
  font-weight:900;
  letter-spacing:.065em;
  text-transform:uppercase;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name dl.variation dd{
  min-width:0;
  color:#102e60;
  font-size:11px;
  font-weight:850;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name dl.variation dd p{
  display:inline;
  margin:0!important;
  padding:0!important;
  color:inherit;
  font:inherit;
  line-height:inherit;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name dl.variation dt.variation-Booking,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name dl.variation dd.variation-Booking{
  display:none!important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name ul.wc-item-meta{
  display:grid;
  gap:8px;
  width:100%;
  margin:13px 0 2px!important;
  padding:14px 15px!important;
  border:1px solid #d9e6f3;
  border-radius:12px;
  background:linear-gradient(145deg,#f7faff 0%,#edf5fd 100%);
  box-shadow:0 7px 18px rgba(3,29,73,.055);
  list-style:none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name ul.wc-item-meta::before{
  content:"Course schedule";
  display:block;
  margin:0 0 2px;
  color:#0a4b91;
  font-size:10px;
  font-weight:950;
  letter-spacing:.09em;
  line-height:1.3;
  text-transform:uppercase;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name ul.wc-item-meta li{
  display:grid;
  grid-template-columns:82px minmax(0,1fr);
  align-items:center;
  gap:13px;
  margin:0!important;
  padding:0!important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name ul.wc-item-meta .wc-item-meta-label{
  color:#64758d;
  font-size:9px;
  font-weight:900;
  letter-spacing:.065em;
  line-height:1.45;
  text-transform:uppercase;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name ul.wc-item-meta p{
  margin:0!important;
  color:#102e60;
  font-size:11px;
  font-weight:850;
  line-height:1.45;
}
@media(max-width:680px){
  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name dl.variation,
  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name ul.wc-item-meta{
    grid-template-columns:72px minmax(0,1fr);
    padding:13px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review .product-name ul.wc-item-meta li{
    grid-template-columns:72px minmax(0,1fr);
  }
}

/* ================================================================
   V5.112 checkout-only restoration
   Restores the approved two-column checkout presentation removed
   during the native course-system cleanup. No course or route styles.
   ================================================================ */
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.dpa-checkout-enhanced{
  display:block!important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-columns{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.82fr);
  gap:30px;
  align-items:start;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-main-column{
  display:grid;
  gap:20px;
  min-width:0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-summary-column{
  position:sticky;
  top:132px;
  min-width:0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-summary-column #order_review_heading{
  display:block!important;
  margin:0 0 13px!important;
  padding:0 2px!important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-summary-column #order_review{
  position:static!important;
  margin:0!important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-main-column>*,
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-main-column #customer_details{
  grid-column:auto!important;
  width:100%!important;
  margin:0!important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-main-column>.woocommerce-billing-fields,
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-main-column>.woocommerce-shipping-fields,
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-main-column>.woocommerce-additional-fields,
body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-main-column>div:not(#customer_details):not(.woocommerce-NoticeGroup):not(.woocommerce-notices-wrapper){
  max-width:none;
}
@media (max-width:1020px){
  body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-columns{
    grid-template-columns:minmax(0,1fr) 360px;
  }
}
@media (max-width:860px){
  body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-columns{
    grid-template-columns:1fr;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) .dpa-checkout-summary-column{
    position:static;
  }
}
