.rooms{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:32px;gap:32px}.room{display:flex;flex-direction:column;gap:12px;cursor:pointer;color:inherit;text-decoration:none}.room .ph{aspect-ratio:300/350;border-radius:8px;background:#eee 50%/cover no-repeat;transition:transform .3s}.room:hover .ph{transform:scale(1.01)}.room .row{display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:700}.room .row .arrow{display:inline-flex;transition:transform .2s}.room:hover .row .arrow{transform:translateX(4px)}@media (min-width:1600px){.rooms{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}}@media (min-width:1440px) and (max-width:1599px){.rooms{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:36px}}@media (min-width:1024px) and (max-width:1279px){.rooms{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}}@media (max-width:1023px){.rooms{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}}@media (max-width:767px){.rooms{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.room .row{font-size:15px}}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:16px;gap:16px}.step{position:relative;aspect-ratio:400/500;border-radius:10px;overflow:hidden;background:#ddd 50%/cover no-repeat;cursor:pointer;transition:transform .3s}.step:hover{transform:translateY(-4px)}.step:after{content:"";position:absolute;left:0;right:0;bottom:0;height:45%;background:linear-gradient(0deg,rgba(0,0,0,.85),transparent)}.step .txt{position:absolute;left:24px;right:24px;bottom:24px;color:#fff;z-index:1}.step .txt .num{font-size:16px;font-weight:700;letter-spacing:.08em;margin-bottom:6px}.step .txt .d{font-size:28px;font-weight:700;line-height:1.15}@media (min-width:1600px){.steps{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.step .txt .d{font-size:28px}}@media (min-width:1440px) and (max-width:1599px){.steps{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}}@media (min-width:1024px) and (max-width:1279px){.steps{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media (max-width:1023px){.steps{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media (max-width:767px){.step{aspect-ratio:4/3}.step .txt .d{font-size:22px}}.smart-banner{width:100%;overflow:hidden;padding-bottom:72px}.smart-video{width:100%;height:auto;display:block;object-fit:cover}.smart-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding:32px 2.8vw 0}.smart-bottom h3{font-size:28px;margin:0 0 8px;font-family:Clash Grotesk,sans-serif;font-weight:500}.smart-bottom p{margin:0;font-size:16px;color:var(--muted);max-width:340px}@media (max-width:1023px){.smart-bottom{flex-direction:column;align-items:flex-start;gap:20px}}@media (max-width:767px){.smart-banner{padding-bottom:40px}.smart-bottom h3{font-size:22px}}