.features { width: min(100% - 48px, 1120px); min-height: calc(100svh - 73px); height: calc(100svh - 73px); margin: 0 auto; padding: 58px 0 54px; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.features-heading p { margin-bottom: 12px; color: var(--brand); font-size: 14px; font-weight: 700; }
.features-heading h2 { max-width: 600px; margin-bottom: 34px; font-size: 42px; font-weight: 700; line-height: 1.2; letter-spacing: 0; }
.feature-bento { min-height: 0; flex: 1; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); grid-auto-rows: minmax(0, 1fr); align-items: stretch; gap: 18px; }
.feature-card { position: relative; min-height: 0; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 8px; }
.feature-copy { padding: 52px 52px 0; }
.feature-copy h3 { margin: 0; font-size: 42px; font-weight: 700; line-height: 1.16; letter-spacing: 0; }
.feature-shot { width: min(70%, 250px); min-height: 250px; max-height: 333px; margin: 24px auto 0; flex: 1 1 auto; overflow: hidden; background: transparent; }
.feature-phone { width: 100%; height: auto; padding: 6px; background: var(--phone); border: 1px solid color-mix(in srgb, var(--phone), white 18%); border-radius: 28px; box-shadow: 0 18px 34px rgb(17 24 39 / 20%); }
.feature-phone-screen { width: 100%; aspect-ratio: 9 / 19.5; height: auto; overflow: hidden; background: var(--page); border-radius: 21px; }
.feature-phone-screen img:not([hidden]) { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center top; }

@media (max-width: 760px) {
  .features { width: min(100% - 32px, 1120px); min-height: auto; height: auto; padding: 82px 0; display: block; }
  .features-heading h2 { margin-bottom: 40px; font-size: 34px; }
  .feature-bento { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .feature-card, .feature-card--notice { grid-row: auto; min-height: 440px; }
  .feature-copy { padding: 34px 34px 0; }
  .feature-copy h3 { font-size: 33px; }
  .feature-shot { width: min(74%, 250px); margin-top: 20px; }
}

@media (max-width: 989px) and (min-width: 761px) {
  .features { min-height: auto; height: auto; display: block; }
  .feature-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, 302px); grid-auto-rows: auto; align-items: stretch; }
  .feature-card--notice { grid-area: 1 / 1; }
  .feature-card--life { grid-area: 1 / 2 / 3 / 3; }
  .feature-card--payment { grid-area: 2 / 1; }
  .feature-card--life, .feature-card--notice, .feature-card--payment { justify-content: space-between; }
  .feature-card--notice, .feature-card--payment { justify-content: flex-start; }
  .feature-card--notice .feature-copy, .feature-card--payment .feature-copy { padding: 28px 32px 0; }
  .feature-card--notice .feature-copy h3, .feature-card--payment .feature-copy h3 { font-size: 32px; }
  .feature-card--notice .feature-shot, .feature-card--payment .feature-shot { width: min(56%, 211px); min-height: 211px; max-height: 211px; margin: 24px auto 0; flex: 0 0 211px; }
  .feature-card--life .feature-copy { padding: 36px 40px 0; }
  .feature-card--life .feature-copy h3 { font-size: 36px; }
  .feature-card--life .feature-shot { width: min(66%, 235px); min-height: 493px; max-height: none; margin: 0 auto; flex: 0 0 493px; }
}

@media (min-width: 990px) {
  .feature-card--life, .feature-card--notice, .feature-card--payment { height: 500px; min-height: 500px; }
}
