:root{--color-1:#5ab0c5;--color-2:#1c2a48;--color-3:#84ecf5;--color-4:#6e6e73;--color-5:#f6f6f6}.custom-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:hsla(0,0%,100%,.4);border:1px solid hsla(0,0%,100%,.5);border-radius:0!important;box-shadow:0 10px 30px rgba(0,0,0,.04);display:flex;flex-direction:column;height:100%;padding:40px;transition:all .4s ease}.custom-card:hover{background:hsla(0,0%,100%,.5);box-shadow:0 15px 40px rgba(0,0,0,.08);transform:translateY(-5px)}.graphic-box{align-items:center;background-color:hsla(0,0%,96.5%,.5);display:flex;height:200px;justify-content:center;margin-bottom:30px;overflow:hidden;position:relative}.values-section h2{color:var(--color-2);font-size:1.35rem;font-weight:700;line-height:1.3;margin-bottom:20px}.values-section .custom-card p{color:var(--color-4);font-size:.95rem;line-height:1.7;margin-bottom:0}strong{color:var(--color-2);font-weight:600}.sq-int{height:85px;position:absolute;width:85px}.sq-blue-dark{animation:moveRight 3.5s ease-in-out infinite alternate;background:rgba(28,42,72,.85)}.sq-cyan{animation:moveLeft 3.5s ease-in-out infinite alternate;backdrop-filter:blur(4px);background:rgba(90,176,197,.75)}@keyframes moveRight{0%{transform:translateX(-30px)}to{transform:translateX(15px)}}@keyframes moveLeft{0%{transform:translateX(30px)}to{transform:translateX(-15px)}}.petal{animation:flowerPop 4s ease-in-out infinite;animation-delay:var(--delay);background:var(--bg);height:38px;opacity:0;position:absolute;width:38px}@keyframes flowerPop{0%{opacity:0;transform:rotate(var(--r)) translateY(0) scale(0)}50%,90%{opacity:.8;transform:rotate(var(--r)) translateY(-45px) scale(1)}to{opacity:0;transform:rotate(var(--r)) translateY(-45px) scale(1)}}.sq-stack{animation:stackSlide 4s ease-in-out infinite;border:1px solid hsla(0,0%,100%,.3);height:95px;position:absolute;width:95px}.st-1{animation-delay:0s;background:rgba(132,236,245,.7);z-index:4}.st-2{animation-delay:.2s;background:rgba(90,176,197,.7);z-index:3}.st-3{animation-delay:.4s;background:rgba(110,110,115,.7);z-index:2}.st-4{animation-delay:.6s;background:rgba(28,42,72,.9);z-index:1}@keyframes stackSlide{0%,to{transform:translate(0)}50%{transform:translate(calc(var(--i)*16px),calc(var(--i)*-16px))}}@media (max-width:767.98px){.values-section .row{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:20px;scroll-snap-type:x mandatory}.values-section .col-md-4{flex:0 0 85%;max-width:85%;scroll-snap-align:center}.values-section .row::-webkit-scrollbar{display:none}.values-section .row{-ms-overflow-style:none;scrollbar-width:none}}