html{width:100%}body{width:100%;margin:0;overflow-x:clip}*{box-sizing:border-box}@keyframes bgMove{0%{background-position:0%;transform:scale(1)}50%{background-position:100%;transform:scale(1.1)}to{background-position:0%;transform:scale(1)}}.footer{color:#e5e7eb;background:#000}.footer-inner{flex-direction:column;gap:40px;max-width:1200px;margin:0 auto;padding:64px 24px;display:flex}.footer-logo img{width:160px}.footer-info{flex-direction:column;gap:16px;display:flex}.company-name{color:#f9fafb;font-weight:600}.info-group{flex-wrap:wrap;gap:24px;display:flex}.info-group div{gap:8px;font-size:14px;display:flex}.info-group span:first-child{color:#9ca3af}.footer-divider{border:none;border-top:1px solid #334155}.footer-bottom{flex-direction:column;gap:16px;display:flex}.footer-policy{flex-direction:column;gap:8px;display:flex}.footer-policy button{color:#cbd5f5;text-align:left;cursor:pointer;background:0 0;border:none}.footer-policy button:hover{text-decoration:underline}.copyright{color:#9ca3af;font-size:14px}@media (max-width:1024px){.hero-inner{grid-template-columns:1fr;padding:80px 24px}.card-list{grid-template-columns:1fr}}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}.footer-policy{flex-direction:row;gap:16px}}
*,:before,:after{box-sizing:border-box}.header{z-index:10000;width:100%;max-width:100vw;position:fixed;top:0;left:0;right:0;overflow:visible}.header.header-scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#052b54f2;box-shadow:0 6px 24px #00000040}.header-inner{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:16px 24px;display:flex}.logo{align-items:center;width:clamp(120px,28vw,180px);display:flex}.nav{display:flex}.nav a{color:#fff;margin-left:32px;font-size:20px;font-weight:500;text-decoration:none}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:32px;height:24px;display:none}.hamburger span{background:#fff;border-radius:2px;width:100%;height:3px;transition:transform .3s,opacity .3s}@media (max-width:768px){.hamburger{display:flex}.nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:999;background:#052b54fa;flex-direction:column;gap:24px;padding:32px;transition:transform .4s cubic-bezier(.5,0,.2,1);display:flex;position:fixed;top:20px;left:0;right:0;transform:translateY(-120%)}.nav.open{transform:translateY(37px)}.nav a{margin:0;font-size:20px}}.hamburger.open span:first-child{transform:translateY(10px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-10px)rotate(-45deg)}
