/* ==========================================================================
   Seller Analytics Hub V2 - Components Stylesheet
   ========================================================================== */

/* ==========================================================================
   1. Hero Banner
   ========================================================================== */
.v2-hero {
  position: relative;
  padding-top: 104px;
  padding-bottom: 36px;
  overflow: hidden;
}

.v2-hero-inner {
  border-radius: 40px;
  background: var(--hero-gradient);
  border: 1px solid oklch(1 0 0 / 0.6);
  padding: 76px 20px 36px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.v2-hero-content {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.v2-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 24px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.v2-hero-title {
  font-size: clamp(36px, 5.4vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 24px;
  color: #fff;
  text-shadow: 0 10px 34px rgba(8, 42, 110, 0.18);
  letter-spacing: -0.04em;
}

.v2-hero-sub {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.55vw, 18px);
  max-width: 720px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}

/* Hero email input form */
.v2-hero-form {
  max-width: 448px;
  margin: 0 auto 28px auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-lg);
}

.v2-hero-form input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px 20px;
  font-size: 14px;
  color: #03080f;
  outline: none;
}

.v2-hero-form input::placeholder {
  color: #64748b;
}

.v2-hero-form button {
  background: var(--ink-gradient);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.v2-hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

/* Premium Primary & Secondary Buttons inside blue gradient stages */
.v2-hero-inner .v2-btn-primary,
.v2-cta-inner .v2-btn-primary {
  background: #ffffff;
  color: oklch(0.12 0.04 255); /* Dark ink */
  border: 1px solid #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 12px 32px rgba(255, 255, 255, 0.25);
  font-weight: 700;
}

.v2-hero-inner .v2-btn-primary:hover,
.v2-cta-inner .v2-btn-primary:hover {
  background: #ffffff;
  color: oklch(0.07 0.01 240); /* Deeper obsidian */
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12), 0 16px 48px rgba(255, 255, 255, 0.4), var(--shadow-glow);
}

.v2-hero-inner .v2-btn-secondary,
.v2-cta-inner .v2-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.v2-hero-inner .v2-btn-secondary:hover,
.v2-cta-inner .v2-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 0 20px rgba(255, 255, 255, 0.15);
}

.v2-hero-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 28px;
}

.v2-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.v2-hero-trust i {
  color: var(--c-success);
}

/* ==========================================================================
   2. Floating Dashboard Cards inside Hero
   ========================================================================== */
.v2-hero-visual {
  position: relative;
  max-width: 1152px;
  margin: 0 auto;
  height: 312px;
  margin-top: 28px;
  z-index: 2;
}

.v2-page-home .v2-hero .v2-container {
  max-width: none;
  padding: 0 20px;
}

.v2-page-home .v2-hero-inner {
  min-height: 872px;
  padding-top: 104px;
  padding-inline: 28px;
}

.v2-hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(64px);
  pointer-events: none;
}

.v2-hero-orb-left {
  width: 420px;
  height: 420px;
  top: -128px;
  left: -128px;
  background: oklch(1 0 0 / 0.2);
}

.v2-hero-orb-right {
  width: 480px;
  height: 480px;
  right: -80px;
  bottom: -128px;
  background: oklch(0.85 0.15 240 / 0.3);
}

.v2-hero-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  vertical-align: middle;
}

.v2-hero-brand-icon {
  width: 1.15em;
  height: 1.15em;
  border-radius: 0.25em;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 0.65em;
  vertical-align: middle;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.v2-floating-card-stage {
  transform-style: preserve-3d;
}

.v2-float-card,
.v2-float-mini-card {
  background: var(--card-gradient);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid oklch(1 0 0 / 0.6);
  box-shadow: var(--shadow-lg);
  color: var(--c-text);
}

.v2-float-card-center {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  width: 300px;
  min-height: 203px;
  padding: 20px;
  border-radius: 28px;
  transform: translateX(-50%) translateY(var(--hero-mid-y, 0px));
  animation: v2FloatCenter 6s ease-in-out infinite;
}

.v2-float-card-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--c-text-dim);
  font-size: 12px;
  margin-bottom: 8px;
}

.v2-float-card-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, oklch(0.62 0.22 256) 0%, oklch(0.78 0.17 240) 100%);
}

.v2-float-card-amount {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.v2-float-card-amount span {
  color: var(--c-text-dim);
}

.v2-float-card-caption,
.v2-float-mini-card small,
.v2-float-mini-row {
  color: var(--c-text-dim);
  font-size: 11px;
}

.v2-float-chart {
  height: 64px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-top: 12px;
}

.v2-float-chart span {
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(to top, oklch(0.62 0.22 256) 0%, oklch(0.78 0.17 240) 100%);
  transform-origin: bottom;
  animation: barGrow 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: var(--bar-delay, 0s);
}

.v2-float-card-stack {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.v2-float-card-left {
  left: 36px;
  top: 28px;
  width: 228px;
  transform: translateY(var(--hero-left-y, 0px));
  animation: v2FloatLeft 6s ease-in-out infinite;
}

.v2-float-card-right {
  right: 36px;
  top: 24px;
  width: 244px;
  transform: translateY(var(--hero-right-y, 0px));
  animation: v2FloatRight 6s ease-in-out infinite;
}

.v2-float-mini-card {
  border-radius: 24px;
  padding: 16px;
}

.v2-float-mini-row,
.v2-float-mini-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.v2-float-mini-row i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 999px;
  background: var(--c-success);
}

.v2-float-mini-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.4;
}

.v2-float-mini-metric span,
.v2-float-mini-card em {
  color: var(--c-success);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
}

.v2-float-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.v2-float-person small {
  display: block;
}

.v2-float-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, oklch(0.78 0.15 30), oklch(0.6 0.2 15));
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

@keyframes v2FloatCenter {
  0%, 100% { transform: translateX(-50%) translateY(var(--hero-mid-y, 0px)); }
  50% { transform: translateX(-50%) translateY(calc(var(--hero-mid-y, 0px) - 12px)); }
}

@keyframes v2FloatLeft {
  0%, 100% { transform: translateY(var(--hero-left-y, 0px)); }
  50% { transform: translateY(calc(var(--hero-left-y, 0px) - 12px)); }
}

@keyframes v2FloatRight {
  0%, 100% { transform: translateY(var(--hero-right-y, 0px)); }
  50% { transform: translateY(calc(var(--hero-right-y, 0px) - 12px)); }
}

.v2-visual-card {
  position: absolute;
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.v2-visual-card-center {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(340px, 90vw);
  z-index: 10;
}

.v2-visual-card-left {
  left: 5%;
  top: 40px;
  width: 260px;
  z-index: 5;
}

.v2-visual-card-right {
  right: 5%;
  top: 20px;
  width: 280px;
  z-index: 5;
}

@media (max-width: 1024px) {
  .v2-float-card-left,
  .v2-float-card-right {
    display: none;
  }
}

@media (max-width: 768px) {
  .v2-hero {
    padding-top: 96px;
    padding-bottom: 28px;
  }
  .v2-page-home .v2-hero .v2-container {
    padding: 0 12px;
  }
  .v2-page-home .v2-hero-inner {
    min-height: auto;
    padding: 74px 14px 22px;
    border-radius: 28px;
  }
  .v2-hero-content {
    max-width: 100%;
  }
  .v2-hero-title {
    font-size: 32px;
    line-height: 1.05;
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .v2-hero-brand-mark {
    gap: 6px;
  }
  .v2-hero-brand-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 22px;
  }
  .v2-hero-sub {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 24px;
  }
  .v2-hero-form {
    max-width: 100%;
    min-height: 64px;
    margin-bottom: 28px;
    flex-direction: column;
    border-radius: 28px;
    padding: 10px;
    gap: 10px;
  }
  .v2-hero-form input {
    min-width: 0;
    width: 100%;
    padding: 14px 16px;
  }
  .v2-hero-form button {
    width: 100%;
    min-height: 52px;
    min-width: 0;
    justify-content: center;
    white-space: nowrap;
    line-height: 1;
  }
  .v2-hero-trust {
    gap: 8px 16px;
    margin-bottom: 20px;
  }
  .v2-hero-visual {
    height: 208px;
    margin-top: 18px;
  }
  .v2-float-card-center {
    width: min(248px, calc(100vw - 72px));
    left: 50%;
    transform: translateX(-50%) translateY(var(--hero-mid-y, 0px));
  }
  .v2-float-card-center {
    min-height: 164px;
    padding: 16px;
  }
  .v2-float-chart {
    height: 52px;
    margin-top: 10px;
  }
}

@media (min-width: 1440px) {
  .v2-page-home .v2-hero-inner {
    min-height: 920px;
  }
}

/* Center card details */
.v2-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--c-text-faint);
  margin-bottom: 12px;
}

.v2-card-icon-round {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--c-gradient);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 11px;
}

.v2-card-title-val {
  font-size: 26px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 2px;
}

.v2-card-subtitle-small {
  font-size: 11px;
  color: var(--c-text-faint);
  margin-bottom: 18px;
}

.v2-mini-chart {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 80px;
}

.v2-mini-chart-bar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: var(--c-gradient);
  transform-origin: bottom;
  animation: barGrow 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes barGrow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

/* ==========================================================================
   3. Trust Strip display
   ========================================================================== */
.v2-trust-strip {
  padding: 28px 0 20px;
  text-align: center;
}

.v2-trust-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 18px;
}

.v2-trust-slider {
  display: flex;
  gap: 18px;
  overflow: hidden;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
}

.v2-trust-track {
  display: flex;
  gap: 16px;
  white-space: nowrap;
  animation: scrollTrack 30s linear infinite;
}

.v2-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--c-border);
  font-size: 13.5px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.v2-trust-item:hover {
  border-color: var(--c-border-hover);
  background: #ffffff;
  transform: translateY(-1px);
}

.v2-trust-icon-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--c-gradient);
  color: #fff;
  font-size: 10px;
  display: grid;
  place-items: center;
}

