*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,Arial,sans-serif}#root{background:#fff;display:flex;min-height:100vh;padding-top:40px;flex-direction:column}.container{max-width:360px;width:100%;margin:0 auto 40px;display:flex;flex-direction:column;align-items:center;gap:40px}.logo{width:260px;height:auto}.feedback-item{display:grid;grid-template-columns:100px 1fr;align-items:center;gap:20px;width:100%;text-decoration:none;color:inherit;transition:transform .2s ease}.feedback-item:hover{transform:scale(1.02)}.icon{width:100px;height:100px;border-radius:50%;object-fit:cover;justify-self:center}.text{display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:22px;gap:4px}.text .title{font-weight:700;color:#000}.text .subtitle{color:#444}footer{margin-top:auto;background-color:#393185;width:100%;height:400px}footer .shape{height:15px;background-image:url(/headershape.jpg);background-size:cover;background-repeat:repeat-x;margin-bottom:30px}a{text-decoration:none}
