:root{--navy:#061428;--navy2:#0b1d35;--blue:#102b4d;--gold:#d8b45a;--gold2:#f0d481;--text:#eef4fb;--muted:#aebbd0;--line:rgba(255,255,255,.13);--card:rgba(255,255,255,.055);--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at top left,#102b4d 0,#061428 38%,#030914 100%);color:var(--text);line-height:1.65}a{color:inherit}.container{width:min(var(--max),calc(100% - 36px));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:8px;background:#fff;color:#000;padding:8px;z-index:99}.skip-link:focus{left:8px}.site-header{position:sticky;top:0;z-index:50;background:rgba(6,20,40,.86);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:78px}.brand img{max-width:210px;height:auto;display:block}.primary-nav{display:flex;gap:18px;align-items:center;font-size:14px}.primary-nav a{text-decoration:none;color:var(--muted);font-weight:650}.primary-nav a:hover{color:#fff}.menu-toggle{display:none;background:transparent;color:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 14px}.hero{padding:84px 0 60px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(130deg,rgba(216,180,90,.16),transparent 35%),radial-gradient(circle at 80% 20%,rgba(45,112,190,.25),transparent 35%);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:44px;align-items:center}.eyebrow{color:var(--gold2);text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:12px;margin:0 0 16px}.hero h1{font-size:clamp(38px,5.4vw,74px);line-height:1.02;margin:0 0 22px;letter-spacing:-.045em}.hero-intro{font-size:clamp(18px,2vw,22px);color:var(--muted);max-width:760px;margin:0}.button-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:13px 20px;font-weight:800;border:1px solid var(--line);transition:.22s ease}.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#061428}.btn-secondary{background:rgba(255,255,255,.06);color:#fff}.btn:hover{transform:translateY(-2px);box-shadow:0 16px 35px rgba(0,0,0,.22)}.hero-media{border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 26px 80px rgba(0,0,0,.35);background:#0b1d35}.hero-media img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}.section{padding:62px 0}.section-head{max-width:820px;margin-bottom:28px}.section-head h2,.cta-panel h2{font-size:clamp(28px,4vw,46px);line-height:1.1;margin:0 0 12px;letter-spacing:-.035em}.section-head p,.prose p,.cta-panel p{color:var(--muted);font-size:18px}.prose{max-width:860px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.info-card,.process-card{position:relative;display:block;text-decoration:none;background:linear-gradient(180deg,rgba(255,255,255,.078),rgba(255,255,255,.035));border:1px solid var(--line);border-radius:22px;padding:24px;min-height:170px;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.info-card:before,.process-card:before{content:"";position:absolute;left:24px;right:24px;top:0;height:3px;background:linear-gradient(90deg,var(--gold),transparent);opacity:.45;transition:.22s ease}.info-card:hover,.process-card:hover{transform:translateY(-6px);border-color:rgba(216,180,90,.55);box-shadow:0 24px 60px rgba(0,0,0,.26);background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.045))}.info-card:hover:before,.process-card:hover:before{opacity:1}.info-card h3,.process-card h3{font-size:20px;line-height:1.22;margin:0 0 10px}.info-card p,.process-card p{color:var(--muted);margin:0}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.process-card span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(216,180,90,.14);border:1px solid rgba(216,180,90,.35);color:var(--gold2);font-weight:900;margin-bottom:16px}.section-nav{position:sticky;top:78px;z-index:20;background:rgba(6,20,40,.82);backdrop-filter:blur(14px);border-block:1px solid var(--line)}.section-nav-inner{display:flex;gap:10px;overflow:auto;padding:12px 0}.section-nav a{white-space:nowrap;text-decoration:none;font-size:13px;font-weight:800;color:var(--muted);padding:8px 12px;border:1px solid var(--line);border-radius:999px}.section-nav a:hover{color:#fff;border-color:rgba(216,180,90,.55)}.embed-panel,.cta-panel .narrow{background:rgba(255,255,255,.055);border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.18)}.cta-panel{text-align:center}.narrow{max-width:900px;margin:auto}.centered{justify-content:center}.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.site-footer{border-top:1px solid var(--line);padding:48px 0 22px;background:#030914}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:34px}.footer-logo{max-width:190px;height:auto}.footer-grid h2{font-size:16px;color:var(--gold2);text-transform:uppercase;letter-spacing:.1em}.footer-grid p,.footer-grid a,.footer-bottom{color:var(--muted)}.footer-bottom{border-top:1px solid var(--line);margin-top:28px;padding-top:18px;font-size:14px}@media(max-width:940px){.menu-toggle{display:inline-flex}.primary-nav{display:none;position:absolute;left:18px;right:18px;top:76px;flex-direction:column;align-items:flex-start;background:#061428;border:1px solid var(--line);border-radius:18px;padding:18px}.primary-nav.is-open{display:flex}.hero-grid{grid-template-columns:1fr}.card-grid,.process-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.hero{padding-top:54px}.section{padding:42px 0}}@media(max-width:520px){.container{width:min(100% - 24px,var(--max))}.brand img{max-width:165px}.hero h1{font-size:36px}.embed-panel{padding:20px}.section-nav{top:70px}}
.nav-item{position:relative;display:flex;align-items:center}.nav-item>a{text-decoration:none;color:var(--muted);font-weight:650}.nav-item>a:hover{color:#fff}.sub-menu{position:absolute;left:0;top:100%;min-width:250px;background:#061428;border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:0 24px 60px rgba(0,0,0,.28);display:none;z-index:60}.sub-menu a{display:block;padding:10px 12px;border-radius:10px;white-space:nowrap}.sub-menu a:hover{background:rgba(255,255,255,.06)}.has-children:hover .sub-menu,.has-children:focus-within .sub-menu{display:block}@media(max-width:940px){.nav-item{width:100%;display:block}.sub-menu{position:static;display:block;min-width:0;width:100%;box-shadow:none;background:rgba(255,255,255,.035);margin-top:8px}.sub-menu a{white-space:normal;padding-left:18px}.primary-nav{gap:10px}}


/* Contact page form refinement */
.contact-section{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);gap:24px;align-items:start}.contact-details{display:grid;gap:18px}.contact-card{min-height:auto}.contact-card a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(216,180,90,.4)}.contact-card a:hover{color:var(--gold2);border-bottom-color:var(--gold2)}.contact-form-panel{background:linear-gradient(180deg,rgba(255,255,255,.082),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.16);border-radius:28px;padding:30px;box-shadow:0 24px 70px rgba(0,0,0,.24);overflow:hidden}.form-panel-head{margin-bottom:22px}.form-panel-head .eyebrow{margin-bottom:10px}.form-panel-head h2{font-size:clamp(28px,3.4vw,42px);line-height:1.08;margin:0 0 10px;letter-spacing:-.035em}.form-panel-head p:not(.eyebrow){color:var(--muted);margin:0;font-size:17px}.contact-form-fallback{border:1px dashed rgba(216,180,90,.42);border-radius:20px;padding:22px;background:rgba(216,180,90,.055)}.contact-form-fallback p{color:var(--muted);margin:0 0 16px}.contact-form-panel form{display:grid;gap:16px}.contact-form-panel p{margin:0}.contact-form-panel label,.contact-form-panel .forminator-label,.contact-form-panel .wpforms-field-label,.contact-form-panel .gfield_label,.embed-panel label{display:block;color:#eef4fb;font-weight:750;font-size:14px;margin:0 0 7px}.contact-form-panel input[type="text"],.contact-form-panel input[type="email"],.contact-form-panel input[type="tel"],.contact-form-panel input[type="url"],.contact-form-panel input[type="number"],.contact-form-panel input[type="date"],.contact-form-panel select,.contact-form-panel textarea,.embed-panel input[type="text"],.embed-panel input[type="email"],.embed-panel input[type="tel"],.embed-panel input[type="url"],.embed-panel input[type="number"],.embed-panel input[type="date"],.embed-panel select,.embed-panel textarea{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(3,9,20,.55);color:#fff;padding:12px 14px;font:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.contact-form-panel textarea,.embed-panel textarea{min-height:138px;resize:vertical}.contact-form-panel input::placeholder,.contact-form-panel textarea::placeholder,.embed-panel input::placeholder,.embed-panel textarea::placeholder{color:rgba(174,187,208,.75)}.contact-form-panel input:focus,.contact-form-panel select:focus,.contact-form-panel textarea:focus,.embed-panel input:focus,.embed-panel select:focus,.embed-panel textarea:focus{border-color:rgba(216,180,90,.78);box-shadow:0 0 0 4px rgba(216,180,90,.13);background:rgba(3,9,20,.72)}.contact-form-panel input[type="checkbox"],.contact-form-panel input[type="radio"],.embed-panel input[type="checkbox"],.embed-panel input[type="radio"]{accent-color:var(--gold);width:18px;height:18px;margin-right:8px}.contact-form-panel input[type="submit"],.contact-form-panel button[type="submit"],.contact-form-panel .forminator-button-submit,.contact-form-panel .wpforms-submit,.contact-form-panel .gform_button,.embed-panel input[type="submit"],.embed-panel button[type="submit"],.embed-panel .forminator-button-submit{display:inline-flex;align-items:center;justify-content:center;width:auto;min-height:48px;border:1px solid transparent;border-radius:999px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#061428;padding:13px 22px;font-weight:900;cursor:pointer;box-shadow:none;transition:transform .22s ease,box-shadow .22s ease}.contact-form-panel input[type="submit"]:hover,.contact-form-panel button[type="submit"]:hover,.contact-form-panel .forminator-button-submit:hover,.contact-form-panel .wpforms-submit:hover,.contact-form-panel .gform_button:hover,.embed-panel input[type="submit"]:hover,.embed-panel button[type="submit"]:hover,.embed-panel .forminator-button-submit:hover{transform:translateY(-2px);box-shadow:0 16px 35px rgba(0,0,0,.22)}.contact-form-panel .wpcf7-not-valid-tip,.contact-form-panel .forminator-error-message,.contact-form-panel .wpforms-error,.contact-form-panel .validation_message,.embed-panel .wpcf7-not-valid-tip,.embed-panel .forminator-error-message{display:block;color:#ffd8d8;font-size:13px;font-weight:700;margin-top:6px}.contact-form-panel .wpcf7-response-output,.contact-form-panel .forminator-response-message,.contact-form-panel .wpforms-confirmation-container-full,.embed-panel .wpcf7-response-output,.embed-panel .forminator-response-message{margin:18px 0 0!important;border-radius:16px!important;padding:14px 16px!important;background:rgba(255,255,255,.07)!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important}.contact-form-panel .wpcf7 form.invalid .wpcf7-response-output,.contact-form-panel .wpcf7 form.unaccepted .wpcf7-response-output,.contact-form-panel .wpcf7 form.payment-required .wpcf7-response-output{border-color:rgba(255,216,216,.55)!important}.contact-form-panel .wpcf7-spinner{vertical-align:middle;margin-left:12px}.contact-form-panel .forminator-row,.embed-panel .forminator-row{margin-bottom:16px!important}.contact-form-panel .forminator-col,.embed-panel .forminator-col{padding:0!important}.contact-form-panel .forminator-ui,.embed-panel .forminator-ui{font:inherit!important;color:#fff!important}.contact-form-panel .forminator-description,.embed-panel .forminator-description{color:var(--muted)!important}.contact-form-panel .forminator-input,.contact-form-panel .forminator-textarea,.contact-form-panel .forminator-select2 + .select2 .select2-selection{background:rgba(3,9,20,.55)!important;color:#fff!important;border-color:rgba(255,255,255,.18)!important;border-radius:14px!important}.contact-form-panel .forminator-button{border-radius:999px!important}.contact-form-panel .screen-reader-response{position:absolute;left:-9999px}.contact-grid{margin-bottom:0}@media(max-width:940px){.contact-section{grid-template-columns:1fr}.contact-form-panel{padding:24px}}@media(max-width:520px){.contact-form-panel{padding:20px;border-radius:22px}.contact-form-panel input[type="submit"],.contact-form-panel button[type="submit"],.contact-form-panel .forminator-button-submit,.contact-form-panel .wpforms-submit,.contact-form-panel .gform_button{width:100%}}

/* Logo refinement: smaller header logo with header-only glow; smaller footer logo without glow. */
.site-header .brand img{
    max-width:150px;
    height:auto;
    filter:drop-shadow(0 0 10px rgba(240,212,129,.28)) drop-shadow(0 0 24px rgba(216,180,90,.16));
}
.site-footer .footer-logo{
    max-width:130px;
    height:auto;
    filter:none !important;
    box-shadow:none !important;
}
@media(max-width:940px){
    .site-header .brand img{max-width:140px;}
    .site-footer .footer-logo{max-width:124px;}
}
@media(max-width:520px){
    .site-header .brand img{max-width:128px;}
    .site-footer .footer-logo{max-width:112px;}
}

/* Home page scenario and accordion refinements: uses existing navy/gold design system only. */
.accordion-list{display:grid;gap:14px;max-width:980px}.accordion-item{position:relative;background:linear-gradient(180deg,rgba(255,255,255,.078),rgba(255,255,255,.035));border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.accordion-item:before{content:"";position:absolute;left:24px;right:24px;top:0;height:3px;background:linear-gradient(90deg,var(--gold),transparent);opacity:.45;transition:.22s ease}.accordion-item:hover,.accordion-item[open]{border-color:rgba(216,180,90,.55);box-shadow:0 24px 60px rgba(0,0,0,.26);background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.045))}.accordion-item:hover{transform:translateY(-3px)}.accordion-item[open]:before,.accordion-item:hover:before{opacity:1}.accordion-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;color:#fff;font-weight:900;font-size:18px;line-height:1.25}.accordion-item summary::-webkit-details-marker{display:none}.accordion-item summary:after{content:"+";display:inline-grid;place-items:center;flex:0 0 auto;width:34px;height:34px;border-radius:50%;background:rgba(216,180,90,.14);border:1px solid rgba(216,180,90,.35);color:var(--gold2);font-weight:900}.accordion-item[open] summary:after{content:"–"}.accordion-content{padding:0 24px 24px}.accordion-content p{color:var(--muted);margin:0;font-size:16px}.scenario-grid{margin-bottom:18px}.scenario-card{min-height:150px}.scenario-accordion{margin-top:18px}.scenario-accordion .accordion-item:first-child{border-color:rgba(216,180,90,.42)}@media(max-width:940px){.accordion-list{max-width:none}.scenario-grid{grid-template-columns:1fr}}@media(max-width:520px){.accordion-item summary{padding:20px;font-size:16px}.accordion-content{padding:0 20px 20px}.accordion-item summary:after{width:30px;height:30px}}

