.page-no-hu{color:#333333;background-color:#F5F7FA;max-width:100%;overflow-x:hidden}
.page-no-hu__hero-section{display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,#FF5A4F 0%,#E53935 100%);padding:10px 16px 32px}
.page-no-hu__hero-image-wrapper{width:100%;max-width:1020px}
.page-no-hu__hero-image{width:100%;height:auto;aspect-ratio:17/5;object-fit:cover;display:block;border-radius:16px}
.page-no-hu__hero-content{width:100%;max-width:1020px;text-align:center;padding-top:24px}
.page-no-hu__hero-title{color:#ffffff;font-weight:800;line-height:1.3;letter-spacing:.02em;max-width:720px;margin:0 auto 12px}
.page-no-hu__hero-description{color:#fff3f0;line-height:1.6;max-width:640px;margin:0 auto 20px}
.page-no-hu__hero-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}
.page-no-hu__btn{display:inline-block;padding:12px 28px;border-radius:999px;font-weight:700;text-decoration:none;transition:opacity .2s;max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word;text-align:center}
.page-no-hu__btn-primary{background:#ffffff;color:#E53935}
.page-no-hu__btn-secondary{background:transparent;color:#ffffff;border:2px solid #ffffff}
.page-no-hu__btn:hover{opacity:.9}
.page-no-hu__logo-section{padding:32px 16px}
.page-no-hu__logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px 16px;justify-items:center;max-width:1200px;margin:0 auto}
.page-no-hu__logo-item{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:280px;width:100%;background:#FFFFFF;border:1px solid #E0E0E0;border-radius:16px;padding:16px;box-sizing:border-box}
.page-no-hu__logo-image{width:100%;aspect-ratio:2/1;object-fit:contain}
.page-no-hu__logo-cta{display:inline-block;padding:10px 24px;border-radius:999px;background:linear-gradient(180deg,#FF5A4F 0%,#E53935 100%);color:#ffffff;font-weight:700;text-decoration:none;max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word;text-align:center}
.page-no-hu__logo-item:nth-child(5){grid-column:2}
.page-no-hu__logo-item:nth-child(6){grid-column:3}
.page-no-hu__guide-section{padding:16px 16px 48px}
.page-no-hu__guide-inner{max-width:1000px;margin:0 auto}
.page-no-hu__guide-title{text-align:center;color:#E53935;margin-bottom:16px}
.page-no-hu__guide-figure{background:#FFFFFF;border:1px solid #E0E0E0;border-radius:12px;padding:16px;margin-bottom:16px}
.page-no-hu__guide-figure summary{cursor:pointer;font-weight:700;color:#333333;font-size:1.1em;padding:8px 0}
.page-no-hu__guide-figure p{line-height:1.7;margin:12px 0}
.page-no-hu__guide-figure img{width:100%;max-width:800px;aspect-ratio:2/1;object-fit:cover;border-radius:8px;display:block;margin:0 auto}
@media (max-width:1024px){
.page-no-hu__logo-grid{grid-template-columns:repeat(3,1fr)}
.page-no-hu__logo-item:nth-child(5),.page-no-hu__logo-item:nth-child(6){grid-column:auto}
}
@media (max-width:768px){
.page-no-hu__hero-section{padding-left:12px;padding-right:12px}
.page-no-hu__hero-image{aspect-ratio:2/1}
.page-no-hu__logo-grid{grid-template-columns:repeat(2,1fr);gap:16px}
.page-no-hu__logo-item:nth-child(5),.page-no-hu__logo-item:nth-child(6){grid-column:auto}
.page-no-hu__guide-title{font-size:1.3rem}
.page-no-hu img{max-width:100%!important;height:auto!important}
.page-no-hu{max-width:100%;overflow-x:hidden}
}