@keyframes scrollTrack {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ==========================================================================
   4. Stats Module
   ========================================================================== */
.v2-stats {
  padding: 8px 0 88px;
}

.v2-stats-box {
  background: var(--soft-gradient);
  border: 1px solid var(--c-border);
  border-radius: 32px;
  padding: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.v2-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.v2-stat-card {
  padding: 24px;
  border-radius: 24px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.v2-stat-card:hover {
  border-color: var(--c-border-hover);
  transform: translateY(-2px);
}

.v2-stat-num {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  background: linear-gradient(135deg, var(--c-accent), var(--c-accent-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 6px;
}

.v2-stat-desc {
  font-size: 12.5px;
  color: var(--c-text-faint);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

@media (max-width: 992px) {
  .v2-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .v2-stats-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .v2-trust-strip {
    padding: 18px 0 12px;
  }

  .v2-trust-title {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .v2-trust-item {
    padding: 9px 16px;
    font-size: 12.5px;
  }

  .v2-stats {
    padding: 0 0 64px;
  }

  .v2-stats-box {
    padding: 30px 20px;
    border-radius: 28px;
  }

  .v2-stats-grid {
    margin-top: 28px;
  }
}

/* ==========================================================================
   5. Problem Section
   ========================================================================== */
.v2-problem {
  padding: 96px 0;
}

.v2-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.v2-pain-card {
  padding: 28px;
  border-radius: 32px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  min-height: 228px;
}

.v2-pain-card:hover {
  border-color: var(--c-border-hover);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.v2-pain-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--hero-gradient);
  border: none;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 24px;
  transition: var(--transition);
}

.v2-pain-card:hover .v2-pain-icon {
  transform: scale(1.1);
}

.v2-pain-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.15;
}

.v2-pain-card p {
  font-size: 13.5px;
  color: var(--c-text-dim);
  line-height: 1.6;
}

@media (max-width: 992px) {
  .v2-pain-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .v2-pain-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   6. Features Bento Grid
   ========================================================================== */
.v2-features {
  padding: 96px 0;
  background: var(--soft-gradient);
}

.v2-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(220px, auto);
  gap: 20px;
}

.v2-feature-card {
  padding: 28px;
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.v2-feature-card-span-2 {
  grid-column: span 2;
  grid-row: span 2;
}

.v2-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--hero-gradient);
  border: none;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 24px;
}

.v2-feature-card h3 {
  font-size: 19px;
  margin-bottom: 12px;
  line-height: 1.12;
}

.v2-feature-card p {
  font-size: 13.5px;
  color: var(--c-text-dim);
  line-height: 1.6;
}

/* Inline visualization inside first bento item */
.v2-feature-visual-embed {
  margin-top: 28px;
  background: var(--c-gradient);
  border-radius: var(--radius-md);
  padding: 20px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 188px;
}

.v2-feature-visual-embed .grid-bg-overlay {
  opacity: 0.35;
}

.v2-feature-visual-embed-inner {
  position: relative;
  z-index: 2;
  color: #fff;
}

.v2-feature-visual-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  opacity: 0.8;
}

.v2-feature-visual-value {
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}

.v2-feature-visual-value span {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.8;
}

.v2-feature-chart-container {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 100px;
  margin-top: 20px;
}

.v2-feature-chart-bar {
  flex: 1;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px 4px 0 0;
  transform-origin: bottom;
  animation: barGrow 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@media (max-width: 992px) {
  .v2-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .v2-feature-card-span-2 {
    grid-column: span 2;
    grid-row: span 1;
  }
}
@media (max-width: 768px) {
  .v2-features-grid {
    grid-template-columns: 1fr;
  }
  .v2-feature-card-span-2 {
    grid-column: span 1;
  }
  .v2-feature-card,
  .v2-pain-card,
  .v2-tool-card,
  .v2-testimonial-card {
    min-height: 0;
  }
  .v2-stats-box {
    padding: 36px 20px;
  }
}

/* ==========================================================================
   7. How it works (Steps)
   ========================================================================== */
.v2-steps-section {
  padding: 96px 0;
}

.v2-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}

/* Connect dots bar on desktop */
.v2-steps-line {
  position: absolute;
  top: 48px;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 131, 255, 0.3) 20%, rgba(124, 131, 255, 0.3) 80%, transparent);
  z-index: 1;
}

.v2-step-card {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 40px 24px;
}

.v2-step-number {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: var(--c-gradient);
  color: #fff;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin: 0 auto 28px auto;
  box-shadow: var(--shadow-glow);
}

.v2-step-card h3 {
  font-size: 19px;
  margin-bottom: 12px;
}

.v2-step-card p {
  font-size: 13.5px;
  color: var(--c-text-dim);
  margin-bottom: 20px;
}

.v2-step-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 99px;
  background: rgba(124, 131, 255, 0.08);
  color: var(--c-accent-light);
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .v2-steps-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .v2-steps-line {
    display: none;
  }
}

/* ==========================================================================
   8. Payout Auditor Showcase
   ========================================================================== */
.v2-invoice-section {
  padding: 96px 0;
  background: var(--soft-gradient);
}

.v2-invoice-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.v2-invoice-demo-box {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 28px;
  padding: 28px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: var(--shadow-lg);
}

.v2-invoice-demo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(24, 101, 242, 0.08);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.v2-invoice-badge-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.v2-invoice-badge-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: var(--c-gradient);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 16px;
}

.v2-invoice-meta {
  display: flex;
  flex-direction: column;
}

.v2-invoice-meta span:first-child {
  font-size: 10px;
  color: var(--c-text-faint);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.v2-invoice-meta span:last-child {
  font-size: 13.5px;
  font-weight: 700;
}

.v2-invoice-amount-box {
  text-align: right;
}

.v2-invoice-amount-box .val {
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

.v2-invoice-amount-box .date {
  font-size: 11px;
  color: var(--c-text-faint);
}

.v2-invoice-deduction-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.v2-deduction-tile {
  background: rgba(24, 101, 242, 0.035);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 14px;
}

.v2-deduction-tile-lbl {
  font-size: 10px;
  color: var(--c-text-faint);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.v2-deduction-tile-val {
  font-size: 14.5px;
  font-weight: 700;
}

.v2-invoice-demo-btn {
  width: 100%;
  padding: 14px;
  border-radius: var(--radius-md);
  background: var(--c-gradient);
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: var(--shadow-glow);
}

@media (max-width: 992px) {
  .v2-invoice-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   9. Security Section
   ========================================================================== */
.v2-security {
  padding: 96px 0;
  text-align: center;
}

.v2-security-orbs-container {
  position: relative;
  min-height: 360px;
  max-width: 720px;
  margin: 56px auto 0 auto;
  overflow: visible;
}

.v2-security-badge-capsule {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--c-surface-2);
  border: 1px solid var(--c-border);
  padding: 8px 18px;
  border-radius: 99px;
  box-shadow: var(--shadow-lg);
}

.v2-security-badge-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--c-gradient);
}

.v2-security-badge-val {
  font-size: 12px;
  font-weight: 700;
}

.v2-security-center-card {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  z-index: 10;
}

.v2-security-center-card.v2-reveal {
  transform: translate(-50%, calc(-50% + 24px));
}

.v2-security-center-card.v2-reveal.is-visible {
  transform: translate(-50%, -50%);
}

.v2-sec-pos-1 { top: 16%; left: 5%; }
.v2-sec-pos-2 { top: 8%; right: 5%; }
.v2-sec-pos-3 { bottom: 16%; left: 10%; }
.v2-sec-pos-4 { bottom: 24%; right: 10%; }

.v2-security-promise-strip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--c-border);
  padding: 12px 28px;
  border-radius: 99px;
  font-size: 13.5px;
  font-weight: 600;
  max-width: min(100%, 560px);
  margin-top: 24px;
  position: relative;
  z-index: 1;
  line-height: 1.35;
}

.v2-security-promise-strip i {
  color: var(--c-accent);
  flex: 0 0 auto;
}

.v2-security-promise-strip span {
  min-width: 0;
}

@media (max-width: 1024px) {
  .v2-security-orbs-container {
    min-height: 340px;
    max-width: 640px;
  }

  .v2-sec-pos-1 { left: 0; }
  .v2-sec-pos-2 { right: 0; }
  .v2-sec-pos-3 { left: 4%; }
  .v2-sec-pos-4 { right: 4%; }
}

@media (max-width: 768px) {
  .v2-security-orbs-container {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .v2-security-badge-capsule, .v2-security-center-card {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 260px;
  }

  .v2-security-promise-strip {
    width: 100%;
    max-width: 360px;
    border-radius: var(--radius-sm);
    padding: 12px 16px;
  }
}

/* ==========================================================================
   10. Pricing Section
   ========================================================================== */
.v2-pricing {
  padding: 96px 0;
  background: var(--soft-gradient);
}

.v2-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}

@media (min-width: 1025px) {
  .v2-pricing-grid.v2-pricing-grid-1 {
    grid-template-columns: minmax(0, 360px);
    justify-content: center;
  }
  .v2-pricing-grid.v2-pricing-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 360px));
    justify-content: center;
  }
  .v2-pricing-grid.v2-pricing-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 360px));
    justify-content: center;
  }
}

.v2-price-card {
  padding: 36px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.v2-price-card-featured {
  background: var(--c-gradient);
  border: none;
  color: #fff;
  transform: scale(1.02);
  box-shadow: var(--shadow-glow);
}

.v2-price-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.v2-price-badge-dark {
  background: var(--c-text);
  color: var(--c-bg);
}

.v2-price-badge-light {
  background: #fff;
  color: var(--c-accent);
}

.v2-price-name {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--c-text-faint);
}

.v2-price-card-featured .v2-price-name {
  color: rgba(255, 255, 255, 0.8);
}

.v2-price-val-row {
  margin-top: 18px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 4px;
}

.v2-price-val-amount {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 800;
}

.v2-price-strike {
  font-size: 14px;
  text-decoration: line-through;
  color: var(--c-text-faint);
}

.v2-price-card-featured .v2-price-strike {
  color: rgba(255, 255, 255, 0.6);
}

.v2-price-period {
  font-size: 11px;
  color: var(--c-text-faint);
  margin-bottom: 24px;
}

.v2-price-card-featured .v2-price-period {
  color: rgba(255, 255, 255, 0.8);
}

