/* ==========================================================================
   Blog Template V2 — Upper Inc
   Pixel-perfect match to reference React prototype.
   All styles scoped under .blogv2 / body.blog-v2-template.
   ========================================================================== */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Sora:wght@400;500;600;700;800&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;1,8..60,400;1,8..60,500&display=swap');

/* ==========================================================================
   0. GENERATEPRESS OVERRIDES
   Must come first to break out of GP constraints.
   ========================================================================== */

body.blog-v2-template #page.grid-container {
  max-width: 100% !important;
  padding: 80px 0 0;
  margin: 0;
}
body.blog-v2-template .header-wrap{
    border-bottom:solid 1px #EFEFEF;
}

body.blog-v2-template #content.site-content {
  padding: 0 !important;
}

body.blog-v2-template .separate-containers .inside-article,
body.blog-v2-template .inside-article {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

body.blog-v2-template .separate-containers .site-main > * {
  margin-bottom: 0 !important;
}

body.blog-v2-template .separate-containers .site-main {
  margin: 0 !important;
}

body.blog-v2-template .entry-content:not(:first-child) {
  margin-top: 0 !important;
}

/* Hide old in-content TOC */
.blogv2 .blog_index_cover,
.blogv2 .stop-stc,
.blogv2 .blog_index {
  display: none !important;
}

/* ==========================================================================
   1. ROOT & DESIGN TOKENS
   ========================================================================== */

.blogv2 {
  /* --- Colors --- */
  --blogv2-upper-blue: #0040FF;
  --blogv2-upper-blue-hover: #002FCC;
  --blogv2-upper-blue-100: #E7EDFF;
  --blogv2-upper-blue-50: #F6F9FF;

  --blogv2-fg: #0A0A0A;
  --blogv2-fg-soft: #1C1D22;
  --blogv2-fg-muted: #5C5F6A;
  --blogv2-fg-faint: #8B8E97;

  --blogv2-bg: #FFFFFF;
  --blogv2-bg-skyblue: #F6F9FF;
  --blogv2-bg-cream: #FBF9F5;
  --blogv2-bg-muted: #F7F7F8;

  --blogv2-border: #E5E7EB;
  --blogv2-border-soft: #EFEFEF;
  --blogv2-border-strong: #D1D5DB;

  --blogv2-accent: #0040FF;
  --blogv2-accent-soft: #E7EDFF;

  /* --- Radii --- */
  --blogv2-radius-sm: 8px;
  --blogv2-radius-md: 12px;
  --blogv2-radius-lg: 16px;
  --blogv2-radius-xl: 24px;
  --blogv2-radius-pill: 9999px;

  /* --- Shadows --- */
  --blogv2-shadow-xs: 0 1px 2px rgba(15, 15, 15, 0.04);
  --blogv2-shadow-sm: 0 1px 2px rgba(15, 15, 15, 0.05), 0 1px 1px rgba(15, 15, 15, 0.03);
  --blogv2-shadow-md: 0 6px 18px rgba(15, 15, 15, 0.06), 0 2px 4px rgba(15, 15, 15, 0.04);
  --blogv2-shadow-lg: 0 20px 40px rgba(15, 15, 15, 0.08), 0 4px 12px rgba(15, 15, 15, 0.04);

  /* --- Layout --- */
  --blogv2-content-max: 720px;
  --blogv2-toc-w: 220px;
  --blogv2-rail-w: 296px;
  --blogv2-gutter: 64px;

  /* --- Fonts --- */
  --blogv2-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --blogv2-font-display: 'Sora', 'Inter', sans-serif;
  --blogv2-font-serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;

  /* --- Base styles --- */
  padding-top: 120px;
  font-family: var(--blogv2-font-body) !important;
  color: var(--blogv2-fg);
  background: var(--blogv2-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Reset box-sizing within scope */
.blogv2 *,
.blogv2 *::before,
.blogv2 *::after {
  box-sizing: border-box;
}

/* Override GP's Poppins font for ALL v2 elements */
.blogv2,
.blogv2 h1,
.blogv2 h2,
.blogv2 h3,
.blogv2 h4,
.blogv2 h5,
.blogv2 h6,
.blogv2 p,
.blogv2 a,
.blogv2 li,
.blogv2 span,
.blogv2 input,
.blogv2 button,
.blogv2 textarea,
.blogv2 label,
.blogv2 cite,
.blogv2 blockquote {
  font-family: var(--blogv2-font-body) !important;
}

/* Override GP heading sizes globally inside .blogv2 */
.blogv2 h1 {
  font-family: var(--blogv2-font-display) !important;
  font-size: clamp(36px, 5.5vw, 60px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
  color: var(--blogv2-fg) !important;
}

.blogv2 .entry-content h3 {
  font-family: var(--blogv2-font-body) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: var(--blogv2-fg) !important;
  margin: 40px 0 12px !important;
  scroll-margin-top: 96px;
}

/* Override GP link colors inside v2 article */
.blogv2 .entry-content a {
  color: var(--blogv2-accent) !important;
}

.blogv2 .entry-content a:hover {
  color: var(--blogv2-upper-blue-hover) !important;
}

.blogv2 .entry-content .wp-block-button .wp-element-button{
  background-color: var(--blogv2-accent) !important;
  color: #fff !important;
  border-radius: 10px;
  margin-top: 10px;
}

/* Override GP body font-size */
.blogv2 .entry-content {
  font-size: 18px !important;
  line-height: 1.75 !important;
  color: var(--blogv2-fg-soft) !important;
}

.blogv2 .entry-content p {
  font-size: 18px !important;
  line-height: 1.75 !important;
  margin: 0 0 24px !important;
  padding-bottom: 0 !important;
}

/* ==========================================================================
   2. READING PROGRESS BAR
   ========================================================================== */

.blogv2-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 9999;
  background: transparent;
  pointer-events: none;
}

.blogv2-progress-bar__fill {
  height: 100%;
  background: var(--blogv2-accent);
  width: 0;
  transition: width 80ms linear;
}

/* ==========================================================================
   3. BREADCRUMBS
   ========================================================================== */

.blogv2 .blogv2-crumbs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--blogv2-fg-muted);
  list-style: none;
}

.blogv2 .blogv2-crumbs a {
  color: var(--blogv2-fg-muted);
  text-decoration: none;
  transition: color 150ms;
}

.blogv2 .blogv2-crumbs a:hover {
  color: var(--blogv2-accent);
}

.blogv2 .blogv2-crumbs__sep {
  color: var(--blogv2-fg-faint);
  user-select: none;
}

.blogv2 .blogv2-crumbs__current {
  color: var(--blogv2-fg-soft);
  font-weight: 500;
}

/* ==========================================================================
   4. HERO SECTION
   ========================================================================== */

.blogv2 .blogv2-hero {
  max-width: 950px;
  margin: 0 auto;
  padding: 48px 32px 24px;
  text-align: center;
}

/* --- Pill / Tag --- */
.blogv2 .blogv2-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blogv2-accent-soft);
  color: var(--blogv2-accent);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 6px 6px 14px;
  border-radius: var(--blogv2-radius-pill);
  margin-bottom: 28px;
}

.blogv2 .blogv2-pill__tag {
  display: inline-block;
  background: var(--blogv2-bg);
  color: var(--blogv2-accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: var(--blogv2-radius-pill);
  line-height: 1.2;
}

/* --- Hero Heading --- */
.blogv2 .blogv2-hero h1 {
  font-family: var(--blogv2-font-display) !important;
  font-size: clamp(36px, 5.5vw, 60px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
  color: var(--blogv2-fg) !important;
  margin: 0 0 20px !important;
}

/* --- Lede Paragraph --- */
.blogv2 .blogv2-lede {
  font-size: 20px;
  line-height: 1.55;
  color: var(--blogv2-fg-muted);
  max-width: 720px;
  margin: 0 auto 36px;
}

/* --- Byline --- */
.blogv2 .blogv2-byline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 14px;
  color: var(--blogv2-fg-muted);
}

.blogv2 .blogv2-byline__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blogv2 .blogv2-byline__author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--blogv2-bg);
  box-shadow: 0 0 0 1px var(--blogv2-border);
  object-fit: cover;
}

.blogv2 .blogv2-byline__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--blogv2-bg);
  box-shadow: 0 0 0 1px var(--blogv2-border);
  object-fit: cover;
  flex-shrink: 0;
}

.blogv2 .blogv2-byline__name {
  font-weight: 600;
  color: var(--blogv2-fg-soft);
}

.blogv2 .blogv2-byline__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--blogv2-fg-faint);
  flex-shrink: 0;
}

.blogv2 .blogv2-byline__meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ==========================================================================
   5. HERO IMAGE
   ========================================================================== */

.blogv2 .blogv2-hero-image {
  max-width: 1160px;
  margin: 32px auto 0;
  padding: 0 32px;
}

.blogv2 .blogv2-hero-image img,
.blogv2 .blogv2-hero-image__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--blogv2-shadow-lg);
  overflow: hidden;
}

/* ==========================================================================
   6. LOGO STRIP
   ========================================================================== */

.blogv2 .blogv2-logo-strip {
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 24px;
  font-size: 13px;
  color: var(--blogv2-fg-muted);
  border-top: 1px solid var(--blogv2-border);
  border-bottom: 1px solid var(--blogv2-border);
}

.blogv2 .blogv2-logo-strip__label {
  white-space: nowrap;
  flex-shrink: 0;
      font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--fg-muted);
    font-weight: 600;
    border-right: 1px solid #e5e7eb;
    padding-right: 24px;
    white-space: nowrap;
}

.blogv2 .blogv2-logo-strip__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: nowrap;
}

/* Logo text spans */
.blogv2 .blogv2-logo-strip__logo {
  font-size: 15px;
  font-weight: 700;
  color: var(--blogv2-fg-faint);
  opacity: 0.7;
  white-space: nowrap;
  font-family: var(--blogv2-font-body) !important;
}

.blogv2 .blogv2-logo-strip__logo:hover{
  opacity: 1;
  color: #1c1d22;
}

/* ==========================================================================
   7. THREE-COLUMN SHELL
   ========================================================================== */

