:root {
  --ink: #0b1a2b;
  --ink-soft: #1f3147;
  --muted: #4b6075;
  --muted-2: #6b7e92;
  --line: #d8e1ec;
  --line-soft: #e8eef6;
  --bg: #f4f7fb;
  --bg-card: #ffffff;
  --brand: #1f4fb6;
  --brand-hover: #1a44a0;
  --brand-soft: #e7efff;
  --accent: #16a34a;
  --accent-soft: #dcfce7;
  --warn: #b45309;
  --warn-soft: #fef3c7;
  --shadow-sm: 0 1px 2px rgba(11, 26, 43, 0.05);
  --shadow-md:
    0 6px 18px -8px rgba(11, 26, 43, 0.18), 0 2px 4px rgba(11, 26, 43, 0.04);
  --shadow-lg:
    0 24px 60px -28px rgba(31, 79, 182, 0.45),
    0 8px 22px -10px rgba(11, 26, 43, 0.16);
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--brand);
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
p,
ul,
figure {
  margin: 0;
}

ul {
  padding-left: 1.1rem;
}

li + li {
  margin-top: 6px;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header / nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(140%) blur(10px);
  background: rgba(244, 247, 251, 0.85);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.brand:hover {
  text-decoration: none;
}

.brand__logo {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}

.brand__name {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand__name small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.nav a {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px;
}

.nav a:hover {
  background: var(--brand-soft);
  color: var(--brand);
  text-decoration: none;
}

.nav .button {
  margin-left: 6px;
  padding: 8px 14px;
  font-size: 14px;
  color: #fff;
}

.nav .button:hover {
  color: #fff;
  background: var(--brand-hover);
}

/* Buttons */
.button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition:
    transform 0.06s ease,
    background 0.15s ease,
    border-color 0.15s ease;
  box-shadow: var(--shadow-sm);
}

.button:hover {
  background: var(--brand-hover);
  text-decoration: none;
  transform: translateY(-1px);
}

.button-secondary {
  background: #fff;
  color: var(--brand);
  border-color: var(--line);
}

.button-secondary:hover {
  background: #fff;
  border-color: var(--brand);
}

.button-ghost {
  background: transparent;
  color: var(--ink-soft);
  border-color: transparent;
  box-shadow: none;
}

.button-ghost:hover {
  background: var(--line-soft);
}

.icon {
  width: 18px;
  height: 18px;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 64px;
  background:
    radial-gradient(
      1100px 500px at 12% -10%,
      rgba(31, 79, 182, 0.18),
      transparent 60%
    ),
    radial-gradient(
      900px 480px at 110% 10%,
      rgba(22, 163, 74, 0.15),
      transparent 55%
    ),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'><g fill='none' stroke='%231f4fb6' stroke-opacity='0.08' stroke-width='1.2'><path d='M0,520 C200,470 380,500 580,460 C760,425 950,440 1200,400'/><path d='M0,470 C220,420 380,455 580,415 C760,380 950,395 1200,355'/><path d='M0,420 C200,370 400,405 590,365 C770,330 960,345 1200,305'/><path d='M0,370 C200,320 400,355 580,315 C760,280 960,295 1200,255'/><path d='M0,320 C200,275 400,305 580,265 C760,230 960,245 1200,205'/><path d='M0,270 C200,225 400,255 580,215 C760,180 960,195 1200,155'/><path d='M0,220 C200,180 400,205 580,165 C760,130 960,145 1200,105'/></g></svg>");
  background-size: cover;
  background-position: bottom center;
  pointer-events: none;
  opacity: 0.9;
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 52px;
  align-items: center;
}

.hero__copy {
  max-width: 560px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(31, 79, 182, 0.18);
}

.hero h1 {
  margin-top: 18px;
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-weight: 850;
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, #1f4fb6 0%, #16a34a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__lead {
  margin-top: 18px;
  font-size: 1.125rem;
  color: var(--muted);
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 14px;
}

.hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero__meta-item svg {
  color: var(--accent);
}

.hero__art {
  position: relative;
}

.hero__logo {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 88px;
  height: 88px;
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  z-index: 2;
  background: #fff;
}

/* Screenshot frame */
.screenshot {
  position: relative;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #f1f5fb 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.screenshot__chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #f7f9fc;
  border-bottom: 1px solid var(--line);
}

.screenshot__chrome span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d6dde6;
}