.v2-price-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.v2-price-features li {
  font-size: 13.5px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.v2-price-features i {
  margin-top: 4px;
  color: var(--c-accent-light);
}

.v2-price-card-featured .v2-price-features i {
  color: #fff;
}

.v2-price-cta {
  margin-top: 32px;
  width: 100%;
  padding: 12px;
  border-radius: var(--radius-md);
  border: none;
  font-weight: 700;
  font-size: 13.5px;
  cursor: pointer;
  transition: var(--transition);
}

.v2-price-cta-standard {
  background: var(--c-surface-2);
  border: 1px solid var(--c-border);
  color: var(--c-text);
}

.v2-price-cta-standard:hover {
  background: var(--c-surface);
  border-color: var(--c-border-hover);
}

.v2-price-cta-featured {
  background: #fff;
  color: #071225;
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15);
}

.v2-price-cta-featured:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.3);
}

@media (max-width: 1024px) {
  .v2-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .v2-price-card-featured {
    transform: none;
  }
}
@media (max-width: 600px) {
  .v2-pricing-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   11. Free Tools Previews
   ========================================================================== */
.v2-tools {
  padding: 96px 0;
}

.v2-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.v2-tool-card {
  padding: 32px;
}

.v2-tool-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: var(--c-gradient);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-glow);
}

.v2-tool-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.v2-tool-card p {
  font-size: 13.5px;
  color: var(--c-text-dim);
  margin-bottom: 20px;
  line-height: 1.6;
}

.v2-tool-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-accent-light);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.v2-tool-link:hover {
  gap: 10px;
  color: var(--c-text);
}

/* Banner box */
.v2-tools-wide-banner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  overflow: hidden;
}

.v2-tools-banner-copy {
  padding: 56px;
}

.v2-tools-banner-copy h3 {
  font-size: 26px;
  margin-bottom: 16px;
}

.v2-tools-banner-copy p {
  font-size: 14px;
  color: var(--c-text-dim);
  margin-bottom: 28px;
}

.v2-tools-banner-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.v2-tools-banner-bullets li {
  font-size: 13.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.v2-tools-banner-bullets i {
  color: var(--c-success);
}

.v2-tools-wide-graphic {
  background: var(--c-gradient);
  position: relative;
  display: grid;
  place-items: center;
  padding: 40px;
}

.v2-wide-graphic-inner {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

.v2-label-mock-a4 {
  width: 120px;
  height: 170px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-sm);
  padding: 10px;
  box-shadow: var(--shadow-lg);
  transform: rotate(-6deg);
}

.v2-label-mock-a4-title {
  font-size: 8px;
  color: var(--c-text-faint);
  font-weight: 700;
  margin-bottom: 6px;
}

.v2-label-mock-a4-line {
  height: 4px;
  background: #e2e8f0;
  margin-bottom: 4px;
  border-radius: 2px;
}

.v2-label-mock-thermal {
  width: 140px;
  height: 180px;
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 14px;
  box-shadow: var(--shadow-lg);
  transform: rotate(4deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.v2-label-mock-thermal-badge {
  font-size: 8px;
  color: var(--c-success);
  font-weight: 800;
  text-transform: uppercase;
}

.v2-label-mock-thermal-barcode {
  height: 48px;
  background: #03080f;
  margin: 10px 0;
  border-radius: 4px;
}

.v2-label-mock-thermal-sku {
  font-size: 9px;
  font-weight: 800;
  color: #03080f;
}

.v2-label-mock-thermal-loc {
  font-size: 8px;
  color: #64748b;
}

@media (max-width: 992px) {
  .v2-tools-grid {
    grid-template-columns: 1fr;
  }
  .v2-tools-wide-banner {
    grid-template-columns: 1fr;
  }
  .v2-tools-wide-graphic {
    height: 240px;
  }
  .v2-tools-banner-copy {
    padding: 32px;
  }
}

/* ==========================================================================
   12. Testimonials
   ========================================================================== */
.v2-testimonials {
  padding: 96px 0;
  background: var(--soft-gradient);
}

.v2-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.v2-testimonial-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.v2-stars {
  display: flex;
  gap: 3px;
  color: var(--c-warning);
  font-size: 12px;
  margin-bottom: 20px;
}

.v2-testimonial-quote {
  font-size: 14.5px;
  color: var(--c-text);
  line-height: 1.6;
  font-style: italic;
  flex: 1;
  margin-bottom: 24px;
}

.v2-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.v2-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
  display: grid;
  place-items: center;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.v2-author-name {
  font-size: 13.5px;
  font-weight: 700;
}

.v2-author-role {
  font-size: 11px;
  color: var(--c-text-faint);
}

@media (max-width: 992px) {
  .v2-testimonials-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   13. Blog System
   ========================================================================== */
.v2-blog-shell,
.v2-blog-post-shell {
  padding-bottom: 96px;
}

.v2-blog {
  padding: 96px 0;
}

.v2-blog-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 44px;
}

.v2-blog-header-row .v2-section-header {
  text-align: left;
  margin: 0;
}

.v2-blog-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--c-accent);
  font-size: 13px;
  font-weight: 700;
}

.v2-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.v2-blog-card {
  display: flex;
  gap: 20px;
  min-width: 0;
  padding: 28px;
}

.v2-blog-card-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  border-radius: 18px;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  box-shadow: var(--shadow-md);
}

.v2-blog-card-content {
  min-width: 0;
  flex: 1;
}

.v2-blog-tag {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--c-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-blog-card h3 {
  font-size: 19px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.v2-blog-card p {
  color: var(--c-text-dim);
  font-size: 14px;
  line-height: 1.7;
}

.v2-blog-hero,
.v2-blog-post-hero {
  padding: 100px 0 20px;
}

.v2-blog-hero-panel,
.v2-blog-post-hero-panel {
  position: relative;
  overflow: hidden;
  background: var(--soft-gradient);
  border: 1px solid var(--c-border);
  border-radius: 36px;
  box-shadow: var(--shadow-lg);
}

.v2-blog-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 28px;
  padding: 40px;
}

.v2-blog-post-hero-panel {
  padding: 36px;
}

.v2-blog-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(24, 101, 242, 0.08);
  border: 1px solid rgba(24, 101, 242, 0.14);
  color: var(--c-accent);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.v2-blog-hero-title,
.v2-blog-post-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.04;
  margin: 18px 0 14px;
  max-width: 24ch;
}

.v2-blog-post-copy h1 {
  font-size: clamp(26px, 3.5vw, 40px);
  line-height: 1.18;
  max-width: none;
  letter-spacing: -0.025em;
}

.v2-blog-hero-subtitle,
.v2-blog-post-copy p {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--c-text-dim);
}

.v2-blog-hero-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 520px);
  margin-top: 28px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  box-shadow: var(--shadow-lg);
}

.v2-blog-hero-search i {
  color: var(--c-text-faint);
}

.v2-blog-hero-search input {
  width: 100%;
  min-width: 0;
  border: none;
  background: transparent;
  color: var(--c-text);
  font-size: 14px;
  outline: none;
}

.v2-blog-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.v2-blog-ghost-btn {
  background: rgba(255, 255, 255, 0.84);
  border-color: var(--c-border);
  color: var(--c-text);
}

.v2-blog-hero-rail {
  display: grid;
  gap: 14px;
  align-content: start;
}

.v2-blog-metric-card {
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  box-shadow: var(--shadow-sm);
}

.v2-blog-metric-muted {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.78), rgba(233, 241, 255, 0.82));
}

.v2-blog-metric-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-text-faint);
  margin-bottom: 8px;
  font-weight: 800;
}

.v2-blog-metric-card strong {
  font-size: 22px;
  line-height: 1.2;
}

.v2-blog-spotlights {
  padding: 16px 0 20px;
}

.v2-blog-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.v2-blog-spotlight-card {
  padding: 24px;
  border-radius: 28px;
  background: var(--card-gradient);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-sm);
}

.v2-blog-spotlight-trigger {
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: var(--transition);
}

.v2-blog-spotlight-trigger:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--c-border-hover);
}

.v2-blog-spotlight-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.v2-blog-pill-count,
.v2-blog-read-chip,
.v2-blog-date-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(24, 101, 242, 0.06);
  border: 1px solid rgba(24, 101, 242, 0.1);
  color: var(--c-text-faint);
  font-size: 11px;
  font-weight: 700;
}

.v2-blog-spotlight-icon,
.v2-blog-index-icon,
.v2-blog-author-mark {
  display: inline-grid;
  place-items: center;
  color: #fff;
  box-shadow: var(--shadow-md);
}

.v2-blog-spotlight-icon,
.v2-blog-index-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  font-size: 18px;
}

.v2-blog-author-mark {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  flex: 0 0 auto;
}

