.elementor-35540 .elementor-element.elementor-element-7b194d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-35540 .elementor-element.elementor-element-f671f36{--display:flex;}.elementor-35540 .elementor-element.elementor-element-aa282c1{--display:flex;}/* Start custom CSS for container, class: .elementor-element-f671f36 *//* ═══════════════════════════════════════════════════════════════
   INVESTSNIPS UNIVERSAL PAGE CSS
   Load once sitewide. Works on every page that uses .is-investsnips-page
   Version: 1.0 | April 2026
═══════════════════════════════════════════════════════════════ */

/* ── CONFLICT DEFENSE ── */
.is-investsnips-page,
.is-investsnips-page * {
  box-sizing: border-box;
}

.is-investsnips-page h1,
.is-investsnips-page h2,
.is-investsnips-page h3,
.is-investsnips-page h4 {
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
}

.is-investsnips-page p {
  margin-top: 0;
}

.is-investsnips-page *,
.is-investsnips-page *::before,
.is-investsnips-page *::after {
  min-width: 0;
  overflow-wrap: break-word;
}

/* ── PROGRESS BAR ── */
.is-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #10b981, #6ee7b7);
  z-index: 9999;
  transition: width 0.1s linear;
  pointer-events: none;
}

/* ── PAGE WRAPPER ── */
.is-investsnips-page {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #1e293b;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 48px 0;
}

/* ── HERO ── */
.is-investsnips-page .is-hero {
  background: linear-gradient(135deg, #0a1628 0%, #0f2a4a 60%, #0e3d2e 100%);
  border-radius: 14px;
  padding: 52px 44px 48px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.is-investsnips-page .is-hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16,185,129,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.is-investsnips-page .is-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.is-investsnips-page .is-hero-pill {
  display: inline-block;
  background: rgba(16,185,129,0.18);
  color: #6ee7b7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(110,231,183,0.3);
  margin-bottom: 16px;
}

.is-investsnips-page .is-hero-h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #f0f9ff;
  margin-bottom: 14px;
}

.is-investsnips-page .is-hero-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: #94a3b8;
  margin-bottom: 0;
  max-width: 680px;
}

/* ── STATS BAR ── */
.is-investsnips-page .is-stats-bar {
  display: flex;
  align-items: center;
  background: #0a1628;
  border-radius: 0 0 14px 14px;
  padding: 18px 36px;
  margin-bottom: 20px;
  gap: 0;
  margin-top: 20px;
}

.is-investsnips-page .is-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.is-investsnips-page .is-stat-value {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #10b981;
  line-height: 1.2;
  margin-bottom: 3px;
}

.is-investsnips-page .is-stat-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
}

.is-investsnips-page .is-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  flex-shrink: 0;
  margin: 0 4px;
}

/* ── DISCLAIMER ── */
.is-investsnips-page .is-disclaimer {
  background: #fefce8;
  border-left: 3px solid #eab308;
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.6;
  color: #78350f;
  margin-bottom: 24px;
}

/* ── INTRO ── */
.is-investsnips-page .is-intro {
  margin-bottom: 28px;
}

.is-investsnips-page .is-intro p {
  font-size: 15px;
  line-height: 1.75;
  color: #1e293b;
  margin-bottom: 12px;
}

.is-investsnips-page .is-intro p:last-child {
  margin-bottom: 0;
}

/* ── TABLE OF CONTENTS ── */
.is-investsnips-page .is-toc {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 36px;
}

.is-investsnips-page .is-toc-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #10b981;
  margin-bottom: 10px;
}

.is-investsnips-page .is-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}

.is-investsnips-page .is-toc-list li {
  padding: 0;
  border: none;
}

.is-investsnips-page .is-toc-link {
  font-size: 13px;
  color: #059669;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.2s;
}

.is-investsnips-page .is-toc-link:hover {
  color: #10b981;
  text-decoration: underline;
}

/* ── SECTION LABELS & H2s ── */
.is-investsnips-page .is-section-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #10b981;
  margin-bottom: 6px;
}

.is-investsnips-page .is-section-h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #0a1628;
  margin-bottom: 18px;
  text-transform: none;
  text-shadow: none;
  letter-spacing: normal;
}

/* ── KEY TAKEAWAYS ── */
.is-investsnips-page .is-takeaways-section {
  margin-bottom: 40px;
}

.is-investsnips-page .is-takeaways-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.is-investsnips-page .is-takeaway-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow-wrap: break-word;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #10b981;
  border-radius: 10px;
  padding: 20px 20px 18px;
}

.is-investsnips-page .is-takeaway-number {
  display: block;
  position: static;
  font-size: 28px;
  font-weight: 800;
  color: #e2e8f0;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.is-investsnips-page .is-takeaway-title {
  display: block;
  position: static;
  font-size: 14px;
  font-weight: 700;
  color: #0a1628;
  line-height: 1.4;
  min-width: 0;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}

.is-investsnips-page .is-takeaway-body {
  font-size: 14px;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 0;
  flex: 1;
}

.is-investsnips-page .is-inline-link {
  color: #059669;
  font-weight: 500;
  text-decoration: none;
}