.screenshot__chrome span:nth-child(1) {
  background: #fb7185;
}

.screenshot__chrome span:nth-child(2) {
  background: #fbbf24;
}

.screenshot__chrome span:nth-child(3) {
  background: #34d399;
}

.screenshot__chrome em {
  margin-left: 12px;
  font-style: normal;
  font-size: 12px;
  color: var(--muted-2);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.screenshot__body {
  position: relative;
  aspect-ratio: 16 / 10;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(31, 79, 182, 0.04),
      rgba(31, 79, 182, 0.04) 10px,
      transparent 10px,
      transparent 20px
    ),
    linear-gradient(180deg, #eaf1fb 0%, #dde8f6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.screenshot__placeholder {
  text-align: center;
  padding: 24px;
  color: var(--muted);
  max-width: 380px;
}

.screenshot__placeholder strong {
  display: block;
  color: var(--ink-soft);
  font-size: 15px;
  margin-bottom: 6px;
}

.screenshot__placeholder span {
  font-size: 13px;
}

.screenshot picture,
.screenshot img.screenshot__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #ffffff;
}

/* Sections */
.section {
  padding: 80px 0;
  border-bottom: 1px solid var(--line);
}

.section--tight {
  padding: 56px 0;
}

.section__head {
  max-width: 720px;
  margin-bottom: 36px;
}

.section__head .eyebrow {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink-soft);
}

.section__head h2 {
  margin-top: 14px;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.15;
}

.section__head p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 1.05rem;
}

/* Feature grid */
.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease,
    border-color 0.12s ease;
}

.feature:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: #c9d4e3;
}

.feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--brand-soft);
  color: var(--brand);
  margin-bottom: 14px;
}

.feature--green .feature__icon {
  background: var(--accent-soft);
  color: var(--accent);
}

.feature--warn .feature__icon {
  background: var(--warn-soft);
  color: var(--warn);
}

.feature h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.feature p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.97rem;
}

/* How it works */
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  counter-reset: stepCounter;
}

.step {
  position: relative;
  padding: 26px 22px 22px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.step::before {
  counter-increment: stepCounter;
  content: counter(stepCounter);
  position: absolute;
  top: -16px;
  left: 22px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(31, 79, 182, 0.35);
}

.step h3 {
  font-size: 1.05rem;
  margin-top: 4px;
  color: var(--ink);
  font-weight: 800;
}

.step p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.97rem;
}

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.plan {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  position: relative;
  box-shadow: var(--shadow-sm);
}

.plan--featured {
  border-color: var(--brand);
  box-shadow: var(--shadow-md);
}

.plan__tag {
  position: absolute;
  top: -10px;
  right: 16px;
  padding: 3px 10px;
  background: var(--brand);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
}

.plan h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.plan__price {
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.1;
}

.plan__price small {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0;
}

.plan__list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.plan__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  color: var(--ink-soft);
  font-size: 0.97rem;
}

.plan__list li::before {
  content: "";
  flex: 0 0 18px;
  height: 18px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--accent-soft)
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='5 12 10 17 19 7'/></svg>")
    center / 12px no-repeat;
}

.plan__cta {
  margin-top: 22px;
}

.pricing-note {
  margin-top: 18px;
  font-size: 0.92rem;
  color: var(--muted);
}

/* FAQ / details */
.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 20px;
  box-shadow: var(--shadow-sm);
}