.v2-blog-tone-gold { background: linear-gradient(135deg, #f8ba38, #d87d08); }
.v2-blog-tone-emerald { background: linear-gradient(135deg, #2fc17b, #0c9f65); }
.v2-blog-tone-cobalt { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.v2-blog-tone-rose { background: linear-gradient(135deg, #f87171, #e11d48); }
.v2-blog-tone-indigo { background: linear-gradient(135deg, #818cf8, #5b43e6); }
.v2-blog-tone-violet { background: linear-gradient(135deg, #a855f7, #7e22ce); }
.v2-blog-tone-fuchsia { background: linear-gradient(135deg, #ec4899, #be185d); }
.v2-blog-tone-teal { background: linear-gradient(135deg, #22c7b8, #0f7c7a); }
.v2-blog-tone-sky { background: linear-gradient(135deg, #38bdf8, #0f72e8); }

.v2-blog-spotlight-card h2,
.v2-blog-featured-card h2,
.v2-blog-index-card h3,
.v2-blog-newsletter-copy h2,
.v2-blog-inline-cta h2,
.v2-blog-author-box h3 {
  font-family: var(--font-display);
}

.v2-blog-spotlight-card h2 {
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.v2-blog-spotlight-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-text-dim);
}

.v2-blog-featured-wrap {
  padding: 8px 0 24px;
}

.v2-blog-latest-strip {
  padding: 24px 0 28px;
}

.v2-blog-latest-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 22px;
}

.v2-blog-latest-head h2 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
  margin-top: 14px;
}

.v2-blog-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.v2-blog-latest-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 20px;
  border-radius: 28px;
  background: var(--card-gradient);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.v2-blog-latest-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--c-border-hover);
}

.v2-blog-latest-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  background: var(--soft-gradient);
}

.v2-blog-latest-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v2-blog-latest-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.v2-blog-latest-copy h3 {
  font-size: 20px;
  line-height: 1.22;
  margin: 10px 0;
}

.v2-blog-latest-copy p {
  flex: 1;
  color: var(--c-text-dim);
  font-size: 14px;
  line-height: 1.7;
}

.v2-blog-latest-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.v2-blog-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--c-border);
  background: var(--c-surface);
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
}

.v2-blog-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px -15px oklch(0.5 0.2 256 / 0.32), var(--shadow-glow);
  border-color: var(--c-border-hover);
}

.v2-blog-featured-visual {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  padding: 36px;
  color: #fff;
}

.v2-blog-featured-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.v2-blog-featured-card:hover .v2-blog-featured-image {
  transform: scale(1.03);
}

.v2-blog-index-media img,
.v2-blog-post-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.v2-blog-post-cover:hover img {
  transform: scale(1.04);
}

.v2-blog-featured-image-shade,
.v2-blog-index-media-shade,
.v2-blog-post-cover-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 18, 38, 0.06), rgba(8, 18, 38, 0.72));
}

.v2-blog-featured-visual > * {
  position: relative;
  z-index: 1;
}

.v2-blog-featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.v2-blog-featured-body h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  line-height: 1.15;
  color: var(--c-text);
  margin-top: 8px;
  margin-bottom: 12px;
}

.v2-blog-featured-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 48px;
}

.v2-blog-featured-body-excerpt {
  flex: 1;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--c-text-dim);
}

.v2-blog-featured-body > .v2-btn-primary {
  align-self: flex-start;
  margin-top: auto;
}

.v2-blog-meta-row,
.v2-blog-index-card-top,
.v2-blog-index-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.v2-blog-author-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.v2-blog-card-category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--c-accent);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.v2-blog-author-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
}

.v2-blog-author-meta {
  font-size: 12px;
  color: var(--c-text-faint);
  line-height: 1.5;
}

.v2-blog-featured-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.v2-blog-featured-stats div {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(24, 101, 242, 0.05);
  border: 1px solid rgba(24, 101, 242, 0.08);
}

.v2-blog-featured-stats span {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-text-faint);
  font-weight: 800;
}

.v2-blog-featured-stats strong {
  display: block;
  font-size: 13px;
  color: var(--c-text);
  line-height: 1.45;
}

.v2-blog-feed,
.v2-blog-related {
  padding: 24px 0 64px;
}

.v2-blog-filter-bar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

.v2-blog-search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 420px);
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
}

.v2-blog-search-box i {
  color: var(--c-text-faint);
}

.v2-blog-search-box input,
.v2-blog-newsletter-form input {
  width: 100%;
  min-width: 0;
  border: none;
  background: transparent;
  outline: none;
  color: var(--c-text);
  font-size: 14px;
}

.v2-blog-filter-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.v2-blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.v2-blog-categories button {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--c-border);
  background: rgba(255, 255, 255, 0.84);
  color: var(--c-text-dim);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}

.v2-blog-categories button:hover,
.v2-blog-categories button.is-active {
  background: var(--ink-gradient);
  color: #fff;
  border-color: transparent;
  box-shadow: var(--shadow-ink);
}

.v2-blog-count-badge {
  font-size: 12px;
  color: var(--c-text-faint);
  font-weight: 700;
}

.v2-blog-empty-state {
  padding: 44px 24px;
  margin-bottom: 24px;
  text-align: center;
  border-radius: 28px;
  background: var(--card-gradient);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow-sm);
}

.v2-blog-empty-mark {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--soft-gradient);
  color: var(--c-accent);
  font-size: 22px;
}

.v2-blog-empty-state h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.v2-blog-empty-state p {
  color: var(--c-text-dim);
}

.v2-blog-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.v2-blog-index-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0;
  border-radius: 24px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
  color: inherit;
  overflow: hidden;
  transition: var(--transition);
}

.v2-blog-index-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: var(--soft-gradient);
}

.v2-blog-index-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.v2-blog-index-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--c-border-hover);
}

.v2-blog-index-card:hover .v2-blog-index-media img {
  transform: scale(1.04);
}

.v2-blog-index-content {
  display: flex;
  flex-direction: column;
  padding: 24px;
  flex: 1;
}

.v2-blog-index-meta-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 12px;
}

.v2-blog-meta-dot {
  color: var(--c-text-faint);
  font-size: 8px;
}

.v2-blog-read-time {
  color: var(--c-text-faint);
}

.v2-blog-index-card h3 {
  font-size: 19px;
  line-height: 1.35;
  color: var(--c-text);
  margin-bottom: 10px;
  font-family: var(--font-display);
}

.v2-blog-index-card p {
  color: var(--c-text-dim);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

.v2-blog-index-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(24, 101, 242, 0.06);
}

.v2-blog-date-text {
  font-size: 12.5px;
  color: var(--c-text-faint);
}

.v2-blog-open-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-accent);
  transition: var(--transition);
}

.v2-blog-open-link i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.v2-blog-index-card:hover .v2-blog-open-link {
  color: var(--c-accent-light);
}

.v2-blog-index-card:hover .v2-blog-open-link i {
  transform: translateX(4px);
}
}

.v2-blog-newsletter {
  padding: 64px 0 0;
}

.v2-blog-newsletter-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 40px 48px;
  border-radius: 32px;
  background: var(--hero-gradient);
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.v2-blog-newsletter-card > * {
  position: relative;
  z-index: 1;
}

.v2-blog-newsletter-card .grid-bg-overlay {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  z-index: 0;
}

.v2-blog-newsletter-card .v2-btn-primary {
  background: #ffffff;
  color: oklch(0.12 0.04 255); /* Dark ink */
  border: 1px solid #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 12px 32px rgba(255, 255, 255, 0.25);
  font-weight: 700;
  min-height: 44px;
}

.v2-blog-newsletter-card .v2-btn-primary:hover {
  background: #ffffff;
  color: oklch(0.07 0.01 240); /* Deeper obsidian */
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12), 0 16px 48px rgba(255, 255, 255, 0.4), var(--shadow-glow);
}

.v2-blog-newsletter-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.v2-blog-newsletter-copy h2 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  margin: 0;
}

.v2-blog-newsletter-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.75;
  margin: 0;
}

.v2-blog-newsletter-card .v2-blog-kicker {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  margin-top: 0;
}

.v2-blog-newsletter-form {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-lg);
}

.v2-blog-newsletter-form input {
  padding: 0 16px;
  color: var(--c-text);
}

.v2-blog-newsletter-form button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink-gradient);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.v2-blog-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 3px;
  z-index: 1200;
  background: rgba(24, 101, 242, 0.06);
}

.v2-blog-progress-bar {
  width: 0;
  height: 100%;
  background: var(--hero-gradient);
}

.v2-blog-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px;
  color: var(--c-text-faint);
  font-size: 12px;
  font-weight: 600;
}

.v2-blog-breadcrumb a {
  color: inherit;
}

.v2-blog-post-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: start;
}

.v2-blog-post-side {
  display: grid;
  gap: 16px;
}

.v2-blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
  font-size: 13px;
  color: var(--c-text-faint);
}

.v2-blog-post-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.v2-blog-post-summary {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow-sm);
}

.v2-blog-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.v2-blog-jump-links a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(24, 101, 242, 0.1);
  color: var(--c-text);
  font-size: 12px;
  font-weight: 700;
}

.v2-blog-jump-links a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-blog-post-cover {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-md);
  background: var(--soft-gradient);
}

.v2-blog-post-cover-chip {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--c-text);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.v2-blog-post-summary-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.v2-blog-hero-snapshot {
  display: grid;
  gap: 8px;
}

.v2-blog-hero-snapshot div {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(24, 101, 242, 0.05);
  border: 1px solid rgba(24, 101, 242, 0.08);
}

.v2-blog-hero-snapshot span {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-text-faint);
  font-weight: 800;
}

.v2-blog-hero-snapshot strong,
.v2-blog-hero-snapshot strong a {
  font-size: 13px;
  color: var(--c-text);
  line-height: 1.45;
}

.v2-blog-reader {
  padding: 24px 0 0;
}

.v2-blog-reader-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.45fr);
  gap: 28px;
  align-items: start;
}

.v2-blog-article-card,
.v2-blog-sidebar-card {
  background: var(--card-gradient);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  box-shadow: var(--shadow-sm);
}

.v2-blog-article-card {
  padding: 48px;
  background: var(--c-surface);
  border-color: var(--c-border);
}

.v2-blog-reader-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 96px;
}

.v2-blog-sidebar-card {
  padding: 24px;
}

.v2-blog-sidebar-title {
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 800;
  color: var(--c-text-faint);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.v2-blog-sidebar-list {
  display: grid;
  gap: 12px;
}

.v2-blog-sidebar-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(24, 101, 242, 0.08);
}

.v2-blog-sidebar-list div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.v2-blog-sidebar-list span {
  color: var(--c-text-faint);
  font-size: 13px;
}

.v2-blog-sidebar-list strong {
  color: var(--c-text);
  font-size: 13px;
  text-align: right;
}

.v2-blog-share-stack {
  display: grid;
  gap: 10px;
}

