:root { color-scheme: light; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: #f5f8f7; color: #15232a; font-family: "Source Sans 3", Arial, sans-serif; }
.review-shell { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 56px 0; }
.review-card { background: #fff; border: 1px solid #d9e3e0; border-radius: 18px; box-shadow: 0 16px 36px rgba(21, 35, 42, .08); padding: clamp(28px, 7vw, 52px); }
.review-kicker { display: inline-block; margin: 0 0 16px; padding: 6px 10px; border-radius: 999px; background: #fce9e7; color: #a33d35; font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
h1 { margin: 0 0 14px; color: #132b38; font-size: clamp(1.8rem, 5vw, 2.5rem); line-height: 1.15; }
p { margin: 0 0 16px; color: #40535b; font-size: 1.05rem; line-height: 1.6; }
.review-alert { margin: 24px 0; padding: 16px; border-left: 4px solid #b8453c; background: #fff7f6; color: #4a2c29; line-height: 1.55; }
a { color: #0c6e69; font-weight: 700; }
