.product-site {
  --product-green: #1fa64a;
  --product-blue: #1467d9;
  --product-red: #e7463a;
  --product-yellow: #d89a18;
  --product-max: 1180px;
  background: var(--bg);
}

.product-site *,
.product-site *::before,
.product-site *::after {
  letter-spacing: 0;
}

.product-site .global-nav {
  grid-template-columns: 1fr auto 1fr;
  padding-inline: max(22px, calc((100vw - var(--product-max)) / 2));
}

.product-site .global-nav nav a[aria-current="page"] {
  color: var(--ink-strong);
  font-weight: 700;
}

.product-site .button {
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.product-site .button.primary {
  border: 1px solid var(--ink-strong);
  background: var(--ink-strong);
  color: var(--bg);
}

.product-site .button.secondary {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-strong);
}

.product-site .text-link,
.product-site a:not(.button) {
  text-underline-offset: 3px;
}

.product-kicker {
  margin: 0 0 12px;
  color: var(--product-green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.guide-v2-copy h2,
.atlas-heading h2,
.subscription-band h2,
.interface-hero h1,
.guide-v2-hero h1 {
  margin: 0;
  color: var(--ink-strong);
  font-family: var(--font-display);
  font-size: 40px;
  line-height: 1.12;
  font-weight: 780;
}

.section-heading > p:last-child,
.guide-v2-copy > p,
.atlas-heading > p,
.subscription-band > div > p:last-child,
.interface-hero > div > p,
.guide-v2-hero > div > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.compact-heading h2 {
  font-size: 34px;
}

.theme-dark-only {
  display: none !important;
}

:root[data-theme="dark"] .theme-light-only {
  display: none !important;
}

:root[data-theme="dark"] .theme-dark-only {
  display: block !important;
}

/* Home */

.product-hero {
  position: relative;
  min-height: 680px;
  padding: 92px max(24px, calc((100vw - var(--product-max)) / 2)) 48px;
  overflow: hidden;
  background: var(--surface-elevated);
}

.product-hero-copy {
  position: relative;
  z-index: 4;
  width: min(530px, 48vw);
}

.product-hero h1 {
  margin: 0;
  color: var(--ink-strong);
  font-family: var(--font-display);
  font-size: 76px;
  line-height: 0.98;
  font-weight: 820;
}

.product-hero-offer {
  margin: 20px 0 0;
  color: var(--ink-strong);
  font-size: 27px;
  line-height: 1.3;
  font-weight: 720;
}

.product-hero-summary {
  max-width: 500px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.product-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.product-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 28px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  list-style: none;
}

.product-proof li {
  position: relative;
  padding-left: 14px;
}

.product-proof li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--product-green);
}

.product-hero-media {
  position: absolute;
  z-index: 2;
  top: 48px;
  right: max(18px, calc((100vw - var(--product-max)) / 2));
  width: min(610px, 50vw);
  height: 610px;
}

.product-hero-media img {
  position: absolute;
  display: block;
  object-fit: contain;
}

.hero-phone {
  z-index: 3;
  top: 0;
  right: 46px;
  width: 282px;
  height: 612px;
  border-radius: 34px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
}

.hero-desktop {
  z-index: 1;
  width: 390px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.17);
}

.hero-desktop-windows {
  top: 100px;
  left: 0;
}

.hero-desktop-mac {
  z-index: 4;
  right: 8px;
  bottom: 28px;
  width: 300px;
}

.version-strip {
  width: 100%;
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr)) auto;
  align-items: center;
  gap: 30px;
  padding: 20px max(24px, calc((100vw - var(--product-max)) / 2));
  background: var(--ink-strong);
  color: var(--bg);
}

.version-strip > div {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  justify-content: start;
  gap: 4px 10px;
}

.version-strip span {
  font-size: 12px;
  opacity: 0.7;
}

.version-strip strong {
  font-size: 19px;
}

.version-strip small {
  grid-column: 1 / -1;
  font-size: 11px;
  opacity: 0.58;
}

.version-strip > a {
  color: inherit;
  font-size: 13px;
  font-weight: 700;
}

.workflow-band,
.feature-ledger,
.interface-preview,
.downloads-v2,
.quick-start,
.troubleshooting-band {
  padding: 104px max(24px, calc((100vw - var(--product-max)) / 2));
}

.workflow-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(460px, 1.14fr);
  align-items: start;
  gap: 90px;
  background: var(--bg);
}

.workflow-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.workflow-steps li {
  display: grid;
  grid-template-columns: 48px 160px 1fr;
  align-items: baseline;
  gap: 18px;
  min-height: 116px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.workflow-steps span,
.feature-ledger-row span,
.design-brief-grid section > span {
  color: var(--product-green);
  font-size: 12px;
  font-weight: 800;
}

.workflow-steps strong {
  color: var(--ink-strong);
  font-size: 18px;
}

.workflow-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.feature-ledger {
  background: var(--surface-elevated);
}

.feature-ledger .section-heading {
  margin-bottom: 52px;
}

.feature-ledger-row {
  display: grid;
  grid-template-columns: 270px minmax(280px, 1fr) 150px;
  align-items: center;
  gap: 40px;
  min-height: 142px;
  border-top: 1px solid var(--line);
}

.feature-ledger-row:last-child {
  border-bottom: 1px solid var(--line);
}

.feature-ledger-row > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: baseline;
}