.faq details[open] {
  border-color: #c9d4e3;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

.faq summary::after {
  content: "+";
  font-size: 22px;
  color: var(--muted-2);
  transition: transform 0.15s ease;
}

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

.faq p {
  margin-top: 10px;
  color: var(--muted);
}

/* CTA banner */
.cta-banner {
  margin: 48px 0 0;
  padding: 36px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(
      600px 300px at 0% 0%,
      rgba(255, 255, 255, 0.18),
      transparent 60%
    ),
    linear-gradient(135deg, #1f4fb6 0%, #2563eb 50%, #16a34a 110%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  box-shadow: var(--shadow-lg);
}

.cta-banner h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.cta-banner p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
}

.cta-banner .button {
  background: #fff;
  color: var(--brand);
}

.cta-banner .button:hover {
  background: #f1f5fb;
}

/* Disclaimer */
.disclaimer {
  margin-top: 18px;
  padding: 14px 18px;
  background: var(--warn-soft);
  border: 1px solid #fcd34d;
  border-radius: var(--radius);
  color: #78350f;
  font-size: 0.92rem;
}

/* Detail grid (business info) */
.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.detail-grid div {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 18px;
  box-shadow: var(--shadow-sm);
}

.detail-grid strong {
  display: block;
  color: var(--muted-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.detail-grid span {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-weight: 700;
}

/* Footer */
.site-footer {
  padding: 36px 0 56px;
  background: #fff;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 36px;
}

.site-footer h4 {
  font-size: 12px;
  font-weight: 800;
  color: var(--muted-2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin-top: 14px;
}

.site-footer li + li {
  margin-top: 8px;
}

.site-footer a {
  color: var(--ink-soft);
  font-weight: 600;
}

.site-footer a:hover {
  color: var(--brand);
}

.site-footer__brand p {
  margin-top: 12px;
  color: var(--muted);
  max-width: 360px;
}

.site-footer__legal {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  color: var(--muted-2);
  font-size: 0.85rem;
}

/* Legal pages (privacy/terms) */
.legal-hero {
  padding: 56px 0 32px;
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  letter-spacing: -0.02em;
  font-weight: 850;
  color: var(--ink);
}

.legal-hero p.muted {
  margin-top: 8px;
}

.legal-body {
  padding: 48px 0 80px;
}

.legal-body article {
  max-width: 760px;
}

.legal-body h2 {
  font-size: 1.2rem;
  margin-top: 32px;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.legal-body h2:first-of-type {
  margin-top: 0;
}

.legal-body p {
  margin-top: 12px;
  color: var(--ink-soft);
}

.muted {
  color: var(--muted);
}

/* Blog — featured strip on homepage */
.blog-strip {
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

.blog-strip__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.blog-strip__head h2 {
  margin-top: 14px;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  letter-spacing: -0.02em;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.15;
}

.blog-strip__head p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 560px;
}

.blog-strip__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}

.blog-strip__link:hover {
  text-decoration: underline;
}

/* Blog index — post grid */
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.post-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease,
    border-color 0.12s ease;
  text-decoration: none;
  color: inherit;
}

.post-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: #c9d4e3;
  text-decoration: none;
}

.post-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.post-card--featured {
  grid-column: span 2;
  background:
    radial-gradient(
      600px 300px at 0% 0%,
      rgba(31, 79, 182, 0.08),
      transparent 65%
    ),
    var(--bg-card);
  border-color: #c9d4e3;
}

.post-card h3 {
  margin-top: 14px;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.post-card--featured h3 {
  font-size: 1.5rem;
}

.post-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.97rem;
}

.post-card__meta {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted-2);
  font-size: 13px;
  font-weight: 600;
}

.post-card__meta::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--muted-2);
  display: none;
}

.post-card__meta time {
  color: var(--muted-2);
}

.post-card__meta .post-card__readtime {
  position: relative;
  padding-left: 12px;
}

.post-card__meta .post-card__readtime::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background: var(--muted-2);
}

