/* Genki 1: warm editorial refresh. Scoped to the original homepage. */
.genki-home {
  --paper: #ffffff;
  --surface: #f4f4ef;
  --ink: #24251f;
  --muted: #60625a;
  --line: #dfdfd5;
  --red: #c9362b;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
.genki-home .bg-gray-50 { background: var(--paper); }
.genki-home .text-gray-900 { color: var(--ink); }
.genki-home :is(.text-gray-400,.text-gray-500,.text-gray-600,.text-gray-700) { color: var(--muted); }
.genki-home :is(h1,h2,h3) { font-weight: 400; letter-spacing: -.035em; }
.genki-home :is(h2,h3) { font-size: clamp(36px,4.4vw,56px); line-height: 1.08; }
.genki-home p { line-height: 1.65; }
.genki-home section { scroll-margin-top: 110px; }
.genki-home .max-w-7xl { max-width: 1200px; }
.genki-home a[class*="bg-[#E02B26]"] { background: var(--red); }
.genki-home a[class*="bg-[#E02B26]"]:hover { background: #a52920; }
.genki-home :is(a,button):focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.genki-home nav { top: 16px; left: 28px; right: 28px; max-width: 1144px; margin: auto; background: #fffffff2; border: 1px solid var(--line); border-radius: 100px; }
.genki-home nav > div:first-child { height: 68px; padding: 0 24px; }
.genki-home nav img { width: 88px; height: auto; }
.genki-home .home-hero { padding: 148px 24px 0; }
.home-hero > div:first-child { max-width: 970px; margin-bottom: 42px; }
.home-hero h1 { font-size: clamp(48px,6.5vw,82px); line-height: 1.02; max-width: 940px; margin: 0 auto 24px; text-wrap: balance; }
.home-hero > div:first-child > p { max-width: 620px; font-size: 18px; margin-bottom: 26px; }
.home-hero .text-xs { color: var(--muted); font-size: 12px; }
.home-hero > div:last-child { padding: 0; }
.home-hero > div:last-child > div:first-child { height: auto; aspect-ratio: 2.38; border-radius: 28px; }
.home-hero > div:last-child > div:last-child { left: 24px; bottom: 24px; max-width: 310px; padding: 21px 24px; border-radius: 16px; background: #fffffff5; }
.genki-home .home-coverage { padding: 104px 0 100px; }
.home-coverage h3 { max-width: 640px; text-wrap: balance; }
.home-coverage > div > div:first-child { margin-bottom: 44px; }
.home-coverage .grid { gap: 0 36px; }
.home-coverage .grid > div { background: transparent; border-top: 0; border-radius: 0; padding: 28px 0; gap: 18px; align-items: flex-start; }
.home-coverage .grid > div > span { width: 48px; height: 48px; display: grid; place-items: center; font-size: 27px; background: #efeee6; border-radius: 50%; }
.home-coverage .grid > div:nth-child(3n+2) > span { background: #eee4d6; }
.home-coverage .grid > div:nth-child(3n) > span { background: #e6e9dc; }
.home-coverage .grid .font-bold { font-size: 17px; line-height: 1.35; margin-bottom: 8px; }
.home-coverage .grid .text-sm { font-size: 14px; }
.genki-home .home-claims { padding: 90px 0; background: var(--paper); }
.home-claims > div > div:first-child { margin-bottom: 46px; }
.home-claims > div > div:first-child > p { max-width: 650px; }
.claims-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 44px; align-items: stretch; }
.claims-photo { min-width: 0; }
.claims-photo > div { padding: 0; height: 100%; }
.claims-photo > div > div:first-child { height: 100%; min-height: 490px; border-radius: 22px; }
.claims-photo img { object-position: 58% center; }
.claims-photo > div > div:last-child { left: 20px; bottom: 20px; margin: 0; padding: 20px; max-width: calc(100% - 40px); border-radius: 14px; background: #fffffff5; }
.claims-layout article { background: transparent; padding: 8px 0; border-radius: 0; }
.claims-layout article h4 { font-family: 'DM Serif Display',serif; font-size: 30px; font-weight: 400; letter-spacing: -.02em; }
.claims-layout article > div:first-child { gap: 12px; margin-bottom: 30px; }
.claims-layout article li { gap: 20px; }
.claims-layout article li > span { font-family: 'DM Serif Display',serif; font-weight: 400; font-size: 32px; width: 36px; height: 42px; background: transparent; color: #9a664c; }
.claims-layout article li p { font-size: 15px; padding-top: 5px; }
.claims-layout article > div:last-child { border: 0; }
.claims-layout article:last-child { grid-column: 1 / -1; border-top: 1px solid #d8d9cc; padding-top: 36px; }
.claims-layout article:last-child ol { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; align-items: start; }
.claims-layout article:last-child ol li { margin: 0; }
.claims-layout article:last-child > div:last-child { border: 0; padding-top: 0; }
.genki-home .home-exclusions { padding: 90px 0; background: var(--paper); color: var(--ink); }
.home-exclusions .text-white { color: var(--ink); }
.home-exclusions .text-gray-400 { color: var(--muted); }
.home-exclusions h2 { font-size: clamp(36px,4vw,48px); }
.genki-home .home-exclusions :is(ul,li) { border: 0; }
.home-exclusions h4 { font-size: 16px; line-height: 1.5; }
.home-exclusions a { color: var(--red); text-decoration: underline; text-underline-offset: 5px; }
.home-exclusions li svg { color: #9d7961; }
.genki-home .home-reviews { padding: 110px 0; }
.reviews-lead { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: center; margin-bottom: 44px; }
.reviews-stat { display: flex; flex-direction: column-reverse; }
.reviews-stat > div { margin-bottom: 24px; text-align: left; align-items: flex-start; }
.reviews-stat > div > div { justify-content: flex-start; }
.reviews-stat .text-7xl { font-size: clamp(72px,8vw,110px); line-height: 1; flex-wrap: nowrap; letter-spacing: -.05em; }
.reviews-stat .text-xl { font-size: 17px; margin-top: 18px; }
.reviews-stat .font-medium { font-size: 13px; }
.reviews-stat svg { width: 19px; height: 19px; }
.review-feature figure { background: transparent; padding: 12px 0 12px 40px; border-left: 0; border-radius: 0; }
.review-feature blockquote { font-family: 'DM Serif Display',serif; font-size: clamp(26px,2.8vw,36px); color: var(--ink); letter-spacing: -.02em; }
.review-feature blockquote p { line-height: 1.25; }
.reviews-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 18px; }
.reviews-grid figure { grid-column: span 2; padding: 28px; border: 0; border-radius: 18px; background: var(--surface); }
.reviews-grid figure:nth-last-child(-n+2) { grid-column: span 3; }
.reviews-grid blockquote { font-size: 15px; }
.home-reviews [class*="text-yellow"] { color: #a87721; }
.genki-home .home-plans { padding: 90px 0; background: var(--paper); }
.home-plans > div:first-child { max-width: 780px; margin-bottom: 52px; }
.home-plans > div:first-child > span { background: transparent; color: #786450; letter-spacing: .15em; font-size: 11px; margin-bottom: 18px; }
.home-plans > .grid { max-width: 1152px; gap: 24px; align-items: stretch; }
.home-plans article { background: var(--surface); border: 0; padding: 36px; border-radius: 24px; }
.home-plans article:last-child { background: var(--surface); border: 0; }
.home-plans article h4 { font-family: 'DM Serif Display',serif; font-size: 29px; line-height: 1.15; font-weight: 400; color: var(--ink); }
.home-plans article > div:first-of-type { min-height: 52px; }
.home-plans article > p.font-semibold { font-weight: 500; font-size: 17px; }
.home-plans article > span.absolute { background: #e8e8e1; color: #443d32; left: 30px; }
.home-plans article [role="group"] { background: #eeeeea; }
.home-plans [data-native-tier][aria-pressed="true"] { background: var(--paper); box-shadow: none; color: var(--ink); }
.home-plans article a { min-height: 54px; }
.home-plans article:first-child > a { border-color: #686c5c; }
.home-plans article ul:not(.hidden) { padding-top: 23px; border-top: 0; }
.home-plans article li { font-size: 14px; }
.home-plans article li > span:first-child { color: #65764f; }
.home-plans #native-basic-note { background: var(--paper); border-radius: 12px; }
.home-plans #native-premium-benefits { margin-top: 23px; }
.home-plans > div:last-child { max-width: 1152px; }
.home-plans > div:last-child > div { background: transparent; border: 0; border-radius: 0; padding: 12px 0 0; gap: 36px; align-items: center; }
.home-plans > div:last-child p { max-width: 700px; margin-top: 7px; }
.genki-home .home-doctor { padding: 100px 0 0; }
.home-doctor > div { display: grid; grid-template-columns: 1.7fr 1fr; gap: 0; align-items: stretch; }
.home-doctor > div > div:first-child { height: 440px; border-radius: 24px 0 0 24px; }
.home-doctor img { object-position: 45% center; }
.home-doctor > div > div:last-child { position: static; margin: 0; max-width: none; display: flex; flex-direction: column; justify-content: center; background: var(--surface); border-radius: 0 24px 24px 0; padding: 42px; box-shadow: none; }
.home-doctor h4 { font-family: 'DM Serif Display',serif; font-size: 38px; font-weight: 400; line-height: 1.1; letter-spacing: -.025em; margin-bottom: 20px; }
.home-doctor p { font-size: 16px; }
.genki-home .home-faq { padding: 105px 0 90px; }
.home-faq > div { max-width: 1200px; display: grid; grid-template-columns: 1fr 2fr; gap: 64px; }
.home-faq h3 { font-size: 64px; }
.home-faq .accordion-item { border-color: var(--line); padding-bottom: 8px; }
.home-faq .accordion-item button { padding: 24px 0 16px; gap: 24px; align-items: baseline; }
.home-faq .accordion-item:first-child button { padding-top: 6px; }
.home-faq .accordion-item button > span:first-child { font-size: 17px; }
.home-faq .accordion-content { font-size: 15px; line-height: 1.75; transition: none; }
.home-faq .accordion-item.active .accordion-content { max-height: none; padding: 0 26px 20px 0; }
.genki-home .home-closing { padding: 0 24px 40px; }
.home-closing > div { max-width: 1152px; padding: 0; }
.home-closing > div > div { background: var(--surface); padding: 72px 32px; border-radius: 28px; box-shadow: none; }
.home-closing h2 { font-size: clamp(40px,5vw,64px); margin-bottom: 22px; }
.home-closing p { max-width: 580px; margin: 0 auto 30px; }
.genki-home footer { padding-top: 60px; padding-bottom: 70px; }
.genki-home footer h5 { color: var(--ink); font-size: 11px; letter-spacing: .12em; }
.genki-home footer a { line-height: 1.65; }
@media (min-width: 768px) and (max-width: 1050px) {
  .home-plans article { padding: 26px; }
  .home-plans article > div:first-of-type { flex-wrap: wrap; gap: 14px; min-height: 96px; align-content: flex-start; }
  .home-plans article > p.font-semibold { min-height: 84px; }
  .claims-layout { gap: 28px; }
  .home-coverage .grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  .genki-home nav { top: 10px; left: 14px; right: 14px; border-radius: 26px; }
  .genki-home nav > div:first-child { height: 60px; padding: 0 18px; }
  .genki-home nav img { width: 79px; }
  .genki-home #mobile-menu { border-radius: 0 0 26px 26px; background: var(--paper); }
  .genki-home .home-hero { padding: 116px 20px 0; }
  .home-hero h1 { font-size: clamp(43px,9.9vw,68px); line-height: 1.03; }
  .home-hero > div:first-child { margin-bottom: 32px; }
  .home-hero > div:first-child > p { font-size: 16px; margin-bottom: 24px; }
  .home-hero > div:last-child > div:first-child { aspect-ratio: 1.2; border-radius: 20px; }
  .home-hero img { object-position: 53% center; }
  .home-hero > div:last-child > div:last-child { left: auto; bottom: auto; margin: -24px 12px 0; max-width: none; padding: 20px; position: relative; background: #fff; }
  .genki-home :is(.home-coverage,.home-claims,.home-exclusions,.home-reviews,.home-plans,.home-faq) { padding: 64px 0; }
  .home-coverage .grid { grid-template-columns: 1fr; }
  .home-coverage .grid > div { padding: 24px 0; }
  .home-coverage > div > div:first-child { margin-bottom: 30px; }
  .claims-layout { grid-template-columns: 1fr; gap: 32px; }
  .claims-photo > div > div:first-child { height: 390px; min-height: 0; }
  .claims-photo > div > div:last-child { position: absolute; }
  .claims-layout article { padding: 0; }
  .claims-layout article h4 { font-size: 27px; }
  .claims-layout article:last-child ol { grid-template-columns: 1fr; gap: 24px; }
  .reviews-lead { grid-template-columns: 1fr; gap: 22px; }
  .reviews-stat > div { align-items: center; text-align: center; }
  .reviews-stat > div > div { justify-content: center; }
  .reviews-stat .text-7xl { font-size: clamp(68px,17vw,104px); }
  .review-feature figure { padding: 26px 0; border: 0; }
  .review-feature blockquote { font-size: 30px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 14px; }
  .reviews-grid figure, .reviews-grid figure:nth-last-child(-n+2) { grid-column: auto; padding: 26px; }
  .home-plans > .grid { gap: 36px; }
  .home-plans article { padding: 26px; }
  .home-plans article h4 { font-size: 26px; }
  .home-plans article > div:first-of-type { flex-wrap: wrap; gap: 14px; }
  .home-plans > div:last-child > div { align-items: flex-start; gap: 20px; }
  .genki-home .home-doctor { padding-top: 64px; }
  .home-doctor > div { grid-template-columns: 1fr; }
  .home-doctor > div > div:first-child { height: 320px; border-radius: 20px 20px 0 0; }
  .home-doctor > div > div:last-child { border-radius: 0 0 20px 20px; padding: 30px; }
  .home-doctor h4 { font-size: 34px; }
  .home-faq > div { grid-template-columns: 1fr; gap: 24px; }
  .home-faq h3 { font-size: 48px; margin-bottom: 12px; }
  .home-faq .accordion-item button { gap: 18px; }
  .home-faq .accordion-item button > span:first-child { font-size: 16px; }
  .genki-home .home-closing { padding: 0 20px 20px; }
  .home-closing > div > div { padding: 48px 24px; border-radius: 22px; }
  .genki-home footer { padding-top: 42px; padding-bottom: 48px; }
  .genki-home footer > div > div:last-child { gap: 36px 26px; }
}
.claims-layout article:last-child ol > li + li { margin-top: 0; }
