.dhp-results-page{padding:12px 0 28px}
.dhp-home-box,.dhp-result-card,.dhp-cart-box{border-radius:22px;box-shadow:0 10px 32px rgba(15,23,42,.07);border:1px solid #eef2f7;background:#fff}
.dhp-home-box{padding:28px;margin-bottom:22px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.dhp-eyebrow{display:inline-block;padding:7px 12px;border-radius:999px;background:#eef4ff;color:#1849a9;font-size:12px;font-weight:700;margin-bottom:12px}
.dhp-head h2,.dhp-head h3{margin:0 0 8px;font-weight:800;letter-spacing:-.02em}
.dhp-head p{margin:0;color:#667085;font-size:15px}
.dhp-search-form{margin-top:18px}
.dhp-search-row{display:flex;gap:14px;align-items:stretch;flex-wrap:wrap}
.dhp-input-wrap{flex:1 1 420px;position:relative}
.dhp-input{min-height:54px;flex:1 1 320px;border-radius:16px;border:1px solid #d0d5dd;padding-right:130px;font-size:18px;font-weight:600}
.dhp-input:focus{box-shadow:0 0 0 4px rgba(37,99,235,.12);border-color:#3b82f6}
.dhp-input-suffix{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:12px;color:#98a2b3;font-weight:700}
.dhp-button,.dhp-cart-btn{min-height:54px;border-radius:16px;font-weight:700;padding:0 22px}
.dhp-button.is-loading{opacity:.75}
.dhp-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:18px 20px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;margin-bottom:18px}
.dhp-spinner{width:22px;height:22px;border-radius:50%;border:3px solid #dbeafe;border-top-color:#2563eb;animation:dhpSpin .8s linear infinite}
.dhp-loading-text{font-weight:700;color:#334155}
@keyframes dhpSpin{to{transform:rotate(360deg)}}
.dhp-result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:18px}
.dhp-result-card{padding:20px 20px 18px;transition:transform .18s ease,box-shadow .18s ease}
.dhp-result-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(15,23,42,.10)}
.dhp-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}
.dhp-domain{font-size:24px;font-weight:800;line-height:1.15;word-break:break-word}
.dhp-status{display:inline-block;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}
.dhp-status-available{background:#e8fff1;color:#067647}
.dhp-status-unavailable{background:#fff4ed;color:#c4320a}
.dhp-price{font-size:30px;font-weight:800;margin-bottom:8px;letter-spacing:-.02em}
.dhp-price span{font-size:16px;font-weight:700;color:#667085}
.dhp-note,.dhp-cart-note{color:#667085;font-size:13px;line-height:1.55}
.dhp-add-form{margin-top:14px}
.dhp-form-grid{display:grid;grid-template-columns:1fr;gap:12px}
.dhp-add-form .form-group{margin-bottom:0}
.dhp-add-form label{display:block;font-weight:700;margin-bottom:6px}
.dhp-add-form .form-control{border-radius:12px;min-height:44px}
.dhp-hosting-list{margin-top:16px;padding-top:14px;border-top:1px solid #eef2f6}
.dhp-hosting-list strong{display:block;margin-bottom:8px}
.dhp-hosting-list ul{margin:0;padding-left:18px}
.dhp-hosting-list li{margin-bottom:7px}
.dhp-hosting-list span{font-weight:700}
.dhp-cart-box{margin-top:20px;padding:20px}
@media (max-width: 767px){
  .dhp-search-row{flex-direction:column}
  .dhp-button,.dhp-cart-btn{width:100%}
  .dhp-input{padding-right:16px}
  .dhp-input-suffix{display:none}
  .dhp-domain{font-size:20px}
  .dhp-price{font-size:26px}
}

.dhp-status-checking{background:#eef2ff;color:#344054}


/* v2.0.3 mobile search fix */
@media (max-width: 767px){
  .dhp-home-box{
    padding:18px 14px;
    border-radius:18px;
  }
  .dhp-head h2{
    font-size:34px;
    line-height:1.1;
  }
  .dhp-head p{
    font-size:14px;
    line-height:1.5;
  }
  .dhp-search-row{
    display:flex;
    flex-direction:column;
    gap:10px;
    align-items:stretch;
  }
  .dhp-input-wrap{
    width:100%;
    flex:1 1 100%;
  }
  .dhp-input{
    width:100%;
    min-height:50px;
    font-size:18px;
    padding:12px 14px;
    padding-right:14px;
    box-sizing:border-box;
  }
  .dhp-input-suffix{
    position:static;
    transform:none;
    margin-top:8px;
    display:block;
    text-align:left;
    font-size:13px;
    line-height:1.4;
    color:#98a2b3;
  }
  .dhp-button{
    width:100%;
    min-height:50px;
    font-size:16px;
  }
  .dhp-result-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .dhp-result-card{
    padding:16px 14px;
  }
  .dhp-card-top{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
  .dhp-domain{
    font-size:18px;
    line-height:1.2;
  }
  .dhp-price{
    font-size:24px;
  }
}


/* v2.0.4 homepage mobile fix */
@media (max-width: 767px){
  .dhp-home-box{
    margin:10px;
    padding:16px;
  }

  .dhp-head{
    text-align:left;
  }

  .dhp-head h2{
    font-size:28px;
  }

  .dhp-search-row{
    margin-top:10px;
  }

  .dhp-button{
    width:100%;
  }

  .dhp-input{
    font-size:16px;
  }
}
