:root{
  --fhp-yellow:#ffc400;--fhp-black:#0b0b0b;--fhp-cream:#fff9e8;--fhp-surface:#fff;--fhp-radius:22px;
  --fhp-border:#eadfbd;--fhp-muted:#666;--fhp-soft:#f7f7f5;--fhp-danger:#b42318;--fhp-green:#067647;
  --fhp-shadow:0 30px 80px rgba(0,0,0,.20)
}
*{box-sizing:border-box}
.fhp-pricing-wrap,.fhp-account,.fhp-box,.fhp-checkout-modal,.fhp-checkout-inline,.fhp-success-shell{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--fhp-black)}
body.fhp-checkout-open{overflow:hidden}

/* Pricing */
.fhp-pricing-wrap{max-width:1180px;margin:40px auto;padding:0 18px}.fhp-pricing-heading{text-align:center;max-width:780px;margin:0 auto 22px}.fhp-pricing-heading h2{font-size:44px;line-height:1.06;margin:0 0 12px;font-weight:900;letter-spacing:-.03em}.fhp-pricing-heading h2 span{color:var(--fhp-yellow)}.fhp-pricing-heading p{font-size:17px;line-height:1.6;color:var(--fhp-muted);margin:0}.fhp-billing-toggle{display:flex;justify-content:center;gap:6px;margin:24px 0 30px}.fhp-billing-toggle button,.fhp-tabs button{appearance:none;border:1px solid #ddd;background:#fff;padding:11px 20px;border-radius:999px;font-weight:800;cursor:pointer;transition:.2s}.fhp-billing-toggle button span{font-size:10px;margin-left:6px;color:#745700}.fhp-billing-toggle button.active,.fhp-tabs button.active{background:var(--fhp-yellow);border-color:var(--fhp-yellow);box-shadow:0 6px 18px color-mix(in srgb,var(--fhp-yellow) 25%,transparent)}
.fhp-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}.fhp-plan-card{position:relative;background:#fff;border:1px solid #ececec;border-top:5px solid var(--fhp-yellow);border-radius:20px;padding:26px;box-shadow:0 20px 45px rgba(0,0,0,.075);display:flex;flex-direction:column;min-height:760px;overflow:hidden}.fhp-plan-card:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-42px;bottom:-42px;background:color-mix(in srgb,var(--fhp-yellow) 9%,transparent);pointer-events:none}.fhp-plan-card.fhp-popular{background:linear-gradient(180deg,color-mix(in srgb,var(--fhp-yellow) 15%,#fff) 0,#fff 28%);border-color:color-mix(in srgb,var(--fhp-yellow) 55%,#ddd);transform:translateY(-6px)}.fhp-card-top{display:flex;align-items:center;justify-content:space-between;min-height:30px}.fhp-badge{display:inline-block;background:#fff8df;border:1px solid #f2dd9b;padding:6px 11px;border-radius:20px;font-size:11px;font-weight:900;letter-spacing:.07em}.fhp-popular-label{background:var(--fhp-yellow);padding:8px 12px;border-radius:18px;font-size:11px;font-weight:900}.fhp-plan-card h3{font-size:29px;line-height:1.08;margin:16px 0 14px;font-weight:900;letter-spacing:-.025em}.fhp-price{border:1px solid #f0dfab;background:linear-gradient(135deg,#fffdf7,#fff);border-radius:14px;padding:18px;margin-bottom:12px}.fhp-currency{font-size:25px;font-weight:900;vertical-align:9px}.fhp-price strong{font-size:48px;line-height:1;font-weight:950;letter-spacing:-.04em}.fhp-price small{font-size:14px;font-weight:800}.fhp-price-note{display:inline-block;margin-top:11px;padding:6px 10px;background:#191919;color:#fff;border-radius:999px;font-size:12px;font-weight:800}.fhp-popular .fhp-price-note{background:var(--fhp-yellow);color:#111}.fhp-trial-note{font-size:13px;font-weight:800;color:#7a5900;margin:0 0 12px}.fhp-plan-card ul{list-style:none;padding:0;margin:8px 0 24px;flex:1}.fhp-plan-card li{display:flex;gap:10px;margin:0 0 13px;line-height:1.4;font-weight:650;font-size:15px}.fhp-plan-card li>span{background:var(--fhp-yellow);width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px;font-size:12px;font-weight:900;margin-top:1px}
.fhp-choose-plan,.fhp-primary-link,.fhp-secondary-link,.fhp-big-button,.fhp-secondary-button,.fhp-cancel-sub,.fhp-undo-cancel{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;background:var(--fhp-black);color:#fff!important;padding:15px 18px;font-weight:900;text-decoration:none!important;cursor:pointer;transition:.2s;line-height:1.2}.fhp-choose-plan:hover,.fhp-primary-link:hover,.fhp-big-button:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,0,0,.15)}.fhp-popular .fhp-choose-plan{background:var(--fhp-yellow);color:#111!important}.fhp-secondary-link,.fhp-secondary-button{background:#fff;color:#222!important;border:1px solid #d8d8d8;padding:11px 14px;font-size:13px}.fhp-cancel-sub{background:var(--fhp-danger);padding:10px 13px;font-size:13px}.fhp-undo-cancel{background:#fff;color:#222!important;border:1px solid #d8d8d8;padding:10px 13px;font-size:13px}

/* Custom checkout shell */
.fhp-checkout-modal{position:fixed;inset:0;z-index:9999999;display:none;padding:18px;align-items:center;justify-content:center}.fhp-checkout-modal.open{display:flex}.fhp-checkout-backdrop{position:absolute;inset:0;background:rgba(3,3,3,.74);backdrop-filter:blur(8px)}.fhp-checkout-inline{width:100%;padding:34px 18px;background:linear-gradient(180deg,#fafafa 0,var(--fhp-cream) 100%)}
.fhp-checkout-shell{position:relative;z-index:1;width:min(1120px,100%);height:min(820px,94vh);background:var(--fhp-surface);border-radius:var(--fhp-radius);box-shadow:var(--fhp-shadow);display:grid;grid-template-columns:330px minmax(0,1fr);overflow:hidden;border:1px solid rgba(0,0,0,.08)}.fhp-checkout-inline .fhp-checkout-shell{height:auto;min-height:720px;margin:0 auto;box-shadow:0 24px 70px rgba(0,0,0,.10)}
.fhp-checkout-brand{background:linear-gradient(145deg,var(--fhp-black),#191919 72%,#29210a);color:#fff;padding:34px 30px;display:flex;flex-direction:column;position:relative;overflow:hidden}.fhp-checkout-brand:before{content:"";position:absolute;right:-75px;top:-80px;width:210px;height:210px;border-radius:50%;background:color-mix(in srgb,var(--fhp-yellow) 26%,transparent)}.fhp-checkout-brand:after{content:"";position:absolute;left:-100px;bottom:-130px;width:260px;height:260px;border:1px solid color-mix(in srgb,var(--fhp-yellow) 25%,transparent);border-radius:50%}.fhp-brand-mark{position:relative;z-index:2;min-height:54px;display:flex;align-items:center;gap:10px;margin-bottom:32px}.fhp-brand-mark img{max-width:230px;max-height:58px;object-fit:contain;object-position:left center;filter:none}.fhp-logo-symbol{width:44px;height:44px;background:var(--fhp-yellow);color:#111;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:24px}.fhp-brand-mark strong{font-size:18px;line-height:1.1}.fhp-brand-copy{position:relative;z-index:2}.fhp-eyebrow,.fhp-section-kicker{display:inline-block;color:var(--fhp-yellow);font-weight:900;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.fhp-brand-copy h2{font-size:31px;line-height:1.08;letter-spacing:-.035em;margin:10px 0 12px;color:#fff;font-weight:900}.fhp-brand-copy p{margin:0;color:#c9c9c9;font-size:14px;line-height:1.6}.fhp-progress{position:relative;z-index:2;margin:34px 0 22px;display:grid;gap:8px}.fhp-progress-item{display:flex;gap:12px;align-items:center;padding:11px 12px;border-radius:12px;color:#aaa;transition:.2s}.fhp-progress-item i{font-style:normal;width:30px;height:30px;border-radius:50%;border:1px solid #555;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.fhp-progress-item span{display:grid;gap:2px}.fhp-progress-item b{font-size:13px}.fhp-progress-item small{font-size:11px;color:#888}.fhp-progress-item.active{background:rgba(255,255,255,.08);color:#fff}.fhp-progress-item.active i{background:var(--fhp-yellow);border-color:var(--fhp-yellow);color:#111}.fhp-progress-item.active small{color:#d9d9d9}.fhp-progress-item.done{color:#e8e8e8}.fhp-progress-item.done i{background:#fff;color:#111;border-color:#fff}.fhp-trust-list{position:relative;z-index:2;display:grid;gap:7px;margin-top:auto;font-size:12px;color:#ddd}.fhp-trust-list span::first-letter{color:var(--fhp-yellow)}.fhp-secure-note{position:relative;z-index:2;margin-top:18px;padding-top:17px;border-top:1px solid #343434;color:#929292;font-size:10px;line-height:1.5}.fhp-secure-note .dashicons{font-size:13px;width:14px;height:14px;color:var(--fhp-yellow)}
.fhp-checkout-main{position:relative;background:linear-gradient(180deg,#fff 0,#fffdfa 100%);padding:42px 44px;overflow:auto}.fhp-checkout-close{position:absolute;right:18px;top:15px;width:38px;height:38px;border:1px solid #e5e5e5;border-radius:50%;background:#fff;color:#111;font-size:27px;line-height:1;cursor:pointer;z-index:5}.fhp-checkout-close:hover{background:#f5f5f5}.fhp-flow-step[hidden]{display:none!important}.fhp-flow-step{animation:fhpFade .22s ease}.fhp-flow-step h3{font-size:32px;line-height:1.12;letter-spacing:-.035em;margin:8px 0 7px;font-weight:900;color:#111}.fhp-lead{margin:0 0 24px;color:#6b6b6b;line-height:1.55;font-size:14px}.fhp-mobile-step{display:none;font-size:10px;font-weight:900;letter-spacing:.1em;margin-bottom:6px;color:#856600}.fhp-title-row{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.fhp-text-button{background:none;border:0;color:#5e4a00;text-decoration:underline;text-underline-offset:3px;font-weight:800;font-size:12px;cursor:pointer;padding:7px 0}.fhp-big-button{background:var(--fhp-yellow);color:#111!important;border-radius:12px;padding:16px 20px;font-size:14px;box-shadow:none}.fhp-big-button span{font-size:18px}.fhp-secondary-button{border-radius:12px;padding:14px 18px}.fhp-big-button:disabled{opacity:.55;cursor:not-allowed;transform:none}
@keyframes fhpFade{from{opacity:.35;transform:translateY(5px)}to{opacity:1;transform:none}}

/* Auth */
.fhp-tabs{display:flex;gap:7px;margin:21px 0 20px;background:#f4f4f2;border-radius:999px;padding:5px;width:max-content}.fhp-tabs button{padding:9px 17px;border:0;background:transparent}.fhp-tabs button.active{box-shadow:none}.fhp-auth-form{display:grid;gap:13px;max-width:610px}.fhp-auth-form label:not(.fhp-consent){display:grid;gap:6px;font-size:12px;font-weight:800;color:#333}.fhp-auth-form input:not([type=checkbox]){width:100%;height:50px;border:1px solid #dbdbdb;border-radius:11px;background:#fff;padding:0 14px;font:inherit;font-size:14px;outline:none;transition:.2s}.fhp-auth-form input:focus{border-color:var(--fhp-yellow);box-shadow:0 0 0 3px color-mix(in srgb,var(--fhp-yellow) 19%,transparent)}.fhp-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fhp-consent{display:flex!important;gap:8px;align-items:flex-start!important;font-size:12px!important;font-weight:500!important;line-height:1.45;color:#666!important}.fhp-consent input{margin-top:2px}.fhp-consent a{color:#333;font-weight:700}.fhp-login-meta{display:flex;justify-content:space-between;gap:15px;align-items:center}.fhp-login-meta>a{font-size:12px;color:#594500;font-weight:800}.fhp-auth-message{min-height:21px;margin-top:9px;font-size:12px;font-weight:800}.fhp-auth-message.error,#fhp-coupon-message.error{color:var(--fhp-danger)}.fhp-auth-message.success,#fhp-coupon-message.success{color:var(--fhp-green)}

/* Cart/review step */
.fhp-cart-summary{margin:18px 0}.fhp-cart-loading,.fhp-cart-empty{border:1px dashed #d8d2c0;background:#fffdf6;border-radius:15px;min-height:140px;display:flex;align-items:center;justify-content:center;gap:10px;padding:24px;text-align:center;color:#696969;font-weight:700}.fhp-cart-empty a{color:#5f4900}.fhp-error-box{border-color:#edb900;background:#fff7e6;color:var(--fhp-danger)}.fhp-spinner{width:20px;height:20px;border-radius:50%;border:2px solid #ddd;border-top-color:var(--fhp-yellow);animation:fhpSpin .65s linear infinite}@keyframes fhpSpin{to{transform:rotate(360deg)}}
.fhp-cart-card{border:1px solid #e5dfcd;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.045)}.fhp-cart-card-head{display:flex;justify-content:space-between;gap:18px;padding:22px 24px;background:linear-gradient(135deg,var(--fhp-cream),#fff)}.fhp-cart-card-head h4{font-size:24px;margin:7px 0 4px;letter-spacing:-.02em}.fhp-cart-card-head p{margin:0;color:#777;font-size:12px}.fhp-cart-badge{display:inline-block;background:#111;color:#fff;font-size:9px;font-weight:900;letter-spacing:.1em;padding:5px 8px;border-radius:999px}.fhp-cart-price{text-align:right;font-size:27px;font-weight:900;white-space:nowrap}.fhp-cart-price small{display:block;font-size:11px;color:#666;font-weight:700}.fhp-cart-features{padding:16px 24px;display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;border-top:1px solid #f0ece2;border-bottom:1px solid #f0ece2}.fhp-cart-features span{font-size:11px;font-weight:700;color:#464646}.fhp-cart-features span::first-letter{color:#8a6800}.fhp-cart-highlight{margin:15px 20px 0;padding:12px 14px;background:color-mix(in srgb,var(--fhp-yellow) 15%,#fff);border:1px solid color-mix(in srgb,var(--fhp-yellow) 45%,#eee);border-radius:11px;display:grid;gap:2px}.fhp-cart-highlight b{font-size:12px}.fhp-cart-highlight span{font-size:11px;color:#665a36}.fhp-cart-totals{padding:17px 24px 9px;display:grid;gap:9px}.fhp-cart-totals>div{display:flex;justify-content:space-between;gap:15px;font-size:12px;color:#666}.fhp-cart-totals b{color:#111}.fhp-cart-totals .fhp-saving-row{color:var(--fhp-green)}.fhp-cart-totals .fhp-saving-row b{color:var(--fhp-green)}.fhp-cart-totals .fhp-total-row{border-top:1px solid #e7e7e7;padding-top:13px;margin-top:3px;font-size:15px;font-weight:900;color:#111}.fhp-cart-totals .fhp-total-row b{font-size:20px}.fhp-coupon-row button{border:0;background:none;text-decoration:underline;font-size:10px;color:#666;cursor:pointer}.fhp-renewal-note{margin:0 20px 20px;padding:12px 14px;background:#f7f7f5;border-radius:11px;display:flex;gap:10px;align-items:flex-start}.fhp-renewal-note>span{width:25px;height:25px;border-radius:50%;background:var(--fhp-yellow);display:flex;align-items:center;justify-content:center;font-weight:900}.fhp-renewal-note>div{display:grid;gap:2px}.fhp-renewal-note b{font-size:11px}.fhp-renewal-note small{font-size:10px;color:#6d6d6d;line-height:1.4}.fhp-coupon-box{padding:15px 17px;border:1px solid #e4e4e4;border-radius:14px;background:#fafafa;margin:15px 0}.fhp-coupon-box>label{display:block;font-size:11px;font-weight:900;margin-bottom:7px}.fhp-coupon-box>div:first-of-type{display:flex;gap:8px}.fhp-coupon-box input{height:42px;flex:1;border:1px solid #d8d8d8;border-radius:9px;padding:0 12px}.fhp-coupon-box button{height:42px;padding:0 18px;border:0;border-radius:9px;background:#111;color:#fff;font-weight:800;cursor:pointer}.fhp-coupon-box #fhp-coupon-message{font-size:11px;font-weight:700;margin-top:7px;min-height:1px}.fhp-cart-actions{display:flex;justify-content:space-between;gap:12px;margin-top:20px}

/* Billing + standard WooCommerce payment engine, fully restyled */
.fhp-checkout-columns{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:22px;align-items:start}.fhp-billing-panel,.fhp-payment-panel{border:1px solid #e7e4dc;border-radius:16px;background:#fff;padding:20px}.fhp-form-section-title{display:flex;gap:10px;align-items:center;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #eee}.fhp-form-section-title>span{width:31px;height:31px;border-radius:9px;background:var(--fhp-yellow);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:900}.fhp-form-section-title>div{display:grid;gap:2px}.fhp-form-section-title b{font-size:13px}.fhp-form-section-title small{font-size:10px;color:#777}.fhp-billing-fields{display:flex;flex-wrap:wrap;gap:0 12px}.fhp-wc-checkout .form-row{width:100%;margin:0 0 11px;padding:0}.fhp-wc-checkout .form-row.fhp-half{width:calc(50% - 6px)}.fhp-wc-checkout .form-row label{display:block;font-size:10px;text-transform:none;font-weight:800;color:#444;margin-bottom:5px}.fhp-wc-checkout .form-row .required{color:#b42318}.fhp-wc-checkout .input-text,.fhp-wc-checkout select,.fhp-wc-checkout .select2-container .select2-selection--single{width:100%;min-height:44px;border:1px solid #d8d8d8;border-radius:9px;background:#fff;padding:10px 11px;font-size:12px;box-shadow:none;outline:none}.fhp-wc-checkout .select2-container .select2-selection--single{padding:7px 10px}.fhp-wc-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:42px}.fhp-wc-checkout .input-text:focus,.fhp-wc-checkout select:focus{border-color:var(--fhp-yellow);box-shadow:0 0 0 3px color-mix(in srgb,var(--fhp-yellow) 18%,transparent)}.fhp-wc-checkout .woocommerce-input-wrapper{width:100%}.fhp-wc-checkout .woocommerce-invalid .input-text,.fhp-wc-checkout .woocommerce-invalid select{border-color:#7a1a00!important;background:#fff8f7}
.fhp-review-table,.fhp-wc-checkout .woocommerce-checkout-review-order-table{width:100%;border-collapse:collapse!important;border:0!important;margin:0 0 14px!important;background:#fafafa;border-radius:10px;overflow:hidden}.fhp-wc-checkout .woocommerce-checkout-review-order-table th,.fhp-wc-checkout .woocommerce-checkout-review-order-table td{padding:10px 8px!important;border:0!important;border-bottom:1px solid #ececec!important;font-size:11px!important;text-align:left;background:transparent!important}.fhp-wc-checkout .woocommerce-checkout-review-order-table th:last-child,.fhp-wc-checkout .woocommerce-checkout-review-order-table td:last-child{text-align:right}.fhp-wc-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th,.fhp-wc-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td{font-size:13px!important;font-weight:900!important;background:var(--fhp-cream)!important}.fhp-review-placeholder{color:#777;font-size:11px}
.fhp-wc-checkout #payment,.fhp-wc-checkout .woocommerce-checkout-payment{background:transparent!important;border-radius:0!important;margin:0!important}.fhp-wc-checkout #payment ul.payment_methods{list-style:none!important;padding:0!important;margin:0 0 13px!important;border:0!important;display:grid;gap:8px}.fhp-wc-checkout #payment ul.payment_methods>li{margin:0!important;padding:12px!important;border:1px solid #dfdfdf;border-radius:11px;background:#fff;position:relative;transition:.2s}.fhp-wc-checkout #payment ul.payment_methods>li:hover,.fhp-wc-checkout #payment ul.payment_methods>li.fhp-selected-payment{border-color:var(--fhp-yellow);box-shadow:0 0 0 2px color-mix(in srgb,var(--fhp-yellow) 14%,transparent)}.fhp-wc-checkout #payment ul.payment_methods>li>input{margin-right:7px}.fhp-wc-checkout #payment ul.payment_methods>li>label{font-size:12px;font-weight:850;cursor:pointer}.fhp-wc-checkout #payment ul.payment_methods>li>label img{max-height:25px;max-width:75px;vertical-align:middle;margin-left:5px}.fhp-wc-checkout #payment div.payment_box{position:relative!important;background:#f7f7f5!important;color:#555!important;padding:11px!important;margin:10px 0 0!important;border-radius:8px!important;font-size:10px!important;line-height:1.45!important}.fhp-wc-checkout #payment div.payment_box:before{display:none!important}.fhp-wc-checkout #payment div.payment_box p{font-size:10px!important;margin:0 0 8px!important}.fhp-wc-checkout #payment .form-row.place-order{margin:13px 0 0!important;padding:0!important}.fhp-wc-checkout #payment .woocommerce-privacy-policy-text,.fhp-wc-checkout #payment .woocommerce-terms-and-conditions-wrapper{font-size:9px;color:#777;line-height:1.45;margin-bottom:10px}.fhp-wc-checkout #payment .woocommerce-privacy-policy-text p{font-size:9px;margin:0 0 8px}.fhp-wc-checkout #place_order,.fhp-place-order{width:100%!important;min-height:50px!important;border:0!important;border-radius:10px!important;background:var(--fhp-yellow)!important;color:#111!important;font-size:12px!important;font-weight:900!important;box-shadow:none!important;text-transform:none!important;cursor:pointer!important}.fhp-wc-checkout #place_order:hover{filter:brightness(.97);transform:translateY(-1px)}.fhp-payment-wait{padding:15px;border:1px dashed #ddd;border-radius:10px;color:#777;font-size:11px;text-align:center}.fhp-back-cart{margin-top:12px}.fhp-review-refreshing .fhp-payment-panel{opacity:.62;pointer-events:none}.fhp-payment-processing .fhp-checkout-close{opacity:.3;pointer-events:none}.fhp-payment-processing #place_order{opacity:.6!important;cursor:wait!important}
.fhp-step-checkout .woocommerce-error,.fhp-step-checkout .woocommerce-message,.fhp-step-checkout .woocommerce-info,.fhp-wc-checkout>.woocommerce-NoticeGroup{list-style:none;margin:0 0 13px!important;padding:11px 13px!important;border:1px solid #edb900!important;border-radius:9px!important;background:#fff4d8!important;color:#5f2500!important;font-size:11px!important}.fhp-step-checkout .woocommerce-error li{margin:0 0 4px}.fhp-step-checkout .woocommerce-error li:last-child{margin-bottom:0}

/* Success */
.fhp-success-shell{min-height:65vh;display:flex;align-items:center;justify-content:center;padding:50px 18px;background:linear-gradient(145deg,#f7f7f7,var(--fhp-cream))}.fhp-success-card{width:min(720px,100%);background:#fff;border:1px solid #e8e3d7;border-radius:var(--fhp-radius);padding:45px;text-align:center;box-shadow:0 30px 75px rgba(0,0,0,.09)}.fhp-success-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;background:var(--fhp-yellow);font-size:28px;font-weight:900}.fhp-success-icon-warn{background:#fff0bf;color:#5f2500}.fhp-success-card h2{font-size:35px;letter-spacing:-.035em;margin:9px 0 10px}.fhp-success-card>p{max-width:560px;margin:0 auto 25px;color:#666;line-height:1.55}.fhp-success-order{display:grid;grid-template-columns:1fr 1fr;text-align:left;border:1px solid #e8e4da;border-radius:14px;overflow:hidden;margin:20px 0 25px}.fhp-success-order>div{padding:14px 16px;background:#fdfdfc;border-bottom:1px solid #ece9e2}.fhp-success-order>div:nth-child(odd){border-right:1px solid #ece9e2}.fhp-success-order>div:nth-last-child(-n+2){border-bottom:0}.fhp-success-order span{display:block;color:#888;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.fhp-success-order b{display:block;margin-top:3px;font-size:13px}.fhp-success-actions{display:flex;justify-content:center;gap:9px;flex-wrap:wrap}.fhp-secure-footer{margin-top:22px;padding-top:17px;border-top:1px solid #eee;color:#8a8a8a;font-size:10px}

/* Account */
.fhp-box{max-width:720px;margin:40px auto;background:#fff;border:1px solid #eee;border-radius:18px;padding:30px;box-shadow:0 18px 45px rgba(0,0,0,.06)}.fhp-empty{padding:20px;border:1px dashed #ccc;border-radius:10px;text-align:center}.fhp-account{max-width:980px;margin:32px auto;padding:0 10px}.fhp-account-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:0 0 22px}.fhp-account-head h2{margin:0 0 4px}.fhp-account-head p{margin:0;color:#666}.fhp-sub-card{display:grid;grid-template-columns:1fr auto;gap:20px;border:1px solid #e7e7e7;border-radius:16px;padding:24px;margin-bottom:18px;background:#fff;box-shadow:0 10px 26px rgba(0,0,0,.035)}.fhp-sub-title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.fhp-sub-title h3{margin:0;font-size:22px}.fhp-status{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900;background:#f0f0f0}.fhp-status-active,.fhp-status-trialing{background:#dff7ea;color:#05603a}.fhp-status-past_due,.fhp-status-suspended{background:#fff1cc;color:#5f2500}.fhp-status-paused{background:#fff2cc;color:#7a5900}.fhp-status-cancelled,.fhp-status-expired{background:#eee;color:#555}.fhp-sub-meta{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));gap:12px;margin-top:18px}.fhp-sub-meta div{background:#fafafa;border-radius:10px;padding:11px}.fhp-sub-meta span{display:block;color:#777;font-size:11px;text-transform:uppercase;font-weight:800;letter-spacing:.04em;margin-bottom:3px}.fhp-sub-meta strong{font-size:13px}.fhp-sub-actions{display:flex;flex-direction:column;gap:8px;min-width:155px}.fhp-notice-warning,.fhp-notice-error{margin-top:14px;padding:11px 13px;border-radius:9px;font-size:13px;font-weight:700}.fhp-notice-warning{background:#fff5d6;color:#715100}.fhp-notice-error{background:#fff1cc;color:#5f2500}.fhp-history{grid-column:1/-1;border-top:1px solid #eee;padding-top:14px}.fhp-history summary{cursor:pointer;font-weight:800}.fhp-history-table{overflow:auto;margin-top:10px}.fhp-history table{width:100%;border-collapse:collapse;font-size:13px}.fhp-history th,.fhp-history td{text-align:left;border-bottom:1px solid #eee;padding:9px 7px}

/* Responsive */
@media(max-width:1040px){
  .fhp-checkout-shell{grid-template-columns:270px minmax(0,1fr)}.fhp-checkout-brand{padding:28px 23px}.fhp-brand-copy h2{font-size:27px}.fhp-checkout-main{padding:38px 30px}.fhp-checkout-columns{grid-template-columns:1fr}.fhp-payment-panel{margin-bottom:10px}
}
@media(max-width:950px){
  .fhp-plan-grid{grid-template-columns:1fr}.fhp-plan-card{min-height:auto}.fhp-plan-card.fhp-popular{transform:none}.fhp-pricing-heading h2{font-size:36px}.fhp-sub-card{grid-template-columns:1fr}.fhp-sub-actions{flex-direction:row;flex-wrap:wrap}.fhp-sub-meta{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .fhp-checkout-modal{padding:0}.fhp-checkout-shell,.fhp-checkout-inline .fhp-checkout-shell{display:block;width:100%;height:100vh;max-height:none;border-radius:0;border:0}.fhp-checkout-inline{padding:0}.fhp-checkout-inline .fhp-checkout-shell{min-height:100vh}.fhp-checkout-brand{display:none}.fhp-checkout-main{height:100%;padding:58px 20px 30px}.fhp-checkout-close{right:14px;top:12px}.fhp-mobile-step{display:block}.fhp-flow-step h3{font-size:27px}.fhp-cart-card-head{padding:18px}.fhp-cart-features{grid-template-columns:1fr;padding:14px 18px}.fhp-cart-totals{padding-left:18px;padding-right:18px}.fhp-renewal-note{margin-left:14px;margin-right:14px}.fhp-checkout-columns{display:block}.fhp-billing-panel,.fhp-payment-panel{padding:16px;margin-bottom:14px}.fhp-title-row{display:block}.fhp-title-row .fhp-text-button{margin-bottom:5px}.fhp-cart-actions{flex-direction:column-reverse}.fhp-cart-actions>*{width:100%}
}
@media(max-width:560px){
  .fhp-pricing-wrap{padding:0 10px}.fhp-pricing-heading h2{font-size:30px}.fhp-plan-card{padding:20px}.fhp-price strong{font-size:42px}.fhp-two{grid-template-columns:1fr}.fhp-account-head{align-items:flex-start;flex-direction:column}.fhp-sub-meta{grid-template-columns:1fr}.fhp-sub-actions{flex-direction:column}.fhp-wc-checkout .form-row.fhp-half{width:100%}.fhp-success-card{padding:30px 18px}.fhp-success-card h2{font-size:29px}.fhp-success-order{grid-template-columns:1fr}.fhp-success-order>div,.fhp-success-order>div:nth-child(odd){border-right:0;border-bottom:1px solid #ece9e2}.fhp-success-order>div:last-child{border-bottom:0}.fhp-cart-card-head{display:block}.fhp-cart-price{text-align:left;margin-top:12px}.fhp-login-meta{align-items:flex-start;flex-direction:column}
}

/* Keep the dedicated fallback checkout page focused; the FHP app supplies its own heading. */
.fhp-focus-checkout-page .entry-title,.fhp-focus-checkout-page .page-title{display:none!important}
.fhp-focus-checkout-page .entry-content{max-width:none!important;margin:0!important;padding:0!important}

/* v3.2.0 — premium account forms + strict yellow/black frontend override */
.fhp-checkout-shell,
.fhp-checkout-shell *,
.fhp-pricing-wrap,
.fhp-pricing-wrap *,
.fhp-account,
.fhp-account *,
.fhp-success-shell,
.fhp-success-shell *{accent-color:var(--fhp-yellow)!important;}

.fhp-checkout-shell a,
.fhp-checkout-shell button,
.fhp-checkout-shell input,
.fhp-checkout-shell select,
.fhp-checkout-shell textarea,
.fhp-checkout-shell label,
.fhp-pricing-wrap a,
.fhp-pricing-wrap button{font-family:inherit!important;}

.fhp-checkout-main{background:linear-gradient(135deg,#ffffff 0%,#fffdf3 48%,#f7f7f4 100%)!important;}
.fhp-checkout-close{width:46px!important;height:46px!important;border:1px solid #d7d7d7!important;border-radius:14px!important;background:#ffffff!important;color:#111111!important;font-size:26px!important;font-weight:800!important;box-shadow:0 12px 28px rgba(0,0,0,.08)!important;line-height:1!important;}
.fhp-checkout-close:hover,.fhp-checkout-close:focus{background:var(--fhp-yellow)!important;border-color:var(--fhp-yellow)!important;color:#111111!important;outline:none!important;box-shadow:0 0 0 4px rgba(255,196,0,.22),0 12px 28px rgba(0,0,0,.10)!important;}

.fhp-auth-card{max-width:720px;background:#fff;border:1px solid #e8dfc4;border-radius:24px;padding:24px;box-shadow:0 24px 60px rgba(0,0,0,.08);position:relative;overflow:hidden;}
.fhp-auth-card:before{content:"";position:absolute;right:-72px;top:-72px;width:190px;height:190px;border-radius:999px;background:rgba(255,196,0,.16);pointer-events:none;}
.fhp-auth-card:after{content:"";position:absolute;left:-80px;bottom:-110px;width:230px;height:230px;border-radius:999px;border:1px solid rgba(255,196,0,.28);pointer-events:none;}
.fhp-auth-card>*{position:relative;z-index:1;}
.fhp-auth-card-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0 0 18px;padding:0 0 17px;border-bottom:1px solid #f0ead7;}
.fhp-auth-card-head strong{display:block;font-size:18px;line-height:1.15;font-weight:950;color:#111!important;letter-spacing:-.02em;}
.fhp-auth-card-head small{display:block;margin-top:4px;color:#6a6a6a!important;font-size:12px;font-weight:650;}
.fhp-auth-card-head>span{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 13px;border-radius:999px;background:#111!important;color:#fff!important;font-size:10px;font-weight:950;letter-spacing:.1em;text-transform:uppercase;}

.fhp-tabs{background:#111!important;border:1px solid #111!important;border-radius:18px!important;padding:6px!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);}
.fhp-tabs button{appearance:none!important;-webkit-appearance:none!important;background:transparent!important;border:0!important;border-radius:13px!important;color:#fff!important;min-height:44px!important;padding:10px 22px!important;font-size:14px!important;font-weight:950!important;letter-spacing:-.01em!important;text-decoration:none!important;box-shadow:none!important;}
.fhp-tabs button.active,.fhp-tabs button[aria-selected="true"]{background:var(--fhp-yellow)!important;color:#111!important;border-color:var(--fhp-yellow)!important;box-shadow:0 8px 20px rgba(255,196,0,.24)!important;}
.fhp-tabs button:hover,.fhp-tabs button:focus{color:#111!important;background:#ffe07a!important;outline:none!important;box-shadow:0 0 0 3px rgba(255,196,0,.24)!important;}

.fhp-auth-form{max-width:none!important;gap:15px!important;}
.fhp-auth-form .fhp-two{gap:14px!important;}
.fhp-auth-form label:not(.fhp-consent),.fhp-auth-form .fhp-field{display:grid!important;gap:7px!important;margin:0!important;color:#111!important;}
.fhp-field-label,.fhp-auth-form label:not(.fhp-consent)>span:first-child{font-size:12px!important;font-weight:950!important;color:#111!important;letter-spacing:.01em!important;line-height:1.2!important;}
.fhp-auth-form input:not([type=checkbox]){width:100%!important;height:60px!important;border:2px solid #e1ddcf!important;border-radius:16px!important;background:linear-gradient(180deg,#fff 0%,#fffdf8 100%)!important;color:#111!important;padding:0 17px!important;font-size:16px!important;font-weight:700!important;outline:none!important;box-shadow:0 8px 20px rgba(0,0,0,.035)!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;}
.fhp-auth-form input:not([type=checkbox])::placeholder{color:#7b7b7b!important;font-size:14px!important;font-weight:650!important;opacity:1!important;}
.fhp-auth-form input:not([type=checkbox]):hover{border-color:#c7bd9a!important;background:#fff!important;}
.fhp-auth-form input:not([type=checkbox]):focus{border-color:var(--fhp-yellow)!important;background:#fff!important;box-shadow:0 0 0 5px rgba(255,196,0,.22),0 13px 30px rgba(0,0,0,.06)!important;}
.fhp-auth-form input:not([type=checkbox]):valid{border-color:#cfc7a8!important;}
.fhp-auth-form input[type=checkbox]{width:18px!important;height:18px!important;border:2px solid #111!important;}
.fhp-consent{background:#fff9e8!important;border:1px solid #eadfbd!important;border-radius:14px!important;padding:12px 13px!important;color:#3d3d3d!important;font-size:13px!important;font-weight:700!important;align-items:flex-start!important;}
.fhp-consent a,.fhp-login-meta>a{color:#111!important;text-decoration:underline!important;text-decoration-color:var(--fhp-yellow)!important;text-decoration-thickness:3px!important;text-underline-offset:4px!important;font-weight:950!important;}
.fhp-consent a:hover,.fhp-login-meta>a:hover{color:#6b5100!important;}
.fhp-login-meta{background:#fffdf4!important;border:1px solid #eee4c9!important;border-radius:15px!important;padding:11px 13px!important;margin-top:2px!important;}
.fhp-login-meta .fhp-consent{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;}

.fhp-big-button,.fhp-primary-link,.fhp-choose-plan,.fhp-place-order,.fhp-wc-checkout #place_order{border-radius:15px!important;background:var(--fhp-yellow)!important;color:#111!important;border:0!important;box-shadow:0 12px 28px rgba(255,196,0,.24)!important;font-weight:950!important;letter-spacing:.01em!important;}
.fhp-big-button:hover,.fhp-primary-link:hover,.fhp-choose-plan:hover,.fhp-place-order:hover,.fhp-wc-checkout #place_order:hover{background:#ffd53d!important;color:#111!important;box-shadow:0 16px 32px rgba(255,196,0,.32)!important;}
.fhp-plan-card:not(.fhp-popular) .fhp-choose-plan{background:#111!important;color:#fff!important;box-shadow:0 12px 25px rgba(0,0,0,.16)!important;}
.fhp-plan-card:not(.fhp-popular) .fhp-choose-plan:hover{background:#2b2b2b!important;color:#fff!important;}

.fhp-auth-message.error,#fhp-coupon-message.error,.fhp-step-checkout .woocommerce-error,.fhp-step-checkout .woocommerce-info,.fhp-step-checkout .woocommerce-message{color:#5f2500!important;background:#fff4d8!important;border-color:#edb900!important;}
.fhp-auth-message.success,#fhp-coupon-message.success{color:#05603a!important;}
.fhp-error-box{background:#fff7e6!important;border-color:#edb900!important;color:#5f2500!important;}
.fhp-status-past_due,.fhp-status-suspended{background:#fff1cc!important;color:#5f2500!important;}
.fhp-success-icon-warn{background:#fff0bf!important;color:#5f2500!important;}

@media(max-width:760px){.fhp-auth-card{padding:18px;border-radius:18px}.fhp-tabs{width:100%;display:grid;grid-template-columns:1fr 1fr}.fhp-tabs button{width:100%;padding-left:10px!important;padding-right:10px!important}.fhp-auth-form input:not([type=checkbox]){height:56px!important;font-size:15px!important}.fhp-auth-card-head{align-items:flex-start;flex-direction:column}.fhp-auth-card-head>span{min-height:28px}}
@media(max-width:560px){.fhp-auth-form .fhp-two{grid-template-columns:1fr!important}.fhp-auth-card{box-shadow:0 16px 45px rgba(0,0,0,.07)}}

/* v3.3.0 — smart compact account step + strict no-pink frontend controls */
.fhp-checkout-shell,
.fhp-checkout-inline .fhp-checkout-shell{
  height:min(760px,94vh)!important;
}
.fhp-checkout-main{
  padding:34px 42px!important;
}
.fhp-flow-step h3{
  font-size:30px!important;
  margin:6px 0 6px!important;
}
.fhp-lead{
  margin-bottom:16px!important;
}
.fhp-auth-card{
  max-width:760px!important;
  padding:20px 22px!important;
  border-radius:20px!important;
  box-shadow:0 18px 48px rgba(0,0,0,.075)!important;
}
.fhp-auth-card:before{
  width:150px!important;
  height:150px!important;
  right:-58px!important;
  top:-58px!important;
  background:rgba(255,196,0,.14)!important;
}
.fhp-auth-card:after{
  width:190px!important;
  height:190px!important;
  left:-75px!important;
  bottom:-105px!important;
}
.fhp-auth-card-head{
  margin-bottom:14px!important;
  padding-bottom:13px!important;
}
.fhp-auth-card-head strong{
  font-size:17px!important;
}
.fhp-auth-card-head small{
  font-size:11px!important;
}
.fhp-tabs{
  margin:0 0 16px!important;
  border-radius:15px!important;
  padding:5px!important;
}
.fhp-tabs button{
  min-height:39px!important;
  padding:8px 18px!important;
  border-radius:11px!important;
  font-size:13px!important;
}
.fhp-auth-form{
  gap:11px!important;
}
.fhp-auth-form .fhp-two{
  gap:12px!important;
}
.fhp-field-label,
.fhp-auth-form label:not(.fhp-consent)>span:first-child{
  font-size:11px!important;
}
.fhp-auth-form input:not([type=checkbox]){
  height:50px!important;
  border-radius:13px!important;
  padding:0 15px!important;
  font-size:14px!important;
  box-shadow:0 6px 18px rgba(0,0,0,.028)!important;
}
.fhp-auth-form input:not([type=checkbox])::placeholder{
  font-size:13px!important;
}
.fhp-auth-bottom{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:center!important;
  margin-top:2px!important;
}
.fhp-auth-bottom .fhp-big-button{
  min-height:50px!important;
  white-space:nowrap!important;
  padding:13px 18px!important;
}
.fhp-consent{
  padding:10px 12px!important;
  border-radius:12px!important;
  font-size:12px!important;
}
.fhp-login-bottom .fhp-login-meta{
  margin:0!important;
}
.fhp-auth-message{
  min-height:18px!important;
  margin-top:6px!important;
}

/* Theme-proof yellow/black buttons: no pink/magenta on checkout flow */
.fhp-checkout-shell button,
.fhp-checkout-shell a,
.fhp-checkout-inline button,
.fhp-checkout-inline a,
.fhp-success-shell button,
.fhp-success-shell a{
  text-decoration-color:var(--fhp-yellow)!important;
  accent-color:var(--fhp-yellow)!important;
}
.fhp-checkout-shell .fhp-text-button,
.fhp-checkout-inline .fhp-text-button{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:10px 16px!important;
  border:2px solid #111!important;
  border-radius:13px!important;
  background:#111!important;
  background-image:none!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1!important;
  text-decoration:none!important;
  box-shadow:0 10px 22px rgba(0,0,0,.13)!important;
}
.fhp-checkout-shell .fhp-text-button:hover,
.fhp-checkout-shell .fhp-text-button:focus,
.fhp-checkout-inline .fhp-text-button:hover,
.fhp-checkout-inline .fhp-text-button:focus{
  background:var(--fhp-yellow)!important;
  background-image:none!important;
  border-color:var(--fhp-yellow)!important;
  color:#111!important;
  outline:none!important;
  box-shadow:0 0 0 4px rgba(255,196,0,.22),0 12px 24px rgba(0,0,0,.10)!important;
}
.fhp-checkout-shell .fhp-secondary-button,
.fhp-checkout-inline .fhp-secondary-button,
.fhp-success-shell .fhp-secondary-button{
  appearance:none!important;
  -webkit-appearance:none!important;
  background:#fff!important;
  background-image:none!important;
  color:#111!important;
  border:2px solid #111!important;
  border-radius:13px!important;
  font-weight:950!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.fhp-checkout-shell .fhp-secondary-button:hover,
.fhp-checkout-shell .fhp-secondary-button:focus,
.fhp-checkout-inline .fhp-secondary-button:hover,
.fhp-checkout-inline .fhp-secondary-button:focus,
.fhp-success-shell .fhp-secondary-button:hover,
.fhp-success-shell .fhp-secondary-button:focus{
  background:#111!important;
  background-image:none!important;
  border-color:#111!important;
  color:#fff!important;
  outline:none!important;
}
.fhp-checkout-shell .fhp-big-button,
.fhp-checkout-inline .fhp-big-button,
.fhp-checkout-shell #fhp-apply-coupon,
.fhp-checkout-inline #fhp-apply-coupon,
.fhp-checkout-shell .fhp-place-order,
.fhp-checkout-shell #place_order,
.fhp-checkout-inline .fhp-place-order,
.fhp-checkout-inline #place_order{
  background:var(--fhp-yellow)!important;
  background-image:none!important;
  color:#111!important;
  border:2px solid var(--fhp-yellow)!important;
  text-decoration:none!important;
}
.fhp-checkout-shell .fhp-big-button:hover,
.fhp-checkout-inline .fhp-big-button:hover,
.fhp-checkout-shell #fhp-apply-coupon:hover,
.fhp-checkout-inline #fhp-apply-coupon:hover,
.fhp-checkout-shell .fhp-place-order:hover,
.fhp-checkout-shell #place_order:hover,
.fhp-checkout-inline .fhp-place-order:hover,
.fhp-checkout-inline #place_order:hover{
  background:#ffd53d!important;
  background-image:none!important;
  color:#111!important;
  border-color:#ffd53d!important;
}
.fhp-coupon-box{
  border-color:#e4dcc5!important;
  background:#fffdf6!important;
}
.fhp-coupon-box input{
  border:2px solid #d9d3c1!important;
  border-radius:11px!important;
  background:#fff!important;
  color:#111!important;
  outline:none!important;
}
.fhp-coupon-box input:focus{
  border-color:var(--fhp-yellow)!important;
  box-shadow:0 0 0 4px rgba(255,196,0,.20)!important;
}
.fhp-coupon-box button#fhp-apply-coupon{
  background:#111!important;
  border-color:#111!important;
  color:#fff!important;
}
.fhp-coupon-box button#fhp-apply-coupon:hover,
.fhp-coupon-box button#fhp-apply-coupon:focus{
  background:var(--fhp-yellow)!important;
  border-color:var(--fhp-yellow)!important;
  color:#111!important;
}
.fhp-checkout-close{
  color:#111!important;
  border-color:#111!important;
}
.fhp-checkout-close:hover,
.fhp-checkout-close:focus{
  background:var(--fhp-yellow)!important;
  border-color:var(--fhp-yellow)!important;
  color:#111!important;
}
.fhp-checkout-shell [class*="pink"],
.fhp-checkout-inline [class*="pink"],
.fhp-success-shell [class*="pink"]{
  color:inherit!important;
  border-color:inherit!important;
}
@media(max-width:1040px){
  .fhp-checkout-main{padding:32px 28px!important;}
  .fhp-auth-bottom{grid-template-columns:1fr!important;}
  .fhp-auth-bottom .fhp-big-button{width:100%!important;}
}
@media(max-width:760px){
  .fhp-checkout-shell,
  .fhp-checkout-inline .fhp-checkout-shell{height:100vh!important;}
  .fhp-checkout-main{padding:58px 18px 24px!important;}
  .fhp-auth-card{padding:17px!important;}
  .fhp-auth-bottom{grid-template-columns:1fr!important;}
}
@media(max-width:560px){
  .fhp-auth-form .fhp-two{grid-template-columns:1fr!important;}
  .fhp-auth-form input:not([type=checkbox]){height:48px!important;}
}

/* v3.4.0 — premium subscriber dashboard, standalone subscriber login, no shop button, strict no-pink */
:root{--fhp-link:#111;--fhp-focus:rgba(255,196,0,.24)}
.fhp-subscriber-login,
.fhp-dashboard-shell{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#111!important;max-width:1160px;margin:42px auto;padding:0 18px}
.fhp-subscriber-login *,.fhp-dashboard-shell *{box-sizing:border-box}
.fhp-dashboard-shell a,.fhp-subscriber-login a{color:#111!important;text-decoration:none!important;text-decoration-color:var(--fhp-yellow)!important}
.fhp-dashboard-shell a:hover,.fhp-subscriber-login a:hover{color:#111!important}
.fhp-subscriber-login{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:22px;align-items:stretch}
.fhp-login-brand-panel,.fhp-login-card,.fhp-dashboard-hero,.fhp-premium-sub-card,.fhp-empty-state{position:relative;overflow:hidden;border-radius:24px;border:1px solid #e8dfc6;box-shadow:0 24px 65px rgba(0,0,0,.075)}
.fhp-login-brand-panel{background:linear-gradient(145deg,#0b0b0b,#181818 70%,#2b2204);color:#fff!important;padding:36px;min-height:500px;display:flex;flex-direction:column;justify-content:center}.fhp-login-brand-panel:before,.fhp-dashboard-hero:before,.fhp-premium-sub-card:before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-78px;top:-88px;background:rgba(255,196,0,.16)}.fhp-login-brand-panel h2{font-size:44px;line-height:1.02;margin:14px 0 14px;font-weight:950;letter-spacing:-.045em;color:#fff!important}.fhp-login-brand-panel p{font-size:16px;line-height:1.7;color:#d2d2d2;margin:0 0 26px}.fhp-login-points{display:grid;gap:10px;margin-top:18px}.fhp-login-points span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:13px 14px;color:#f4f4f4;font-weight:850;font-size:14px}.fhp-login-card{background:linear-gradient(180deg,#fff,#fffdfa);padding:38px;display:flex;flex-direction:column;justify-content:center}.fhp-login-card h2{font-size:36px;line-height:1.08;letter-spacing:-.035em;margin:8px 0 10px;font-weight:950;color:#111!important}.fhp-login-card p{margin:0 0 22px;color:#5f5f5f;line-height:1.65}.fhp-dashboard-login-form{display:grid;gap:16px}.fhp-dashboard-login-form label:not(.fhp-consent){display:grid;gap:7px;font-weight:900;color:#111}.fhp-dashboard-login-form label>span{font-size:13px}.fhp-dashboard-login-form input:not([type=checkbox]){height:58px;border:2px solid #d8cfb7!important;border-radius:16px!important;background:#fff!important;color:#111!important;padding:0 18px!important;font-size:16px!important;font-weight:750!important;box-shadow:0 8px 22px rgba(0,0,0,.035)!important}.fhp-dashboard-login-form input:not([type=checkbox]):focus{outline:none!important;border-color:var(--fhp-yellow)!important;box-shadow:0 0 0 5px var(--fhp-focus)!important}.fhp-login-row{display:flex;justify-content:space-between;gap:14px;align-items:center}.fhp-login-row>a{font-weight:950;text-decoration:underline!important;text-decoration-thickness:3px!important;text-underline-offset:4px;text-decoration-color:var(--fhp-yellow)!important}.fhp-dashboard-login-form .fhp-big-button{width:100%;min-height:58px;border-radius:16px!important;font-size:16px!important}.fhp-dashboard-login-message{min-height:22px;font-weight:850}.fhp-dashboard-login-message.error{background:#fff4d8;color:#5f2500;border:1px solid #edb900;border-radius:12px;padding:10px 12px}.fhp-login-footer-note{margin:20px 0 12px;background:#fff7da;border:1px solid #ead682;border-radius:14px;padding:13px 14px;color:#4a3900;font-weight:800;font-size:13px}.fhp-already-login{display:block;max-width:760px}.fhp-already-login .fhp-login-card{min-height:320px}.fhp-login-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.fhp-dashboard-shell{max-width:1180px}.fhp-dashboard-hero{display:flex;justify-content:space-between;gap:28px;align-items:center;background:linear-gradient(145deg,#0b0b0b,#151515 68%,#2a2206);color:#fff!important;padding:36px}.fhp-dashboard-hero h2{font-size:42px;line-height:1.04;margin:8px 0 10px;font-weight:950;letter-spacing:-.045em;color:#fff!important}.fhp-dashboard-hero p{max-width:650px;margin:0;color:#d0d0d0;line-height:1.65}.fhp-hero-profile{position:relative;z-index:1;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:18px;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;min-width:300px}.fhp-avatar{width:54px;height:54px;border-radius:16px;background:var(--fhp-yellow);display:flex;align-items:center;justify-content:center;font-weight:950;font-size:22px;color:#111}.fhp-hero-profile b{display:block;color:#fff;font-size:16px}.fhp-hero-profile small{display:block;color:#c9c9c9;font-size:12px;margin-top:3px;word-break:break-all}.fhp-logout-button{grid-column:1/-1;display:flex;justify-content:center;align-items:center;min-height:42px;border-radius:13px;background:#fff!important;color:#111!important;font-weight:950;text-decoration:none!important}.fhp-logout-button:hover{background:var(--fhp-yellow)!important;color:#111!important}.fhp-dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}.fhp-dashboard-stats>div{background:#fff;border:1px solid #eee2c1;border-radius:18px;padding:20px;box-shadow:0 12px 35px rgba(0,0,0,.045)}.fhp-dashboard-stats span,.fhp-premium-sub-grid span{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:#7a6a39;font-weight:950;margin-bottom:7px}.fhp-dashboard-stats strong{display:block;font-size:22px;line-height:1.15;color:#111}.fhp-dashboard-actions{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px}.fhp-dashboard-actions .fhp-primary-link,.fhp-dashboard-actions .fhp-secondary-link,.fhp-premium-actions .fhp-primary-link,.fhp-premium-actions .fhp-secondary-link,.fhp-empty-state .fhp-primary-link{min-height:46px;border-radius:14px!important;padding:13px 17px!important}.fhp-empty-state{display:flex;gap:18px;background:#fffdfa;padding:28px;margin:18px 0}.fhp-empty-state>span{width:46px;height:46px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:var(--fhp-yellow);font-weight:950;color:#111;flex:0 0 46px}.fhp-empty-state h3{margin:0 0 8px;font-size:24px;line-height:1.16;color:#111}.fhp-empty-state p{margin:0 0 16px;color:#626262;line-height:1.6}.fhp-premium-sub-card{background:linear-gradient(180deg,#fff,#fffdfa);padding:26px;margin:18px 0}.fhp-premium-sub-top{position:relative;z-index:1;display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border-bottom:1px solid #eee3c7;padding-bottom:18px}.fhp-sub-label{display:inline-block;background:#111;color:#fff;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.fhp-premium-sub-top h3{margin:12px 0 5px;font-size:30px;line-height:1.08;font-weight:950;color:#111;letter-spacing:-.03em}.fhp-premium-sub-top p{margin:0;color:#5c5c5c;font-weight:800}.fhp-premium-sub-top .fhp-status{font-size:12px;padding:8px 12px;border-radius:999px}.fhp-premium-sub-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}.fhp-premium-sub-grid>div{background:#f9f8f2;border:1px solid #eee5ce;border-radius:16px;padding:15px}.fhp-premium-sub-grid strong{display:block;font-size:15px;color:#111}.fhp-premium-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0 0 18px}.fhp-premium-features span{background:#fff7da;border:1px solid #ecdc9e;border-radius:13px;padding:11px 12px;font-weight:850;color:#111;font-size:13px}.fhp-premium-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:18px}.fhp-premium-actions .fhp-cancel-sub{background:#111!important;color:#fff!important;border:2px solid #111!important}.fhp-premium-actions .fhp-cancel-sub:hover{background:#fff!important;color:#111!important}.fhp-premium-actions .fhp-undo-cancel{background:var(--fhp-yellow)!important;color:#111!important;border:2px solid var(--fhp-yellow)!important}.fhp-history{margin-top:18px;border-top:1px solid #eee3c7;padding-top:16px}.fhp-history summary{cursor:pointer;font-weight:950;color:#111}.fhp-history-empty{padding:14px;border-radius:13px;background:#fafafa;color:#666;margin-top:10px}.fhp-history-table table{background:#fff;border:1px solid #eee;border-radius:13px;overflow:hidden}.fhp-history-table th{background:#111;color:#fff!important;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.fhp-history-table a{text-decoration:underline!important;text-decoration-color:var(--fhp-yellow)!important;font-weight:900}.fhp-dashboard-shell .fhp-status-active,.fhp-dashboard-shell .fhp-status-trialing{background:#e8fff1!important;color:#05603a!important}.fhp-dashboard-shell .fhp-status-past_due,.fhp-dashboard-shell .fhp-status-suspended,.fhp-dashboard-shell .fhp-status-paused{background:#fff1cc!important;color:#5f2500!important}.fhp-dashboard-shell .fhp-status-cancelled,.fhp-dashboard-shell .fhp-status-expired{background:#efefef!important;color:#555!important}
/* Hide product-store buttons/notices that can appear on WooCommerce account endpoints. */
.woocommerce-account .woocommerce-info .button.wc-forward,
.woocommerce-account .woocommerce-info a.button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.wc-forward{display:none!important}.woocommerce-account .woocommerce-info{border-top-color:var(--fhp-yellow)!important}.woocommerce-account .woocommerce-info:before{color:#111!important}.woocommerce-account .woocommerce-MyAccount-navigation a{color:#111!important;text-decoration-color:var(--fhp-yellow)!important}.woocommerce-account .woocommerce-MyAccount-navigation a:hover{color:#111!important}
/* Final no-pink guard for all FHP surfaces. */
.fhp-dashboard-shell button,.fhp-dashboard-shell a,.fhp-subscriber-login button,.fhp-subscriber-login a,.fhp-checkout-shell button,.fhp-checkout-shell a,.fhp-checkout-inline button,.fhp-checkout-inline a{accent-color:var(--fhp-yellow)!important}.fhp-dashboard-shell [style*="#e91e63"],.fhp-subscriber-login [style*="#e91e63"],.fhp-checkout-shell [style*="#e91e63"],.fhp-checkout-inline [style*="#e91e63"]{color:#111!important;border-color:var(--fhp-yellow)!important;background:var(--fhp-yellow)!important}.fhp-text-button,.fhp-checkout-close{border-color:#111!important;color:#111!important}.fhp-text-button:hover,.fhp-checkout-close:hover{background:var(--fhp-yellow)!important;color:#111!important;border-color:var(--fhp-yellow)!important}
@media(max-width:980px){.fhp-subscriber-login{grid-template-columns:1fr}.fhp-login-brand-panel{min-height:auto}.fhp-dashboard-hero{display:block}.fhp-hero-profile{margin-top:22px;min-width:0}.fhp-dashboard-stats,.fhp-premium-sub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.fhp-subscriber-login,.fhp-dashboard-shell{margin:24px auto;padding:0 12px}.fhp-login-brand-panel,.fhp-login-card,.fhp-dashboard-hero,.fhp-premium-sub-card,.fhp-empty-state{border-radius:18px;padding:22px}.fhp-login-brand-panel h2,.fhp-dashboard-hero h2{font-size:32px}.fhp-login-card h2{font-size:30px}.fhp-login-row{display:grid}.fhp-dashboard-stats,.fhp-premium-sub-grid,.fhp-premium-features{grid-template-columns:1fr}.fhp-premium-sub-top{display:block}.fhp-premium-sub-top .fhp-status{margin-top:12px}.fhp-empty-state{display:block}.fhp-empty-state>span{margin-bottom:12px}}

/* v3.7.0 — login/session handoff fixes, setup fee detail, premium sidebar dashboard */
.fhp-setup-fee-row{align-items:flex-start!important;background:#fff9e8!important;border:1px solid #eadfbd!important;border-radius:14px!important;padding:12px 14px!important;margin:6px 0!important;}
.fhp-setup-fee-row span{display:grid!important;gap:4px!important;line-height:1.25!important;}
.fhp-setup-fee-row small{display:block!important;color:#5f4a00!important;font-size:11px!important;font-weight:750!important;max-width:520px!important;}
.fhp-dashboard-pro{max-width:1240px!important;margin:40px auto!important;padding:0 18px!important;}
.fhp-dashboard-layout{display:grid!important;grid-template-columns:290px minmax(0,1fr)!important;gap:24px!important;align-items:start!important;}
.fhp-dashboard-sidebar{position:sticky!important;top:24px!important;background:linear-gradient(180deg,#111 0%,#171717 100%)!important;color:#fff!important;border:1px solid rgba(255,196,0,.24)!important;border-radius:26px!important;padding:22px!important;box-shadow:0 28px 70px rgba(0,0,0,.24)!important;overflow:hidden!important;}
.fhp-dashboard-sidebar:before{content:"";position:absolute;right:-70px;top:-70px;width:190px;height:190px;border-radius:999px;background:rgba(255,196,0,.2);pointer-events:none;}
.fhp-dashboard-sidebar>*{position:relative;z-index:1;}
.fhp-dash-brand{display:grid!important;gap:5px!important;margin-bottom:22px!important;padding-bottom:18px!important;border-bottom:1px solid rgba(255,255,255,.12)!important;}
.fhp-dash-brand .fhp-logo-symbol{width:48px!important;height:48px!important;border-radius:14px!important;background:var(--fhp-yellow)!important;color:#111!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:22px!important;font-weight:950!important;margin-bottom:8px!important;}
.fhp-dash-brand strong{font-size:21px!important;line-height:1.1!important;font-weight:950!important;color:#fff!important;letter-spacing:-.03em!important;}
.fhp-dash-brand small{font-size:11px!important;font-weight:900!important;color:var(--fhp-yellow)!important;letter-spacing:.12em!important;text-transform:uppercase!important;}
.fhp-dash-user{display:flex!important;align-items:center!important;gap:12px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:18px!important;padding:12px!important;margin-bottom:18px!important;}
.fhp-dash-user .fhp-avatar{width:44px!important;height:44px!important;border-radius:50%!important;background:#fff!important;color:#111!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:950!important;flex:0 0 auto!important;}
.fhp-dash-user b{display:block!important;color:#fff!important;font-size:14px!important;font-weight:900!important;line-height:1.2!important;}
.fhp-dash-user small{display:block!important;color:#c9c9c9!important;font-size:12px!important;line-height:1.35!important;word-break:break-word!important;}
.fhp-dash-menu{display:grid!important;gap:8px!important;margin-bottom:18px!important;}
.fhp-dash-menu a{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:46px!important;padding:12px 14px!important;border-radius:14px!important;color:#fff!important;text-decoration:none!important;font-weight:850!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.08)!important;transition:.18s ease!important;}
.fhp-dash-menu a:after{content:"→";color:var(--fhp-yellow)!important;font-weight:950!important;}
.fhp-dash-menu a:hover,.fhp-dash-menu a.active{background:var(--fhp-yellow)!important;color:#111!important;border-color:var(--fhp-yellow)!important;}
.fhp-dash-menu a:hover:after,.fhp-dash-menu a.active:after{color:#111!important;}
.fhp-dash-help{background:#fff9e8!important;color:#111!important;border-radius:18px!important;padding:15px!important;border:1px solid rgba(255,196,0,.35)!important;}
.fhp-dash-help b{display:block!important;font-size:14px!important;font-weight:950!important;margin-bottom:4px!important;}
.fhp-dash-help span{display:block!important;color:#4f4f4f!important;font-size:12px!important;line-height:1.5!important;font-weight:650!important;}
.fhp-dashboard-main{min-width:0!important;display:grid!important;gap:20px!important;}
.fhp-dashboard-section-title{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:14px!important;margin:8px 0 2px!important;}
.fhp-dashboard-section-title h3{font-size:26px!important;line-height:1.1!important;font-weight:950!important;margin:0!important;color:#111!important;letter-spacing:-.02em!important;}
.fhp-dashboard-panel{background:#fff!important;border:1px solid #eadfbd!important;border-radius:22px!important;padding:22px!important;box-shadow:0 18px 48px rgba(0,0,0,.07)!important;}
.fhp-dashboard-pro .fhp-dashboard-hero{margin:0!important;border-radius:24px!important;background:linear-gradient(135deg,#111 0%,#1b1b1b 65%,#2a2100 100%)!important;color:#fff!important;border:1px solid rgba(255,196,0,.3)!important;box-shadow:0 24px 60px rgba(0,0,0,.18)!important;}
.fhp-dashboard-pro .fhp-dashboard-hero h2,.fhp-dashboard-pro .fhp-dashboard-hero p,.fhp-dashboard-pro .fhp-hero-profile b,.fhp-dashboard-pro .fhp-hero-profile small{color:#fff!important;}
.fhp-dashboard-pro .fhp-hero-profile{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.13)!important;}
.fhp-dashboard-pro .fhp-dashboard-stats{margin:0!important;}
.fhp-dashboard-pro .fhp-dashboard-actions{margin:0!important;}
.fhp-dashboard-pro .fhp-premium-sub-card{margin-top:14px!important;}
.fhp-history-table{overflow:auto!important;}
.fhp-history-table table{width:100%!important;border-collapse:collapse!important;min-width:650px!important;}
.fhp-history-table th,.fhp-history-table td{padding:13px 12px!important;border-bottom:1px solid #eee4c9!important;text-align:left!important;font-size:13px!important;}
.fhp-history-table th{color:#111!important;font-weight:950!important;background:#fff9e8!important;}
.fhp-history-table td{color:#3a3a3a!important;font-weight:650!important;}
.fhp-status-cancelled{background:#fff1cc!important;color:#5f2500!important;border-color:#ffd45b!important;}
.fhp-dashboard-shell a,.fhp-dashboard-shell button{accent-color:var(--fhp-yellow)!important;text-decoration-color:var(--fhp-yellow)!important;}
@media(max-width:960px){.fhp-dashboard-layout{grid-template-columns:1fr!important}.fhp-dashboard-sidebar{position:relative!important;top:auto!important}.fhp-dash-menu{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fhp-dashboard-main{gap:16px!important}}
@media(max-width:600px){.fhp-dashboard-pro{margin:22px auto!important;padding:0 12px!important}.fhp-dashboard-sidebar{padding:18px!important;border-radius:22px!important}.fhp-dash-menu{grid-template-columns:1fr!important}.fhp-dashboard-section-title{align-items:flex-start!important;flex-direction:column!important}.fhp-dashboard-panel{padding:16px!important;border-radius:18px!important}.fhp-dashboard-pro .fhp-dashboard-hero{border-radius:20px!important}}
