:root {
  color: #17211b;
  background: #f3f5f2;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { min-width: 320px; min-height: 100vh; margin: 0; display: grid; grid-template-rows: 1fr auto; }
main { width: min(1120px, calc(100% - 40px)); margin: auto; padding: 70px 0 40px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .7fr); gap: 70px; align-items: end; }
.mark { width: 58px; height: 58px; margin-bottom: 40px; display: grid; place-items: center; border-radius: 17px; color: #14261b; background: #cce66e; font-weight: 850; letter-spacing: -.04em; }
.eyebrow { margin: 0 0 12px; color: #195f3b; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0; max-width: 760px; font-size: clamp(52px, 8vw, 104px); line-height: .91; letter-spacing: -.07em; }
h1 span { color: #195f3b; }
.lead { max-width: 620px; margin: 30px 0 0; color: #5f6b64; font-size: clamp(19px, 2vw, 25px); line-height: 1.45; }
.actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }
.actions a { min-height: 50px; padding: 14px 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #ccd4ce; border-radius: 12px; color: #17211b; background: white; font-weight: 750; text-decoration: none; }
.actions .primary { color: white; border-color: #195f3b; background: #195f3b; }
.actions a:focus-visible { outline: 3px solid #cce66e; outline-offset: 3px; }
.safety { padding: 28px; border: 1px solid #d9e1db; border-radius: 20px; background: white; box-shadow: 0 18px 60px rgba(23, 33, 27, .07); }
.safety h2 { margin: 0 0 13px; font-size: 25px; letter-spacing: -.035em; }
.safety p:last-child { margin: 0; color: #657169; line-height: 1.6; }
footer { padding: 24px; color: #7a857e; font-size: 12px; text-align: center; }
@media (max-width: 760px) {
  main { padding-top: 40px; grid-template-columns: 1fr; gap: 36px; align-items: start; }
  .mark { margin-bottom: 28px; }
  .actions { display: grid; }
  .actions a { width: 100%; }
}
