/* UK-only replacement for the former conversion decision panel. */
.sd-uk-project-panel { position: relative; min-height: 365px; overflow: hidden; border: 1px solid rgba(255,118,62,.24); border-radius: 16px; background: radial-gradient(circle at 88% 12%, rgba(255,118,62,.14), transparent 34%), linear-gradient(145deg, var(--navy-mid), #080a12 76%); box-shadow: 0 22px 48px rgba(0,0,0,.26); }
.sd-uk-project-panel::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--gradient-primary); }
.sd-uk-project-panel-top { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:.9rem 1.1rem; border-bottom:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.025); }
.sd-uk-project-panel-label, .sd-uk-project-panel-kicker { color:var(--secondary); font-family:var(--font-mono); font-size:10px; font-weight:700; letter-spacing:1.2px; text-transform:uppercase; }
.sd-uk-project-panel-status { display:inline-flex; align-items:center; gap:.35rem; color:#b3c3d9; font-size:12px; }
.sd-uk-project-panel-status i { color:var(--secondary); font-size:10px; }
.sd-uk-project-panel-main { position:relative; z-index:1; padding:clamp(2rem,4vw,3.2rem) clamp(1.2rem,4vw,2.8rem) 1.5rem; }
.sd-uk-project-panel-main h3 { max-width:540px; margin:.75rem 0 .9rem; color:var(--white); font-family:var(--font-display); font-size:clamp(27px,3.3vw,42px); line-height:1.08; letter-spacing:-.035em; }
.sd-uk-project-panel-main p { max-width:570px; margin:0; color:#b3c3d9; font-size:16px; line-height:1.6; }
.sd-uk-project-panel-points { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.6rem; margin-top:1.5rem; }
.sd-uk-project-panel-point { display:flex; align-items:center; gap:.6rem; min-width:0; padding:.75rem .8rem; border:1px solid rgba(255,118,62,.2); border-radius:9px; background:rgba(255,255,255,.035); }
.sd-uk-project-panel-point span { flex:0 0 auto; color:var(--secondary); font-family:var(--font-mono); font-size:10px; }
.sd-uk-project-panel-point strong { overflow-wrap:anywhere; color:#b3c3d9; font-size:14px; line-height:1.35; font-weight:600; }
.sd-uk-project-panel-footer { position:absolute; right:0; bottom:0; left:0; display:flex; flex-wrap:wrap; gap:.7rem 1.2rem; padding:.8rem 1.1rem; border-top:1px solid rgba(255,255,255,.08); color:#b3c3d9; background:rgba(4,5,10,.46); font-size:12px; }
.sd-uk-project-panel-footer span { display:inline-flex; align-items:center; gap:.4rem; }
.sd-uk-project-panel-footer i { color:var(--secondary); font-size:11px; }
.sd-uk-project-panel--choose::before, .sd-uk-project-panel--scope::before { background:linear-gradient(180deg,#5aa9ff,#315dba); }
.sd-uk-project-panel--maintenance::before { background:linear-gradient(180deg,#ff9a62,#d45b43); }
.sd-uk-project-panel--redesign::before { background:linear-gradient(180deg,#ff8c4a,#bc3f55); }
@media (max-width:767.98px) { .sd-uk-project-panel { min-height:330px; } .sd-uk-project-panel-top { align-items:flex-start; flex-direction:column; gap:.4rem; } .sd-uk-project-panel-main { padding:1.8rem 1rem 1.4rem; } .sd-uk-project-panel-main h3 { font-size:clamp(25px,7vw,34px); } .sd-uk-project-panel-main p { font-size:15px; } .sd-uk-project-panel-points { grid-template-columns:1fr; gap:.45rem; margin-top:1.1rem; } .sd-uk-project-panel-point { padding:.6rem .7rem; } .sd-uk-project-panel-footer { padding:.7rem .85rem; font-size:10px; } }
