
#ldhof-root{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  margin-top:72px;
  position:relative;
  z-index:9990;
}
#ldhof-root *{box-sizing:border-box}
#ldhof-root button,#ldhof-root input,#ldhof-root textarea,#ldhof-root select{font:inherit}

.ldhof-image-stage{
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  line-height:0;
  overflow:hidden;
  background:#061b32;
}
.ldhof-approved-footer-image{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  padding:0;
  pointer-events:none!important;
  user-select:none;
}
.ldhof-hotspot{
  position:absolute;
  z-index:50;
  display:block;
  background:transparent;
  border:0;
  text-decoration:none;
  cursor:pointer;
  pointer-events:auto!important;
  border-radius:14px;
}
.ldhof-hotspot:focus-visible{
  outline:3px solid #fff;
  outline-offset:2px;
  box-shadow:0 0 0 5px #1677ff;
}

/* Hotspots based on the exact approved artwork */
.ldhof-hotspot-logo{left:2.2%;top:14.5%;width:18.5%;height:40%}
.ldhof-hotspot-contact{left:24.1%;top:39%;width:8.8%;height:30%}
.ldhof-hotspot-request{left:33.3%;top:39%;width:8.8%;height:30%}
.ldhof-hotspot-review{left:42.4%;top:39%;width:8.8%;height:30%}
.ldhof-hotspot-report{left:51.5%;top:39%;width:8.8%;height:30%}
.ldhof-hotspot-message{left:61.5%;top:26%;width:15.5%;height:40%}
.ldhof-hotspot-signature{left:78.5%;top:79%;width:17%;height:15%}

