@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Kaushan+Script&display=swap";.haf-navbar{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 40px;background:#1c5e2b;border-bottom:1px solid var(--haf-border)}.haf-logo{display:flex;align-items:center;gap:12px;min-width:0}.haf-logo-img{height:46px;width:auto;flex-shrink:0;display:block;border-radius:50%}.haf-logo-badge{width:46px;height:46px;flex-shrink:0;border-radius:50%;background:var(--haf-green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px}.haf-logo-text{display:flex;flex-direction:column;line-height:1.2;min-width:0}.haf-logo-title{color:#fff;font-weight:800;font-size:18px;letter-spacing:.4px;white-space:nowrap}.haf-logo-subtitle{color:#ffffffd9;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.haf-nav-links{display:flex;align-items:center;gap:24px}.haf-nav-links a{color:#fff;font-size:14.5px;font-weight:500;padding-bottom:4px;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease;white-space:nowrap}.haf-nav-links a:hover,.haf-nav-links a.active{color:#fff;border-bottom-color:var(--haf-green-light, #7cc142)}.haf-navbar-right--mobile{display:none}.haf-navbar-right{display:flex;align-items:center;gap:12px;background:var(--haf-green);padding:8px 18px 8px 8px;border-radius:30px;flex-shrink:0}.haf-call-icon-wrap{width:34px;height:34px;flex-shrink:0;border-radius:50%;background:#fff;color:var(--haf-green);display:flex;align-items:center;justify-content:center;font-size:15px}.haf-call-text{display:flex;flex-direction:column;line-height:1.2;color:#fff;white-space:nowrap}.haf-navbar-auth-group{flex-direction:row;align-items:center;gap:8px}.haf-btn-outline{padding:8px 16px;border-radius:999px;border:1.5px solid #fff;background:transparent;color:#fff;font-family:var(--haf-font);font-weight:600;font-size:.85rem;cursor:pointer;transition:background .2s ease,color .2s ease;white-space:nowrap}.haf-btn-outline:hover{background:#fff;color:var(--haf-green-dark)}.haf-call-label{font-size:10.5px;opacity:.9}.haf-call-number{font-size:13.5px;font-weight:700}.haf-login{font-size:16px;font-weight:700}.haf-menu-toggle{display:none;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;border:none;border-radius:10px;background:#ffffff1f;color:#fff;font-size:22px;z-index:1100;position:relative}.haf-menu-toggle:hover{background:#fff3}.haf-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a140c80;z-index:900}@media (max-width: 900px){.haf-navbar{padding:12px 18px}.haf-navbar-right--desktop{display:none}.haf-menu-toggle{display:flex}.haf-nav-links{position:fixed;top:0;right:0;height:100vh;width:min(320px,82vw);flex-direction:column;align-items:flex-start;gap:4px;background:#1c5e2b;padding:90px 28px 32px;box-shadow:-12px 0 30px #00000040;transform:translate(100%);transition:transform .32s ease;z-index:1000;overflow-y:auto}.haf-nav-links--open{transform:translate(0)}.haf-nav-links a{width:100%;padding:12px 4px;border-bottom:1px solid rgba(255,255,255,.12);font-size:16px}.haf-nav-links a.active{color:var(--haf-green-light, #a4e26a)}.haf-navbar-right--mobile{display:none!important}}@media (max-width: 480px){.haf-logo-subtitle{font-size:10px}.haf-logo-img{height:36px}.haf-nav-links{width:100%}}.haf-navbar-auth-group{display:flex;align-items:center;gap:8px}@media (min-width: 901px){.haf-navbar-auth-group{margin-left:16px}}@media (max-width: 900px){.haf-navbar-auth-group{width:100%;margin-top:auto;padding-top:24px;display:flex;justify-content:center;align-items:center;gap:10px}.haf-navbar-auth-group .haf-btn-primary,.haf-navbar-auth-group .haf-btn-outline{width:100%;max-width:260px;text-align:center}.haf-navbar-right--mobile{display:none!important}}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}.haf-modal-content{background:#fff;padding:2rem;border-radius:12px;max-width:480px;width:90%;position:relative;max-height:90vh;overflow-y:auto}.haf-modal-content h2{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem}.haf-form-group label{display:block;font-weight:600;margin-bottom:4px}.haf-form-group input{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:1rem}.haf-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.haf-modal-content{background:#fff;padding:2rem;border-radius:12px;max-width:500px;width:90%;position:relative;max-height:90vh;overflow-y:auto}.haf-modal-close{position:absolute;top:12px;right:18px;background:none;border:none;font-size:28px;cursor:pointer;color:#333}.haf-modal-content h2{margin-top:0;margin-bottom:.25rem;font-size:1.6rem}.haf-modal-sub{margin-top:0;margin-bottom:1.5rem;color:#555;font-size:.95rem}.haf-form-group{margin-bottom:1rem}.haf-form-group label{display:block;font-weight:600;margin-bottom:4px;font-size:.95rem}.haf-form-group input,.haf-form-group textarea{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:1rem;font-family:inherit;box-sizing:border-box}.haf-form-group textarea{resize:vertical}.haf-form-submit{width:100%;margin-top:.5rem;padding:12px;font-size:1rem;border:none;border-radius:6px;background:#2e7d32;color:#fff;cursor:pointer}.haf-form-submit:hover{background:#1b5e20}.haf-hero{position:relative;min-height:800px;display:flex;align-items:flex-start;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:74px;padding-top:95px}.haf-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent}.haf-hero-inner{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:34% 66%;align-items:center;padding-left:85px;padding-right:40px}.haf-hero-left{width:100%;max-width:430px;margin-left:-100px;margin-top:-40px}.haf-eyebrow{font-family:Kaushan Script,cursive;font-size:48px;font-weight:400;line-height:1.1;color:#2e7d32;margin-bottom:8px}.haf-headline{font-family:Roboto,sans-serif;font-size:66px;font-weight:500;line-height:1.05;color:#202020;margin-bottom:0}.haf-headline-second{display:block;font-family:Roboto,sans-serif;font-size:66px;font-weight:500;line-height:1.05;color:#2e7d32;margin-bottom:22px}.haf-subtext{max-width:470px;font-size:18px;font-weight:400;line-height:1.75;color:#5b5b5b;margin-bottom:32px}.haf-features{display:flex;align-items:center;gap:28px;flex-wrap:nowrap;margin-bottom:35px}.haf-feature{display:flex;align-items:center;gap:10px;white-space:nowrap;font-size:15px;font-weight:500;color:#222;flex-shrink:0}.haf-feature-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#2e7d32;font-size:20px;box-shadow:0 8px 20px #0000001f;flex-shrink:0}.haf-cta-row{display:flex;align-items:center;gap:18px}.haf-btn-primary,.haf-btn-outline{display:inline-flex;align-items:center;justify-content:center;height:54px;padding:0 30px;border-radius:8px;cursor:pointer;font-size:15px;font-weight:700;transition:.3s ease;white-space:nowrap}.haf-btn-primary{background:#2e7d32;color:#fff;border:none}.haf-btn-primary:hover{background:#256428;transform:translateY(-2px)}.haf-btn-outline{background:#fff;border:2px solid #2e7d32;color:#2e7d32}.haf-btn-outline:hover{background:#edf7ee;transform:translateY(-2px)}.haf-hero-right{min-height:1px}@media (max-width:1000px){.haf-hero{min-height:620px;background-position:center}.haf-hero-inner{grid-template-columns:1fr;padding:0 30px;margin-bottom:40px}.haf-hero-left{margin:0;max-width:100%}.haf-hero-right{display:none}.haf-headline,.haf-headline-second{font-size:54px}.haf-eyebrow{font-size:42px}.haf-subtext{font-size:17px}.haf-features{flex-wrap:wrap;gap:18px}}@media (max-width:768px){.haf-hero{padding-top:70px;min-height:auto;margin-top:70px}.haf-hero-inner{padding:0 20px}.haf-hero-left{background:#ffffffd1;border-radius:16px;padding:22px 18px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.haf-eyebrow{font-size:34px}.haf-headline,.haf-headline-second{font-size:42px;line-height:1.1}.haf-subtext{font-size:16px;line-height:1.7}.haf-features{flex-direction:column;align-items:flex-start;gap:14px}.haf-feature{font-size:14px}.haf-feature-icon{width:40px;height:40px;font-size:18px}.haf-cta-row{flex-direction:column;align-items:stretch}.haf-btn-primary,.haf-btn-outline{width:100%}}@media (max-width:480px){.haf-hero{padding-top:55px}.haf-eyebrow{font-size:28px}.haf-headline,.haf-headline-second{font-size:34px}.haf-subtext{font-size:15px;line-height:1.6}}.haf-hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.02);z-index:1;pointer-events:none}.haf-hero-overlay{z-index:2}.haf-hero-inner{z-index:3}.about{--leaf: #3f7a2e;--lime: #8bc53f;--cream: #f6f1e4;--charcoal: #2a2a20;--carrot: #e2793a;--sun: #ffe6a7;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;align-content:start;gap:3.5rem 3.5rem;background:var(--cream);padding:5rem 6vw;overflow:hidden;font-family:Inter,Segoe UI,sans-serif;color:var(--charcoal);opacity:0;transform:translateY(60px);transition:all .8s ease}.about__vision-mission{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1rem}.about__vm-card{background:#fff;border:1px solid rgba(63,122,46,.2);border-radius:16px;padding:1.8rem;box-shadow:0 10px 30px -18px #2a2a204d;opacity:0;transform:translateY(24px);transition:all .6s cubic-bezier(.25,.46,.45,.94) .5s}.about.show .about__vm-card{opacity:1;transform:translateY(0)}.about__vm-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#8bc53f2e;color:var(--leaf);font-size:1.3rem;margin-bottom:.9rem}.about__vm-title{font-family:Fraunces,Georgia,serif;font-size:1.3rem;font-weight:600;color:var(--leaf);margin:0 0 .6rem}.about__vm-text{font-size:.98rem;line-height:1.7;color:#46453b;margin:0}@media (max-width: 900px){.about__vision-mission{grid-template-columns:1fr}}.about.show{opacity:1;transform:translateY(0)}.about__image{width:100%;height:auto;display:flex;align-items:center;justify-content:center;border-radius:16px;overflow:hidden;background:transparent;border:3px solid var(--leaf);box-shadow:0 20px 45px -18px #2a2a2073;position:relative;opacity:0;transform:translate(-80px);transition:all 1s cubic-bezier(.25,.46,.45,.94)}.about.show .about__image{opacity:1;transform:translate(0)}.about__image{animation:borderGlow 4s ease-in-out infinite alternate}@keyframes borderGlow{0%{box-shadow:0 20px 45px -18px #2a2a2073}to{box-shadow:0 20px 45px -18px #2a2a2073,0 0 25px #8bc53f26}}.about__shine{position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transition:.8s;pointer-events:none;z-index:2}.about__image:hover .about__shine{left:160%}.about__image-img{width:100%;height:auto;max-height:550px;object-fit:contain;object-position:center;display:block;background:transparent;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.about__content{max-width:560px;opacity:0;transform:translate(80px);transition:all 1s cubic-bezier(.25,.46,.45,.94) .2s}.about.show .about__content{opacity:1;transform:translate(0)}.about__eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--leaf);margin-bottom:.6rem;opacity:0;transition:opacity .6s ease .3s}.about.show .about__eyebrow{opacity:1}.about__heading{font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,3vw,2.6rem);font-weight:600;color:var(--leaf);margin:0 0 1.2rem;line-height:1.15;position:relative;display:inline-block}.about__heading:after{content:"";display:block;width:0;height:4px;background:var(--lime);margin-top:8px;border-radius:2px;transition:width .7s cubic-bezier(.25,.46,.45,.94) .6s}.about.show .about__heading:after{width:70px}.about__paragraph{font-size:1.02rem;line-height:1.75;color:#46453b;margin:0 0 1.1rem;opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.about.show .about__paragraph:nth-child(3){animation:fadeUp .6s forwards .4s}.about.show .about__paragraph:nth-child(4){animation:fadeUp .6s forwards .6s}.about.show .about__paragraph:nth-child(5){animation:fadeUp .6s forwards .8s}.about.show .about__paragraph:nth-child(6){animation:fadeUp .6s forwards 1s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.about__paragraph:last-child{margin-bottom:0}@media (max-width: 900px){.about{grid-template-columns:1fr;padding:3.5rem 6vw;gap:2.2rem}.about__content{max-width:100%}.about__image{order:-1;max-height:400px;border-width:2px}.about__image-img{max-height:400px}.about.show .about__image,.about.show .about__content{transform:translate(0)}}@media (max-width: 600px){.about{padding:2rem 4vw;gap:1.5rem}.about__image{max-height:300px;border-width:2px;border-radius:12px}.about__image-img{max-height:300px}}@media (prefers-reduced-motion: reduce){.about,.about__image,.about__content,.about__image-img,.about__shine,.about__heading:after,.about__paragraph{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}.about__image:hover .about__shine{left:-120%!important}}.haf-full-section{padding:70px 40px 80px;background:linear-gradient(135deg,#e8f5e9,#ddf2da 30%,#cdebc8 70%,#f9fcf7);min-height:100vh}.haf-container{max-width:1200px;margin:0 auto}.haf-section-head{text-align:center;margin-bottom:50px}.haf-eyebrow{font-size:14px;font-weight:600;color:#2e8b3d;text-transform:uppercase;letter-spacing:2px;display:flex;align-items:center;justify-content:center;gap:8px}.haf-section-title{font-size:36px;font-weight:700;color:#1a4d2a;margin:8px 0 0}.haf-process-timeline{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:80px}.haf-process-line{position:absolute;top:32px;left:8%;right:8%;height:2px;background:repeating-linear-gradient(to right,#2e8b3d 0,#2e8b3d 8px,transparent 8px,transparent 16px);z-index:0}.haf-process-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.haf-process-icon{width:64px;height:64px;border-radius:50%;background:#fff;border:2px solid #2e8b3d;color:#2e8b3d;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 6px 14px #2e8b3d26;transition:all .3s ease}.haf-process-step:hover .haf-process-icon{background:#2e8b3d;color:#fff;transform:scale(1.05)}.haf-process-time{font-size:13px;font-weight:700;color:#1a4d2a}.haf-process-label{font-size:12px;color:#4a6a4a;line-height:1.3;max-width:120px;font-weight:500}.haf-why-wrapper{background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:60px 50px;box-shadow:0 10px 40px #2e8b3d14;border:1px solid rgba(46,139,61,.1)}.haf-why-header{text-align:center;margin-bottom:40px}.haf-why-title{font-size:32px;font-weight:700;color:#1a4d2a;position:relative;display:inline-block}.haf-why-title:after{content:"";display:block;width:60px;height:3px;background:#2e8b3d;margin:12px auto 0;border-radius:2px}.haf-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.haf-why-card{background:#fff;padding:28px 20px;border-radius:14px;box-shadow:0 4px 20px #0000000f;border:1px solid #e8f0e8;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.haf-why-card:hover{transform:translateY(-6px);box-shadow:0 8px 35px #2e8b3d2e;border-color:#2e8b3d;background:#fafffa}.haf-why-card-icon{width:56px;height:56px;border-radius:50%;background:#2e8b3d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0;transition:all .3s ease}.haf-why-card:hover .haf-why-card-icon{transform:scale(1.1) rotate(5deg);background:#1a4d2a}.haf-why-card-text{font-size:14px;color:#333;line-height:1.5;margin:0;font-weight:500}@media (max-width: 1024px){.haf-why-grid{grid-template-columns:repeat(2,1fr)}.haf-why-wrapper{padding:40px 30px}}@media (max-width: 900px){.haf-process-timeline{grid-template-columns:repeat(3,1fr);row-gap:34px;margin-bottom:60px}.haf-process-line{display:none}}@media (max-width: 768px){.haf-full-section{padding:50px 20px 60px}.haf-why-wrapper{padding:30px 20px}}@media (max-width: 640px){.haf-why-grid{grid-template-columns:1fr;gap:14px}.haf-why-card{padding:18px 16px;flex-direction:row;text-align:left;gap:14px;align-items:center}.haf-why-card-icon{width:48px;height:48px;font-size:20px;flex-shrink:0}.haf-why-card-text{font-size:14px}.haf-section-title{font-size:28px}.haf-why-title{font-size:26px}}@media (max-width: 560px){.haf-process-timeline{grid-template-columns:repeat(2,1fr)}.haf-process-label{font-size:11px}.haf-why-wrapper{padding:25px 15px}}.prd-section{padding:80px 40px 90px;background:#f6f1e4}.prd-container{max-width:1200px;margin:0 auto}.prd-section-head{text-align:center;max-width:620px;margin:0 auto 44px}.prd-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;align-items:stretch}.prd-card{background:var(--haf-green-bg);border:3px solid var(--haf-border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.prd-card:hover{transform:translateY(-6px);background:var(--haf-green-bg);box-shadow:0 14px 32px #2e8b3d26;border-color:var(--haf-green)}.prd-card-image-wrap{width:100%;height:200px;background:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden}.prd-card-image-wrap img{width:auto;height:120px;max-width:140px;object-fit:contain;transition:transform .3s ease}.prd-card:hover .prd-card-image-wrap img{transform:scale(1.05)}.prd-card-body{flex:1;display:flex;flex-direction:column;padding:18px 16px 20px;text-align:center}.prd-card-title{font-size:15px;font-weight:700;color:var(--haf-text);margin-bottom:6px}.prd-card-desc{font-size:12.5px;color:var(--haf-text-muted);line-height:1.5;margin-bottom:12px}.prd-card-footer{display:flex;justify-content:center;margin-top:auto}.prd-card-price{font-size:15px;font-weight:700;color:var(--haf-green-dark)}.prd-card-unit{font-size:12px;font-weight:500;color:var(--haf-text-muted);margin-left:2px}.prd-view-all-wrap{display:flex;justify-content:center;margin-top:40px}.prd-view-all-btn{display:inline-flex;align-items:center;gap:8px;background:var(--haf-green);color:#fff;font-weight:700;font-size:15px;padding:13px 28px;border-radius:999px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.prd-view-all-btn:hover{background:var(--haf-green-dark);transform:translateY(-3px);box-shadow:0 12px 24px #2e8b3d40}@media screen and (max-width: 1200px){.prd-grid{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 992px){.prd-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media screen and (max-width: 768px){.prd-section{padding:60px 20px}.prd-grid{grid-template-columns:repeat(2,1fr);gap:18px}.prd-card-image-wrap{height:180px}.prd-card-image-wrap img{height:110px;max-width:130px}.prd-view-all-btn{width:100%;justify-content:center}}@media screen and (max-width: 576px){.prd-section{padding:50px 16px}.prd-grid{display:grid!important;grid-template-columns:1fr!important;gap:20px}.prd-card{width:100%;max-width:360px;margin:0 auto}.prd-card-image-wrap{height:200px}.prd-card-image-wrap img{height:120px;max-width:140px}.prd-card-title{font-size:18px}.prd-card-desc{font-size:14px}.prd-card-price{font-size:18px}.prd-view-all-btn{width:100%;justify-content:center}}.allprd-section{padding:100px 40px 80px;background:#fff}.allprd-container{max-width:1200px;margin:0 auto}.allprd-head{text-align:center;max-width:620px;margin:0 auto 50px}.allprd-back-btn{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;padding:10px 18px;border:1px solid var(--haf-border);border-radius:999px;background:var(--haf-green-bg);color:var(--haf-green-dark);font-weight:700;font-size:14px;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.allprd-back-btn:hover{background:var(--haf-green);color:#fff;transform:translate(-3px);box-shadow:0 8px 18px #2e8b3d33}.allprd-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:stretch}.allprd-card{background:var(--haf-green-bg);border:3px solid var(--haf-border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.allprd-card:hover{transform:translateY(-6px);background:var(--haf-green-bg);box-shadow:0 14px 32px #2e8b3d26;border-color:var(--haf-green)}.allprd-card-image-wrap{width:100%;height:220px;background:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden}.allprd-card-image-wrap img{width:auto;height:130px;max-width:150px;object-fit:contain;transition:transform .3s ease}.allprd-card:hover .allprd-card-image-wrap img{transform:scale(1.05)}.allprd-card-body{flex:1;display:flex;flex-direction:column;padding:18px 16px 22px;text-align:center}.allprd-card-title{font-size:16px;font-weight:700;color:var(--haf-text);margin-bottom:6px}.allprd-card-desc{font-size:13px;color:var(--haf-text-muted);line-height:1.5;margin-bottom:12px}.allprd-card-footer{display:flex;justify-content:center;margin-top:auto}.allprd-card-price{font-size:16px;font-weight:700;color:var(--haf-green-dark)}.allprd-card-unit{font-size:12px;font-weight:500;color:var(--haf-text-muted);margin-left:2px}@media (max-width: 1100px){.allprd-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.allprd-section{padding:80px 24px 60px}.allprd-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.allprd-grid{grid-template-columns:1fr}}.frt-section{padding:80px 40px 90px;background:#f6f1e4}.frt-container{max-width:1200px;margin:0 auto}.frt-section-head{text-align:center;max-width:620px;margin:0 auto 44px}.frt-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;align-items:stretch}.frt-card{background:var(--haf-green-bg);border:3px solid var(--haf-border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.frt-card:hover{transform:translateY(-6px);background:var(--haf-green-bg);box-shadow:0 14px 32px #2e8b3d26;border-color:var(--haf-green)}.frt-card-image-wrap{width:100%;height:200px;background:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden}.frt-card-image-wrap img{width:auto;height:120px;max-width:140px;object-fit:contain;transition:transform .3s ease}.frt-card:hover .frt-card-image-wrap img{transform:scale(1.05)}.frt-card-body{flex:1;display:flex;flex-direction:column;padding:18px 16px 20px;text-align:center}.frt-card-title{font-size:15px;font-weight:700;color:var(--haf-text);margin-bottom:6px}.frt-card-desc{font-size:12.5px;color:var(--haf-text-muted);line-height:1.5;margin-bottom:12px}.frt-card-footer{display:flex;justify-content:center;margin-top:auto}.frt-card-price{font-size:15px;font-weight:700;color:var(--haf-green-dark)}.frt-card-unit{font-size:12px;font-weight:500;color:var(--haf-text-muted);margin-left:2px}.frt-view-all-wrap{display:flex;justify-content:center;margin-top:40px}.frt-view-all-btn{display:inline-flex;align-items:center;gap:8px;background:var(--haf-green);color:#fff;font-weight:700;font-size:15px;padding:13px 28px;border-radius:999px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.frt-view-all-btn:hover{background:var(--haf-green-dark);transform:translateY(-3px);box-shadow:0 12px 24px #2e8b3d40}@media screen and (max-width: 1200px){.frt-grid{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 992px){.frt-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media screen and (max-width: 768px){.frt-section{padding:60px 20px}.frt-grid{grid-template-columns:repeat(2,1fr);gap:18px}.frt-card-image-wrap{height:180px}.frt-card-image-wrap img{height:110px;max-width:130px}.frt-view-all-btn{width:100%;justify-content:center}}@media screen and (max-width: 576px){.frt-section{padding:50px 16px}.frt-grid{display:grid!important;grid-template-columns:1fr!important;gap:20px}.frt-card{width:100%;max-width:360px;margin:0 auto}.frt-card-image-wrap{height:200px}.frt-card-image-wrap img{height:120px;max-width:140px}.frt-card-title{font-size:18px}.frt-card-desc{font-size:14px}.frt-card-price{font-size:18px}.frt-view-all-btn{width:100%;justify-content:center}}.frt-empty{text-align:center;color:var(--haf-text-muted);font-size:15px;padding:20px 0}.allfrt-section{padding:100px 40px 80px;background:#fff}.allfrt-container{max-width:1200px;margin:0 auto}.allfrt-head{text-align:center;max-width:620px;margin:0 auto 50px}.allfrt-back-btn{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;padding:10px 18px;border:1px solid var(--haf-border);border-radius:999px;background:var(--haf-green-bg);color:var(--haf-green-dark);font-weight:700;font-size:14px;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.allfrt-back-btn:hover{background:var(--haf-green);color:#fff;transform:translate(-3px);box-shadow:0 8px 18px #2e8b3d33}.allfrt-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:stretch}.allfrt-card{background:var(--haf-green-bg);border:3px solid var(--haf-border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.allfrt-card:hover{transform:translateY(-6px);background:var(--haf-green-bg);box-shadow:0 14px 32px #2e8b3d26;border-color:var(--haf-green)}.allfrt-card-image-wrap{width:100%;height:220px;background:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden}.allfrt-card-image-wrap img{width:auto;height:130px;max-width:150px;object-fit:contain;transition:transform .3s ease}.allfrt-card:hover .allfrt-card-image-wrap img{transform:scale(1.05)}.allfrt-card-body{flex:1;display:flex;flex-direction:column;padding:18px 16px 22px;text-align:center}.allfrt-card-title{font-size:16px;font-weight:700;color:var(--haf-text);margin-bottom:6px}.allfrt-card-desc{font-size:13px;color:var(--haf-text-muted);line-height:1.5;margin-bottom:12px}.allfrt-card-footer{display:flex;justify-content:center;margin-top:auto}.allfrt-card-price{font-size:16px;font-weight:700;color:var(--haf-green-dark)}.allfrt-card-unit{font-size:12px;font-weight:500;color:var(--haf-text-muted);margin-left:2px}@media (max-width: 1100px){.allfrt-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.allfrt-section{padding:80px 24px 60px}.allfrt-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.allfrt-grid{grid-template-columns:1fr}}.allfrt-empty{text-align:center;color:var(--haf-text-muted);font-size:15px;padding:20px 0}.haf-outofstock-badge{position:absolute;top:12px;right:12px;background:#c94b4b;color:#fff;font-size:12px;font-weight:700;letter-spacing:.02em;padding:4px 10px;border-radius:999px;z-index:2}.haf-category-chip{display:inline-block;font-size:11px;font-weight:700;color:var(--haf-green-dark);background:var(--haf-green-bg);border:1px solid var(--haf-border);border-radius:999px;padding:3px 10px;margin-bottom:8px}.haf-farmers-page{width:100%;min-height:100%;overflow-x:hidden;background:#f6f4e9}.haf-container{width:100%;max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}.haf-farmer-hero{position:relative;width:100%;min-height:750px;height:90vh;max-height:950px;overflow:hidden;isolation:isolate;display:flex;align-items:center;background:#0f3b22}.haf-farmer-hero{min-height:750px;height:90vh;max-height:950px}.haf-farmer-hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:-3;display:block}.haf-farmer-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,rgba(0,0,0,.65) 0%,rgba(0,0,0,.35) 45%,rgba(0,0,0,.05) 70%,transparent 100%)}.haf-farmer-hero-container{position:relative;z-index:2;height:100%;width:100%;display:flex;align-items:center;justify-content:flex-start;padding:40px 24px}.haf-farmer-hero-content{width:100%;max-width:560px;padding:40px 44px;margin-left:-140px;transition:transform .3s ease}.haf-farmer-hero-content:hover{transform:translateY(-4px)}.haf-farmer-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;margin-bottom:18px;border-radius:999px;background:#087c3e;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.haf-farmer-hero-eyebrow svg{font-size:15px}.haf-farmer-hero-title{margin:0 0 16px;color:#fff;font-size:clamp(38px,4.8vw,64px);font-weight:800;line-height:1.05;letter-spacing:-2px}.haf-farmer-hero-description{max-width:480px;margin:0 0 28px;color:#fff;font-size:16px;line-height:1.7;font-weight:500}.haf-farmer-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.haf-hero-primary-btn{min-height:50px;padding:0 26px;border:none;border-radius:10px;background:#087c3e;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:all .25s ease;box-shadow:0 8px 20px #087c3e40}.haf-hero-primary-btn:hover{background:#056b35;transform:translateY(-3px);box-shadow:0 12px 28px #087c3e59}.haf-hero-primary-btn svg{font-size:18px}.haf-hero-secondary-btn{min-height:50px;padding:0 26px;border:1px solid rgba(0,0,0,.1);border-radius:10px;background:#fffc;color:#0a311d;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:all .25s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.haf-hero-secondary-btn:hover{background:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.haf-hero-secondary-btn svg{font-size:18px}.haf-farmers-section{position:relative;padding:80px 24px 90px;background:linear-gradient(160deg,#0f2e14f5,#1c5e2bf0 45%,#2e8b3deb);overflow:hidden;isolation:isolate}.haf-farmers-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 20%,rgba(124,193,66,.25),transparent 45%),radial-gradient(circle at 85% 80%,rgba(124,193,66,.2),transparent 45%);z-index:-1}.haf-farmers-head{text-align:center;max-width:760px;margin:0 auto 42px}.haf-farmers-eyebrow{display:flex;align-items:center;justify-content:center;gap:7px;margin-bottom:12px;color:#b8e6a0!important;font-size:14px;font-weight:700;text-transform:uppercase}.haf-farmers-title{margin-bottom:15px;color:#fff;font-size:38px;line-height:1.15}.haf-farmers-subtitle{max-width:700px;margin:0 auto;color:#ffffffd9!important;font-size:16px;line-height:1.7}.haf-farmers-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:760px;margin:0 auto 38px}.haf-farmers-highlight-card{display:flex;align-items:center;gap:12px;padding:15px 18px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.haf-farmers-highlight-card svg{flex-shrink:0;color:#a4e065;font-size:25px}.haf-farmers-highlight-card div{display:flex;flex-direction:column;gap:2px}.haf-farmers-highlight-card strong{font-size:18px}.haf-farmers-highlight-card span{color:#ffffffbf;font-size:12px}.haf-farmers-lang-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;margin-bottom:32px}.haf-farmers-lang-label{display:inline-flex;align-items:center;gap:6px;color:#fff;font-size:14px;font-weight:600}.haf-farmers-lang-options{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.haf-farmers-lang-note{flex-basis:100%;text-align:center;margin:6px 0 0;font-size:12.5px;font-style:italic;color:#ffffffa6}.haf-lang-chip{padding:7px 15px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:#ffffff14;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:.2s ease}.haf-lang-chip:hover{background:#ffffff2e}.haf-lang-chip.active{border-color:#a4e065;background:#a4e065;color:#14350f}.haf-farmers-carousel{display:flex;align-items:center;gap:14px;width:100%;max-width:820px;margin:0 auto}.haf-carousel-track-wrap{flex:1;min-width:0;overflow:hidden;border-radius:22px}.haf-carousel-track{display:flex;transition:transform .45s cubic-bezier(.65,0,.35,1)}.haf-farmer-slide{flex:0 0 100%;width:100%}.haf-farmer-card{display:flex;flex-direction:column;min-height:260px;padding:30px;border-radius:22px;background:#fff;box-shadow:0 20px 45px #00000040}.haf-farmer-card-top{display:flex;align-items:flex-start;gap:15px;margin-bottom:18px}.haf-farmer-avatar{width:56px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:19px;font-weight:700}.haf-farmer-meta{flex:1;min-width:0}.haf-farmer-meta h3{margin-bottom:3px;color:#1a4d2a;font-size:19px}.haf-farmer-location{display:flex;align-items:center;gap:4px;margin-bottom:3px;color:#5c6b60;font-size:13px}.haf-farmer-products{color:#7a8a7c;font-size:12.5px}.haf-farmer-play-btn{width:42px;height:42px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#eef7ec;color:#2e8b3d;font-size:18px;cursor:pointer;transition:.2s ease}.haf-farmer-play-btn:hover,.haf-farmer-play-btn.playing{background:#2e8b3d;color:#fff}.haf-farmer-play-btn.loading{cursor:wait;opacity:.85}.haf-farmer-play-btn:disabled,.haf-farmer-listen-link:disabled{cursor:wait}.haf-voice-spinner{width:16px;height:16px;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;display:inline-block;animation:haf-voice-spin .7s linear infinite}@keyframes haf-voice-spin{to{transform:rotate(360deg)}}.haf-farmer-quote{flex:1;margin:0;color:#2b3b2d;font-size:16px;font-style:italic;line-height:1.7}.haf-farmer-listen-link{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;margin-top:15px;border:none;background:none;color:#2e8b3d;font-size:13px;font-weight:700;cursor:pointer}.haf-carousel-arrow{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:#ffffff24;color:#fff;font-size:20px;cursor:pointer;transition:.2s ease}.haf-carousel-arrow:hover{border-color:#a4e065;background:#a4e065;color:#14350f}.haf-carousel-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px}.haf-carousel-dot{width:9px;height:9px;padding:0;border:none;border-radius:50%;background:#ffffff59;cursor:pointer}.haf-carousel-dot.active{width:25px;border-radius:6px;background:#a4e065}.haf-farmers-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-top:55px;padding:30px 34px;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:#ffffff1a}.haf-farmers-cta-text h3{margin-bottom:6px;color:#fff;font-size:22px}.haf-farmers-cta-text p{max-width:500px;color:#fffc;font-size:14px;line-height:1.6}.haf-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:8px;background:#087c3e;color:#fff;font-family:inherit;font-weight:700;cursor:pointer;transition:.25s ease}.haf-btn-primary:hover{background:#056b35;transform:translateY(-2px)}.haf-btn-large{min-height:48px;padding:0 22px}.haf-btn-full{width:100%}.haf-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000a6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overflow-y:auto}.haf-modal-content{position:relative;width:100%;max-height:90vh;overflow-y:auto;padding:30px;border-radius:18px;background:#fff;box-shadow:0 25px 80px #0000004d}.haf-farmer-partner-modal{max-width:620px}.haf-modal-close{position:absolute;top:15px;right:15px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#f1f4ef;color:#174d2d;font-size:19px;cursor:pointer}.haf-modal-content h3{margin-bottom:8px;color:#174d2d;font-size:25px}.haf-form-subtitle{margin-bottom:25px;color:#6b776e;font-size:14px}.haf-franchise-form{display:grid;gap:16px}.haf-form-group{display:flex;flex-direction:column;gap:7px}.haf-form-group label{display:flex;align-items:center;gap:6px;color:#234b31;font-size:13px;font-weight:700}.haf-form-group input,.haf-form-group select,.haf-form-group textarea{width:100%;padding:12px 14px;border:1px solid #d8e1d8;border-radius:8px;outline:none;background:#fbfcfa;color:#203b28;font-family:inherit;font-size:14px;transition:border .2s ease}.haf-form-group input:focus,.haf-form-group select:focus,.haf-form-group textarea:focus{border-color:#2e8b3d}.haf-form-success{padding:35px 15px;text-align:center}.haf-success-icon{width:55px;height:55px;margin-bottom:15px;padding:14px;border-radius:50%;background:#e6f5e5;color:#2e8b3d}.haf-form-success h4{margin-bottom:8px;color:#174d2d;font-size:22px}.haf-form-success p{color:#68766c;font-size:14px;line-height:1.6}.haf-volume-toggle{position:absolute;bottom:24px;right:24px;z-index:5;width:44px;height:44px;border:none;border-radius:50%;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.haf-volume-toggle:hover{background:#000000bf;transform:scale(1.05)}@media (max-width: 900px){.haf-farmer-hero{min-height:580px;height:70vh}.haf-farmer-hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.1) 80%,transparent 100%)}.haf-farmer-hero-content{padding:32px;max-width:480px}.haf-farmers-highlights{grid-template-columns:1fr;max-width:400px}.haf-farmers-cta{flex-direction:column;text-align:center;justify-content:center}}@media (max-width: 640px){.haf-container{padding-left:16px;padding-right:16px}.haf-farmer-hero{min-height:auto;height:auto;flex-direction:column;align-items:stretch;background:#f6f4e9}.haf-farmer-hero-video{position:relative;inset:auto;width:100%;height:300px;object-fit:cover;z-index:auto}.haf-farmer-hero-overlay{display:none}.haf-farmer-hero-container{position:static;height:auto;padding:24px 16px 40px;justify-content:flex-start;align-items:stretch}.haf-farmer-hero-content{margin-left:0;padding:30px;max-width:100%;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;color:#1a4d2a}.haf-farmer-hero-content:hover{transform:none}.haf-farmer-hero-title,.haf-farmer-hero-description{color:#1a4d2a}.haf-farmer-hero-eyebrow{background:#087c3e;color:#fff}.haf-farmer-hero-title{font-size:38px;letter-spacing:-1px}.haf-farmer-hero-description{font-size:15px;max-width:100%}.haf-hero-secondary-btn{background:#fffc;color:#0a311d;-webkit-backdrop-filter:none;backdrop-filter:none;border:1px solid rgba(0,0,0,.1)}.haf-hero-secondary-btn:hover{background:#fff}.haf-farmer-hero-actions{flex-direction:column;align-items:stretch}.haf-hero-primary-btn,.haf-hero-secondary-btn{width:100%;justify-content:center}.haf-volume-toggle{bottom:16px;right:16px;width:38px;height:38px;font-size:17px}.haf-farmers-section{padding:60px 16px 70px}.haf-farmers-title{font-size:28px}.haf-farmers-subtitle{font-size:14px}.haf-farmers-carousel{gap:7px}.haf-carousel-arrow{width:36px;height:36px;font-size:16px}.haf-farmer-card{min-height:0;padding:22px 18px}.haf-farmer-card-top{gap:12px}.haf-farmer-avatar{width:48px;height:48px;font-size:16px}.haf-farmer-meta h3{font-size:17px}.haf-farmer-quote{font-size:14.5px;line-height:1.65}.haf-farmers-lang-bar{flex-direction:column;gap:10px}.haf-farmers-cta{padding:25px 20px;flex-direction:column;text-align:center;justify-content:center}.haf-farmers-cta-text h3{font-size:20px}.haf-farmers-cta-text p{font-size:13px}.haf-modal-content{padding:25px 18px}}@media (max-width: 420px){.haf-farmer-hero-video{height:220px}.haf-farmer-hero-title{font-size:32px}.haf-farmer-hero-description{font-size:14px}.haf-carousel-arrow{display:none}.haf-farmer-card-top{flex-wrap:wrap}.haf-farmer-play-btn{margin-left:auto}}.haf-gallery-section{padding:70px 24px 90px;background:linear-gradient(135deg,#f9fcf7,#eef7ec 40%,#e4f3e1)}.haf-gallery-carousel{display:flex;align-items:center;gap:18px;max-width:920px;margin:0 auto}.haf-gallery-track-wrap{overflow:hidden;flex:1;border-radius:20px}.haf-gallery-track{display:flex;transition:transform .45s cubic-bezier(.65,0,.35,1)}.haf-gallery-slide{flex:0 0 100%;width:100%}.haf-gallery-video-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 18px 40px #1c5e2b26;display:grid;grid-template-columns:1.1fr 1fr}.haf-gallery-video-wrap{position:relative;background:#0f2e14;aspect-ratio:16 / 10}.haf-gallery-video{width:100%;height:100%;object-fit:cover;display:block}.haf-gallery-play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#00000026;border:none;color:#fff;font-size:44px;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.haf-gallery-play-overlay:hover{background:#0000004d}.haf-gallery-mute-btn{position:absolute;bottom:14px;right:14px;width:38px;height:38px;border-radius:50%;background:#00000080;border:none;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px}.haf-gallery-info{padding:28px 30px;display:flex;flex-direction:column;justify-content:center}.haf-gallery-info h3{font-size:22px;color:#1a4d2a;margin-bottom:8px}.haf-gallery-location{display:flex;align-items:center;gap:6px;color:#5c6b60;font-size:14px;margin-bottom:6px}.haf-gallery-products{color:#2e8b3d;font-weight:700;font-size:14.5px}.haf-gallery-arrow{background:#eef7ec;border:1px solid #cdebc8;color:#1a4d2a}.haf-gallery-arrow:hover{background:#2e8b3d;color:#fff;border-color:#2e8b3d}.haf-gallery-dots{margin-top:22px}.haf-gallery-dot{background:#cdebc8}.haf-gallery-dot.active{background:#2e8b3d}@media (max-width: 900px){.haf-gallery-video-card{grid-template-columns:1fr}.haf-gallery-info{padding:22px 24px}}@media (max-width: 640px){.haf-gallery-section{padding:56px 16px 70px}.haf-gallery-carousel{gap:8px}.haf-gallery-info h3{font-size:19px}}@media (max-width: 420px){.haf-gallery-arrow{display:none}}.haf-franchise-section{background:linear-gradient(135deg,#f9fcf7,#cdebc8 30%,#ddf2da 70%,#e8f5e9);padding:60px 0}.haf-franchise-hero-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin-bottom:80px;padding:40px 0}.haf-franchise-hero-content{display:flex;flex-direction:column;gap:20px}.haf-franchise-hero-title{font-size:48px;font-weight:700;color:#1a4d2a;line-height:1.2;margin:0}.haf-franchise-hero-sub{font-size:18px;color:#4a6a4a;line-height:1.7;margin-bottom:10px}.haf-franchise-hero-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-top:10px}.haf-btn-large{padding:14px 32px;font-size:16px;display:inline-flex;align-items:center;gap:10px}.haf-franchise-hero-image{display:flex;justify-content:center;align-items:center}.haf-truck-hero-image{max-width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px #2e8b3d33;transition:transform .3s ease}.haf-truck-hero-image:hover{transform:scale(1.02)}.haf-section-head{text-align:center;margin-bottom:40px}.haf-section-title{font-size:36px;font-weight:700;color:#1a4d2a;margin:0 0 12px}.haf-section-subtitle{font-size:16px;color:#4a6a4a;margin:0}.haf-franchise-get-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:80px}.haf-franchise-get-card{background:#fff;border:1px solid #e8f0e8;border-radius:16px;padding:30px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;cursor:pointer;position:relative}.haf-franchise-get-card:hover{transform:translateY(-8px);box-shadow:0 8px 40px #2e8b3d26;border-color:#2e8b3d}.haf-franchise-get-card.expanded{border-color:#2e8b3d;box-shadow:0 8px 40px #2e8b3d26}.haf-franchise-get-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#2e8b3d,#4caf50);color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;transition:transform .3s ease}.haf-franchise-get-card:hover .haf-franchise-get-icon{transform:scale(1.1)}.haf-franchise-get-label{font-size:16px;font-weight:600;color:#1a4d2a;margin:0}.haf-franchise-get-summary{font-size:13.5px;color:#4a6a4a;line-height:1.55;margin:0}.haf-card-details-btn{background:none;border:none;color:#2e8b3d;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:20px;transition:all .2s ease}.haf-card-details-btn:hover{background:#e8f5e9}.haf-card-details{width:100%;padding:16px 0 0;border-top:1px solid #e8f0e8;margin-top:8px;animation:slideDown .3s ease}.haf-card-details p{font-size:14px;color:#4a6a4a;line-height:1.6;margin:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.haf-franchise-steps-wrapper{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;margin-bottom:80px;border:1px solid rgba(46,139,61,.1)}.haf-franchise-steps{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin-bottom:30px}.haf-franchise-step{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:80px;padding:10px;transition:transform .3s ease}.haf-franchise-step:hover{transform:translateY(-4px)}.haf-franchise-step-icon{font-size:24px}.haf-franchise-step-number{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#2e8b3d,#4caf50);color:#fff;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #2e8b3d4d}.haf-franchise-step-label{font-size:13px;font-weight:600;color:#1a4d2a;text-align:center}.haf-franchise-step-arrow{color:#2e8b3d;font-size:24px;font-weight:700}.haf-franchise-steps-cta{text-align:center;margin-top:10px}.haf-franchise-investment{background:linear-gradient(135deg,#fff,#f0faf0);border-radius:20px;padding:60px 40px;text-align:center;box-shadow:0 10px 40px #2e8b3d14;border:1px solid rgba(46,139,61,.1);margin-bottom:80px}.haf-franchise-investment-title{font-size:32px;font-weight:700;color:#1a4d2a;margin:0 0 16px}.haf-franchise-investment-sub{font-size:16px;color:#4a6a4a;margin:0 0 30px}.haf-franchise-locations{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:30px}.haf-franchise-location-card{background:#fff;border:1px solid #e8f0e8;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:12px;transition:all .3s ease;box-shadow:0 4px 20px #0000000f}.haf-franchise-location-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #2e8b3d1f;border-color:#2e8b3d}.haf-location-icon{color:#2e8b3d;font-size:28px}.haf-location-info h3{font-size:18px;color:#1a4d2a;margin:0}.haf-location-info p{font-size:14px;color:#6a8a6a;margin:4px 0 0}.haf-location-status{display:flex;align-items:center;gap:8px;font-size:14px;color:#2e8b3d}.haf-status-available{color:#4caf50;font-size:18px}.haf-location-view-btn{background:none;border:none;color:#2e8b3d;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:4px;padding:8px 0;transition:all .2s ease}.haf-location-view-btn:hover{color:#1a4d2a;gap:8px}.haf-location-view-btn:disabled{color:#a9b8a9;cursor:not-allowed}.haf-location-view-btn:disabled:hover{gap:4px}.haf-franchise-locations-cta{text-align:center;margin-bottom:80px}.haf-places-list{display:flex;flex-direction:column;gap:10px;max-height:360px;overflow-y:auto;margin-top:6px;padding-right:4px}.haf-place-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f7faf7;border:1px solid #e8f0e8;border-radius:12px;padding:12px 14px}.haf-place-info{display:flex;align-items:center;gap:10px}.haf-place-info h4{font-size:15px;color:#1a4d2a;margin:0}.haf-place-status{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;margin-top:2px}.haf-place-status--ok{color:#2e8b3d}.haf-place-status--off{color:#b5533c}.haf-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.haf-modal-content{background:#fff;border-radius:20px;padding:40px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.haf-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;color:#4a6a4a;cursor:pointer;transition:all .2s ease;padding:4px}.haf-modal-close:hover{color:#1a4d2a;transform:rotate(90deg)}.haf-modal-content h3{font-size:28px;color:#1a4d2a;margin:0 0 8px}.haf-form-subtitle{color:#4a6a4a;margin:0 0 24px}.haf-franchise-form{display:flex;flex-direction:column;gap:20px}.haf-form-group{display:flex;flex-direction:column;gap:6px}.haf-form-group label{font-size:14px;font-weight:600;color:#1a4d2a;display:flex;align-items:center;gap:6px}.haf-form-group input,.haf-form-group select,.haf-form-group textarea{padding:12px 16px;border:1px solid #dde8dd;border-radius:10px;font-size:15px;transition:all .3s ease;font-family:inherit}.haf-form-group input:focus,.haf-form-group select:focus,.haf-form-group textarea:focus{outline:none;border-color:#2e8b3d;box-shadow:0 0 0 3px #2e8b3d1a}.haf-form-group textarea{resize:vertical;min-height:80px}.haf-btn-full{width:100%;justify-content:center;padding:16px}.haf-form-success{text-align:center;padding:40px 20px}.haf-success-icon{font-size:56px;color:#4caf50;margin-bottom:16px}.haf-form-success h4{font-size:22px;color:#1a4d2a;margin:0 0 8px}.haf-form-success p{color:#4a6a4a;margin:0}.haf-investment-modal{max-width:500px}.haf-investment-details{margin:24px 0}.haf-investment-item{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #e8f0e8}.haf-investment-item:last-child{border-bottom:none}.haf-investment-total{border-top:2px solid #2e8b3d;padding-top:16px;margin-top:4px}.haf-investment-label{color:#4a6a4a;font-size:15px}.haf-investment-value{font-weight:700;color:#1a4d2a;font-size:16px}.haf-investment-total .haf-investment-label{font-weight:700;color:#1a4d2a;font-size:17px}.haf-investment-total .haf-investment-value{font-size:20px;color:#2e8b3d}.haf-location-check-form{display:flex;flex-direction:column;gap:16px;margin-top:20px}.haf-location-check-form select{padding:12px 16px;border:1px solid #dde8dd;border-radius:10px;font-size:15px;font-family:inherit}.haf-location-check-form select:focus{outline:none;border-color:#2e8b3d;box-shadow:0 0 0 3px #2e8b3d1a}.haf-franchise-join-wrapper{position:relative;border-radius:20px;overflow:hidden;margin-top:20px}.haf-franchise-join-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.haf-join-background-image{width:100%;height:100%;object-fit:cover}.haf-franchise-join-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a4d2aeb,#1a4d2ad9);z-index:1}.haf-franchise-join-content{position:relative;z-index:2;text-align:center;padding:80px 60px;color:#fff}.haf-franchise-join-title{font-size:38px;font-weight:700;margin:0 0 16px;color:#fff}.haf-franchise-join-sub{font-size:18px;color:#ffffffe6;margin:0 0 30px;line-height:1.6}.haf-franchise-join-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.haf-franchise-join .haf-btn-primary{background:#fff;color:#1a4d2a}.haf-franchise-join .haf-btn-primary:hover{background:#edf7ee}.haf-btn-outline-light{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);padding:14px 32px;font-size:16px;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;font-family:inherit}.haf-btn-outline-light:hover{background:#ffffff1a;border-color:#fff}@media (max-width: 1024px){.haf-franchise-hero-wrapper{grid-template-columns:1fr;text-align:center;padding:20px 0}.haf-franchise-hero-buttons{justify-content:center}.haf-franchise-hero-image{order:-1}.haf-truck-hero-image{max-width:80%}.haf-franchise-get-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.haf-franchise-section{padding:40px 0}.haf-franchise-hero-title{font-size:32px}.haf-franchise-hero-sub{font-size:16px}.haf-btn-large{padding:12px 24px;font-size:14px}.haf-franchise-get-grid{grid-template-columns:1fr;gap:16px}.haf-franchise-steps-wrapper{padding:24px 16px}.haf-franchise-step{min-width:60px}.haf-franchise-step-arrow{display:none}.haf-franchise-investment{padding:40px 20px}.haf-franchise-investment-title{font-size:26px}.haf-franchise-join-content{padding:50px 24px}.haf-franchise-join-title{font-size:28px}.haf-franchise-join-sub{font-size:16px}.haf-modal-content{padding:24px 20px}.haf-modal-content h3{font-size:22px}.haf-franchise-locations{grid-template-columns:1fr}}@media (max-width: 480px){.haf-franchise-hero-title{font-size:26px}.haf-franchise-hero-buttons{flex-direction:column;align-items:center}.haf-btn-large{width:100%;justify-content:center}.haf-franchise-join-buttons{flex-direction:column;align-items:center}.haf-franchise-join-buttons .haf-btn-large{width:100%}}.haf-truck-hero-video{max-width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px #2e8b3d33;transition:transform .3s ease;object-fit:cover}.haf-truck-hero-video:hover{transform:scale(1.02)}.haf-franchise-hero-image{display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.haf-video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:#2e8b3dcc;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;border:none;z-index:2}.haf-video-play-button:hover{background:#2e8b3d;transform:translate(-50%,-50%) scale(1.1)}.fpg-section{padding:110px 40px 90px;background:#fff;min-height:calc(100vh - var(--haf-navbar-height))}.fpg-container{max-width:1180px;margin:0 auto}.fpg-back-btn{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;padding:10px 18px;border:1px solid var(--haf-border);border-radius:999px;background:var(--haf-green-bg);color:var(--haf-green-dark);font-weight:700;font-size:14px;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.fpg-back-btn:hover{background:var(--haf-green);color:#fff;transform:translate(-3px);box-shadow:0 8px 18px #2e8b3d33}.fpg-head{text-align:center;max-width:720px;margin:0 auto 20px}.fpg-intro{max-width:820px;margin:0 auto 50px;text-align:center;font-size:16px;line-height:1.75;color:var(--haf-text-muted)}.fpg-block{margin-bottom:50px}.fpg-block-title{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;color:var(--haf-text);margin-bottom:18px}.fpg-block-title svg{color:var(--haf-green);font-size:1.15em;flex-shrink:0}.fpg-block-text{font-size:15.5px;line-height:1.8;color:var(--haf-text-muted);max-width:900px}.fpg-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.fpg-list-item{display:flex;align-items:flex-start;gap:12px;background:var(--haf-green-bg);border:1px solid var(--haf-border);border-radius:12px;padding:14px 16px;font-size:14.5px;color:var(--haf-text);line-height:1.5}.fpg-list-item svg{color:var(--haf-green);font-size:1.1rem;margin-top:2px;flex-shrink:0}.fpg-steps{display:flex;flex-direction:column;gap:14px;max-width:820px}.fpg-step{display:flex;align-items:flex-start;gap:16px;background:#fff;border:1px solid var(--haf-border);border-radius:14px;padding:16px 18px}.fpg-step-number{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--haf-green);color:#fff;font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center}.fpg-step-text{font-size:14.5px;line-height:1.6;color:var(--haf-text);padding-top:5px}.fpg-truck-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px}.fpg-truck-card{background:var(--haf-green-bg);border:2px solid var(--haf-border);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.fpg-truck-card:hover{transform:translateY(-6px);box-shadow:0 16px 34px #2e8b3d29;border-color:var(--haf-green)}.fpg-truck-image-wrap{width:100%;height:220px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.fpg-truck-image-wrap img{width:100%;height:100%;object-fit:contain;padding:14px}.fpg-truck-body{padding:20px 22px 26px;display:flex;flex-direction:column;flex:1}.fpg-truck-name{font-size:19px;font-weight:800;color:var(--haf-text);margin-bottom:8px}.fpg-truck-desc{font-size:14px;line-height:1.65;color:var(--haf-text-muted);margin-bottom:16px}.fpg-truck-features{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.fpg-truck-features li{display:flex;align-items:flex-start;gap:8px;font-size:13.5px;color:var(--haf-text);line-height:1.5}.fpg-truck-features svg{color:var(--haf-green);margin-top:3px;flex-shrink:0}.fpg-truck-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px dashed var(--haf-border)}.fpg-truck-price-label{font-size:12px;color:var(--haf-text-muted);text-transform:uppercase;letter-spacing:.4px}.fpg-truck-price{font-size:18px;font-weight:800;color:var(--haf-green-dark)}.fpg-cta{text-align:center;margin-top:20px}@media (max-width: 768px){.fpg-section{padding:90px 20px 60px}.fpg-truck-grid{grid-template-columns:1fr}}.haf-login-section{min-height:calc(100vh - var(--haf-navbar-height));display:flex;align-items:center;justify-content:center;padding:48px 20px;background:linear-gradient(180deg,var(--haf-green-bg) 0%,#ffffff 60%)}.haf-login-card{width:100%;max-width:420px;background:#fff;border:1px solid var(--haf-border);border-radius:20px;padding:40px 32px;box-shadow:0 20px 45px #1c5e2b14;text-align:center;margin-top:80px}.haf-login-badge{width:56px;height:56px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:var(--haf-green);color:#fff;font-family:var(--haf-font);font-weight:700;font-size:1.1rem}.haf-login-title{font-family:var(--haf-font);font-size:1.6rem;font-weight:700;color:var(--haf-text);margin-bottom:6px}.haf-login-subtitle{font-family:var(--haf-font);font-size:.92rem;color:var(--haf-text-muted);margin-bottom:28px}.haf-login-form{display:flex;flex-direction:column;gap:18px;text-align:left}.haf-login-label{display:flex;flex-direction:column;gap:8px;font-family:var(--haf-font);font-size:.88rem;font-weight:600;color:var(--haf-text)}.haf-login-input-wrap{position:relative;display:flex;align-items:center}.haf-login-input-icon{position:absolute;left:14px;color:var(--haf-text-muted);font-size:1.05rem}.haf-login-input-wrap input{width:100%;padding:12px 44px;border:1px solid var(--haf-border);border-radius:10px;font-family:var(--haf-font);font-size:.95rem;color:var(--haf-text);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.haf-login-input-wrap input:focus{border-color:var(--haf-green);box-shadow:0 0 0 3px #2e8b3d1f}.haf-login-toggle-visibility{position:absolute;right:12px;background:none;border:none;color:var(--haf-text-muted);cursor:pointer;display:flex;align-items:center;font-size:1.05rem}.haf-login-error{font-family:var(--haf-font);font-size:.85rem;color:#c0392b;background:#fdecea;border:1px solid #f5c6c0;border-radius:8px;padding:10px 12px;margin:0}.haf-login-submit{margin-top:6px;padding:13px 20px;border:none;border-radius:10px;background:var(--haf-green);color:#fff;font-family:var(--haf-font);font-weight:600;font-size:.98rem;cursor:pointer;transition:background .2s ease,transform .15s ease}.haf-login-submit:hover{background:var(--haf-green-dark);transform:translateY(-1px)}.haf-contact-section{background:linear-gradient(135deg,#f9fcf7,#e8f5e9,#f9fcf7);padding:60px 0 80px}.haf-container{max-width:1200px;margin:0 auto;padding:0 20px}.haf-contact-header{text-align:center;margin-bottom:50px}.haf-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#2e8b3d1a;color:#2e8b3d;padding:8px 20px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:16px}.haf-contact-title{font-size:44px;font-weight:700;color:#1a4d2a;margin:0 0 12px}.haf-contact-subtitle{font-size:17px;color:#4a6a4a;line-height:1.6;margin:0}.haf-contact-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:50px}.haf-contact-info-card{background:#fff;border-radius:16px;padding:28px 20px;text-align:center;border:1px solid #e8f0e8;transition:all .3s ease}.haf-contact-info-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #2e8b3d1a;border-color:#2e8b3d}.haf-contact-info-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#2e8b3d,#4caf50);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 14px}.haf-contact-info-title{font-size:17px;font-weight:700;color:#1a4d2a;margin:0 0 8px}.haf-contact-info-details{font-size:14px;color:#4a6a4a;margin:0 0 12px;line-height:1.5}.haf-contact-info-link{display:inline-flex;align-items:center;gap:6px;color:#2e8b3d;font-weight:600;font-size:14px;text-decoration:none;transition:gap .3s ease}.haf-contact-info-link:hover{gap:10px}.haf-contact-form-wrapper{margin-bottom:50px}.haf-contact-form-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;background:#fff;border-radius:20px;padding:40px;box-shadow:0 10px 40px #0000000f;border:1px solid #e8f0e8}.haf-contact-form-left h2{font-size:26px;font-weight:700;color:#1a4d2a;margin:0 0 6px}.haf-contact-form-left>p{font-size:15px;color:#4a6a4a;margin:0 0 20px}.haf-form-success{display:flex;align-items:center;gap:14px;padding:16px 20px;background:#e8f5e9;border-radius:10px;margin-bottom:16px}.haf-success-icon{font-size:24px;color:#4caf50;flex-shrink:0}.haf-form-success h4{font-size:15px;color:#1a4d2a;margin:0}.haf-form-success p{font-size:14px;color:#4a6a4a;margin:0}.haf-contact-form{display:flex;flex-direction:column;gap:18px}.haf-form-group{display:flex;flex-direction:column;gap:5px}.haf-form-group label{font-size:14px;font-weight:600;color:#1a4d2a}.haf-form-group input,.haf-form-group textarea{padding:11px 15px;border:1px solid #dde8dd;border-radius:10px;font-size:15px;font-family:inherit;transition:all .3s ease;background:#fafcfa}.haf-form-group input:focus,.haf-form-group textarea:focus{outline:none;border-color:#2e8b3d;box-shadow:0 0 0 3px #2e8b3d1a;background:#fff}.haf-form-group textarea{resize:vertical;min-height:100px}.haf-btn-full{width:100%;justify-content:center;padding:14px}.haf-btn-full svg{margin-right:8px}.haf-contact-form-right{display:flex;flex-direction:column;gap:30px}.haf-contact-map h3{font-size:18px;font-weight:700;color:#1a4d2a;margin:0 0 12px}.haf-map-wrapper{width:100%;height:250px;border-radius:12px;overflow:hidden;border:1px solid #e8f0e8}.haf-map-wrapper iframe{width:100%;height:100%}.haf-map-link{display:inline-flex;align-items:center;gap:6px;color:#2e8b3d;font-weight:600;font-size:14px;text-decoration:none;margin-top:10px;transition:gap .3s ease}.haf-map-link:hover{gap:10px}.haf-contact-social h3{font-size:18px;font-weight:700;color:#1a4d2a;margin:0 0 12px}.haf-social-links{display:flex;gap:12px}.haf-social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;color:#fff;font-size:20px;transition:all .3s ease;text-decoration:none}.haf-social-link:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 6px 20px #00000026}.haf-contact-cta{background:linear-gradient(135deg,#1a4d2a,#2e8b3d);border-radius:20px;padding:50px 40px;text-align:center}.haf-contact-cta h2{font-size:30px;font-weight:700;color:#fff;margin:0 0 8px}.haf-contact-cta p{font-size:17px;color:#ffffffe6;margin:0 0 24px}.haf-contact-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.haf-contact-cta .haf-btn-primary{background:#fff;color:#1a4d2a}.haf-contact-cta .haf-btn-primary:hover{background:#edf7ee}.haf-contact-cta .haf-btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}.haf-contact-cta .haf-btn-outline:hover{background:#ffffff1a;border-color:#fff}.haf-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:#2e8b3d;color:#fff;border:none;border-radius:50px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.haf-btn-primary:hover{background:#1a4d2a;transform:translateY(-2px);box-shadow:0 6px 20px #2e8b3d4d}.haf-btn-outline{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:transparent;color:#1a4d2a;border:2px solid #2e8b3d;border-radius:50px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;font-family:inherit}.haf-btn-outline:hover{background:#2e8b3d;color:#fff;transform:translateY(-2px)}.haf-footer-section{background:#0a1f12;color:#fff;padding:60px 0 20px;border-top:3px solid #2e8b3d}.haf-footer-content{display:grid;grid-template-columns:1.5fr 2fr;gap:60px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.haf-footer-brand{display:flex;flex-direction:column;gap:12px}.haf-footer-logo{font-size:28px;font-weight:700;color:#fff;margin:0;letter-spacing:-.5px}.haf-footer-logo span{color:#4caf50}.haf-footer-tagline{font-size:16px;color:#4caf50;font-weight:500;margin:0}.haf-footer-description{font-size:14px;color:#ffffffb3;line-height:1.7;margin:0;max-width:350px}.haf-footer-social{display:flex;gap:12px;margin-top:8px}.haf-footer-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a;color:#fff;font-size:18px;transition:all .3s ease;text-decoration:none}.haf-footer-social-link:hover{background:#2e8b3d;transform:translateY(-3px);box-shadow:0 4px 15px #2e8b3d66}.haf-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.haf-footer-link-group h4{font-size:15px;font-weight:700;color:#fff;margin:0 0 16px;letter-spacing:.5px}.haf-footer-link-group ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.haf-footer-link-group ul li a{color:#fff9;text-decoration:none;font-size:14px;transition:all .3s ease}.haf-footer-link-group ul li a:hover{color:#4caf50;padding-left:4px}.haf-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;flex-wrap:wrap;gap:12px}.haf-footer-bottom p{font-size:13px;color:#ffffff80;margin:0}.haf-footer-bottom-links{display:flex;gap:20px}.haf-footer-bottom-links a{font-size:13px;color:#ffffff80;text-decoration:none;transition:color .3s ease}.haf-footer-bottom-links a:hover{color:#4caf50}@media (max-width: 1024px){.haf-contact-info-grid{grid-template-columns:repeat(2,1fr)}.haf-contact-form-container{grid-template-columns:1fr;padding:30px}.haf-contact-form-right{order:-1}.haf-map-wrapper{height:220px}.haf-footer-content{grid-template-columns:1fr;gap:40px}.haf-footer-description{max-width:100%}}@media (max-width: 768px){.haf-contact-section{padding:40px 0 60px}.haf-contact-title{font-size:32px}.haf-contact-info-grid{grid-template-columns:1fr 1fr;gap:16px}.haf-contact-info-card{padding:20px 16px}.haf-contact-form-container{padding:20px;border-radius:16px}.haf-contact-form-left h2{font-size:22px}.haf-map-wrapper{height:180px}.haf-contact-cta{padding:40px 24px}.haf-contact-cta h2{font-size:26px}.haf-contact-cta-buttons{flex-direction:column;align-items:center}.haf-contact-cta-buttons .haf-btn-primary,.haf-contact-cta-buttons .haf-btn-outline{width:100%;justify-content:center}.haf-footer-links{grid-template-columns:1fr 1fr;gap:30px}.haf-footer-bottom{flex-direction:column;text-align:center}.haf-footer-bottom-links{flex-wrap:wrap;justify-content:center}}@media (max-width: 480px){.haf-contact-info-grid{grid-template-columns:1fr}.haf-contact-title{font-size:26px}.haf-contact-form-container{padding:16px}.haf-social-links{justify-content:center}.haf-contact-cta h2{font-size:22px}.haf-footer-links{grid-template-columns:1fr;gap:24px}.haf-footer-logo{font-size:24px}.haf-footer-social{justify-content:center}.haf-footer-brand{text-align:center}}.haf-admin-section{min-height:calc(100vh - var(--haf-navbar-height));background:var(--haf-green-bg);padding:40px 20px 80px}.haf-admin-container{max-width:1180px;margin:0 auto}.haf-admin-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:20px;margin-top:80px}.haf-admin-header-actions{display:flex;gap:10px;flex-wrap:wrap}.haf-admin-success{font-family:var(--haf-font);font-size:.9rem;color:var(--haf-green-dark);background:#e7f6e9;border:1px solid #bfe6c4;border-radius:10px;padding:10px 14px;margin-bottom:20px}.haf-admin-offline-banner{display:flex;align-items:center;gap:8px;font-family:var(--haf-font);font-size:.85rem;color:#8a5a00;background:#fff6e0;border:1px solid #f3dca0;border-radius:10px;padding:10px 14px;margin-bottom:16px}.haf-admin-checkbox-label{justify-content:center}.haf-admin-checkbox-row{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:500}.haf-admin-checkbox-row input[type=checkbox]{width:16px;height:16px}.haf-admin-category-tag{display:inline-block;font-size:.72rem;font-weight:600;color:var(--haf-green-dark);background:var(--haf-green-bg);border-radius:999px;padding:2px 9px;margin:2px 0 4px}.haf-admin-badge{position:absolute;top:2px;left:2px;right:2px;text-align:center;font-size:.55rem;font-weight:700;letter-spacing:.02em;color:#fff;border-radius:4px;padding:1px 2px}.haf-admin-badge--out{background:#c94b4b}.haf-admin-grid{display:grid;grid-template-columns:360px 1fr;gap:28px;align-items:start}@media (max-width: 900px){.haf-admin-grid{grid-template-columns:1fr}}.haf-admin-form{background:#fff;border:1px solid var(--haf-border);border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:16px;position:sticky;top:calc(var(--haf-navbar-height) + 20px)}.haf-admin-form-title{font-family:var(--haf-font);font-size:1.15rem;font-weight:700;color:var(--haf-text)}.haf-admin-image-upload{display:block;cursor:pointer;border:2px dashed var(--haf-border);border-radius:14px;overflow:hidden;height:160px;display:flex;align-items:center;justify-content:center;background:var(--haf-green-bg);transition:border-color .2s ease}.haf-admin-image-upload:hover{border-color:var(--haf-green)}.haf-admin-image-upload img{width:100%;height:100%;object-fit:contain}.haf-admin-image-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--haf-text-muted);font-family:var(--haf-font);font-size:.85rem;text-align:center;padding:0 16px}.haf-admin-image-placeholder svg{font-size:1.6rem;color:var(--haf-green)}.haf-admin-label{display:flex;flex-direction:column;gap:6px;font-family:var(--haf-font);font-size:.85rem;font-weight:600;color:var(--haf-text);flex:1}.haf-admin-label input,.haf-admin-label textarea{width:100%;padding:10px 12px;border:1px solid var(--haf-border);border-radius:10px;font-family:var(--haf-font);font-size:.92rem;color:var(--haf-text);outline:none;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}.haf-admin-label input:focus,.haf-admin-label textarea:focus{border-color:var(--haf-green);box-shadow:0 0 0 3px #2e8b3d1f}.haf-admin-row{display:flex;gap:12px}.haf-admin-hint{font-family:var(--haf-font);font-size:.8rem;color:var(--haf-text-muted);margin:-6px 0 0;line-height:1.4}.haf-admin-map-link{display:inline-flex;align-items:center;gap:4px;font-family:var(--haf-font);font-size:.82rem;color:var(--haf-green);text-decoration:none}.haf-admin-map-link:hover{text-decoration:underline}.haf-admin-district-block{display:flex;flex-direction:column;gap:0;border:1px solid var(--haf-border);border-radius:12px;overflow:hidden}.haf-admin-district-header{border:none;border-radius:0}.haf-admin-district-places{background:#fbfdfb;border-top:1px solid var(--haf-border);padding:16px;display:flex;flex-direction:column;gap:10px}.haf-admin-error{font-family:var(--haf-font);font-size:.85rem;color:#c0392b;background:#fdecea;border:1px solid #f5c6c0;border-radius:8px;padding:10px 12px;margin:0}.haf-admin-form-actions{display:flex;gap:10px;margin-top:4px}.haf-admin-btn-primary,.haf-admin-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px 18px;border-radius:10px;font-family:var(--haf-font);font-weight:600;font-size:.9rem;cursor:pointer;border:none;transition:background .2s ease,transform .15s ease;white-space:nowrap}.haf-admin-btn-primary{background:var(--haf-green);color:#fff;flex:1}.haf-admin-btn-primary:hover{background:var(--haf-green-dark);transform:translateY(-1px)}.haf-admin-btn-secondary{background:#fff;color:var(--haf-text);border:1px solid var(--haf-border)}.haf-admin-btn-secondary:hover{border-color:var(--haf-green);color:var(--haf-green-dark)}.haf-admin-list{display:flex;flex-direction:column;gap:16px}.haf-admin-empty{font-family:var(--haf-font);color:var(--haf-text-muted);background:#fff;border:1px dashed var(--haf-border);border-radius:14px;padding:30px;text-align:center}.haf-admin-product-grid{display:flex;flex-direction:column;gap:8px}.haf-admin-product-card{width:100%;min-height:70px;background:#fff;border:1px solid var(--haf-border);border-radius:10px;overflow:hidden;display:flex;align-items:center;padding:6px 10px;transition:box-shadow .2s ease,transform .2s ease}.haf-admin-product-card:hover{box-shadow:0 4px 12px #1c5e2b14;transform:translateY(-1px)}.haf-admin-product-image-wrap{position:relative;width:58px;height:58px;flex:0 0 58px;background:var(--haf-green-bg);border-radius:7px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:4px}.haf-admin-product-image-wrap img{width:100%;height:100%;object-fit:contain}.haf-admin-product-body{flex:1;min-width:0;padding:0 12px}.haf-admin-product-body h3{font-family:var(--haf-font);font-size:.9rem;font-weight:700;color:var(--haf-text);margin:0 0 2px}.haf-admin-product-body p{font-family:var(--haf-font);font-size:.75rem;color:var(--haf-text-muted);margin:0 0 3px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.haf-admin-product-price{font-family:var(--haf-font);font-weight:700;color:var(--haf-green-dark);font-size:.8rem}.haf-admin-product-actions{display:flex;gap:5px;padding:0;flex:0 0 auto}.haf-admin-icon-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;padding:5px;border-radius:6px;border:1px solid var(--haf-border);background:var(--haf-green-bg);color:var(--haf-green-dark);cursor:pointer;transition:background .2s ease,color .2s ease}.haf-admin-icon-btn:hover{background:var(--haf-green-light);color:#fff}.haf-admin-icon-btn--danger{background:#fdecea;color:#c0392b}.haf-admin-icon-btn--danger:hover{background:#c0392b;color:#fff}@media (max-width: 600px){.haf-admin-product-card{min-height:58px;padding:5px 7px}.haf-admin-product-image-wrap{width:48px;height:48px;flex-basis:48px}.haf-admin-product-body{padding:0 8px}.haf-admin-product-body h3{font-size:.82rem}.haf-admin-product-body p{font-size:.68rem}.haf-admin-product-price{font-size:.74rem}.haf-admin-product-actions{gap:4px}.haf-admin-icon-btn{width:27px;height:27px;padding:4px}}.haf-admin-franchise-panel{display:flex;flex-direction:column;gap:20px}.haf-admin-subtabs{margin-bottom:8px}.haf-admin-franchise-form{background:#fff;border:1px solid var(--haf-border);border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:18px;max-width:820px}.haf-admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px;border-bottom:1px solid var(--haf-border);padding-bottom:12px}.haf-admin-tab-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;border:1px solid var(--haf-border);background:#fff;color:var(--haf-text);font-family:var(--haf-font);font-weight:600;font-size:.88rem;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.haf-admin-tab-btn:hover{border-color:var(--haf-green);color:var(--haf-green-dark)}.haf-admin-tab-btn--active{background:var(--haf-green);border-color:var(--haf-green);color:#fff}.haf-admin-tab-btn--active:hover{color:#fff}.haf-admin-label select{width:100%;padding:10px 12px;border:1px solid var(--haf-border);border-radius:10px;font-family:var(--haf-font);font-size:.92rem;color:var(--haf-text);outline:none;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.haf-admin-label select:focus{border-color:var(--haf-green);box-shadow:0 0 0 3px #2e8b3d1f}.haf-admin-image-upload video{width:100%;height:100%;object-fit:contain;background:#000}.haf-admin-replace-btn{width:100%}.haf-admin-panel-v2{display:flex;flex-direction:column;gap:32px}.haf-admin-panel-v2-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.haf-admin-section-title-v2{font-family:var(--haf-font);font-size:1.05rem;font-weight:700;color:var(--haf-text);margin:0}.haf-admin-count-badge-v2{font-family:var(--haf-font);font-size:.78rem;font-weight:700;color:var(--haf-green-dark);background:var(--haf-green-bg);border:1px solid var(--haf-border);border-radius:999px;padding:5px 14px}.haf-admin-formcard-v2{background:#fff;border:1px solid var(--haf-border);border-radius:20px;padding:32px;box-shadow:0 2px 14px #1c5e2b0d;display:flex;flex-direction:column;gap:20px}.haf-admin-formcard-v2__title{font-family:var(--haf-font);font-size:1.2rem;font-weight:700;color:var(--haf-text);margin:0}.haf-admin-formcard-v2__hint{font-family:var(--haf-font);font-size:.85rem;color:var(--haf-text-muted);margin:-10px 0 0;line-height:1.5}.haf-admin-fieldgrid-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;align-items:start}.haf-admin-fieldgrid-v2--full{grid-template-columns:1fr}.haf-admin-fieldgrid-v2 .haf-admin-image-upload{grid-column:1 / -1;max-width:320px}.haf-admin-cardgrid-v2{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:24px}.haf-admin-card-v2{background:#fff;border:1px solid var(--haf-border);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}.haf-admin-card-v2:hover{box-shadow:0 10px 26px #1c5e2b1f;transform:translateY(-2px)}.haf-admin-card-v2__media{width:100%;height:180px;background:var(--haf-green-bg);position:relative;overflow:hidden}.haf-admin-card-v2__media img,.haf-admin-card-v2__media video{width:100%;height:100%;object-fit:cover}.haf-admin-card-v2__body{padding:18px 20px;flex:1;display:flex;flex-direction:column;gap:6px}.haf-admin-card-v2__body h3{font-family:var(--haf-font);font-size:1.05rem;font-weight:700;color:var(--haf-text);margin:0;display:flex;align-items:center}.haf-admin-card-v2__body p{font-family:var(--haf-font);font-size:.85rem;color:var(--haf-text-muted);margin:0;line-height:1.5}.haf-admin-card-v2__meta{font-family:var(--haf-font);font-weight:700;color:var(--haf-green-dark);font-size:.85rem;margin-top:6px}.haf-admin-card-v2__actions{display:flex;gap:8px;padding:14px 20px;border-top:1px solid var(--haf-border);background:#fafcfa}.haf-admin-card-v2__actions .haf-admin-icon-btn{width:34px;height:34px}.haf-admin-textcard-v2{background:#fff;border:1px solid var(--haf-border);border-radius:18px;padding:22px 24px;display:flex;flex-direction:column;gap:8px}.haf-admin-textcard-v2 h3{font-family:var(--haf-font);font-size:1rem;font-weight:700;color:var(--haf-text);margin:0}.haf-admin-district-card-v2{background:#fff;border:1px solid var(--haf-border);border-radius:18px;overflow:hidden;grid-column:1 / -1}.haf-admin-district-card-v2__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;flex-wrap:wrap}.haf-admin-district-card-v2__info h3{font-family:var(--haf-font);font-size:1.05rem;font-weight:700;color:var(--haf-text);margin:0 0 4px;display:flex;align-items:center}.haf-admin-district-card-v2__info p{font-family:var(--haf-font);font-size:.85rem;color:var(--haf-text-muted);margin:0 0 4px}.haf-admin-district-card-v2__actions{display:flex;gap:8px}.haf-admin-district-card-v2__body{background:#fbfdfb;border-top:1px solid var(--haf-border);padding:24px;display:flex;flex-direction:column;gap:24px}@media (max-width: 720px){.haf-admin-formcard-v2{padding:22px}.haf-admin-cardgrid-v2{grid-template-columns:1fr}.haf-admin-district-card-v2__body{padding:18px}}.haf-admin-gallery-media-wrap{position:relative}.haf-admin-gallery-media-wrap video{width:100%;height:100%;object-fit:cover;background:#000}.haf-admin-gallery-badge{position:absolute;bottom:2px;right:2px;display:inline-flex;align-items:center;gap:3px;background:#000000a6;color:#fff;font-size:.55rem;padding:2px 5px;border-radius:5px;line-height:1}.App{width:100%;overflow-x:hidden}:root{--haf-green-dark: #1c5e2b;--haf-green: #2e8b3d;--haf-green-light: #7cc142;--haf-green-bg: #eef7ec;--haf-text: #1c2b1f;--haf-text-muted: #5c6b60;--haf-border: #8db788;--haf-font: "Poppins", "Segoe UI", sans-serif;--haf-navbar-height: 88px}@media (max-width: 900px){:root{--haf-navbar-height: 70px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}section[id]{scroll-margin-top:var(--haf-navbar-height)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{font-family:var(--haf-font);background:#fff;color:var(--haf-text);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block}.haf-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--haf-green);font-weight:700;font-size:14px;letter-spacing:.4px;margin-bottom:10px}.haf-section-head{text-align:center;max-width:600px;margin:0 auto 44px}.haf-section-title{font-size:30px;font-weight:800;color:var(--haf-text)}.haf-section-subtitle{font-size:14.5px;color:var(--haf-text-muted);margin-top:8px}
