* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.5;
}

img,
svg,
video,
canvas,
iframe {
  display: block;
  max-width: 100%;
}

.fc-tool-workspace {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .fc-tool-workspace {
    grid-template-columns: 360px minmax(0, 1fr);
    align-items: start;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
}

button,
[type="button"],
[type="submit"],
[type="reset"],
input[type="file"],
label[for],
summary,
[role="button"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="submit"]:disabled,
[type="reset"]:disabled {
  cursor: not-allowed;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: anywhere;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}

.brand-mark img {
  display: block;
  max-width: 100%;
  height: auto;
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 76px;
  width: auto;
  max-width: 320px;
  border: 0;
  background: transparent;
  overflow: visible;
}

.nav-logo img {
  height: 100% !important;
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  vertical-align: middle;
  transition: transform 0.25s ease;
  mix-blend-mode: multiply;
}

#site-header {
  will-change: box-shadow, background-color;
}

#site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}

#site-header.is-scrolled .nav-logo img {
  transform: none;
  transform-origin: left center;
}

.fc-nav-group {
  position: relative;
}

.fc-menu-hitbox {
  position: absolute;
  right: 0;
  top: 100%;
  height: 18px;
}

.fc-menu-hitbox-tools {
  width: min(52rem, calc(100vw - 2rem));
}

.fc-menu-hitbox-compact {
  width: min(24rem, calc(100vw - 2rem));
}

