*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; color: #374151; background: #fff; line-height: 1.6; }
a { color: #0259C4; text-decoration: none; }
a:hover { text-decoration: underline; }

.wrapper { max-width: 800px; margin: 0 auto; padding: 0 16px; }

header { background: #0259C4; color: #fff; padding: 24px 0; margin-bottom: 40px; }
header h1 { font-size: 28px; font-weight: 800; }
header p { font-size: 16px; opacity: 0.85; margin-top: 4px; }

.reviews-list h2 { font-size: 22px; font-weight: 700; margin-bottom: 16px; }
.reviews-list ul { list-style: none; }
.reviews-list li { border: 1px solid #e5e7eb; border-radius: 8px; padding: 16px 20px; margin-bottom: 12px; font-size: 17px; font-weight: 600; }
