/* NynLyf guides: long-form pages that share the app's palette and type */
body.guide-page { overscroll-behavior: auto; height: auto; overflow: auto; }
.g-top { max-width: 720px; margin: 0 auto; padding: calc(env(safe-area-inset-top) + 18px) 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.g-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font: 700 24px/1 var(--display); letter-spacing: -.02em; }
.g-logo svg { width: 34px; height: 24px; }
.g-cta-sm { font: 600 14px/1 var(--sans); text-decoration: none; background: #141414; color: #f7f5f0; padding: 10px 14px; border-radius: 999px; white-space: nowrap; }
.g { max-width: 720px; margin: 0 auto; padding: 8px 22px calc(env(safe-area-inset-bottom) + 40px); font-size: 18px; line-height: 1.65; }
.g-kicker { font: 600 12px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); margin: 34px 0 0; }
.g h1 { font-family: var(--display); font-weight: 600; font-size: clamp(34px, 7vw, 50px); line-height: 1.04; letter-spacing: -.02em; margin: 12px 0 14px; }
.g .lede { font-family: var(--display); font-style: italic; font-size: 22px; line-height: 1.4; color: var(--ink-2); margin: 0 0 26px; }
.g h2 { font-family: var(--display); font-weight: 600; font-size: 29px; line-height: 1.15; letter-spacing: -.01em; margin: 46px 0 10px; }
.g h3 { font-family: var(--display); font-weight: 600; font-size: 21px; margin: 26px 0 4px; }
.g p { margin: 0 0 16px; }
.g ul, .g ol { padding-left: 22px; margin: 0 0 18px; }
.g li { margin: 0 0 10px; }
.g a { color: inherit; text-underline-offset: 3px; }
.g blockquote { margin: 22px 0; padding: 4px 0 4px 18px; border-left: 4px solid var(--money); font-family: var(--display); font-style: italic; font-size: 22px; line-height: 1.4; }
.g blockquote cite { display: block; font: 500 14px/1.4 var(--sans); font-style: normal; color: var(--ink-2); margin-top: 8px; }
.g-note { background: var(--field); border-radius: 18px; padding: 16px 18px; font-size: 16px; line-height: 1.55; margin: 22px 0; }
.g-note b { font-family: var(--display); font-size: 18px; }

/* tile illustrations */
.g-nine { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 22px 0 10px; }
.g-nine .lab { grid-column: 1 / -1; font: 600 11px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); padding: 10px 2px 2px; }
.g-nine .t { border-radius: 16px; padding: 12px 12px 12px; color: #fff; min-height: 92px; display: flex; flex-direction: column; justify-content: space-between; gap: 6px; }
.g-nine .t b { font: 600 22px/1 var(--display); }
.g-nine .t small { font-size: 12.5px; line-height: 1.3; opacity: .92; }
.g-nine .t.gold { color: #1f2430; }
.g-nine .t.num { min-height: 84px; align-items: center; justify-content: center; }
.g-nine .t.num b { font-size: 40px; }
.g-cap { font-size: 13.5px; color: var(--ink-2); margin: 4px 2px 22px; line-height: 1.45; }
.g-table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 16px; }
.g-table th, .g-table td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--line); }
.g-table th { font: 600 12px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); }
.g-table td b { font-family: var(--display); font-size: 18px; }
.g-sheet { display: block; margin: 20px auto 8px; width: min(420px, 100%); border-radius: 12px; border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(0,0,0,.12); }

