/* ServiHogar V7: inicio con búsqueda inmediata y cambio directo de foto. */
.home-search-first{
  position:relative;overflow:hidden;padding:clamp(34px,7vw,76px) 0 38px;
  background:
    radial-gradient(circle at 92% 10%,rgba(254,133,54,.16),transparent 27%),
    radial-gradient(circle at 4% 90%,rgba(6,74,168,.12),transparent 30%),
    linear-gradient(180deg,#eef5ff 0,#f8fbff 72%,#fff 100%);
}
.home-search-first::after{
  content:"";position:absolute;right:-88px;top:-110px;width:300px;height:300px;
  border:48px solid rgba(6,74,168,.045);border-radius:50%;pointer-events:none;
}
.home-search-first>.shell{position:relative;z-index:1}
.home-search-heading{max-width:780px;margin:0 auto;text-align:center}
.home-search-heading h1{margin:7px 0 8px;color:#082653;font-size:clamp(2.05rem,7vw,4.15rem);letter-spacing:-.045em;text-wrap:balance}
.home-search-heading p{margin:0;color:#415b7c;font-size:clamp(1rem,2.4vw,1.2rem)}
.home-search-primary{max-width:980px;margin:25px auto 0;padding:clamp(17px,3vw,24px)}
.home-search-primary .button{min-height:52px}
.home-search-primary .form-hint{margin:0;text-align:center}
.home-search-trust{justify-content:center;margin-top:15px}

.dashboard-profile-card .profile-mini .avatar-large{width:88px;height:88px}
.dashboard-photo-form{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  margin:18px 0 4px;padding:14px;border:1px solid #d4e1f0;border-radius:16px;
  background:linear-gradient(115deg,#edf5ff,#fff 72%);
}
.dashboard-photo-form>div{display:flex;min-width:0;align-items:center;gap:12px}
.dashboard-photo-form small{display:block;color:var(--muted);font-size:.76rem}
.dashboard-photo-form .field-error{color:var(--danger)}
.dashboard-photo-form .button{flex:0 0 auto}

@media (min-width:860px){
  .home-search-primary{grid-template-columns:minmax(250px,1fr) minmax(250px,1fr) auto;align-items:end}
  .home-search-primary>.button{grid-column:auto;min-width:150px}
  .home-search-primary>.form-hint{grid-column:1/-1}
}

@media (max-width:599px){
  .home-search-first{padding-top:30px}
  .home-search-heading{text-align:left}
  .home-search-heading h1{font-size:clamp(2.05rem,12vw,3rem)}
  .home-search-primary{margin-top:18px;border-radius:20px}
  .home-search-primary>.button{width:100%}
  .home-search-trust{justify-content:flex-start;gap:7px}
  .home-search-trust span{font-size:.75rem}
  .dashboard-photo-form{align-items:stretch;flex-direction:column}
  .dashboard-photo-form>div{align-items:flex-start;flex-direction:column}
  .dashboard-photo-form .button{width:100%}
}

@media (prefers-reduced-motion:reduce){
  .home-search-first::after{display:none}
}
