/* Landing-only Assist introduction. No app or native styles are changed. */
#assist { scroll-margin-top: 96px; }
.assist-section { background: #faf9f5; }
.assist-feature { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: clamp(32px, 6vw, 88px); }
.assist-copy, .assist-companion { min-width: 0; }
.assist-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; color: #26574b; font-size: 11px; letter-spacing: .16em; font-weight: 800; }
.assist-kicker > span { font-size: 28px; line-height: 1; }
.assist-copy h2 { margin-bottom: 22px; font-size: clamp(38px, 4.6vw, 62px); letter-spacing: -.045em; line-height: 1.09; }
.assist-copy h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: #32634e; letter-spacing: -.045em; }
.assist-intro { max-width: 490px; font-size: 17px; }
.assist-paths { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 20px; padding: 0; margin: 32px 0; list-style: none; }
.assist-paths li { display: flex; align-items: flex-start; gap: 12px; min-width: 0; }
.assist-path-icon { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 12px; background: #e9eee6; color: #32634e; }
.assist-path-icon svg { width: 23px; height: 23px; }
.assist-paths strong { display: block; margin: 2px 0 6px; font-size: 14px; }
.assist-paths small { display: block; color: #637168; font-size: 12px; line-height: 1.65; }
.assist-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 22px; }
.assist-primary { background: #234f41; color: #fff; box-shadow: 0 8px 22px #234f4114; }
.assist-primary:hover { background: #163c30; }
.assist-detail-link, .assist-card-link { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; font-size: 14px; font-weight: 750; color: #26574b; text-decoration: underline; text-underline-offset: 5px; }
.assist-detail-link:hover, .assist-card-link:hover { color: #142f25; }
.assist-card-link { margin-top: 4px; }
.assist-disclaimer { max-width: 460px; margin: 20px 0 0; font-size: 11px; line-height: 1.65; }
.assist-companion { overflow: hidden; border: 1px solid #dfe5d9; border-radius: 180px 180px 26px 26px; background: #f1f3e9; }
.assist-art { position: relative; display: grid; height: 292px; overflow: hidden; place-items: center; isolation: isolate; background: radial-gradient(ellipse at 50% 55%, #fcfdf6 0, #e6ecdc 70%); }
.assist-orbit { position: absolute; width: 300px; height: 190px; border: 1px solid #a3b39880; border-radius: 50%; z-index: -1; }
.assist-orbit-one { transform: rotate(-32deg); }
.assist-orbit-two { width: 220px; height: 280px; transform: rotate(27deg); }
.assist-petal { position: absolute; z-index: -1; width: 105px; height: 170px; border-radius: 100% 0 100% 0; background: linear-gradient(145deg, #698d6b55, #cddbb300); }
.assist-petal-one { left: 8%; top: 80px; transform: rotate(-24deg); }
.assist-petal-two { right: 7%; top: 32px; transform: rotate(25deg); }
.assist-art-star { position: absolute; right: 20%; top: 55px; color: #627952; font-size: 34px; }
.assist-mascot { display: grid; width: 174px; height: 174px; margin-top: -24px; place-items: center; border-radius: 50%; background: #ffffff75; box-shadow: 0 15px 35px #47694012; }
.assist-mascot img { width: 156px; height: 156px; object-fit: contain; }
.assist-art-word { position: absolute; bottom: 22px; color: #456044; font: italic 39px/1.2 Georgia, "Times New Roman", serif; letter-spacing: -.04em; }
.assist-companion-copy { padding: 30px 34px 34px; background: #fffefa; }
.assist-caption { display: block; margin-bottom: 13px; color: #687663; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.assist-companion-copy h3 { margin-bottom: 25px; font-size: 25px; line-height: 1.18; font-weight: 600; letter-spacing: -.035em; }
.assist-mini-steps { display: grid; gap: 20px; padding: 0; margin: 0; list-style: none; }
.assist-mini-steps li { display: flex; align-items: flex-start; gap: 14px; }
.assist-mini-steps li > span { flex: 0 0 24px; padding-top: 2px; color: #617458; font: italic 19px/1 Georgia, "Times New Roman", serif; }
.assist-mini-steps strong { display: block; margin-bottom: 4px; font-size: 13px; }
.assist-mini-steps small { display: block; color: #687268; font-size: 12px; line-height: 1.55; }
.assist-actions a:focus-visible, .assist-card-link:focus-visible { outline: 3px solid #337fa7; outline-offset: 5px; }
@media (max-width: 980px) {
  .assist-feature { gap: 30px; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); }
  .assist-paths { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .assist-companion-copy { padding: 26px 22px; }
  .assist-companion-copy h3 { font-size: 23px; }
  .assist-art { height: 260px; }
}
@media (max-width: 680px) {
  #assist { scroll-margin-top: 84px; }
  .assist-feature { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .assist-copy h2 { font-size: clamp(37px, 10vw, 54px); }
  .assist-kicker { margin-bottom: 22px; }
  .assist-intro { font-size: 16px; }
  .assist-paths { gap: 18px; margin: 26px 0; }
  .assist-paths small { font-size: 13px; }
  .assist-actions { display: grid; justify-items: stretch; gap: 8px; }
  .assist-actions a { justify-content: center; }
  .assist-companion { width: 100%; max-width: 420px; justify-self: center; }
  .assist-disclaimer { text-align: center; }
  .assist-art { height: 250px; }
}
@media (prefers-reduced-motion: reduce) {
  html:has(#assist) { scroll-behavior: auto; }
  .assist-actions .button { transition: none; }
  .assist-actions .button:hover { transform: none; }
}