.blogv2 .blogv2-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 32px 96px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 296px;
  gap: 64px;
  align-items: start;
}

/* ==========================================================================
   8. TABLE OF CONTENTS (Left Sidebar)
   ========================================================================== */

.blogv2 .blogv2-toc {
  position: sticky;
  top: 96px;
  font-size: 13px;
}

.blogv2 .blogv2-toc__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--blogv2-fg-faint);
  margin: 0 0 18px;
}

.blogv2 .blogv2-toc__label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--blogv2-border);
}

.blogv2 #blogv2-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.blogv2 #blogv2-toc-list li {
  counter-increment: toc;
}

.blogv2 #blogv2-toc-list a {
  display: flex;
  gap: 12px;
  padding: 8px 12px 8px 0;
  color: var(--blogv2-fg-muted);
  font-weight: 500;
  text-decoration: none;
  border-left: 2px solid transparent;
  padding-left: 14px;
  margin-left: -16px;
  line-height: 1.4;
  transition: color 150ms, border-color 150ms;
  font-size: 13px;
}

.blogv2 #blogv2-toc-list a:hover {
  text-decoration: none;
  color: var(--blogv2-fg);
}

.blogv2 #blogv2-toc-list a::before {
  content: counter(toc, decimal-leading-zero);
  font-variant-numeric: tabular-nums;
  color: var(--blogv2-fg-faint);
  font-weight: 600;
  flex-shrink: 0;
}

.blogv2 #blogv2-toc-list a.active {
  color: var(--blogv2-accent);
  border-left-color: var(--blogv2-accent);
}

.blogv2 #blogv2-toc-list a.active::before {
  color: var(--blogv2-accent);
}

/* TOC Progress */
.blogv2 .blogv2-toc__progress {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--blogv2-border);
  font-size: 12px;
  color: var(--blogv2-fg-muted);
  display: flex;
  align-items: center;
  gap: 10px;
}

.blogv2 .blogv2-toc__bar {
  flex: 1;
  height: 4px;
  background: var(--blogv2-border-soft);
  border-radius: var(--blogv2-radius-pill);
  overflow: hidden;
}

.blogv2 .blogv2-toc__bar-fill {
  height: 100%;
  width: 0;
  background: var(--blogv2-accent);
  border-radius: var(--blogv2-radius-pill);
  transition: width 100ms linear;
}

/* ==========================================================================
   9. ARTICLE CONTENT
   ========================================================================== */

.blogv2 .blogv2-article {
  min-width: 0;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  font-family: var(--blogv2-font-body) !important;
  font-size: 18px;
  line-height: 1.75;
  color: var(--blogv2-fg-soft);
}


.blogv2 .blogv2-article .entry-content p a {
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  color: var(--blogv2-accent) !important;
  text-decoration: none;
}


/* --- Headings --- */
.blogv2 .blogv2-article .entry-content h2 {
  font-family: var(--blogv2-font-body) !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  color: var(--blogv2-fg) !important;
  margin: 0px 0 20px !important;
  scroll-margin-top: 96px;
}

.blogv2 .blogv2-article .entry-content h3 {
  font-family: var(--blogv2-font-body) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: var(--blogv2-fg) !important;
  margin: 40px 0 12px !important;
  scroll-margin-top: 96px;
}

.blogv2 .blogv2-article .entry-content h4 {
  font-family: var(--blogv2-font-body);
  font-size: 18px;
  font-weight: 700 ;
  line-height: 1.35 ;
  color: var(--blogv2-fg) ;
  margin: 32px 0 10px;
  scroll-margin-top: 96px;
}

/* --- Unordered Lists (diamond bullets) --- */
.blogv2 .blogv2-article .entry-content ul {
  list-style: none;
  margin: 0 0 28px;
  padding: 0 0 0 4px;
  padding-inline-start: 0;
}

.blogv2 .blogv2-article .entry-content ul > li {
  position: relative;
  padding: 6px 0 6px 32px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--blogv2-fg-soft);
}

.blogv2 .blogv2-article .entry-content ul > li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--blogv2-accent);
  transform: rotate(45deg);
}

/* --- Ordered Lists (numbered circles) --- */
.blogv2 .blogv2-article .entry-content ol {
  list-style: none !important;
  margin: 0 0 28px !important;
  padding: 0 0 0 4px !important;
  padding-inline-start: 0;
  counter-reset: ol;
}

.blogv2 .blogv2-article .entry-content ol > li {
  position: relative;
  padding: 6px 0 6px 32px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--blogv2-fg-soft);
  counter-increment: ol;
}

.blogv2 .blogv2-article .entry-content ol > li::before {
  content: counter(ol);
  position: absolute;
  left: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--blogv2-accent-soft);
  color: var(--blogv2-accent);
  font-weight: 700;
  font-size: 12px;
  display: grid;
  place-items: center;
}

/* --- Blockquote --- */
.blogv2 .blogv2-article .entry-content blockquote:not(.blogv2-testimonial blockquote) {
  margin: 32px 0 !important;
  padding: 20px 24px 20px 24px !important;
  border: none !important;
  border-left: 4px solid var(--blogv2-accent) !important;
  background: var(--blogv2-bg-skyblue) !important;
  border-radius: 0 var(--blogv2-radius-sm) var(--blogv2-radius-sm) 0 !important;
}

.blogv2 .blogv2-article .entry-content blockquote p:not(.blogv2-testimonial blockquote p) {
  font-size: 17px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
  letter-spacing: normal !important;
  color: var(--blogv2-fg-soft) !important;
  font-style: italic !important;
  margin-bottom: 0 !important;
}

.blogv2 .blogv2-article .entry-content blockquote em {
  background: linear-gradient(180deg, transparent 60%, var(--blogv2-accent-soft) 60%);
  color: var(--blogv2-fg);
  font-style: normal;
  font-weight: 600;
  padding: 0 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 26px !important;
}

.blogv2 .blogv2-article .entry-content blockquote cite {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: var(--blogv2-fg-soft);
  font-weight: 500;
  margin-top: 0px;
  font-family: var(--blogv2-font-body) !important;
}

.blogv2 .blogv2-article .entry-content blockquote cite::before {
  content: '\2014\00a0';
}

.blogv2 .blogv2-article .entry-content blockquote cite strong {
  color: var(--blogv2-fg);
  font-weight: 600;
}

/* --- Images within content --- */
.blogv2 .blogv2-article .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--blogv2-radius-md);
  margin: 8px 0;
}

.blogv2 .blogv2-article .entry-content figure {
  margin:20px 0;
}
.blogv2 .blogv2-article .entry-content figure:has(table){
margin:0 !important;
}

.blogv2 .blogv2-article .entry-content figcaption {
  font-size: 13px;
  color: var(--blogv2-fg-faint);
  text-align: center;
  margin-top: 8px;
}

/* --- Code --- */
.blogv2 .blogv2-article .entry-content code {
  font-size: 0.9em;
  background: var(--blogv2-bg-muted);
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid var(--blogv2-border-soft);
}

.blogv2 .blogv2-article .entry-content pre {
  background: var(--blogv2-fg);
  color: #e5e7eb;
  padding: 20px 24px;
  border-radius: var(--blogv2-radius-md);
  overflow-x: auto;
  margin: 24px 0;
  font-size: 14px;
  line-height: 1.65;
}

.blogv2 .blogv2-article .entry-content pre code {
  background: none;
  padding: 0;
  border: none;
  font-size: inherit;
  color: inherit;
}

/* --- Horizontal Rule --- */
.blogv2 .blogv2-article .entry-content hr {
  border: none;
  height: 1px;
  background: var(--blogv2-border);
  margin: 48px 0;
}

/* --- Tables --- */
.blogv2 .blogv2-article .entry-content table {
  width: 100%;
  border-collapse: collapse;
  /* margin: 24px 0; */
  font-size: 15px;
}

.blogv2 .blogv2-article .entry-content th,
.blogv2 .blogv2-article .entry-content td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--blogv2-border);
}

.blogv2 .blogv2-article .entry-content th {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--blogv2-fg-muted);
  background: var(--blogv2-bg-muted);
}

/* --- Blue Comparison Table (.blue) --- */
.blogv2 .blogv2-article .entry-content figure.wp-block-table.blue table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--blogv2-border);
  border-radius: var(--blogv2-radius-md);
  overflow: hidden;
}

.blogv2 .blogv2-article .entry-content figure.wp-block-table.blue thead th {
  background: #1A2B40;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 16px 20px;
  border-bottom: none;
}

.blogv2 .blogv2-article .entry-content figure.wp-block-table.blue tbody td {
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--blogv2-fg-soft);
  border-bottom: 1px solid var(--blogv2-border-soft);
  vertical-align: top;
}

.blogv2 .blogv2-article .entry-content figure.wp-block-table.blue tbody tr:nth-child(even) td {
  background: var(--blogv2-bg-skyblue);
}

.blogv2 .blogv2-article .entry-content figure.wp-block-table.blue tbody tr:last-child td {
  border-bottom: none;
}

.blogv2 .blogv2-article .entry-content figure.wp-block-table.blue tbody td:first-child {
  font-weight: 600;
  color: var(--blogv2-fg);
}

/* --- Pros & Cons Table (.pros-cons-table) --- */
.blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table {
  border-radius: var(--blogv2-radius-lg);
  padding: 0;
  margin: 32px 0 !important;
}

.blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table table {
  border-collapse: separate;
  border-spacing: 20px 0;
  border: none;
  width: calc(100% + 40px);
  margin-left: -20px;
}

/* Header — green for Pros, red for Cons */
.blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table thead th {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  padding: 14px 20px;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}

.blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table thead th:first-child {
  background: #22C55E;
  color: #FFFFFF;
}

.blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table thead th:last-child {
  background: #EF4444;
  color: #FFFFFF;
}

/* Body cells — white card look */
.blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table tbody td {
  background: #FFFFFF;
  padding: 15px 15px 15px 40px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--blogv2-fg-soft);
  border-bottom: 1px solid var(--blogv2-border-soft);
  border-left: 1px solid var(--blogv2-border-soft);
  vertical-align: top;
  width: 50%;
  position: relative;
}