.fc-menu-hitbox-center {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.fc-mega-menu {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 80;
  margin-top: 0;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
  transform: translateY(8px);
  max-width: calc(100vw - 2rem);
}

.fc-mega-menu-center {
  left: 50%;
  right: auto;
  transform: translate(-50%, 8px);
}

.group:hover .fc-mega-menu,
.group:focus-within .fc-mega-menu {
  transform: translateY(0);
}

.group:hover .fc-mega-menu-center,
.group:focus-within .fc-mega-menu-center {
  transform: translate(-50%, 0);
}

.fc-mega-menu-tools {
  width: min(58rem, calc(100vw - 2rem));
  padding: 1rem;
}

.fc-mega-menu-compact {
  width: min(24rem, calc(100vw - 2rem));
  padding: 0.75rem;
}

.fc-mega-grid {
  display: grid;
  gap: 1rem;
}

.fc-mega-grid-tools {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-mega-grid-compact,
.fc-mega-grid-guides {
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
}

.fc-mega-panel,
.fc-mega-link {
  min-width: 0;
}

.fc-mega-link {
  display: block;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.fc-mega-link span {
  overflow-wrap: anywhere;
  word-break: normal;
}

.fc-mega-menu .fc-mega-link .text-xs {
  display: none;
}

@media (max-width: 640px) {
  .nav-logo {
    height: 64px;
    max-width: 220px;
  }

  #site-header.is-scrolled .nav-logo img {
    transform: none;
  }

  .mobile-stack > * {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .fc-mega-menu-tools {
    width: min(50rem, calc(100vw - 2rem));
  }

  .fc-menu-hitbox-tools {
    width: min(50rem, calc(100vw - 2rem));
  }
}

@media (max-width: 980px) {
  .fc-mega-grid-tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fc-mega-menu-tools {
    width: min(38rem, calc(100vw - 2rem));
  }

  .fc-menu-hitbox-tools {
    width: min(38rem, calc(100vw - 2rem));
  }
}

@media (max-width: 860px) {
  .fc-mega-grid-tools {
    grid-template-columns: minmax(0, 1fr);
  }

  .fc-mega-menu-tools {
    width: min(28rem, calc(100vw - 2rem));
  }

  .fc-menu-hitbox-tools {
    width: min(28rem, calc(100vw - 2rem));
  }
}

.business-details {
  line-height: 1.6;
}

.legal-disclaimer {
  font-size: 12px;
}

.logo-disclaimer {
  font-size: 12px;
  line-height: 1.4;
}

.hero-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hero-cta::before {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.hero-cta-primary::before {
  content: "↗";
  background: rgba(47, 125, 246, 0.16);
  color: #1557c6;
}

.hero-cta-secondary::before {
  content: "◎";
  background: rgba(16, 24, 40, 0.14);
  color: #ffffff;
}

.hero-cta-secondary.border-2::before {
  background: rgba(47, 125, 246, 0.14);
  color: #1557c6;
}

.cv-auto {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.feature-startup-card {
  position: relative;
  overflow: hidden;
}

.feature-startup-card::before {
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: block;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  box-shadow: inset 0 0 0 1px #bfdbfe;
  position: relative;
}

.feature-startup-card:nth-child(1)::after,
.feature-startup-card:nth-child(2)::after,
.feature-startup-card:nth-child(3)::after,
.feature-startup-card:nth-child(4)::after {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 14px;
  font-weight: 800;
  color: #1557c6;
}

.feature-startup-card:nth-child(1)::after { content: "$"; }
.feature-startup-card:nth-child(2)::after { content: "≋"; }
.feature-startup-card:nth-child(3)::after { content: "↔"; }
.feature-startup-card:nth-child(4)::after { content: "▦"; }

.testimonial-card {
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  right: 14px;
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  color: #1557c6;
  font-size: 18px;
  font-weight: 800;
}

.label-dropzone {
  position: relative;
  overflow: hidden;
}

.label-dropzone.is-dragover {
  border-color: #1557c6;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 48%, #dbeafe 100%);
  box-shadow: 0 18px 40px rgba(21, 87, 198, 0.12);
}

.preview-shell {
  position: relative;
}

.preview-empty {
  transition: opacity 0.2s ease;
}

.canvas-viewport {
  touch-action: none;
}

.crop-layer {
  pointer-events: none;
}

.crop-shade {
  position: absolute;
  background: rgba(2, 6, 23, 0.56);
  pointer-events: none;
}

.crop-box {
  position: absolute;
  border: 2px solid #2f7df6;
  border-radius: 20px;
  box-shadow: 0 0 0 9999px rgba(255, 255, 255, 0.01), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  cursor: move;
  pointer-events: auto;
  touch-action: none;
  backdrop-filter: saturate(1.2);
}

.crop-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(rgba(47, 125, 246, 0.18), rgba(47, 125, 246, 0.18)),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent calc(33.333% - 1px),
      rgba(255, 255, 255, 0.5) calc(33.333% - 1px),
      rgba(255, 255, 255, 0.5) 33.333%
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent calc(33.333% - 1px),
      rgba(255, 255, 255, 0.5) calc(33.333% - 1px),
      rgba(255, 255, 255, 0.5) 33.333%
    );
}

.crop-box-label {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.78);
  color: #fff;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 2;
}

.crop-handle {
  position: absolute;
  border: 0;
  background: transparent;
  pointer-events: auto;
  z-index: 3;
}

.crop-handle-n,
.crop-handle-s {
  left: 18px;
  right: 18px;
  height: 16px;
}

.crop-handle-w,
.crop-handle-e {
  top: 18px;
  bottom: 18px;
  width: 16px;
}

.crop-handle-n {
  top: -8px;
  cursor: ns-resize;
}

.crop-handle-s {
  bottom: -8px;
  cursor: ns-resize;
}

.crop-handle-w {
  left: -8px;
  cursor: ew-resize;
}

.crop-handle-e {
  right: -8px;
  cursor: ew-resize;
}

.crop-handle-n::before,
.crop-handle-s::before,
.crop-handle-w::before,
.crop-handle-e::before,
.crop-handle-nw::before,
.crop-handle-ne::before,
.crop-handle-sw::before,
.crop-handle-se::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #2f7df6;
  border: 2px solid #fff;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.26);
}

.crop-handle-n::before,
.crop-handle-s::before {
  left: 50%;
  top: 50%;
  width: 38px;
  height: 8px;
  transform: translate(-50%, -50%);
}

.crop-handle-w::before,
.crop-handle-e::before {
  left: 50%;
  top: 50%;
  width: 8px;
  height: 38px;
  transform: translate(-50%, -50%);
}

.crop-handle-nw {
  width: 18px;
  height: 18px;
  top: -9px;
  left: -9px;
  cursor: nwse-resize;
}

.crop-handle-ne {
  width: 18px;
  height: 18px;
  top: -9px;
  right: -9px;
  cursor: nesw-resize;
}

.crop-handle-sw {
  width: 18px;
  height: 18px;
  bottom: -9px;
  left: -9px;
  cursor: nesw-resize;
}

.crop-handle-se {
  width: 18px;
  height: 18px;
  right: -9px;
  bottom: -9px;
  cursor: nwse-resize;
}

.preview-loader {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 22px;
  background: rgba(2, 6, 23, 0.6);
  backdrop-filter: blur(4px);
}

.loading-spinner {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2.5px solid rgba(16, 185, 129, 0.22);
  border-top-color: #10b981;
  animation: fastcropper-spin 0.78s linear infinite;
}

.loading-spinner-lg {
  width: 42px;
  height: 42px;
  border-width: 4px;
  border-top-color: #34d399;
  border-right-color: rgba(255, 255, 255, 0.55);
}

@keyframes fastcropper-spin {
  to {
    transform: rotate(360deg);
  }
}

.blog-page-shell {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 26%, #f8fafc 100%);
}

.blog-shell-card {
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.blog-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.blog-post-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.blog-post-card {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
}

.blog-post-card:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.09);
}