.feature-ledger-row h3 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 21px;
}

.feature-ledger-row p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.feature-ledger-row a {
  justify-self: end;
  color: var(--product-blue);
  font-size: 13px;
  font-weight: 700;
}

.interface-preview {
  background: var(--bg);
}

.interface-preview-gallery {
  height: 510px;
  display: grid;
  grid-template-columns: 0.76fr 1fr 1.25fr;
  align-items: center;
  gap: 26px;
  margin-top: 54px;
  overflow: hidden;
}

.interface-preview-gallery figure {
  min-width: 0;
  margin: 0;
}

.interface-preview-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.interface-preview-gallery .interface-preview-phone img {
  width: 210px;
  max-height: 456px;
  margin: 0 auto;
  border-radius: 28px;
  object-fit: cover;
  object-position: top;
}

.interface-preview-gallery figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.interface-preview-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 38px;
}

.subscription-band {
  display: grid;
  grid-template-columns: minmax(340px, 1.2fr) minmax(330px, 0.8fr);
  align-items: center;
  gap: 80px;
  padding: 88px max(24px, calc((100vw - var(--product-max)) / 2));
  background: #151516;
  color: #f7f7f8;
}

.subscription-band h2 {
  color: #ffffff;
}

.subscription-band > div > p:last-child {
  color: #b8b8bd;
}

.subscription-prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.subscription-prices > div {
  min-height: 144px;
  display: grid;
  align-content: center;
  padding: 20px 24px;
}

.subscription-prices > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.subscription-prices span,
.subscription-prices small {
  color: #aaaab0;
  font-size: 12px;
}

.subscription-prices strong {
  margin: 6px 0 2px;
  color: #ffffff;
  font-size: 38px;
}

.subscription-prices > p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: #d2d2d6;
  font-size: 13px;
}

.downloads-v2 {
  background: var(--surface-elevated);
}

.download-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 50px;
}

.download-grid-v2 article {
  min-width: 0;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: 8px;
  background: var(--surface);
  box-shadow: inset 0 0 0 1px var(--line);
}

.download-card-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.download-card-title small {
  color: var(--muted);
  font-size: 11px;
}

.download-card-title h3 {
  margin: 3px 0 0;
  color: var(--ink-strong);
  font-size: 20px;
}

.platform-mark {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
}

.windows-mark {
  background: var(--product-blue);
}

.mac-mark {
  background: #242426;
}

.ios-mark {
  background: var(--product-green);
}

.download-grid-v2 article > p {
  margin: 24px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.download-meta {
  display: flex;
  gap: 14px;
  margin: auto 0 20px;
  color: var(--muted);
  font-size: 12px;
}

.download-grid-v2 article > .button {
  width: 100%;
  justify-content: center;
}

.quick-start {
  background: var(--bg);
}

.quick-start ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 48px 0 30px;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.quick-start li {
  min-height: 168px;
  padding: 26px 22px;
}

.quick-start li + li {
  border-left: 1px solid var(--line);
}

.quick-start li > span {
  color: var(--product-green);
  font-size: 12px;
  font-weight: 800;
}

.quick-start li p {
  margin: 32px 0 0;
  color: var(--ink-strong);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
}

.product-site .site-footer {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 24px 60px;
  padding: 42px max(24px, calc((100vw - var(--product-max)) / 2));
  background: var(--surface-elevated);
  border-top: 1px solid var(--line);
}

.footer-product {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-product img {
  width: 34px;
  height: 34px;
}

.footer-product div {
  display: grid;
  gap: 2px;
}

.footer-product strong {
  color: var(--ink-strong);
  font-size: 14px;
}

.footer-product small {
  color: var(--muted);
  font-size: 11px;
}

.product-site .site-footer .footer-links {
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-size: 12px;
}

.product-site .site-footer .icp-links {
  grid-column: 1 / -1;
  justify-content: flex-start;
  gap: 16px;
}

/* Guide */

.guide-v2-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 70px;
  padding: 72px max(24px, calc((100vw - var(--product-max)) / 2)) 54px;
  overflow: hidden;
  background: var(--surface-elevated);
}

.guide-v2-hero h1,
.interface-hero h1 {
  font-size: 54px;
}

.guide-v2-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.guide-v2-shortcuts a {
  padding: 9px 12px;
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink-strong);
  font-size: 12px;
  font-weight: 700;
}

.guide-v2-hero-media {
  height: 470px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
}

.guide-v2-hero-media img {
  width: 178px;
  height: 386px;
  display: block;
  border-radius: 24px;
  object-fit: cover;
  object-position: top;
  box-shadow: var(--shadow);
}

.guide-v2-hero-media img:nth-child(2) {
  margin-top: 42px;
}

.guide-v2-hero-media img:nth-child(3) {
  margin-top: 84px;
}

.guide-v2-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(500px, 1.22fr);
  align-items: center;
  gap: 78px;
  padding: 100px max(24px, calc((100vw - var(--product-max)) / 2));
  background: var(--bg);
}

.guide-v2-section.alternate {
  background: var(--surface-elevated);
}

.guide-v2-index {
  display: block;
  margin-bottom: 28px;
  color: var(--muted-soft);
  font-size: 13px;
  font-weight: 800;
}

