
html,body.ndc-card-page{margin:0!important;padding:0!important;width:100%;min-height:100%;background:#111}
body.ndc-card-page{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#fff}
body.ndc-card-page #wpadminbar{display:none}
.ndc-card{position:relative;min-height:100vh;min-height:100svh;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:32px 18px;box-sizing:border-box}
.ndc-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 65% 30%,rgba(255,255,255,.08),transparent 40%)}
.ndc-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.48),rgba(0,0,0,.68))}
.ndc-content{position:relative;z-index:2;width:min(100%,620px);text-align:center;display:flex;flex-direction:column;align-items:center}
.ndc-logo{width:84px;height:84px;object-fit:contain;border-radius:50%;background:rgba(255,255,255,.9);padding:5px;box-sizing:border-box;box-shadow:0 8px 28px rgba(0,0,0,.25);margin-bottom:18px}
.ndc-head h1{margin:0;font-size:clamp(30px,7vw,52px);line-height:1.05;font-weight:400;letter-spacing:.01em;text-shadow:0 2px 18px rgba(0,0,0,.35)}
.ndc-title{margin-top:10px;font-size:clamp(15px,3.5vw,20px);font-weight:500}
.ndc-company{margin-top:4px;font-size:14px;opacity:.78}
.ndc-tagline{max-width:560px;margin:14px auto 0;font-size:14px;line-height:1.5;opacity:.92}
.ndc-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:11px;margin:28px 0 22px}
.ndc-action{width:50px;height:50px;border-radius:999px;background:#fff;color:#111;display:grid;place-items:center;text-decoration:none;box-shadow:0 7px 18px rgba(0,0,0,.22);transition:transform .15s ease,opacity .15s ease}
.ndc-action:hover{transform:translateY(-2px);opacity:.93}
.ndc-action svg{width:24px;height:24px;fill:currentColor}
.ndc-qr-wrap{display:flex;flex-direction:column;align-items:center;gap:9px;margin-top:4px}
.ndc-qr{width:128px;height:128px;background:#fff;padding:4px;border-radius:8px;box-sizing:border-box}
.ndc-qr-caption{font-size:11px;opacity:.8;max-width:260px}
.ndc-vcard{margin-top:17px;display:inline-flex;align-items:center;justify-content:center;padding:11px 17px;background:#fff;color:#111;border-radius:6px;text-decoration:none;font-size:14px;font-weight:600;box-shadow:0 8px 22px rgba(0,0,0,.18)}
.ndc-share{margin-top:12px}
.ndc-share button{appearance:none;border:1px solid rgba(255,255,255,.55);background:rgba(0,0,0,.18);color:#fff;border-radius:6px;padding:9px 14px;font-size:12px;cursor:pointer}
@media(max-height:700px){
 .ndc-card{padding-top:18px;padding-bottom:18px}
 .ndc-logo{width:62px;height:62px;margin-bottom:12px}
 .ndc-actions{margin:18px 0 14px}
 .ndc-action{width:44px;height:44px}
 .ndc-qr{width:104px;height:104px}
}


/* v1.1: readability and desktop sizing */
.ndc-head h1{color:#fff!important}
@media(min-width:900px){
  .ndc-card{padding-top:24px;padding-bottom:24px}
  .ndc-logo{width:74px;height:74px;margin-bottom:14px}
  .ndc-head h1{font-size:44px}
  .ndc-actions{margin:22px 0 18px}
  .ndc-action{width:46px;height:46px}
  .ndc-qr{width:108px;height:108px}
  .ndc-vcard{margin-top:14px}
}

.ndc-vcard-help{
  margin-top:8px;
  font-size:11px;
  line-height:1.4;
  max-width:300px;
  opacity:.72
}


/* v1.7 : slogan bas de carte + signature NovaDigiCo */
.ndc-bottom-slogan{
  margin-top:14px;
  font-size:13px;
  line-height:1.4;
  color:#fff;
  opacity:.9;
  text-shadow:0 1px 8px rgba(0,0,0,.35);
}
.ndc-credit{
  margin-top:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  color:#f5f5f5;
  text-decoration:none;
  font-size:11px;
  opacity:.82;
  transition:opacity .15s ease, transform .15s ease;
}
.ndc-credit:hover{
  opacity:1;
  transform:translateY(-1px);
}
.ndc-credit img{
  width:22px;
  height:22px;
  object-fit:contain;
  border-radius:4px;
}
.ndc-credit strong{
  font-size:12px;
  font-weight:700;
}

.ndc-card-disabled .ndc-content{max-width:520px}
.ndc-card-disabled .ndc-title{font-size:18px}