.v2-blog-share-stack a,
.v2-blog-share-stack button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid var(--c-border);
  background: rgba(255, 255, 255, 0.88);
  color: var(--c-text);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.v2-blog-share-stack .fa-whatsapp { color: #25d366; }
.v2-blog-share-stack .fa-twitter { color: #1da1f2; }

.v2-blog-takeaway-list {
  display: grid;
  gap: 10px;
}

.v2-blog-takeaway-list a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(24, 101, 242, 0.04);
  border: 1px solid rgba(24, 101, 242, 0.08);
  color: var(--c-text-dim);
  font-size: 13px;
  line-height: 1.55;
}

.v2-blog-takeaway-list a:hover {
  color: var(--c-text);
  border-color: var(--c-border-hover);
}

.v2-blog-takeaway-list i {
  margin-top: 3px;
  color: var(--c-success);
}

.v2-blog-toc-wrap .blog-toc {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.v2-blog-toc-wrap .blog-toc-title {
  display: none;
}

.v2-blog-toc-wrap .blog-toc ul {
  display: grid;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.v2-blog-toc-wrap .blog-toc a {
  color: var(--c-text-dim);
  font-size: 13px;
  line-height: 1.5;
}

.v2-blog-toc-wrap .blog-toc a:hover {
  color: var(--c-accent);
}

.v2-blog-article {
  color: var(--c-text-dim);
  font-size: 16.5px;
  line-height: 1.85;
  max-width: 720px;
  margin: 0 auto;
  word-break: break-word;
}

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

.v2-blog-article h2 {
  margin: 40px 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(24, 101, 242, 0.08);
  font-size: 24px;
  line-height: 1.2;
  color: var(--c-text);
  letter-spacing: -0.02em;
}

.v2-blog-article h2:first-child {
  margin-top: 0;
}

.v2-blog-article h3 {
  margin: 32px 0 12px;
  font-size: 19px;
  line-height: 1.35;
  color: var(--c-text);
  letter-spacing: -0.01em;
}

.v2-blog-article p,
.v2-blog-article ul,
.v2-blog-article ol,
.v2-blog-article table,
.v2-blog-article hr {
  margin-bottom: 20px;
}

.v2-blog-article ul,
.v2-blog-article ol {
  padding-left: 24px;
}

.v2-blog-article li {
  margin-bottom: 8px;
  padding-left: 4px;
}

.v2-blog-article li::marker {
  color: var(--c-accent);
}

.v2-blog-article a {
  color: var(--c-accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(24, 101, 242, 0.2);
  transition: border-color 0.25s ease, color 0.25s ease;
}

.v2-blog-article a:hover {
  border-bottom-color: var(--c-accent);
  color: oklch(0.55 0.24 256);
}

.v2-blog-article hr {
  border: 0;
  border-top: 2px solid rgba(24, 101, 242, 0.06);
  margin: 36px 0;
}

.v2-blog-article strong {
  color: var(--c-text);
  font-weight: 700;
}

.v2-blog-article code {
  display: inline;
  padding: 3px 7px;
  border-radius: 6px;
  background: rgba(24, 101, 242, 0.06);
  border: 1px solid rgba(24, 101, 242, 0.08);
  color: var(--c-text);
  font-size: 0.88em;
  font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace;
  word-break: break-all;
}

.v2-blog-article img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 8px 0;
}

.v2-blog-article blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--c-accent);
  background: rgba(24, 101, 242, 0.04);
  border-radius: 0 16px 16px 0;
  color: var(--c-text-dim);
  font-style: italic;
}

.v2-blog-article .blog-callout {
  margin: 24px 0;
  padding: 22px 24px;
  border-radius: 20px;
  border: 1px solid rgba(24, 101, 242, 0.12);
  background: rgba(24, 101, 242, 0.04);
}

.v2-blog-article .blog-callout-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--c-text);
  font-size: 14px;
  font-weight: 800;
}

.v2-blog-article .blog-callout.tip,
.v2-blog-article .blog-callout.info {
  background: rgba(59, 130, 246, 0.05);
  border-color: rgba(59, 130, 246, 0.14);
}

.v2-blog-article .blog-callout.tip .blog-callout-title,
.v2-blog-article .blog-callout.info .blog-callout-title {
  color: #2563eb;
}

.v2-blog-article .blog-callout.warning {
  background: rgba(245, 158, 11, 0.06);
  border-color: rgba(245, 158, 11, 0.16);
}

.v2-blog-article .blog-callout.warning .blog-callout-title {
  color: #d97706;
}

.v2-blog-article .blog-callout.danger {
  background: rgba(239, 68, 68, 0.06);
  border-color: rgba(239, 68, 68, 0.16);
}

.v2-blog-article .blog-callout.danger .blog-callout-title {
  color: #dc2626;
}

.v2-blog-article .blog-callout.success {
  background: rgba(16, 185, 129, 0.06);
  border-color: rgba(16, 185, 129, 0.16);
}

.v2-blog-article .blog-callout.success .blog-callout-title {
  color: #059669;
}

.v2-blog-article .blog-table-wrap {
  overflow-x: auto;
  border-radius: 22px;
  border: 1px solid rgba(24, 101, 242, 0.1);
  background: rgba(255, 255, 255, 0.85);
}

.v2-blog-article .blog-table {
  width: 100%;
  border-collapse: collapse;
}

.v2-blog-article .blog-table th {
  padding: 14px 18px;
  background: rgba(24, 101, 242, 0.06);
  color: var(--c-accent);
  font-size: 11px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.v2-blog-article .blog-table td {
  padding: 14px 18px;
  border-top: 1px solid rgba(24, 101, 242, 0.08);
  font-size: 14px;
  color: var(--c-text-dim);
}

/* V1 blog content element styles */
.v2-blog-article .blog-quote {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--c-accent);
  background: rgba(24, 101, 242, 0.05);
  border-radius: 0 18px 18px 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-text);
}

.v2-blog-article .blog-quote code {
  display: block;
  margin-top: 8px;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(24, 101, 242, 0.06);
  border: 1px solid rgba(24, 101, 242, 0.1);
  font-size: 13.5px;
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: break-word;
}

.v2-blog-article .blog-cta-box {
  margin: 32px 0;
  padding: 32px;
  border-radius: 24px;
  background: var(--soft-gradient);
  border: 1px solid rgba(24, 101, 242, 0.12);
  text-align: center;
}

.v2-blog-article .blog-cta-box h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
  color: var(--c-text);
}

.v2-blog-article .blog-cta-box > p {
  max-width: 520px;
  margin: 0 auto 20px;
  font-size: 15px;
  color: var(--c-text-dim);
}

.v2-blog-article .blog-inline-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.v2-blog-article .blog-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 999px;
  background: var(--ink-gradient);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  border-bottom: none;
  box-shadow: var(--shadow-ink);
  transition: var(--transition);
}

.v2-blog-article .blog-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px -8px oklch(0.1 0.05 260 / 0.6);
  color: #fff;
  border-bottom: none;
}

.v2-blog-article .blog-cta-btn-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--c-text);
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
}

.v2-blog-article .blog-cta-btn-secondary:hover {
  background: var(--c-surface);
  border-color: var(--c-border-hover);
  box-shadow: var(--shadow-md);
  color: var(--c-text);
}

.v2-blog-inline-cta {
  display: grid;
  gap: 18px;
  margin: 36px 0 0;
  padding: 28px;
  border-radius: 28px;
  background: var(--soft-gradient);
  border: 1px solid rgba(24, 101, 242, 0.1);
}

.v2-blog-inline-cta h2 {
  margin: 12px 0 8px;
  font-size: 26px;
  line-height: 1.14;
}

.v2-blog-inline-cta p {
  color: var(--c-text-dim);
}

.v2-blog-inline-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.v2-blog-author-box {
  display: flex;
  gap: 18px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(24, 101, 242, 0.1);
}

.v2-blog-author-box h3 {
  font-size: 20px;
  margin-bottom: 4px;
}

.v2-blog-author-box span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--c-accent);
  font-size: 13px;
  font-weight: 700;
}

.v2-blog-author-box p {
  color: var(--c-text-dim);
  line-height: 1.75;
}

.v2-blog-floating-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1001;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--ink-gradient);
  color: #fff;
  box-shadow: var(--shadow-ink);
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: var(--transition);
}

.v2-blog-floating-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 1180px) {
  .v2-blog-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .v2-blog-hero-panel,
  .v2-blog-featured-card,
  .v2-blog-post-hero-grid,
  .v2-blog-reader-grid,
  .v2-blog-newsletter-card {
    grid-template-columns: 1fr;
  }

  .v2-blog-reader-sidebar {
    position: static;
  }

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

  .v2-blog-filter-bar {
    grid-template-columns: 1fr;
  }

  .v2-blog-grid {
    grid-template-columns: 1fr;
  }

  .v2-blog-latest-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .v2-blog-shell,
  .v2-blog-post-shell {
    padding-bottom: 72px;
  }

  .v2-blog-hero,
  .v2-blog-post-hero {
    padding-top: 108px;
    padding-bottom: 24px;
  }

  .v2-blog-spotlights {
    padding: 32px 0 40px;
  }

  .v2-blog-latest-strip {
    padding: 40px 0 48px;
  }

  .v2-blog-featured-wrap {
    padding: 0 0 48px;
  }

  .v2-blog-feed,
  .v2-blog-related {
    padding: 56px 0 48px;
  }

  .v2-blog-newsletter {
    padding: 48px 0 0;
  }

  .v2-blog-hero-panel,
  .v2-blog-post-hero-panel,
  .v2-blog-featured-body,
  .v2-blog-featured-visual,
  .v2-blog-newsletter-card,
  .v2-blog-article-card,
  .v2-blog-sidebar-card {
    padding: 24px;
  }

  .v2-blog-hero-title {
    max-width: none;
    font-size: 36px;
  }

  .v2-blog-post-copy h1 {
    font-size: 24px;
    line-height: 1.22;
    max-width: none;
  }

  .v2-blog-hero-subtitle,
  .v2-blog-post-copy p,
  .v2-blog-index-card p,
  .v2-blog-spotlight-card p,
  .v2-blog-latest-copy p,
  .v2-blog-newsletter-copy p {
    font-size: 14px;
  }

  .v2-blog-article {
    font-size: 15px;
    line-height: 1.8;
  }

  .v2-blog-article .blog-cta-box {
    padding: 24px;
  }

  .v2-blog-spotlight-grid,
  .v2-blog-index-grid,
  .v2-blog-featured-stats {
    grid-template-columns: 1fr;
  }

  .v2-blog-index-media {
    min-height: 180px;
  }

  .v2-blog-header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .v2-blog-latest-head,
  .v2-blog-card {
    flex-direction: column;
  }

  .v2-blog-latest-card {
    grid-template-columns: 1fr;
  }

  .v2-blog-post-meta {
    gap: 12px 18px;
  }

  .v2-blog-inline-cta,
  .v2-blog-author-box {
    gap: 14px;
  }

  .v2-blog-author-box {
    flex-direction: column;
  }

  .v2-blog-hero-search,
  .v2-blog-newsletter-form {
    border-radius: 28px;
    padding: 10px;
  }

  .v2-blog-newsletter-form {
    flex-direction: column;
  }

  .v2-blog-newsletter-form input,
  .v2-blog-newsletter-form button {
    width: 100%;
    min-height: 52px;
  }

  .v2-blog-floating-cta {
    right: 12px;
    left: 12px;
    bottom: 12px;
    justify-content: center;
  }
}

