/*
Theme Name: HookaChi V60.1 Memory Safe
Author: HookaChi
Description: صفحه اول ثابت و خلوت؛ سفارش سریع در صفحه جداگانه.
Version: 60.1.0
Text Domain: hookachi-v15
*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Vazirmatn:wght@300;400;500;700;800;900&family=Lalezar&display=swap');

:root{
  --hc-green:#355E3B;
  --hc-green-light:#4E7D55;
  --hc-bg:#020404;
  --hc-muted:#b9c2be;
  --hc-line:rgba(53,94,59,.75);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  direction:rtl;
  font-family:'Vazirmatn',Tahoma,Arial,sans-serif;
  background:#020404;
  color:#fff;
  overflow-x:hidden;
  padding-bottom:92px;
}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}

.hc-hero{
  min-height:100svh;
  position:relative;
  overflow:hidden;
  background:#020404 url("assets/hero-v15.jpg") center top/cover no-repeat;
}
.hc-hero:before{
  content:"";
  position:absolute;inset:0;z-index:1;
  background:
    radial-gradient(circle at 50% 46%,rgba(53,94,59,.32),transparent 31%),
    linear-gradient(180deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.02) 35%,rgba(0,0,0,.88) 86%,#020404 100%),
    linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.12) 48%,rgba(0,0,0,.72));
}
.hc-top{
  position:relative;
  z-index:3;
  height:152px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding-top:24px;
}
.hc-cart,.hc-menu{
  position:absolute;
  top:36px;
  width:42px;height:42px;
  display:grid;place-items:center;
  color:#fff;
  font-size:28px;
  opacity:.95;
}
.hc-cart{left:0;color:var(--hc-green-light)}
.hc-menu{right:0}
.hc-logo-wrap{text-align:center;direction:ltr}
.hc-logo{
  font-family:'Great Vibes','Georgia',serif;
  font-size:76px;
  line-height:.86;
  font-weight:400;
  color:#fff;
  letter-spacing:.4px;
  text-shadow:0 0 24px #000;
}
.hc-logo span{color:var(--hc-green-light)}
.hc-sublogo{
  direction:rtl;
  margin-top:12px;
  color:#fff;
  font-size:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  white-space:nowrap;
  text-shadow:0 2px 12px #000;
}
.hc-sublogo:before,.hc-sublogo:after{
  content:"";
  width:70px;height:2px;
  background:var(--hc-green);
  border-radius:10px;
}

.hc-landing{
  position:relative;
  z-index:2;
  min-height:calc(100svh - 152px);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding-bottom:26px;
}
.hc-copy{
  text-align:center;
  max-width:760px;
  margin:0 auto 18px;
}
.hc-copy h2{
  margin:0 0 4px;
  font-family:'Lalezar','Vazirmatn',sans-serif;
  font-weight:400;
  color:#fff;
  font-size:38px;
  text-shadow:0 6px 22px #000;
}
.hc-copy h1{
  margin:0 0 10px;
  font-family:'Lalezar','Vazirmatn',sans-serif;
  font-weight:400;
  color:var(--hc-green-light);
  font-size:70px;
  line-height:1;
  text-shadow:0 7px 25px #000,0 0 22px rgba(53,94,59,.55);
}
.hc-line{
  width:160px;height:3px;
  margin:0 auto 16px;
  background:var(--hc-green-light);
  border-radius:12px;
  box-shadow:0 0 18px var(--hc-green);
}
.hc-copy p{
  margin:0 auto;
  max-width:620px;
  color:#d7ddda;
  font-size:17px;
  line-height:1.9;
  text-shadow:0 4px 16px #000;
}

.hc-main-cta{
  width:min(690px,100%);
  min-height:72px;
  margin:0 auto 18px;
  border:1.5px solid var(--hc-line);
  border-radius:18px;
  display:grid;
  grid-template-columns:72px 1fr 76px;
  align-items:center;
  background:linear-gradient(90deg,rgba(0,0,0,.80),rgba(20,40,24,.58));
  box-shadow:0 0 24px rgba(53,94,59,.18), inset 0 1px 0 rgba(255,255,255,.05);
}
.hc-main-cta strong{
  text-align:center;
  font-family:'Lalezar','Vazirmatn',sans-serif;
  font-weight:400;
  font-size:31px;
}
.hc-main-cta .arrow{
  font-size:44px;
  color:#fff;
  text-align:center;
  opacity:.9;
}
.hc-main-cta .bolt{
  height:100%;
  display:grid;
  place-items:center;
  color:var(--hc-green-light);
  font-size:40px;
  border-right:1px solid rgba(255,255,255,.14);
}

.hc-features{
  width:min(880px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.hc-feature{
  min-height:82px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:rgba(255,255,255,.034);
  display:grid;
  grid-template-columns:44px 1fr;
  align-content:center;
  padding:12px;
}
.hc-feature .ico{
  grid-row:1/3;
  color:var(--hc-green-light);
  font-size:28px;
  align-self:center;
}
.hc-feature b{
  font-size:14px;
  color:#fff;
  font-weight:800;
}
.hc-feature small{
  color:var(--hc-muted);
  font-size:11px;
  margin-top:4px;
}

.section{padding:30px 0;background:#020404}
.panel{
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.012));
  padding:20px 16px;
}
.title{text-align:center;font-size:26px;margin:0 0 20px}
.title:after{
  content:"";
  display:block;
  width:56px;height:3px;
  background:var(--hc-green-light);
  border-radius:10px;
  margin:12px auto 0;
}

/* Mobile bottom nav */
.hc-mobile-nav{
  position:fixed;
  left:50%;
  bottom:10px;
  transform:translateX(-50%);
  width:92%;
  max-width:520px;
  height:72px;
  border-radius:28px;
  background:rgba(4,8,5,.92);
  backdrop-filter:blur(14px);
  border:1px solid rgba(53,94,59,.62);
  display:flex;
  align-items:center;
  justify-content:space-around;
  z-index:9999;
  box-shadow:0 0 30px rgba(53,94,59,.22), inset 0 1px 0 rgba(255,255,255,.06);
}
.hc-mobile-nav a{
  color:#8f9892;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  font-size:11px;
  min-width:48px;
}
.hc-mobile-nav a .ico{font-size:22px;line-height:1}
.hc-mobile-nav a.active{color:var(--hc-green-light)}
.hc-mobile-nav .center-action{
  width:62px;height:62px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--hc-green-light),var(--hc-green));
  color:#fff;
  font-size:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 0 26px rgba(53,94,59,.65);
  transform:translateY(-10px);
}

/* Font modes from customizer */
.hc-font-modern .hc-logo{font-family:'Vazirmatn',Tahoma,sans-serif;font-weight:900;font-size:58px}
.hc-font-modern .hc-copy h1,.hc-font-modern .hc-copy h2,.hc-font-modern .hc-main-cta strong{font-family:'Vazirmatn',Tahoma,sans-serif;font-weight:900}
.hc-font-bold .hc-logo,.hc-font-bold .hc-copy h1,.hc-font-bold .hc-copy h2,.hc-font-bold .hc-main-cta strong{font-family:'Lalezar','Vazirmatn',sans-serif;font-weight:400}

