:root {
  color-scheme: light;
  --bg: #f8f4ee;
  --paper: #fffdf8;
  --panel: #ffffff;
  --panel-2: #eee9e0;
  --ink: #0d0b08;
  --muted: #756f66;
  --soft: #a79f94;
  --line: rgba(13, 11, 8, 0.12);
  --accent: #2f68e0;
  --accent-dark: #1f5bd8;
  --accent-soft: #dce9ff;
  --accent-tint: rgba(47, 104, 224, 0.13);
  --green: var(--accent);
  --mint: var(--accent-soft);
  --amber: #f4c964;
  --red: #e84040;
  --blue: #dfe9ff;
  --shadow: 0 28px 90px rgba(55, 42, 25, 0.13);
  --radius: 24px;
  --max: 1160px;
  --font-sans: "DM Sans", ui-rounded, "Avenir Next", "SF Pro Rounded", "Segoe UI", sans-serif;
  --font-serif: "DM Serif Display", "New York", "Iowan Old Style", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--font-sans);
  letter-spacing: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(47, 104, 224, 0.18), transparent 24rem),
    radial-gradient(circle at 18% 8%, rgba(244, 201, 100, 0.15), transparent 18rem),
    linear-gradient(180deg, #fbf7f0 0%, var(--bg) 42%, #f4efe7 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(13, 11, 8, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 11, 8, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 58%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(13, 11, 8, 0.1);
  background: rgba(248, 244, 238, 0.86);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(var(--max), calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(47, 104, 224, 0.2);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.language-select {
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  padding: 10px 12px;
  font: inherit;
}

.button,
.app-store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(13, 11, 8, 0.14);
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(180deg, #4f8ff5 0%, var(--accent) 100%);
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(47, 104, 224, 0.24);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.55);
  border-color: var(--line);
  box-shadow: none;
}

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 84px 0;
}

.hero {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  align-items: center;
  gap: 36px;
  padding: 42px 0 54px;
}

.hero > *,
.workflow > * {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 1px solid rgba(47, 104, 224, 0.55);
  border-radius: 999px;
  color: var(--green);
  background: var(--accent-tint);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 850px;
  font-family: var(--font-serif);
  font-size: clamp(3.45rem, 6.8vw, 7rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-copy {
  margin: 24px 0 0;
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.9vw, 1.34rem);
  line-height: 1.58;
}

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

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  color: var(--muted);
}

.trust-row span {
  flex: 0 0 auto;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
}

.phone-stage {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}

.phone-stage::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(13, 11, 8, 0.08);
  border-radius: 24px;
  filter: blur(0.1px);
}

.phone-stage::after {
  width: min(330px, 58vw);
  height: 220px;
  left: 6%;
  bottom: 22%;
  background: rgba(244, 201, 100, 0.2);
  transform: rotate(-7deg);
}

.phone-card {
  position: absolute;
  width: min(260px, 48vw);
  aspect-ratio: 390 / 844;
  padding: 10px;
  border: 1px solid rgba(13, 11, 8, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.phone-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 20px;
}

.phone-card.primary {
  z-index: 3;
  transform: rotate(-4deg) translate(-18px, 4px);
}

.phone-card.secondary {
  z-index: 2;
  transform: rotate(7deg) translate(124px, 46px) scale(0.84);
  opacity: 0.9;
}

.phone-card.tertiary {
  z-index: 1;
  transform: rotate(-10deg) translate(-120px, 94px) scale(0.74);
  opacity: 0.82;
}

.metric-panel {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 13%;
  width: min(280px, 64vw);
  padding: 18px;
  border: 1px solid rgba(13, 11, 8, 0.1);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.metric-panel strong {
  display: block;
  font-size: 2rem;
  color: var(--green);
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  max-width: 820px;
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 0.94;
}

.section-copy {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.68;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.feature-card,
.blog-card,
.faq-card,
.locale-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.feature-card {
  min-height: 240px;
  padding: 24px;
  box-shadow: 0 18px 60px rgba(55, 42, 25, 0.06);
}

.feature-card .mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(13, 11, 8, 0.16);
  border-radius: 14px;
  color: #ffffff;
  background: var(--green);
  font-weight: 900;
}

.feature-card h3,
.blog-card h3,
.faq-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.18;
}

.feature-card p,
.blog-card p,
.faq-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.workflow {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
  padding: 86px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.workflow-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: end;
  justify-items: center;
  max-width: 520px;
}

.workflow-media img {
  width: min(220px, 100%);
  height: auto;
  object-fit: contain;
  object-position: center top;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 20px 70px rgba(55, 42, 25, 0.1);
}

.workflow-media img:first-child {
  transform: rotate(-3deg) translateY(18px);
}

.workflow-media img:last-child {
  transform: rotate(3deg) translateY(-10px);
}

.steps {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
}

.step b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(13, 11, 8, 0.15);
  border-radius: 16px;
  color: #ffffff;
  background: var(--green);
}

