.hrfq-wrap{--navy:#031d3b;--navy2:#073363;--orange:#ff6900;--orange2:#ff8a00;--line:#d8e2ec;max-width:1180px;margin:28px auto 45px;background:#f4f7fa;border-radius:24px;box-shadow:0 22px 70px rgba(3,29,59,.16);overflow:hidden;color:#06264b;font-family:inherit;position:relative}
.hrfq-hero{min-height:455px;background-image:linear-gradient(90deg,rgba(2,25,52,.98) 0%,rgba(3,36,70,.92) 42%,rgba(3,29,59,.14) 76%),url('../images/honiyak-energy-hero.webp');background-size:cover;background-position:center;position:relative;color:#fff;overflow:hidden}
.hrfq-rtl .hrfq-hero{background-image:linear-gradient(270deg,rgba(2,25,52,.98) 0%,rgba(3,36,70,.92) 42%,rgba(3,29,59,.14) 76%),url('../images/honiyak-energy-hero-fa.webp');background-position:center}
.hrfq-hero:after{content:"";position:absolute;inset-inline-start:-9%;bottom:-72px;width:64%;height:125px;background:var(--orange);transform:skewY(5deg);opacity:.95}.hrfq-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.08) 48%,transparent 61%);background-size:230% 100%;animation:hrfq-shine 9s ease-in-out infinite;pointer-events:none}
.hrfq-hero-content{position:relative;z-index:2;width:min(52%,570px);padding:34px 46px 72px;box-sizing:border-box}.hrfq-ltr .hrfq-hero-content{margin-left:0;margin-right:auto;text-align:left}.hrfq-rtl .hrfq-hero-content{margin-left:auto;margin-right:0;text-align:right}.hrfq-brand{display:flex;align-items:center;gap:13px;margin-bottom:40px}.hrfq-site-logo{display:grid;place-items:center;width:66px;height:66px}.hrfq-site-logo img{max-width:66px;max-height:66px;width:auto;height:auto;object-fit:contain}.hrfq-brand>span:last-child{display:flex;flex-direction:column}.hrfq-brand strong{font-family:Arial,sans-serif;font-size:27px;text-transform:uppercase;letter-spacing:.4px;color:#fff;line-height:1.1}.hrfq-brand strong em{color:var(--orange);font-style:normal}.hrfq-brand small{margin-top:6px;color:#dbe8f5;font-size:11px;letter-spacing:.5px}
.hrfq-kicker{display:inline-block;padding:5px 12px;border-radius:20px;background:linear-gradient(100deg,var(--orange2),var(--orange));font-family:Arial,sans-serif;font-weight:900;letter-spacing:1.5px;box-shadow:0 8px 22px rgba(255,105,0,.27)}.hrfq-hero h1{margin:14px 0 11px;color:#fff;font-size:38px;line-height:1.22}.hrfq-hero p{margin:0;max-width:520px;color:#d9e7f5;line-height:1.9;font-size:14px}.hrfq-hero-features{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.hrfq-hero-features span{display:flex;align-items:center;gap:8px;padding:6px 10px 6px 7px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(0,20,46,.35);backdrop-filter:blur(5px);font-size:11px;color:#fff;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}.hrfq-rtl .hrfq-hero-features span{padding:6px 7px 6px 10px}.hrfq-hero-features i{display:grid;place-items:center;width:31px;height:31px;flex:0 0 31px;border:1px solid rgba(255,255,255,.5);border-radius:50%;color:#ff8a00;font-style:normal;background:rgba(0,15,36,.6);transition:transform .25s ease,color .25s ease,background .25s ease}.hrfq-hero-features i svg{display:block;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hrfq-hero-features span:hover{transform:translateY(-4px);background:rgba(9,66,120,.72);border-color:rgba(255,138,0,.8);box-shadow:0 9px 22px rgba(0,0,0,.22)}.hrfq-hero-features span:hover i{transform:scale(1.1) rotate(-4deg);color:#fff;background:linear-gradient(145deg,#ff9300,#ee5700);border-color:transparent}.hrfq-hero-glow{position:absolute;width:350px;height:350px;border-radius:50%;background:rgba(17,116,209,.28);filter:blur(60px);top:-180px;inset-inline-start:10%;animation:hrfq-float 7s ease-in-out infinite}
.hrfq-form{position:relative;z-index:4;margin:-42px 34px 0;padding:34px 42px;background:#fff;border-radius:20px;box-shadow:0 14px 42px rgba(3,29,59,.15)}.hrfq-form h3{display:flex;align-items:center;gap:12px;margin:4px 0 22px;padding-bottom:12px;border-bottom:1px solid var(--line);font-size:18px;color:var(--navy)}.hrfq-form h3:not(:first-of-type){margin-top:32px}.hrfq-form h3 span{display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:linear-gradient(140deg,#0b427e,#031d3b);color:#fff;font-size:13px;box-shadow:0 0 0 4px #edf3f9,0 8px 17px rgba(3,29,59,.18)}
.hrfq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 28px}.hrfq-field{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:700}.hrfq-field b,.hrfq-actions b{color:#e83b2e}.hrfq-field input,.hrfq-field select,.hrfq-field textarea{width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:9px;background:#fff;padding:13px 14px;color:#203a59;font:inherit;font-weight:400;outline:none;transition:border-color .2s,box-shadow .2s,transform .2s}.hrfq-field input,.hrfq-field select{height:49px}.hrfq-field textarea{resize:vertical;min-height:105px}.hrfq-field input:focus,.hrfq-field select:focus,.hrfq-field textarea:focus{border-color:#2875bb;box-shadow:0 0 0 4px rgba(40,117,187,.1);transform:translateY(-1px)}.hrfq-wide{grid-column:1/-1}
.hrfq-mobile-input{display:flex!important;align-items:center;direction:ltr;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff;transition:.2s}.hrfq-mobile-input:focus-within{border-color:#2875bb;box-shadow:0 0 0 4px rgba(40,117,187,.1)}.hrfq-mobile-input i{height:47px;min-width:63px;display:grid;place-items:center;background:#f1f5f9;border-right:1px solid var(--line);font-style:normal;color:#405a75;direction:ltr}.hrfq-mobile-input input{border:0!important;box-shadow:none!important;transform:none!important;direction:ltr;text-align:left!important}
.hrfq-actions{margin-top:28px;padding-top:22px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:22px}.hrfq-actions small{color:#60758b;line-height:1.8}.hrfq-submit-area{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:flex-end}.hrfq-submit-area .cf-turnstile{min-width:300px}.hrfq-actions button,.hrfq-download{border:0;border-radius:9px;background:linear-gradient(100deg,var(--orange2),#f04f00);color:#fff!important;padding:15px 40px;font:inherit;font-weight:800;cursor:pointer;text-decoration:none;box-shadow:0 10px 25px rgba(255,105,0,.25);transition:.2s;position:relative;overflow:hidden}.hrfq-actions button:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 25%,rgba(255,255,255,.34) 45%,transparent 65%);transform:translateX(-130%);transition:.55s}.hrfq-actions button:hover:after{transform:translateX(130%)}.hrfq-actions button:hover,.hrfq-download:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(255,105,0,.32)}.hrfq-actions button[disabled]{opacity:.65;cursor:wait}
.hrfq-contact-strip{margin:14px 34px 0;padding:19px 28px;border-radius:16px;background:linear-gradient(105deg,#021b38,#073d74);display:flex;align-items:center;gap:24px;color:#fff;box-shadow:0 12px 30px rgba(3,29,59,.15)}.hrfq-contact-strip>strong{padding-inline-end:22px;border-inline-end:1px solid rgba(255,255,255,.25)}.hrfq-contact-strip a{display:flex;align-items:center;gap:9px;color:#fff!important;text-decoration:none;margin-inline-start:auto}.hrfq-contact-strip a+a{margin-inline-start:0}.hrfq-contact-icon{display:grid;place-items:center;width:41px;height:41px;flex:0 0 41px;border-radius:50%;color:#fff;font-style:normal;box-shadow:0 5px 13px rgba(0,0,0,.22);transition:transform .2s ease,filter .2s ease}.hrfq-contact-icon svg{display:block;width:21px;height:21px;fill:currentColor}.hrfq-contact-whatsapp .hrfq-contact-icon{background:#25d366}.hrfq-contact-phone .hrfq-contact-icon{background:#1687e8}.hrfq-contact-email .hrfq-contact-icon{background:#f28c28}.hrfq-contact-strip a:hover .hrfq-contact-icon,.hrfq-contact-strip a:focus-visible .hrfq-contact-icon{transform:translateY(-2px) scale(1.04);filter:brightness(1.08)}.hrfq-contact-strip a:focus-visible{outline:2px solid #fff;outline-offset:4px;border-radius:8px}.hrfq-contact-strip a span{display:flex;flex-direction:column;font-size:12px;font-weight:800}.hrfq-contact-strip a small,.hrfq-contact-value{display:block;align-self:flex-start;font-size:10px;color:#d7e5f3;font-weight:400;direction:ltr!important;unicode-bidi:isolate;text-align:left!important;white-space:nowrap;font-variant-numeric:tabular-nums}
.hrfq-benefits{margin:12px 34px 30px;padding:12px;background:#fff;border:1px solid #e7edf3;border-radius:16px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 10px 24px rgba(3,29,59,.08)}.hrfq-benefits>span{display:grid;grid-template-columns:51px 1fr;grid-template-rows:auto auto;align-items:center;padding:13px 15px;border-inline-end:1px solid var(--line);border-radius:12px;transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease}.hrfq-benefits>span:last-child{border-inline-end:0}.hrfq-benefits i{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border:1px solid #bad0e5;border-radius:13px;color:#ff6900;font-style:normal;background:linear-gradient(145deg,#f5f9fd,#e7f0f8);transition:transform .25s ease,color .25s ease,background .25s ease}.hrfq-benefits i svg{display:block;width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hrfq-benefits>span:hover{transform:translateY(-4px);background:#f7fbff;box-shadow:0 9px 22px rgba(3,50,96,.11)}.hrfq-benefits>span:hover i{transform:scale(1.08) rotate(-3deg);color:#fff;background:linear-gradient(145deg,#ff8a00,#f05200);border-color:transparent}.hrfq-benefits b{font-size:12px}.hrfq-benefits small{font-size:10px;color:#6c8094;margin-top:3px}
.hrfq-success{position:relative;z-index:6;margin:24px 34px 0;padding:18px 20px;border-radius:10px;background:#edf9f2;border:1px solid #a9dec0;display:flex;align-items:center;gap:16px;flex-wrap:wrap;color:#145c35}.hrfq-success span{flex:1}.hrfq-download{padding:10px 18px;font-size:13px}.hrfq-hp{position:absolute!important;inset-inline-start:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.hrfq-ltr{text-align:left}.hrfq-rtl{text-align:right}.hrfq-rtl input,.hrfq-rtl textarea,.hrfq-rtl select{text-align:right}
.hrfq-wrap,.hrfq-wrap *{box-sizing:border-box}.hrfq-wrap{width:calc(100% - 24px);-webkit-text-size-adjust:100%;text-size-adjust:100%}.hrfq-hero-content,.hrfq-grid,.hrfq-field,.hrfq-contact-strip a,.hrfq-contact-strip a span{min-width:0}.hrfq-field input,.hrfq-field select,.hrfq-field textarea{max-width:100%}.hrfq-field select{text-overflow:ellipsis}.hrfq-contact-strip a small,.hrfq-brand strong,.hrfq-hero p{overflow-wrap:anywhere}.hrfq-mobile-input input{min-width:0}.hrfq-submit-area,.hrfq-submit-area>div{max-width:100%}.hrfq-submit-area .cf-turnstile{overflow:hidden}.hrfq-actions button,.hrfq-download,.hrfq-contact-strip a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
@keyframes hrfq-shine{0%,60%{background-position:150% 0}100%{background-position:-80% 0}}@keyframes hrfq-float{0%,100%{transform:translateY(0)}50%{transform:translateY(30px)}}
@media(max-width:900px){.hrfq-hero{min-height:410px;background-position:62% center}.hrfq-hero-content{width:62%;padding-inline:30px}.hrfq-contact-strip{flex-wrap:wrap}.hrfq-contact-strip a{margin-inline-start:0}.hrfq-benefits{grid-template-columns:repeat(2,1fr);gap:18px}.hrfq-benefits>span:nth-child(2){border-inline-end:0}}
@media(max-width:767px){.hrfq-wrap{margin:12px 6px 30px;border-radius:15px}.hrfq-hero{min-height:490px;background-position:68% center;background-image:linear-gradient(180deg,rgba(2,25,52,.96) 0%,rgba(3,36,70,.87) 58%,rgba(3,29,59,.24) 100%),url('../images/honiyak-energy-hero.webp')}.hrfq-rtl .hrfq-hero{background-position:32% center;background-image:linear-gradient(180deg,rgba(2,25,52,.96) 0%,rgba(3,36,70,.87) 58%,rgba(3,29,59,.24) 100%),url('../images/honiyak-energy-hero-fa.webp')}.hrfq-hero-content{width:100%;padding:24px 20px 82px}.hrfq-brand{margin-bottom:30px}.hrfq-brand strong{font-size:23px}.hrfq-hero h1{font-size:29px}.hrfq-hero-features{gap:11px}.hrfq-form{margin:-34px 10px 0;padding:25px 17px}.hrfq-grid{grid-template-columns:1fr;gap:16px}.hrfq-wide{grid-column:auto}.hrfq-actions{align-items:stretch;flex-direction:column}.hrfq-submit-area{display:grid;justify-content:stretch}.hrfq-submit-area .cf-turnstile{min-width:0;width:100%}.hrfq-actions button{width:100%}.hrfq-success{margin:16px 10px 0;align-items:stretch;flex-direction:column}.hrfq-download{text-align:center}.hrfq-contact-strip{margin:12px 10px 0;padding:18px;align-items:stretch;flex-direction:column}.hrfq-contact-strip>strong{border:0;border-bottom:1px solid rgba(255,255,255,.2);padding:0 0 12px}.hrfq-contact-strip a{margin:0}.hrfq-benefits{margin:10px 10px 22px;grid-template-columns:1fr;padding:16px}.hrfq-benefits>span{border-inline-end:0;border-bottom:1px solid var(--line);padding:13px 4px}.hrfq-benefits>span:last-child{border-bottom:0}}
@media(max-width:767px){.hrfq-wrap{width:auto;max-width:none;overflow-x:hidden;padding-bottom:max(0px,env(safe-area-inset-bottom))}.hrfq-field input,.hrfq-field select,.hrfq-field textarea{font-size:16px!important}.hrfq-actions button,.hrfq-download{min-height:50px}.hrfq-contact-strip a{min-height:48px}.hrfq-hero{min-height:525px;background-position:82% bottom}.hrfq-rtl .hrfq-hero{background-position:18% bottom}.hrfq-hero:before{background:linear-gradient(180deg,rgba(2,25,52,.98) 0%,rgba(3,36,70,.90) 58%,rgba(3,29,59,.38) 100%)}.hrfq-hero-content{padding-top:max(24px,env(safe-area-inset-top));padding-inline:20px}.hrfq-submit-area{width:100%}.hrfq-submit-area .cf-turnstile{justify-self:stretch}.hrfq-contact-strip a span{overflow:hidden}.hrfq-contact-strip a small{white-space:normal;word-break:break-word}}
@media(max-width:480px){.hrfq-hero{min-height:560px}.hrfq-hero-content{padding-inline:18px}.hrfq-brand{margin-bottom:24px}.hrfq-brand strong{font-size:21px}.hrfq-brand small{font-size:10px}.hrfq-hero h1{font-size:27px;line-height:1.35}.hrfq-hero p{font-size:13px;line-height:1.85}.hrfq-hero-features{display:grid;grid-template-columns:1fr;gap:8px;max-width:230px}.hrfq-rtl .hrfq-hero-features{margin-inline-start:auto}.hrfq-hero-features span{font-size:11px}.hrfq-hero-features i{width:27px;height:27px}.hrfq-form{margin-inline:8px;padding:23px 15px;border-radius:16px}.hrfq-form h3{font-size:16px;line-height:1.5;gap:9px}.hrfq-form h3 span{width:38px;height:38px;flex:0 0 38px}.hrfq-field{font-size:12px}.hrfq-field input,.hrfq-field select{height:50px}.hrfq-actions{gap:14px}.hrfq-actions button{padding-inline:18px}.hrfq-success,.hrfq-contact-strip,.hrfq-benefits{margin-inline:8px}.hrfq-benefits{padding-inline:13px}.hrfq-benefits>span{grid-template-columns:42px 1fr}.hrfq-submit-area .cf-turnstile{contain:layout paint}}
@media(max-width:360px){.hrfq-hero{min-height:575px}.hrfq-hero-content{padding-inline:15px}.hrfq-brand strong{font-size:19px}.hrfq-hero h1{font-size:24px}.hrfq-form{margin-inline:6px;padding-inline:12px}.hrfq-mobile-input i{min-width:55px}.hrfq-contact-strip,.hrfq-benefits,.hrfq-success{margin-inline:6px}.hrfq-contact-strip{padding:15px}.hrfq-benefits{padding:12px}}
@media(max-height:500px) and (orientation:landscape) and (max-width:950px){.hrfq-hero{min-height:410px}.hrfq-hero-content{width:62%;padding:22px 28px 62px}.hrfq-rtl .hrfq-hero-content{margin-left:auto}.hrfq-hero-features{display:flex;max-width:none}.hrfq-form{margin-top:-28px}}
@media(prefers-reduced-motion:reduce){.hrfq-hero:before,.hrfq-hero-glow{animation:none}.hrfq-actions button:after{display:none}}