.is-investsnips-page .is-inline-link:hover {
  text-decoration: underline;
}

/* ── DATA TABLE SECTION ── */
.is-investsnips-page .is-data-section {
  margin-bottom: 40px;
}

.is-investsnips-page .is-data-section > p {
  font-size: 14px;
  color: #475569;
  margin-bottom: 16px;
  line-height: 1.65;
}

.is-investsnips-page .is-data-section .is-disclaimer {
  margin-top: 12px;
  margin-bottom: 0;
}

.is-investsnips-page .is-table-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  cursor: grab;
  user-select: none;
}

.is-investsnips-page .is-table-scroll-wrapper:active {
  cursor: grabbing;
}

.is-investsnips-page .is-data-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.4;
}

.is-investsnips-page .is-data-table thead tr {
  background: #0a1628;
}

.is-investsnips-page .is-data-table thead th {
  padding: 12px 14px;
  text-align: left;
  color: #94a3b8;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s;
  position: relative;
}

.is-investsnips-page .is-data-table thead th:hover {
  color: #10b981;
}

.is-investsnips-page .is-data-table thead th.is-sort-asc::after {
  content: ' ↑';
  color: #10b981;
}

.is-investsnips-page .is-data-table thead th.is-sort-desc::after {
  content: ' ↓';
  color: #10b981;
}

.is-investsnips-page .is-data-table tbody tr {
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.15s;
}

.is-investsnips-page .is-data-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.is-investsnips-page .is-data-table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.is-investsnips-page .is-data-table tbody tr:hover {
  background: #ecfdf5;
}

.is-investsnips-page .is-data-table tbody tr:last-child {
  border-bottom: none;
}

.is-investsnips-page .is-data-table td {
  padding: 10px 14px;
  color: #1e293b;
  vertical-align: middle;
  white-space: nowrap;
}

.is-investsnips-page .is-data-table td:first-child {
  color: #64748b;
  font-weight: 600;
  font-size: 12px;
}

.is-investsnips-page .is-data-table td:nth-child(2) {
  font-weight: 700;
  color: #059669;
  font-size: 13px;
}

/* ── COMPANY LIST SECTION ── */
.is-investsnips-page .is-company-list-section {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 40px;
}

.is-investsnips-page .is-company-list-section > .is-section-label {
  margin-bottom: 4px;
}

.is-investsnips-page .is-company-list-section > .is-section-h2 {
  margin-bottom: 20px;
}

.is-investsnips-page .is-company-list-section .is-intro {
  margin-bottom: 20px;
}

.is-investsnips-page .is-company-list-section > p {
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 12px;
}

.is-investsnips-page .is-company-list-section p {
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 10px;
}

.is-investsnips-page .is-company-list-section p a {
  color: #059669;
  font-weight: 500;
  text-decoration: none;
}

.is-investsnips-page .is-company-list-section p a:hover {
  text-decoration: underline;
  color: #10b981;
}

.is-investsnips-page .is-subcat-heading {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0a1628;
  border-bottom: 2px solid #10b981;
  padding-bottom: 6px;
  margin: 24px 0 12px 0;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-shadow: none;
}

.is-investsnips-page .is-subcat-heading:first-of-type {
  margin-top: 8px;
}

.is-investsnips-page .is-subcat-heading a {
  color: inherit;
  text-decoration: none;
}

.is-investsnips-page .is-subcat-heading a:hover {
  color: #059669;
}

.is-investsnips-page .is-company-ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.is-investsnips-page .is-company-li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  padding: 7px 0;
  border-bottom: 1px solid #e8eef4;
  font-size: 14px;
  line-height: 1.5;
}

.is-investsnips-page .is-company-li:last-child {
  border-bottom: none;
}

.is-investsnips-page .is-company-link {
  color: #059669;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.15s;
}

.is-investsnips-page .is-company-link:hover {
  color: #10b981;
  text-decoration: underline;
}

.is-investsnips-page .is-company-desc {
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.is-investsnips-page .is-resource-link {
  color: #059669;
  font-weight: 500;
  text-decoration: none;
}

.is-investsnips-page .is-resource-link:hover {
  text-decoration: underline;
  color: #10b981;
}

.is-investsnips-page .is-existing-related {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px 20px;
  margin-top: 28px;
}

.is-investsnips-page .is-existing-related .is-section-label {
  margin-bottom: 10px;
}

.is-investsnips-page .is-existing-related .is-company-ul {
  margin-bottom: 0;
}

/* ── RISK SECTION ── */
.is-investsnips-page .is-risk-section {
  margin-bottom: 40px;
}

.is-investsnips-page .is-risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.is-investsnips-page .is-risk-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow-wrap: break-word;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #10b981;
  border-radius: 10px;
  padding: 18px 18px 16px;
}

.is-investsnips-page .is-risk-title {
  display: block;
  position: static;
  font-size: 14px;
  font-weight: 700;
  color: #0a1628;
  line-height: 1.4;
  min-width: 0;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}

.is-investsnips-page .is-risk-body {
  font-size: 13px;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 0;
  flex: 1;
}

/* ── FAQ SECTION ── */
.is-investsnips-page .is-faq-section {
  margin-bottom: 40px;
}