@media(min-width:851px){
  .hc-mobile-nav{display:none}
  body{padding-bottom:0}
}
@media(max-width:850px){
  .container{width:91.5%}
  .hc-hero{background-position:center top}
  .hc-top{height:150px;padding-top:28px}
  .hc-cart,.hc-menu{top:39px;font-size:25px}
  .hc-logo{font-size:68px}
  .hc-sublogo{font-size:14px;margin-top:10px}
  .hc-sublogo:before,.hc-sublogo:after{width:46px}
  .hc-landing{min-height:calc(100svh - 150px);padding-bottom:18px}
  .hc-copy{margin-bottom:16px}
  .hc-copy h2{font-size:29px}
  .hc-copy h1{font-size:51px}
  .hc-copy p{font-size:13.5px;line-height:1.8;max-width:92%}
  .hc-main-cta{min-height:66px;border-radius:16px;grid-template-columns:60px 1fr 64px;margin-bottom:14px}
  .hc-main-cta strong{font-size:24px}
  .hc-main-cta .bolt{font-size:34px}
  .hc-features{gap:8px}
  .hc-feature{min-height:76px;grid-template-columns:34px 1fr;padding:9px}
  .hc-feature .ico{font-size:22px}
  .hc-feature b{font-size:11.5px}
  .hc-feature small{font-size:9.5px}
}
@media(max-height:720px) and (max-width:850px){
  .hc-top{height:128px;padding-top:20px}
  .hc-logo{font-size:56px}
  .hc-sublogo{top:auto;font-size:12px}
  .hc-landing{min-height:calc(100svh - 128px);padding-bottom:10px}
  .hc-copy h2{font-size:23px}
  .hc-copy h1{font-size:40px}
  .hc-copy p{display:none}
  .hc-features{display:none}
  .hc-main-cta{min-height:58px}
  .hc-main-cta strong{font-size:20px}
}


/* V16 fixes: home is one fixed landing, CTA above bottom nav */
@media(max-width:850px){
  .hc-hero{
    min-height:100svh;
    height:100svh;
    overflow:hidden;
  }

  .hc-landing{
    min-height:calc(100svh - 150px);
    padding-bottom:118px !important;
    justify-content:flex-end;
  }

  .hc-copy{
    margin-bottom:12px !important;
  }

  .hc-copy h2{
    font-size:24px !important;
    margin-bottom:2px !important;
  }

  .hc-copy h1{
    font-size:41px !important;
    line-height:1.05 !important;
    margin-bottom:8px !important;
  }

  .hc-copy p{
    display:none !important;
  }

  .hc-line{
    width:130px !important;
    margin-bottom:12px !important;
  }

  .hc-main-cta{
    min-height:62px !important;
    margin-bottom:0 !important;
    position:relative;
    z-index:20;
  }

  .hc-features{
    display:none !important;
  }

  .hc-mobile-nav{
    bottom:calc(env(safe-area-inset-bottom) + 10px) !important;
  }

  body.home,
  body.front-page{
    overflow:hidden;
  }
}

@media(max-height:720px) and (max-width:850px){
  .hc-top{
    height:118px !important;
  }

  .hc-logo{
    font-size:52px !important;
  }

  .hc-sublogo{
    font-size:12px !important;
  }

  .hc-landing{
    min-height:calc(100svh - 118px) !important;
    padding-bottom:104px !important;
  }

  .hc-copy h2{
    font-size:21px !important;
  }

  .hc-copy h1{
    font-size:34px !important;
  }

  .hc-main-cta{
    min-height:56px !important;
  }
}

/* Dedicated quick order page */
.hc-page-hero{
  min-height:100svh;
  background:
    radial-gradient(circle at top,rgba(53,94,59,.24),transparent 35%),
    #020404;
  padding:24px 0 110px;
}

.hc-page-card{
  border:1px solid rgba(53,94,59,.55);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.012));
  padding:18px;
}

.hc-page-title{
  text-align:center;
  font-family:'Lalezar','Vazirmatn',sans-serif;
  font-size:34px;
  font-weight:400;
  margin:10px 0 18px;
}

.hc-page-title span{
  color:var(--hc-green-light);
}



/* V18 luxury mobile fixes */
.hc-top{
  height:118px;
  padding-top:14px;
  align-items:flex-start;
}
.hc-logo-wrap{
  width:calc(100% - 108px);
  overflow:hidden;
}
.hc-logo{
  display:block;
  font-size:58px;
  line-height:.9;
  white-space:nowrap;
  transform:scale(.92);
  transform-origin:center top;
}
.hc-sublogo{
  margin-top:6px;
}
.hc-cart,.hc-menu{
  top:27px;
  z-index:120;
}
.hc-menu{
  font-size:31px;
}

/* Professional hamburger drawer */
.hc-drawer{
  position:fixed;
  inset:0 0 0 auto;
  width:min(82vw,360px);
  height:100svh;
  z-index:99999;
  transform:translateX(105%);
  opacity:0;
  pointer-events:none;
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:26px 22px;
  background:
    radial-gradient(circle at top right,rgba(78,125,85,.22),transparent 34%),
    linear-gradient(180deg,rgba(5,12,8,.98),rgba(0,0,0,.96));
  border-left:1px solid rgba(78,125,85,.45);
  box-shadow:-30px 0 70px rgba(0,0,0,.65);
  backdrop-filter:blur(18px);
  transition:.28s ease;
}
.hc-drawer:target{
  transform:translateX(0);
  opacity:1;
  pointer-events:auto;
}
.hc-drawer:before{
  content:"";
  position:fixed;
  inset:0 100% 0 -100vw;
  background:rgba(0,0,0,.52);
}
.hc-drawer a{
  position:relative;
  z-index:2;
  min-height:48px;
  display:flex;
  align-items:center;
  padding:0 14px;
  border-radius:16px;
  color:#eef4f0;
  font-weight:800;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.035);
}
.hc-drawer a:hover{
  border-color:rgba(78,125,85,.55);
  background:rgba(78,125,85,.16);
}
.hc-drawer .hc-drawer-close{
  width:44px;
  height:44px;
  min-height:44px;
  justify-content:center;
  padding:0;
  font-size:30px;
  margin-right:auto;
  border-color:rgba(78,125,85,.42);
}
.hc-drawer-brand{
  position:relative;
  z-index:2;
  direction:ltr;
  text-align:left;
  font-family:'Great Vibes','Georgia',serif;
  font-size:48px;
  margin:2px 4px 14px;
  color:#fff;
}
.hc-drawer-brand span{color:var(--hc-green-light)}

