.enhp-wrap{font-size:var(--enhp-font-size,18px);color:#111827;font-family:Arial,Helvetica,sans-serif}
.enhp-wrap *{box-sizing:border-box}
.enhp-inner{max-width:980px;margin:0 auto}
.enhp-step-layout{padding:24px 14px}
.enhp-wizard-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 16px 40px rgba(17,24,39,.08);overflow:hidden}
.enhp-wizard-head{padding:22px 22px 18px;background:linear-gradient(135deg,var(--enhp-accent,#111827),var(--enhp-primary,#b91c1c));color:#fff}
.enhp-brand-row{display:flex;align-items:flex-start;gap:16px}
.enhp-back-icon{width:46px;height:46px;border:none;border-radius:14px;background:rgba(255,255,255,.14);color:#fff;font-size:22px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);transition:.2s ease}
.enhp-back-icon:hover{background:rgba(255,255,255,.2);transform:translateY(-1px)}
.enhp-brand-logo-wrap,.enhp-brand-icon{width:58px;height:58px;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden}
.enhp-brand-logo{max-width:100%;max-height:100%;object-fit:contain}
.enhp-brand-icon::before{content:"";width:26px;height:26px;border-radius:10px;background:var(--enhp-primary,#b91c1c);display:block}
.enhp-brand-copy h2{margin:2px 0 8px;font-size:1.45em;line-height:1.25}
.enhp-brand-copy p,.enhp-brand-subtitle{margin:0;color:rgba(255,255,255,.88);font-size:.95em;line-height:1.6}
.enhp-brand-badge{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-size:.74em;font-weight:700;letter-spacing:.03em;text-transform:uppercase;margin-bottom:10px}
.enhp-progress{display:flex;gap:8px;margin-top:18px}
.enhp-progress-dot{height:7px;flex:1;border-radius:999px;background:rgba(255,255,255,.24)}
.enhp-progress-dot.is-active{background:#fff}
.enhp-step-form{padding:24px 22px 10px}
.enhp-step{display:none;animation:enhpFade .2s ease}
.enhp-step.is-active{display:block}
@keyframes enhpFade{from{opacity:.3;transform:translateY(4px)}to{opacity:1;transform:none}}
.enhp-step-title{font-weight:800;font-size:1.08em;line-height:1.4;margin:0 0 18px;color:#111827}
.enhp-step label{display:block;font-weight:700;margin:14px 0 8px;color:#374151}
.enhp-step select,.enhp-step input[type="text"],.enhp-step input[type="date"],.enhp-step input[type="email"],.enhp-step textarea{width:100%;min-height:54px;border:1px solid #d1d5db;border-radius:16px;padding:14px 16px;background:#fff;color:#111827;outline:none;transition:border-color .2s ease, box-shadow .2s ease;font:inherit}
.enhp-step textarea{min-height:120px;resize:vertical}
.enhp-step select:focus,.enhp-step input:focus,.enhp-step textarea:focus,.enhp-lead-form input:focus,.enhp-lead-form textarea:focus{border-color:var(--enhp-primary,#b91c1c);box-shadow:0 0 0 4px rgba(185,28,28,.08)}
.enhp-help{margin-top:8px;font-size:.88em;line-height:1.55;color:#6b7280}
.enhp-check-list{display:grid;grid-template-columns:1fr;gap:10px;margin-top:14px}
.enhp-check-list label{display:flex;gap:10px;align-items:flex-start;padding:14px 16px;border:1px solid #e5e7eb;border-radius:16px;background:#f9fafb;margin:0;font-weight:600;line-height:1.5}
.enhp-check-list input{margin-top:3px}
.enhp-row-2,.enhp-row-3,.enhp-form-grid{display:grid;gap:16px}
.enhp-row-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.enhp-row-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.enhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.enhp-field-full{grid-column:1/-1}
.enhp-step-actions{display:flex;gap:14px;justify-content:space-between;align-items:center;margin-top:26px;padding-top:22px;border-top:1px solid #eef2f7}
.enhp-step-actions .enhp-btn{flex:1}
.enhp-mobile-actionbar{display:none;margin-top:22px;padding:16px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 10px 26px rgba(17,24,39,.06)}
.enhp-mobile-actionbar .enhp-btn{flex:1}
.enhp-mobile-actionbar,.enhp-actions{gap:12px;align-items:center}
.enhp-btn{appearance:none;border:none;min-height:54px;padding:14px 22px;border-radius:16px;font:inherit;font-weight:800;line-height:1.2;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-align:center;transition:transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;text-decoration:none}
.enhp-btn:hover{transform:translateY(-1px)}
.enhp-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.enhp-btn-primary{background:linear-gradient(135deg,var(--enhp-primary,#b91c1c),#991b1b);color:#fff;box-shadow:0 14px 28px rgba(185,28,28,.18)}
.enhp-btn-light{background:#fff;color:#111827;border:1px solid #d1d5db;box-shadow:0 8px 18px rgba(17,24,39,.06)}
.enhp-btn-dark{background:#111827;color:#fff;box-shadow:0 14px 28px rgba(17,24,39,.14);margin-top:14px}
.enhp-btn-back{max-width:200px}
.enhp-btn-calc{letter-spacing:.01em}
.enhp-result{margin:22px;border:1px solid #e5e7eb;border-radius:22px;background:#f9fafb;padding:22px}
.enhp-result-top{display:flex;justify-content:space-between;gap:16px;align-items:center;flex-wrap:wrap}
.enhp-result-label{font-weight:800;color:#111827}
.enhp-result-mini{font-size:.9em;color:#6b7280}
.enhp-result-price{display:block;margin-top:10px;font-size:1.8em;line-height:1.2;color:var(--enhp-primary,#b91c1c)}
.enhp-summary-card{margin-top:18px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px}
.enhp-summary-card h3{margin:0 0 14px;font-size:1.05em}
.enhp-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.enhp-summary-item{padding:12px 14px;border:1px solid #eef2f7;border-radius:14px;background:#fff}
.enhp-summary-item strong{display:block;font-size:.84em;color:#6b7280;margin-bottom:6px}
.enhp-accept-form{margin-top:18px;padding-top:18px;border-top:1px solid #e5e7eb}
.enhp-lead-head{margin-bottom:18px}
.enhp-lead-badge{display:inline-flex;padding:6px 12px;border-radius:999px;background:#fee2e2;color:#991b1b;font-weight:800;font-size:.78em;margin-bottom:10px}
.enhp-lead-head h4{margin:0 0 8px;font-size:1.2em}
.enhp-lead-head p{margin:0;color:#6b7280;line-height:1.6}
.enhp-lead-form input,.enhp-lead-form textarea{width:100%;min-height:52px;border:1px solid #d1d5db;border-radius:16px;padding:14px 16px;font:inherit}
.enhp-lead-form textarea{min-height:120px}
.enhp-auto-address-box{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px 16px;line-height:1.7}
.enhp-actions{display:flex;flex-wrap:wrap;margin-top:18px}
.enhp-hp{position:absolute !important;left:-9999px !important;opacity:0 !important}
@media (max-width:900px){.enhp-row-3{grid-template-columns:1fr}.enhp-summary-grid{grid-template-columns:1fr}}
@media (max-width:767px){
  .enhp-step-layout{padding:16px 10px 88px}
  .enhp-wizard-head{padding:18px 16px}
  .enhp-step-form{padding:18px 16px 10px}
  .enhp-brand-row{gap:12px}
  .enhp-back-icon{width:42px;height:42px;border-radius:12px}
  .enhp-brand-logo-wrap,.enhp-brand-icon{width:50px;height:50px;border-radius:14px}
  .enhp-brand-copy h2{font-size:1.18em}
  .enhp-row-2,.enhp-row-3,.enhp-form-grid{grid-template-columns:1fr}
  .enhp-step-actions{display:none}
  .enhp-mobile-actionbar{display:flex;position:sticky;bottom:10px;z-index:30}
  .enhp-btn{min-height:52px;padding:13px 18px;border-radius:15px}
  .enhp-btn-back{max-width:none}
  .enhp-result{margin:16px;padding:18px}
}