/* Check icon for Pros column */
.blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table tbody td:first-child::before {
  content: '\2713';
  position: absolute;
  left: 10px;
  top: 20px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #DCFCE7;
  color: #22C55E;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* X icon for Cons column */
.blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table tbody td:last-child::before {
  content: '\2717';
  position: absolute;
  left: 10px;
  top: 20px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FEE2E2;
  color: #EF4444;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

/* First body row — no extra top rounding needed, header handles it */
.blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table tbody tr:first-child td {
  padding-top: 18px;
}

/* --- Table responsive wrapper --- */
@media (max-width: 768px) {
  .blogv2 .blogv2-article .entry-content figure.wp-block-table.blue {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .blogv2 .blogv2-article .entry-content figure.wp-block-table.blue table {
    min-width: 480px;
  }

  .blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table {
    padding: 16px;
  }

  .blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table table {
    border-spacing: 12px 0;
    width: calc(100% + 24px);
    margin-left: -12px;
  }

  .blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table thead th {
    font-size: 15px;
    padding: 12px 14px;
  }

  .blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table tbody td {
    padding: 14px 14px 14px 42px;
    font-size: 14px;
  }

  .blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table tbody td:first-child::before,
  .blogv2 .blogv2-article .entry-content figure.wp-block-table.pros-cons-table tbody td:last-child::before {
    left: 12px;
    top: 14px;
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
}

/* ==========================================================================
   10. TAKEAWAYS BOX (inside .entry-content)
   ========================================================================== */

.blogv2 .blogv2-takeaways {
  background: #f6f9ff;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 28px 32px;
  margin: 8px 0 40px;
}

.blogv2 .blogv2-takeaways .blogv2-takeaways-inner{
    display: flex;
    margin: 0 0 10px !important;
    gap: 10px;
    align-items: center;
}
.blogv2 .blogv2-takeaways .blogv2-takeaways-inner .wp-block-group__inner-container{
    display: flex;
    gap: 10px;
    margin: 0;
    align-items: center;
}
.blogv2 .blogv2-takeaways .blogv2-takeaways-inner .wp-block-group__inner-container > *, .blogv2 .blogv2-takeaways .blogv2-takeaways-inner .wp-block-group__inner-container img{
  margin: 0 !important;
}

.blogv2 .blogv2-takeaways p.heading {
  font-family: var(--blogv2-font-body) !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--blogv2-accent) !important;
  font-weight: 700 !important;
  padding: 0;
  margin: 0 0 20px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blogv2 .blogv2-takeaways ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.blogv2 .blogv2-takeaways ul li {
  font-size: 16px !important;
}

/* ==========================================================================
   11. TESTIMONIAL (inside .entry-content)
   ========================================================================== */

.blogv2 .wp-block-group__inner-container {
    display: contents;
}
.post-template-single-blog-v2 .site-content .wp-block-group__inner-container > * {
    margin: 0 !important;
}

.blogv2 .blogv2-testimonial {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  margin: 48px 0;
  background: var(--blogv2-bg);
  border: 1px solid var(--blogv2-border);
  border-radius: 20px;
  align-items: center;
}
.blogv2 .blogv2-testimonial .blogv2-testimonial__quote{
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}
.blogv2 .blogv2-testimonial .blogv2-testimonial__quote >*{
  margin: 0 !important;
}


.blogv2 .blogv2-testimonial__stars {
  color: #F59E0B;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.blogv2 .blogv2-testimonial__quote blockquote {
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: none !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  color: var(--blogv2-fg) !important;
  font-style: normal !important;
  background: none !important;
}
.blogv2 .blogv2-testimonial__quote blockquote p{
  margin-bottom: 0 !important;
  color: var(--blogv2-fg) !important;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.005em;
}

.blogv2 .blogv2-testimonial__person {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 15px;
  border-top: solid 1px #efefef;
}

.blogv2 .blogv2-testimonial__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

.blogv2 .entry-content .blogv2-testimonial__name{
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--blogv2-fg) !important;
}

.blogv2 .entry-content .blogv2-testimonial__role {
  font-size: 12px !important;
  color: var(--blogv2-fg-muted);
}

.blogv2 .entry-content .blogv2-testimonial__stat-side {
    text-align: left;
    padding: 24px 32px;
    background: var(--blogv2-bg-skyblue);
    min-width: 180px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.blogv2 .entry-content .blogv2-testimonial__stat {
  font-size: 36px !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
  color: var(--blogv2-accent) !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
  font-family: var(--blogv2-font-display) !important;
}

.blogv2 .entry-content  .blogv2-testimonial__stat-label {
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: var(--blogv2-fg-muted);
  max-width: 160px;
  margin: 0 auto;
}

/* ==========================================================================
   12. PRODUCT CTA (inside .entry-content)
   ========================================================================== */

.blogv2 .blogv2-product-cta {
  background: var(--blogv2-bg-skyblue);
  border: 1px solid var(--blogv2-border);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 0;
  overflow: hidden;
  margin: 48px 0;
}

.blogv2 .blogv2-product-cta__copy {
  padding: 28px 28px 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.blogv2 .blogv2-product-cta__copy .blogv2-takeaways-inner .wp-block-group__inner-container{
  display: flex;
  align-items: center;
  gap: 10px;
}
.blogv2 .blogv2-product-cta__copy .blogv2-takeaways-inner .wp-block-group__inner-container img{
 margin: 0;
}

.blogv2 .entry-content  .blogv2-product-cta__eyebrow {
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--blogv2-accent) !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blogv2 .blogv2-product-cta h4 {
  font-family: var(--blogv2-font-body) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.015em !important;
  color: var(--blogv2-fg) !important;
  margin: 0 !important;
}

.blogv2 .blogv2-product-cta p {
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: var(--blogv2-fg-muted) !important;
  margin: 0 0 8px !important;
}

.blogv2 .blogv2-product-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--blogv2-accent);
  color: #fff !important;
  border: 0;
  border-radius: 10px;
  padding: 14px 22px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 150ms;
}

.blogv2 .blogv2-product-cta__btn:hover {
  background: var(--blogv2-upper-blue-hover);
  color: #fff !important;
  text-decoration: none !important;
}

.blogv2 .blogv2-product-cta__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.blogv2 .blogv2-product-cta__link {
  font-size: 14px;
  font-weight: 500;
  color: var(--blogv2-fg-muted) !important;
  text-decoration: none !important;
}

.blogv2 .blogv2-product-cta__link:hover {
  color: var(--blogv2-accent) !important;
}

.blogv2 .blogv2-product-cta__visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 280px;
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(0, 64, 255, 0.14), transparent 60%),
    linear-gradient(135deg, #E8EEFF 0%, #C8D6FF 100%);
}

.blogv2 .blogv2-product-cta__visual img {
  display: block;
  width: 100%;
  height: auto;
}

/* Legacy alias */
.blogv2 .blogv2-product-cta__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blogv2 .blogv2-product-cta__image {
  border-radius: var(--blogv2-radius-md);
  overflow: hidden;
}

.blogv2 .blogv2-product-cta__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--blogv2-radius-md);
}

/* ==========================================================================
   13. TWO-PATH CTA CARDS (inside .entry-content)
   ========================================================================== */

.blogv2 .blogv2-two-path {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 24px 0 48px;
}

.blogv2 .blogv2-two-path__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px;
  border: 1px solid var(--blogv2-border);
  border-radius: 16px;
  background: var(--blogv2-bg);
  text-decoration: none !important;
  color: var(--blogv2-fg-soft) !important;
  transition: border-color 200ms, box-shadow 200ms, transform 200ms;
}

.blogv2 .blogv2-two-path__card:hover {
  border-color: var(--blogv2-accent);
  box-shadow: var(--blogv2-shadow-md);
  transform: translateY(-2px);
  text-decoration: none !important;
}

.blogv2 .blogv2-two-path__card img, .blogv2 .blogv2-two-path__card figure{
  margin: 0 !important;
}

.blogv2 .blogv2-two-path__icon {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 4px;
}

.blogv2 .blogv2-two-path__card h5 {
  font-family: var(--blogv2-font-body) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--blogv2-fg) !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

.blogv2 .blogv2-two-path__card p {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: var(--blogv2-fg-muted) !important;
  margin: 0 !important;
}

.blogv2 .blogv2-two-path__cta {
  font-size: 14px;
  font-weight: 700;
  color: var(--blogv2-accent) !important;
  margin-top: auto;
}

/* ==========================================================================
   14. RIGHT RAIL (Sidebar)
   ========================================================================== */

.blogv2 .blogv2-rail {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* --- Rail CTA (DARK GRAPHITE) --- */
.blogv2 .blogv2-rail-cta {
  background: linear-gradient(165deg, #0F1117 0%, #1F2330 55%, #353B4F 100%);
  border-radius: 20px;
  padding: 24px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  box-shadow: var(--blogv2-shadow-md);
}

.blogv2 .blogv2-rail-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 30% 20%, rgba(91, 127, 255, 0.15), transparent),
    radial-gradient(ellipse 40% 60% at 80% 80%, rgba(123, 60, 220, 0.1), transparent);
  pointer-events: none;
}

.blogv2 .blogv2-rail-cta__eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: var(--blogv2-radius-pill);
  margin-bottom: 14px;
  position: relative;
}

.blogv2 .blogv2-rail-cta h5 {
  font-family: var(--blogv2-font-body) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
  color: #FFFFFF !important;
  margin: 0 0 8px !important;
  position: relative;
}

.blogv2 .blogv2-rail-cta p {
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #FFFFFF !important;
  opacity: 0.9;
  margin: 0 0 15px !important;
  position: relative;
}

.blogv2 .blogv2-rail-cta__preview {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 6px;
  margin-bottom: 18px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  position: relative;
}

.blogv2 .blogv2-rail-cta__preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.blogv2 .blogv2-rail-cta .blogv2-btn-white,
.blogv2 .blogv2-rail-cta__btn {
  width: 100%;
  color: #0F1117 !important;
  background: #FFFFFF !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-family: var(--blogv2-font-body) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  transition: background 150ms, box-shadow 150ms;
}