.hc-content-page{
  line-height:2.05;
  color:#e8eeea;
}
.hc-content-page h2{
  color:var(--hc-green-light);
  font-family:'Lalezar','Vazirmatn',sans-serif;
  font-size:34px;
  font-weight:400;
  margin:0 0 12px;
}
.hc-info-grid,.hc-flavor-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:22px 0;
}
.hc-info-grid div,.hc-flavor-list div,.hc-faq{
  border:1px solid rgba(78,125,85,.42);
  border-radius:18px;
  padding:16px;
  background:rgba(255,255,255,.035);
}
.hc-info-grid b,.hc-flavor-list b,.hc-faq b{
  display:block;
  color:#fff;
  margin-bottom:6px;
}
.hc-info-grid span,.hc-flavor-list span,.hc-faq p{
  color:#b9c2be;
  margin:0;
}
.hc-page-cta{
  display:inline-flex;
  min-height:52px;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--hc-green-light),var(--hc-green));
  color:#fff;
  font-weight:900;
  box-shadow:0 0 26px rgba(53,94,59,.38);
}

/* Mobile compact hero */
@media(max-width:850px){
  .hc-top{
    height:106px !important;
    padding-top:12px !important;
  }
  .hc-logo-wrap{
    width:calc(100% - 104px);
  }
  .hc-logo{
    font-size:46px !important;
    line-height:.88 !important;
    transform:scale(.88);
  }
  .hc-sublogo{
    font-size:12px !important;
    margin-top:4px !important;
    gap:10px !important;
  }
  .hc-sublogo:before,.hc-sublogo:after{
    width:42px !important;
  }
  .hc-cart,.hc-menu{
    top:24px !important;
    width:36px !important;
    height:36px !important;
  }
  .hc-menu{font-size:30px !important}
  .hc-cart{font-size:23px !important}
  .hc-landing{
    min-height:calc(100svh - 106px) !important;
    padding-bottom:112px !important;
  }
  .hc-copy h2{
    font-size:22px !important;
  }
  .hc-copy h1{
    font-size:37px !important;
    line-height:1.08 !important;
  }
  .hc-main-cta{
    min-height:58px !important;
    border-radius:18px !important;
  }
  .hc-main-cta strong{
    font-size:22px !important;
  }
  .hc-main-cta .arrow{
    font-size:36px !important;
  }
  .hc-main-cta .bolt{
    font-size:30px !important;
  }
  .hc-info-grid,.hc-flavor-list{
    grid-template-columns:1fr;
  }
  .hc-page-card{
    padding:18px 14px;
  }
}

/* Very short mobile screens */
@media(max-height:720px) and (max-width:850px){
  .hc-top{height:92px !important}
  .hc-logo{font-size:40px !important}
  .hc-sublogo{font-size:11px !important}
  .hc-landing{
    min-height:calc(100svh - 92px) !important;
    padding-bottom:96px !important;
  }
  .hc-copy h2{font-size:19px !important}
  .hc-copy h1{font-size:30px !important}
  .hc-main-cta{min-height:52px !important}
}

/* Keep iPhone URL bar cases safer */
@supports (-webkit-touch-callout:none){
  @media(max-width:850px){
    .hc-hero{min-height:100dvh;height:100dvh}
  }
}


/* V19 menu + logo fixes */
.hc-drawer{width:min(68vw,320px)!important;}
.hc-drawer-brand{font-size:38px!important;}
.hc-drawer a{min-height:40px!important;padding:0 12px!important;font-size:15px!important;}
.hc-drawer .hc-drawer-close{width:38px!important;height:38px!important;font-size:24px!important;}

@media(max-width:850px){
  .hc-logo{
    font-size:36px!important;
    transform:scale(.82)!important;
  }
  .hc-logo-wrap{
    width:calc(100% - 120px)!important;
  }
}