/* Uploaded page-content refinements: profile card uses existing navy/gold design system. */
.profile-card{display:grid;grid-template-columns:minmax(220px,.42fr) minmax(0,.58fr);gap:28px;align-items:center;background:linear-gradient(180deg,rgba(255,255,255,.078),rgba(255,255,255,.035));border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.18);overflow:hidden}.profile-media{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#0b1d35}.profile-media img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover}.profile-copy h3{font-size:clamp(28px,3.8vw,44px);line-height:1.08;margin:0 0 16px;letter-spacing:-.035em}.profile-copy p{color:var(--muted);font-size:17px}.profile-copy .eyebrow{color:var(--gold2);font-size:12px;margin:0 0 12px}@media(max-width:940px){.profile-card{grid-template-columns:1fr}.profile-media img{aspect-ratio:16/10}}

/* Mobile menu behaviour fix: close-on-scroll JS support, non-sticky overlay, safe containment. */
@media(max-width:940px){
    .site-header{z-index:1000;}
    .primary-nav{
        position:fixed !important;
        left:18px !important;
        right:18px !important;
        top:76px !important;
        display:flex !important;
        flex-direction:column;
        align-items:flex-start;
        max-height:calc(100dvh - 96px);
        overflow-y:auto;
        overscroll-behavior:contain;
        -webkit-overflow-scrolling:touch;
        background:#061428;
        border:1px solid var(--line);
        border-radius:18px;
        padding:18px;
        box-shadow:0 24px 70px rgba(0,0,0,.34);
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transform:translateY(-8px);
        transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s;
    }
    .primary-nav.is-open{
        opacity:1;
        visibility:visible;
        pointer-events:auto;
        transform:translateY(0);
        transition:opacity .22s ease,transform .22s ease;
    }
    .primary-nav .nav-item,
    .primary-nav .sub-menu,
    .primary-nav a{
        max-width:100%;
        overflow-wrap:anywhere;
        word-break:normal;
    }
    .mobile-menu-open .site-header{
        box-shadow:0 18px 60px rgba(0,0,0,.26);
    }
}
@media(max-width:520px){
    .primary-nav{
        left:12px !important;
        right:12px !important;
        top:70px !important;
        max-height:calc(100dvh - 86px);
        padding:16px;
    }
}

/* Verified company-email gate for the AI Readiness Scorecard */
.scorecard-gate-panel{overflow:hidden;word-break:normal;overflow-wrap:anywhere}.scorecard-gate{display:grid;grid-template-columns:minmax(0,.92fr) minmax(280px,1.08fr);gap:26px;align-items:start}.scorecard-gate-copy{min-width:0}.scorecard-gate-copy h2,.scorecard-verified-head h2{font-size:clamp(28px,3.2vw,42px);line-height:1.08;margin:0 0 12px;letter-spacing:-.035em}.scorecard-gate-copy p:not(.eyebrow),.scorecard-verified-head p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.7;margin:0 0 12px}.scorecard-access-form{display:grid;gap:14px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:24px;min-width:0}.scorecard-access-form label{display:block;color:#eef4fb;font-weight:800;font-size:14px;margin:0}.scorecard-access-form input[type="email"]{width:100%;min-height:50px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(3,9,20,.58);color:#fff;padding:13px 15px;font:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.scorecard-access-form input[type="email"]::placeholder{color:rgba(174,187,208,.75)}.scorecard-access-form input[type="email"]:focus{border-color:rgba(216,180,90,.78);box-shadow:0 0 0 4px rgba(216,180,90,.13);background:rgba(3,9,20,.74)}.scorecard-access-form .btn{width:max-content;max-width:100%;border:0;cursor:pointer}.scorecard-form-note{font-size:14px!important;color:var(--muted)!important;margin:0!important}.scorecard-message{border-radius:16px;padding:13px 15px;font-size:14px;font-weight:750;line-height:1.45;overflow-wrap:anywhere}.scorecard-message-notice{background:rgba(216,180,90,.12);border:1px solid rgba(216,180,90,.35);color:#fff2c7}.scorecard-message-success{background:rgba(78,190,135,.12);border:1px solid rgba(78,190,135,.35);color:#dcffe9}.scorecard-message-error{background:rgba(255,98,98,.12);border:1px solid rgba(255,160,160,.35);color:#ffe3e3}.scorecard-verified-head{margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12)}@media(max-width:840px){.scorecard-gate{grid-template-columns:1fr}.scorecard-access-form{padding:20px;border-radius:22px}.scorecard-access-form .btn{width:100%}}@media(max-width:520px){.scorecard-gate-copy h2,.scorecard-verified-head h2{font-size:28px}.scorecard-access-form{padding:18px}.scorecard-gate-copy p:not(.eyebrow),.scorecard-verified-head p:not(.eyebrow){font-size:16px}}


/* Home page animation effect only: no home content, layout, colour, navigation or template changes. */
body.home,
body.front-page{
    overflow-x:clip;
}
@supports not (overflow-x:clip){
    body.home,
    body.front-page{overflow-x:hidden;}
}
@media(prefers-reduced-motion:no-preference){
    body.home .ukp-home-reveal,
    body.front-page .ukp-home-reveal{
        opacity:0;
        translate:0 34px;
        filter:blur(5px);
        transition:
            opacity 1.15s cubic-bezier(.16,1,.3,1),
            translate 1.15s cubic-bezier(.16,1,.3,1),
            filter 1.15s cubic-bezier(.16,1,.3,1);
        transition-delay:var(--ukp-home-motion-delay,0ms);
        will-change:opacity,translate,filter;
        backface-visibility:hidden;
        contain:paint;
    }
    body.home .ukp-home-reveal-left,
    body.front-page .ukp-home-reveal-left{translate:-52px 26px;}
    body.home .ukp-home-reveal-right,
    body.front-page .ukp-home-reveal-right{translate:52px 26px;}
    body.home .ukp-home-reveal.is-visible,
    body.front-page .ukp-home-reveal.is-visible{
        opacity:1;
        translate:0 0;
        filter:blur(0);
    }
    body.home .hero-media.ukp-home-reveal.is-visible,
    body.front-page .hero-media.ukp-home-reveal.is-visible{
        animation:ukpHomeMediaFloat 10s ease-in-out 1.2s infinite alternate;
    }
    body.home .hero:before,
    body.front-page .hero:before{
        animation:ukpHomeAurora 16s ease-in-out infinite alternate;
        transform-origin:center;
    }
    body.home .info-card,
    body.home .process-card,
    body.home .accordion-item,
    body.front-page .info-card,
    body.front-page .process-card,
    body.front-page .accordion-item{
        overflow-wrap:anywhere;
        word-break:normal;
    }
    @keyframes ukpHomeMediaFloat{
        from{transform:translate3d(0,0,0) scale(1);}
        to{transform:translate3d(0,-7px,0) scale(1.006);}
    }
    @keyframes ukpHomeAurora{
        from{opacity:.82;transform:scale(1) translate3d(0,0,0);}
        to{opacity:1;transform:scale(1.04) translate3d(-1.5%,1%,0);}
    }
}
@media(max-width:760px) and (prefers-reduced-motion:no-preference){
    body.home .ukp-home-reveal,
    body.home .ukp-home-reveal-left,
    body.home .ukp-home-reveal-right,
    body.front-page .ukp-home-reveal,
    body.front-page .ukp-home-reveal-left,
    body.front-page .ukp-home-reveal-right{
        translate:0 24px;
    }
    body.home .ukp-home-reveal.is-visible,
    body.front-page .ukp-home-reveal.is-visible{
        translate:0 0;
    }
    body.home .hero-media.ukp-home-reveal.is-visible,
    body.front-page .hero-media.ukp-home-reveal.is-visible{
        animation:none;
    }
}
@media(prefers-reduced-motion:reduce){
    body.home .ukp-home-reveal,
    body.front-page .ukp-home-reveal{
        opacity:1!important;
        translate:0 0!important;
        filter:none!important;
        transition:none!important;
        animation:none!important;
    }
    body.home .hero:before,
    body.front-page .hero:before{animation:none!important;}
}

/* About page uploaded founder image placement. */
.profile-media picture{display:block;width:100%;height:100%}.profile-media img{object-position:center top}


/* V6 palette, logo and webinar-card refinement: uploaded colour palette #172029, #bc8d33, #fa7b13, #ffffff. */
:root{
    --navy:#172029;
    --navy2:#172029;
    --blue:#172029;
    --gold:#bc8d33;
    --gold2:#fa7b13;
    --orange:#fa7b13;
    --white:#ffffff;
    --text:#ffffff;
    --muted:rgba(255,255,255,.76);
    --line:rgba(255,255,255,.18);
    --card:rgba(255,255,255,.055);
}
html,body{
    background:#172029 !important;
}
body,
.site-main,
.hero,
.section,
.cta-panel{
    background-color:#172029 !important;
}
.site-header{
    background:rgba(23,32,41,.92) !important;
    border-bottom-color:rgba(255,255,255,.16) !important;
}
.section-nav{
    background:rgba(23,32,41,.88) !important;
    border-block-color:rgba(255,255,255,.16) !important;
}
.site-footer{
    background:#172029 !important;
    border-top-color:rgba(255,255,255,.16) !important;
}
.hero:before{
    background:linear-gradient(130deg,rgba(188,141,51,.18),transparent 34%),radial-gradient(circle at 82% 20%,rgba(250,123,19,.13),transparent 36%) !important;
}
.hero-media,
.profile-media,
.sub-menu,
.primary-nav,
.embed-panel,
.contact-form-panel,
.cta-panel .narrow{
    background-color:#172029 !important;
}
.info-card,
.process-card,
.accordion-item,
.profile-card,
.contact-form-panel,
.embed-panel,
.cta-panel .narrow{
    border-color:rgba(255,255,255,.16) !important;
}
.info-card:before,
.process-card:before,
.accordion-item:before{
    background:linear-gradient(90deg,#bc8d33,#fa7b13,transparent) !important;
}
.info-card:hover,
.process-card:hover,
.accordion-item:hover,
.accordion-item[open]{
    border-color:rgba(188,141,51,.70) !important;
    box-shadow:0 24px 70px rgba(0,0,0,.34),0 0 26px rgba(188,141,51,.12) !important;
}
.eyebrow,
.footer-grid h2,
.process-card span,
.accordion-item summary:after{
    color:#bc8d33 !important;
}
.btn-primary,
.contact-form-panel input[type="submit"],
.contact-form-panel button[type="submit"],
.contact-form-panel .forminator-button-submit,
.contact-form-panel .wpforms-submit,
.contact-form-panel .gform_button,
.embed-panel input[type="submit"],
.embed-panel button[type="submit"],
.embed-panel .forminator-button-submit{
    background:linear-gradient(135deg,#bc8d33,#fa7b13) !important;
    color:#172029 !important;
}
.btn-secondary,
.menu-toggle,
.section-nav a{
    background:rgba(255,255,255,.045) !important;
    border-color:rgba(255,255,255,.18) !important;
}
.site-header .brand img{
    max-width:132px !important;
    height:auto !important;
    filter:drop-shadow(0 0 8px rgba(255,255,255,.95)) drop-shadow(0 0 20px rgba(255,255,255,.68)) drop-shadow(0 0 42px rgba(255,255,255,.36)) drop-shadow(0 0 24px rgba(188,141,51,.34)) !important;
}
.site-footer .footer-logo{
    max-width:112px !important;
    height:auto !important;
    filter:none !important;
    box-shadow:none !important;
}
.nav-item-client-portal > a{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    padding:9px 15px !important;
    border:1px solid rgba(188,141,51,.86) !important;
    border-radius:999px !important;
    background:linear-gradient(135deg,#bc8d33,#fa7b13) !important;
    color:#172029 !important;
    font-weight:900 !important;
    line-height:1 !important;
    box-shadow:0 0 0 1px rgba(255,255,255,.12),0 0 22px rgba(188,141,51,.22) !important;
    white-space:nowrap;
}
.nav-item-client-portal > a:hover,
.nav-item-client-portal:focus-within > a{
    color:#172029 !important;
    border-color:#ffffff !important;
    box-shadow:0 0 0 1px rgba(255,255,255,.38),0 0 30px rgba(255,255,255,.20),0 0 26px rgba(250,123,19,.28) !important;
    transform:translateY(-1px);
}
#upcoming-webinars .info-card,
#upcoming-webinars a.info-card{
    border-color:rgba(188,141,51,.85) !important;
    box-shadow:0 22px 70px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.12),0 0 28px rgba(188,141,51,.34),0 0 44px rgba(250,123,19,.12) !important;
}
#upcoming-webinars .info-card:before,
#upcoming-webinars a.info-card:before{
    opacity:1 !important;
    background:linear-gradient(90deg,#ffffff,#bc8d33,#fa7b13,transparent) !important;
}
#upcoming-webinars .info-card:hover,
#upcoming-webinars a.info-card:hover{
    border-color:#ffffff !important;
    box-shadow:0 26px 80px rgba(0,0,0,.40),0 0 0 1px rgba(255,255,255,.34),0 0 36px rgba(255,255,255,.20),0 0 48px rgba(188,141,51,.38),0 0 62px rgba(250,123,19,.20) !important;
}
@media(max-width:940px){
    .site-header .brand img{max-width:118px !important;}
    .site-footer .footer-logo{max-width:104px !important;}
    .nav-item-client-portal > a{width:auto;max-width:100%;}
}
@media(max-width:520px){
    .site-header .brand img{max-width:106px !important;}
    .site-footer .footer-logo{max-width:92px !important;}
}

/* Final header order/logo correction: client portal remains the last tab; logos reduced further. */
.site-header .header-inner{
    min-height:66px !important;
}
.site-header .brand img{
    width:86px !important;
    max-width:86px !important;
    max-height:86px !important;
    height:auto !important;
    filter:drop-shadow(0 0 9px rgba(255,255,255,.98)) drop-shadow(0 0 22px rgba(255,255,255,.72)) drop-shadow(0 0 44px rgba(255,255,255,.42)) !important;
}
.site-footer .footer-logo{
    width:78px !important;
    max-width:78px !important;
    max-height:78px !important;
    height:auto !important;
    filter:none !important;
    box-shadow:none !important;
}
.primary-nav{
    gap:14px !important;
}
.nav-item-client-portal{
    margin-left:4px;
}
.nav-item-client-portal > a{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:9px 15px !important;
    border-radius:999px !important;
    border:1px solid rgba(188,141,51,.9) !important;
    background:linear-gradient(135deg,#bc8d33,#fa7b13) !important;
    color:#172029 !important;
    font-weight:900 !important;
    line-height:1 !important;
    white-space:nowrap !important;
}
@media(max-width:940px){
    .site-header .header-inner{min-height:62px !important;}
    .site-header .brand img{width:78px !important;max-width:78px !important;max-height:78px !important;}
    .site-footer .footer-logo{width:68px !important;max-width:68px !important;max-height:68px !important;}
}
@media(max-width:520px){
    .site-header .brand img{width:70px !important;max-width:70px !important;max-height:70px !important;}
    .site-footer .footer-logo{width:60px !important;max-width:60px !important;max-height:60px !important;}
}

/* v1.0.23 — global scroll motion, smaller logos and compact circular founder image. */
html,
body{
    overflow-x:clip;
}
@supports not (overflow-x:clip){
    html,
    body{overflow-x:hidden;}
}
.site-header .header-inner{
    min-height:54px !important;
}
.site-header .brand img{
    width:58px !important;
    max-width:58px !important;
    max-height:58px !important;
    height:auto !important;
    filter:drop-shadow(0 0 8px rgba(255,255,255,.96)) drop-shadow(0 0 19px rgba(255,255,255,.64)) drop-shadow(0 0 36px rgba(255,255,255,.34)) !important;
}
.site-footer .footer-logo{
    width:48px !important;
    max-width:48px !important;
    max-height:48px !important;
    height:auto !important;
    filter:none !important;
    box-shadow:none !important;
}
.profile-card{
    position:relative !important;
    display:block !important;
    min-height:150px !important;
    padding:30px 126px 30px 30px !important;
}
.profile-card .profile-media{
    position:absolute !important;
    top:22px !important;
    right:22px !important;
    width:74px !important;
    height:74px !important;
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    border-radius:50% !important;
    background:transparent !important;
    overflow:hidden !important;
}
.profile-card .profile-media picture{
    display:block !important;
    width:100% !important;
    height:100% !important;
}
.profile-card .profile-media img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    aspect-ratio:1/1 !important;
    object-fit:cover !important;
    object-position:center top !important;
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    border-radius:50% !important;
}
.profile-card .profile-copy{
    min-width:0 !important;
}
.profile-card .profile-copy h3,
.profile-card .profile-copy p,
.info-card,
.process-card,
.accordion-item,
.embed-panel,
.contact-form-panel,
.cta-panel .narrow{
    overflow-wrap:anywhere;
    word-break:normal;
}
@media(prefers-reduced-motion:no-preference){
    .ukp-site-reveal{
        opacity:0;
        translate:0 38px;
        filter:blur(5px);
        transition:
            opacity 1.28s cubic-bezier(.16,1,.3,1),
            translate 1.28s cubic-bezier(.16,1,.3,1),
            filter 1.28s cubic-bezier(.16,1,.3,1);
        transition-delay:var(--ukp-site-motion-delay,0ms);
        will-change:opacity,translate,filter;
        backface-visibility:hidden;
        contain:paint;
    }
    .ukp-site-reveal-left{translate:-54px 28px;}
    .ukp-site-reveal-right{translate:54px 28px;}
    .ukp-site-reveal.is-visible{
        opacity:1;
        translate:0 0;
        filter:blur(0);
    }
    .hero-media.ukp-site-reveal.is-visible{
        animation:ukpSiteMediaFloat 11s ease-in-out 1.2s infinite alternate;
    }
    .hero:before{
        animation:ukpSiteAurora 17s ease-in-out infinite alternate;
        transform-origin:center;
    }
    @keyframes ukpSiteMediaFloat{
        from{transform:translate3d(0,0,0) scale(1);}
        to{transform:translate3d(0,-6px,0) scale(1.004);}
    }
    @keyframes ukpSiteAurora{
        from{opacity:.82;transform:scale(1) translate3d(0,0,0);}
        to{opacity:1;transform:scale(1.035) translate3d(-1%,1%,0);}
    }
}
@media(max-width:760px) and (prefers-reduced-motion:no-preference){
    .ukp-site-reveal,
    .ukp-site-reveal-left,
    .ukp-site-reveal-right{translate:0 24px;}
    .ukp-site-reveal.is-visible{translate:0 0;}
    .hero-media.ukp-site-reveal.is-visible{animation:none;}
}
@media(prefers-reduced-motion:reduce){
    .ukp-site-reveal{
        opacity:1 !important;
        translate:0 0 !important;
        filter:none !important;
        transition:none !important;
        animation:none !important;
    }
    .hero:before{animation:none !important;}
}
@media(max-width:940px){
    .site-header .header-inner{min-height:52px !important;}
    .site-header .brand img{width:52px !important;max-width:52px !important;max-height:52px !important;}
    .site-footer .footer-logo{width:44px !important;max-width:44px !important;max-height:44px !important;}
    .profile-card{padding:26px 108px 26px 24px !important;}
    .profile-card .profile-media{top:20px !important;right:20px !important;width:64px !important;height:64px !important;}
}
@media(max-width:520px){
    .site-header .brand img{width:46px !important;max-width:46px !important;max-height:46px !important;}
    .site-footer .footer-logo{width:40px !important;max-width:40px !important;max-height:40px !important;}
    .profile-card{padding:24px 88px 24px 22px !important;}
    .profile-card .profile-media{top:18px !important;right:18px !important;width:54px !important;height:54px !important;}
}

/* v1.0.29 — Suppress third-party cookie consent overlays only. */
.cookieadmin-banner,
.cookieadmin-consent,
.cookieadmin-widget,
.cky-consent-container,
.cky-consent-bar,
.cc-window,
.cmplz-cookiebanner,
#cookie-notice,
.ukp-cookie-preferences-card,
[id*="cookieadmin"],
[class*="cookieadmin"]{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
}


/* v1.0.30 — About page banner asset placement only. */
body.page-template-page-about .hero-media,
body.page-template-page-about-php .hero-media,
body.page-id-about .hero-media{
    background:#ffffff !important;
}
body.page-template-page-about .hero-media img,
body.page-template-page-about-php .hero-media img,
body.page-id-about .hero-media img{
    aspect-ratio:1/1 !important;
    object-fit:contain !important;
    object-position:center top !important;
    background:#ffffff !important;
    padding:0 !important;
}

.hero-media-about{
    background:#ffffff !important;
}
.hero-media-about img{
    aspect-ratio:1/1 !important;
    object-fit:contain !important;
    object-position:center top !important;
    background:#ffffff !important;
    padding:0 !important;
}


/* v1.0.32 — Targeted About asset frame correction only. */
.hero-media-about,
body.page-template-page-about .hero-media,
body.page-template-page-about-php .hero-media,
body.page-id-about .hero-media{
    aspect-ratio:16/10 !important;
    border:0 !important;
    border-color:transparent !important;
    overflow:hidden !important;
    background:#ffffff !important;
}
.hero-media-about img,
body.page-template-page-about .hero-media img,
body.page-template-page-about-php .hero-media img,
body.page-id-about .hero-media img{
    width:100% !important;
    height:100% !important;
    aspect-ratio:16/10 !important;
    object-fit:contain !important;
    object-position:center center !important;
    background:#ffffff !important;
    border:0 !important;
    outline:0 !important;
    padding:0 !important;
}

/* v1.0.37: page hero asset placement - desktop and mobile image sources */
.hero-media picture{display:block;width:100%;height:100%;}
@media(max-width:640px){.hero-media img{aspect-ratio:3/4;object-fit:cover;}}


/* v1.0.39 — Targeted page asset frame fit only: images fill desktop/mobile frames without letterboxing or edge strips. */
.hero-media{
    aspect-ratio:16/9 !important;
    overflow:hidden !important;
}
.hero-media picture{
    display:block !important;
    width:100% !important;
    height:100% !important;
}
.hero-media img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    aspect-ratio:16/9 !important;
    object-fit:cover !important;
    object-position:center center !important;
}
.hero-media-about,
body.page-template-page-about .hero-media,
body.page-template-page-about-php .hero-media,
body.page-id-about .hero-media{
    aspect-ratio:16/9 !important;
    background:#0b1d35 !important;
    border:0 !important;
}
.hero-media-about img,
body.page-template-page-about .hero-media img,
body.page-template-page-about-php .hero-media img,
body.page-id-about .hero-media img{
    aspect-ratio:16/9 !important;
    object-fit:cover !important;
    background:#0b1d35 !important;
    border:0 !important;
    outline:0 !important;
    padding:0 !important;
}
@media(max-width:640px){
    .hero-media{
        aspect-ratio:3/4 !important;
    }
    .hero-media img{
        aspect-ratio:3/4 !important;
        height:100% !important;
        object-fit:cover !important;
        object-position:center center !important;
    }
}