.blogv2 .blogv2-rail-cta__btn:hover {
  background: #F0F4FF !important;
  color: #0F1117 !important;
  box-shadow: var(--blogv2-shadow-xs);
}

.blogv2 p.blogv2-rail-cta__footnote{
  text-align: center;
  margin: 12px 0 0 !important;
  font-size: 11px;
  opacity: 0.75;
  position: relative;
}

/* --- Rail Share --- */
.blogv2 .blogv2-rail-share {
  background: var(--blogv2-bg);
  border: 1px solid var(--blogv2-border);
  border-radius: 14px;
  padding: 18px;
}

.blogv2 .blogv2-rail-share__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--blogv2-fg-faint);
  margin: 0 0 12px;
}

.blogv2 .blogv2-rail-share__icons {
  display: flex;
  gap: 8px;
}

.blogv2 .blogv2-rail-share__icons a,
.blogv2 .blogv2-rail-share__icons button {
  flex: 1;
  height: 36px;
  border: 1px solid var(--blogv2-border) !important;
  background: var(--blogv2-bg) !important;
  border-radius: 8px !important;
  display: grid;
  place-items: center;
  color: var(--blogv2-fg-muted) !important;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0 !important;
  transition: background 150ms, color 150ms, border-color 150ms;
}

.blogv2 .blogv2-rail-share__icons a:hover,
.blogv2 .blogv2-rail-share__icons button:hover {
  background: var(--blogv2-accent-soft) !important;
  color: var(--blogv2-accent) !important;
  border-color: var(--blogv2-accent) !important;
}

.blogv2 .blogv2-rail-share__icons svg {
  width: 16px;
  height: 16px;
}

/* ==========================================================================
   15. AUTHOR STRIP
   ========================================================================== */

.blogv2 .blogv2-author-strip {
  max-width: 1216px;
  margin: 0 auto 48px;
  padding: 32px;
  background: var(--blogv2-bg);
  border: 1px solid var(--blogv2-border);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 24px;
}

.blogv2 .blogv2-author-strip__avatar,
.blogv2 .blogv2-author-strip img:first-child {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.blogv2 .blogv2-author-strip__info {
  min-width: 0;
}

.blogv2 .blogv2-author-strip__name,
.blogv2 .blogv2-author-strip h4 {
  font-family: var(--blogv2-font-body) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--blogv2-fg) !important;
  margin: 0 0 4px !important;
}

.blogv2 .blogv2-author-strip h4 a {
  color: var(--blogv2-fg) !important;
  text-decoration: underline !important;
}

.blogv2 .blogv2-author-strip__role {
  font-size: 16px;
  font-weight: 400;
  color: var(--blogv2-fg-muted);
  margin: 0px 0 10px;
  font-weight: 500;
  display: block;
}

.blogv2 .blogv2-author-strip__bio {
  font-size: 14px;
  line-height: 1.5;
  color: var(--blogv2-fg-muted);
  margin: 0;
}

/* ==========================================================================
   16. END CTA
   ========================================================================== */

.blogv2 .blogv2-end-cta {
  max-width: 1216px;
  margin: 32px auto 64px;
  padding: 0 32px;
}

.blogv2 .blogv2-end-cta__inner {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(75% 100% at 0% 0%, rgba(91, 127, 255, 0.55), transparent 70%),
    radial-gradient(50% 80% at 100% 100%, rgba(123, 60, 220, 0.45), transparent 60%),
    linear-gradient(135deg, #001A6E 0%, #0040FF 50%, #2B5CFF 100%);
  padding: 72px 64px;
  text-align: center;
  color: #FFFFFF;
}

.blogv2 .blogv2-end-cta__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.4;
  pointer-events: none;
}

.blogv2 .blogv2-end-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  border-radius: var(--blogv2-radius-pill);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  position: relative;
}

.blogv2 .blogv2-end-cta__inner h2 {
  font-family: var(--blogv2-font-display) !important;
  font-size: clamp(24px, 4vw, 52px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
  color: #FFFFFF !important;
  margin: 0 0 20px !important;
  position: relative;
}

.blogv2 .blogv2-end-cta__inner p {
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: #FFFFFF !important;
  max-width: 580px;
  margin: 0 auto 32px !important;
  opacity: 0.9;
  position: relative;
}

.blogv2 .blogv2-end-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
}

.blogv2 .blogv2-end-cta__actions .blogv2-end-cta__btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 28px;
  font-family: var(--blogv2-font-body) !important;
  font-size: 16px;
  font-weight: 700;
  color: var(--blogv2-fg);
  background: #FFFFFF;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: background 150ms, transform 100ms;
}

.blogv2 .blogv2-end-cta__actions .blogv2-end-cta__btn-primary:hover {
  background: #F0F4FF;
}

.blogv2 .blogv2-end-cta__actions .blogv2-end-cta__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 17px 28px;
  font-family: var(--blogv2-font-body) !important;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: background 150ms, transform 100ms;
}

.blogv2 .blogv2-end-cta__actions .blogv2-end-cta__btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.blogv2 .blogv2-end-cta__trust {
  margin-top: 28px;
  font-size: 13px;
  opacity: 0.7;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
}
.blogv2 .blogv2-end-cta__trust span{
      display: flex;
    align-items: center;
    gap: 5px;
}

.blogv2 .blogv2-end-cta__trust svg {
  width: 16px;
  height: 16px;
}

/* ==========================================================================
   17. RELATED POSTS
   ========================================================================== */

.blogv2 .blogv2-related {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 32px 48px;
}

.blogv2 .blogv2-related > h3 {
  font-family: var(--blogv2-font-body) !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: var(--blogv2-fg) !important;
  margin: 0 0 24px !important;
}

.blogv2 .blogv2-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* --- Article Card --- */
.blogv2 .blogv2-article-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--blogv2-border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--blogv2-bg);
  text-decoration: none;
  color: inherit;
  transition: transform 200ms, box-shadow 200ms, border-color 200ms;
}

.blogv2 .blogv2-article-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--blogv2-shadow-md);
  border-color: var(--blogv2-border-strong);
}

.blogv2 .blogv2-article-card__thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--blogv2-bg-muted);
}

.blogv2 .blogv2-article-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms;
}

.blogv2 .blogv2-article-card:hover .blogv2-article-card__thumb img {
  transform: scale(1.03);
}

.blogv2 .blogv2-article-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--blogv2-fg-soft);
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  border-radius: var(--blogv2-radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blogv2 .blogv2-article-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.blogv2 .blogv2-article-card__body h4 {
  font-family: var(--blogv2-font-body) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: var(--blogv2-fg) !important;
  margin: 0 !important;
}

.blogv2 .blogv2-article-card__body p {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: var(--blogv2-fg-muted) !important;
  margin: 0 !important;
}

.blogv2 .blogv2-article-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--blogv2-fg-faint);
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid var(--blogv2-border-soft);
}

.blogv2 .blogv2-article-card__meta img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.blogv2 .blogv2-article-card__avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.blogv2 .blogv2-article-card__author {
  font-weight: 600;
  color: var(--blogv2-fg-soft);
}

.blogv2 .blogv2-article-card__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--blogv2-fg-faint);
  flex-shrink: 0;
}

.blogv2 .blogv2-article-card__arrow {
  margin-left: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blogv2-bg-muted);
  display: grid;
  place-items: center;
  color: var(--blogv2-fg-muted);
  flex-shrink: 0;
  transition: background 200ms, color 200ms;
}

.blogv2 .blogv2-article-card:hover .blogv2-article-card__arrow {
  background: var(--blogv2-accent);
  color: #fff;
}

.blogv2 .blogv2-article-card__arrow svg {
  width: 14px;
  height: 14px;
}

/* ==========================================================================
   18. CORNER CTA (Floating)
   ========================================================================== */

.blogv2 .blogv2-corner-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 40;
  background: var(--blogv2-accent);
  color: #fff;
  border: 0;
  border-radius: var(--blogv2-radius-pill);
  padding: 14px 22px;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 24px rgba(0, 64, 255, 0.3);
  cursor: pointer;
  text-decoration: none;
  transition: background 150ms, transform 100ms, box-shadow 150ms;
}

.blogv2 .blogv2-corner-cta:hover {
  background: var(--blogv2-upper-blue-hover);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 64, 255, 0.35);
}

.blogv2 .blogv2-corner-cta::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #22C55E;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ==========================================================================
   19. PRIMARY BUTTON (reusable)
   ========================================================================== */

.blogv2 .blogv2-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: var(--blogv2-font-body) !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: var(--blogv2-bg);
  background: var(--blogv2-accent);
  border: none;
  border-radius: var(--blogv2-radius-sm);
  cursor: pointer;
  text-decoration: none;
  transition: background 150ms, transform 100ms, box-shadow 150ms;
}

.blogv2 .blogv2-btn-primary:hover {
  background: var(--blogv2-upper-blue-hover);
  box-shadow: var(--blogv2-shadow-sm);
}

.blogv2 .blogv2-btn-primary:active {
  transform: scale(0.98);
}

/* ==========================================================================
   20. RESPONSIVE BREAKPOINTS
   ========================================================================== */

/* --- 1180px: Reduce rail/gutter/toc widths --- */
@media (max-width: 1180px) {
  .blogv2 .blogv2-shell {
    grid-template-columns: 200px minmax(0, 1fr) 260px;
    gap: 40px;
    padding: 40px 24px 72px;
  }

  .blogv2 .blogv2-hero {
    padding: 36px 24px 20px;
  }

  .blogv2 .blogv2-crumbs {
    padding: 20px 24px 0;
  }

  .blogv2 .blogv2-logo-strip {
    padding: 18px 24px;
  }

  .blogv2 .blogv2-end-cta {
    padding: 0 24px;
  }

  .blogv2 .blogv2-related {
    padding: 0 24px 40px;
  }

  .blogv2 .blogv2-author-strip {
    margin-left: 24px;
    margin-right: 24px;
  }
}

