/* ========== v2.0 Design System ========== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap');

/* ========== SWELL Theme Reset ========== */
.blst-v2 h1,
.blst-v2 h2,
.blst-v2 h3,
.blst-v2 h4,
.blst-v2 h5,
.blst-v2 h6 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  font-feature-settings: normal !important;
  line-height: 1.4 !important;
}

.blst-v2 h1::before,
.blst-v2 h1::after,
.blst-v2 h2::before,
.blst-v2 h2::after,
.blst-v2 h3::before,
.blst-v2 h3::after,
.blst-v2 h4::before,
.blst-v2 h4::after,
.blst-v2 h5::before,
.blst-v2 h5::after,
.blst-v2 h6::before,
.blst-v2 h6::after {
  display: none !important;
  content: none !important;
  background: none !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
}

.blst-v2 p {
  margin: 0 !important;
  padding: 0 !important;
}

/* SWELL .post_content 強制上書き */
.post_content .blst-v2 .blst-hero-desc,
.post_content .blst-v2 .blst-section-desc,
.post_content .blst-v2 .blst-about-v2 p,
.entry-content .blst-v2 .blst-hero-desc,
.entry-content .blst-v2 .blst-section-desc,
.entry-content .blst-v2 .blst-about-v2 p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ========== SWELL Link/Button/Text Color Override ========== */
/* ボタン - プライマリ */
.blst-v2 .blst-btn-primary-v2,
.blst-v2 .blst-btn-primary-v2:link,
.blst-v2 .blst-btn-primary-v2:visited,
.blst-v2 .blst-btn-primary-v2:hover,
.blst-v2 .blst-btn-primary-v2:active {
  color: #fff !important;
  background: linear-gradient(135deg, #00d4ff, #3b82f6) !important;
}

/* ボタン - アウトライン */
.blst-v2 .blst-btn-outline-v2,
.blst-v2 .blst-btn-outline-v2:link,
.blst-v2 .blst-btn-outline-v2:visited {
  color: #f1f5f9 !important;
  background: transparent !important;
  border: 1px solid rgba(148,163,184,0.15) !important;
}

.blst-v2 .blst-btn-outline-v2:hover {
  color: #f1f5f9 !important;
  background: rgba(0,212,255,0.1) !important;
  border-color: #00d4ff !important;
}

/* ヒーロー内テキスト */
.blst-v2 .blst-hero-v2 p,
.blst-v2 .blst-hero-desc {
  color: #94a3b8 !important;
  text-align: center !important;
}

.blst-v2 .blst-hero-feature p {
  color: #94a3b8 !important;
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.blst-v2 .blst-hero-feature h3 {
  text-align: left !important;
}

/* セクション説明文 */
.blst-v2 .blst-section-desc {
  color: #94a3b8 !important;
}

/* モニターセクション */
.blst-v2 .blst-monitor-content p {
  color: #94a3b8 !important;
}

/* ツールカード */
.blst-v2 .blst-tool-card p {
  color: #94a3b8 !important;
}

.blst-v2 .blst-tool-link,
.blst-v2 .blst-tool-link:link,
.blst-v2 .blst-tool-link:visited {
  color: #00d4ff !important;
}

/* 用途カード */
.blst-v2 .blst-use-card-v2 p {
  color: #64748b !important;
}

/* プロバイダーリスト */
.blst-v2 .blst-provider-name span {
  color: #64748b !important;
}

.blst-v2 .blst-provider-arrow {
  color: #64748b !important;
}

.blst-v2 .blst-provider-item-v2:hover .blst-provider-arrow {
  color: #00d4ff !important;
}

/* 関連カード */
.blst-v2 .blst-related-text p {
  color: #94a3b8 !important;
}

/* Aboutセクション */
.blst-v2 .blst-about-v2 p {
  color: #94a3b8 !important;
}

.blst-v2 .blst-about-link,
.blst-v2 .blst-about-link:link,
.blst-v2 .blst-about-link:visited {
  color: #00d4ff !important;
}

.blst-v2 .blst-about-link:hover {
  color: #00d4ff !important;
}

/* モニターリンク */
.blst-v2 .blst-monitor-link,
.blst-v2 .blst-monitor-link:link,
.blst-v2 .blst-monitor-link:visited {
  color: #f1f5f9 !important;
}

.blst-v2 .blst-monitor-link:hover {
  color: #f1f5f9 !important;
  border-color: #00d4ff !important;
}

/* フッターノート */
.blst-v2 .blst-footer-note {
  color: #64748b !important;
}

/* 汎用リンクリセット */
.blst-v2 a {
  color: inherit !important;
  text-decoration: none !important;
}

.blst-v2 a:hover {
  text-decoration: none !important;
}

/* Full-width section support */
.post_content > .wp-block-html .blst-v2 {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: none !important;
}

:root {
  --blst-bg-deep: #050a18;
  --blst-bg-card: #0c1426;
  --blst-bg-elevated: #111d35;
  --blst-accent-cyan: #00d4ff;
  --blst-accent-blue: #3b82f6;
  --blst-accent-purple: #8b5cf6;
  --blst-accent-green: #10b981;
  --blst-accent-amber: #f59e0b;
  --blst-accent-rose: #f43f5e;
  --blst-text-primary: #f1f5f9;
  --blst-text-secondary: #94a3b8;
  --blst-text-muted: #64748b;
  --blst-border: rgba(148,163,184,0.15);
  --blst-glow-cyan: rgba(0,212,255,0.3);
  --blst-glow-purple: rgba(139,92,246,0.3);
}

.blst-v2 * { box-sizing: border-box; }
.blst-v2 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ========== Hero Section ========== */
.blst-hero-v2 {
  background: var(--blst-bg-deep);
  padding: 100px 20px 80px;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.blst-hero-v2::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: 
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(0,212,255,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 100%, rgba(139,92,246,0.1) 0%, transparent 50%),
    radial-gradient(ellipse 50% 30% at 20% 80%, rgba(59,130,246,0.08) 0%, transparent 50%);
  pointer-events: none;
}

.blst-hero-v2::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: 
    linear-gradient(rgba(0,212,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  animation: blstGridMove 20s linear infinite;
}

@keyframes blstGridMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(60px, 60px); }
}

.blst-hero-inner-v2 {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.blst-hero-badge-v2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(0,212,255,0.15), rgba(139,92,246,0.15));
  border: 1px solid rgba(0,212,255,0.3);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--blst-accent-cyan);
  margin-bottom: 24px;
  animation: blstFadeInUp 0.6s ease-out;
}

