/* Each compact entry is a link; only its title changes on hover and focus. */
.sec.feature-section { padding: 48px 0 44px; background: #fff; scroll-margin-top: 76px; }
.feature-section-intro { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.feature-section-intro h2 { margin: 0; font: 500 30px/1.12 'Hanken Grotesk', sans-serif; letter-spacing: -.04em; }
.feature-section-intro > p { max-width: 390px; margin: 0; font: 400 16px/1.5 'Hanken Grotesk', sans-serif; color: #5f5d70; }
.feature-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 40px; padding: 0; margin: 30px 0 0; list-style: none; }
.feature-list h3 { margin: 0 0 7px; font: 600 18px/1.3 'Hanken Grotesk', sans-serif; letter-spacing: -.025em; }
.feature-list a { display: block; height: 100%; padding: 8px 10px; margin: -8px -10px; color: #2b2ae6; text-decoration: none; border-radius: 4px; }
.feature-list a span { padding: 3px 6px; margin-left: -6px; border-radius: 3px; box-decoration-break: clone; -webkit-box-decoration-break: clone; transition: background-color .16s ease, color .16s ease; }
.feature-list a:hover span, .feature-list a:focus-visible span { background: #2b2ae6; color: #fff; }
.feature-list a:focus-visible { outline: 2px solid #2b2ae6; outline-offset: 3px; }
.feature-list p { margin: 0; max-width: 330px; font: 400 15px/1.5 'Hanken Grotesk', sans-serif; color: #5f5d70; }

/* Feature pages use the landing's type, flat controls and shared footer styles. */
.feature-page { margin: 0; background: #f7f7fc; color: #0e0e16; font-family: 'Hanken Grotesk', sans-serif; -webkit-font-smoothing: antialiased; }
.feature-page * { box-sizing: border-box; }
.feature-page a { color: inherit; }
.feature-page :focus-visible { outline: 2px solid #2b2ae6; outline-offset: 5px; }
.feature-page h1, .feature-page h2, .feature-page h3, .feature-page p { margin: 0; }
.feature-wrap, .feature-page footer .wrap { max-width: 1160px; padding-inline: 32px; margin-inline: auto; }
.feature-header { background: #fff; border-bottom: 1px solid #e5e3ee; }
.feature-nav { max-width: 1160px; margin: auto; padding: 18px 32px; display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.feature-brand { display: flex; flex-shrink: 0; }
.feature-brand img { object-fit: contain; width: 125px; height: 32px; }
.feature-nav-links { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.feature-nav-links a { font-size: 14px; font-weight: 500; color: #5f5d70; text-decoration: none; }
.feature-nav-links a:hover { color: #2b2ae6; }
.feature-page .feature-button { display: inline-flex; justify-content: center; align-items: center; padding: 13px 20px; border-radius: 7px; background: #2b2ae6; color: #fff; font-size: 14px; font-weight: 600; text-decoration: none; text-align: center; white-space: nowrap; }
.feature-page .feature-button:hover { background: #211fb8; }
.feature-hero { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 72px; align-items: end; padding-top: 38px; padding-bottom: 48px; }
.feature-breadcrumb { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px; color: #5f5d70; font-size: 13px; margin-bottom: 40px; }
.feature-breadcrumb a { text-underline-offset: 4px; }
.feature-page h1 { font-size: clamp(36px, 4.3vw, 52px); font-weight: 500; line-height: 1.07; letter-spacing: -.055em; text-wrap: balance; }
.feature-page .feature-lead { font-size: 18px; line-height: 1.55; color: #5f5d70; max-width: 490px; }
.feature-example figure { margin: 0; }
.feature-image { overflow: hidden; border: 1px solid #e5e3ee; border-radius: 12px; }
.feature-image img { display: block; width: 100%; height: auto; }
.feature-example figcaption { margin-top: 14px; font-size: 13px; line-height: 1.5; color: #5f5d70; }
.feature-example figcaption span { margin-left: 8px; white-space: nowrap; }
.feature-detail-band { background: #fff; margin-top: 64px; }
.feature-details { display: grid; grid-template-columns: .9fr 1.2fr; gap: 88px; padding-block: 64px; }
.feature-page h2 { font-size: clamp(28px, 3vw, 36px); font-weight: 500; line-height: 1.13; letter-spacing: -.04em; text-wrap: balance; }
.feature-detail-intro h2 { max-width: 360px; }
.feature-detail-intro p { color: #5f5d70; margin-top: 24px; font-size: 16px; line-height: 1.6; max-width: 390px; }
.feature-detail-list { display: grid; }
.feature-detail-list article { display: grid; grid-template-columns: 26px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid #e9e7f2; }
.feature-detail-list article:first-child { padding-top: 0; }
.feature-detail-list article:last-child { border-bottom: 0; padding-bottom: 8px; }
.feature-detail-icon { color: #6e6bff; margin-top: 1px; }
.feature-detail-list article:nth-child(3) .feature-detail-icon { color: #2b2ae6; }
.feature-page h3 { font-size: 20px; font-weight: 600; line-height: 1.25; letter-spacing: -.025em; }
.feature-detail-list p { margin-top: 8px; color: #5f5d70; font-size: 16px; line-height: 1.6; }
.feature-page .feature-text-link { display: inline-block; color: #2b2ae6; font-weight: 500; font-size: 14px; line-height: 1.5; text-underline-offset: 4px; margin: 20px 0 -8px -12px; padding: 8px 12px; border-radius: 4px; transition: background-color .16s ease, color .16s ease; }
.feature-page .feature-text-link:hover, .feature-page .feature-text-link:focus-visible { background: #2b2ae6; color: #fff; text-decoration: none; }
.feature-closing { background: #0b0b12; color: #fff; padding-block: 48px; }
.feature-closing .feature-wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.feature-closing h2 { font-size: 30px; }
.feature-closing p { margin-top: 12px; color: #c0bdce; font-size: 16px; }
.feature-closing .feature-button { background: #ff5a2c; color: #0e0e16; }
.feature-closing .feature-button:hover { background: #ff724a; }
.feature-closing :focus-visible { outline-color: #aaa8ff; }
.feature-related { padding-block: 32px; display: flex; gap: 28px; flex-wrap: wrap; align-items: center; }
.feature-related h2 { font-size: 16px; font-weight: 500; margin-right: auto; letter-spacing: 0; color: #5f5d70; }
.feature-related a { display: inline-block; padding-block: 10px; font-size: 15px; color: #2b2ae6; text-underline-offset: 4px; }
.feature-page footer :focus-visible { outline-color: #aaa8ff; }
.feature-skip { position: absolute; top: -100px; left: 16px; z-index: 100; padding: 12px; background: #fff; }
.feature-skip:focus { top: 12px; }
@media (max-width: 980px) {
  .feature-nav { flex-wrap: wrap; gap: 14px; }
  .feature-nav-links { order: 3; width: 100%; justify-content: space-between; gap: 12px; }
  .feature-hero, .feature-details { column-gap: 36px; }
  .feature-list { column-gap: 24px; }
}
@media (max-width: 700px) {
  .sec.feature-section { padding-block: 32px; }
  .feature-section-intro { display: block; }
  .feature-section-intro h2 { font-size: 26px; }
  .feature-section-intro > p { margin-top: 12px; font-size: 15px; }
  .feature-list { grid-template-columns: 1fr; gap: 20px; margin-top: 24px; }
  .feature-list h3 { font-size: 17px; margin-bottom: 5px; }
  .feature-list p { max-width: none; }
  .feature-wrap, .feature-nav, .feature-page footer .wrap { padding-inline: 22px; }
  .feature-nav { gap: 12px; }
  .feature-brand img { width: 105px; height: 30px; }
  .feature-nav .feature-button { padding: 11px 12px; font-size: 12px; }
  .feature-nav-links { justify-content: flex-start; gap: 12px 18px; }
  .feature-nav-links a { font-size: 13px; }
  .feature-hero { display: block; padding-top: 24px; padding-bottom: 30px; }
  .feature-breadcrumb { margin-bottom: 28px; }
  .feature-page h1 { max-width: 470px; }
  .feature-page .feature-lead { font-size: 17px; margin-top: 20px; }
  .feature-image { border-radius: 7px; }
  .feature-example figcaption span { display: block; margin-left: 0; margin-top: 4px; }
  .feature-detail-band { margin-top: 36px; }
  .feature-details { grid-template-columns: 1fr; gap: 32px; padding-block: 40px; }
  .feature-detail-list article { gap: 16px; padding-block: 22px; }
  .feature-detail-intro h2, .feature-detail-intro p { max-width: 490px; }
  .feature-detail-intro p { margin-top: 16px; }
  .feature-closing { padding-block: 36px; }
  .feature-closing .feature-wrap { flex-direction: column; align-items: flex-start; gap: 24px; }
  .feature-closing h2 { font-size: 28px; }
  .feature-related { gap: 8px 24px; }
  .feature-related h2 { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .feature-list a span, .feature-page .feature-text-link { transition: none; }
}
