.seo-page { background: #fff; }
.seo-page .site-nav nav { gap: 22px; }
.seo-main > section { width: min(1120px, calc(100% - 44px)); margin-inline: auto; }

.seo-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  padding: 108px 0 96px;
  border-bottom: 1px solid var(--line);
  background: #f7f9f7;
}
.seo-hero-copy { position: relative; z-index: 4; width: min(650px, 62%); }
.seo-hero h1 { max-width: 720px; margin-bottom: 22px; color: #46504a; font-size: 64px; line-height: 1; letter-spacing: 0; }
.seo-hero-lead { max-width: 660px; margin-bottom: 0; color: #515c56; font-size: 21px; line-height: 1.58; }
.seo-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.seo-hero-note { margin-top: 24px; color: #69736d; font-size: 13px; font-weight: 750; }

.seo-hero-visual { position: absolute; z-index: 1; top: 52px; right: -18px; width: 470px; height: 540px; }
.hub-center { position: absolute; z-index: 3; right: 120px; top: 188px; display: grid; place-items: center; width: 124px; height: 124px; border: 1px solid #e0cf91; border-radius: 50%; background: #fff7d8; box-shadow: 0 20px 48px rgba(71, 82, 75, 0.12); }
.hub-center img { width: 82px; height: 82px; border-radius: 50%; }
.hub-node { position: absolute; z-index: 2; display: grid; align-content: center; width: 150px; min-height: 72px; border: 1px solid #dce3dd; border-radius: 7px; padding: 13px 15px; background: #fff; box-shadow: 0 12px 30px rgba(54, 67, 59, 0.08); }
.hub-node strong { color: #4d5851; font-size: 14px; }
.hub-node small { margin-top: 4px; color: #7a857e; font-size: 10px; }
.hub-node::after { content: ""; position: absolute; height: 1px; background: #cfd8d1; transform-origin: left center; }
.hub-node.tasks { left: 0; top: 60px; border-top: 4px solid var(--sky); }
.hub-node.tasks::after { left: 132px; top: 66px; width: 120px; transform: rotate(32deg); }
.hub-node.calendar { right: 8px; top: 44px; border-top: 4px solid var(--coral); }
.hub-node.calendar::after { right: 118px; top: 72px; width: 105px; transform: rotate(145deg); }
.hub-node.routines { left: 8px; bottom: 58px; border-top: 4px solid var(--mint); }
.hub-node.routines::after { left: 132px; top: 4px; width: 116px; transform: rotate(-33deg); }
.hub-node.home { right: 0; bottom: 44px; border-top: 4px solid var(--lilac); }
.hub-node.home::after { right: 119px; top: 2px; width: 104px; transform: rotate(214deg); }

.seo-answer-band { padding: 86px 0; }
.seo-answer { max-width: 900px; border-left: 4px solid var(--sun); padding-left: 30px; }
.seo-answer strong { display: block; margin-bottom: 14px; color: #46514a; font-size: 30px; line-height: 1.2; }
.seo-answer p { margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }

.seo-section { padding: 98px 0; border-top: 1px solid var(--line); }
.seo-section-heading { max-width: 760px; margin-bottom: 46px; }
.seo-section-heading h2 { margin-bottom: 15px; color: #48534c; font-size: 43px; line-height: 1.08; letter-spacing: 0; }
.seo-section-heading > p:last-child { color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.seo-two-column { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 72px; align-items: start; }
.seo-two-column h2 { color: #48534c; font-size: 39px; line-height: 1.1; }
.seo-prose p, .seo-prose li { color: var(--ink-soft); font-size: 17px; line-height: 1.72; }
.seo-prose h3 { margin: 34px 0 10px; color: #4d5851; font-size: 24px; }
.seo-prose ul, .seo-prose ol { margin: 18px 0 28px; padding-left: 22px; }
.seo-prose li { margin-bottom: 10px; padding-left: 5px; }
.seo-prose a { color: #266a54; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.workflow-list { border-top: 1px solid var(--line); }
.workflow-row { display: grid; grid-template-columns: 64px 0.8fr 1.2fr; gap: 24px; min-height: 132px; border-bottom: 1px solid var(--line); padding: 28px 0; }
.workflow-row > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--sun-soft); color: #8d650b; font-size: 12px; font-weight: 900; }
.workflow-row h3 { margin: 7px 0 0; color: #4c5750; font-size: 21px; }
.workflow-row p { margin: 5px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.62; }

.transform-demo { overflow: hidden; border: 1px solid #d9e0da; border-radius: 8px; background: #fff; box-shadow: var(--shadow-soft); }
.transform-input { padding: 34px; border-bottom: 1px solid #dce3dd; background: #f4f7f4; }
.transform-input span, .transform-output > span { display: block; margin-bottom: 12px; color: var(--sun-deep); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.transform-input blockquote { margin-bottom: 0; color: #47524b; font-size: 20px; line-height: 1.55; }
.transform-output { padding: 28px 34px 34px; }
.sorted-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.sorted-list div { display: grid; grid-template-columns: 16px 1fr; gap: 11px; min-height: 62px; border-bottom: 1px solid #edf0ed; padding: 13px 0; }
.sorted-list i { width: 10px; height: 10px; margin-top: 5px; border-radius: 2px; background: var(--sky); }
.sorted-list div:nth-child(2) i, .sorted-list div:nth-child(3) i { background: var(--coral); }
.sorted-list div:nth-child(4) i { background: var(--mint); }
.sorted-list div:nth-child(5) i { background: var(--lilac); }
.sorted-list strong { display: block; color: #4f5a53; font-size: 14px; }
.sorted-list small { display: block; margin-top: 3px; color: #7d8781; font-size: 11px; }

.seo-comparison { width: 100%; border-collapse: collapse; border-top: 1px solid var(--line); }
.seo-comparison th, .seo-comparison td { border-bottom: 1px solid var(--line); padding: 19px 16px; text-align: left; }
.seo-comparison th { color: #47524b; font-size: 13px; }
.seo-comparison td { color: var(--ink-soft); font-size: 14px; line-height: 1.5; }
.seo-comparison th:first-child, .seo-comparison td:first-child { padding-left: 0; font-weight: 800; }
.seo-comparison .sunny-column { background: #fff9e8; }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-grid article { min-height: 210px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px; }
.audience-grid span { color: var(--sun-deep); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.audience-grid h3 { margin: 36px 0 10px; color: #4b5650; font-size: 20px; }
.audience-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }

.family-map { position: relative; min-height: 430px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f6f8f6; }
.family-person, .family-shared { position: absolute; display: grid; justify-items: center; gap: 8px; color: #58635c; font-size: 12px; font-weight: 800; }
.family-person > span { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--sky); color: #fff; font-size: 18px; box-shadow: 0 0 0 8px var(--sky-soft); }
.family-person.one { left: 12%; top: 72px; }
.family-person.two { right: 12%; bottom: 72px; }
.family-person.two > span { background: var(--mint); box-shadow: 0 0 0 8px var(--mint-soft); }
.family-shared { left: 50%; top: 50%; width: 260px; transform: translate(-50%, -50%); }
.family-shared img { width: 106px; height: 106px; border-radius: 50%; box-shadow: 0 0 0 10px var(--sun-soft); }
.family-shared strong { font-size: 18px; }
.family-shared small { color: #76817a; font-weight: 600; }
.family-line { position: absolute; left: 22%; top: 43%; width: 56%; height: 1px; background: #c7d2ca; transform: rotate(8deg); }
.family-chip { position: absolute; z-index: 3; border: 1px solid #d9e0da; border-radius: 5px; padding: 8px 11px; background: #fff; color: #657069; font-size: 10px; font-weight: 850; }
.family-chip.groceries { left: 24%; top: 34%; }
.family-chip.calendar { right: 8%; bottom: 22%; }
.family-chip.private { right: 10%; top: 18%; border-color: #dfd6ef; background: var(--lilac-soft); }

.seo-faq { border-top: 1px solid var(--line); }
.seo-faq details { border-bottom: 1px solid var(--line); }
.seo-faq summary { position: relative; padding: 24px 48px 24px 0; color: #4c5750; font-size: 18px; font-weight: 850; cursor: pointer; list-style: none; }
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--sun-deep); font-size: 24px; }
.seo-faq details[open] summary::after { content: "-"; }
.seo-faq p { max-width: 780px; margin: 0; padding: 0 42px 24px 0; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }

.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.related-grid a { min-height: 190px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px; }
.related-grid a:first-child { border-left: 1px solid var(--line); }
.related-grid span { color: var(--sun-deep); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.related-grid strong { display: block; margin: 42px 0 9px; color: #4c5750; font-size: 19px; line-height: 1.3; }
.related-grid small { color: var(--ink-soft); font-size: 13px; line-height: 1.5; }

.article-hero { min-height: 520px; padding-bottom: 76px; }
.article-hero .seo-hero-copy { width: min(800px, 75%); }
.article-hero h1 { max-width: 860px; font-size: 58px; }
.article-hero .seo-hero-visual { top: 108px; right: 40px; width: 220px; height: 220px; }
.article-sunny { display: grid; place-items: center; width: 180px; height: 180px; border-radius: 50%; background: var(--sun-soft); }
.article-sunny img { width: 122px; height: 122px; border-radius: 50%; }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 25px; color: #748078; font-size: 12px; font-weight: 750; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 720px); justify-content: center; gap: 70px; padding: 82px 0 110px; }
.article-toc { position: sticky; top: 100px; align-self: start; border-top: 3px solid var(--sun); padding-top: 18px; }
.article-toc strong { display: block; margin-bottom: 14px; color: #4e5952; font-size: 13px; }
.article-toc a { display: block; padding: 7px 0; color: #707b74; font-size: 12px; line-height: 1.4; }
.article-body > p:first-of-type { color: #465149; font-size: 22px; line-height: 1.62; }
.article-body h2 { margin: 58px 0 16px; color: #46514a; font-size: 34px; line-height: 1.15; }
.article-body h3 { margin: 34px 0 12px; color: #4d5851; font-size: 23px; }
.article-body p, .article-body li { color: var(--ink-soft); font-size: 17px; line-height: 1.78; }
.article-body ul, .article-body ol { padding-left: 23px; }
.article-body li { margin-bottom: 11px; padding-left: 5px; }
.article-body a { color: #266a54; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.article-callout { margin: 38px 0; border-left: 4px solid var(--sun); padding: 8px 0 8px 24px; }
.article-callout strong { display: block; margin-bottom: 7px; color: #46514a; font-size: 20px; }
.article-callout p { margin: 0; font-size: 15px; }
.article-checklist { margin: 30px 0; border-top: 1px solid var(--line); }
.article-checklist div { display: grid; grid-template-columns: 26px 1fr; gap: 13px; border-bottom: 1px solid var(--line); padding: 18px 0; }
.article-checklist span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--mint-soft); color: #47765e; font-size: 11px; font-weight: 900; }
.article-checklist p { margin: 0; font-size: 15px; }

.seo-page footer { width: min(1120px, calc(100% - 44px)); }

@media (max-width: 920px) {
  .seo-hero { min-height: 760px; }
  .seo-hero-copy { width: 100%; }
  .seo-hero h1 { max-width: 700px; font-size: 56px; }
  .seo-hero-visual { top: auto; right: 50%; bottom: 14px; width: 470px; height: 430px; transform: translateX(50%) scale(0.78); transform-origin: center bottom; }
  .seo-two-column { grid-template-columns: 1fr; gap: 36px; }
  .audience-grid, .related-grid { grid-template-columns: 1fr 1fr; }
  .related-grid a:nth-child(3) { border-left: 1px solid var(--line); }
  .article-hero { min-height: 520px; }
  .article-hero .seo-hero-copy { width: calc(100% - 170px); }
  .article-hero .seo-hero-visual { top: 122px; right: 0; bottom: auto; width: 150px; height: 150px; transform: none; }
  .article-sunny { width: 140px; height: 140px; }
  .article-sunny img { width: 96px; height: 96px; }
  .article-layout { grid-template-columns: 1fr; gap: 38px; }
  .article-toc { position: static; }
}

@media (max-width: 620px) {
  .seo-page .site-nav nav { display: none; }
  .seo-main > section, .seo-page footer { width: min(100% - 28px, 1120px); }
  .seo-hero { min-height: 690px; padding: 68px 0 40px; }
  .seo-hero h1 { font-size: 43px; }
  .seo-hero-lead { font-size: 18px; }
  .seo-hero-actions { display: grid; }
  .seo-hero-actions a { width: 100%; }
  .seo-hero-visual { bottom: -16px; transform: translateX(50%) scale(0.61); }
  .seo-answer-band, .seo-section { padding: 70px 0; }
  .seo-answer { padding-left: 20px; }
  .seo-answer strong { font-size: 24px; }
  .seo-section-heading h2, .seo-two-column h2 { font-size: 34px; }
  .workflow-row { grid-template-columns: 46px 1fr; gap: 12px; }
  .workflow-row p { grid-column: 2; }
  .sorted-list { grid-template-columns: 1fr; }
  .transform-input, .transform-output { padding: 24px 20px; }
  .transform-input blockquote { font-size: 17px; }
  .seo-comparison { display: block; overflow-x: auto; }
  .seo-comparison th, .seo-comparison td { min-width: 150px; }
  .audience-grid, .related-grid { grid-template-columns: 1fr; }
  .related-grid a, .related-grid a:nth-child(3) { border-left: 1px solid var(--line); }
  .family-map { min-height: 500px; }
  .family-person.one { left: 12%; top: 54px; }
  .family-person.two { right: 12%; bottom: 54px; }
  .family-shared { width: 220px; }
  .family-chip.groceries { left: 5%; top: 38%; }
  .family-chip.calendar { right: 5%; bottom: 38%; }
  .family-chip.private { right: 5%; top: 28%; }
  .article-hero { min-height: 460px; }
  .article-hero .seo-hero-copy { width: 100%; }
  .article-hero h1 { font-size: 42px; }
  .article-hero .seo-hero-visual { display: none; }
  .article-layout { padding: 62px 0 80px; }
  .article-body h2 { font-size: 30px; }
  .article-body > p:first-of-type { font-size: 20px; }
}