/* --- 1024px: 2 columns (hide rail) --- */
@media (max-width: 1024px) {
  .blogv2 .blogv2-shell {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .blogv2 .blogv2-rail {
    display: none;
  }

  .blogv2 .blogv2-product-cta {
    grid-template-columns: 1fr;
  }

  .blogv2 .blogv2-product-cta__visual {
    display: none;
  }

  .blogv2 .blogv2-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blogv2 .blogv2-hero-image img,
  .blogv2 .blogv2-hero-image__img {
    border-radius: 16px;
  }

  .blogv2 .blogv2-author-strip {
    grid-template-columns: 80px 1fr;
  }
}

/* --- 768px: Single column, TOC static, mobile typography --- */
@media (max-width: 768px) {
  .blogv2 .blogv2-shell {
    grid-template-columns: 1fr;
    padding: 24px 16px 64px;
    gap: 0;
  }

  /* TOC becomes a static collapsible box on mobile */
  .blogv2 .blogv2-toc {
    position: static;
    background: var(--blogv2-bg-muted);
    border: 1px solid var(--blogv2-border);
    border-radius: var(--blogv2-radius-md);
    padding: 16px 20px;
    margin-bottom: 8px;
  }

  .blogv2 .blogv2-toc__progress {
    display: none;
  }

  .blogv2 #blogv2-toc-list a {
    margin-left: 0;
    padding-left: 12px;
  }

  /* Hero adjustments */
  .blogv2 .blogv2-hero {
    padding: 28px 16px 16px;
  }

  .blogv2 .blogv2-hero h1 {
    font-size: clamp(28px, 7vw, 40px) !important;
    letter-spacing: -0.02em !important;
  }

  .blogv2 .blogv2-lede {
    font-size: 17px;
    margin-bottom: 28px;
  }

  .blogv2 .blogv2-byline {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
  }

  .blogv2 .blogv2-hero-image {
    padding: 0 16px;
    margin-top: 10px;
  }

  .blogv2 .blogv2-hero-image img,
  .blogv2 .blogv2-hero-image__img {
    border-radius: 12px;
  }

  /* Crumbs */
  .blogv2 .blogv2-crumbs {
    padding: 16px 16px 0;
    font-size: 12px;
    gap: 4px;
  }

  /* Logo strip */
  .blogv2 .blogv2-logo-strip {
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }

  .blogv2 .blogv2-logo-strip__logos {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blogv2 .blogv2-logo-strip__logos img {
    height: 20px;
  }

  /* Article content */
  .blogv2 .blogv2-article .entry-content p {
    font-size: 15px !important;
    line-height: 1.75 !important;
    margin: 0 0 15px !important;
  }

  .blogv2 .blogv2-article .entry-content h2 {
    font-size: 24px !important;
    margin: 40px 0 14px !important;
  }

  .blogv2 .blogv2-article .entry-content h3 {
    font-size: 19px !important;
    margin: 32px 0 10px !important;
  }

  .blogv2 .blogv2-article .entry-content ul > li,
  .blogv2 .blogv2-article .entry-content ol > li {
    font-size: 16px;
  }

  .blogv2 .blogv2-article .entry-content blockquote p {
    font-size: 21px !important;
  }

  /* Takeaways */
  .blogv2 .blogv2-takeaways {
    padding: 20px;
    border-radius: var(--blogv2-radius-md);
  }

  /* Product CTA */
  .blogv2 .blogv2-product-cta {
    grid-template-columns: 1fr !important;
    border-radius: var(--blogv2-radius-lg);
  }

  .blogv2 .blogv2-product-cta__copy {
    padding: 20px;
  }

  .blogv2 .blogv2-product-cta__visual {
    display: none;
  }

  /* Testimonial */
  .blogv2 .blogv2-testimonial {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0px;
  }

  .blogv2 .blogv2-testimonial__stat-side {
    min-width: auto;
  }

  /* Two-path */
  .blogv2 .blogv2-two-path {
    grid-template-columns: 1fr;
  }

  /* Author strip */
  .blogv2 .blogv2-author-strip {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: var(--blogv2-radius-lg);
  }

  .blogv2 .blogv2-author-strip__avatar,
  .blogv2 .blogv2-author-strip img:first-child {
    width: 56px;
    height: 56px;
  }

  .blogv2 .blogv2-author-strip__name,
  .blogv2 .blogv2-author-strip h4 {
    font-size: 16px !important;
  }

  /* End CTA */
  .blogv2 .blogv2-end-cta {
    padding: 0 16px;
    margin: 24px auto 48px;
  }

  .blogv2 .blogv2-end-cta__inner {
    padding: 40px 24px;
    border-radius: 20px;
  }

  .blogv2 .blogv2-end-cta__inner h2 {
    font-size: clamp(26px, 6vw, 36px) !important;
  }

  .blogv2 .blogv2-end-cta__inner p {
    font-size: 16px !important;
  }

  .blogv2 .blogv2-end-cta__actions {
    flex-direction: column;
    gap: 10px;
  }

  .blogv2 .blogv2-end-cta__actions .blogv2-end-cta__btn-primary,
  .blogv2 .blogv2-end-cta__actions .blogv2-end-cta__btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .blogv2 .blogv2-end-cta__trust {
    gap: 12px;
    font-size: 12px;
  }

  /* Related posts */
  .blogv2 .blogv2-related {
    padding: 40px 16px 32px;
  }

  .blogv2 .blogv2-related > h3 {
    font-size: 22px !important;
    margin-bottom: 20px !important;
  }

  .blogv2 .blogv2-related-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Corner CTA hidden on mobile — replaced by sticky bar */
  .blogv2 .blogv2-corner-cta {
    display: none;
  }

  /* Mobile sticky CTA bar */
  .blogv2 .blogv2-mobile-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--blogv2-bg);
    border-top: 1px solid var(--blogv2-border);
    padding: 12px 16px;
    gap: 10px;
    box-shadow: 0 -4px 20px rgba(15, 15, 15, 0.08);
    align-items: center;
  }

  .blogv2 .blogv2-mobile-cta .blogv2-btn-primary {
    flex: 1;
    justify-content: center;
    padding: 13px 20px;
  }

  .blogv2 .blogv2-testimonial .blogv2-testimonial__quote{
    padding: 15px;
  }
  .blogv2 .blogv2-takeaways ul li{
    font-size: 14px !important;
  }
  .blogv2 .blogv2-article .entry-content blockquote:not(.blogv2-testimonial blockquote){
        margin: 25px 0 !important;
  }
  .blogv2 .blogv2-article .entry-content blockquote p:not(.blogv2-testimonial blockquote p), .blogv2 .blogv2-article .entry-content blockquote em{
    font-size: 20px !important;
  }
  .blogv2 .blogv2-article .entry-content .wp-block-group__inner-container > *{
      margin: 0px !important;
  }
  .blogv2 .blogv2-article .entry-content p:last-child{
    margin-bottom: 0 !important;
  }
  .blogv2 .blogv2-article .entry-content blockquote p{
    font-size: 18px !important;
  }
  .blogv2 .blogv2-article .entry-content .blogv2-testimonial__name{
    font-size: 13px !important;
  }
  .blogv2 .blogv2-article .entry-content .blogv2-testimonial__role {
   font-size: 12px !important;
  }
  .blogv2 .blogv2-article .entry-content .blogv2-testimonial__stat{
        font-size: 24px !important;
  }
  .blogv2 .blogv2-article .entry-content .blogv2-product-cta__eyebrow{
   font-size: 12px !important
  }
  .blogv2 .blogv2-two-path__card h5{
        font-size: 16px !important;
  }

}

/* Hide mobile CTA on desktop */
.blogv2 .blogv2-mobile-cta {
  display: none;
}

/* ==========================================================================
   UTILITIES & ANIMATION
   ========================================================================== */

/* Fade-in for scroll reveal (add .is-visible via JS) */
.blogv2 .blogv2-fade-in {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 400ms ease, transform 400ms ease;
}

.blogv2 .blogv2-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.blogv2 .blogv2-article .entry-content p:last-child {
  margin-bottom: 0;
}

/* WordPress alignment classes */
.blogv2 .blogv2-article .entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blogv2 .blogv2-article .entry-content .alignleft {
  float: left;
  margin-right: 24px;
  margin-bottom: 12px;
}

.blogv2 .blogv2-article .entry-content .alignright {
  float: right;
  margin-left: 24px;
  margin-bottom: 12px;
}

.blogv2 .blogv2-article .entry-content .wp-block-image {
  margin: 32px 0;
}

/* WordPress embed / video responsiveness */
.blogv2 .blogv2-article .entry-content .wp-block-embed,
.blogv2 .blogv2-article .entry-content iframe {
  max-width: 100%;
  margin: 24px 0;
}

.blogv2 .blogv2-article .entry-content .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.blogv2 .blogv2-article .entry-content .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* ==========================================================================
   FAQ ACCORDION (inside .blogv2)
   ========================================================================== */

.blogv2 .faqs-accordion {
  background: var(--blogv2-bg-muted) !important;
  padding: 30px 20px !important;
  margin: 48px 0 !important;
  border: none !important;
  border-radius: var(--blogv2-radius-lg) !important;
  counter-reset: none !important;
}

.blogv2 .faqs-accordion .faq-heading {
  font-family: var(--blogv2-font-display) !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  color: var(--blogv2-fg) !important;
  text-align: center !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 0 32px !important;
}

.blogv2 .faqs-accordion .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blogv2 .faqs-accordion .card.mb-0 {
  background: var(--blogv2-bg) !important;
  border: 1px solid var(--blogv2-border-soft) !important;
  border-radius: var(--blogv2-radius-md) !important;
  overflow: hidden;
  box-shadow: var(--blogv2-shadow-xs);
  transition: box-shadow 200ms;
  margin: 0 !important;
  min-width: 0;
}

.blogv2 .faqs-accordion .card.mb-0:hover {
  box-shadow: var(--blogv2-shadow-sm);
}

.blogv2 .faqs-accordion .card-header {
  background: var(--blogv2-bg) !important;
  padding: 15px 45px 15px 20px !important;
  margin: 0 !important;
  border: none !important;
  border-top: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  position: relative;
  display: flex;
  align-items: center;
}