.plain-checklist,
.numbered-actions {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.plain-checklist li {
  position: relative;
  padding-left: 18px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.6;
}

.plain-checklist li::before {
  content: "";
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--product-green);
}

.numbered-actions li {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 10px;
}

.numbered-actions span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink-strong);
  color: var(--bg);
  font-size: 11px;
  font-weight: 800;
}

.numbered-actions p {
  margin: 1px 0 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.6;
}

.guide-v2-visual {
  min-width: 0;
}

.phone-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
  gap: 24px;
}

.guide-v2-visual figure {
  min-width: 0;
  margin: 0;
}

.phone-pair img {
  width: 220px;
  height: 478px;
  display: block;
  border-radius: 28px;
  object-fit: cover;
  object-position: top;
  box-shadow: var(--shadow);
}

.guide-v2-visual figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.desktop-stack {
  display: grid;
  gap: 22px;
}

.desktop-stack img {
  width: 100%;
  max-height: 342px;
  display: block;
  border-radius: 6px;
  object-fit: contain;
  background: #f4f4f6;
  box-shadow: var(--shadow);
}

.service-facts {
  margin: 28px 0 0;
  border-top: 1px solid var(--line);
}

.service-facts > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.service-facts dt {
  color: var(--muted);
  font-size: 13px;
}

.service-facts dd {
  margin: 0;
  color: var(--ink-strong);
  font-size: 13px;
  font-weight: 700;
}

.guide-note {
  padding-left: 12px;
  border-left: 1px solid var(--product-yellow);
  font-size: 13px !important;
}

.troubleshooting-band {
  background: var(--surface-elevated);
}

