
/* HiddenHelp v22 Quick Wins + deployment-safe home fixes */
#home .hero-start-actions{justify-content:flex-start!important;display:flex!important;margin-top:18px!important}
#home .hero-start-actions .hero-start-btn,#home .hero-start-btn,#home a[href="#finder"].hero-start-btn{
  width:auto!important;max-width:260px!important;min-width:0!important;min-height:48px!important;height:auto!important;
  padding:13px 24px!important;border-radius:999px!important;font-size:clamp(.95rem,3.8vw,1.02rem)!important;
  line-height:1.1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
}
#home .hero .panel .tiny-copy{font-size:.95rem!important;text-align:left!important;max-width:420px!important}
#home .hero .tiles .card{overflow:hidden!important;min-height:0!important}
#home .hero .tiles .card::before,#home .hero .tiles .card::after{max-width:56px!important;max-height:56px!important;overflow:hidden!important}
.hh-quick-wins{
  margin:clamp(18px,3vw,34px) 0;padding:clamp(18px,3vw,30px);border-radius:32px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(250,240,255,.88),rgba(235,249,255,.88));
  border:2px solid rgba(224,196,238,.78);box-shadow:0 18px 44px rgba(88,58,112,.08);
}
.hh-qw-head{max-width:820px;margin-bottom:16px}.hh-qw-head h2{margin:8px 0 6px;font-size:clamp(1.55rem,3vw,2.25rem)!important;line-height:1.08}.hh-qw-head p{margin:0;color:#675d6f;font-size:clamp(1rem,1.25vw,1.08rem);line-height:1.5}.hh-qw-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:13px;margin-top:18px}.hh-qw-tile{appearance:none;border:2px solid rgba(218,189,235,.78);border-radius:24px;background:rgba(255,255,255,.94);padding:16px 14px;text-align:left;box-shadow:0 10px 26px rgba(88,58,112,.07);min-height:136px;display:flex;flex-direction:column;gap:8px;cursor:pointer;color:#201627}.hh-qw-tile:hover,.hh-qw-tile:focus{outline:3px solid rgba(184,116,220,.2);transform:translateY(-1px)}.hh-qw-tile.is-active{border-color:#cf8ee8;background:linear-gradient(180deg,#fff,#fbecff)}.hh-qw-tile span{font-size:1.7rem;line-height:1}.hh-qw-tile strong{font-size:1.05rem;line-height:1.12}.hh-qw-tile em{font-style:normal;color:#6d6373;font-size:.92rem;line-height:1.34}.hh-qw-form{margin-top:18px;padding:16px;border-radius:24px;border:2px solid rgba(209,236,226,.95);background:rgba(255,255,255,.96)}.hh-qw-form-head{display:flex;gap:12px;align-items:center;margin-bottom:12px}.hh-qw-form-head span{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:#f5e9ff;font-size:1.55rem}.hh-qw-form-head strong{display:block;font-size:1.12rem}.hh-qw-form-head small{display:block;color:#746b79;margin-top:3px}.hh-qw-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,220px);gap:12px}.hh-qw-fields label{display:grid;gap:7px;font-weight:800;color:#4d4057}.hh-qw-fields select,.hh-qw-fields input{width:100%;box-sizing:border-box;border:2px solid #ead7ef;border-radius:17px;padding:13px 14px;font:inherit;background:#fff}.hh-qw-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:14px}.hh-qw-actions .btn{width:auto!important;min-width:170px!important;min-height:46px!important}.hh-qw-results{margin-top:18px}.hh-qw-result-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(270px,32%);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 12px}.hh-qw-card{scroll-snap-align:start;border:2px solid rgba(218,189,235,.84);border-radius:24px;background:rgba(255,255,255,.97);box-shadow:0 12px 30px rgba(88,58,112,.08);padding:17px;display:flex;flex-direction:column;gap:9px;min-height:250px}.hh-qw-card .tag{display:inline-flex;width:max-content;max-width:100%;border-radius:999px;background:#f5e6ff;color:#84569c;font-weight:900;font-size:.8rem;padding:7px 10px}.hh-qw-card h3{font-size:1.16rem!important;line-height:1.16;margin:0}.hh-qw-card p{margin:0;color:#665e6c;line-height:1.43}.hh-qw-card ul{margin:0;padding-left:1.1rem}.hh-qw-card li{margin:4px 0;line-height:1.36}.hh-qw-card .links{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:auto!important;justify-content:flex-start!important}.hh-qw-card .links a,.hh-qw-card .links button{width:auto!important;min-height:40px!important;padding:9px 12px!important;border-radius:999px!important;font-size:.9rem!important}.hh-qw-summary{margin-bottom:10px;color:#5f5567;font-weight:800}.hh-qw-summary strong{color:#201627}
@media(max-width:760px){
  #home .hero-start-actions{justify-content:center!important}
  #home .hero-start-actions .hero-start-btn,#home .hero-start-btn,#home a[href="#finder"].hero-start-btn{max-width:245px!important;width:auto!important;padding:12px 20px!important;min-height:46px!important;font-size:1rem!important}
  #home .hero .panel .tiny-copy{text-align:center!important;font-size:.92rem!important;margin-inline:auto!important}
  .hh-quick-wins{margin:18px 0;padding:16px 13px;border-radius:25px}.hh-qw-tiles{grid-template-columns:1fr 1fr;gap:10px}.hh-qw-tile{min-height:122px;padding:13px 12px;border-radius:20px}.hh-qw-tile span{font-size:1.45rem}.hh-qw-tile strong{font-size:.96rem}.hh-qw-tile em{font-size:.83rem}.hh-qw-fields{grid-template-columns:1fr}.hh-qw-actions{display:grid;grid-template-columns:1fr;gap:10px}.hh-qw-actions .btn{width:100%!important}.hh-qw-result-rail{grid-auto-columns:minmax(265px,88%);gap:12px}.hh-qw-card{min-height:230px;padding:15px;border-radius:22px}
}
@media(max-width:420px){.hh-qw-tiles{grid-template-columns:1fr}.hh-qw-tile{min-height:105px}.hh-qw-result-rail{grid-auto-columns:92%}}