/* Chevron icon — using SVG-like CSS arrow */
.blogv2 .faqs-accordion .card-header::after {
  content: '' !important;
  position: absolute !important;
  right: 22px !important;
  top: 50% !important;
  width: 10px !important;
  height: 10px !important;
  background: none !important;
  border-right: 2px solid var(--blogv2-fg-faint) !important;
  border-bottom: 2px solid var(--blogv2-fg-faint) !important;
  transform: translateY(-60%) rotate(45deg) !important;
  transition: transform 250ms ease !important;
  display: block !important;
}

/* Open state — chevron points up */
.blogv2 .faqs-accordion .card-header:not(.collapsed)::after {
  transform: translateY(-30%) rotate(-135deg) !important;
}

.blogv2 .faqs-accordion .card-header h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--blogv2-font-body) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: var(--blogv2-fg) !important;
  scroll-margin-top: 0 !important;
}

.blogv2 .faqs-accordion .card-header h3 .card-title {
  font-family: var(--blogv2-font-body) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--blogv2-fg) !important;
  text-decoration: none !important;
  border-bottom: none !important;
  padding: 0 !important;
  cursor: pointer !important;
}

.blogv2 .faqs-accordion .card-header h3 .card-title::before {
  display: none !important;
}

.blog-v2-template.single-post .faqs-accordion .card-header a{
  color: #243e55 !important;
}

.blogv2 .faqs-accordion .card-body {
  padding: 0 20px 15px !important;
  background: var(--blogv2-bg) !important;
}

.blogv2 .faqs-accordion .card-body p {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: var(--blogv2-fg-muted) !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}

/* Override old single-post forced-open rule */
.blog-v2-template.single-post .faqs-accordion .collapse:not(.show) {
  display: none !important;
}

.blog-v2-template.single-post .faqs-accordion .card-header {
  pointer-events: auto !important;
  border-top: none !important;
}

/* Responsive */
@media (max-width: 768px) {
  .blogv2 .faqs-accordion {
    padding: 32px 18px !important;
    margin: 32px 0 !important;
    border-radius: var(--blogv2-radius-md) !important;
  }

  .blogv2 .faqs-accordion .faq-heading {
    font-size: 24px !important;
    margin-bottom: 24px !important;
  }

  .blogv2 .faqs-accordion .card-header {
    padding: 18px 48px 18px 18px !important;
  }

  .blogv2 .faqs-accordion .card-header h3,
  .blogv2 .faqs-accordion .card-header h3 .card-title {
    font-size: 15px !important;
  }

  .blogv2 .faqs-accordion .card-body {
    padding: 0 18px 18px !important;
  }

  .blogv2 .faqs-accordion .card-body p {
    font-size: 14px !important;
  }
}

/* Focus visible for accessibility */
.blogv2 a:focus-visible,
.blogv2 button:focus-visible,
.blogv2 input:focus-visible {
  outline: 2px solid var(--blogv2-accent);
  outline-offset: 2px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .blogv2,
  .blogv2 *,
  .blogv2 *::before,
  .blogv2 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .blogv2 .blogv2-fade-in {
    opacity: 1;
    transform: none;
  }
}

/* Print styles */
@media print {
  .blogv2 .blogv2-progress-bar,
  .blogv2 .blogv2-toc,
  .blogv2 .blogv2-rail,
  .blogv2 .blogv2-mobile-cta,
  .blogv2 .blogv2-end-cta,
  .blogv2 .blogv2-corner-cta,
  .blogv2 .blogv2-rail-cta,
  .blogv2 .blogv2-rail-share {
    display: none !important;
  }

  .blogv2 .blogv2-shell {
    display: block;
  }

  .blogv2 .blogv2-article {
    max-width: 100%;
  }
}

/* =====================================
   VERSION 4 - SINGLE CARD WITH DIVIDERS
   Scoped under .fcv4-* — zero bleed
===================================== */

.fcv4-wrapper {
  width: 100%;
  max-width: 760px;
  margin: 40px auto 0;
  box-sizing: border-box;
}

.fcv4-card {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e4eaf6;
  border-radius: 20px;
  padding: 32px 16px;
  box-shadow:
    0 4px 20px rgba(20, 40, 100, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.fcv4-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 0 12px;
}

.fcv4-divider {
  width: 1px;
  background: #e4eaf6;
  flex-shrink: 0;
  align-self: stretch;
  margin: 4px 0;
}

.fcv4-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(145deg, #eef1ff 0%, #e2e8ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f6dff;
  flex-shrink: 0;
}

.fcv4-icon svg {
  width: 24px;
  height: 24px;
}

.fcv4-value {
  font-size: 26px;
  font-weight: 800;
  color: #4f6dff;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.fcv4-label {
  font-size: 13px;
  color: #6b7a99;
  line-height: 1.45;
  font-weight: 500;
  max-width: 110px;
}

.fcv4-version-label {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #aab2cc;
  margin-top: 16px;
  margin-bottom: 40px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* =====================================
   VERSION 5 - SINGLE CARD, FILLED BLUE ICONS
   Scoped under .fcv5-* — zero bleed
===================================== */

.fcv5-wrapper {
  width: 100%;
  max-width: 760px;
  margin: 40px auto 0;
  box-sizing: border-box;
}

.fcv5-card {
  display: flex;
  align-items: stretch;
  background: linear-gradient(135deg, #eef1ff 0%, #dde5ff 50%, #e8ecff 100%);
  border: 1px solid #c8d3f8;
  border-radius: 20px;
  padding: 32px 8px;
  box-shadow: 0 4px 20px rgba(20, 40, 100, 0.10);
  box-sizing: border-box;
}

.fcv5-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 0 14px;
  justify-content: center;
}

.fcv5-divider {
  width: 1px;
  background: rgba(255,255,255,0.55);
  flex-shrink: 0;
  align-self: stretch;
  margin: 4px 0;
}

/* Filled solid blue circle icon */
.fcv5-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #3d5eff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(61, 94, 255, 0.28);
}

.fcv5-icon svg {
  width: 24px;
  height: 24px;
}

.fcv5-value {
  font-size: 26px;
  font-weight: 800;
  color: #3d5eff;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.fcv5-label {
  font-size: 13px;
  color: #2a3a7a;
  line-height: 1.45;
  font-weight: 500;
  max-width: 110px;
}

.fcv5-version-label {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #aab2cc;
  margin-top: 16px;
  margin-bottom: 40px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* =====================================
   VERSION 6 - SEPARATE CARDS, BLUE UNDERLINE
   Scoped under .fcv6-* — zero bleed
===================================== */

.fcv6-wrapper {
  display: flex;
  gap: 14px;
  width: 100%;
  max-width: 760px;
  margin: 40px auto 0;
  box-sizing: border-box;
}

.fcv6-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background: #ffffff;
  border: 1px solid #e4eaf6;
  border-radius: 18px;
  padding: 24px 20px 20px;
  box-shadow: 0 2px 12px rgba(20, 40, 100, 0.05);
  position: relative;
  gap: 8px;
  box-sizing: border-box;
}

/* Light blue outline circle icon */
.fcv6-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eef1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3d5eff;
  flex-shrink: 0;
  margin-bottom: 4px;
}

.fcv6-icon svg {
  width: 23px;
  height: 23px;
}

.fcv6-value {
  font-size: 26px;
  font-weight: 800;
  color: #1a2a5e;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.fcv6-label {
  font-size: 13px;
  color: #6b7a99;
  line-height: 1.45;
  font-weight: 500;
}

/* Blue short underline accent at bottom */
.fcv6-accent {
  width: 32px;
  height: 3px;
  background: #3d5eff;
  border-radius: 2px;
  margin-top: 10px;
}