/* Keep the exact approved design on mobile. It scrolls horizontally rather than being redesigned. */
@media(max-width:760px){
  #ldhof-root{margin-top:45px}
  .ldhof-image-stage{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .ldhof-approved-footer-image{min-width:900px}
}


.ldhof-modal{
  position:fixed;inset:0;z-index:999999;
  display:none;align-items:center;justify-content:center;
  padding:18px
}
.ldhof-modal.is-open{display:flex}
.ldhof-backdrop{position:absolute;inset:0;background:rgba(3,16,30,.82);backdrop-filter:blur(7px)}
.ldhof-dialog{
  position:relative;z-index:2;
  width:min(700px,100%);
  max-height:calc(100vh - 30px);
  overflow:auto;
  padding:25px;
  border:1px solid #cfe2f4;
  border-radius:22px;
  background:#f7fbff;
  color:#15324b;
  box-shadow:0 28px 80px rgba(0,0,0,.35)
}
.ldhof-close{
  position:absolute;right:14px;top:13px;
  width:35px;height:35px;
  border:0;border-radius:50%;
  background:#e8f1fa;color:#36546f;
  font-size:22px;cursor:pointer
}
.ldhof-dialog-head{display:flex;gap:12px;align-items:flex-start;padding-right:38px;margin-bottom:19px}
.ldhof-dialog-head>span{font-size:34px}
.ldhof-dialog-head small{color:#1677ff;font-size:8px;font-weight:900;letter-spacing:.12em}
.ldhof-dialog-head h2{margin:2px 0!important;color:#102c46!important;font-size:28px!important}
.ldhof-dialog-head p{margin:3px 0 0!important;color:#71889c!important;font-size:10px!important;line-height:1.45!important}

.ldhof-dialog form{display:flex;flex-direction:column;gap:13px}
.ldhof-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ldhof-dialog label>span{display:block;margin-bottom:6px;color:#29465f;font-size:10px;font-weight:800}
.ldhof-dialog label>span small{color:#8b9daa;font-weight:500}
.ldhof-dialog input,
.ldhof-dialog select,
.ldhof-dialog textarea{
  width:100%;
  padding:11px 12px;
  border:1px solid #cfdeea;
  border-radius:10px;
  background:#fff;
  color:#173149;
  font-size:12px;
  outline:0
}
.ldhof-dialog textarea{resize:vertical}
.ldhof-dialog input:focus,
.ldhof-dialog select:focus,
.ldhof-dialog textarea:focus{
  border-color:#1677ff;
  box-shadow:0 0 0 3px rgba(22,119,255,.09)
}

.ldhof-upload>input{position:absolute;left:-9999px}
.upload-box{
  padding:18px;
  border:1px dashed #8dbce7;
  border-radius:11px;
  background:#edf6ff;
  cursor:pointer
}
.upload-box b,.upload-box small{display:block}
.upload-box b{color:#126fe1;font-size:12px}
.upload-box small{margin-top:4px;color:#71899f;font-size:9px}
.ldhof-files{margin-top:6px;color:#577186;font-size:9px}

.ldhof-context{
  padding:10px 12px;
  border-radius:10px;
  background:#edf5fc;
  border:1px solid #d4e4f2
}
.ldhof-context small,.ldhof-context b,.ldhof-context span{display:block}
.ldhof-context small{font-size:8px;color:#748ba0;text-transform:uppercase;letter-spacing:.1em}
.ldhof-context b{font-size:11px;margin-top:2px}
.ldhof-context span{font-size:8px;color:#7f94a6;margin-top:3px;overflow-wrap:anywhere}

.ldhof-submit{
  width:100%;
  padding:13px 15px;
  border:0;
  border-radius:10px;
  background:#1677ff;
  color:#fff;
  font-weight:900;
  cursor:pointer
}
.ldhof-submit:hover{background:#0868dd}
.ldhof-status{min-height:17px;margin:0!important;color:#177645!important;font-size:10px!important}
.ldhof-status.error{color:#c62d39!important}

.ldhof-rating{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.ldhof-rating label{position:relative;cursor:pointer}
.ldhof-rating input{position:absolute;opacity:0;pointer-events:none}
.ldhof-rating label>b{
  display:grid;place-items:center;
  width:100%;height:46px;
  border:1px solid #cfddea;
  border-radius:9px;
  background:#fff;
  color:#34536e;
  font-size:16px
}
.ldhof-rating label>small{display:block;text-align:center;margin-top:4px;color:#73899c;font-size:8px}
.ldhof-rating input:checked+b{
  border-color:#1677ff;
  background:#1677ff;
  color:#fff;
  box-shadow:0 5px 15px rgba(22,119,255,.2)
}

.ldhof-choice{
  padding:12px;
  border:1px solid #d7e4ef;
  border-radius:10px;
  background:#fff
}
.ldhof-choice p{margin:0 0 9px!important;color:#29465f!important;font-size:10px!important;font-weight:800!important}
.ldhof-choice label{display:inline-flex;align-items:center;gap:6px;margin-right:18px;font-size:10px}
.ldhof-choice label input{width:auto}

@media(max-width:1180px){
  .ldhof-card{grid-template-columns:280px minmax(0,1fr) 220px}
  .ldhof-charlie-wrap{grid-column:3;grid-row:1}
  .ldhof-email-card{grid-column:3;grid-row:1;margin-top:160px;align-self:end;z-index:2}
  .ldhof-centre-panel{grid-column:2}
  .ldhof-brand-panel{grid-column:1}
  .ldhof-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:780px){
  #ldhof-root{margin-top:45px}
  .ldhof-card{
    width:calc(100% - 12px);
    grid-template-columns:1fr;
    min-height:0;
    border-radius:16px
  }
  .ldhof-brand-panel{grid-column:auto;grid-row:auto;padding:20px;border-right:0;border-bottom:1px solid rgba(115,181,240,.2)}
  .ldhof-logo{max-width:230px}
  .ldhof-brand-panel p{margin-top:14px!important;font-size:7px!important}
  .ldhof-centre-panel{grid-column:auto;padding:22px 18px}
  .ldhof-centre-panel h2{font-size:30px!important}
  .ldhof-centre-panel>p{font-size:11px!important}
  .ldhof-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:17px}
  .ldhof-actions button{min-height:104px;padding:11px}
  .ldhof-actions .icon{width:34px;height:34px;margin-bottom:8px}
  .ldhof-actions b{font-size:10px}
  .ldhof-actions small{font-size:8px}
  .ldhof-email-card{grid-column:auto;grid-row:auto;margin:0 18px 18px}
  .ldhof-charlie-wrap{display:none}
  .ldhof-footer{
    width:calc(100% - 12px);
    grid-template-columns:1fr;
    padding:22px 18px;
    gap:19px
  }
  .ldhof-development,.ldhof-copyright{border-right:0;padding-right:0}
  .ldhof-designer{text-align:left}
  .ldhof-row{grid-template-columns:1fr}
  .ldhof-rating{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}
  .ldhof-rating label>b{height:40px}
}

/* v1.2.1 transparent artwork + Keep Delivering squiggle */
.ldhof-brand-panel,.ldhof-charlie-wrap{background:transparent!important}
.ldhof-logo,.ldhof-charlie-wrap>img{background:transparent!important}
.ldhof-charlie-wrap>strong{width:120px}
.ldhof-squiggle{display:block;width:105px;height:22px;margin-top:5px;overflow:visible}
.ldhof-squiggle path{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}


/* ==========================================================
   V1.2.2 — CLICK HARDENING + TRUE TRANSPARENT LOGO
   ========================================================== */
#ldhof-root{
    position:relative!important;
    z-index:9990!important;
    pointer-events:auto!important;
}
.ldhof-card,
.ldhof-footer,
.ldhof-centre-panel,
.ldhof-actions,
.ldhof-email-card{
    position:relative!important;
    z-index:2!important;
    pointer-events:auto!important;
}
.ldhof-charlie-wrap,
.ldhof-charlie-wrap *,
.ldhof-boxes,
.ldhof-boxes *{
    pointer-events:none!important;
}
.ldhof-logo{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.ldhof-actions .ldhof-action-link{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    min-height:135px!important;
    padding:15px!important;
    border:1px solid #2885de!important;
    border-radius:13px!important;
    background:rgba(5,44,87,.62)!important;
    color:#fff!important;
    text-align:left!important;
    text-decoration:none!important;
    cursor:pointer!important;
    transition:.16s!important;
    position:relative!important;
    z-index:50!important;
    pointer-events:auto!important;
}
.ldhof-actions .ldhof-action-link:hover{
    transform:translateY(-2px)!important;
    background:#0f65bf!important;
    border-color:#62b7ff!important;
}
.ldhof-actions .ldhof-action-link b,
.ldhof-actions .ldhof-action-link small{
    display:block!important;
}
.ldhof-actions .ldhof-action-link b{font-size:12px!important}
.ldhof-actions .ldhof-action-link small{
    margin-top:5px!important;
    color:#a9c9e3!important;
    font-size:9px!important;
    line-height:1.35!important;
}

.ldhof-email-link{
    display:block!important;
    width:100%!important;
    padding:11px 13px!important;
    border-radius:9px!important;
    background:#1677ff!important;
    color:#fff!important;
    text-decoration:none!important;
    font-weight:900!important;
    text-align:center!important;
    cursor:pointer!important;
    position:relative!important;
    z-index:50!important;
    pointer-events:auto!important;
}
.ldhof-email-link:hover{background:#2b8cff!important;color:#fff!important}

/* JavaScript normally adds .is-open. Hash target is a no-JS fallback. */
#ldhof-contact-modal:target,
#ldhof-review-modal:target{
    display:flex!important;
}
.ldhof-modal{
    pointer-events:auto!important;
    z-index:2147483000!important;
}
.ldhof-dialog,
.ldhof-dialog *{
    pointer-events:auto!important;
}
.ldhof-close{
    display:grid!important;
    place-items:center!important;
    text-decoration:none!important;
    z-index:20!important;
}

/* Prevent theme overlays or pseudo-elements from covering action links. */
.ldhof-actions:before,
.ldhof-actions:after,
.ldhof-email-card:before,
.ldhof-email-card:after{
    pointer-events:none!important;
}

/* Existing responsive button sizing applied to anchors too. */
@media(max-width:780px){
    .ldhof-actions .ldhof-action-link{
        min-height:104px!important;
        padding:11px!important;
    }
}