/* Blog post hero */
.post-hero {
  padding: 56px 0 32px;
  background:
    radial-gradient(
      900px 380px at 12% -10%,
      rgba(31, 79, 182, 0.14),
      transparent 60%
    ),
    radial-gradient(
      720px 360px at 110% 0%,
      rgba(22, 163, 74, 0.12),
      transparent 55%
    ),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
}

.post-hero__inner {
  max-width: 760px;
}

.post-hero h1 {
  margin-top: 14px;
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-weight: 850;
}

.post-hero__lead {
  margin-top: 16px;
  font-size: 1.125rem;
  color: var(--muted);
}

.post-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  color: var(--muted-2);
  font-size: 14px;
  font-weight: 600;
}

.post-meta__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f4fb6 0%, #16a34a 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.post-meta__divider {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--muted-2);
  display: inline-block;
}

/* Blog post body */
.post-body {
  padding: 48px 0 32px;
}

.post-body article {
  max-width: 720px;
}

.post-body h2 {
  font-size: 1.4rem;
  margin-top: 40px;
  color: var(--ink);
  letter-spacing: -0.01em;
  font-weight: 800;
  line-height: 1.2;
}

.post-body h2:first-of-type {
  margin-top: 0;
}

.post-body h3 {
  font-size: 1.1rem;
  margin-top: 28px;
  color: var(--ink);
  font-weight: 800;
}

.post-body p {
  margin-top: 16px;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}

.post-body ul,
.post-body ol {
  margin-top: 14px;
  padding-left: 1.4rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}

.post-body li {
  margin-top: 6px;
}

.post-body strong {
  color: var(--ink);
}

.post-body blockquote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--brand);
  background: var(--brand-soft);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--ink-soft);
  font-style: italic;
}

.post-callout {
  margin: 28px 0;
  padding: 22px 24px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.post-callout strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  margin-bottom: 6px;
}

.post-callout p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.97rem;
}

.post-inline-cta {
  margin: 36px 0;
  padding: 28px 30px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(
      600px 280px at 0% 0%,
      rgba(255, 255, 255, 0.18),
      transparent 60%
    ),
    linear-gradient(135deg, #1f4fb6 0%, #2563eb 50%, #16a34a 110%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  box-shadow: var(--shadow-lg);
}

.post-inline-cta h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
}

.post-inline-cta p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}

.post-inline-cta .button {
  background: #fff;
  color: var(--brand);
  flex-shrink: 0;
}

.post-inline-cta .button:hover {
  background: #f1f5fb;
}

.post-disclaimer {
  margin-top: 32px;
  padding: 14px 18px;
  background: var(--warn-soft);
  border: 1px solid #fcd34d;
  border-radius: var(--radius);
  color: #78350f;
  font-size: 0.92rem;
}

.post-footer-cta {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.post-footer-cta h2 {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.post-footer-cta p {
  margin-top: 10px;
  color: var(--muted);
}

.post-footer-cta .hero__actions {
  margin-top: 20px;
}

.post-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted-2);
  font-size: 14px;
  font-weight: 700;
}

.post-back:hover {
  color: var(--brand);
  text-decoration: none;
}

/* Responsive */
@media (max-width: 960px) {
  .hero {
    padding: 56px 0 48px;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero__logo {
    width: 72px;
    height: 72px;
  }

  .features,
  .steps,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .post-card--featured {
    grid-column: span 2;
  }

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

  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .nav {
    gap: 2px;
  }

  .nav a:not(.button) {
    padding: 6px 8px;
    font-size: 13px;
  }

  .features,
  .steps,
  .pricing-grid,
  .post-grid,
  .detail-grid,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .post-card--featured {
    grid-column: span 1;
  }

  .blog-strip__head {
    align-items: flex-start;
  }

  .post-inline-cta {
    padding: 22px;
  }

  .section {
    padding: 56px 0;
  }

  .cta-banner {
    padding: 26px;
  }
}
