h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}*{box-sizing:border-box}body{background-color:#f5f7fa;font-family:Inter,sans-serif;color:#1e1e1e;margin:0;padding:40px 24px;display:flex;justify-content:center}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px;max-width:1080px;width:100%;list-style:none;padding:0;margin:0}.gallery-item{background-color:#fff;border-radius:12px;box-shadow:0 8px 16px #223c501f;overflow:hidden;cursor:pointer;transition:box-shadow .3s ease,transform .3s ease}.gallery-item:hover,.gallery-item:focus-within{box-shadow:0 12px 28px #223c502e;transform:translateY(-4px)}.gallery-link{display:block;outline:none;text-decoration:none;color:inherit}.gallery-image{width:100%;height:220px;object-fit:cover;display:block;transition:transform .3s ease;border-radius:12px 12px 0 0}.gallery-item:hover .gallery-image,.gallery-item:focus-within .gallery-image{transform:scale(1.05)}.sl-caption{font-family:Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#222;text-align:center;padding:14px 20px;background-color:#fffd;border-radius:0 0 12px 12px;max-width:100%;box-sizing:border-box;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.gallery{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.gallery-image{height:180px}}@media (max-width: 480px){.gallery{grid-template-columns:1fr;gap:16px}.gallery-image{height:160px}}.feedback-form{background:#fff;box-shadow:0 4px 12px #0000001a;border-radius:12px;max-width:420px;width:100%;padding:30px 25px;display:flex;flex-direction:column;gap:24px}.feedback-form label{display:flex;flex-direction:column;font-weight:600;font-size:1.125rem;color:#333}.feedback-form input[type=email],.feedback-form textarea{margin-top:8px;padding:12px 16px;font-size:1rem;border:1.5px solid #cccccc;border-radius:8px;transition:border-color .3s ease;resize:vertical;font-family:inherit;color:#222}.feedback-form input[type=email]:focus,.feedback-form textarea:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 6px #4a90e266}.feedback-form button[type=submit]{margin-top:10px;padding:14px 0;font-weight:700;font-size:1.125rem;background-color:#4a90e2;border:none;border-radius:10px;color:#fff;cursor:pointer;transition:background-color .3s ease;box-shadow:0 4px 8px #4a90e266}.feetback-text{font-family:Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#2e2f42;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}