.fcv6-version-label {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #aab2cc;
  margin-top: 16px;
  margin-bottom: 40px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* =====================================
   SUCCESS STORY SLIDERS — SHARED
   All scoped under ss1/ss2/ss3 — zero bleed
===================================== */

/* Shared nav */
.ss-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}
.ss-nav-btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1.5px solid #d5dcf7;
  background: #fff;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: #4f6dff;
  transition: background .2s, border-color .2s;
  padding: 0;
}
.ss-nav-btn:hover { background: #4f6dff; border-color: #4f6dff; color: #fff; }
.ss-nav-btn svg { width: 16px; height: 16px; display: block; }
.ss-dots { display: flex; gap: 7px; align-items: center; }
.ss-dot-item {
  width: 8px; height: 8px; border-radius: 50%;
  background: #d5dcf7; cursor: pointer;
  transition: background .2s, transform .2s;
  display: inline-block;
}
.ss-dot-item.active { background: #3d5eff; transform: scale(1.25); }
.ss-version-label {
  text-align: center;
  font-size: 13px; font-weight: 600; letter-spacing: .5px;
  color: #aab2cc;
  margin: 14px auto 40px;
  max-width: 760px;
}

/* =====================================
   VERSION 1 — white card, left quote, right: pill + stat+mockup side-by-side
===================================== */
.ss1-slider {
  position: relative;
  width: 100%; max-width: 760px;
  margin: 40px auto 0;
}
.ss1-slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transform: translateX(40px);
  transition: opacity .6s ease, transform .6s ease, visibility .6s;
}
.ss1-slide.active {
  position: relative;
  opacity: 1; visibility: visible;
  transform: translateX(0); z-index: 2;
}
.ss1-card {
  display: flex; gap: 0;
  background: #fff;
  border: 1px solid #e4eaf6;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(20,40,100,.07);
  min-height: 260px;
}
.ss1-left {
  flex: 1; padding: 36px 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.ss1-quote-mark {
  font-size: 52px; line-height: 1;
  color: #3d5eff; font-family: Georgia, serif;
  font-weight: 700; margin-bottom: -8px;
}
.ss1-quote-text {
  font-size: 15px; color: #2d3960;
  line-height: 1.7; font-weight: 500; margin: 0; flex: 1;
}
.ss1-author {
  display: flex; align-items: center; gap: 14px;
  margin-top: auto; padding-top: 18px;
  border-top: 1px solid #edf1fb;
}
.ss1-author img {
  width: 46px; height: 46px; border-radius: 50%;
  object-fit: cover; border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.ss1-author-name { font-size: 15px; font-weight: 700; color: #1a2a5e; }
.ss1-author-role { font-size: 13px; color: #7a849c; }
.ss1-right {
  width: 300px; min-width: 300px;
  background: #f5f7ff;
  border-left: 1px solid #e4eaf6;
  padding: 22px 20px;
  display: flex; flex-direction: column; gap: 14px;
}
/* Pill label */
.ss1-result-pill {
  display: inline-flex; align-items: center;
  background: #eef2ff;
  border: 1px solid #c5d3f5;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px; font-weight: 600;
  color: #3d5eff;
  width: fit-content;
}
/* Stat + mockup side by side */
.ss1-stat-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 14px;
  flex: 1;
}
.ss1-stat-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  /* align-items: center; */
  flex: 0 0 110px;
  max-width: 110px;
  margin: 0 auto;
  /* text-align: center; */
  justify-content: center;
}
.ss1-stat-val {
  font-size: 34px; font-weight: 900;
  color: #3d5eff; line-height: 1; letter-spacing: -1px;
}
.ss1-stat-desc { font-size: 12px; color: #5a6899; font-weight: 500; line-height: 1.4; }
.ss1-mockup {
  flex: 1;
  min-width: 0;
  background: #fff; border: 1px solid #dde5f7;
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 4px 14px rgba(20,40,100,.08);
  align-self: stretch;
  display: flex; flex-direction: column;
}
.ss1-mock-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 6px 8px; border-bottom: 1px solid #edf1fb;
  font-size: 10px; font-weight: 600; color: #3d5eff;
}
.ss1-mock-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #3d5eff;
}
.ss1-mock-dots { margin-left: auto; display: flex; gap: 3px; }
.ss1-mock-dots span { width: 4px; height: 4px; border-radius: 50%; background: #c0caee; }
.ss1-mock-rows { padding: 6px 8px; display: flex; flex-direction: column; gap: 4px; }
.ss1-mock-row {
  display: flex; align-items: center; gap: 6px;
  font-size: 10px; color: #5a6680;
}
.ss1-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.ss1-dot.blue { background: #3d5eff; }
.ss1-dot.orange { background: #ff9d3d; }
.ss1-dot.green { background: #22c55e; }
.ss1-mock-map { padding: 0 5px 6px; flex: 1; }
.ss1-mock-map svg { width: 100%; height: 100%; border-radius: 6px; display: block; }

/* =====================================
   VERSION 2 — white card left, dark blue card right with bar chart
===================================== */
.ss2-slider {
  position: relative;
  width: 100%; max-width: 760px;
  margin: 40px auto 0;
}
.ss2-slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transform: translateX(40px);
  transition: opacity .6s ease, transform .6s ease, visibility .6s;
}
.ss2-slide.active {
  position: relative;
  opacity: 1; visibility: visible;
  transform: translateX(0); z-index: 2;
}
.ss2-card {
  display: flex;
  background: #f5f7ff;
  border: 1px solid #e4eaf6;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(20,40,100,.07);
  min-height: 260px;
}
.ss2-left {
  flex: 1; padding: 36px 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.ss2-quote-mark {
  font-size: 52px; line-height: 1;
  color: #3d5eff; font-family: Georgia, serif;
  font-weight: 700; margin-bottom: -8px;
}
.ss2-quote-text {
  font-size: 15px; color: #2d3960;
  line-height: 1.7; font-weight: 500; margin: 0; flex: 1;
}
.ss2-author {
  display: flex; align-items: center; gap: 14px;
  margin-top: auto; padding-top: 18px;
  border-top: 1px solid #edf1fb;
}
.ss2-author img {
  width: 46px; height: 46px; border-radius: 50%;
  object-fit: cover; border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.ss2-author-name { font-size: 15px; font-weight: 700; color: #1a2a5e; }
.ss2-author-role { font-size: 13px; color: #7a849c; }
/* Dark blue right panel — outer wrapper */
.ss2-right {
  width: 240px; min-width: 240px;
  background: transparent;
  padding: 12px 12px 12px 0;
  display: flex;
}
/* Inner card with gradient — "card type view" */
.ss2-inner-card {
  flex: 1;
  background: linear-gradient(160deg, #1e3a8a 0%, #2952cc 100%);
  border-radius: 18px;
  padding: 22px 18px 18px;
  display: flex; flex-direction: column; gap: 6px;
  position: relative; overflow: hidden;
}
.ss2-inner-card::before {
  content: '';
  position: absolute; bottom: -30px; right: -30px;
  width: 120px; height: 120px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
}
/* "Results after 3 months" label on dark bg */
.ss2-result-pill {
  font-size: 12px; font-weight: 600; letter-spacing: .2px;
  color: rgba(255,255,255,.75);
  margin-bottom: 4px;
}
.ss2-result-label {
  font-size: 12px; font-weight: 600; letter-spacing: .2px;
  color: rgba(255,255,255,.75); margin-bottom: 4px;
}
.ss2-stat-val {
  font-size: 38px; font-weight: 900;
  color: #fff; line-height: 1; letter-spacing: -1px;
}
.ss2-stat-desc { font-size: 13px; color: rgba(255,255,255,.75); font-weight: 500; line-height: 1.4; }
/* Bar chart */
.ss2-chart {
  display: flex; align-items: flex-end; gap: 6px;
  height: 70px; margin-top: auto; padding-top: 16px;
}
.ss2-bar {
  flex: 1; border-radius: 4px 4px 0 0;
  background: rgba(255,255,255,.25);
  transition: height .4s ease;
}
.ss2-bar.active, .ss2-bar-active { background: rgba(255,255,255,.9); }

/* =====================================
   VERSION 3 — white card left, white card right with circle progress
===================================== */
.ss3-slider {
  position: relative;
  width: 100%; max-width: 760px;
  margin: 40px auto 0;
}
.ss3-slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transform: translateX(40px);
  transition: opacity .6s ease, transform .6s ease, visibility .6s;
}
.ss3-slide.active {
  position: relative;
  opacity: 1; visibility: visible;
  transform: translateX(0); z-index: 2;
}
.ss3-card {
  display: flex;
  background: #fff;
  border: 1px solid #e4eaf6;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(20,40,100,.07);
  min-height: 260px;
}
.ss3-left {
  flex: 1; padding: 36px 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.ss3-quote-mark {
  font-size: 52px; line-height: 1;
  color: #3d5eff; font-family: Georgia, serif;
  font-weight: 700; margin-bottom: -8px;
}
.ss3-quote-text {
  font-size: 15px; color: #2d3960;
  line-height: 1.7; font-weight: 500; margin: 0; flex: 1;
}
.ss3-author {
  display: flex; align-items: center; gap: 14px;
  margin-top: auto; padding-top: 18px;
  border-top: 1px solid #edf1fb;
}
.ss3-author img {
  width: 46px; height: 46px; border-radius: 50%;
  object-fit: cover; border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.ss3-author-name { font-size: 15px; font-weight: 700; color: #1a2a5e; }
.ss3-author-role { font-size: 13px; color: #7a849c; }
.ss3-right {
  width: 220px; min-width: 220px;
  border-left: 1px solid #e4eaf6;
  padding: 28px 22px;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  text-align: center;
  justify-content: center;
}
.ss3-result-label {
  font-size: 11px; font-weight: 700; letter-spacing: .6px;
  color: #7a8cc0; text-transform: uppercase; margin-bottom: 4px;
  align-self: flex-start; text-align: left;
}
.ss3-result-pill {
  display: inline-flex; align-items: center;
  background: #eef2ff;
  border: 1px solid #c5d3f5;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px; font-weight: 600;
  color: #3d5eff;
  width: fit-content;
  align-self: flex-start;
}
.ss3-stat-val {
  font-size: 38px; font-weight: 900;
  color: #3d5eff; line-height: 1; letter-spacing: -1px;
  align-self: flex-start;
}
.ss3-stat-desc {
  font-size: 13px; color: #5a6899; font-weight: 500; line-height: 1.4;
  align-self: flex-start; text-align: left;
}
.ss3-circle-wrap {
  position: relative; width: 110px; height: 110px;
  margin-top: auto;
}
.ss3-circle-wrap svg {
  width: 110px; height: 110px;
  transform: rotate(-90deg);
}
.ss3-circle-icon {
  position: absolute;
  inset: 0; display: flex; align-items: center; justify-content: center;
}
.ss3-circle-icon svg { width: 32px; height: 32px; }

/* =====================================
   VERSION 3 - COMPACT SLIDER
===================================== */

.fcv3c-slider {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 40px auto;
}

/* Slides */

.fcv3c-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    visibility 0.7s;
}

.fcv3c-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 2;
}

/* Card */

.fcv3c-card {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  background: #ffffff;
  border: 2px dashed #cfe0ff;
  border-radius: 26px;
  padding: 34px 34px 28px;
  box-shadow:
    0 8px 24px rgba(45, 70, 150, 0.04);
}

/* Left Icon */

.fcv3c-icon-wrap {
  flex-shrink: 0;
  padding-top: 12px;
}

.fcv3c-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    #4f6dff 0%,
    #2952ff 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 38px;
  box-shadow:
    0 12px 22px rgba(60, 90, 255, 0.22),
    inset 0 1px 2px rgba(255,255,255,0.25);
}

/* Content */

.fcv3c-content {
  flex: 1;
}

.fcv3c-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #4164ff;
  margin-bottom: 14px;
}

.fcv3c-text {
  color: #23335f;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  max-width: 520px;
}

/* Footer */

.fcv3c-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #e7edf8;
}

.fcv3c-footer img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.fcv3c-author-name {
  font-size: 18px;
  font-weight: 700;
  color: #1f2c4d;
  margin-bottom: 4px;
}

.fcv3c-author-role {
  font-size: 14px;
  color: #76819b;
  line-height: 1.5;
}

/* =====================================
   EXPERT TIP SLIDER
===================================== */

.fc-expert-slider {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 40px auto;
}

/* Slides */

.fc-expert-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    visibility 0.7s;
}

.fc-expert-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 2;
}

/* Card */

.fc-expert-slide {
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #fbfcff 0%,
    #f6f8ff 100%
  );
  border: 1px solid #e6eaf7;
  border-radius: 24px;
  padding: 34px 34px 28px;
  box-shadow:
    0 10px 30px rgba(20, 35, 90, 0.04),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

/* Top Layout */

.fc-expert-body {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  position: relative;
}

/* Left Icon */

.fc-expert-icon-wrap {
  flex-shrink: 0;
}

.fc-expert-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    #f2f5ff 0%,
    #e9eeff 100%
  );
  border: 1px solid #e2e8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5a6cff;
  font-size: 35px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.8);
}

/* Content */

.fc-expert-content {
  flex: 1;
  padding-top: 4px;
}

.fc-expert-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #5b6cff;
  margin-bottom: 14px;
}

.fc-expert-text {
  color: #2f3a5a;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 600;
  max-width: 500px;
}

/* Quote */

.fc-expert-quote {
  position: absolute;
  right: 0;
  top: -6px;
  font-size: 130px;
  line-height: 1;
  color: rgba(91, 108, 255, 0.08);
  font-family: Georgia, serif;
  font-weight: 700;
  pointer-events: none;
}

/* Footer */

.fc-expert-footer {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #e6eaf5;
}

.fc-expert-author {
  display: flex;
  align-items: center;
  gap: 20px;
}

.fc-expert-author img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.fc-expert-author-name {
  font-size: 18px;
  font-weight: 700;
  color: #24304d;
  margin-bottom: 4px;
}

.fc-expert-author-role {
  font-size: 14px;
  color: #7b849b;
  line-height: 1.4;
}

/* =====================================
   VERSION 2 - EXPERT TIP SLIDER
===================================== */

.fcv2-slider {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 40px auto;
}

/* Slides */

.fcv2-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    visibility 0.7s;
}

.fcv2-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 2;
}

