/**
 * Blog — slide / comic-panel reading + moderated comments
 */
.blog-hero {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 2.5rem;
}
.blog-hero .eyebrow {
  color: var(--brand-cyan, #06b6d4);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.blog-list {
  display: grid;
  gap: 1.35rem;
  max-width: 900px;
  margin: 0 auto;
}
.blog-card {
  display: grid;
  gap: 0.65rem;
  padding: 1.75rem 2rem;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(2, 132, 199, 0.25);
  text-decoration: none;
  color: inherit;
}
.blog-card__meta {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 600;
}
.blog-card h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--text-main);
}
.blog-card p {
  margin: 0;
  color: var(--text-muted);
}

/* Article as vertical slides / comic panels */
.article {
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
}
.article__meta {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.article__banner {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 0 1.75rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
}
.article h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  line-height: 1.15;
  margin: 0 0 1rem;
  color: var(--brand-dark);
  letter-spacing: -0.015em;
}
.article .lede {
  font-size: 1.28rem;
  color: var(--text-main);
  margin: 0 0 2rem;
  line-height: 1.65;
}

.slide-stack {
  display: grid;
  gap: 1.35rem;
  margin: 0 0 2.5rem;
}
.slide {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.5rem 1.5rem 1.65rem;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--brand-blue), var(--brand-cyan));
}
.slide__label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-blue);
  margin: 0 0 0.75rem;
}
.slide h2 {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  margin: 0 0 0.75rem;
  color: var(--brand-dark);
  border: none;
  padding: 0;
  line-height: 1.25;
}
.slide h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 1.25rem 0 0.4rem;
  color: var(--brand-dark);
}
.slide p,
.slide li {
  color: var(--text-muted);
  font-size: 1.1rem;
  line-height: 1.75;
}
.slide p { margin: 0 0 0.9rem; }
.slide p:last-child { margin-bottom: 0; }
.slide ul, .slide ol { margin: 0 0 0.9rem; padding-left: 1.35rem; }
.slide li { margin-bottom: 0.4rem; }
.slide a {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(2, 132, 199, 0.35);
  text-underline-offset: 3px;
}
.slide__media {
  width: 100%;
  border-radius: 12px;
  margin: 0.85rem 0 1rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.slide--invite {
  background: linear-gradient(135deg, #f0f9ff 0%, #ecfeff 55%, #fff 100%);
  border-color: rgba(2, 132, 199, 0.25);
}
.slide--invite::before {
  background: linear-gradient(180deg, #0ea5e9, #22d3ee);
}

.article-cta {
  margin: 2.5rem 0 0;
  padding: 2.25rem 1.75rem;
  background: linear-gradient(135deg, #0b1120, #0c4a6e);
  border-radius: 18px;
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.article-cta h2 {
  margin: 0 0 0.65rem;
  color: #fff;
  border: none;
  padding: 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
}
.article-cta p {
  color: #cbd5e1;
  margin: 0 0 1.5rem;
  font-size: 1.1rem;
}
.article-cta .btn { margin: 0.25rem; }

.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 0.25rem;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  font-size: 0.98rem;
  box-shadow: inset 0 0 0 1px var(--line);
}
.compare-table th,
.compare-table td {
  padding: 0.9rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.compare-table th {
  background: #0f172a;
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.8rem;
  letter-spacing: 0.03em;
}
.compare-table tr:last-child td { border-bottom: none; }

/* Comments */
.comments {
  margin-top: 2.75rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.comments h2 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin: 0 0 0.5rem;
  color: var(--brand-dark);
}
.comments__intro {
  color: var(--text-muted);
  margin: 0 0 1.5rem;
  font-size: 1.08rem;
  line-height: 1.65;
}
.comments-list {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}
.comment-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.15rem 1.25rem;
  box-shadow: var(--shadow);
}
.comment-card__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  margin-bottom: 0.5rem;
}
.comment-card__top strong {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--brand-dark);
}
.comment-card__top time {
  color: var(--text-muted);
  font-size: 0.85rem;
}
.comment-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}
.comments-empty {
  color: var(--text-muted);
  font-style: italic;
  margin: 0;
  padding: 1rem;
  background: rgba(2, 132, 199, 0.04);
  border-radius: 12px;
  border: 1px dashed var(--line);
}
.comment-form {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}
.comment-form h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--brand-dark);
}
.comment-form .help {
  margin: 0 0 1.15rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}