/* call to action */
.g-cta { background: #141414; color: #f7f5f0; border-radius: 26px; padding: 30px 26px 26px; margin: 54px 0 12px; text-align: center; }
.g-cta .bars { display: flex; justify-content: center; gap: 7px; margin-bottom: 16px; }
.g-cta .bars i { width: 20px; height: 36px; border-radius: 7px; display: block; }
.g-cta h2 { color: #fff; margin: 0 0 10px; font-size: 32px; }
.g-cta h2 em { font-style: normal; color: #e0714f; }
.g-cta p { color: #d9d6cf; font-size: 17px; margin: 0 auto 20px; max-width: 30em; }
.g-btn { display: inline-block; background: #c0563a; color: #fff; text-decoration: none; font: 700 18px/1 var(--sans); padding: 17px 26px; border-radius: 999px; }
.g-cta .g-link { display: block; margin-top: 16px; color: #d9d6cf; font-size: 15px; }

/* more guides + footer */
.g-more { margin-top: 40px; }
.g-more h2 { font-size: 24px; }
.g-more ul { list-style: none; padding: 0; display: grid; gap: 8px; }
.g-more li { margin: 0; }
.g-more a { display: block; text-decoration: none; background: var(--field); border-radius: 14px; padding: 13px 16px; font-size: 16px; line-height: 1.35; }
.g-more a b { display: block; font: 600 18px/1.2 var(--display); margin-bottom: 2px; }
.g-foot { max-width: 720px; margin: 0 auto; padding: 22px 22px calc(env(safe-area-inset-bottom) + 34px); border-top: 1px dashed var(--line); font-size: 13.5px; color: var(--ink-2); line-height: 1.6; }
.g-foot a { color: inherit; }
@media (max-width: 420px) { .g-nine .t { min-height: 80px; padding: 10px; } .g-nine .t b { font-size: 19px; } .g-nine .t small { font-size: 11.5px; } .g-cta h2 { font-size: 27px; } }

/* ---- landing page layout (v2): dark hero with buttons and three point tiles ---- */
.g-hero { background: #141414; color: #fff; padding: 0 0 34px; }
.g-wrap { max-width: 760px; margin: 0 auto; padding: 0 22px; }
.g-hero .g-top { max-width: none; padding: calc(env(safe-area-inset-top) + 18px) 0 0; }
.g-hero .g-logo { color: #fff; }
.g-hero .g-cta-sm { background: #f7f5f0; color: #141414; }
.g-hero .g-kicker { color: #d9a21b; margin: 36px 0 0; }
.g-hero h1 { font-family: var(--display); font-weight: 600; font-size: clamp(36px, 7.5vw, 58px); line-height: 1.02; letter-spacing: -.02em; margin: 12px 0 14px; color: #fff; }
.g-hero .lede { font-family: var(--sans); font-style: normal; font-size: 20px; line-height: 1.5; color: #d9d6cf; margin: 0 0 26px; max-width: 34em; }
.g-ctas { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.g-ghost { display: inline-block; color: #fff; text-decoration: none; font: 700 17px/1 var(--sans); padding: 16px 22px; border-radius: 999px; border: 2px solid rgba(255,255,255,.45); }
.g-small { font-size: 14px; color: #a9a6a0; margin: 12px 0 0; }
.g-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.g-points .pt { border-radius: 18px; padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 6px; }
.g-points .pt b { font: 600 21px/1.1 var(--display); }
.g-points .pt span { font-size: 15px; line-height: 1.4; opacity: .95; }
.g-video { margin: 26px auto 0; max-width: 300px; border-radius: 22px; overflow: hidden; background: #000; box-shadow: 0 20px 50px rgba(0,0,0,.5); }
.g-video video { display: block; width: 100%; height: auto; }
.g { padding-top: 10px; }
.g > h2:first-child, .g > .g-note:first-child, .g > p:first-child { margin-top: 34px; }
.g-faq { border-bottom: 1px solid var(--line); }
.g-faq summary { cursor: pointer; list-style: none; padding: 16px 30px 16px 0; font: 600 18px/1.35 var(--display); position: relative; }
.g-faq summary::-webkit-details-marker { display: none; }
.g-faq summary::after { content: '+'; position: absolute; right: 4px; top: 14px; font: 400 24px/1 var(--sans); color: var(--ink-2); }
.g-faq[open] summary::after { content: '\2212'; }
.g-faq > div { padding: 0 0 12px; font-size: 17px; }
@media (max-width: 600px) {
  .g-points { grid-template-columns: 1fr; gap: 8px; }
  .g-points .pt { padding: 14px 16px 15px; gap: 3px; text-align: center; align-items: center; }
  .g-points .pt b { font-size: 20px; }
  .g-btn, .g-ghost { width: 100%; text-align: center; }
}