.troubleshooting-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 46px 0 30px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.troubleshooting-grid article {
  min-height: 176px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.troubleshooting-grid h3 {
  margin: 0 0 12px;
  color: var(--ink-strong);
  font-size: 18px;
}

.troubleshooting-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

/* Interface */

.interface-hero {
  display: grid;
  grid-template-columns: 1fr 380px;
  align-items: end;
  gap: 80px;
  min-height: 520px;
  padding: 88px max(24px, calc((100vw - var(--product-max)) / 2)) 66px;
  background: var(--surface-elevated);
}

.interface-hero > div > p {
  max-width: 700px;
}

.interface-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.baseline-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.baseline-list > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.baseline-list dt {
  color: var(--muted);
  font-size: 12px;
}

.baseline-list dd {
  margin: 0;
  color: var(--ink-strong);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.interface-atlas {
  padding: 0 max(24px, calc((100vw - var(--product-max)) / 2)) 110px;
}

.interface-tabs {
  position: sticky;
  z-index: 20;
  top: 44px;
  display: flex;
  gap: 4px;
  padding: 14px 0;
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: blur(14px);
}

.interface-tabs button {
  min-height: 38px;
  padding: 8px 14px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.interface-tabs button[aria-selected="true"] {
  background: var(--ink-strong);
  color: var(--bg);
}

.interface-panel {
  display: none;
  padding-top: 72px;
}

.interface-panel.is-active {
  display: block;
}

.atlas-heading {
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(360px, 1.2fr);
  align-items: end;
  gap: 80px;
}

.atlas-heading > p {
  margin: 0;
}

.screen-grid {
  display: grid;
  gap: 32px 22px;
  margin-top: 58px;
}

.phone-screen-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.screen-grid figure {
  min-width: 0;
  margin: 0;
}

.phone-screen-grid figure > img {
  width: 100%;
  aspect-ratio: 1206 / 2622;
  display: block;
  border-radius: 26px;
  object-fit: cover;
  object-position: top;
  box-shadow: var(--shadow);
}

.screen-grid figcaption {
  display: grid;
  gap: 6px;
  margin-top: 14px;
}

.screen-grid figcaption strong {
  color: var(--ink-strong);
  font-size: 14px;
}

.screen-grid figcaption span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.onboarding-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 78px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.onboarding-strip figure {
  margin: 0;
  text-align: center;
}

.onboarding-strip img {
  width: 176px;
  height: 382px;
  border-radius: 24px;
  object-fit: cover;
  object-position: top;
  box-shadow: var(--shadow);
}

.onboarding-strip figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
}

.desktop-platform-block {
  margin-top: 64px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.platform-copy {
  display: grid;
  grid-template-columns: 50px minmax(0, 640px);
  gap: 16px;
}

.platform-copy small {
  color: var(--muted);
  font-size: 11px;
}

.platform-copy h3 {
  margin: 5px 0 10px;
  color: var(--ink-strong);
  font-size: 24px;
}

.platform-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.desktop-screen-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 26px;
  margin-top: 30px;
}

.desktop-screen-pair figure {
  min-width: 0;
  margin: 0;
}

.desktop-screen-pair img {
  width: 100%;
  max-height: 420px;
  display: block;
  border-radius: 6px;
  object-fit: contain;
  background: #f4f4f6;
  box-shadow: var(--shadow);
}

.desktop-screen-pair figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.account-screen-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.account-data-ledger {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 72px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.account-data-ledger > div {
  display: grid;
  gap: 10px;
  min-height: 120px;
  align-content: center;
  padding: 22px;
}

.account-data-ledger > div + div {
  border-left: 1px solid var(--line);
}

.account-data-ledger span {
  color: var(--muted);
  font-size: 12px;
}

.account-data-ledger strong {
  color: var(--ink-strong);
  font-size: 15px;
  line-height: 1.45;
}

.design-brief-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.design-brief-grid section {
  min-height: 220px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.design-brief-grid h3 {
  margin: 30px 0 12px;
  color: var(--ink-strong);
  font-size: 20px;
}

.design-brief-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.machine-readable-callout {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  margin-top: 42px;
  padding: 32px;
  border-radius: 8px;
  background: var(--ink-strong);
  color: var(--bg);
}

.machine-readable-callout h3 {
  margin: 0;
  font-size: 22px;
}

.machine-readable-callout p:last-child {
  margin: 8px 0 0;
  color: color-mix(in srgb, var(--bg) 72%, transparent);
  font-size: 13px;
}

.machine-readable-callout .button.primary {
  border-color: var(--bg);
  background: var(--bg);
  color: var(--ink-strong);
}

@media (max-width: 1060px) {
  .product-site .global-nav {
    grid-template-columns: auto 1fr auto;
  }

  .product-site .global-nav nav {
    justify-content: center;
    gap: 20px;
  }

  .product-hero {
    min-height: 650px;
    padding-top: 78px;
  }

  .product-hero h1 {
    font-size: 62px;
  }

  .product-hero-copy {
    width: 46vw;
  }

  .product-hero-media {
    right: 8px;
    width: 54vw;
  }

  .hero-phone {
    right: 18px;
    width: 250px;
    height: 544px;
  }

  .hero-desktop {
    width: 330px;
  }

  .hero-desktop-mac {
    width: 270px;
    bottom: 76px;
  }

  .workflow-band,
  .guide-v2-section {
    gap: 52px;
  }

  .feature-ledger-row {
    grid-template-columns: 220px 1fr 130px;
    gap: 24px;
  }

  .phone-screen-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .account-screen-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .product-site .global-nav {
    grid-template-columns: 1fr auto;
  }

  .product-site .global-nav nav {
    display: none;
  }

  .product-site .nav-actions {
    gap: 10px;
  }

  .product-site .lang-toggle {
    display: none;
  }

  .product-hero {
    min-height: 720px;
    padding-top: 58px;
  }

  .product-hero-copy {
    width: 58%;
  }

  .product-hero h1 {
    font-size: 52px;
  }

  .product-hero-offer {
    font-size: 22px;
  }

  .product-hero-summary {
    font-size: 15px;
  }

  .product-proof {
    display: grid;
    gap: 7px;
  }

  .product-hero-media {
    top: 96px;
    right: -66px;
    width: 55%;
    height: 560px;
  }

  .hero-phone {
    right: 18px;
    width: 224px;
    height: 487px;
  }

  .hero-desktop-windows {
    top: 340px;
    left: -140px;
    width: 300px;
  }

  .hero-desktop-mac {
    right: 16px;
    bottom: 4px;
    width: 230px;
  }

  .version-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .version-strip > a {
    grid-column: 1 / -1;
  }

  .workflow-band,
  .guide-v2-hero,
  .guide-v2-section,
  .interface-hero,
  .atlas-heading,
  .subscription-band {
    grid-template-columns: 1fr;
  }

  .workflow-band,
  .guide-v2-section,
  .subscription-band,
  .interface-hero,
  .guide-v2-hero {
    gap: 48px;
  }

  .feature-ledger-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 28px 0;
  }

  .feature-ledger-row a {
    justify-self: start;
  }

  .interface-preview-gallery {
    height: auto;
    grid-template-columns: 0.75fr 1fr;
  }

  .interface-preview-gallery figure:last-child {
    grid-column: 1 / -1;
  }

  .download-grid-v2 {
    grid-template-columns: 1fr;
  }

  .download-grid-v2 article {
    min-height: 350px;
  }

  .quick-start ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-start li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .quick-start li:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .guide-v2-hero-media {
    order: -1;
    height: 390px;
  }

  .guide-v2-hero-media img {
    width: 146px;
    height: 317px;
  }

  .guide-v2-visual {
    order: -1;
  }

  .atlas-heading {
    align-items: start;
    gap: 18px;
  }

  .phone-screen-grid,
  .account-screen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-data-ledger {
    grid-template-columns: repeat(2, 1fr);
  }

  .account-data-ledger > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .account-data-ledger > div:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .product-site .global-nav {
    padding-inline: 14px;
  }

  .product-site .account-entry {
    display: none;
  }

  .product-hero {
    min-height: 690px;
    padding: 42px 18px 24px;
  }

  .product-hero-copy {
    width: 100%;
  }

  .product-hero h1 {
    font-size: 42px;
  }

  .product-hero-offer {
    max-width: 270px;
    font-size: 20px;
  }

  .product-hero-summary {
    max-width: 310px;
    font-size: 14px;
    line-height: 1.6;
  }

  .product-hero-actions {
    max-width: 300px;
  }

  .product-hero-actions .button {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 12px;
  }

  .product-proof {
    display: none;
  }

  .product-hero-media {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
  }

  .hero-phone {
    right: 16px;
    width: 137px;
    height: 298px;
    border-radius: 20px;
  }

  .hero-desktop-windows {
    top: 40px;
    left: 18px;
    width: 220px;
  }

  .hero-desktop-mac {
    right: 5px;
    bottom: 8px;
    width: 165px;
  }

  .version-strip {
    min-height: 110px;
    padding: 17px 18px;
  }

  .version-strip strong {
    font-size: 15px;
  }

  .version-strip small {
    display: none;
  }

  .workflow-band,
  .feature-ledger,
  .interface-preview,
  .downloads-v2,
  .quick-start,
  .troubleshooting-band,
  .guide-v2-section {
    padding: 72px 18px;
  }

  .section-heading h2,
  .guide-v2-copy h2,
  .atlas-heading h2,
  .subscription-band h2,
  .guide-v2-hero h1,
  .interface-hero h1 {
    font-size: 31px;
  }

  .section-heading > p:last-child,
  .guide-v2-copy > p,
  .atlas-heading > p,
  .subscription-band > div > p:last-child,
  .interface-hero > div > p,
  .guide-v2-hero > div > p {
    font-size: 15px;
  }

  .workflow-steps li {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }

  .workflow-steps p {
    grid-column: 2;
  }

  .interface-preview-gallery {
    grid-template-columns: 1fr;
  }

  .interface-preview-gallery figure:last-child {
    grid-column: auto;
  }

  .interface-preview-gallery .interface-preview-phone img {
    width: 184px;
    max-height: 400px;
  }

  .interface-preview-actions,
  .interface-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .subscription-band {
    padding: 72px 18px;
  }

  .subscription-prices > div {
    min-height: 126px;
    padding: 16px;
  }

  .subscription-prices strong {
    font-size: 30px;
  }

  .quick-start ol {
    grid-template-columns: 1fr;
  }

  .quick-start li,
  .quick-start li:nth-child(3),
  .quick-start li:nth-child(4) {
    min-height: 128px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .quick-start li:first-child {
    border-top: 0;
  }

  .product-site .site-footer {
    grid-template-columns: 1fr;
    padding: 34px 18px;
  }

  .product-site .site-footer .footer-links {
    justify-self: start;
    justify-content: flex-start;
  }

  .guide-v2-hero,
  .interface-hero {
    min-height: auto;
    padding: 58px 18px;
  }

  .guide-v2-hero-media {
    height: 284px;
    gap: 7px;
  }

  .guide-v2-hero-media img {
    width: 104px;
    height: 226px;
    border-radius: 16px;
  }

  .guide-v2-hero-media img:nth-child(2) {
    margin-top: 24px;
  }

  .guide-v2-hero-media img:nth-child(3) {
    margin-top: 48px;
  }

  .phone-pair {
    gap: 12px;
  }

  .phone-pair img {
    width: 152px;
    height: 330px;
    border-radius: 20px;
  }

  .troubleshooting-grid {
    grid-template-columns: 1fr;
  }

  .interface-atlas {
    padding: 0 18px 80px;
  }

  .interface-tabs {
    top: 44px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .interface-tabs::-webkit-scrollbar {
    display: none;
  }

  .interface-tabs button {
    flex: 0 0 auto;
  }

  .interface-panel {
    padding-top: 48px;
  }

  .phone-screen-grid,
  .account-screen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 12px;
  }

  .phone-screen-grid figure > img {
    border-radius: 18px;
  }

  .onboarding-strip {
    gap: 8px;
  }

  .onboarding-strip img {
    width: 100%;
    height: auto;
    border-radius: 14px;
  }

  .desktop-screen-pair {
    grid-template-columns: 1fr;
  }

  .account-data-ledger,
  .design-brief-grid {
    grid-template-columns: 1fr;
  }

  .account-data-ledger > div,
  .account-data-ledger > div:nth-child(2),
  .account-data-ledger > div:nth-child(3),
  .account-data-ledger > div:nth-child(4) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .account-data-ledger > div:first-child {
    border-top: 0;
  }

  .machine-readable-callout {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}

/* --------------------------------------------------------------------------
   Home page redesign: restrained product presentation and Linear-like rhythm.
   Tokens are defined in styles.css and this block is intentionally scoped to
   .home-page so account, guide, and legal pages retain their existing UI.
   -------------------------------------------------------------------------- */

.home-page {
  background: var(--home-canvas);
  color: var(--home-ink);
}

.home-page .home-shell {
  width: min(calc(100% - 48px), 1180px);
  margin-inline: auto;
}

.home-page .global-nav {
  height: 58px;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  background: color-mix(in srgb, var(--home-canvas) 88%, transparent);
  border-color: var(--home-line);
}

.home-page .brand {
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 720;
}

.home-page .brand img {
  width: 24px;
  height: 24px;
}

.home-page .global-nav nav {
  justify-content: flex-start;
  gap: 26px;
  color: var(--home-copy);
  font-size: 13px;
}

.home-page .global-nav nav a {
  color: var(--home-copy);
}

.home-page .global-nav nav a:hover,
.home-page .global-nav nav a:focus-visible,
.home-page .account-entry:hover,
.home-page .lang-toggle:hover {
  color: var(--home-accent);
}

.home-page .nav-actions {
  gap: 14px;
}

.home-page .theme-toggle {
  border-color: var(--home-line);
  background: var(--home-surface);
}

.home-page .theme-toggle-icon {
  background: var(--home-copy);
}

.home-page .theme-toggle-icon::after {
  background: var(--home-surface);
}

.home-page .lang-toggle,
.home-page .account-entry {
  color: var(--home-copy);
  font-size: 13px;
}

.home-page .nav-avatar {
  background: var(--home-accent);
  color: #fff;
}

.home-page .button {
  min-height: 44px;
  padding: 11px 17px;
  border-radius: var(--home-radius);
  box-shadow: none;
  font-size: 14px;
  font-weight: 720;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.home-page .button.primary {
  border-color: var(--home-accent);
  background: var(--home-accent);
  color: #fff;
}

.home-page .button.primary:hover,
.home-page .button.primary:focus-visible {
  border-color: var(--home-accent-strong);
  background: var(--home-accent-strong);
  color: #fff;
}

.home-page .button.secondary {
  border-color: var(--home-line);
  background: transparent;
  color: var(--home-ink);
}

.home-page .button.secondary:hover,
.home-page .button.secondary:focus-visible {
  border-color: var(--home-accent);
  color: var(--home-accent);
}

.home-inline-link {
  width: fit-content;
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 680;
  text-decoration: underline;
  text-decoration-color: var(--home-line);
  text-underline-offset: 5px;
  transition: color 0.16s ease, text-decoration-color 0.16s ease;
}

.home-inline-link:hover,
.home-inline-link:focus-visible {
  color: var(--home-accent);
  text-decoration-color: var(--home-accent);
}

.home-hero {
  overflow: hidden;
  border-bottom: 1px solid var(--home-line);
  background: var(--home-canvas);
}

.home-hero-grid {
  min-height: 648px;
  display: grid;
  grid-template-columns: minmax(390px, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 40px;
  padding-block: 76px 68px;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 12px;
}

.home-hero h1 {
  margin: 0;
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 770;
  letter-spacing: 0;
  line-height: 1.04;
}

.home-hero-summary {
  max-width: 510px;
  margin: 22px 0 0;
  color: var(--home-copy);
  font-size: 17px;
  line-height: 1.7;
}

.home-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.home-hero-notes {
  display: grid;
  gap: 8px;
  margin: 34px 0 0;
  padding: 0;
  color: var(--home-copy);
  font-size: 13px;
  line-height: 1.5;
  list-style: none;
}

.home-hero-notes li {
  position: relative;
  padding-left: 15px;
}

.home-hero-notes li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-accent);
}

.home-hero-media {
  position: relative;
  min-height: 500px;
}

.home-media-route {
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 5;
  margin: 0;
  color: var(--home-subtle);
  font-size: 12px;
  font-weight: 650;
}

.home-desktop-shot,
.home-phone-shot {
  position: absolute;
  margin: 0;
}

.home-desktop-shot {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  background: var(--home-surface);
  box-shadow: var(--home-shadow);
}

.home-desktop-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.home-desktop-shot figcaption,
.home-phone-shot figcaption {
  position: absolute;
  right: 10px;
  bottom: 9px;
  margin: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.44);
}

.home-desktop-shot-mac {
  top: 92px;
  left: 0;
  width: 62%;
}

.home-desktop-shot-windows {
  z-index: 3;
  bottom: 6px;
  left: 11%;
  width: 44%;
}

.home-phone-shot {
  z-index: 4;
  top: 28px;
  right: 1%;
  width: 31%;
  overflow: hidden;
  border: 5px solid #111613;
  border-radius: 30px;
  background: #111613;
  box-shadow: 0 24px 48px rgba(14, 24, 18, 0.18);
}

.home-phone-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.home-phone-shot figcaption {
  bottom: 8px;
}

.home-platforms {
  border-bottom: 1px solid var(--home-line);
  background: var(--home-surface);
}

.home-platforms-inner {
  min-height: 90px;
  display: grid;
  grid-template-columns: 1.15fr 1fr auto;
  align-items: center;
  gap: 28px;
}

.home-platforms p {
  margin: 0;
  color: var(--home-copy);
  font-size: 14px;
  font-weight: 620;
}

.home-platforms dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(88px, 1fr));
  gap: 18px;
  margin: 0;
}

.home-platforms dl div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  padding-left: 18px;
  border-left: 1px solid var(--home-line);
}

.home-platforms dt {
  color: var(--home-subtle);
  font-size: 12px;
}

.home-platforms dd {
  margin: 0;
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 720;
}

.home-section {
  padding-block: 118px;
  background: var(--home-canvas);
}

.home-section-heading {
  max-width: 720px;
}

.home-section-heading h2,
.home-service h2 {
  margin: 0;
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: 43px;
  font-weight: 740;
  line-height: 1.13;
}

.home-section-intro {
  max-width: 640px;
  margin: 20px 0 0;
  color: var(--home-copy);
  font-size: 16px;
  line-height: 1.7;
}

.home-step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 62px 0 0;
  padding: 0;
  list-style: none;
}