.blst-hero-badge-v2::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--blst-accent-green);
  border-radius: 50%;
  animation: blstPulse 2s ease-in-out infinite;
}

@keyframes blstPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

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

.blst-hero-v2 h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  margin: 0 0 24px 0;
  letter-spacing: -0.03em;
  line-height: 1.3;
  animation: blstFadeInUp 0.6s ease-out 0.1s both;
  color: var(--blst-text-primary);
}

.blst-hero-title-accent {
  background: linear-gradient(135deg, var(--blst-accent-cyan) 0%, var(--blst-accent-purple) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blst-hero-desc {
  font-size: 1.125rem !important;
  color: var(--blst-text-secondary) !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  margin-bottom: 48px !important;
  line-height: 1.8 !important;
  animation: blstFadeInUp 0.6s ease-out 0.2s both;
  text-align: center !important;
  width: 100% !important;
  display: block !important;
}

/* ========== Hero CTA ========== */
.blst-hero-cta-v2 {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  animation: blstFadeInUp 0.6s ease-out 0.3s both;
}

.blst-btn-v2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.blst-btn-primary-v2 {
  background: linear-gradient(135deg, var(--blst-accent-cyan), var(--blst-accent-blue));
  color: #fff;
  border: none;
}

.blst-btn-primary-v2:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--blst-glow-cyan);
}

.blst-btn-outline-v2 {
  background: transparent;
  color: var(--blst-text-primary);
  border: 1px solid var(--blst-border);
}

.blst-btn-outline-v2:hover {
  border-color: var(--blst-accent-cyan);
  background: rgba(0,212,255,0.1);
}

/* ========== Hero Features (3-column) ========== */
.blst-hero-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  animation: blstFadeInUp 0.6s ease-out 0.4s both;
}

@media (max-width: 768px) {
  .blst-hero-features {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.blst-hero-feature {
  background: var(--blst-bg-card);
  border: 1px solid var(--blst-border);
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  transition: all 0.3s ease;
}

.blst-hero-feature:hover {
  border-color: var(--blst-accent-cyan);
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.3);
}

.blst-hero-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.blst-hero-feature-icon.cyan { background: linear-gradient(135deg, rgba(0,212,255,0.2), rgba(0,212,255,0.05)); }
.blst-hero-feature-icon.green { background: linear-gradient(135deg, rgba(16,185,129,0.2), rgba(16,185,129,0.05)); }
.blst-hero-feature-icon.purple { background: linear-gradient(135deg, rgba(139,92,246,0.2), rgba(139,92,246,0.05)); }

.blst-hero-feature h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: var(--blst-text-primary);
}