.comment-form .form-row {
  margin-bottom: 0.9rem;
}
.comment-form label {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
  color: var(--text-main);
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  background: #fff;
  color: var(--text-main);
  box-sizing: border-box;
}
.comment-form textarea { min-height: 110px; resize: vertical; }
.comment-form input:focus,
.comment-form textarea:focus {
  outline: 2px solid rgba(2, 132, 199, 0.35);
  border-color: var(--brand-blue);
}
.comment-form .hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }
.form-msg { margin: 0.75rem 0 0; font-weight: 600; }
.form-msg--ok { color: var(--brand-blue); }
.form-msg--err { color: #e11d48; }

.hero-waitlist-count.is-empty .count-num,
.hero-waitlist-count.is-empty [data-i18n="buy_count_label"] { display: none; }
.hero-waitlist-count .count-fallback { display: none; }
.hero-waitlist-count.is-empty .count-fallback { display: inline; }
.waitlist-count-pill.is-empty .count-num { display: none; }
.waitlist-count-pill .count-fallback { display: none; font-weight: 700; }
.waitlist-count-pill.is-empty .count-fallback { display: inline; }
.waitlist-count-pill.is-empty [data-i18n="buy_count_label"] { display: none; }

@media (max-width: 640px) {
  .slide { padding: 1.25rem 1.15rem 1.35rem; }
  .compare-table { font-size: 0.9rem; }
  .compare-table th, .compare-table td { padding: 0.7rem; }
}


/* 2026 editorial blog refresh */
.blog-page { padding-top: 2.5rem; max-width: 1100px; }
.blog-hero { max-width: 720px; margin: 0 auto 1.75rem; text-align: center; }
.blog-hero--compact { margin-bottom: 1.5rem; }
.blog-hero h1 { max-width: 850px; margin-left: auto; margin-right: auto; font-size: clamp(1.75rem, 4vw, 2.35rem); }
.blog-hero .lede { max-width: 560px; margin: 0.65rem auto 0; font-size: 1.1rem; line-height: 1.65; color: var(--text-muted); }
.blog-hero__audiences { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin-top: 1.4rem; }
.blog-hero__audiences span { padding: .45rem .8rem; border: 1px solid var(--line); border-radius: 999px; background: var(--bg-elev); color: var(--text-muted); font-weight: 700; font-size: .9rem; }

.blog-featured { max-width: 1100px; margin: 0 auto 2rem; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); background: #07111f; color: #fff; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); }
.blog-featured--compact { min-height: 0; }
.blog-featured__media { min-height: 280px; display: block; }
.blog-featured__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-featured__content { padding: clamp(1.35rem, 3vw, 2.25rem); display: flex; flex-direction: column; justify-content: center; }
.blog-featured__content .slide__label { color: #67e8f9; }
.blog-featured__content h2 { margin: 0 0 0.65rem; font-family: var(--font-display); font-size: clamp(1.35rem, 2.5vw, 1.85rem); line-height: 1.2; }
.blog-featured__content h2 a { color: #fff; text-decoration: none; }
.blog-featured__content p { color: #cbd5e1; font-size: 1.05rem; line-height: 1.6; margin: 0 0 1.1rem; }
.blog-featured__content .btn { align-self: flex-start; }

.section-heading--row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.section-heading--row h2 { margin: 0; font-family: var(--font-display); color: var(--brand-dark); font-size: 1.35rem; }
.section-heading__hint { margin: 0; color: var(--text-muted); font-size: 0.9rem; font-weight: 700; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.blog-tile {
  display: flex;
  flex-direction: column;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.blog-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(2, 132, 199, 0.28);
  text-decoration: none;
  color: inherit;
}
.blog-tile img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0;
  margin: 0;
}
.blog-tile__body { padding: 0.95rem 1.05rem 1.15rem; display: flex; flex-direction: column; gap: 0.35rem; flex: 1; }
.blog-tile__tag {
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-blue);
  font-weight: 700;
}
.blog-tile h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.25;
  color: var(--brand-dark);
}
.blog-tile p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-tile--cta {
  background: linear-gradient(145deg, #0b1120, #0c4a6e);
  border-color: transparent;
  justify-content: center;
  min-height: 100%;
}
.blog-tile--cta .blog-tile__tag { color: #67e8f9; }
.blog-tile--cta h3 { color: #fff; }
.blog-tile--cta p { color: #cbd5e1; -webkit-line-clamp: 3; }
.blog-tile__action { margin-top: auto; padding-top: 0.75rem; color: #67e8f9; font-weight: 800; }

.blog-library { max-width: none; margin: 0 auto; }
.blog-list { max-width: none; }

/* legacy stacked cards (kept if used elsewhere) */
.blog-card--media { grid-template-columns: 250px minmax(0, 1fr); padding: 0; overflow: hidden; gap: 0; align-items: stretch; }
.blog-card__image { min-height: 210px; display: block; background: #0f172a; }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; margin: 0; border-radius: 0; }
.blog-card--media > div { padding: 1.55rem 1.7rem; }
.blog-card__meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1rem; margin-bottom: .55rem; }
.blog-card h2 a { color: inherit; text-decoration: none; }
.blog-card__read { display: inline-flex; align-items: center; gap: .4rem; margin-top: .85rem; font-weight: 800; text-decoration: none; }
.blog-card__read span { transition: transform .2s ease; }
.blog-card:hover .blog-card__read span { transform: translateX(4px); }

.blog-community-cta { max-width: 1000px; margin: 3rem auto 0; padding: 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-radius: 20px; background: linear-gradient(135deg, #e0f2fe, #ecfeff 58%, #fff); border: 1px solid rgba(2,132,199,.18); }
.blog-community-cta h2 { margin-bottom: .65rem; }
.blog-community-cta p { color: var(--text-muted); margin: 0; max-width: 690px; line-height: 1.65; }
.blog-community-cta__actions { display: flex; flex-wrap: wrap; gap: .7rem; flex: 0 0 auto; }

.article { max-width: 900px; padding-top: 2.3rem; }
.article__breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: .45rem; color: var(--text-muted); font-size: .9rem; margin-bottom: 1.5rem; }
.article__breadcrumbs a { color: var(--brand-blue); text-decoration: none; font-weight: 700; }
.article__kicker { color: var(--brand-blue); font-family: var(--font-display); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 .8rem; }
.article h1 { max-width: 860px; }
.article__dek { font-size: clamp(1.16rem, 2.2vw, 1.32rem); color: var(--text-main); margin: 0 0 1.15rem; line-height: 1.68; }
.article__byline { display: flex; flex-wrap: wrap; gap: .45rem 1rem; padding: .9rem 0 1.5rem; color: var(--text-muted); font-size: .92rem; font-weight: 700; }
.article__byline span:not(:last-child)::after { content: "·"; margin-left: 1rem; color: #94a3b8; }
.article__banner { aspect-ratio: 16/9; margin-bottom: 1.5rem; }

.slide { padding: clamp(1.35rem, 3vw, 2rem); }
.slide p, .slide li { font-size: 1.06rem; }
.slide h2 { font-size: clamp(1.25rem, 2.7vw, 1.62rem); }
.slide-figure { margin: .9rem 0 1.15rem; }
.slide-figure .slide__media { margin: 0; }
.pull-quote { margin: 1.35rem 0; padding: 1.15rem 1.25rem; border-left: 4px solid var(--brand-cyan); background: #f0f9ff; border-radius: 0 12px 12px 0; color: var(--brand-dark); font-size: 1.2rem; line-height: 1.55; font-weight: 700; }
.callout { margin: 1.2rem 0; padding: 1.1rem 1.2rem; background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 13px; }
.callout strong { color: #1e3a8a; font-family: var(--font-display); }
.callout p { margin-top: .35rem; }
.callout--calm { background: #ecfeff; border-color: #a5f3fc; }
.callout--calm strong { color: #155e75; }
.callout--warning { background: #fff7ed; border-color: #fed7aa; }
.callout--warning strong { color: #9a3412; }

.step-grid, .idea-grid, .kit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin: 1.1rem 0; }
.step-grid > div, .idea-grid > div, .kit-grid > div { padding: 1rem; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.step-grid strong { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; color: #fff; background: var(--brand-blue); margin-bottom: .6rem; }
.step-grid span, .idea-grid strong, .kit-grid strong { color: var(--brand-dark); font-weight: 800; }
.idea-grid p, .kit-grid p { margin: .35rem 0 0; font-size: .96rem; line-height: 1.5; }

.workflow-list { display: grid; gap: .8rem; margin: 1rem 0; }
.workflow-list > div { display: grid; grid-template-columns: 2.5rem 1fr; gap: .9rem; padding: .95rem 1rem; background: #f8fafc; border: 1px solid var(--line); border-radius: 12px; }
.workflow-list span { font-family: var(--font-display); color: var(--brand-blue); font-weight: 800; }
.workflow-list p { margin: 0; }
.numbered-guide { counter-reset: guide; list-style: none; padding: 0 !important; display: grid; gap: .75rem; }
.numbered-guide li { counter-increment: guide; position: relative; padding: .9rem 1rem .9rem 3.4rem; margin: 0; background: #f8fafc; border: 1px solid var(--line); border-radius: 12px; }
.numbered-guide li::before { content: counter(guide); position: absolute; left: .9rem; top: .85rem; display: grid; place-items: center; width: 1.75rem; height: 1.75rem; border-radius: 50%; color: #fff; background: var(--brand-blue); font-family: var(--font-display); font-size: .75rem; }
.check-list { list-style: none; padding-left: 0 !important; }
.check-list li { position: relative; padding-left: 1.65rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #059669; font-weight: 900; }

.table-scroll { overflow-x: auto; margin: 1rem 0; border-radius: 12px; }
.table-scroll .compare-table { min-width: 720px; margin: 0; }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; margin: 1rem 0; }
.decision-grid--two { grid-template-columns: repeat(2, 1fr); }
.decision-grid > div { padding: 1.05rem; background: #f8fafc; border: 1px solid var(--line); border-radius: 13px; }
.decision-grid span { display: block; color: var(--brand-dark); font-weight: 800; margin-bottom: .45rem; }
.decision-grid p, .decision-grid li { font-size: .97rem; line-height: 1.55; }
.decision-grid ul { margin-bottom: 0; }
.timeline { position: relative; margin: 1rem 0; padding-left: 1rem; border-left: 3px solid #bae6fd; }
.timeline > div { position: relative; padding: .2rem 0 1rem 1rem; }
.timeline > div::before { content: ""; position: absolute; left: -1.55rem; top: .35rem; width: .8rem; height: .8rem; border-radius: 50%; background: var(--brand-blue); border: 3px solid #fff; box-shadow: 0 0 0 2px #bae6fd; }
.timeline strong { color: var(--brand-dark); }
.timeline p { margin: .25rem 0 0; }
.conversation-card { margin: 1rem 0; padding: 1.1rem 1.2rem; background: #f8fafc; border: 1px solid var(--line); border-radius: 13px; }
.conversation-card p { margin-bottom: .65rem; }

.related-reading { margin: 2.4rem 0 0; padding: 1.5rem; background: #f8fafc; border: 1px solid var(--line); border-radius: 16px; }
.related-reading h2 { font-size: 1.35rem; }
.related-reading__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
.related-reading__links a { display: flex; justify-content: space-between; gap: .7rem; padding: .85rem .95rem; color: var(--brand-dark); background: #fff; border: 1px solid var(--line); border-radius: 11px; font-weight: 800; text-decoration: none; }
.related-reading__links a:hover { border-color: var(--brand-blue); }
.article-cta .btn--ghost { border-color: rgba(255,255,255,.65); color: #fff; }
.article-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.25rem 0 0; }
.article-nav__item { display: flex; flex-direction: column; padding: 1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-elev); text-decoration: none; }
.article-nav__item--next { text-align: right; }
.article-nav__item small { color: var(--text-muted); text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.article-nav__item strong { color: var(--brand-dark); margin-top: .25rem; }

@media (max-width: 960px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured__media { min-height: 220px; max-height: 280px; }
  .step-grid, .idea-grid, .kit-grid, .decision-grid, .related-reading__links { grid-template-columns: 1fr 1fr; }
  .blog-community-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  .blog-page { padding-top: 1.75rem; }
  .blog-featured { border-radius: 16px; }
  .blog-featured__content { padding: 1.25rem; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card--media { grid-template-columns: 1fr; }
  .blog-card__image { min-height: 180px; }
  .step-grid, .idea-grid, .kit-grid, .decision-grid, .decision-grid--two, .related-reading__links { grid-template-columns: 1fr; }
  .article__byline span::after { display: none; }
  .article-nav { grid-template-columns: 1fr; }
  .article-nav__item--next { text-align: left; }
  .pull-quote { font-size: 1.08rem; }
}

/* Source context for project-based articles */
.article-source-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .35rem 1rem;
  align-items: start;
  margin: 1rem 0 1.6rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(2,132,199,.14);
  border-left: 4px solid #18bfe2;
  border-radius: 14px;
  background: linear-gradient(135deg,#f6fbff,#fff);
  color: #52677a;
  font-size: .94rem;
}
.article-source-card::before {
  content: "Z";
  display: grid;
  place-items: center;
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #071421;
  color: #42ddff;
  font-family: var(--font-display);
  font-weight: 800;
}
.article-source-card strong { color:#0b4468; }
.article-source-card p { margin:0; }
@media(max-width:560px){.article-source-card{grid-template-columns:1fr}.article-source-card::before{display:none}}