.home-step-list li {
  min-height: 206px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-content: start;
  gap: 22px;
  padding: 24px 30px 18px;
  border-left: 1px solid var(--home-line);
}

.home-step-list li:last-child {
  border-right: 1px solid var(--home-line);
}

.home-step-list span {
  color: var(--home-accent);
  font-size: 12px;
  font-weight: 760;
}

.home-step-list h3,
.home-scene h3,
.home-download-grid h3 {
  margin: 0;
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 730;
  line-height: 1.3;
}

.home-step-list p,
.home-scene-copy > p:last-child,
.home-download-grid > article > p,
.home-service-inner > div > p {
  margin: 10px 0 0;
  color: var(--home-copy);
  font-size: 14px;
  line-height: 1.65;
}

.home-scenarios {
  background: var(--home-surface-muted);
}

.home-scene-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.home-scene {
  min-height: 390px;
  display: grid;
  grid-template-columns: 164px 1fr;
  align-items: center;
  gap: 28px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  background: var(--home-surface);
}

.home-scene-wide {
  grid-column: 1 / -1;
  min-height: 340px;
  grid-template-columns: minmax(280px, 0.78fr) minmax(440px, 1.22fr);
  align-items: stretch;
  gap: 42px;
  padding: 38px 38px 0;
}

