.statements-section{background:#ffffff;padding:40px 0;margin:0;overflow-x:hidden;width:100%;max-width:100%;position:relative;box-sizing:border-box}.statements-section.full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.statements-title{text-align:center;font-size:24px;font-weight:700;margin-bottom:30px;color:#262626}.statements-embla{max-width:500px;margin:0 auto;position:relative;padding:0 10px;width:100%;box-sizing:border-box;overflow:hidden}@media (max-width:768px){.statements-embla{max-width:100%;padding:0 15px}}.statements-embla__viewport{overflow:hidden;border-radius:16px}.statements-embla__container{display:flex}.statements-embla__slide{flex:0 0 100%;min-width:0;padding:8px}.statements-card{background:white;border-radius:20px;box-shadow:2px 2px 12px rgba(0,0,0,.1);padding:32px 24px;max-width:480px;height:380px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto 10px}.statements-card .text-gray-800::-webkit-scrollbar{width:4px}.statements-card .text-gray-800::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.statements-card .text-gray-800::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.statements-card .text-gray-800::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:768px){.statements-card{max-width:100%;padding:24px 20px;height:360px}}.statements-user{display:flex;align-items:center;margin-bottom:16px}.statements-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;margin-right:16px}.statements-name{font-weight:600;font-size:20px;color:#262626}.statements-rating{display:flex;align-items:center;gap:8px;margin-bottom:8px}.statements-stars{color:#ffc107;font-size:20px}.statements-date,.statements-location{color:#888;font-size:16px}.statements-location{margin-bottom:8px}.statements-title-review{font-weight:700;margin-bottom:4px;font-size:18px;color:#262626}.statements-text{color:#222;font-size:16px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1}.statements-controls{display:flex;justify-content:center;align-items:center;gap:190px;max-width:100%;padding:0 10px;width:100%;box-sizing:border-box;overflow:hidden}@media (max-width:768px){.statements-controls{gap:120px;padding:0 15px}}@media (max-width:480px){.statements-controls{gap:180px;padding:0 0 10px}}.statements-button{display:flex;align-items:center;justify-content:center;background:white;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:50%;width:64px;height:64px;border:none;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.statements-button:hover:not(:disabled){transform:scale(1.05)}.statements-button:active:not(:disabled){transform:scale(.95)}.statements-button:disabled{opacity:.5;cursor:not-allowed}