:root {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  line-height: 1.6;
  color: #e7eef5;
  background: #0f1419;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: radial-gradient(ellipse at top, #2a1f3d 0%, #0f1419 55%);
  min-height: 100vh;
}

.seo-fallback {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 20px;
}

.seo-fallback header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(139, 154, 171, 0.18);
}

.seo-fallback h1 {
  margin: 0 0 8px;
  font-size: 1.75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.seo-fallback ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-fallback li {
  margin-bottom: 16px;
}

.seo-fallback--compact {
  padding-top: 0;
  padding-bottom: 0;
}

body.js-loaded .seo-fallback {
  display: none;
}

a {
  color: #e8d48a;
}

.blog-shell {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 20px 48px;
}

.blog-header {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(139, 154, 171, 0.18);
}

.blog-header h1 {
  margin: 0 0 4px;
  font-size: 1.75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.blog-header p {
  margin: 0;
  color: #8b9aab;
  font-size: 0.95rem;
}

.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.post-card a {
  text-decoration: none;
  color: inherit;
}

.post-card h2 {
  margin: 0 0 6px;
  font-size: 1.2rem;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.post-card .meta {
  font-size: 0.85rem;
  color: #8b9aab;
  margin-bottom: 6px;
}

.post-card .excerpt {
  margin: 0;
  color: #b8c5d3;
  font-size: 0.95rem;
}

.post-article h1 {
  margin: 0 0 8px;
  font-size: 1.85rem;
  line-height: 1.25;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.post-article .meta {
  color: #8b9aab;
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.post-article h2 {
  margin: 28px 0 10px;
  font-size: 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.post-article p {
  margin: 0 0 14px;
  color: #d5dee8;
}

.post-article a {
  font-weight: 500;
}

.back-link {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.cta-box {
  margin-top: 32px;
  padding: 20px;
  border-radius: 12px;
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.28);
}

.cta-box a {
  font-weight: 600;
}

.blog-footer {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(139, 154, 171, 0.18);
}

.blog-footer-title {
  margin: 0 0 6px;
  font-size: 1.15rem;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.blog-footer-lead {
  margin: 0 0 24px;
  text-align: center;
  color: #8b9aab;
  font-size: 0.95rem;
}

.blog-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.blog-footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(139, 154, 171, 0.18);
  border-radius: 12px;
}

.blog-footer-item--link-only {
  justify-content: center;
  min-height: 152px;
}

.blog-footer-qr {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  background: #fff;
}

.blog-footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  text-decoration: none;
  border-radius: 10px;
  transition: opacity 0.15s, transform 0.15s;
  min-width: 0;
  width: 100%;
  max-width: 220px;
  justify-content: center;
}

.blog-footer-badge:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.blog-footer-badge--apple,
.blog-footer-badge--google {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.blog-footer-badge--web {
  background: rgba(255, 255, 255, 0.06);
  color: #e7eef5;
  border: 1px solid rgba(139, 154, 171, 0.28);
}

.blog-footer-store-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.blog-footer-badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: left;
}

.blog-footer-badge-text small {
  font-size: 0.62rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.blog-footer-badge-text strong {
  font-size: 0.95rem;
  font-weight: 600;
}

.blog-footer-meta {
  margin: 0;
  text-align: center;
  font-size: 0.85rem;
  color: #8b9aab;
}

.blog-footer-meta a {
  color: #b8c5d3;
  text-decoration: none;
}

.blog-footer-meta a:hover {
  color: #e8d48a;
}