/* ==========================================================================
   14. FAQ Accordion
   ========================================================================== */
.v2-faq {
  padding: 96px 0;
  background: var(--soft-gradient);
}

.v2-faq-wrapper {
  max-width: 760px;
  margin: 0 auto;
}

.v2-faq-item {
  margin-bottom: 12px;
  border: 1px solid var(--c-border);
  background: var(--c-surface);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
}

.v2-faq-item:hover {
  border-color: var(--c-border-hover);
}

.v2-faq-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: none;
  border: none;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--c-text);
  text-align: left;
  cursor: pointer;
}

.v2-faq-icon {
  font-size: 13px;
  color: var(--c-text-faint);
  transition: var(--transition);
}

.v2-faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.v2-faq-content-inner {
  padding: 0 24px 20px 24px;
  font-size: 13.5px;
  color: var(--c-text-dim);
  line-height: 1.6;
}

/* Open state styles handled via JS */
.v2-faq-item.active .v2-faq-content {
  max-height: 200px;
}

.v2-faq-item.active .v2-faq-icon {
  transform: rotate(180deg);
  color: var(--c-accent);
}

/* ==========================================================================
   15. Call to Action (CTA)
   ========================================================================== */
.v2-cta {
  padding: 80px 0;
}

.v2-cta-inner {
  border-radius: 40px;
  background: var(--hero-gradient);
  border: 1px solid rgba(255, 255, 255, 0.68);
  padding: 80px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.v2-cta-inner h2 {
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 800;
  margin-bottom: 16px;
  color: #fff;
}

.v2-cta-inner p {
  font-size: clamp(14px, 2.2vw, 17px);
  color: rgba(255, 255, 255, 0.82);
  max-width: 600px;
  margin: 0 auto 36px auto;
}

.v2-cta-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ==========================================================================
   16. Footer Styles
   ========================================================================== */
.v2-footer {
  padding: 80px 0 40px 0;
  border-top: 1px solid rgba(24, 101, 242, 0.08);
}

.v2-footer-inner {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 32px;
  padding: 56px 40px 40px 40px;
}

.v2-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.9fr);
  gap: 48px;
  margin-bottom: 48px;
}

.v2-footer-col-about p {
  font-size: 13.5px;
  color: var(--c-text-dim);
  margin-top: 16px;
  margin-bottom: 24px;
  line-height: 1.6;
}

.v2-footer-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.v2-footer-bullets li {
  font-size: 12.5px;
  color: var(--c-text-faint);
  display: flex;
  align-items: center;
  gap: 8px;
}

.v2-footer-bullets i {
  color: var(--c-success);
}

.v2-footer-col h4 {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--c-text);
  margin-bottom: 24px;
}

.v2-footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.v2-footer-links a {
  font-size: 13.5px;
  color: var(--c-text-dim);
}

.v2-footer-links a:hover {
  color: var(--c-accent-light);
}

.v2-footer-bottom {
  border-top: 1px solid rgba(24, 101, 242, 0.08);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 12px;
  color: var(--c-text-faint);
}

.v2-footer-tags {
  display: flex;
  gap: 10px;
}

.v2-footer-tag-badge {
  padding: 4px 12px;
  border-radius: 99px;
  background: rgba(24, 101, 242, 0.06);
  color: var(--c-text-dim);
  font-weight: 700;
}

