

  /* ===== BASE ===== */
  :root {
    --accent: #5700c1;
    --accent-dark: #45009a;
    --accent-light: #7b2ff2;
    --accent-bg: rgba(87,0,193,0.08);
    --dark: #111;
    --gray-bg: #f5f5f5;
    --text-muted: #666;
    --accent-glow: rgba(87,0,193,0.12);
    --accent-border: rgba(87,0,193,0.25);
    --teal: #0fa67e;
    --amber: #c47f1f;
    --card-bg: #fff;
    --card-border: #e2e2e2;
    --card-hover: #fafafa;
    --text-primary: #111;
    --text-secondary: #555;
  }
  .content-text p { text-align: left; font-size: 1rem; line-height: 1.6; }
  .section-label { letter-spacing: 2px; font-size: 0.75rem; text-transform: uppercase; color: #888; margin-bottom: 5px; }
  .accent-line { width: 50px; height: 3px; background: var(--accent); margin-bottom: 20px; }
  .section-dark { background: var(--dark); color: #fff; }
  .section-gray { background: var(--gray-bg); }
  .section-accent { background: var(--accent); color: #fff; }
  .component-label { font-size: 0.65rem; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 8px; }
  .section-dark .component-label { color: var(--accent-light); }
  hr.divider { border: 0; border-top: 1px solid #e0e0e0; margin: 40px 0; }
  .section-dark hr.divider { border-top-color: #333; }

  /* ===== HERO SPLIT ===== */
  .hero-split { background: #000; color: #fff; padding: 100px 0 60px; }
  .hero-split h1 { font-size: 3rem; font-weight: 700; padding: 0; line-height: 1.1; }
  .hero-split .lead { font-size: 1.1rem; opacity: 0.8; font-weight: 300; }

  /* ===== BUTTONS ===== */
  .btn-accent { background: var(--accent); color: #fff; border: none; padding: 10px 25px; font-size: 0.9rem; text-decoration: none; display: inline-block; border-radius: 3px; }
  .btn-accent:hover { background: var(--accent-dark); color: #fff; }
  .btn-accent-outline { background: transparent; color: var(--accent); border: 2px solid var(--accent); padding: 8px 23px; font-size: 0.9rem; text-decoration: none; display: inline-block; border-radius: 3px; }
  .btn-accent-outline:hover { background: var(--accent); color: #fff; }
  .btn-accent-sm { background: var(--accent); color: #fff; border: none; padding: 6px 16px; font-size: 0.8rem; text-decoration: none; display: inline-block; border-radius: 3px; }
  .btn-accent-lg { background: var(--accent); color: #fff; border: none; padding: 14px 35px; font-size: 1.05rem; text-decoration: none; display: inline-block; border-radius: 3px; }
  .btn-white { background: #fff; color: var(--accent); border: none; padding: 10px 25px; font-size: 0.9rem; text-decoration: none; display: inline-block; border-radius: 3px; font-weight: 600; }
  .btn-white:hover { background: #eee; color: var(--accent-dark); }
  .btn-ghost { background: transparent; color: #fff; border: 2px solid #fff; padding: 8px 23px; font-size: 0.9rem; text-decoration: none; display: inline-block; border-radius: 3px; }
  .btn-ghost:hover { background: #fff; color: #000; }
  .btn-pill { border-radius: 50px; }
  .btn-icon { display: inline-flex; align-items: center; gap: 8px; }

  /* ===== CARDS ===== */
  .card-dark { background: #000; color: #fff; border-radius: 4px; overflow: hidden; height: 100%; }
  .card-dark .card-body { padding: 25px; }
  .card-dark h5 { font-weight: 700; font-size: 1rem; margin-bottom: 8px; }
  .card-dark p { font-size: 0.85rem; text-align: left; color: #ccc; margin-bottom: 0; }

  .card-bordered { background: #fff; border: 1px solid #e0e0e0; border-radius: 4px; overflow: hidden; height: 100%; transition: box-shadow 0.2s; }
  .card-bordered:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
  .card-bordered .card-body { padding: 25px; }
  .card-bordered h5 { font-weight: 700; font-size: 1rem; margin-bottom: 8px; }
  .card-bordered p { font-size: 0.85rem; text-align: left; color: #444; margin-bottom: 0; }

  .card-accent-top { border-top: 3px solid var(--accent); }
  .card-accent-left { border-left: 3px solid var(--accent); }

  .card-gradient { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%); color: #fff; border-radius: 4px; padding: 30px; height: 100%; }
  .card-gradient h5 { font-weight: 700; }
  .card-gradient p { font-size: 0.9rem; opacity: 0.9; text-align: left; }

  .card-img-overlay-custom { position: relative; border-radius: 4px; overflow: hidden; height: 280px; }
  .card-img-overlay-custom img { width: 100%; height: 100%; object-fit: cover; }
  .card-img-overlay-custom .overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 25px; background: linear-gradient(transparent, rgba(0,0,0,0.85)); color: #fff; }
  .card-img-overlay-custom .overlay h5 { font-weight: 700; margin-bottom: 4px; }
  .card-img-overlay-custom .overlay p { font-size: 0.8rem; color: #ccc; text-align: left; margin: 0; }

  /* ===== FEATURE CARDS ===== */
  .feature-card { border-left: 3px solid var(--accent); padding: 15px 20px; margin-bottom: 20px; background: #f9f9f9; }
  .feature-card h5 { font-weight: 700; font-size: 1rem; margin-bottom: 5px; color: #000; }
  .feature-card p { font-size: 0.9rem; text-align: left; margin-bottom: 0; color: #444; }

  /* ===== ICON BOXES ===== */
  .icon-box { text-align: center; padding: 30px 20px; }
  .icon-box .icon-circle { width: 64px; height: 64px; border-radius: 50%; background: var(--accent-bg); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 15px; }
  .icon-box .icon-circle i { font-size: 1.4rem; color: var(--accent); }
  .icon-box h5 { font-weight: 700; font-size: 0.95rem; margin-bottom: 8px; }
  .icon-box p { font-size: 0.85rem; color: #666; }

  .icon-box-inline { display: flex; gap: 15px; align-items: flex-start; padding: 20px 0; }
  .icon-box-inline .icon-sq { width: 48px; height: 48px; min-width: 48px; border-radius: 8px; background: var(--accent); display: flex; align-items: center; justify-content: center; }
  .icon-box-inline .icon-sq i { color: #fff; font-size: 1.1rem; }
  .icon-box-inline h6 { font-weight: 700; font-size: 0.95rem; margin-bottom: 4px; }
  .icon-box-inline p { font-size: 0.85rem; color: #666; margin: 0; text-align: left; }

  /* ===== STATS ===== */
  .stat-block { text-align: center; padding: 20px; }
  .stat-block .stat-number { font-size: 2.8rem; font-weight: 700; color: var(--accent); line-height: 1; }
  .stat-block .stat-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: #888; margin-top: 8px; }
  .section-dark .stat-block .stat-label { color: #aaa; }

  /* ===== SPEC TABLE ===== */
  .spec-table { width: 100%; border-collapse: collapse; }
  .spec-table td { padding: 10px 15px; border-bottom: 1px solid #eee; font-size: 0.9rem; vertical-align: top; }
  .spec-table td:first-child { font-weight: 700; width: 40%; color: #000; }
  .spec-table td:last-child { color: #444; }
  .section-dark .spec-table td { border-bottom-color: #333; }
  .section-dark .spec-table td:first-child { color: #fff; }
  .section-dark .spec-table td:last-child { color: #aaa; }

  /* ===== STRIPED TABLE ===== */
  .table-custom thead th { background: var(--accent); color: #fff; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; padding: 12px 15px; border: none; }
  .table-custom tbody td { padding: 10px 15px; font-size: 0.9rem; border-bottom: 1px solid #eee; }
  .table-custom tbody tr:hover { background: var(--accent-bg); }

  /* ===== BADGES ===== */
  .badge-accent { background: var(--accent); color: #fff; font-size: 0.7rem; padding: 4px 10px; border-radius: 3px; text-transform: uppercase; letter-spacing: 1px; }
  .badge-accent-outline { background: transparent; color: var(--accent); border: 1px solid var(--accent); font-size: 0.7rem; padding: 3px 9px; border-radius: 3px; text-transform: uppercase; letter-spacing: 1px; }
  .badge-accent-pill { background: var(--accent); color: #fff; font-size: 0.7rem; padding: 4px 12px; border-radius: 50px; }
  .badge-dark { background: #000; color: #fff; font-size: 0.7rem; padding: 4px 10px; border-radius: 3px; text-transform: uppercase; letter-spacing: 1px; }
  .badge-success { background: #0a8754; color: #fff; font-size: 0.7rem; padding: 4px 10px; border-radius: 3px; }
  .badge-warning { background: #e6a817; color: #000; font-size: 0.7rem; padding: 4px 10px; border-radius: 3px; }

  /* ===== ALERTS ===== */
  .alert-accent { background: var(--accent-bg); border-left: 4px solid var(--accent); color: #333; padding: 15px 20px; border-radius: 0 4px 4px 0; font-size: 0.9rem; }
  .alert-accent strong { color: var(--accent); }
  .alert-dark { background: #1a1a1a; border-left: 4px solid var(--accent); color: #ccc; padding: 15px 20px; border-radius: 0 4px 4px 0; font-size: 0.9rem; }
  .alert-success-custom { background: rgba(10,135,84,0.08); border-left: 4px solid #0a8754; color: #333; padding: 15px 20px; border-radius: 0 4px 4px 0; font-size: 0.9rem; }
  .alert-warning-custom { background: rgba(230,168,23,0.1); border-left: 4px solid #e6a817; color: #333; padding: 15px 20px; border-radius: 0 4px 4px 0; font-size: 0.9rem; }

  /* ===== PROGRESS ===== */
  .progress-custom { height: 8px; background: #e0e0e0; border-radius: 4px; overflow: hidden; }
  .progress-custom .bar { height: 100%; background: var(--accent); border-radius: 4px; }
  .progress-labeled { display: flex; justify-content: space-between; font-size: 0.8rem; margin-bottom: 5px; }

  /* ===== TIMELINE ===== */
  .timeline { position: relative; padding-left: 30px; }
  .timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--accent); }
  .timeline-item { position: relative; margin-bottom: 30px; }
  .timeline-item::before { content: ''; position: absolute; left: -26px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); border: 2px solid #fff; }
  .timeline-item .timeline-date { font-size: 0.75rem; color: var(--accent); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
  .timeline-item h6 { font-weight: 700; margin: 4px 0; }
  .timeline-item p { font-size: 0.85rem; color: #666; margin: 0; text-align: left; }
  .section-dark .timeline::before { background: var(--accent-light); }
  .section-dark .timeline-item::before { background: var(--accent-light); border-color: var(--dark); }
  .section-dark .timeline-item p { color: #aaa; }

  /* ===== PRICING ===== */
  .pricing-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 4px; padding: 35px 30px; text-align: center; height: 100%; transition: box-shadow 0.2s; }
  .pricing-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
  .pricing-card.featured { border: 2px solid var(--accent); position: relative; }
  .pricing-card.featured::after { content: 'POPULAR'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-size: 0.65rem; padding: 3px 12px; border-radius: 3px; letter-spacing: 1px; }
  .pricing-card .price { font-size: 2.5rem; font-weight: 700; color: #000; }
  .pricing-card .price span { font-size: 0.9rem; font-weight: 400; color: #888; }
  .pricing-card .plan-name { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; color: var(--accent); margin-bottom: 10px; }
  .pricing-card ul { list-style: none; padding: 0; margin: 20px 0; text-align: left; }
  .pricing-card ul li { padding: 8px 0; font-size: 0.85rem; border-bottom: 1px solid #f0f0f0; }
  .pricing-card ul li i { color: var(--accent); margin-right: 8px; }

  /* ===== TESTIMONIAL ===== */
  .testimonial { padding: 30px; background: #fff; border-radius: 4px; border: 1px solid #e0e0e0; height: 100%; }
  .testimonial .quote { font-size: 1rem; font-style: italic; color: #333; line-height: 1.6; text-align: left; margin-bottom: 15px; }
  .testimonial .author { display: flex; align-items: center; gap: 12px; }
  .testimonial .author-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 0.9rem; }
  .testimonial .author-name { font-weight: 700; font-size: 0.85rem; }
  .testimonial .author-title { font-size: 0.75rem; color: #888; }

  /* ===== TABS CUSTOM ===== */
  .nav-tabs-custom .nav-link { color: #666; border: none; border-bottom: 2px solid transparent; padding: 10px 20px; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
  .nav-tabs-custom .nav-link.active { color: var(--accent); border-bottom-color: var(--accent); background: transparent; }
  .nav-tabs-custom .nav-link:hover { color: var(--accent); }

  /* ===== ACCORDION CUSTOM ===== */
  .accordion-custom .accordion-button { font-weight: 600; font-size: 0.95rem; }
  .accordion-custom .accordion-button:not(.collapsed) { background: var(--accent-bg); color: var(--accent); box-shadow: none; }
  .accordion-custom .accordion-button:focus { box-shadow: none; border-color: var(--accent); }
  .accordion-custom .accordion-body { font-size: 0.9rem; color: #555; line-height: 1.6; }

  /* ===== LIST STYLES ===== */
  .list-check li { padding: 6px 0; font-size: 0.9rem; list-style: none; }
  .list-check li::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--accent); margin-right: 10px; font-size: 0.8rem; }
  .list-numbered { counter-reset: item; padding-left: 0; }
  .list-numbered li { counter-increment: item; list-style: none; padding: 10px 0; font-size: 0.9rem; border-bottom: 1px solid #eee; display: flex; align-items: flex-start; gap: 12px; }
  .list-numbered li::before { content: counter(item, decimal-leading-zero); font-weight: 700; color: var(--accent); font-size: 1.1rem; min-width: 28px; }

  /* ===== GALLERY ===== */
  .gallery-img { border-radius: 4px; object-fit: cover; width: 100%; height: 220px; }
  .gallery-caption { font-size: 0.8rem; color: #666; margin-top: 8px; text-align: center; }

  /* ===== FORM STYLES ===== */
  .form-custom .form-control { border-radius: 3px; border: 1px solid #ddd; padding: 10px 15px; font-size: 0.9rem; }
  .form-custom .form-control:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-bg); }
  .form-custom .form-label { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: #555; }
  .form-custom .form-select { border-radius: 3px; border: 1px solid #ddd; padding: 10px 15px; font-size: 0.9rem; }
  .form-custom .form-select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-bg); }
  .form-custom .form-check-input:checked { background-color: var(--accent); border-color: var(--accent); }

  /* ===== CTA BANNER ===== */
  .cta-banner { padding: 60px 0; text-align: center; }
  .cta-banner h2 { font-weight: 700; font-size: 2rem; margin-bottom: 10px; }
  .cta-banner p { font-size: 1rem; opacity: 0.85; max-width: 500px; margin: 0 auto 25px; }

  /* ===== STEP CARDS ===== */
  .step-card { text-align: center; padding: 25px 20px; }
  .step-card .step-num { font-size: 2rem; font-weight: 700; color: var(--accent); line-height: 1; margin-bottom: 12px; }
  .step-card h6 { font-weight: 700; margin-bottom: 6px; }
  .step-card p { font-size: 0.85rem; color: #666; }
  .step-connector { display: flex; align-items: center; }
  .step-connector::after { content: ''; flex: 1; height: 2px; background: #ddd; margin: 0 -10px; }

  /* ===== TAG CLOUD ===== */
  .tag { display: inline-block; padding: 5px 12px; font-size: 0.75rem; border: 1px solid #ddd; border-radius: 3px; margin: 3px; color: #555; text-decoration: none; transition: all 0.15s; }
  .tag:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-bg); }

  /* ===== DIVIDER STYLES ===== */
  .divider-icon { display: flex; align-items: center; gap: 15px; margin: 30px 0; }
  .divider-icon::before, .divider-icon::after { content: ''; flex: 1; height: 1px; background: #ddd; }
  .divider-icon i { color: var(--accent); font-size: 0.9rem; }

  /* ===== TOOLTIP STYLE ===== */
  .info-dot { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 0.6rem; cursor: help; }

  /* ===== AVATAR GROUP ===== */
  .avatar-group { display: flex; }
  .avatar-group .avatar { width: 40px; height: 40px; border-radius: 50%; border: 2px solid #fff; margin-left: -10px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.75rem; color: #fff; }
  .avatar-group .avatar:first-child { margin-left: 0; }

  /* ===== COMPARISON TABLE ===== */
  .comparison-table th { background: var(--accent); color: #fff; text-align: center; padding: 12px; font-size: 0.85rem; }
  .comparison-table td { padding: 10px 15px; border-bottom: 1px solid #eee; font-size: 0.85rem; text-align: center; }
  .comparison-table td:first-child { text-align: left; font-weight: 600; }
  .comparison-table .check { color: var(--accent); }
  .comparison-table .cross { color: #ccc; }

/* ===== HERO DEV ===== */
.hero-dev {
  background: #fff;
  color: var(--text-primary);
  padding: 50px 0 60px;
  position: relative;
  overflow: hidden;
}
.hero-dev::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(87,0,193,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.hero-dev .eyebrow {
  font-family: monospace;
  font-size: 0.8rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-dev .eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--accent);
}
.hero-dev h1 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
  padding: 0;
  margin-bottom: 20px;
  letter-spacing: -1px;
  text-align: left;
  color: var(--text-primary);
}
.hero-dev h1 .highlight { color: var(--accent); }
.hero-dev .lead {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 600px;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 30px;
}

/* ===== BUTTONS (dev variant) ===== */
.btn-accent-dev { background: var(--accent); color: #fff; border: none; padding: 12px 28px; font-size: 0.9rem; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; border-radius: 3px; font-weight: 600; }
.btn-accent-dev:hover { background: var(--accent-dark); color: #fff; }
.btn-outline { background: transparent; color: var(--text-primary); border: 1px solid var(--card-border); padding: 11px 27px; font-size: 0.9rem; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; border-radius: 3px; font-weight: 600; }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }
.btn-accent-sm-dev { background: var(--accent); color: #fff; border: none; padding: 8px 18px; font-size: 0.8rem; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; border-radius: 3px; font-weight: 600; }
.btn-accent-sm-dev:hover { background: var(--accent-dark); color: #fff; }
.btn-outline-sm { background: transparent; color: var(--accent); border: 1px solid var(--accent); padding: 7px 17px; font-size: 0.8rem; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; border-radius: 3px; font-weight: 600; }
.btn-outline-sm:hover { background: var(--accent); color: #fff; }

/* ===== SPECS STRIP ===== */
.specs-strip {
  background: var(--gray-bg);
  border-top: 1px solid var(--card-border);
  border-bottom: 1px solid var(--card-border);
  padding: 40px 0;
}
.stat-block-dev { text-align: center; padding: 15px; }
.stat-number-dev { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); line-height: 1; letter-spacing: -0.5px; }
.stat-number-dev .unit { font-size: 1rem; font-weight: 500; color: var(--text-muted); margin-left: 2px; }
.stat-label-dev { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-muted); margin-top: 6px; font-weight: 500; }

/* ===== INTERFACE CARDS ===== */
.iface-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 2px;
  padding: 30px 25px;
  height: 100%;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}
.iface-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  opacity: 0;
  transition: opacity 0.25s;
}
.iface-card:hover { border-color: #ccc; background: var(--card-hover); }
.iface-card:hover::before { opacity: 1; }
.iface-card .icon-wrap {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--accent-glow);
  border: 1px solid var(--accent-border);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 1.2rem;
}
.iface-card h5 { font-weight: 700; font-size: 1.1rem; margin-bottom: 10px; color: var(--text-primary); }
.iface-card p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7; text-align: left; margin-bottom: 16px; }
.iface-card .card-link { font-size: 0.85rem; font-weight: 600; color: var(--accent); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.iface-card .card-link:hover { gap: 10px; }

/* ===== HDK BANNER ===== */
.hdk-banner {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 2px;
  padding: 40px;
}
.hdk-banner h4 { font-weight: 700; font-size: 1.3rem; margin-bottom: 12px; color: var(--text-primary); }
.hdk-banner p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; text-align: left; }
.file-tree {
  font-family: 'Courier New', monospace;
  font-size: 0.75rem;
  color: var(--text-muted);
  background: var(--gray-bg);
  border: 1px solid var(--card-border);
  border-radius: 2px;
  padding: 20px;
  line-height: 1.8;
  white-space: pre;
  overflow-x: auto;
}
.file-tree .folder { color: var(--accent); }
.file-tree .file { color: var(--text-secondary); }

/* ===== RESOURCE CARDS ===== */
.resource-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 2px;
  padding: 28px 24px;
  height: 100%;
  transition: all 0.25s;
  display: flex;
  flex-direction: column;
}
.resource-card:hover { border-color: #ccc; background: var(--card-hover); }
.resource-card h5 { font-weight: 700; font-size: 1rem; margin-bottom: 8px; color: var(--text-primary); }
.resource-card p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.65; text-align: left; flex: 1; margin-bottom: 16px; }
.resource-card .card-link { font-size: 0.8rem; font-weight: 600; color: var(--accent); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.resource-card .card-link:hover { gap: 10px; }

/* ===== ROADMAP ===== */
.roadmap-item {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 2px;
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  height: 100%;
}
.roadmap-dot {
  flex-shrink: 0;
  width: 10px; height: 10px;
  border-radius: 50%;
  margin-top: 5px;
}
.dot-available { background: var(--teal); box-shadow: 0 0 6px rgba(15,166,126,0.3); }
.dot-soon { background: var(--amber); box-shadow: 0 0 6px rgba(196,127,31,0.3); }
.dot-planned { background: #bbb; }
.roadmap-item h6 { font-weight: 600; font-size: 0.9rem; margin-bottom: 3px; color: var(--text-primary); }
.roadmap-item p { font-size: 0.8rem; color: var(--text-muted); margin: 0; text-align: left; }

/* ===== CTA DEV ===== */
.cta-dev { background: var(--gray-bg); color: var(--text-primary); padding: 80px 0; text-align: center; }
.cta-dev h2 { font-weight: 700; font-size: 2rem; margin-bottom: 12px; padding: 0; color: var(--text-primary); }
.cta-dev p { font-size: 1rem; color: var(--text-secondary); max-width: 550px; margin: 0 auto 30px; }

/* ===== SECTION HELPERS ===== */
.section-white { background: #fff; }
.coming-soon-badge {
  display: inline-block;
  font-family: monospace;
  font-size: 0.65rem;
  padding: 2px 8px;
  border-radius: 3px;
  background: rgba(196,127,31,0.1);
  color: #ffffff;
  border: 1px solid #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 8px;
}

.doc-philosophy-link {text-decoration: none}

  .coming-soon-badge-alt {
    display: inline-block;
    font-family: monospace;
    font-size: 0.65rem;
    padding: 2px 8px;
    border-radius: 3px;
    background: rgba(196,127,31,0.1);
    color: var(--amber);
    border: 1px solid rgba(196,127,31,0.25);
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: 8px;
  }

/* ===== Blackwing Modal (Compact, Dev-Oriented) ===== */

.bw-modal-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0,0,0,0.55);
  z-index: 9999;
}

.bw-modal-backdrop.is-open {
  display: flex;
}

.bw-modal {
  width: min(460px, 100%);
  background: #fff;
  border-radius: 14px;
  padding: 16px 16px 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  position: relative;

  /* typography + alignment */
  text-align: left;
  font-size: 0.85rem;
}

.bw-modal h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 6px 0;
}

.bw-modal p {
  font-size: 0.85rem;
  line-height: 1.45;
  margin: 0 0 14px 0;
  color: var(--text-secondary);
}

.bw-modal .bw-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.bw-modal .btn-accent-sm-dev,
.bw-modal .btn-outline-sm {
  font-size: 0.8rem;
  padding: 6px 10px;
}