/* v1.0.40 — Targeted asset frame correction only for IEE, dropdown pages, About, Contact and Client Portal pages. */
@media(max-width:640px){
    .hero-media.hero-media-fixed-mobile-frame{
        aspect-ratio:16/9 !important;
        min-height:auto !important;
        max-height:none !important;
    }
    .hero-media.hero-media-fixed-mobile-frame picture,
    .hero-media.hero-media-fixed-mobile-frame img{
        width:100% !important;
        height:100% !important;
        aspect-ratio:16/9 !important;
        object-fit:cover !important;
        object-position:center center !important;
    }
}


/* v1.0.41 — Asset frame alignment fix only. Desktop and mobile hero assets now fill the visible frame edge-to-edge without side misalignment, while mobile shows the full 16:9 asset instead of a cropped portrait slice. */
.hero-media{
    aspect-ratio:16/9 !important;
    overflow:hidden !important;
    border-radius:28px !important;
}
.hero-media picture,
.hero-media img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    aspect-ratio:16/9 !important;
}
.hero-media img{
    object-fit:fill !important;
    object-position:center center !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    outline:0 !important;
}
@media(max-width:640px){
    .hero-media,
    .hero-media.hero-media-fixed-mobile-frame{
        aspect-ratio:16/9 !important;
        width:100% !important;
        min-height:auto !important;
        max-height:none !important;
    }
    .hero-media picture,
    .hero-media img,
    .hero-media.hero-media-fixed-mobile-frame picture,
    .hero-media.hero-media-fixed-mobile-frame img{
        width:100% !important;
        height:100% !important;
        aspect-ratio:16/9 !important;
        object-fit:fill !important;
        object-position:center center !important;
    }
}

/* v1.0.42 — Targeted asset-frame fit correction only for IEE 2027, IEE dropdown pages, About, Contact and Client Portal asset frames. */
.hero-media.hero-media-fixed-mobile-frame{
    position:relative !important;
    display:block !important;
    width:100% !important;
    aspect-ratio:16/9 !important;
    overflow:hidden !important;
    line-height:0 !important;
}
.hero-media.hero-media-fixed-mobile-frame picture{
    position:absolute !important;
    inset:0 !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    margin:0 !important;
    padding:0 !important;
}
.hero-media.hero-media-fixed-mobile-frame img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    outline:0 !important;
    aspect-ratio:16/9 !important;
    object-fit:fill !important;
    object-position:center center !important;
}
@media(max-width:640px){
    .hero-media.hero-media-fixed-mobile-frame{
        aspect-ratio:16/9 !important;
        min-height:0 !important;
        max-height:none !important;
    }
    .hero-media.hero-media-fixed-mobile-frame picture,
    .hero-media.hero-media-fixed-mobile-frame img{
        width:100% !important;
        height:100% !important;
        aspect-ratio:16/9 !important;
        object-fit:fill !important;
        object-position:center center !important;
    }
}