@media (max-width: 992px) {
  .v2-footer-grid {
    grid-template-columns: 1fr repeat(3, 1fr);
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .v2-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .v2-footer-inner {
    padding: 32px 20px 24px 20px;
  }
}

/* ==========================================================================
   17. Unified Interactive Mockup Interface inside Hero Visual
   ========================================================================== */
.v2-browser-mockup {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
}

.v2-browser-header {
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(24, 101, 242, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
}

.v2-browser-dots {
  display: flex;
  gap: 6px;
}

.v2-browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.v2-dot-close { background: #ef4444; }
.v2-dot-min { background: #f59e0b; }
.v2-dot-max { background: #10b981; }

.v2-browser-address {
  background: rgba(248, 251, 255, 0.82);
  border: 1px solid rgba(24, 101, 242, 0.12);
  border-radius: 99px;
  padding: 4px 18px;
  font-size: 11px;
  color: var(--c-text-faint);
  display: flex;
  align-items: center;
  gap: 8px;
  width: 40%;
  justify-content: center;
}

.v2-browser-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #516079;
}

.v2-browser-body {
  display: grid;
  grid-template-columns: 200px 1fr;
  height: 480px;
}

.v2-mock-sidebar {
  background: linear-gradient(180deg, rgba(249, 252, 255, 0.94), rgba(235, 245, 255, 0.82));
  border-right: 1px solid rgba(24, 101, 242, 0.1);
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.v2-mock-sidebar-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13.5px;
  color: #12203b;
}

.v2-mock-sidebar-logo-box {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--c-gradient);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 11px;
}

.v2-mock-sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.v2-mock-sidebar-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  background: none;
  border: none;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: var(--transition);
}

.v2-mock-sidebar-btn.active {
  color: #0e5bf6;
  background: rgba(24, 101, 242, 0.08);
  border: 1px solid rgba(24, 101, 242, 0.14);
}

.v2-mock-main {
  background: linear-gradient(180deg, rgba(249, 252, 255, 0.78), rgba(235, 245, 255, 0.72));
  padding: 24px;
  overflow-y: auto;
  height: 100%;
}

.v2-pane-content {
  display: none;
}

.v2-pane-content.active {
  display: block;
}

.v2-pane-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.v2-pane-header h3 {
  font-size: 16px;
}

.v2-pane-badge {
  padding: 4px 10px;
  border-radius: 99px;
  background: rgba(24, 101, 242, 0.06);
  border: 1px solid var(--c-border);
  font-size: 10px;
  font-weight: 700;
}

/* SVG chart styles */
.v2-waterfall-svg {
  width: 100%;
  height: 130px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 12px;
  margin-bottom: 16px;
}

.v2-waterfall-legend {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 9.5px;
  color: var(--c-text-faint);
}

.v2-legend-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.v2-legend-color {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/* Mockup tables */
.v2-mock-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
}

.v2-mock-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.v2-mock-table th {
  padding: 10px 14px;
  background: rgba(24, 101, 242, 0.07);
  color: var(--c-accent);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.v2-mock-table td {
  padding: 10px 14px;
  border-top: 1px solid var(--c-border);
  font-size: 11.5px;
  color: var(--c-text-dim);
}

.v2-mock-table tr.row-danger {
  background: rgba(239, 68, 68, 0.06);
}

/* Light UI corrective layer for markup that still carries dark inline colors. */
.v2-body .v2-hero-inner .text-gradient {
  background: linear-gradient(135deg, #fff 0%, #d8f1ff 42%, #9ddcff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.v2-hero-inner .v2-section-badge,
.v2-hero-inner [style*="background: rgba(124, 131, 255"] {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
}

.v2-hero-inner [style*="color: #fff"],
.v2-hero-inner [style*="color:#fff"] {
  color: #fff !important;
}

.v2-body .v2-deduction-tile-val[style*="color: #fff"],
.v2-body strong[style*="color: #fff"],
.v2-body strong[style*="color:#fff"],
.v2-body .lt-file-name,
.v2-body .lt-quick-btn:hover,
.v2-body .v2-blog-card h3[style*="color: var(--c-text)"] {
  color: var(--c-text) !important;
}

.v2-body [style*="background: rgba(2,8,16"],
.v2-body [style*="background:rgba(2,8,16"],
.v2-body [style*="background: rgba(255,255,255,0.03"],
.v2-body [style*="background:rgba(255,255,255,0.03"] {
  background: rgba(255, 255, 255, 0.88) !important;
}

.v2-body [style*="border-bottom:1px solid rgba(255,255,255"],
.v2-body [style*="border-bottom: 1px solid rgba(255,255,255"] {
  border-bottom-color: rgba(24, 101, 242, 0.08) !important;
}

.v2-body .v2-calculator-workspace .v2-card,
.v2-body .v2-calculator-content .v2-card,
.v2-body .lt-file-wrapper,
.v2-body .lt-switch,
.v2-body .lt-file-empty,
.v2-body .lt-file-item,
.v2-body .lt-text-config.open {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(24, 101, 242, 0.12) !important;
}

.v2-body .lt-generate-btn,
.v2-body .lt-download-btn {
  background: var(--c-gradient);
  box-shadow: var(--shadow-glow);
}

.v2-verdict-pill {
  padding: 2px 8px;
  border-radius: 99px;
  font-size: 9px;
  font-weight: 700;
}

.v2-verdict-winner { background: rgba(16, 185, 129, 0.15); color: var(--c-success); }
.v2-verdict-bleeding { background: rgba(239, 68, 68, 0.15); color: var(--c-danger); }
.v2-verdict-healthy { background: rgba(124, 131, 255, 0.15); color: var(--c-accent-light); }
.v2-verdict-warning { background: rgba(245, 158, 11, 0.15); color: var(--c-warning); }

@media (max-width: 768px) {
  .v2-browser-body {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 360px;
  }
  .v2-mock-sidebar {
    display: none;
  }
  .v2-browser-header {
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 12px;
  }
  .v2-browser-address {
    flex: 1;
    width: auto;
    min-width: 0;
    padding: 4px 10px;
    overflow: hidden;
  }
  .v2-browser-address span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v2-browser-status {
    display: none;
  }
  .v2-mock-main {
    padding: 18px;
  }
  .v2-waterfall-legend {
    flex-wrap: wrap;
  }
}

/* ==========================================================================
   18. Tool Page Responsive Overrides
   Inline layout declarations in PHP components keep desktop demos explicit.
   These overrides restore single-column mobile behavior without changing logic.
   ========================================================================== */
@media (max-width: 992px) {
  .v2-calculator-workspace .v2-features-grid,
  .v2-calculator-content .v2-features-grid {
    grid-template-columns: 1fr !important;
  }
  .v2-calculator-workspace .v2-features-grid > *,
  .v2-calculator-content .v2-features-grid > * {
    min-width: 0;
  }
  .v2-calculator-workspace [style*="position: sticky"] {
    position: static !important;
    top: auto !important;
  }
  .v2-calculator-tips .v2-pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .v2-calculator-workspace {
    padding-top: 8px !important;
  }
  .v2-calculator-workspace .v2-card,
  .v2-calculator-content .v2-card {
    padding: 22px !important;
  }
  .v2-calculator-workspace .v2-deduction-grid,
  .v2-calculator-content .v2-tools-grid,
  .v2-calculator-tips .v2-pain-grid,
  .lt-results [style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }
  .v2-calculator-workspace [style*="display: flex"][style*="justify-content: space-between"],
  .lt-results-top,
  .lt-results-actions {
    flex-wrap: wrap;
  }
  .v2-calculator-workspace .v2-input-group {
    min-width: 0;
  }
  .v2-calculator-workspace input,
  .v2-calculator-workspace select,
  .v2-calculator-workspace button {
    max-width: 100%;
  }
  .lt-switch {
    align-items: flex-start;
    gap: 12px;
  }
  .lt-switch-main,
  .lt-switch-copy {
    min-width: 0;
  }
  .lt-switch-copy {
    flex: 1;
  }
  .lt-sw-toggle {
    flex: 0 0 auto;
    margin-top: 7px;
  }
  .lt-results .v2-card[style*="grid-column"] {
    grid-column: auto !important;
  }
}

/* ==========================================================================
   19. Interactive Browser Mockup Demo (v2-demo-section)
   ========================================================================== */
.v2-demo-section {
  padding: 80px 0;
  background-color: var(--c-bg);
}

.v2-mockup-browser-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 12px;
}

.v2-mockup-browser {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}

.v2-mockup-browser:hover {
  border-color: var(--c-border-hover);
  box-shadow: var(--shadow-lg), var(--shadow-glow);
}

/* Browser Frame Header */
.v2-browser-header {
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  align-items: center;
  padding: 14px 20px;
  background: var(--c-surface-2);
  border-bottom: 1px solid var(--c-border);
}

.v2-browser-dots {
  display: flex;
  gap: 6px;
}

.v2-browser-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.dot-close { background: #ff5f56; }
.dot-minimize { background: #ffbd2e; }
.dot-maximize { background: #27c93f; }

.v2-browser-address {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 99px;
  padding: 5px 16px;
  font-size: 11px;
  color: var(--c-text-dim);
  text-align: center;
  font-family: var(--font-sans);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
}

.v2-browser-address i {
  color: var(--c-success);
  font-size: 10px;
}

.v2-browser-status {
  font-size: 10px;
  font-weight: 700;
  color: var(--c-accent);
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.v2-browser-status .status-indicator {
  width: 6px;
  height: 6px;
  background: var(--c-accent);
  border-radius: 50%;
  display: inline-block;
}

/* Browser Container Workspace */
.v2-browser-container {
  display: grid;
  grid-template-columns: 200px 1fr;
  min-height: 480px;
  background: var(--c-surface);
}

/* Mockup Sidebar */
.v2-mockup-sidebar {
  background: var(--c-surface-2);
  border-right: 1px solid var(--c-border);
  padding: 24px 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.v2-sidebar-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  color: var(--c-text);
  padding-left: 8px;
}

.v2-sidebar-logo .logo-box {
  width: 20px;
  height: 20px;
  background: var(--c-gradient);
  border-radius: 6px;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
}

.v2-sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Sidebar tab controls */
.v2-sidebar-menu button.v2-p-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  border-radius: 12px;
  padding: 10px 12px;
  color: var(--c-text-dim);
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  position: relative;
  width: 100%;
  transition: var(--transition);
}

.v2-sidebar-menu button.v2-p-tab:hover {
  background: oklch(0.62 0.22 256 / 0.04);
  color: var(--c-text);
}

.v2-sidebar-menu button.v2-p-tab.active {
  background: oklch(0.62 0.22 256 / 0.08);
  color: var(--c-accent);
}

.v2-p-tab-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--c-accent);
  width: 0;
  transition: width 0.1s linear;
}

.v2-sidebar-menu button.v2-p-tab.active .v2-p-tab-progress {
  border-radius: 0 0 12px 12px;
}

/* Mockup Main Workspace */
.v2-mockup-main {
  padding: 28px;
  background: var(--c-surface);
  position: relative;
  overflow: hidden;
}

.v2-p-pane {
  display: none;
  animation: v2PaneFade 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.v2-p-pane.active {
  display: block;
}

@keyframes v2PaneFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.v2-pane-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px dashed var(--c-border);
  padding-bottom: 12px;
}

.v2-pane-title-row h3 {
  font-size: 14px;
  font-weight: 800;
  color: var(--c-text);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pane-badge {
  font-size: 10px;
  font-weight: 700;
  background: var(--c-surface-2);
  color: var(--c-text-faint);
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid var(--c-border);
}

/* KPI GRID */
.v2-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}

.v2-kpi-card {
  background: var(--c-surface-2);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 16px;
  transition: var(--transition);
}

.v2-kpi-card:hover {
  transform: translateY(-2px);
  border-color: var(--c-border-hover);
}

.kpi-sales { border-left: 3px solid var(--c-success); }
.kpi-profit { border-left: 3px solid var(--c-accent); }
.kpi-returns { border-left: 3px solid var(--c-danger); }

.kpi-label {
  font-size: 10px;
  font-weight: 700;
  color: var(--c-text-faint);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.kpi-value {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-text);
  margin-bottom: 4px;
}

.kpi-trend {
  font-size: 10.5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.trend-up { color: var(--c-success); }
.trend-percent { color: var(--c-accent); }
.trend-down { color: var(--c-danger); }

.v2-dashboard-details {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}

.v2-visual-chart-box, 
.v2-visual-receipt-box {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 16px;
}

.chart-title {
  font-size: 11px;
  font-weight: 700;
  color: var(--c-text-faint);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.svg-chart-waterfall {
  width: 100%;
  height: auto;
}

.chart-legend {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 600;
  color: var(--c-text-dim);
}

.legend-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}

.dot-green { background: var(--c-success); }
.dot-yellow { background: var(--c-warning); }
.dot-red { background: var(--c-danger); }
.dot-slate { background: var(--c-text-faint); }
.dot-indigo { background: var(--c-accent); }

/* Deduction verdict rows */
.receipt-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.receipt-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--c-text-dim);
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--c-border);
}

.val-positive { color: var(--c-success); font-weight: 700; }
.val-negative { color: var(--c-danger); font-weight: 650; }

.receipt-row.row-total {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 8px;
}

.receipt-row.row-total span {
  font-size: 13px;
  font-weight: 800;
  color: var(--c-text);
}

.val-total {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--c-success);
}

/* Tables in mockup */
.v2-table-scroll-wrapper {
  overflow-x: auto;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-sm);
  background: var(--c-surface-2);
}

.v2-mockup-data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.v2-mockup-data-table th {
  background: oklch(0.62 0.22 256 / 0.06);
  color: var(--c-accent);
  font-size: 9.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 14px;
}

.v2-mockup-data-table td {
  padding: 10px 14px;
  border-top: 1px solid var(--c-border);
  font-size: 11.5px;
  color: var(--c-text-dim);
}

.v2-mockup-data-table tr:hover {
  background: oklch(0.62 0.22 256 / 0.02);
}

.verdict-tag {
  font-size: 9.5px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 99px;
  display: inline-block;
}

.tag-top { background: oklch(0.7 0.16 155 / 0.1); color: var(--c-success); }
.tag-bleeding { background: oklch(0.62 0.22 25 / 0.1); color: var(--c-danger); }
.tag-healthy { background: oklch(0.62 0.22 256 / 0.1); color: var(--c-accent); }
.tag-warning { background: oklch(0.78 0.16 70 / 0.1); color: var(--c-warning); }

/* SVG Trend line chart */
.v2-history-chart-wrapper {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 16px;
}

.svg-trend-chart {
  width: 100%;
  height: auto;
}

/* Reconciliation metrics */
.recon-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.recon-stat-item {
  background: var(--c-surface-2);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-sm);
  padding: 12px;
  text-align: center;
}

.recon-stat-item.item-leak {
  border-color: oklch(0.62 0.22 25 / 0.2);
  background: oklch(0.62 0.22 25 / 0.04);
}

.recon-stat-item .num-val {
  display: block;
  font-size: 14.5px;
  font-weight: 800;
  color: var(--c-text);
  margin-bottom: 2px;
}

.recon-stat-item .num-lbl {
  font-size: 9.5px;
  color: var(--c-text-faint);
  text-transform: uppercase;
}

.status-pill {
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* GST Ledgers grid */
.gst-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.gst-mini-card {
  background: var(--c-surface-2);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: var(--transition);
}

.gst-mini-card:hover {
  border-color: var(--c-border-hover);
  transform: translateY(-2px);
}

.gst-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: oklch(0.62 0.22 256 / 0.1);
  color: var(--c-accent);
  display: grid;
  place-items: center;
  font-size: 14px;
}

.gst-card-copy {
  display: flex;
  flex-direction: column;
}

.gst-card-copy strong {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--c-text);
}

.gst-card-copy span {
  font-size: 10px;
  color: var(--c-text-faint);
  margin-top: 2px;
}

