.page-no-hu{display:block;max-width:1200px;margin:0 auto;padding:0;background-color:#ffffff;color:#333333}
.page-no-hu__container{max-width:1200px;margin:0 auto;padding:0 16px}
.page-no-hu__hero-section{padding:10px 0 0 0;margin:0;background:transparent}
.page-no-hu__hero-image-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:0}
.page-no-hu__hero-image{display:block;width:100%;max-width:1200px;height:auto;aspect-ratio:17/5;object-fit:cover;object-position:center;margin:0 auto;border-radius:0;box-shadow:none}
.page-no-hu__hero-content{width:100%;max-width:1200px;margin:0 auto;padding:20px 16px 16px;display:flex;flex-direction:column;align-items:center;text-align:center}
.page-no-hu__hero-title{width:100%;max-width:900px;margin:0 0 12px;padding:0;text-align:center;color:#E53935;font-weight:700;line-height:1.3;letter-spacing:0.2px}
.page-no-hu__hero-description{width:100%;max-width:700px;margin:0 auto 20px;padding:0;text-align:center;color:#333333;font-size:16px;line-height:1.6}
.page-no-hu__hero-actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:center;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;margin:0 auto}
.page-no-hu__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:999px;font-size:16px;font-weight:600;line-height:1.2;text-decoration:none;transition:all 0.25s ease;cursor:pointer;border:2px solid transparent;max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word}
.page-no-hu__btn--primary{background:linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);color:#ffffff;border-color:#e53935}
.page-no-hu__btn--primary:hover{opacity:0.9}
.page-no-hu__btn--secondary{background:#ffffff;color:#E53935;border-color:#e53935}
.page-no-hu__btn--secondary:hover{background:#fff5f5}
.page-no-hu__logo-grid-section{padding:40px 0 20px;background:#F5F7FA}
.page-no-hu__section-title{width:100%;max-width:900px;margin:0 auto 12px;padding:0 16px;text-align:center;color:#E53935;font-weight:700;line-height:1.3}
.page-no-hu__section-subtitle{width:100%;max-width:700px;margin:0 auto 24px;padding:0 16px;text-align:center;color:#333333;font-size:16px;line-height:1.6}
.page-no-hu__logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px 16px;justify-items:center;max-width:1200px;margin:16px auto;padding:0}
.page-no-hu__logo-item{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:280px;width:100%;padding:8px;background:#ffffff;border:1px solid #E0E0E0;border-radius:12px;box-sizing:border-box}
.page-no-hu__logo-image{display:block;width:100%;aspect-ratio:2/1;object-fit:contain;background:#fff}
.page-no-hu__logo-cta{display:inline-block;padding:10px 22px;border-radius:999px;background:linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);color:#fff;font-weight:700;text-decoration:none;border:1px solid #e53935;transition:all 0.2s}
.page-no-hu__logo-cta:hover{opacity:0.9}
.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:40px 0 16px;background:#ffffff}
.page-no-hu__guide-inner{max-width:1000px;margin:0 auto;padding:16px 16px 48px;display:flex;flex-direction:column;gap:32px}
.page-no-hu__guide-item{display:flex;flex-direction:column;gap:12px;padding:12px;background:#ffffff;border:1px solid #E0E0E0;border-radius:12px}
.page-no-hu__guide-figure{width:100%;margin:0;padding:0}
.page-no-hu__guide-figure img{width:100%;max-width:800px;aspect-ratio:2/1;object-fit:cover;display:block}
.page-no-hu__guide-content{width:100%;padding:0 8px 8px;box-sizing:border-box}
.page-no-hu__guide-title{margin:0 0 8px;padding:0;color:#E53935;font-weight:700}
.page-no-hu__guide-content p{margin:0 0 12px;padding:0;color:#333333;font-size:15px;line-height:1.6}
@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-image{aspect-ratio:2/1}
.page-no-hu__hero-actions{flex-direction:column;align-items:center}
.page-no-hu__btn{width:100%;max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word}
.page-no-hu__logo-grid{grid-template-columns:repeat(2,1fr);gap:16px 12px}
.page-no-hu__logo-item:nth-child(5),.page-no-hu__logo-item:nth-child(6){grid-column:auto}
.page-no-hu__guide-item{width:100%;max-width:100%;overflow:hidden}
.page-no-hu__guide-figure{width:100%}
.page-no-hu__guide-figure img{width:100%!important;max-width:100%!important;height:auto!important}
.page-no-hu img{max-width:100%!important;height:auto!important}
.page-no-hu{overflow-x:hidden;max-width:100%}
}