.home-hero{width:100%;display:flex;flex-direction:column;background:#fff;font-family:Instrument Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;padding-bottom:90px}.hero-slider{position:relative;overflow:hidden}.slides{display:flex;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth}.slides::-webkit-scrollbar{display:none}.slide{flex:0 0 100%;scroll-snap-align:start;position:relative}.slide img{display:block;width:100%;height:auto}.dots{position:relative;display:flex;justify-content:center;gap:8px;padding:16px 0}.dot{width:6px;height:6px;border-radius:999px;background:#c7a464;opacity:.4;transition:all .2s ease;border:none;cursor:pointer}.dot:hover{opacity:.7}.dot.active{width:17px;border-radius:20px;opacity:1}.feature-image{padding:25px;place-items:center;border:1px solid #744225}.features{list-style:none;margin-top:25px!important;margin:0;padding:20px 16px 36px;display:grid;grid-template-columns:repeat(10,minmax(90px,1fr));gap:18px;max-width:1200px;width:100%;align-self:center;background-image:radial-gradient(rgba(0,0,0,.04) 1px,transparent 0);background-size:14px 14px;background-position:top}.feature{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;color:#a65800;font-family:inherit}.feature-card{padding:25px;border:1px solid #744225;border-radius:24px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);place-items:center}.icon-circle{width:70px;height:70px;border-radius:18px;display:grid;place-items:center;border:1px solid #744225}.feature .label{font:600 16px/1.2 Instrument Sans,system-ui}.icon-image{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.icon-frame{border:1.6px solid #744225;border-radius:24px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}@media (max-width:426px){.slide img{height:355px;-o-object-fit:cover;object-fit:cover}}@media (max-width:1200px){.features{grid-template-columns:repeat(5,minmax(160px,1fr))}}@media (max-width:992px){.features{grid-template-columns:repeat(4,minmax(160px,1fr));padding:16px 12px 28px;gap:16px}.feature-card{width:104px;height:104px}.icon-circle{width:60px;height:60px}.feature .label{font-size:15px}}@media (max-width:768px){.features{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media (max-width:560px){.features{grid-template-columns:repeat(2,minmax(150px,1fr));gap:14px}.feature-card{width:100px;height:100px;border-radius:20px}.icon-circle{width:56px;height:56px}.feature .label{font-size:14px}}@media (max-width:380px){.features{grid-template-columns:repeat(2,minmax(140px,1fr))}}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}