.blst-hero-feature p {
  font-size: 0.875rem;
  color: var(--blst-text-secondary);
  margin: 0;
  line-height: 1.6;
}

/* ========== Section Common ========== */
.blst-section-v2 {
  padding: 80px 20px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.blst-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.blst-section-dark { background: var(--blst-bg-deep); }
.blst-section-elevated { background: var(--blst-bg-card); }

.blst-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.blst-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--blst-accent-cyan);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.blst-v2 h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 16px 0;
  color: var(--blst-text-primary);
  letter-spacing: -0.02em;
}

.blst-section-desc {
  font-size: 1.0625rem !important;
  color: var(--blst-text-secondary) !important;
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.7 !important;
  text-align: center !important;
  width: 100% !important;
  display: block !important;
}

/* ========== Feature Section (Tokyo VPN Speed Monitor) ========== */
.blst-monitor-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

@media (max-width: 900px) {
  .blst-monitor-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.blst-monitor-content h2 {
  text-align: left;
  margin-bottom: 20px;
}

.blst-monitor-content p {
  color: var(--blst-text-secondary);
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: left;
}

/* Stats Grid */
.blst-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

@media (max-width: 600px) {
  .blst-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.blst-stat-mini {
  background: var(--blst-bg-elevated);
  border: 1px solid var(--blst-border);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}

.blst-stat-mini-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--blst-accent-cyan);
  font-family: 'JetBrains Mono', monospace;
}

