/* ===================== HOMUtopia Public Hero ===================== */
.hz-nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--br); }
.hz-nav-inner { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; gap: 18px; padding: 14px 20px; }
.hz-brand { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 19px; color: var(--p); cursor: pointer; font-family: "DM Serif Display", serif; }
.hz-brand img { width: 30px; height: 30px; }
.hz-mode-tag { background: var(--pll); color: var(--p); font-size: 12px; font-weight: 700; padding: 3px 9px; border-radius: 999px; margin-left: 4px; font-family: Inter, sans-serif; }
.hz-nav-links { display: flex; gap: 22px; margin-left: 18px; }
.hz-nav-links a { color: var(--gr); font-size: 14px; font-weight: 600; cursor: pointer; }
.hz-nav-links a:hover { color: var(--p); }
.hz-nav-cta { margin-left: auto; display: flex; gap: 10px; }

.hz-hero { background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 100%); padding: 56px 20px 40px; }
.hz-hero-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.hz-hero-copy { text-align: center; }
.hz-hero-copy .hz-sub { margin: 0 auto 24px; }
.hz-pill { display: inline-block; background: #fff; border: 1px solid var(--br); color: var(--p); font-size: 12.5px; font-weight: 700; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; }
.hz-hero h1 { font-size: 46px; line-height: 1.08; font-weight: 800; letter-spacing: -1px; color: #0f172a; margin: 0 0 16px; }
.hz-grad { background: linear-gradient(90deg, var(--p), #0ea5a4); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hz-sub { font-size: 16px; line-height: 1.65; color: var(--gr); max-width: 480px; margin: 0 0 24px; }
.hz-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; justify-content: center; }
.hz-trust { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13px; color: var(--su); font-weight: 600; }

.hz-hero-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 28px 26px; box-shadow: 0 20px 50px -8px rgba(15,23,42,0.12), 0 1px 3px rgba(15,23,42,0.04); }
.hz-card-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 18px; }
.hz-card-title { font-weight: 800; font-size: 19px; color: #0f172a; letter-spacing: -0.3px; }
.hz-card-sub { font-size: 13px; color: #64748b; margin-top: 2px; }
.hz-badge { background: #dcfce7; color: #16a34a; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 999px; letter-spacing: 0.3px; }

/* Hero live search card */
.hz-hero-search-form { display: flex; flex-direction: column; gap: 12px; }
.hz-hero-input-wrap { display: flex; align-items: center; gap: 12px; background: #fff; border: 1.5px solid #e2e8f0; border-radius: 14px; padding: 14px 16px; position: relative; transition: border-color 0.25s, box-shadow 0.25s; }
.hz-hero-input-wrap:focus-within { border-color: #0d5c3a; box-shadow: 0 0 0 4px rgba(13,92,58,0.1); background: #fff; }
.hz-hero-input-wrap .hz-search-icon { flex-shrink: 0; width: 20px; height: 20px; color: #94a3b8; }
.hz-hero-search-input { border: none; outline: none; font-size: 15px; font-weight: 500; color: #1e293b; background: transparent; width: 100%; padding: 0; line-height: 1.5; letter-spacing: -0.2px; }
.hz-hero-search-input::placeholder { color: #94a3b8; font-weight: 400; }
#hero-location-suggestions { position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 100; background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; box-shadow: 0 12px 40px rgba(0,0,0,0.12); max-height: 300px; overflow-y: auto; display: none; padding: 6px; }
#hero-location-suggestions .location-suggestion { width: 100%; text-align: left; padding: 12px 14px; border: none; background: none; cursor: pointer; display: flex; align-items: center; gap: 12px; border-radius: 10px; transition: background 0.15s; }
#hero-location-suggestions .location-suggestion:hover { background: #f1f5f9; }
#hero-location-suggestions .location-suggestion-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 16px; background: #f1f5f9; color: #475569; }
#hero-location-suggestions .location-suggestion-label { font-weight: 600; font-size: 14px; color: #1e293b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#hero-location-suggestions .location-suggestion-sub { font-size: 12px; color: #64748b; margin-top: 1px; }
#hero-location-suggestions .location-suggestion-badge { font-size: 12px; font-weight: 600; color: #64748b; background: #f1f5f9; padding: 3px 10px; border-radius: 999px; text-transform: capitalize; flex-shrink: 0; }
.hz-hero-options { display: flex; gap: 10px; align-items: center; }
.hz-hero-select { flex: 1; border: 1.5px solid #e2e8f0; border-radius: 12px; padding: 12px 14px; font-size: 14px; font-weight: 500; color: #1e293b; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1.5l5 4 5-4' stroke='%2364748b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center; appearance: none; cursor: pointer; transition: border-color 0.2s, box-shadow 0.2s; padding-right: 36px; min-width: 0; }
.hz-hero-select:hover { border-color: #94a3b8; }
.hz-hero-select:focus { border-color: #0d5c3a; outline: none; box-shadow: 0 0 0 3px rgba(13,92,58,0.1); }
.hz-hero-search-btn { display: flex; align-items: center; justify-content: center; gap: 8px; background: #0d5c3a; color: #fff; border: none; border-radius: 12px; padding: 12px 24px; font-size: 15px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; letter-spacing: -0.2px; }
.hz-hero-search-btn:hover { background: #0a4a2e; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(13,92,58,0.3); }
.hz-hero-search-btn:active { transform: translateY(0); box-shadow: none; }
@media (max-width: 500px) {
  .hz-hero-options { flex-direction: column; }
  .hz-hero-search-btn { width: 100%; }
}
.hz-features { max-width: 1120px; margin: 0 auto; padding: 44px 20px; }
.hz-feature-group { margin-bottom: 40px; }
.hz-feature-group:last-child { margin-bottom: 0; }
.hz-feature-group-title { font-size: 22px; font-weight: 700; color: #0f172a; margin: 0 0 18px; display: flex; align-items: center; gap: 8px; }
.hz-feature-group-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.hz-feat { background: #fff; border: 1px solid var(--br); border-radius: 16px; padding: 26px 22px; }
.hz-feat-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--pll); color: var(--p); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.hz-feat-ic i { width: 22px; height: 22px; }
.hz-feat h3 { font-size: 17px; margin: 0 0 8px; color: #0f172a; }
.hz-feat p { font-size: 13.5px; line-height: 1.6; color: var(--gr); margin: 0; }

@media (max-width: 640px) {
  .hz-feature-group-grid { grid-template-columns: 1fr; }
}

.hz-footer { max-width: 1120px; margin: 0 auto; padding: 30px 20px 50px; text-align: center; color: var(--gr); border-top: 1px solid var(--br); }
.hz-footer p { font-size: 13px; margin: 10px 0 0; }
.hz-compliance { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; align-items: center; margin-bottom: 12px; }
.hz-badge-c { background: #ecfdf5; color: #059669; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px; border: 1px solid #a7f3d0; }
.hz-compliance a { color: var(--p); font-size: 13px; font-weight: 600; text-decoration: none; }

@media (max-width: 860px) {
  .hz-hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .hz-nav-links { display: none; }
  .hz-hero h1 { font-size: 34px; }
  .hz-hero-copy { text-align: left; }
  .hz-hero-copy .hz-sub { margin: 0 0 24px; }
}