.blog-post-card-featured {
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.blog-post-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.blog-post-card-featured .blog-post-card-content {
  padding: 2rem 2.2rem;
}

.blog-post-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.blog-post-card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: #f8fafc;
}

.blog-post-card-image-placeholder {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1.1rem;
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.16), transparent 38%),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  text-decoration: none;
}

.blog-post-card-image-placeholder span {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dbe3ee;
  padding: 0.5rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #33548b;
}

.blog-post-card-title {
  margin-top: 0.9rem;
  font-size: 1.38rem;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #020617;
}

.blog-post-card-featured .blog-post-card-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.blog-post-card-title a {
  color: inherit;
}

.blog-post-card-title a:hover {
  color: #2563eb;
}

.blog-post-card-excerpt {
  margin-top: 1rem;
  font-size: 0.93rem;
  line-height: 1.74;
  color: #475569;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-post-card-byline {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.86rem;
  color: #64748b;
}

.blog-post-card-tags {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.blog-post-card-tags-top {
  margin-top: 0;
}

.blog-post-card-tags-top a {
  border-radius: 999px;
  background: #f8fbff;
  border-color: #d8e6ff;
  color: #33548b;
}

.blog-post-card-cta {
  margin-top: auto;
  padding-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #2563eb;
}

.blog-post-card-cta::after {
  content: "↗";
  font-size: 0.8rem;
}

.blog-sidebar-card {
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  padding: 1.5rem;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
}

.blog-sidebar-card .rounded-2xl {
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.blog-sidebar-card .rounded-2xl:hover {
  transform: translateY(-1px);
}

.blog-latest-post {
  display: block;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 1rem;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-latest-post:hover {
  transform: translateY(-1px);
  border-color: #cbd5e1;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.blog-latest-post-badge {
  display: inline-flex;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  padding: 0.32rem 0.6rem;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-latest-post-date {
  margin: 0.75rem 0 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.blog-latest-post-title {
  margin: 0.45rem 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 800;
  color: #0f172a;
}

.blog-article-shell {
  border: 1px solid #e2e8f0;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.06);
}

.blog-article-hero {
  position: relative;
}

.blog-article-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.blog-article-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8e6ff;
  border-radius: 999px;
  background: #f8fbff;
  padding: 0.45rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #33548b;
}

.blog-article-title {
  margin-top: 1rem;
  font-size: clamp(2.45rem, 5vw, 4.5rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #020617;
  text-wrap: balance;
}

.blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.1rem;
}

.blog-article-meta-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  padding: 0.72rem 1rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: #475569;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.blog-article-excerpt {
  margin-top: 1.2rem;
  max-width: 52rem;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #475569;
}

.blog-article-media {
  margin-top: 2rem;
}

.blog-article-cover {
  width: 100%;
  display: block;
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
}

.blog-article-summary {
  margin-top: 1.8rem;
  border: 1px solid #dbe3ee;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fbff 0%, #f8fafc 100%);
  padding: 1.15rem;
}

.blog-article-tag-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.blog-article-summary-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-article-summary-item {
  border: 1px solid rgba(219, 227, 238, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
}

.blog-article-body {
  max-width: none;
  color: #334155;
  font-size: 1.02rem;
  line-height: 1.95;
}

.blog-article-body > *:first-child {
  margin-top: 0;
}

.blog-article-body h2,
.blog-article-body h3,
.blog-article-body h4 {
  color: #020617;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin-top: 2.2rem;
  margin-bottom: 0.9rem;
}

.blog-article-body h2 { font-size: clamp(1.7rem, 2.6vw, 2.2rem); }
.blog-article-body h3 { font-size: clamp(1.35rem, 2.1vw, 1.7rem); }
.blog-article-body h4 { font-size: 1.2rem; }

.blog-article-body p,
.blog-article-body ul,
.blog-article-body ol,
.blog-article-body blockquote,
.blog-article-body table {
  margin: 1rem 0;
}

.blog-article-body ul,
.blog-article-body ol {
  padding-left: 1.35rem;
}

.blog-article-body li {
  margin: 0.35rem 0;
}

.blog-article-body a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-article-body blockquote {
  border-left: 4px solid #93c5fd;
  background: #f8fbff;
  border-radius: 0 20px 20px 0;
  padding: 1rem 1.15rem;
  color: #334155;
}

.blog-article-body table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  border-radius: 18px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #dbe3ee;
  background: #fff;
}

.blog-article-body th,
.blog-article-body td {
  border: 1px solid #dbe3ee;
  padding: 0.75rem 0.85rem;
  text-align: left;
  vertical-align: top;
}

.blog-article-body th {
  background: #f8fafc;
  color: #0f172a;
  font-weight: 700;
}

.blog-article-body thead {
  background: #f8fafc;
}

.blog-article-body img {
  width: 100%;
  height: auto;
  border: 1px solid #e2e8f0;
  border-radius: 26px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.blog-author-card,
.blog-tools-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.blog-author-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.85rem;
}

.blog-author-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #dbeafe 0%, #bfdbfe 100%);
  border: 1px solid #bfdbfe;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #1d4ed8;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.14);
}

.blog-sidebar-stack {
  align-self: start;
}

.blog-toc-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.blog-toc-link {
  display: block;
  border-radius: 16px;
  padding: 0.65rem 0.8rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #334155;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.blog-toc-link:hover {
  background: #f8fbff;
  color: #2563eb;
  transform: translateX(2px);
}

.blog-toc-link.is-active {
  background: #eff6ff;
  color: #1d4ed8;
  box-shadow: inset 0 0 0 1px #bfdbfe;
}

.blog-ai-context {
  border: 1px solid #dbe3ee;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 1.2rem;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.05);
}

.blog-ai-context-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-ai-context-card {
  border: 1px solid #dbe3ee;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  padding: 1rem;
}

.blog-ai-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #64748b;
}

.blog-ai-copy {
  margin: 0.7rem 0 0;
  font-size: 0.94rem;
  line-height: 1.75;
  color: #475569;
}

.blog-key-takeaways {
  margin-top: 1rem;
  border: 1px solid #dbe3ee;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  padding: 1rem;
}

.blog-key-takeaways ul {
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
  color: #334155;
}

.blog-key-takeaways li + li {
  margin-top: 0.45rem;
}

.blog-related-posts {
  content-visibility: auto;
  contain-intrinsic-size: 480px;
}

.blog-related-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-related-card {
  display: block;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 1.2rem;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-related-card:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.blog-related-card-title {
  font-size: 1rem;
  line-height: 1.38;
  font-weight: 800;
  color: #020617;
}

.blog-related-card-copy {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #475569;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-tool-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  padding: 0.72rem 1rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #334155;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.blog-tool-pill:hover {
  transform: translateY(-1px);
  border-color: #cbd5e1;
  background: #f8fafc;
}

.blog-cta-card {
  border: 1px solid #dbe3ee;
  border-radius: 28px;
  padding: 1.4rem;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.05);
}

.blog-cta-blue {
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.blog-cta-amber {
  background: linear-gradient(180deg, #fffaf0 0%, #fff4d8 100%);
}

.blog-cta-slate {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.blog-cta-kicker,
.blog-faq-kicker,
.blog-calculator-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #64748b;
}

.blog-cta-title,
.blog-faq-title,
.blog-calculator-shell h2 {
  margin: 0.65rem 0 0;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #020617;
}

.blog-cta-copy,
.blog-calculator-head p {
  margin: 0.8rem 0 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #475569;
}

.blog-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  padding: 0.85rem 1.15rem;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.blog-cta-link::after {
  content: "↗";
  font-size: 0.85rem;
}

.blog-cta-link:hover {
  background: #1e293b;
  color: #fff;
  text-decoration: none;
}

.blog-callout {
  margin: 1.2rem 0;
  border: 1px solid #dbe3ee;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 1.05rem 1.1rem;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
}

.blog-callout strong {
  display: inline-flex;
  margin-bottom: 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-callout p:last-child {
  margin-bottom: 0;
}

.blog-callout-note {
  border-color: #bfdbfe;
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
}

.blog-callout-note strong {
  color: #1d4ed8;
}

.blog-callout-warning {
  border-color: #fcd34d;
  background: linear-gradient(180deg, #ffffff 0%, #fff8e6 100%);
}

.blog-callout-warning strong {
  color: #b45309;
}

.blog-callout-tip,
.blog-callout-seller {
  border-color: #bbf7d0;
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
}

.blog-callout-tip strong,
.blog-callout-seller strong {
  color: #15803d;
}

.blog-faq-shell {
  border: 1px solid #dbe3ee;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 1.4rem;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.05);
}

.blog-faq-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
}

.blog-faq-item {
  border: 1px solid #dbe3ee;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  padding: 0 1rem;
}

.blog-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

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

.blog-faq-answer {
  padding: 0 0 1rem;
  color: #475569;
  line-height: 1.8;
}

.blog-faq-answer p {
  margin: 0;
}

.blog-calculator-shell {
  border: 1px solid #dbe3ee;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 1.4rem;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.05);
}

.blog-calculator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.1rem;
}

.blog-calc-field {
  display: grid;
  gap: 0.45rem;
}

.blog-calc-field span {
  font-size: 0.84rem;
  font-weight: 700;
  color: #334155;
}

.blog-calc-field input {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  background: #fff;
  padding: 0.82rem 0.95rem;
  font-size: 0.95rem;
  color: #0f172a;
}

.blog-calc-field select {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  background: #fff;
  padding: 0.82rem 0.95rem;
  font-size: 0.95rem;
  color: #0f172a;
}

.blog-calculator-results {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.blog-calculator-results > div {
  border: 1px solid #dbe3ee;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  padding: 1rem;
}

.blog-calculator-results span {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.blog-calculator-results strong {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 800;
  color: #020617;
}

.fc-admin-body {
  background:
    radial-gradient(circle at top left, rgba(191, 219, 254, 0.26) 0%, transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
}

.fc-admin-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.fc-admin-sidebar {
  position: sticky;
  top: 1.5rem;
  align-self: start;
  border: 1px solid #dbe3ee;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.05);
}

.fc-admin-main-card {
  border: 1px solid #dbe3ee;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.05);
}

.fc-admin-stat {
  border: 1px solid #dbe3ee;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
}

.fc-editor-shell {
  background: linear-gradient(180deg, #f8fbff 0%, #f8fafc 100%);
}

.fc-editor-toolbar {
  position: sticky;
  top: 0;
}

@media (max-width: 860px) {
  .blog-post-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-card-featured .blog-post-card-content {
    padding: 1.5rem;
  }

  .blog-article-body {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .blog-article-title {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.02;
  }

  .blog-article-summary-grid,
  .blog-ai-context-grid,
  .blog-related-grid,
  .blog-calculator-grid,
  .blog-calculator-results {
    grid-template-columns: 1fr;
  }

  .blog-article-meta-pill,
  .blog-tool-pill {
    width: 100%;
    justify-content: flex-start;
  }

  .blog-author-head {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .crop-box {
    border-radius: 16px;
  }

  .crop-box-label {
    top: 8px;
    left: 8px;
    font-size: 10px;
    padding: 5px 8px;
  }
}