.step h3 {
  margin: 0 0 6px;
}

.step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.blog-card {
  display: flex;
  min-height: 238px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  box-shadow: 0 18px 60px rgba(55, 42, 25, 0.06);
}

.blog-card .tag {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.blog-card .read {
  margin-top: 24px;
  color: #ffffff;
  font-weight: 850;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.faq-card {
  padding: 24px;
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 56px;
  border: 1px solid rgba(13, 11, 8, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 22%, rgba(47, 104, 224, 0.2), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(238, 233, 224, 0.72));
}

.cta-band h2 {
  margin: 0;
  max-width: 760px;
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: 0.96;
}

.cta-band p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.65;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: rgba(238, 233, 224, 0.55);
}

.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.page-hero {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 76px 0 44px;
}

.page-hero h1 {
  font-size: clamp(3rem, 6vw, 6.5rem);
}

.content-shell {
  width: min(820px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 86px;
}

.content-shell h2 {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 400;
  line-height: 1;
}

.content-shell p,
.content-shell li {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.content-shell a {
  color: var(--ink);
}

.article-lede {
  margin: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: clamp(1.18rem, 2vw, 1.36rem);
  line-height: 1.62;
}

.article-toc {
  position: sticky;
  top: 86px;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 44px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(248, 244, 238, 0.86);
  backdrop-filter: blur(14px);
}

.article-toc span {
  padding: 0 10px;
  color: var(--soft);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-toc a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.article-section {
  margin-top: 54px;
}

.article-detail {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
}

.article-detail h3 {
  margin: 0 0 10px;
  font-size: 1.24rem;
}

.article-detail p {
  margin: 12px 0 0;
}

.article-steps,
.article-faq {
  display: grid;
  gap: 12px;
}

.article-step,
.article-faq-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.article-step {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 20px;
}

.article-step b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(13, 11, 8, 0.14);
  border-radius: 14px;
  color: var(--ink);
  background: var(--green);
  font-weight: 950;
}

.article-step p {
  margin: 0;
  color: var(--ink);
}

.article-list-block {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.article-list-block li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
}

.article-faq-card {
  padding: 22px;
}

.article-faq-card h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.article-faq-card p {
  margin: 0;
}

.article-cta {
  margin-top: 56px;
  padding: 34px;
}

.article-cta h2 {
  max-width: 620px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.article-cta .app-store-button {
  margin-top: 12px;
  color: var(--ink);
  text-decoration: none;
}

.article-list {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 84px;
}

.locale-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.locale-card {
  padding: 13px 14px;
  color: var(--muted);
}

html[dir="rtl"],
html[dir="rtl"] body {
  direction: ltr;
}

[dir="rtl"] .hero > div:first-child,
[dir="rtl"] .workflow > div:last-child,
[dir="rtl"] .step > div,
[dir="rtl"] .section,
[dir="rtl"] .page-hero,
[dir="rtl"] .content-shell,
[dir="rtl"] .article-list,
[dir="rtl"] .site-footer {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .phone-card.primary {
  transform: rotate(4deg) translateX(18px);
}

[dir="rtl"] .phone-card.secondary {
  transform: rotate(-7deg) translate(-118px, 34px) scale(0.88);
}

@media (max-width: 980px) {
  .hero,
  .workflow {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 34px;
  }

  .phone-stage {
    min-height: 620px;
  }

  .feature-grid,
  .blog-grid,
  .locale-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .nav {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    min-height: auto;
    padding: 14px 0;
    align-items: center;
  }

  .nav-links {
    flex: 1 1 auto;
    min-width: 0;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav-links .app-store-button {
    display: none;
  }

  .nav-links .language-select {
    display: none;
  }

  .nav-links .hide-small {
    display: none;
  }

  .language-select {
    width: 150px;
    max-width: 100%;
  }

  .hero,
  .section,
  .page-hero,
  .article-list,
  .content-shell {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }

  .section {
    padding: 58px 0;
  }

  .hero h1,
  .page-hero h1 {
    max-width: 9ch;
    overflow-wrap: break-word;
    font-size: clamp(2.5rem, 12vw, 3.35rem);
    line-height: 0.94;
  }

  .hero-copy {
    max-width: 28ch;
    font-size: 1.05rem;
  }

  .trust-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .trust-row span {
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  [dir="rtl"] .hero,
  [dir="rtl"] .workflow,
  [dir="rtl"] .step {
    direction: ltr;
  }

  [dir="rtl"] .hero > div:first-child,
  [dir="rtl"] .section,
  [dir="rtl"] .page-hero,
  [dir="rtl"] .content-shell,
  [dir="rtl"] .article-list {
    direction: ltr;
    text-align: left;
  }

  [dir="rtl"] .hero h1,
  [dir="rtl"] .page-hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10vw, 2.9rem);
  }

  .phone-stage {
    min-height: 480px;
  }

  .phone-card {
    width: min(245px, 68vw);
    border-radius: 30px;
  }

  .phone-card.secondary {
    transform: rotate(7deg) translate(76px, 32px) scale(0.78);
  }

  .phone-card.tertiary {
    transform: rotate(-10deg) translate(-78px, 72px) scale(0.7);
  }

  .metric-panel {
    left: 0;
    bottom: 0;
  }

  .feature-grid,
  .blog-grid,
  .faq-grid,
  .locale-grid {
    grid-template-columns: 1fr;
  }

  .workflow-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 360px;
    margin: 0 auto;
  }

  .workflow-media img {
    width: min(158px, 100%);
  }

  .workflow-media img:first-child,
  .workflow-media img:last-child {
    transform: none;
  }

  .cta-band {
    padding: 28px;
  }

  .article-lede {
    padding: 22px;
  }

  .article-toc {
    position: static;
    border-radius: 18px;
  }

  .article-toc span,
  .article-toc a {
    width: 100%;
    justify-content: center;
  }

  .article-step {
    grid-template-columns: 1fr;
  }

  .article-cta {
    padding: 24px;
  }
}

/* Lavender collage landing theme. Mirrors the supplied reference while keeping
   Cleany's real screenshots, localized copy, and App Store conversion flow. */
:root {
  --bg: #ebe9f6;
  --paper: #fbfbff;
  --panel: #ffffff;
  --panel-2: #deddf0;
  --ink: #070707;
  --muted: #5f5c6b;
  --soft: #8c879b;
  --line: rgba(7, 7, 7, 0.1);
  --accent: #252525;
  --accent-dark: #0d0d0d;
  --accent-soft: #ece9fb;
  --accent-tint: rgba(7, 7, 7, 0.05);
  --green: #252525;
  --mint: #d8e8f5;
  --amber: #f3c949;
  --blue: #c9ddf4;
  --shadow: 0 26px 70px rgba(40, 36, 66, 0.16);
}

html,
body {
  background: var(--bg);
}

body {
  background: linear-gradient(180deg, #ebe9f6 0%, #f4f1fb 58%, #f8f5ee 100%);
}

body::before {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  border-bottom: 0;
  background: rgba(235, 233, 246, 0.9);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1780px, calc(100% - 96px));
  min-height: 104px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand {
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 3rem;
  font-style: italic;
  font-weight: 950;
  line-height: 1;
  text-shadow:
    0 2px 0 #2e2e34,
    0 5px 10px rgba(0, 0, 0, 0.34);
  transform: rotate(-7deg);
}

.brand img {
  display: none;
}

.brand span {
  display: block;
}

.nav-links {
  gap: 34px;
  color: var(--ink);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 1rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.language-select {
  min-height: 44px;
  color: var(--ink);
  border-color: rgba(7, 7, 7, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-weight: 800;
}

.button,
.app-store-button {
  min-height: 50px;
  padding: 0 28px;
  border-color: rgba(7, 7, 7, 0.12);
  color: #ffffff;
  background: #252525;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 14px 34px rgba(0, 0, 0, 0.18);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: none;
}

.hero {
  position: relative;
  width: min(1860px, calc(100% - 48px));
  max-width: none;
  min-height: 760px;
  margin: 6px auto 0;
  padding: 72px 48px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "copy"
    "shot"
    "proof";
  gap: 0;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 1px 1px, rgba(85, 83, 128, 0.12) 1.5px, transparent 2px),
    linear-gradient(180deg, #dedff0 0%, #e4e5f5 100%);
  background-size: 17px 17px, auto;
  border-radius: 48px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.hero-copy-block {
  grid-area: copy;
  width: min(900px, 100%);
  justify-self: center;
  text-align: center;
  position: relative;
  z-index: 8;
}

.hero .eyebrow,
.hero-rating-row,
.install-note,
.hero .trust-row,
.install-shot .metric-panel {
  display: none;
}

.hero h1 {
  max-width: 960px;
  margin: 0 auto;
  color: var(--ink);
  background: none;
  font-family: var(--font-sans);
  font-size: 58px;
  font-weight: 950;
  line-height: 1;
}

.hero-copy {
  max-width: 780px;
  margin: 18px auto 0;
  color: var(--ink);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.42;
  text-transform: uppercase;
}

.hero-actions {
  justify-content: center;
  margin-top: 22px;
}

.hero .app-store-button {
  min-width: 230px;
}

.hero-download-button {
  min-width: 300px;
  min-height: 64px;
  padding: 0 46px;
  border: 2px solid rgba(7, 7, 7, 0.58);
  border-radius: 999px;
  color: #ffffff;
  background: #242424;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 1.28rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -2px 0 rgba(0, 0, 0, 0.22),
    0 16px 36px rgba(0, 0, 0, 0.16);
}

.hero .button.secondary {
  background: rgba(255, 255, 255, 0.48);
  border-color: rgba(7, 7, 7, 0.12);
}

.install-shot {
  grid-area: shot;
  position: relative;
  width: min(1420px, 100%);
  min-height: 520px;
  margin: 24px auto 0;
  display: grid;
  place-items: end center;
  isolation: isolate;
}

.install-shot::before {
  display: none;
}

.install-shot > img {
  position: relative;
  z-index: 5;
  width: 220px;
  height: auto;
  border: 8px solid #080808;
  border-radius: 40px 40px 0 0;
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.88),
    0 34px 80px rgba(0, 0, 0, 0.22);
  transform: none;
}

.photo-tile {
  position: absolute;
  z-index: 3;
  width: 228px;
  margin: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 24px;
  box-shadow: 0 24px 56px rgba(38, 35, 62, 0.16);
}

.photo-tile img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 15px;
  background: #eff2f8;
}

.tile-left-top {
  top: 0;
  left: 3%;
  transform: rotate(-11deg);
}

.tile-left-bottom {
  left: 2%;
  bottom: 46px;
  transform: rotate(6deg);
}

.tile-low-left {
  left: 22%;
  bottom: -12px;
  transform: rotate(-16deg);
}

.tile-right-top {
  top: 26px;
  right: 8%;
  transform: rotate(14deg);
}

.tile-right-mid {
  right: 2%;
  bottom: 68px;
  width: 260px;
  transform: rotate(2deg);
}

.tile-right-bottom {
  right: 23%;
  bottom: -6px;
  width: 244px;
  transform: rotate(13deg);
}

.hero-proof-grid {
  grid-area: proof;
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px auto 36px;
  position: relative;
  z-index: 8;
}

.hero-proof-card {
  min-height: 54px;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid rgba(7, 7, 7, 0.1);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.5);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.92rem;
  font-weight: 850;
  text-align: center;
}

.section {
  padding: 78px 0;
}

.section-kicker,
.blog-card .tag {
  color: var(--ink);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}

.section-title,
.page-hero h1,
.cta-band h2,
.content-shell h2 {
  font-family: var(--font-sans);
  font-weight: 950;
}

.feature-card,
.blog-card,
.faq-card,
.locale-card,
.step,
.article-lede,
.article-detail,
.article-step,
.article-faq-card,
.article-list-block li {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(7, 7, 7, 0.1);
  box-shadow: 0 18px 48px rgba(38, 35, 62, 0.06);
}

.feature-card .mark,
.step b {
  color: #ffffff;
  background: #252525;
}

.workflow {
  border-color: rgba(7, 7, 7, 0.1);
}

.workflow-media img {
  background: #ffffff;
  border: 9px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 54px rgba(38, 35, 62, 0.12);
}

.blog-card .read {
  color: var(--ink);
}

.cta-band {
  background:
    radial-gradient(circle at 1px 1px, rgba(85, 83, 128, 0.1) 1.5px, transparent 2px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(224, 224, 242, 0.74));
  background-size: 17px 17px, auto;
}

.site-footer {
  background: rgba(222, 221, 240, 0.64);
}

@media (max-width: 1180px) {
  .nav {
    width: min(100% - 48px, 1100px);
  }

  .nav-links {
    gap: 18px;
    font-size: 0.92rem;
  }

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

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

  .install-shot {
    min-height: 500px;
  }

  .photo-tile {
    width: 200px;
  }

  .tile-low-left,
  .tile-right-bottom {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 0;
  }

  .nav {
    width: calc(100% - 32px);
    min-height: 76px;
    padding: 0;
  }

  .brand {
    font-size: 2.18rem;
  }

  .nav-links {
    gap: 10px;
    justify-content: flex-end;
  }

  .hero {
    width: calc(100% - 20px);
    min-height: 680px;
    margin-top: 0;
    padding: 38px 18px 0;
    border-radius: 30px;
  }

  .hero h1 {
    max-width: 10ch;
    font-size: 36px;
  }

  .hero-copy {
    max-width: 28ch;
    margin-top: 16px;
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .hero-actions {
    width: 100%;
  }

  .hero .app-store-button {
    width: min(100%, 280px);
    min-height: 58px;
    padding: 0 18px;
    font-size: 0.95rem;
    line-height: 1.1;
    text-align: center;
    white-space: normal;
  }

  .hero-download-button {
    min-width: 0;
    width: min(100%, 282px);
    min-height: 60px;
    padding: 0 24px;
    font-size: 1rem;
    white-space: nowrap;
  }

  .hero .button.secondary {
    display: none;
  }

  .install-shot {
    min-height: 430px;
    margin-top: 18px;
  }

  .install-shot > img {
    width: 178px;
    border-width: 7px;
    border-radius: 32px 32px 0 0;
  }

  .photo-tile {
    width: 112px;
    padding: 7px;
    border-radius: 16px;
  }

  .photo-tile img {
    border-radius: 10px;
  }

  .tile-left-top {
    top: 24px;
    left: -18px;
  }

  .tile-left-bottom {
    left: -20px;
    bottom: 46px;
  }

  .tile-right-top {
    top: 18px;
    right: -16px;
  }

  .tile-right-mid {
    right: -18px;
    bottom: 42px;
    width: 120px;
  }

  .hero-proof-grid {
    display: none;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: 38px;
  }

  .install-shot > img {
    width: 168px;
  }

  .photo-tile {
    opacity: 0.82;
  }
}

/* Guide pages read like articles instead of landing-page posters. */
.guide-article {
  color: #111111;
}

.guide-article .article-hero {
  width: min(860px, calc(100% - 40px));
  padding: 84px 0 44px;
}

.guide-article .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 22px;
  color: #6f6a7d;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.guide-article .article-meta span::before {
  content: "/";
  margin-right: 14px;
  color: #aaa4b9;
}

.guide-article .article-hero h1 {
  max-width: 840px;
  margin: 0;
  color: #111111;
  font-family: var(--font-serif);
  font-size: clamp(3rem, 7.4vw, 5.9rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

.guide-article .article-hero .hero-copy {
  max-width: 720px;
  margin: 24px 0 0;
  color: #4f4b59;
  font-family: var(--font-sans);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 500;
  line-height: 1.45;
  text-transform: none;
}

.guide-content {
  width: min(740px, calc(100% - 40px));
  padding-bottom: 92px;
}

.guide-content .article-lede {
  margin: 0 0 28px;
  padding: 0 0 28px;
  border: 0;
  border-bottom: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #302d38;
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.35;
}

.guide-content .article-toc {
  position: static;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 56px;
  padding: 0 0 20px;
  border: 0;
  border-bottom: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.guide-content .article-toc span {
  padding: 0;
  color: #8d879a;
}

.guide-content .article-toc a {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(7, 7, 7, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #111111;
  font-size: 0.92rem;
}

.guide-content .article-section {
  margin-top: 68px;
}

.guide-content .article-section h2 {
  margin: 0 0 22px;
  color: #111111;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.04;
}

.guide-content .article-detail,
.guide-content .article-faq-card {
  margin-top: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.guide-content .article-detail h3,
.guide-content .article-faq-card h3 {
  margin: 0 0 10px;
  color: #111111;
  font-family: var(--font-sans);
  font-size: 1.24rem;
  font-weight: 900;
  line-height: 1.25;
}

.guide-content .article-detail p,
.guide-content .article-faq-card p,
.guide-content .article-step p,
.guide-content .article-list-block li {
  color: #3c3845;
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.74;
}

.guide-content .article-detail p {
  margin: 12px 0 0;
}

.guide-content .article-steps {
  gap: 18px;
}

.guide-content .article-step {
  grid-template-columns: 34px 1fr;
  gap: 18px;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid rgba(7, 7, 7, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.guide-content .article-step b {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(7, 7, 7, 0.18);
  border-radius: 50%;
  color: #ffffff;
  background: #242424;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.95rem;
}

.guide-content .article-list-block {
  gap: 0;
  margin-top: 12px;
  border-top: 1px solid rgba(7, 7, 7, 0.1);
}

.guide-content .article-list-block li {
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid rgba(7, 7, 7, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.guide-content .blog-grid {
  grid-template-columns: 1fr;
}

.guide-content .blog-card {
  min-height: auto;
  padding: 22px 0;
  border: 0;
  border-top: 1px solid rgba(7, 7, 7, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.guide-content .blog-card h3 {
  font-size: 1.35rem;
}

.guide-content .article-cta {
  margin-top: 72px;
  padding: 34px;
  border-radius: 22px;
}

.guide-content .article-cta h2 {
  font-family: var(--font-serif);
  font-weight: 400;
}

.guide-content .article-cta .app-store-button {
  color: #ffffff;
  background: #242424;
}

@media (max-width: 680px) {
  .guide-article .article-hero {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    padding: 54px 0 32px;
  }

  .guide-article .article-meta {
    display: grid;
    gap: 4px;
    max-width: 100%;
    line-height: 1.35;
  }

  .guide-article .article-meta span::before {
    content: "";
    margin: 0;
  }

  .guide-article .article-hero h1 {
    max-width: 8.8ch;
    overflow-wrap: anywhere;
    font-size: clamp(2.2rem, 9vw, 2.8rem);
    line-height: 1.04;
  }

  .guide-article .article-hero .hero-copy {
    max-width: 31ch;
    font-size: 1.15rem;
    overflow-wrap: break-word;
  }

  .guide-content {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    overflow-wrap: break-word;
  }

  .guide-content .article-lede {
    max-width: 30ch;
    padding: 0 0 24px;
    font-size: 1.28rem;
  }

  .guide-content .article-toc {
    align-items: stretch;
    flex-direction: column;
  }

  .guide-content .article-toc a {
    width: 100%;
    justify-content: center;
  }

  .guide-content .article-step {
    grid-template-columns: 1fr;
  }
}
