.hiz-features-container{margin-top:65px;margin-left:auto;margin-right:auto;border-radius:25px;min-height:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:10px;justify-items:center;width:100%}@media (min-width:900px){.hiz-features-container{grid-template-columns:repeat(3,1fr);width:90vw;max-width:1223px;padding:0 16px;box-sizing:border-box}}.hiz-card-link{text-decoration:none;color:inherit}.hiz-card{width:100%;max-width:350px;padding:15px;color:#111827;background:#fff;border:1px solid rgba(15,23,42,.12);display:flex;flex-direction:column;cursor:pointer;transition:all .6s cubic-bezier(.175,.885,.32,1.275);margin:10px;position:relative;box-shadow:0 18px 40px rgba(15,23,42,.08)}@media (min-width:900px){.hiz-card{width:350px;max-width:none}}.hiz-card:hover{border-radius:12px;background-color:#f8fafc;transform:scale(.95) rotate(8deg);box-shadow:0 3px 120px 7.5px rgba(15,23,42,.16);color:#111827}.hiz-card-title{font-size:1.2em;font-weight:700;color:#111827!important}.hiz-card-description,.hiz-card-title{margin:10px 0;transition:color .3s ease}.hiz-card-description{font-size:1em;color:rgba(17,24,39,.72)}.hiz-icon-wrapper{width:80px;height:80px;margin-bottom:15px}.hiz-arrow-wrapper{margin-top:auto;text-align:right}.hiz-arrow{font-size:2em;display:inline-block;transform:translateX(0);transition:transform .3s ease;color:#111827}.hiz-card:hover .hiz-arrow{transform:translateX(5px)}html.dark .hiz-card,html[data-mui-color-scheme=dark] .hiz-card,html[data-theme=dark] .hiz-card{color:var(--app-text-primary,#f8fafc);background:var(--app-surface-panel,#0f172a);border-color:var(--app-border-color,hsla(0,0%,100%,.14));box-shadow:none}html.dark .hiz-card:hover,html[data-mui-color-scheme=dark] .hiz-card:hover,html[data-theme=dark] .hiz-card:hover{background-color:var(--app-surface-panel-soft,#111827);color:var(--app-text-primary,#f8fafc);box-shadow:0 24px 80px rgba(2,6,23,.38)}html.dark .hiz-arrow,html.dark .hiz-card-description,html.dark .hiz-card-title,html[data-mui-color-scheme=dark] .hiz-arrow,html[data-mui-color-scheme=dark] .hiz-card-description,html[data-mui-color-scheme=dark] .hiz-card-title,html[data-theme=dark] .hiz-arrow,html[data-theme=dark] .hiz-card-description,html[data-theme=dark] .hiz-card-title{color:var(--app-text-primary,#f8fafc)!important}