/* Mockup Sidebar App Rail */
.v2-mockup-sidebar .v2-rail-group-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--c-text-faint);
  white-space: nowrap;
  overflow: hidden;
}

.v2-mockup-sidebar .v2-rail-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 14px;
  color: var(--c-text-dim);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.v2-mockup-sidebar .v2-rail-item:hover {
  background: var(--c-surface-2);
  color: var(--c-text);
}

.v2-mockup-sidebar .v2-rail-item.active {
  background: rgba(24,101,242,0.1);
  color: var(--c-accent);
  font-weight: 700;
}

.v2-mockup-sidebar .v2-rail-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: var(--c-accent);
  border-radius: 0 3px 3px 0;
}

.v2-mockup-sidebar .v2-rail-item-icon {
  width: 20px;
  text-align: center;
  font-size: 15px;
  flex-shrink: 0;
}

.v2-mockup-sidebar .v2-rail-item-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Mockup Topbar */
.v2-mock-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 28px;
  border-bottom: 1px solid var(--c-border);
  background: var(--c-surface);
  margin-bottom: 24px;
}

.v2-topbar-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.v2-topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.v2-mock-topbar .v2-account-switcher {
  position: relative;
}

.v2-mock-topbar .v2-account-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px 7px 8px;
  border-radius: 12px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  cursor: pointer;
  transition: var(--transition);
  font-size: 13px;
  font-weight: 600;
  color: var(--c-text);
  white-space: nowrap;
}

.v2-mock-topbar .v2-account-btn:hover {
  border-color: var(--c-border-hover);
  box-shadow: var(--shadow-sm);
}

.v2-mock-topbar .v2-account-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--c-accent);
}

.v2-mock-topbar .v2-account-btn-name {
  white-space: nowrap;
}

.v2-mock-topbar .v2-date-switcher {
  position: relative;
}

.v2-mock-topbar .v2-date-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 12px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  cursor: pointer;
  transition: var(--transition);
  font-size: 13px;
  font-weight: 600;
  color: var(--c-text);
  white-space: nowrap;
}

.v2-mock-topbar .v2-date-btn:hover {
  border-color: var(--c-border-hover);
  box-shadow: var(--shadow-sm);
}

.v2-mock-topbar .v2-topbar-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
}

.v2-mock-topbar .v2-topbar-status.is-active {
  background: oklch(0.97 0.04 155);
  color: oklch(0.38 0.12 155);
  border-color: oklch(0.82 0.08 155 / 0.6);
}

/* Data Integrity HUD */
.v2-health-hud {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 20px 24px;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  position: relative;
}
.v2-health-hud:hover {
  border-color: var(--c-border-hover);
  box-shadow: var(--shadow-md), var(--shadow-glow);
}
.v2-health-hud-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
.v2-health-score-section {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.v2-health-ring-container {
  position: relative;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
}
.v2-health-ring {
  position: absolute;
  transform: rotate(-90deg);
}
.v2-health-ring .ring-track {
  stroke: var(--c-border);
}
.v2-health-ring .ring-progress {
  transition: stroke-dasharray 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.v2-health-ring .ring-stable {
  stroke: var(--c-success);
  filter: drop-shadow(0 0 4px var(--c-success));
}
.v2-health-ring .ring-warning {
  stroke: var(--c-warning);
  filter: drop-shadow(0 0 4px var(--c-warning));
}
.v2-health-ring .ring-critical {
  stroke: var(--c-danger);
  filter: drop-shadow(0 0 4px var(--c-danger));
}
.v2-health-score-value {
  position: relative;
  font-size: 17px;
  font-weight: 800;
  font-family: var(--font-display);
  color: var(--c-text);
}
.v2-health-score-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.v2-health-score-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--c-text-faint);
}
.v2-health-score-status {
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.v2-health-score-status.text-stable {
  background: oklch(0.7 0.16 155 / 0.1);
  color: var(--c-success);
  border: 1px solid oklch(0.7 0.16 155 / 0.2);
}
.v2-health-score-status.text-warning {
  background: oklch(0.78 0.16 70 / 0.1);
  color: var(--c-warning);
  border: 1px solid oklch(0.78 0.16 70 / 0.2);
}
.v2-health-score-status.text-critical {
  background: oklch(0.62 0.22 25 / 0.1);
  color: var(--c-danger);
  border: 1px solid oklch(0.62 0.22 25 / 0.2);
}
.pulse-dot-sm {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  animation: v2PulseDot 1.6s infinite;
}
.bg-critical {
  background-color: var(--c-danger);
}
@keyframes v2PulseDot {
  0% { transform: scale(0.9); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.6; }
}
.v2-health-hud-divider {
  width: 1px;
  height: 60px;
  background: var(--c-border);
  flex-shrink: 0;
}
.v2-health-issues-section {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.v2-health-issues-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.v2-health-issue-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  background: var(--c-surface-2);
  border: 1px solid var(--c-border);
  border-left: 4px solid var(--c-border);
  transition: var(--transition);
}
.v2-health-issue-item:hover {
  transform: translateX(4px);
  border-color: var(--c-border-hover);
  box-shadow: var(--shadow-sm);
}
.v2-health-issue-item.border-left-warning {
  border-left-color: var(--c-warning);
}
.v2-health-issue-item.border-left-info {
  border-left-color: var(--c-info);
}
.v2-health-issue-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 15px;
  flex-shrink: 0;
  transition: var(--transition);
}
.v2-health-issue-item:hover .v2-health-issue-icon-box {
  transform: scale(1.08);
}
.bg-glow-warning {
  background: oklch(0.78 0.16 70 / 0.12);
  color: var(--c-warning);
}
.bg-glow-info {
  background: oklch(0.72 0.18 200 / 0.12);
  color: var(--c-info);
}
.v2-health-issue-details {
  flex: 1;
  min-width: 0;
}
.v2-health-issue-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
}
.v2-health-issue-desc {
  font-size: 12.5px;
  color: var(--c-text-dim);
  margin-top: 3px;
  line-height: 1.45;
}
.v2-health-issue-action {
  flex-shrink: 0;
}
.v2-health-issue-more {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--c-text-faint);
  display: flex;
  align-items: center;
  gap: 6px;
}
.v2-health-issue-more::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--c-text-faint);
}
.v2-health-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 99px;
  background: var(--c-accent-glow);
  color: var(--c-accent);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition);
  border: 1px solid rgba(124, 131, 255, 0.24);
}
.v2-health-action-btn:hover {
  background: var(--c-accent);
  color: #fff;
  border-color: var(--c-accent);
  box-shadow: 0 4px 12px var(--c-accent-glow);
}

/* Modern Segmented Tab Cards Deck */
.v2-dash-tabs-deck.v2-dash-tabs {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px;
  margin: 0 !important;
  width: 100% !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  max-width: none !important;
  box-shadow: none !important;
}
.v2-dash-tab-card.v2-dash-tab {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  padding: 18px 22px !important;
  border-radius: var(--radius-md) !important;
  background: var(--c-surface) !important;
  border: 1px solid var(--c-border) !important;
  box-shadow: var(--shadow-sm) !important;
  width: 100% !important;
  outline: none !important;
  font-family: inherit !important;
  color: inherit !important;
  text-align: left !important;
  position: relative !important;
  cursor: pointer !important;
  transition: var(--transition) !important;
  overflow: hidden;
}
.v2-dash-tab-card.v2-dash-tab:hover {
  border-color: var(--c-border-hover) !important;
  box-shadow: var(--shadow-md), var(--shadow-glow) !important;
  transform: translateY(-2px) !important;
  background: var(--c-surface) !important;
}
.v2-dash-tab-card.v2-dash-tab.active {
  background: linear-gradient(180deg, var(--c-surface), rgba(124, 131, 255, 0.04)) !important;
  border-color: var(--c-accent) !important;
  box-shadow: var(--shadow-md), 0 0 30px rgba(99, 102, 241, 0.1) !important;
}
.v2-dash-tab-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(124, 131, 255, 0.08);
  color: var(--c-accent);
  display: grid;
  place-items: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: var(--transition);
}
.v2-dash-tab-card.active .v2-dash-tab-card-icon {
  background: var(--c-accent);
  color: #fff;
  box-shadow: 0 4px 12px rgba(124, 131, 255, 0.3);
}
.v2-dash-tab-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.v2-dash-tab-card-title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: var(--c-text);
  font-family: var(--font-display);
}
.v2-dash-tab-card-desc {
  margin: 4px 0 0 0;
  font-size: 11.5px;
  color: var(--c-text-dim);
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v2-dash-tab-card-indicator {
  position: absolute;
  bottom: 12px;
  right: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: transparent;
  transition: var(--transition);
}
.v2-dash-tab-card.active .v2-dash-tab-card-indicator {
  background: var(--c-accent);
  box-shadow: 0 0 8px var(--c-accent);
}
.v2-dash-tab-card.v2-dash-tab .v2-p-tab-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--c-accent);
  width: 0;
  transition: width 0.1s linear;
  border-bottom-left-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}

/* Mockup Browser Media Queries */
@media (max-width: 992px) {
  .v2-browser-container {
    grid-template-columns: 1fr;
  }
  .v2-mockup-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--c-border);
    padding: 12px 16px;
    gap: 12px;
  }
  .v2-sidebar-logo {
    display: none;
  }
  .v2-sidebar-menu {
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 8px;
    align-items: center;
  }
  .v2-sidebar-menu::-webkit-scrollbar {
    display: none;
  }
  .v2-mockup-sidebar .v2-rail-group-label {
    display: none !important;
  }
  .v2-mockup-sidebar .v2-rail-item {
    padding: 8px 14px;
    border-radius: 12px;
    font-size: 12px;
  }
  .v2-mockup-sidebar .v2-rail-item.active::before {
    display: none;
  }
  .v2-dashboard-details {
    grid-template-columns: 1fr;
  }
  .gst-cards-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .v2-dash-tabs-deck.v2-dash-tabs {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
  .v2-health-hud-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .v2-health-hud-divider {
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 640px) {
  .v2-kpi-grid,
  .recon-stats-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .v2-mockup-main {
    padding: 16px;
  }
}