.blst-stat-mini-label {
  font-size: 0.6875rem;
  color: var(--blst-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

/* Monitor Visual */
.blst-monitor-visual {
  position: relative;
}

.blst-score-display {
  background: var(--blst-bg-elevated);
  border: 1px solid var(--blst-border);
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.blst-score-display::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: conic-gradient(from 0deg, transparent, var(--blst-accent-cyan), transparent);
  animation: blstRotate 8s linear infinite;
  opacity: 0.1;
}

@keyframes blstRotate {
  100% { transform: rotate(360deg); }
}

.blst-score-ring {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}

.blst-score-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.blst-score-ring circle {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
}

.blst-ring-bg { stroke: var(--blst-border); }

.blst-ring-fill {
  stroke: url(#blstGradient);
  stroke-dasharray: 408;
  stroke-dashoffset: 82;
  transition: stroke-dashoffset 1s ease-out;
}

.blst-score-value {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.blst-score-number {
  font-size: 2.5rem;
  font-weight: 800;
  font-family: 'JetBrains Mono', monospace;
  background: linear-gradient(135deg, var(--blst-accent-cyan), var(--blst-accent-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blst-score-label {
  font-size: 0.6875rem;
  color: var(--blst-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.blst-trust-grade {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(16,185,129,0.2), rgba(16,185,129,0.05));
  border: 1px solid rgba(16,185,129,0.3);
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 600;
  color: var(--blst-accent-green);
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

.blst-monitor-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.blst-monitor-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--blst-bg-deep);
  border: 1px solid var(--blst-border);
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--blst-text-primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.blst-monitor-link:hover {
  border-color: var(--blst-accent-cyan);
  background: rgba(0,212,255,0.1);
}

/* ========== Tool Cards ========== */
.blst-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.blst-tool-card {
  background: var(--blst-bg-card);
  border: 1px solid var(--blst-border);
  border-radius: 20px;
  padding: 28px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.blst-tool-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blst-accent-cyan), var(--blst-accent-purple));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blst-tool-card:hover {
  border-color: rgba(0,212,255,0.3);
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(0,0,0,0.4), 0 0 40px var(--blst-glow-cyan);
}

.blst-tool-card:hover::before { opacity: 1; }

.blst-tool-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 1.5rem;
}

.blst-tool-icon.cyan { background: linear-gradient(135deg, rgba(0,212,255,0.2), rgba(0,212,255,0.05)); }
.blst-tool-icon.purple { background: linear-gradient(135deg, rgba(139,92,246,0.2), rgba(139,92,246,0.05)); }
.blst-tool-icon.green { background: linear-gradient(135deg, rgba(16,185,129,0.2), rgba(16,185,129,0.05)); }
.blst-tool-icon.amber { background: linear-gradient(135deg, rgba(245,158,11,0.2), rgba(245,158,11,0.05)); }
.blst-tool-icon.rose { background: linear-gradient(135deg, rgba(244,63,94,0.2), rgba(244,63,94,0.05)); }

.blst-tool-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: var(--blst-text-primary);
}

.blst-tool-card p {
  font-size: 0.875rem;
  color: var(--blst-text-secondary);
  margin: 0 0 16px 0;
  line-height: 1.6;
}

.blst-tool-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blst-accent-cyan);
  font-weight: 600;
  font-size: 0.875rem;
  transition: gap 0.3s ease;
}

.blst-tool-card:hover .blst-tool-link { gap: 10px; }

/* ========== Use Case Grid ========== */
.blst-use-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.blst-use-card-v2 {
  background: var(--blst-bg-elevated);
  border: 1px solid var(--blst-border);
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blst-use-card-v2:hover {
  border-color: var(--blst-accent-cyan);
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.3);
}

.blst-use-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.blst-use-card-v2 h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: var(--blst-text-primary);
}

.blst-use-card-v2 p {
  font-size: 0.75rem;
  color: var(--blst-text-muted);
  margin: 0;
}

/* ========== Provider List ========== */
.blst-provider-list-v2 {
  max-width: 700px;
  margin: 0 auto;
}

.blst-provider-item-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--blst-bg-elevated);
  border: 1px solid var(--blst-border);
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blst-provider-item-v2:hover {
  border-color: var(--blst-accent-cyan);
  background: rgba(0,212,255,0.05);
  transform: translateX(4px);
}

.blst-provider-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.blst-provider-rank {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9375rem;
  flex-shrink: 0;
}

.blst-provider-rank.rank-1 {
  background: linear-gradient(135deg, #ffd700, #ffb700);
  color: #7c5800;
}

.blst-provider-rank.rank-2 {
  background: linear-gradient(135deg, #e8e8e8, #c0c0c0);
  color: #555;
}

.blst-provider-rank.rank-3 {
  background: linear-gradient(135deg, #cd7f32, #b87333);
  color: #fff;
}

.blst-provider-rank.rank-other {
  background: var(--blst-bg-deep);
  color: var(--blst-text-muted);
}

.blst-provider-name {
  font-weight: 600;
  color: var(--blst-text-primary);
  font-size: 1rem;
}

.blst-provider-name span {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--blst-text-muted);
  margin-top: 2px;
}

.blst-provider-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.blst-provider-grade {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
}

.blst-grade-A {
  background: rgba(16,185,129,0.2);
  color: var(--blst-accent-green);
  border: 1px solid rgba(16,185,129,0.3);
}

.blst-grade-B {
  background: rgba(59,130,246,0.2);
  color: var(--blst-accent-blue);
  border: 1px solid rgba(59,130,246,0.3);
}

.blst-provider-arrow {
  color: var(--blst-text-muted);
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.blst-provider-item-v2:hover .blst-provider-arrow {
  transform: translateX(4px);
  color: var(--blst-accent-cyan);
}

/* ========== Related Section ========== */
.blst-related-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.blst-related-card-v2 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--blst-bg-elevated);
  border: 1px solid var(--blst-border);
  border-radius: 16px;
  padding: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blst-related-card-v2:hover {
  border-color: var(--blst-accent-cyan);
  transform: translateY(-4px);
}

.blst-related-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0,212,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.blst-related-text h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 6px 0;
  color: var(--blst-text-primary);
}

.blst-related-text p {
  font-size: 0.8125rem;
  color: var(--blst-text-secondary);
  margin: 0;
  line-height: 1.6;
}

/* ========== About Section ========== */
.blst-about-v2 {
  max-width: 700px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.blst-about-v2 p {
  color: var(--blst-text-secondary) !important;
  line-height: 1.8 !important;
  margin-bottom: 16px !important;
  text-align: center !important;
}

.blst-about-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blst-accent-cyan);
  text-decoration: none;
  font-weight: 600;
  transition: gap 0.3s ease;
}

.blst-about-link:hover { gap: 12px; }

/* ========== Footer Note ========== */
.blst-footer-note {
  text-align: center;
  font-size: 0.8125rem;
  color: var(--blst-text-muted);
  margin-top: 16px;
}

/* ========== Responsive ========== */
@media (max-width: 640px) {
  .blst-hero-v2 { padding: 60px 16px; }
  .blst-section-v2 { padding: 60px 16px; }
  .blst-tool-card { padding: 24px; }
}