.home-scene-copy {
  align-self: center;
}

.home-scene-wide > img {
  align-self: end;
  width: 100%;
  max-height: 290px;
  object-fit: cover;
  object-position: top center;
  border: 1px solid var(--home-line);
  border-bottom: 0;
  border-radius: var(--home-radius) var(--home-radius) 0 0;
}

.home-scene-phone {
  justify-self: center;
  width: 148px;
  max-height: 315px;
  object-fit: cover;
  object-position: top;
  border: 4px solid #111613;
  border-radius: 23px;
  box-shadow: 0 14px 28px rgba(14, 24, 18, 0.14);
}

.home-downloads {
  border-top: 1px solid var(--home-line);
}

.home-download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.home-download-grid article {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  background: var(--home-surface);
}

.home-download-head {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 34px;
}

.home-download-head small {
  color: var(--home-subtle);
  font-size: 12px;
  font-weight: 680;
}

.home-download-meta {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.home-download-meta span {
  padding: 4px 7px;
  border: 1px solid var(--home-line);
  border-radius: 4px;
  color: var(--home-subtle);
  font-size: 11px;
  font-weight: 700;
}

.home-download-grid .button {
  width: 100%;
  margin-top: auto;
  text-align: center;
}

.home-service {
  padding-block: 90px;
  background: #121714;
  color: #f4f7f5;
}

.home-service .home-inline-link {
  color: #79c99b;
}

.home-service h2 {
  color: #f4f7f5;
}

.home-service-inner {
  display: grid;
  grid-template-columns: minmax(340px, 1.1fr) minmax(330px, 0.9fr);
  align-items: center;
  gap: 80px;
}

.home-service-inner > div > p {
  max-width: 570px;
  color: #b9c3bc;
  font-size: 16px;
}

.home-price-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(244, 247, 245, 0.2);
  border-bottom: 1px solid rgba(244, 247, 245, 0.2);
}