.is-investsnips-page .is-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}

.is-investsnips-page .is-faq-item {
  border-bottom: 1px solid #e2e8f0;
}

.is-investsnips-page .is-faq-item:last-child {
  border-bottom: none;
}

.is-investsnips-page .is-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #ffffff;
  border: none;
  padding: 16px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #0a1628;
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.15s;
  min-width: 0;
  overflow-wrap: break-word;
  font-family: system-ui, -apple-system, sans-serif;
}

.is-investsnips-page .is-faq-q:hover {
  background: #f8fafc;
}

.is-investsnips-page .is-faq-q::after {
  content: '+';
  font-size: 20px;
  font-weight: 400;
  color: #10b981;
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.3s ease;
  display: block;
}

.is-investsnips-page .is-faq-q[aria-expanded="true"]::after {
  content: '−';
}

.is-investsnips-page .is-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.is-investsnips-page .is-faq-a.is-open {
  max-height: 800px;
}

.is-investsnips-page .is-faq-a-inner {
  padding: 4px 20px 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

/* ── RELATED PAGES ── */
.is-investsnips-page .is-related-section {
  margin-bottom: 32px;
}

.is-investsnips-page .is-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.is-investsnips-page .is-related-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow-wrap: break-word;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.is-investsnips-page .is-related-card:hover {
  border-color: #10b981;
  box-shadow: 0 4px 16px rgba(16,185,129,0.08);
}

.is-investsnips-page .is-related-category {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #10b981;
  margin-bottom: 8px;
}

.is-investsnips-page .is-related-title {
  display: block;
  position: static;
  font-size: 14px;
  font-weight: 700;
  color: #0a1628;
  line-height: 1.4;
  min-width: 0;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}

.is-investsnips-page .is-related-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
  flex: 1;
  margin-bottom: 14px;
}

.is-investsnips-page .is-related-cta {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #059669;
  text-decoration: none;
  transition: color 0.15s;
  margin-top: auto;
}

.is-investsnips-page .is-related-cta:hover {
  color: #10b981;
}

/* ── LAST UPDATED ── */
.is-investsnips-page .is-last-updated {
  font-size: 12px;
  color: #94a3b8;
  text-align: center;
  padding: 12px 0 0;
  border-top: 1px solid #e2e8f0;
  line-height: 1.5;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — TABLET (max 1024px)
═══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .is-investsnips-page .is-hero {
    padding: 40px 32px 36px;
  }
  .is-investsnips-page .is-hero-h1 {
    font-size: 24px;
  }
  .is-investsnips-page .is-stats-bar {
    padding: 16px 24px;
  }
  .is-investsnips-page .is-stat-value {
    font-size: 18px;
  }
  .is-investsnips-page .is-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE (max 767px)
═══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .is-investsnips-page .is-hero {
    padding: 28px 20px 24px;
    border-radius: 10px;
  }
  .is-investsnips-page .is-hero-h1 {
    font-size: 20px;
  }
  .is-investsnips-page .is-hero-subtitle {
    font-size: 14px;
  }
  .is-investsnips-page .is-stats-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
    gap: 12px;
    border-radius: 0 0 10px 10px;
  }
  .is-investsnips-page .is-stat-divider {
    display: none;
  }
  .is-investsnips-page .is-stat-item {
    align-items: flex-start;
    background: rgba(255,255,255,0.04);
    border-radius: 8px;
    padding: 10px 12px;
  }
  .is-investsnips-page .is-stat-label {
    text-align: left;
  }
  .is-investsnips-page .is-toc-list {
    flex-direction: column;
    gap: 8px;
  }
  .is-investsnips-page .is-takeaways-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .is-investsnips-page .is-risk-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .is-investsnips-page .is-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .is-investsnips-page .is-company-list-section {
    padding: 18px 14px;
  }
  .is-investsnips-page .is-section-h2 {
    font-size: 18px;
  }
  .is-investsnips-page .is-data-table {
    font-size: 12px;
  }
  .is-investsnips-page .is-data-table td,
  .is-investsnips-page .is-data-table th {
    padding: 9px 10px;
  }
  .is-investsnips-page .is-faq-q {
    font-size: 13px;
    padding: 14px 16px;
  }
  .is-investsnips-page .is-faq-a-inner {
    padding: 4px 16px 16px;
    font-size: 13px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — SMALL PHONES (max 480px)
═══════════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
  .is-investsnips-page .is-hero {
    padding: 22px 14px 20px;
  }
  .is-investsnips-page .is-hero-h1 {
    font-size: 18px;
  }
  .is-investsnips-page .is-stats-bar {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
  .is-investsnips-page .is-company-list-section {
    padding: 14px 10px;
  }
  .is-investsnips-page .is-takeaway-card {
    padding: 16px 14px;
  }
  .is-investsnips-page .is-risk-card {
    padding: 14px;
  }
  .is-investsnips-page .is-related-card {
    padding: 16px;
  }
  .is-investsnips-page .is-toc {
    padding: 16px;
  }
  .is-investsnips-page .is-subcat-heading {
    font-size: 12px;
  }
}/* End custom CSS */