/* Down Under Labs Product Verification - Frontend */
.dul-pv-widget{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  padding:70px 24px;
  background:
    radial-gradient(circle at 20% 15%, rgba(0,183,255,.28), transparent 32%),
    radial-gradient(circle at 82% 78%, rgba(0,102,255,.28), transparent 35%),
    linear-gradient(135deg,#020814 0%,#061d43 50%,#005bea 100%);
  font-family:"Manrope",sans-serif;
  color:#fff;
}
.dul-pv-bg-grid{
  position:absolute;
  inset:0;
  opacity:.45;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.07) 1px, transparent 1px);
  background-size:64px 64px;
  pointer-events:none;
}
.dul-pv-card{
  position:relative;
  z-index:2;
  max-width:880px;
  margin:0 auto;
  padding:44px;
  border-radius:30px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(18px);
  box-shadow:0 34px 100px rgba(0,0,0,.28);
  text-align:center;
}
.dul-pv-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  color:#9edcff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
  margin-bottom:22px;
}
.dul-pv-badge span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#25d366;
  box-shadow:0 0 20px #25d366;
}
.dul-pv-card h2{
  font-family:"Montserrat",sans-serif;
  color:#fff;
  font-size:clamp(36px,5vw,70px);
  line-height:.96;
  letter-spacing:-.06em;
  margin:0 0 18px;
  text-transform:uppercase;
}
.dul-pv-intro{
  max-width:690px;
  margin:0 auto 30px;
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.8;
}
.dul-pv-form{
  max-width:760px;
  margin:0 auto;
}
.dul-pv-form label{
  display:block;
  text-align:left;
  color:#9edcff;
  font-size:12px;
  letter-spacing:.12em;
  font-weight:900;
  text-transform:uppercase;
  margin:0 0 10px;
}
.dul-pv-input-row{
  display:flex;
  gap:12px;
}
.dul-pv-input-row input{
  flex:1;
  min-height:58px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.94);
  color:#071124;
  padding:0 18px;
  font-size:16px;
  font-weight:800;
  outline:none;
  text-transform:uppercase;
}
.dul-pv-input-row input:focus{
  border-color:#00b7ff;
  box-shadow:0 0 0 4px rgba(0,183,255,.22);
}
.dul-pv-input-row button{
  min-height:58px;
  border:0;
  border-radius:16px;
  padding:0 28px;
  color:#fff;
  background:linear-gradient(135deg,#005bea,#00b7ff);
  font-weight:900;
  cursor:pointer;
  box-shadow:0 20px 50px rgba(0,102,255,.32);
  transition:all .28s ease;
}
.dul-pv-input-row button:hover{
  transform:translateY(-3px);
  box-shadow:0 28px 70px rgba(0,102,255,.42);
}
.dul-pv-input-row button:disabled{
  cursor:wait;
  opacity:.7;
  transform:none;
}
.dul-pv-result{
  margin-top:28px;
  text-align:left;
}
.dul-pv-result-card{
  display:grid;
  grid-template-columns:100px 1fr;
  gap:22px;
  align-items:start;
  border-radius:24px;
  padding:24px;
  background:#fff;
  color:#071124;
  border:1px solid rgba(0,102,255,.14);
  box-shadow:0 22px 70px rgba(0,0,0,.22);
}
.dul-pv-result-icon{
  width:88px;
  height:88px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:42px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,#005bea,#00b7ff);
  box-shadow:0 18px 45px rgba(0,102,255,.28);
}
.dul-pv-result-card.dul-pv-invalid .dul-pv-result-icon,
.dul-pv-result-card.dul-pv-blocked .dul-pv-result-icon{
  background:linear-gradient(135deg,#d91535,#ff6b6b);
}
.dul-pv-result-card.dul-pv-expired .dul-pv-result-icon,
.dul-pv-result-card.dul-pv-already_verified .dul-pv-result-icon{
  background:linear-gradient(135deg,#f59e0b,#f97316);
}
.dul-pv-result-body h3{
  font-family:"Montserrat",sans-serif;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.04em;
  margin:0 0 10px;
  color:#071124;
}
.dul-pv-result-body p{
  color:#637083;
  font-size:15px;
  line-height:1.7;
  margin:0 0 18px;
}
.dul-pv-details{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin-top:18px;
}
.dul-pv-detail{
  background:#f4f9ff;
  border:1px solid rgba(0,102,255,.10);
  border-radius:14px;
  padding:13px 14px;
}
.dul-pv-detail span{
  display:block;
  color:#637083;
  font-size:11px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
  margin-bottom:4px;
}
.dul-pv-detail strong{
  display:block;
  color:#071124;
  font-size:14px;
}
.dul-pv-result-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}
.dul-pv-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:13px;
  text-decoration:none!important;
  color:#fff!important;
  background:linear-gradient(135deg,#005bea,#00b7ff);
  font-weight:900;
}
.dul-pv-action.whatsapp{
  background:#25d366;
}
.dul-pv-action.outline{
  color:#005bea!important;
  background:#eaf6ff;
}
.dul-pv-help{
  display:grid;
  gap:7px;
  max-width:640px;
  margin:26px auto 0;
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
}
.dul-pv-help strong{
  color:#fff;
}
.dul-pv-help span{
  color:rgba(255,255,255,.72);
  font-size:14px;
}
.dul-pv-help a{
  color:#9edcff!important;
  font-weight:900;
  text-decoration:none;
}
.dul-pv-steps{
  position:relative;
  z-index:2;
  max-width:1100px;
  margin:26px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.dul-pv-steps div{
  padding:22px;
  border-radius:22px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.15);
  backdrop-filter:blur(12px);
}
.dul-pv-steps b{
  color:#9edcff;
  font-family:"Montserrat",sans-serif;
  font-size:22px;
}
.dul-pv-steps h3{
  font-family:"Montserrat",sans-serif;
  margin:8px 0;
  color:#fff;
}
.dul-pv-steps p{
  color:rgba(255,255,255,.70);
  line-height:1.65;
  margin:0;
  font-size:14px;
}
.dul-pv-disclaimer{
  position:relative;
  z-index:2;
  max-width:900px;
  margin:20px auto 0;
  text-align:center;
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.7;
}
@media(max-width:760px){
  .dul-pv-card{
    padding:30px 20px;
  }
  .dul-pv-input-row{
    flex-direction:column;
  }
  .dul-pv-result-card{
    grid-template-columns:1fr;
  }
  .dul-pv-details{
    grid-template-columns:1fr;
  }
  .dul-pv-steps{
    grid-template-columns:1fr;
  }
}
