#hfg-v2{--green:#2f8f3a;--dark:#176b35;--light:#eaf7eb;--navy:#17243a;--text:#596572;--muted:#89938d;--border:#e1e9e2;width:100%;font-family:Inter,Poppins,Arial,sans-serif;color:var(--text)}
#hfg-v2 *{box-sizing:border-box}
.hfg2-wrap{max-width:1100px;margin:30px auto;padding:20px}
.hfg2-header{display:flex;align-items:center;gap:18px;margin-bottom:22px}
.hfg2-logo{width:70px;height:70px;flex:0 0 70px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:var(--light);font-size:32px}
.hfg2-brand{display:block;margin-bottom:4px;color:var(--green);font-size:10px;font-weight:800;letter-spacing:1.5px}
.hfg2-header h1{margin:0 0 6px;color:var(--navy);font-size:clamp(26px,4vw,40px);line-height:1.15}
.hfg2-header p{max-width:720px;margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.hfg2-alert{display:flex;gap:12px;align-items:flex-start;margin-bottom:20px;padding:15px;border:1px solid #eadfbd;border-radius:12px;background:#fffaf0}
.hfg2-alert>span{font-size:18px}.hfg2-alert strong{color:#72591f;font-size:11px}.hfg2-alert p{margin:3px 0 0;color:#756d57;font-size:10px;line-height:1.6}
.hfg2-form{padding:28px;border:1px solid var(--border);border-radius:20px;background:#fff;box-shadow:0 10px 35px rgba(20,60,30,.06)}
.hfg2-form-heading{text-align:center}.hfg2-form-heading>span,.hfg2-question-number{color:var(--green);font-size:9px;font-weight:800;letter-spacing:1.4px}
.hfg2-form-heading h2{margin:6px 0;color:var(--navy);font-size:23px}.hfg2-form-heading p{margin:0 0 25px;color:var(--muted);font-size:11px}
.hfg2-budget-input{display:flex;align-items:center;justify-content:center;gap:5px;margin-bottom:18px}
.hfg2-budget-input>span{color:var(--green);font-size:40px;font-weight:800}
.hfg2-budget-input input{width:220px;border:0;outline:0;background:transparent;color:var(--navy);font-family:inherit;font-size:44px;font-weight:800;text-align:center}
.hfg2-budget-input small{color:var(--muted);font-size:11px}
#hfg2-budget-slider{width:82%;display:block;margin:auto;accent-color:var(--green)}
.hfg2-slider-labels{display:flex;justify-content:space-between;width:82%;margin:5px auto 14px;color:#9aa39d;font-size:9px}
.hfg2-quick{display:flex;justify-content:center;flex-wrap:wrap;gap:7px;margin-bottom:28px}
.hfg2-quick button{padding:8px 14px;border:1px solid #d7e2d9;border-radius:30px;background:#fff;color:#59665e;font-family:inherit;font-size:10px;font-weight:700;cursor:pointer}
.hfg2-quick button:hover{border-color:var(--green);background:var(--light);color:var(--green)}
.hfg2-question{padding:22px 0;border-top:1px solid #edf1ed}.hfg2-question h2{margin:5px 0 15px;color:var(--navy);font-size:18px}
.hfg2-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hfg2-options.hfg2-four{grid-template-columns:repeat(3,1fr)}
.hfg2-option{position:relative;cursor:pointer}.hfg2-option input{position:absolute;opacity:0;pointer-events:none}
.hfg2-option-box{min-height:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:10px;border:1px solid #dfe8e0;border-radius:12px;background:#fff;color:#68736c;font-size:21px;text-align:center;transition:.2s ease}
.hfg2-option-box b{color:#59645d;font-size:10px;font-weight:700}.hfg2-option input:checked+.hfg2-option-box{border-color:var(--green);background:var(--light);box-shadow:0 0 0 2px rgba(47,143,58,.08)}.hfg2-option input:checked+.hfg2-option-box b{color:var(--green)}
.hfg2-generate{width:100%;margin-top:20px;padding:15px;border:0;border-radius:11px;background:linear-gradient(135deg,var(--green),var(--dark));color:#fff;font-family:inherit;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 9px 20px rgba(47,143,58,.2)}
.hfg2-results{margin-top:22px}.hfg2-result-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:25px;margin-bottom:15px;border-radius:18px;background:linear-gradient(135deg,#eff9f0,#f9fcf9)}
.hfg2-result-header>div:first-child>span{color:var(--green);font-size:9px;font-weight:800;letter-spacing:1.4px}.hfg2-result-header h2{margin:6px 0;color:var(--navy);font-size:26px}.hfg2-result-header p{margin:0;color:var(--muted);font-size:11px}
.hfg2-result-budget{min-width:140px;padding:14px;border-radius:13px;background:#fff;text-align:center}.hfg2-result-budget small{display:block;color:var(--muted);font-size:9px}.hfg2-result-budget strong{display:block;margin-top:3px;color:var(--green);font-size:22px}
.hfg2-profile{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.hfg2-profile>div{padding:14px;border:1px solid var(--border);border-radius:12px;background:#fff}.hfg2-profile span{display:block;margin-bottom:4px;color:var(--muted);font-size:8px;font-weight:800;letter-spacing:1px}.hfg2-profile strong{color:var(--navy);font-size:12px}
.hfg2-card{margin-bottom:20px;padding:22px;border:1px solid var(--border);border-radius:17px;background:#fff}.hfg2-card-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.hfg2-card-heading h3{margin:0 0 3px;color:var(--navy);font-size:17px}.hfg2-card-heading p{margin:0;color:var(--muted);font-size:10px}.hfg2-card-heading>strong{color:var(--green);font-size:16px}
.hfg2-budget-bar{display:flex;width:100%;height:18px;overflow:hidden;border-radius:30px;background:#edf1ee}.hfg2-budget-bar div{height:100%;transition:.5s ease}
#hfg2-bar-shampoo{background:#4d9b55}#hfg2-bar-conditioner{background:#67b8c9}#hfg2-bar-scalp{background:#9abf65}#hfg2-bar-oil{background:#d4a73c}#hfg2-bar-extra{background:#9b82c7}
.hfg2-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.hfg2-legend span{display:flex;align-items:center;gap:5px;color:#78837d;font-size:9px}.hfg2-legend i{width:8px;height:8px;border-radius:50%}.hfg2-legend .s{background:#4d9b55}.hfg2-legend .c{background:#67b8c9}.hfg2-legend .sc{background:#9abf65}.hfg2-legend .o{background:#d4a73c}.hfg2-legend .e{background:#9b82c7}
.hfg2-section-heading{margin:25px 0 15px}.hfg2-section-heading>span{color:var(--green);font-size:9px;font-weight:800;letter-spacing:1.4px}.hfg2-section-heading h2{margin:5px 0;color:var(--navy);font-size:21px}.hfg2-section-heading p{margin:0;color:var(--muted);font-size:10px}
.hfg2-products{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:20px}.hfg2-product{padding:20px;border:1px solid var(--border);border-radius:16px;background:#fff}.hfg2-product.hfg2-featured{border-color:#cce4cf;background:#f8fcf8}.hfg2-product-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;border-radius:13px;background:var(--light);font-size:21px}.hfg2-product-category{margin-bottom:3px;color:var(--green);font-size:8px;font-weight:800;letter-spacing:1px}.hfg2-product h3{margin:0 0 10px;color:var(--navy);font-size:17px}.hfg2-product-price{padding:9px 0;margin-bottom:10px;border-top:1px solid #edf1ed;border-bottom:1px solid #edf1ed;color:var(--muted);font-size:9px}.hfg2-product-price strong{color:var(--green);font-size:16px}.hfg2-product>p{min-height:55px;margin:0 0 10px;color:var(--muted);font-size:10px;line-height:1.6}.hfg2-product-caution{min-height:45px;margin-bottom:12px;padding:9px;border-radius:8px;background:#fffaf0;color:#756d57;font-size:9px;line-height:1.5}.hfg2-buy{display:block;padding:10px;border-radius:8px;background:var(--light);color:var(--green);font-size:10px;font-weight:800;text-align:center;text-decoration:none}.hfg2-buy:hover{background:var(--green);color:#fff}
.hfg2-routine{margin-top:20px}.hfg2-routine-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.hfg2-routine-grid>div{display:flex;gap:11px;padding:14px;border-radius:11px;background:#f7faf7}.hfg2-routine-grid>div>b{width:30px;height:30px;flex:0 0 30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--green);color:#fff;font-size:8px}.hfg2-routine-grid strong{display:block;margin-bottom:3px;color:var(--navy);font-size:11px}.hfg2-routine-grid p{margin:0;color:var(--muted);font-size:9px;line-height:1.55}
.hfg2-concern-box{margin-bottom:15px;padding:16px;border-left:4px solid var(--green);border-radius:8px;background:var(--light)}.hfg2-concern-box strong{color:var(--dark);font-size:11px}.hfg2-concern-box p{margin:5px 0 0;color:#5d6b61;font-size:10px;line-height:1.6}
.hfg2-medical{margin-bottom:15px;padding:16px;border-left:4px solid #d9a52d;border-radius:8px;background:#fffaf0}.hfg2-medical strong{color:#72591f;font-size:11px}.hfg2-medical p{margin:5px 0 0;color:#756d57;font-size:9px;line-height:1.65}
.hfg2-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin:20px 0}.hfg2-actions button{padding:10px 15px;border:1px solid #d7e1d9;border-radius:9px;background:#fff;color:#526057;font-family:inherit;font-size:10px;font-weight:700;cursor:pointer}.hfg2-actions button:hover{border-color:var(--green);color:var(--green);background:var(--light)}
.hfg2-affiliate{padding:13px;border-radius:8px;background:#f5f7f5;color:#7a837d;font-size:9px;line-height:1.6}
@media(max-width:760px){.hfg2-wrap{padding:10px}.hfg2-products{grid-template-columns:1fr}.hfg2-options,.hfg2-options.hfg2-four{grid-template-columns:repeat(2,1fr)}.hfg2-profile{grid-template-columns:1fr}.hfg2-routine-grid{grid-template-columns:1fr}.hfg2-result-header{flex-direction:column;align-items:flex-start}.hfg2-result-budget{width:100%}}
@media(max-width:480px){.hfg2-header{align-items:flex-start}.hfg2-logo{width:54px;height:54px;flex-basis:54px;font-size:25px}.hfg2-form{padding:19px 14px}.hfg2-budget-input input{width:145px;font-size:35px}.hfg2-budget-input>span{font-size:30px}#hfg2-budget-slider,.hfg2-slider-labels{width:100%}.hfg2-card{padding:18px}}
@media print{body *{visibility:hidden!important}#hfg-v2,#hfg-v2 *{visibility:visible!important}#hfg-v2{position:absolute;left:0;top:0;width:100%}.hfg2-form,.hfg2-actions,.hfg2-buy{display:none!important}}