/* V20 compact drawer fix: full hamburger menu fits on iPhone/Safari */
@media (max-width:850px){
  .hc-drawer{
    width:min(64vw,300px)!important;
    height:100dvh!important;
    max-height:100dvh!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    gap:6px!important;
    padding:calc(env(safe-area-inset-top) + 14px) 16px calc(env(safe-area-inset-bottom) + 92px)!important;
    box-sizing:border-box!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .hc-drawer .hc-drawer-close{
    width:34px!important;
    height:34px!important;
    min-height:34px!important;
    border-radius:13px!important;
    font-size:23px!important;
    margin-bottom:4px!important;
  }
  .hc-drawer-brand{
    font-size:34px!important;
    line-height:.9!important;
    margin:0 2px 8px!important;
  }
  .hc-drawer a:not(.hc-drawer-close){
    min-height:36px!important;
    height:36px!important;
    padding:0 12px!important;
    border-radius:14px!important;
    font-size:14px!important;
    line-height:1!important;
  }
}

@media (max-width:390px){
  .hc-drawer{
    width:min(66vw,292px)!important;
    gap:5px!important;
    padding-left:14px!important;
    padding-right:14px!important;
    padding-bottom:calc(env(safe-area-inset-bottom) + 86px)!important;
  }
  .hc-drawer-brand{font-size:31px!important;margin-bottom:7px!important;}
  .hc-drawer a:not(.hc-drawer-close){
    min-height:34px!important;
    height:34px!important;
    font-size:13.5px!important;
    border-radius:13px!important;
  }
}

@media (max-height:720px) and (max-width:850px){
  .hc-drawer{
    gap:4px!important;
    padding-top:calc(env(safe-area-inset-top) + 10px)!important;
    padding-bottom:calc(env(safe-area-inset-bottom) + 78px)!important;
  }
  .hc-drawer .hc-drawer-close{
    width:32px!important;
    height:32px!important;
    min-height:32px!important;
    font-size:21px!important;
    margin-bottom:2px!important;
  }
  .hc-drawer-brand{
    font-size:28px!important;
    margin-bottom:5px!important;
  }
  .hc-drawer a:not(.hc-drawer-close){
    min-height:31px!important;
    height:31px!important;
    font-size:13px!important;
    border-radius:12px!important;
  }
}


/* V24 SAFE LOGO FIX - rollback from V23 + gentle mobile spacing */
@media (max-width:850px){
  .hc-hero{
    background-position:center top!important;
  }
  .hc-top{
    height:142px!important;
    padding-top:42px!important;
    align-items:flex-start!important;
  }
  .hc-logo-wrap{
    transform:none!important;
    margin-top:0!important;
  }
  .hc-cart,.hc-menu{
    top:55px!important;
  }
  .hc-landing{
    min-height:calc(100svh - 142px)!important;
    padding-bottom:104px!important;
  }
}

/* iPhone / Chrome shorter viewport: keep layout balanced, no huge forced drop */
@media (max-width:850px) and (max-height:720px){
  .hc-top{
    height:128px!important;
    padding-top:36px!important;
  }
  .hc-cart,.hc-menu{
    top:48px!important;
  }
  .hc-landing{
    min-height:calc(100svh - 128px)!important;
    padding-bottom:94px!important;
  }
}


/* V25 COMPLETE LOGO FIX - show full HookaChi mark without clipping */
@media (max-width:850px){
  .hc-top{
    height:150px!important;
    padding-top:34px!important;
    overflow:visible!important;
  }
  .hc-logo-wrap{
    width:calc(100% - 110px)!important;
    overflow:visible!important;
    transform:none!important;
    margin-top:0!important;
    padding-top:6px!important;
  }
  .hc-logo{
    display:block!important;
    overflow:visible!important;
    font-size:45px!important;
    line-height:1.16!important;
    transform:none!important;
    padding:4px 0 0!important;
    white-space:nowrap!important;
  }
  .hc-sublogo{
    margin-top:1px!important;
    font-size:12px!important;
  }
  .hc-cart,.hc-menu{
    top:58px!important;
  }
  .hc-landing{
    min-height:calc(100svh - 150px)!important;
    padding-bottom:104px!important;
  }
}

@media (max-width:390px){
  .hc-logo{font-size:42px!important;}
  .hc-logo-wrap{width:calc(100% - 100px)!important;}
}

@media (max-width:850px) and (max-height:720px){
  .hc-top{
    height:136px!important;
    padding-top:28px!important;
  }
  .hc-logo{font-size:41px!important;line-height:1.16!important;}
  .hc-sublogo{font-size:11.5px!important;margin-top:0!important;}
  .hc-cart,.hc-menu{top:50px!important;}
  .hc-landing{
    min-height:calc(100svh - 136px)!important;
    padding-bottom:94px!important;
  }
}


/* V26 Flavor Manager Pro */
.hc-flavors-pro{color:#edf4ef}
.hc-flavors-hero{
  text-align:center;
  padding:10px 0 22px;
  border-bottom:1px solid rgba(78,125,85,.24);
  margin-bottom:18px;
}
.hc-flavors-hero span{
  direction:ltr;
  display:inline-block;
  color:var(--hc-green-light);
  font-family:'Great Vibes','Georgia',serif;
  font-size:30px;
  margin-bottom:4px;
}
.hc-flavors-hero h2{
  margin:0 0 10px;
  font-family:'Lalezar','Vazirmatn',sans-serif;
  font-size:42px;
  font-weight:400;
  color:#fff;
}
.hc-flavors-hero p{max-width:760px;margin:0 auto;color:#b9c2be;line-height:2}
.hc-flavor-filter{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin:18px 0 22px;
}
.hc-flavor-filter button{
  border:1px solid rgba(78,125,85,.45);
  background:rgba(255,255,255,.035);
  color:#eaf0ec;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  font-family:'Vazirmatn',Tahoma,sans-serif;
  font-weight:800;
  cursor:pointer;
}
.hc-flavor-filter button.active,
.hc-flavor-filter button:hover{
  background:linear-gradient(135deg,var(--hc-green-light),var(--hc-green));
  border-color:transparent;
  color:#fff;
  box-shadow:0 0 20px rgba(53,94,59,.28);
}
.hc-flavor-grid-pro{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.hc-flavor-card-pro{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(78,125,85,.42);
  border-radius:24px;
  background:radial-gradient(circle at top,rgba(78,125,85,.14),transparent 42%),rgba(255,255,255,.035);
  box-shadow:0 20px 50px rgba(0,0,0,.18);
}
.hc-flavor-card-pro em{
  position:absolute;
  top:12px;
  right:12px;
  z-index:2;
  font-style:normal;
  font-size:11px;
  font-weight:900;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(78,125,85,.92);
  color:#fff;
}
.hc-flavor-img{
  height:150px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(0,0,0,.18));
}
.hc-flavor-img img{width:100%;height:100%;object-fit:cover;display:block}
.hc-flavor-img span{font-size:58px;color:var(--hc-green-light);filter:drop-shadow(0 0 18px rgba(78,125,85,.45))}
.hc-flavor-body{padding:15px}
.hc-flavor-body small{color:var(--hc-green-light);font-weight:900}
.hc-flavor-body h3{
  margin:6px 0 8px;
  color:#fff;
  font-size:21px;
  font-weight:900;
}
.hc-flavor-body p{margin:0 0 10px;color:#c4cdc8;line-height:1.85;font-size:13.5px}
.hc-flavor-body strong{display:block;color:#fff;font-size:12.5px;margin-bottom:12px;line-height:1.7}
.hc-flavor-body a{
  display:flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,var(--hc-green-light),var(--hc-green));
  color:#fff;
  font-weight:900;
}
.hc-flavor-seo-box{
  margin-top:22px;
  border:1px solid rgba(78,125,85,.28);
  border-radius:24px;
  padding:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.012));
}
.hc-flavor-seo-box h2,.hc-flavor-seo-box h3{
  color:var(--hc-green-light);
  font-family:'Lalezar','Vazirmatn',sans-serif;
  font-weight:400;
  margin:0 0 10px;
}
.hc-flavor-seo-box h2{font-size:32px}.hc-flavor-seo-box h3{font-size:25px;margin-top:16px}
.hc-flavor-seo-box p{color:#c7d0cb;line-height:2.05;margin:0 0 8px}
@media(max-width:850px){
  .hc-flavors-hero h2{font-size:32px}
  .hc-flavor-grid-pro{grid-template-columns:1fr;gap:12px}
  .hc-flavor-img{height:120px}
  .hc-flavor-filter{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
  .hc-flavor-filter button{white-space:nowrap;font-size:12px;min-height:36px}
  .hc-flavor-seo-box{padding:16px}
  .hc-flavor-seo-box h2{font-size:26px}.hc-flavor-seo-box h3{font-size:22px}
}


/* V27 Home shop on front page + Shahriar coming soon */
.hc-home-shop{
  position:relative;
  z-index:3;
  padding:38px 0 110px;
  background:radial-gradient(circle at top,rgba(78,125,85,.16),transparent 42%),linear-gradient(180deg,#07120c,#030705 70%);
  color:#eef6f1;
}
.hc-shop-head{text-align:center;margin:0 auto 22px;max-width:820px}
.hc-shop-head span{display:inline-block;direction:ltr;color:var(--hc-green-light);font-family:'Great Vibes','Georgia',serif;font-size:32px;margin-bottom:4px}
.hc-shop-head h2{margin:0 0 10px;color:#fff;font-family:'Lalezar','Vazirmatn',sans-serif;font-weight:400;font-size:44px}
.hc-shop-head p{margin:0;color:#bfcac4;line-height:2;font-size:15px}
.hc-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.hc-product-card{overflow:hidden;border-radius:26px;border:1px solid rgba(78,125,85,.38);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 24px 70px rgba(0,0,0,.25)}
.hc-product-image{height:170px;display:grid;place-items:center;background:radial-gradient(circle,rgba(78,125,85,.25),rgba(0,0,0,.2));color:#fff;text-decoration:none}
.hc-product-image img{width:100%;height:100%;object-fit:cover;display:block}
.hc-product-icon{font-size:64px;color:var(--hc-green-light);filter:drop-shadow(0 0 20px rgba(78,125,85,.45))}
.hc-product-body{padding:16px}
.hc-product-body h3{margin:0 0 8px;font-size:22px;color:#fff;font-weight:900}.hc-product-body h3 a{color:#fff}
.hc-product-body p{margin:0 0 12px;color:#c4cdc8;line-height:1.9;font-size:13.5px}
.hc-product-body strong{display:block;color:var(--hc-green-light);font-size:14px;margin-bottom:12px}
.hc-product-btn{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:15px;background:linear-gradient(135deg,var(--hc-green-light),var(--hc-green));color:#fff!important;font-weight:900;text-decoration:none;box-shadow:0 14px 30px rgba(53,94,59,.22)}
.hc-coming-soon-page h2{font-size:38px;color:var(--hc-green-light)!important}.hc-coming-soon-page p{font-size:16px}
@media(max-width:850px){.hc-home-shop{padding:28px 0 96px}.hc-shop-head h2{font-size:32px}.hc-shop-head span{font-size:28px}.hc-product-grid{grid-template-columns:1fr;gap:12px}.hc-product-image{height:128px}.hc-product-body{padding:14px}.hc-product-body h3{font-size:20px}.hc-shop-head p{font-size:13.5px}}

/* V30 Tehran VIP SEO Landing */
.hc-seo-kicker{
  display:inline-flex;
  padding:7px 14px;
  border-radius:999px;
  border:1px solid rgba(78,125,85,.45);
  background:rgba(78,125,85,.12);
  color:#cfe6d5;
  font-size:13px;
  letter-spacing:.4px;
  direction:ltr;
  margin-bottom:12px;
}
.hc-tehran-landing p{color:#d7ded9;margin:0 0 15px}
.hc-tehran-landing h3{color:#fff;font-size:24px;margin:0 0 10px;font-family:'Lalezar','Vazirmatn',sans-serif;font-weight:400}
.hc-tehran-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:22px 0;
}
.hc-tehran-steps div,.hc-area-box,.hc-tehran-cta-box{
  border:1px solid rgba(78,125,85,.42);
  border-radius:22px;
  padding:18px;
  background:linear-gradient(180deg,rgba(78,125,85,.10),rgba(255,255,255,.025));
  box-shadow:0 18px 42px rgba(0,0,0,.22);
}
.hc-tehran-steps strong{
  width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
  background:rgba(78,125,85,.25);color:#fff;border:1px solid rgba(78,125,85,.45);margin-bottom:10px;
}
.hc-tehran-steps b{display:block;color:#fff;font-size:17px;margin-bottom:6px}
.hc-tehran-steps span{color:#b9c2be;font-size:14px;line-height:1.9}
.hc-area-box{margin:18px 0;background:radial-gradient(circle at top right,rgba(78,125,85,.18),transparent 45%),rgba(255,255,255,.025)}
.hc-tehran-cta-box{text-align:center;margin:26px 0;background:radial-gradient(circle at center,rgba(78,125,85,.25),rgba(255,255,255,.025) 58%)}
.hc-page-cta-ghost{background:rgba(255,255,255,.04);border:1px solid rgba(78,125,85,.55);margin-inline-start:8px;box-shadow:none}
@media(max-width:850px){
  .hc-tehran-steps,.hc-info-grid{grid-template-columns:1fr!important}
  .hc-tehran-landing h2{font-size:30px}
  .hc-page-cta{width:100%;margin:6px 0 0!important}
}


/* V36 Alo Ghalyoon Full Luxury Landing */
.hc-alo-page{background:#030604;color:#fff;min-height:100vh;padding:34px 16px 90px;font-family:inherit;overflow:hidden}
.hc-alo-page *{box-sizing:border-box}
.hc-alo-hero,.hc-alo-section,.hc-alo-final{max-width:980px;margin:0 auto 34px;position:relative}
.hc-alo-hero{padding:56px 22px 44px;text-align:center;border:1px solid rgba(65,168,98,.55);border-radius:28px;background:radial-gradient(circle at center,rgba(45,130,71,.36),rgba(0,0,0,.92) 70%);box-shadow:0 0 45px rgba(37,115,60,.22),inset 0 0 35px rgba(49,137,74,.14)}
.hc-alo-kicker{display:block;color:#7ec68e;font-size:13px;letter-spacing:.8px;margin-bottom:18px;opacity:.9}
.hc-alo-hero h1{font-size:clamp(32px,7vw,58px);line-height:1.45;margin:0 0 22px;font-weight:900;color:#fff;text-shadow:0 8px 28px rgba(0,0,0,.8)}
.hc-alo-hero p{font-size:clamp(18px,4.2vw,27px);line-height:2;margin:0 auto 28px;max-width:760px;color:rgba(255,255,255,.9)}
.hc-alo-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.hc-alo-btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:14px 28px;border-radius:18px;background:#2f8b4c;color:#fff!important;text-decoration:none!important;font-size:22px;font-weight:800;box-shadow:0 12px 34px rgba(38,140,75,.28)}.hc-alo-btn.ghost{background:rgba(255,255,255,.04);border:1px solid rgba(75,174,101,.55)}
.hc-alo-section{padding:28px 20px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01));border:1px solid rgba(62,159,88,.26)}
.hc-alo-section h2,.hc-alo-final h2{font-size:clamp(28px,6vw,48px);line-height:1.55;text-align:center;margin:0 0 24px;font-weight:900}.hc-alo-section p{font-size:20px;line-height:2.15;color:rgba(255,255,255,.88);margin:0 0 18px;text-align:center}.hc-alo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hc-alo-grid article,.hc-alo-grid.small a{border:1px solid rgba(57,160,87,.55);border-radius:22px;padding:22px 18px;background:rgba(0,0,0,.42);box-shadow:inset 0 0 22px rgba(36,117,59,.10)}.hc-alo-grid article b{display:block;font-size:24px;margin-bottom:10px;color:#fff}.hc-alo-grid article p{font-size:18px;line-height:2;margin:0;text-align:right}.hc-alo-grid.benefits article{text-align:center}.hc-alo-grid.benefits span{display:block;font-size:30px;margin-bottom:8px}.hc-alo-grid.benefits article p{text-align:center}.hc-alo-grid.small a{display:block;color:#fff!important;text-decoration:none!important;text-align:center;font-size:20px;font-weight:800}
.hc-alo-flavors{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.hc-alo-flavors a{color:#fff!important;text-decoration:none!important;border:1px solid rgba(69,169,99,.6);border-radius:999px;padding:12px 18px;background:rgba(47,139,76,.15);font-size:18px;font-weight:800}.hc-alo-qa{border:1px solid rgba(69,169,99,.45);border-radius:18px;margin:12px 0;background:rgba(0,0,0,.38);overflow:hidden}.hc-alo-qa summary{cursor:pointer;padding:18px 20px;font-size:20px;font-weight:900;list-style:none}.hc-alo-qa summary::-webkit-details-marker{display:none}.hc-alo-qa p{padding:0 20px 18px;margin:0;text-align:right;font-size:18px;line-height:2}.hc-alo-final{text-align:center;padding:44px 22px;border-radius:28px;background:radial-gradient(circle at center,rgba(48,142,77,.28),rgba(0,0,0,.9));border:1px solid rgba(68,170,100,.48)}.hc-alo-final p{font-size:21px;line-height:2;color:rgba(255,255,255,.9);max-width:760px;margin:0 auto 24px}
@media(max-width:680px){.hc-alo-page{padding:22px 12px 80px}.hc-alo-hero{padding:46px 16px 36px;border-radius:24px}.hc-alo-grid{grid-template-columns:1fr}.hc-alo-section{padding:24px 14px}.hc-alo-section p{font-size:18px;text-align:right}.hc-alo-btn{width:100%;font-size:20px}.hc-alo-grid article p{text-align:right}.hc-alo-flavors a{width:100%;text-align:center}.hc-alo-qa summary{font-size:19px}}

/* V39 separate luxury shop page */
.hc-standalone-shop-page{min-height:100vh;background:#020404;padding-top:18px;padding-bottom:110px}
.hc-standalone-shop-page .hc-home-shop{padding-top:34px}
.hc-soon-card{position:relative;opacity:.96}
.hc-soon-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;margin-bottom:10px;border:1px solid rgba(78,125,85,.55);border-radius:999px;background:rgba(78,125,85,.14);color:#a9d7ae;font-size:12px;font-weight:900}
.hc-disabled-btn{opacity:.72;pointer-events:none;background:linear-gradient(135deg,rgba(78,125,85,.55),rgba(53,94,59,.45))!important}
@media(min-width:851px){.hc-static-shop{grid-template-columns:repeat(5,1fr)}.hc-static-shop .hc-product-image{height:145px}.hc-static-shop .hc-product-body h3{font-size:19px}}


/* V40 About + FAQ luxury pages */
.hc-lux-page{min-height:100vh;background:#020404;color:#fff;padding:28px 14px 110px;overflow:hidden}
.hc-lux-wrap{width:min(980px,94%);margin:0 auto}.hc-lux-logo{text-align:center;direction:ltr;font-family:'Great Vibes',Georgia,serif;font-size:64px;line-height:1;color:#fff;margin:8px 0 22px;text-shadow:0 0 28px rgba(0,0,0,.9)}.hc-lux-logo span{color:var(--hc-green-light)}
.hc-lux-hero,.hc-lux-card,.hc-lux-cta{border:1px solid rgba(78,125,85,.48);border-radius:28px;background:radial-gradient(circle at center,rgba(53,94,59,.32),rgba(0,0,0,.88) 68%);box-shadow:0 0 44px rgba(53,94,59,.16),inset 0 0 34px rgba(78,125,85,.08);padding:34px 22px;margin:0 0 22px;text-align:center}
.hc-lux-kicker{display:block;color:#9ed7a8;font-size:13px;direction:ltr;margin-bottom:12px}.hc-lux-hero h1,.hc-lux-card h2,.hc-lux-cta h2{font-family:'Lalezar','Vazirmatn',sans-serif;font-weight:400;color:#fff;font-size:clamp(34px,7vw,58px);line-height:1.35;margin:0 0 14px}.hc-lux-hero p,.hc-lux-card p,.hc-lux-cta p{color:#d7ded9;font-size:18px;line-height:2.15;margin:0 auto 12px;max-width:820px}.hc-lux-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:22px 0}.hc-lux-card{text-align:right;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.012));padding:24px}.hc-lux-card h2{font-size:34px;color:#7dbb86}.hc-lux-links{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px}.hc-lux-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 22px;border-radius:16px;background:linear-gradient(135deg,var(--hc-green-light),var(--hc-green));color:#fff!important;text-decoration:none!important;font-weight:900}.hc-lux-btn.ghost{background:rgba(255,255,255,.04);border:1px solid rgba(78,125,85,.55)}
.hc-faq-page .hc-faq-item{border:1px solid rgba(78,125,85,.45);border-radius:20px;background:rgba(255,255,255,.025);margin:12px 0;overflow:hidden}.hc-faq-page summary{cursor:pointer;padding:18px 20px;font-size:20px;font-weight:900;list-style:none}.hc-faq-page summary::-webkit-details-marker{display:none}.hc-faq-page .hc-faq-item p{padding:0 20px 18px;margin:0;color:#d7ded9;line-height:2;font-size:17px}.hc-faq-intro{text-align:center;color:#cdd7d1;line-height:2;font-size:17px;margin:0 auto 22px;max-width:760px}
@media(max-width:760px){.hc-lux-logo{font-size:52px}.hc-lux-grid{grid-template-columns:1fr}.hc-lux-hero,.hc-lux-card,.hc-lux-cta{padding:28px 16px;border-radius:24px}.hc-lux-card h2{font-size:28px}.hc-lux-hero p,.hc-lux-card p,.hc-lux-cta p{font-size:16px;text-align:center}.hc-lux-btn{width:100%}.hc-faq-page summary{font-size:18px}}

/* V42 - Shop cards alignment + back button */
body{background:#070b08!important;}
.hc-shop-back-wrap{width:min(1120px,94%);margin:0 auto 18px;text-align:right}
.hookachi-back{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:42px;padding:10px 16px;border-radius:16px;
  border:1px solid rgba(78,125,85,.62);
  background:rgba(10,22,15,.72);
  color:#bdf7c9!important;text-decoration:none!important;
  font-weight:900;box-shadow:0 0 24px rgba(78,125,85,.14);
}
.hc-standalone-shop-page .hc-home-shop{min-height:100vh;padding-top:30px;background:radial-gradient(circle at top,rgba(78,125,85,.20),transparent 42%),linear-gradient(180deg,#07120c,#050807 75%)!important;}
.hc-standalone-shop-page .hc-static-shop{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
  direction:rtl;
}
.hc-standalone-shop-page .hc-product-card{
  height:100%!important;
  min-height:420px!important;
  display:flex!important;
  flex-direction:column!important;
}
.hc-standalone-shop-page .hc-product-image{height:142px!important;flex:0 0 auto;}
.hc-standalone-shop-page .hc-product-body{
  flex:1!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  min-height:0;
}
.hc-standalone-shop-page .hc-product-body h3{min-height:54px;display:flex;align-items:center;justify-content:center;text-align:center}
.hc-standalone-shop-page .hc-product-body p{min-height:78px;text-align:center}
.hc-standalone-shop-page .hc-product-body strong{min-height:24px;text-align:center}
.hc-standalone-shop-page .hc-product-btn{margin-top:auto!important;width:100%;min-height:46px}
@media(max-width:1100px){
  .hc-standalone-shop-page .hc-static-shop{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:760px){
  .hc-shop-back-wrap{margin-top:8px}
  .hc-standalone-shop-page .hc-static-shop{grid-template-columns:1fr!important;}
  .hc-standalone-shop-page .hc-product-card{min-height:auto!important}
  .hc-standalone-shop-page .hc-product-image{height:120px!important}
  .hc-standalone-shop-page .hc-product-body h3,.hc-standalone-shop-page .hc-product-body p,.hc-standalone-shop-page .hc-product-body strong{min-height:0}
}


/* V43 flavor cards polish */
.hc-flavor-card-pro{min-height:430px;display:flex;flex-direction:column;overflow:hidden}
.hc-flavor-body{display:flex;flex-direction:column;min-height:220px}
.hc-flavor-body a{margin-top:auto}
.hc-flavor-img img{transition:transform .35s ease, filter .35s ease}
.hc-flavor-card-pro:hover .hc-flavor-img img{transform:scale(1.06);filter:saturate(1.12)}



/* HookaChi V46 Flavor Page */
.hookachi-v46-front{max-width:1150px;margin:0 auto;padding:32px 16px 90px;color:#fff}
.hookachi-v46-hero{text-align:center;border:1px solid rgba(64,170,96,.55);border-radius:34px;padding:42px 20px;background:linear-gradient(145deg,rgba(16,62,34,.62),rgba(0,0,0,.80));box-shadow:0 0 44px rgba(40,150,70,.16)}
.hookachi-v46-hero h1{font-size:clamp(32px,5vw,58px);margin:8px 0 14px}
.hookachi-v46-hero p{font-size:18px;line-height:2;color:#eee;max-width:750px;margin:0 auto 20px}
.hookachi-v46-hero a{display:inline-block;background:#2f8d4e;color:#fff!important;text-decoration:none;padding:13px 30px;border-radius:16px;font-weight:900}
.hookachi-script{color:#6bc779;font-family:serif;font-style:italic}
.hookachi-v46-grid-front{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}
.hookachi-v46-card{border:1px solid rgba(67,170,96,.48);border-radius:26px;padding:18px;text-align:center;background:linear-gradient(160deg,rgba(15,35,22,.76),rgba(0,0,0,.72))}
.hookachi-v46-card-img{height:150px;border-radius:20px;overflow:hidden;background:radial-gradient(circle,rgba(70,180,95,.34),rgba(0,0,0,.75));display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.hookachi-v46-card-img img{width:100%;height:100%;object-fit:cover}
.hookachi-v46-card-img span{font-size:52px}
.hookachi-v46-card small{color:#70d689;font-weight:900}
.hookachi-v46-card h2{font-size:23px;margin:8px 0}
.hookachi-v46-card p{line-height:1.9;color:#e7e7e7}
.hookachi-v46-seo{margin-top:28px;text-align:center;border:1px solid rgba(67,170,96,.35);border-radius:26px;padding:24px;background:rgba(10,18,12,.72);line-height:2.1}
@media(max-width:900px){.hookachi-v46-grid-front{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.hookachi-v46-grid-front{grid-template-columns:1fr}.hookachi-v46-hero{border-radius:26px}}



/* HookaChi V47 Flavor Sync */
.hookachi-v47-flavors{max-width:1180px;margin:0 auto;padding:32px 16px 90px;color:#fff}
.hookachi-v47-hero{text-align:center;border:1px solid rgba(64,170,96,.56);border-radius:34px;padding:42px 20px;background:linear-gradient(145deg,rgba(16,62,34,.64),rgba(0,0,0,.82));box-shadow:0 0 48px rgba(40,150,70,.18)}
.hookachi-v47-script{color:#71d989;font-family:serif;font-style:italic;font-size:22px;margin-bottom:8px}
.hookachi-v47-hero h1{font-size:clamp(32px,5vw,58px);margin:8px 0 14px;line-height:1.35}
.hookachi-v47-hero p{font-size:18px;line-height:2;color:#eee;max-width:800px;margin:0 auto 20px}
.hookachi-v47-cta,.hookachi-v47-card a,.hookachi-v47-links a{display:inline-block;background:#2f8d4e;color:#fff!important;text-decoration:none;padding:12px 26px;border-radius:16px;font-weight:900;box-shadow:0 0 20px rgba(47,141,78,.28)}
.hookachi-v47-filter{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:24px 0 28px}
.hookachi-v47-filter button{border:1px solid rgba(82,190,110,.55);background:rgba(10,20,13,.74);color:#eaffef;border-radius:999px;padding:10px 18px;font-weight:900;cursor:pointer}
.hookachi-v47-filter button.active{background:#2f8d4e;color:#fff}
.hookachi-v47-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:26px;align-items:stretch}
.hookachi-v47-card{border:1px solid rgba(67,170,96,.48);border-radius:26px;padding:18px;text-align:center;background:linear-gradient(160deg,rgba(15,35,22,.78),rgba(0,0,0,.74));display:flex;flex-direction:column;min-height:380px;box-shadow:0 0 30px rgba(25,125,60,.12)}
.hookachi-v47-img{height:155px;border-radius:20px;overflow:hidden;background:radial-gradient(circle,rgba(70,180,95,.34),rgba(0,0,0,.75));display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.hookachi-v47-img img{width:100%;height:100%;object-fit:cover}
.hookachi-v47-img span{font-size:52px}
.hookachi-v47-cat{color:#70d689;font-weight:900;margin-bottom:5px}
.hookachi-v47-card h2{font-size:23px;margin:8px 0}
.hookachi-v47-card p{line-height:1.9;color:#e7e7e7;flex:1}
.hookachi-v47-price{color:#a7ffbd;font-weight:900;margin:8px 0 14px}
.hookachi-v47-seo,.hookachi-v47-empty{margin-top:28px;text-align:center;border:1px solid rgba(67,170,96,.35);border-radius:26px;padding:24px;background:rgba(10,18,12,.72);line-height:2.1}
.hookachi-v47-links{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px}
@media(max-width:1024px){.hookachi-v47-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.hookachi-v47-grid{grid-template-columns:1fr}.hookachi-v47-hero{border-radius:26px;padding:34px 14px}.hookachi-v47-card{min-height:auto}}



/* ===========================
   HookaChi V48 Blog Pro
   =========================== */
.hookachi-v48-blog{max-width:1180px;margin:0 auto;padding:34px 16px 90px;color:#fff}
.hookachi-v48-hero{text-align:center;border:1px solid rgba(64,170,96,.56);border-radius:34px;padding:42px 20px;background:linear-gradient(145deg,rgba(16,62,34,.64),rgba(0,0,0,.82));box-shadow:0 0 48px rgba(40,150,70,.18)}
.hookachi-v48-script{color:#71d989;font-family:serif;font-style:italic;font-size:22px;margin-bottom:8px}
.hookachi-v48-hero h1{font-size:clamp(34px,5vw,60px);margin:8px 0 14px;line-height:1.35}
.hookachi-v48-hero p{font-size:18px;line-height:2;color:#eee;max-width:800px;margin:0 auto 20px}
.hookachi-v48-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.hookachi-v48-actions a,.hookachi-v48-read,.hookachi-v48-post-cta a{display:inline-block;background:#2f8d4e;color:#fff!important;text-decoration:none;padding:12px 26px;border-radius:16px;font-weight:900;box-shadow:0 0 20px rgba(47,141,78,.28)}
.hookachi-v48-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:28px;align-items:stretch}
.hookachi-v48-card{border:1px solid rgba(67,170,96,.48);border-radius:26px;padding:18px;background:linear-gradient(160deg,rgba(15,35,22,.78),rgba(0,0,0,.74));display:flex;flex-direction:column;min-height:430px;box-shadow:0 0 30px rgba(25,125,60,.12)}
.hookachi-v48-img{height:180px;border-radius:20px;overflow:hidden;background:radial-gradient(circle,rgba(70,180,95,.34),rgba(0,0,0,.75));display:flex;align-items:center;justify-content:center;margin-bottom:14px;text-decoration:none}
.hookachi-v48-img img{width:100%;height:100%;object-fit:cover}
.hookachi-v48-img span{font-size:54px}
.hookachi-v48-meta{color:#70d689;font-weight:900;margin-bottom:6px;text-align:right}
.hookachi-v48-card h2{font-size:23px;line-height:1.6;margin:6px 0 10px;text-align:right}
.hookachi-v48-card h2 a{color:#fff;text-decoration:none}
.hookachi-v48-card p{line-height:2;color:#e7e7e7;flex:1;text-align:right}
.hookachi-v48-read{text-align:center;margin-top:auto}
.hookachi-v48-empty,.hookachi-v48-post-cta,.hookachi-v48-related{margin:28px auto;text-align:center;border:1px solid rgba(67,170,96,.35);border-radius:26px;padding:24px;background:rgba(10,18,12,.72);line-height:2.1;color:#fff}
.hookachi-v48-post-cta a{margin:6px}
.hookachi-v48-related-grid{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.hookachi-v48-related-grid a{border:1px solid rgba(67,170,96,.4);border-radius:14px;padding:10px 14px;color:#fff!important;text-decoration:none;background:rgba(0,0,0,.35)}
@media(max-width:900px){.hookachi-v48-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.hookachi-v48-grid{grid-template-columns:1fr}.hookachi-v48-hero{border-radius:26px;padding:34px 14px}.hookachi-v48-card{min-height:auto}}



/* ===========================
   HookaChi V50 - Singular/Page Fix
   =========================== */
.hookachi-singular-page{
  min-height:100vh;
  padding:36px 16px 100px;
  color:#fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(46,140,75,.18), transparent 38%),
    linear-gradient(180deg,#07100a,#020302);
}
.hookachi-singular-wrap{
  max-width:980px;
  margin:0 auto;
}
.hookachi-back{
  display:inline-block;
  margin:0 0 18px;
  padding:10px 16px;
  border:1px solid rgba(91,200,120,.55);
  border-radius:14px;
  background:rgba(10,22,14,.72);
  color:#baffc9!important;
  text-decoration:none;
  font-weight:800;
}
.hookachi-singular-card{
  border:1px solid rgba(75,180,100,.48);
  border-radius:34px;
  padding:34px 24px;
  background:linear-gradient(145deg,rgba(15,45,26,.72),rgba(0,0,0,.82));
  box-shadow:0 0 48px rgba(40,150,70,.16), inset 0 0 28px rgba(255,255,255,.03);
}
.hookachi-singular-script{
  text-align:center;
  font-family:serif;
  font-style:italic;
  color:#72d989;
  font-size:22px;
  margin-bottom:8px;
}
.hookachi-singular-card h1{
  text-align:center;
  font-size:clamp(32px,5vw,58px);
  line-height:1.45;
  margin:0 0 24px;
  color:#fff;
}
.hookachi-singular-thumb{
  border-radius:26px;
  overflow:hidden;
  margin:0 auto 26px;
  max-height:420px;
  border:1px solid rgba(75,180,100,.35);
}
.hookachi-singular-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.hookachi-singular-content{
  font-size:18px;
  line-height:2.25;
  color:#f1f1f1;
}
.hookachi-singular-content h2,
.hookachi-singular-content h3{
  color:#7bd98d;
  margin-top:32px;
  line-height:1.6;
}
.hookachi-singular-content a{
  color:#9cffb0;
  font-weight:800;
}
.hookachi-singular-content ul,
.hookachi-singular-content ol{
  padding-right:26px;
}
.hookachi-singular-cta{
  margin-top:34px;
  text-align:center;
  border:1px solid rgba(75,180,100,.38);
  border-radius:26px;
  padding:24px;
  background:rgba(7,18,10,.75);
}
.hookachi-singular-cta h2{
  margin-top:0;
  color:#fff;
}
.hookachi-singular-cta a{
  display:inline-block;
  margin:8px;
  padding:12px 24px;
  border-radius:16px;
  background:#2f8d4e;
  color:#fff!important;
  text-decoration:none;
  font-weight:900;
}
@media(max-width:640px){
  .hookachi-singular-page{padding:24px 12px 90px}
  .hookachi-singular-card{padding:26px 16px;border-radius:26px}
  .hookachi-singular-content{font-size:16px;line-height:2.1}
}



/* ===========================
   HookaChi V51 - Article Mobile Readability Fix
   =========================== */
.hookachi-singular-page{
  overflow-x:hidden!important;
}
.hookachi-singular-wrap{
  max-width:920px!important;
  width:100%!important;
  box-sizing:border-box!important;
}
.hookachi-singular-card{
  width:100%!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.hookachi-singular-script{
  display:none!important;
}
.hookachi-singular-card h1{
  max-width:100%!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  font-size:clamp(28px,7vw,44px)!important;
  line-height:1.65!important;
  margin:10px auto 24px!important;
}
.hookachi-singular-content{
  max-width:100%!important;
  overflow-wrap:break-word!important;
}
.hookachi-singular-content p,
.hookachi-singular-content li{
  font-size:18px!important;
  line-height:2.25!important;
}
.hookachi-singular-content h2{
  font-size:clamp(24px,6vw,34px)!important;
  line-height:1.7!important;
}
.hookachi-back{
  position:relative!important;
  top:auto!important;
  right:auto!important;
  margin:0 0 18px!important;
}
@media(max-width:640px){
  .hookachi-singular-page{
    padding:18px 12px 95px!important;
  }
  .hookachi-singular-card{
    border-radius:24px!important;
    padding:22px 14px!important;
  }
  .hookachi-singular-card h1{
    font-size:30px!important;
    line-height:1.75!important;
    text-align:center!important;
  }
  .hookachi-singular-content p,
  .hookachi-singular-content li{
    font-size:17px!important;
    line-height:2.15!important;
    text-align:right!important;
  }
}

/* HookaChi V52 real single inline fix */