/* Card */

.fcv2-card {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    #f9fbff 0%,
    #f2f5ff 100%
  );
  border: 1px solid #dfe7ff;
  box-shadow:
    0 10px 30px rgba(36, 52, 120, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

/* Left Side */

.fcv2-left {
  width: 110px;
  min-width: 110px;
  display: flex;
  justify-content: center;
  padding-top: 26px;
  border-right: 1px solid #dfe6ff;
  background:
    linear-gradient(
      180deg,
      rgba(92, 113, 255, 0.03) 0%,
      rgba(92, 113, 255, 0.01) 100%
    );
}

.fcv2-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(
    180deg,
    #4f6dff 0%,
    #3e5cff 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  box-shadow:
    0 10px 20px rgba(79, 109, 255, 0.25),
    inset 0 1px 1px rgba(255,255,255,0.25);
}

/* Right Side */

.fcv2-right {
  flex: 1;
  padding: 28px 34px 28px 26px;
}

.fcv2-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #4f6dff;
  margin-bottom: 18px;
}

.fcv2-text {
  color: #2d3960;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  max-width: 520px;
}

/* Footer */

.fcv2-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #dfe6f7;
}

.fcv2-footer img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.fcv2-author-name {
  font-size: 18px;
  font-weight: 700;
  color: #23304f;
  margin-bottom: 4px;
}

.fcv2-author-role {
  font-size: 14px;
  color: #7a849c;
  line-height: 1.5;
}

/* =====================================
   ARROW NAV (fc-nav-*)
===================================== */
.fc-nav-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}
.fc-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #d5dcf7;
  background: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f6dff;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
  flex-shrink: 0;
  padding: 0;
}
.fc-nav-btn:hover {
  background: #4f6dff;
  border-color: #4f6dff;
  color: #ffffff;
}
.fc-nav-btn:active { transform: scale(0.92); }
.fc-nav-btn svg { width: 18px; height: 18px; display: block; }
.fc-nav-counter {
  font-size: 14px;
  font-weight: 600;
  color: #8896c0;
  min-width: 44px;
  text-align: center;
}

/* =====================================
   STATIC CARD GRID (fc-static-grid)
===================================== */
.fc-static-grid {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

/* V1 static card */
.fc-v1-static {
  overflow: hidden;
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8ff 100%);
  border: 1px solid #e6eaf7;
  border-radius: 24px;
  padding: 34px 34px 28px;
  box-shadow: 0 10px 30px rgba(20,35,90,0.04), inset 0 1px 0 rgba(255,255,255,0.8);
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 767px) {

  .fcv3c-card {
    gap: 18px;
    padding: 24px 22px;
    border-radius: 22px;
  }

  .fcv3c-icon {
    width: 62px;
    height: 62px;
    font-size: 28px;
  }

  .fcv3c-label {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .fcv3c-text {
    font-size: 17px;
    line-height: 1.6;
  }

  .fcv3c-footer {
    margin-top: 20px;
    padding-top: 16px;
  }

  .fcv3c-footer img {
    width: 48px;
    height: 48px;
  }

  .fcv3c-author-name {
    font-size: 16px;
  }

  .fcv3c-author-role {
    font-size: 13px;
  }

  .fc-expert-slide {
    padding: 24px 22px;
    border-radius: 20px;
  }

  .fc-expert-body {
    gap: 16px;
  }

  .fc-expert-icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .fc-expert-label {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .fc-expert-text {
    font-size: 17px;
    line-height: 1.6;
  }

  .fc-expert-quote {
    font-size: 72px;
    top: -4px;
  }

  .fc-expert-footer {
    margin-top: 22px;
    padding-top: 18px;
  }

  .fc-expert-author {
    gap: 14px;
  }

  .fc-expert-author img {
    width: 48px;
    height: 48px;
  }

  .fc-expert-author-name {
    font-size: 16px;
  }

  .fc-expert-author-role {
    font-size: 13px;
  }

   .fcv2-card {
    flex-direction: column;
  }

  .fcv2-left {
    width: 100%;
    min-width: 100%;
    border-right: none;
    border-bottom: 1px solid #dfe6ff;
    padding: 22px 0;
  }

  .fcv2-right {
    padding: 24px 22px;
  }

  .fcv2-icon-box {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .fcv2-label {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .fcv2-text {
    font-size: 17px;
    line-height: 1.65;
  }

  .fcv2-footer {
    gap: 14px;
    margin-top: 22px;
    padding-top: 18px;
  }

  .fcv2-footer img {
    width: 48px;
    height: 48px;
  }

  .fcv2-author-name {
    font-size: 16px;
  }

  .fcv2-author-role {
    font-size: 13px;
  }

  .fc-static-grid { grid-template-columns: 1fr; }
  .fc-v1-static { padding: 24px 22px; border-radius: 20px; }
}

@media (max-width: 640px) {
  .ss1-card, .ss2-card, .ss3-card { flex-direction: column; }
  .ss1-right, .ss2-right, .ss3-right {
    width: 100%; min-width: 0;
    border-left: none; border-top: 1px solid #e4eaf6;
  }
  .ss1-left, .ss2-left, .ss3-left { padding: 24px 20px; }
  .ss1-right, .ss2-right, .ss3-right { padding: 22px 20px; }
  .ss1-stat-val, .ss2-stat-val, .ss3-stat-val { font-size: 30px; }
  .ss3-circle-wrap { margin: 12px auto 0; }
}

@media (max-width: 600px) {
  .fcv4-card {
    flex-wrap: wrap;
    padding: 24px 12px;
    gap: 0;
  }

  .fcv4-stat {
    flex: 0 0 50%;
    padding: 16px 10px;
    box-sizing: border-box;
  }

  /* Replace vertical dividers with border-based separators on mobile */
  .fcv4-divider {
    display: none;
  }

  .fcv4-stat:nth-child(1),
  .fcv4-stat:nth-child(3) {
    border-right: 1px solid #e4eaf6;
  }

  .fcv4-stat:nth-child(1),
  .fcv4-stat:nth-child(3) {
    border-right: 1px solid #e4eaf6;
  }

  .fcv4-stat:nth-child(3),
  .fcv4-stat:nth-child(5) {
    border-top: 1px solid #e4eaf6;
  }

  .fcv4-value {
    font-size: 22px;
  }

  .fcv4-label {
    font-size: 12px;
  }

  .fcv4-icon {
    width: 42px;
    height: 42px;
  }

  .fcv4-icon svg {
    width: 20px;
    height: 20px;
  }
  
  .fcv5-card {
    flex-wrap: wrap;
    padding: 20px 8px;
  }
  .fcv5-stat {
    flex: 0 0 50%;
    padding: 16px 10px;
    box-sizing: border-box;
  }
  .fcv5-divider { display: none; }
  .fcv5-stat:nth-child(1),
  .fcv5-stat:nth-child(3) { border-right: 1px solid #e4eaf6; }
  .fcv5-stat:nth-child(3),
  .fcv5-stat:nth-child(5) { border-top: 1px solid #e4eaf6; }
  .fcv5-value { font-size: 22px; }
  .fcv5-label { font-size: 12px; }
  .fcv5-icon { width: 44px; height: 44px; }
  .fcv5-icon svg { width: 20px; height: 20px; }

  .fcv6-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .fcv6-value { font-size: 22px; }
  .fcv6-label { font-size: 12px; }
  .fcv6-icon { width: 40px; height: 40px; }
  .fcv6-icon svg { width: 19px; height: 19px; }
}


@media (max-width: 480px) {

  .fcv3c-card {
    flex-direction: column;
    gap: 18px;
    padding: 22px 18px;
  }

  .fcv3c-icon-wrap {
    padding-top: 0;
  }

  .fcv3c-text {
    font-size: 16px;
  }

  .fc-expert-body {
    gap: 14px;
  }

  .fc-expert-text {
    font-size: 16px;
  }

  .fc-expert-quote {
    font-size: 60px;
    right: -6px;
  }

  .fcv2-right {
    padding: 22px 18px;
  }

  .fcv2-text {
    font-size: 16px;
  }

  .fc-v1-static { padding: 22px 18px; }

}

