/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 07 2026 | 05:55:11 */
  :root {
    --bg-primary: #ffffff;
    --bg-secondary: #fcfcfc;
    --bg-tertiary: #f0f0ed;
    --text-primary: #1a1a1a;
    --text-secondary: #6b6b6b;
    --text-tertiary: #999999;
    --border-tertiary: rgba(0,0,0,0.08);
    --border-secondary: rgba(0,0,0,0.18);
    --accent-purple: #7F77DD;
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  }
  .header { margin-bottom: 28px; }
  .header h1 { font-size: 26px; font-weight: 700; margin-bottom: 6px; letter-spacing: -0.3px; }
  .header .sub { font-size: 14px; color: var(--text-secondary); line-height: 1.6; margin-top: 4px; }
  .header .tagline { font-size: 13px; color: var(--text-secondary); margin-top: 6px; font-style: italic; }

  .sub-tabs {
    display: flex; gap: 0;
    border-bottom: 1px solid var(--border-tertiary);
    margin-bottom: 22px;
  }
  .sub-tab {
    background: #fff; border: none;
    padding: 8px 18px; font-size: 12.5px;
    color: var(--text-secondary); cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    font-family: var(--font-sans);
  }
  .sub-tab.active {
    color: var(--text-primary);
    border-bottom-color: var(--accent-purple);
    font-weight: 600;
	background:#fcfcfc;
  }
  .sub-tab:hover:not(.active) { color: var(--text-primary); background:#fcfcfc;}

  .cards-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

  .plan-card {
    background: var(--bg-secondary);
    border: 1px solid var(--border-tertiary);
    border-radius: var(--radius-xl);
    padding: 26px 22px 22px;
    display: flex; flex-direction: column;
    transition: border-color 0.2s, transform 0.15s;
    position: relative;
  }
  .plan-card:hover { border-color: var(--border-secondary); transform: translateY(-2px); }
  .plan-card.featured {
    border-color: var(--accent-purple);
    border-width: 1.5px;
  }

  .plan-badge {
    display: inline-block; font-size: 10px; font-weight: 700;
    padding: 4px 12px; border-radius: 100px; margin-bottom: 13px;
    letter-spacing: 0.5px; align-self: flex-start;
    text-transform: uppercase;
  }
  .badge-green  { background: #EAF3DE; color: #3B6D11; }
  .badge-teal   { background: #E1F5EE; color: #0F6E56; }
  .badge-purple { background: #EEEDFE; color: #534AB7; }

  .featured-tag {
    position: absolute; top: -10px; right: 20px;
    background: var(--accent-purple); color: #fff;
    font-size: 10px; font-weight: 600; letter-spacing: 0.3px;
    padding: 5px 14px; border-radius: 100px;
    text-transform: uppercase;
  }

  .plan-name { font-size: 23px; font-weight: 700; letter-spacing: -0.3px; }
  .plan-sub  { font-size: 12px; color: var(--text-secondary); margin-top: 5px; line-height: 1.5; min-height: 38px; }

  .plan-price { font-size: 30px; font-weight: 700; margin-top: 16px; letter-spacing: -0.5px; }
  .plan-price span { font-size: 13px; font-weight: 400; color: var(--text-secondary); }

  .plan-divider { height: 1px; background: var(--border-tertiary); margin: 14px 0; }

  .plan-cat { margin-bottom: 13px; }
  .plan-cat-title {
    font-size: 10px; font-weight: 700; color: var(--text-secondary);
    text-transform: uppercase; letter-spacing: 0.9px; margin-bottom: 6px;
  }
  .plan-cat-items { font-size: 12.5px; color: var(--text-primary); line-height: 1.85; padding-left: 2px; }

  .plan-footer {
    margin-top: auto; padding-top: 12px;
    font-size: 11px; color: var(--text-tertiary);
    border-top: 1px solid var(--border-tertiary);
    line-height: 1.5;
  }
  .plan-footer strong { color: var(--text-secondary); font-weight: 500; }

  .detail-panel { display: none;
      background: var(--bg-secondary);
  }
  .detail-panel.visible { display: block; }

  .comp-table {
    width: 100%; border-collapse: collapse;
    font-size: 12.5px;
  }
  .comp-table th, .comp-table td {
    padding: 10px 16px; text-align: left;
    border-bottom: 1px solid var(--border-tertiary);
    vertical-align: top;
  }
  .comp-table th {
    font-weight: 700; color: var(--text-secondary); font-size: 11px;
    text-transform: uppercase; letter-spacing: 0.6px;
    background: var(--bg-secondary);
    position: sticky; top: 0;
  }
  .comp-table th:first-child { border-radius: var(--radius-md) 0 0 0; }
  .comp-table th:last-child  { border-radius: 0 var(--radius-md) 0 0; }

  .cat-row td {
    font-weight: 700; color: var(--text-secondary);
    font-size: 11px; text-transform: uppercase; letter-spacing: 0.6px;
    padding-top: 20px; border-bottom: none;
  }
  .cat-row td:first-child { color: var(--text-primary); font-size: 12px; }

  .yes { color: #1D9E75; font-weight: 600; }
  .no  { color: var(--text-tertiary); }
  .val { color: var(--text-primary); font-weight: 500; }

  .legend {
    display: flex; gap: 20px; margin-top: 18px;
    font-size: 11px; color: var(--text-secondary);
    align-items: center; flex-wrap: wrap;
  }
  .legend span { display: inline-flex; align-items: center; gap: 6px; }
  .leg-dot { width: 9px; height: 9px; border-radius: 3px; display: inline-block; }

  .notes {
    margin-top: 24px; padding: 16px 20px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-tertiary);
    border-radius: var(--radius-lg);
    font-size: 12px; color: var(--text-secondary);
    line-height: 1.7;
  }
  .notes strong { color: var(--text-primary); }
  .notes ul { padding-left: 20px; margin-top: 4px; }
  .notes li { margin-bottom: 4px; }

  @media (max-width: 800px) {
    body { padding: 24px 14px; }
    .cards-row { grid-template-columns: 1fr; }
    .comp-table { font-size: 11px; }
    .comp-table th, .comp-table td { padding: 8px 10px; }
  }