.home-price-list > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 4px 12px;
  padding: 20px 0;
}

.home-price-list > div + div {
  padding-left: 26px;
  border-left: 1px solid rgba(244, 247, 245, 0.2);
}

.home-price-list span,
.home-price-list small {
  color: #a6b3aa;
  font-size: 12px;
}

.home-price-list strong {
  grid-row: span 2;
  color: #f4f7f5;
  font-size: 30px;
  font-weight: 720;
}

.home-price-list p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid rgba(244, 247, 245, 0.2);
  color: #d6ddd8;
  font-size: 13px;
}

.home-price-list .home-inline-link {
  grid-column: 1 / -1;
  margin: 0 0 18px;
  color: #79c99b;
  text-decoration-color: rgba(121, 201, 155, 0.45);
}

.home-faq {
  border-bottom: 1px solid var(--home-line);
  background: var(--home-surface);
}

.home-faq-grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.8fr) minmax(480px, 1.2fr);
  gap: 80px;
}

.home-faq .home-inline-link {
  display: inline-block;
  margin-top: 28px;
}

.home-faq-list {
  border-top: 1px solid var(--home-line);
}

.home-faq details {
  border-bottom: 1px solid var(--home-line);
}

.home-faq summary {
  position: relative;
  display: block;
  padding: 20px 30px 20px 0;
  color: var(--home-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 690;
  line-height: 1.45;
  list-style: none;
}

.home-faq summary::-webkit-details-marker {
  display: none;
}

.home-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 3px;
  color: var(--home-subtle);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.home-faq details[open] summary::after {
  content: "-";
}

.home-faq details p {
  max-width: 660px;
  margin: -4px 28px 20px 0;
  color: var(--home-copy);
  font-size: 14px;
  line-height: 1.68;
}

.home-page .site-footer {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1.1fr auto auto;
  align-items: center;
  gap: 36px;
  padding: 34px max(24px, calc((100vw - 1180px) / 2));
  background: var(--home-canvas);
  border: 0;
}

.home-page .footer-product strong {
  color: var(--home-ink);
}

.home-page .footer-product small,
.home-page .footer-links,
.home-page .icp-links {
  color: var(--home-subtle);
}

.home-page .footer-links {
  gap: 18px;
  font-size: 13px;
}

.home-page .footer-links a:hover,
.home-page .footer-links a:focus-visible,
.home-page .icp-link:hover,
.home-page .icp-link:focus-visible {
  color: var(--home-accent);
}

.home-page .icp-links {
  align-items: flex-end;
  font-size: 11px;
}

@media (max-width: 980px) {
  .home-page .home-hero-grid {
    grid-template-columns: minmax(330px, 0.86fr) minmax(400px, 1.14fr);
    gap: 28px;
  }

  .home-page .home-hero h1 {
    font-size: 54px;
  }

  .home-page .home-service-inner,
  .home-page .home-faq-grid {
    gap: 42px;
  }

  .home-page .home-scene-wide {
    grid-template-columns: minmax(250px, 0.85fr) minmax(360px, 1.15fr);
  }

  .home-page .site-footer {
    grid-template-columns: 1fr auto;
  }

  .home-page .icp-links {
    grid-column: 1 / -1;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .home-page .home-shell {
    width: min(calc(100% - 36px), 620px);
  }

  .home-page .global-nav {
    grid-template-columns: auto 1fr;
    height: 54px;
    gap: 12px;
    padding-inline: 18px;
  }

  .home-page .global-nav nav {
    display: none;
  }

  .home-page .lang-toggle {
    display: inline-flex;
  }

  .home-page .nav-actions {
    gap: 12px;
  }

  .home-page .account-entry {
    min-height: 24px;
  }

  .home-page .home-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 44px;
    padding-block: 56px 48px;
  }

  .home-page .home-hero h1 {
    font-size: 43px;
  }

  .home-page .home-hero-summary {
    font-size: 16px;
  }

  .home-page .home-hero-media {
    min-height: 430px;
  }

  .home-page .home-media-route {
    top: 0;
    right: auto;
    left: 0;
  }

  .home-page .home-desktop-shot-mac {
    top: 64px;
    width: 62%;
  }

  .home-page .home-desktop-shot-windows {
    bottom: 4px;
    left: 6%;
    width: 47%;
  }

  .home-page .home-phone-shot {
    top: 35px;
    right: 3%;
    width: 34%;
  }

  .home-page .home-platforms-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 24px;
  }

  .home-page .home-platforms dl {
    gap: 10px;
  }

  .home-page .home-platforms dl div {
    padding-left: 10px;
  }

  .home-page .home-section {
    padding-block: 82px;
  }

  .home-page .home-section-heading h2,
  .home-page .home-service h2 {
    font-size: 34px;
  }

  .home-page .home-service-inner,
  .home-page .home-faq-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .home-page .home-step-list,
  .home-page .home-download-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-step-list {
    gap: 0;
    margin-top: 40px;
  }

  .home-page .home-step-list li,
  .home-page .home-step-list li:last-child {
    min-height: 0;
    padding: 20px 0;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid var(--home-line);
  }

  .home-page .home-step-list li:last-child {
    border-bottom: 1px solid var(--home-line);
  }

  .home-page .home-scene-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .home-page .home-scene,
  .home-page .home-scene-wide {
    grid-column: auto;
    min-height: 0;
    grid-template-columns: 126px 1fr;
    gap: 20px;
    padding: 22px;
  }

  .home-page .home-scene-wide > img {
    align-self: center;
    width: 126px;
    max-height: 230px;
    object-fit: cover;
    object-position: top;
    border-bottom: 1px solid var(--home-line);
    border-radius: var(--home-radius);
  }

  .home-page .home-scene-phone {
    width: 116px;
    max-height: 240px;
    border-radius: 19px;
  }

  .home-page .home-download-grid {
    margin-top: 38px;
  }

  .home-page .home-download-grid article {
    min-height: 0;
  }

  .home-page .home-service {
    padding-block: 72px;
  }

  .home-page .site-footer {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 32px 18px;
  }

  .home-page .footer-links,
  .home-page .icp-links {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-page .icp-links {
    grid-column: auto;
  }
}

@media (max-width: 460px) {
  .home-page .home-shell {
    width: min(calc(100% - 28px), 620px);
  }

  .home-page .global-nav {
    padding-inline: 14px;
  }

  .home-page .brand span {
    display: none;
  }

  .home-page .account-entry {
    display: inline-flex;
  }

  .home-page .nav-actions {
    gap: 8px;
  }

  .home-page .home-hero h1 {
    font-size: 38px;
  }

  .home-page .home-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .home-page .home-hero-media {
    min-height: 350px;
  }

  .home-page .home-desktop-shot-mac {
    top: 58px;
    width: 66%;
  }

  .home-page .home-desktop-shot-windows {
    width: 52%;
  }

  .home-page .home-phone-shot {
    width: 37%;
  }

  .home-page .home-platforms dl {
    grid-template-columns: 1fr;
  }

  .home-page .home-platforms dl div {
    padding-left: 0;
    border-left: 0;
  }

  .home-page .home-platforms dd {
    margin-left: auto;
  }

  .home-page .home-section-heading h2,
  .home-page .home-service h2 {
    font-size: 30px;
  }

  .home-page .home-scene,
  .home-page .home-scene-wide {
    grid-template-columns: 100px 1fr;
    gap: 16px;
    padding: 18px;
  }

  .home-page .home-scene-wide > img {
    width: 100px;
    max-height: 195px;
  }

  .home-page .home-scene-phone {
    width: 92px;
    max-height: 195px;
  }

  .home-page .home-scene h3,
  .home-page .home-download-grid h3 {
    font-size: 18px;
  }

  .home-page .home-price-list > div + div {
    padding-left: 16px;
  }
}
