 :root {
            --primary: #076a8f;
            --primary-hover: #076a8f;
            --bg-light: #f8fafc;
            --text-main: #1e293b;
            --text-muted: #64748b;
            --white: #ffffff;
            --accent: #10b981; 
            --highlight: #f59e0b; 
            --shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
           
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: 'Inter', system-ui, -apple-system, sans-serif;
        }

        body {
            background-color: var(--bg-light);
            color: var(--text-main);
            line-height: 1.6; 
            
        }

        .container {
            max-width: 1100px;
            margin: 0 auto;
        }
        
          .pay-methods {
             display:flex; flex-wrap:wrap; gap:7px; padding:0 22px 20px; justify-content:center;
                       }
  
          .trust-strip {
             display:grid; grid-template-columns:repeat(2,1fr); gap:8px;
            padding:0 6px 0px;
            }
           .trust-item {
    display:flex; align-items:center;  font-size:10.0px; color:var(--ink-500); font-weight:500;
                       }
           .trust-item svg{ width:14px; height:14px; color:var(--brand-600); flex-shrink:0; }

  .summary-card{
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:var(--r-lg);
    box-shadow:var(--shadow-lg);
    overflow:hidden;
  }
  
    .pay-chip{
    display:flex; align-items:center; gap:5px;
    border:1px solid var(--border); border-radius:8px; background:var(--surface-alt);
    padding:6px 9px; font-size:11px; font-weight:650; color:var(--ink-700);
  }
  .pay-chip svg{ width:16px; height:11px; }
  
  
        .header {
            text-align: center;
            margin-bottom: 15px;
        }

        .header h1 { font-size: 1.8rem; font-weight: 800; margin-bottom: 3px; }
        .header p { color: var(--text-muted); }

        /* Pricing Grid */
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 10px;
            margin-bottom: 40px;
        }

  .paypal-wrapper {
    display: flex;
    justify-content: center;
   
}



.trust-badge{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  color:#64748b;
}
.trust-badge svg{
  width:18px;
  height:18px;
  flex-shrink:0;
}
.powered-by{
  font-size:12px;
  color:#888;
  margin-top:12px;
}
.plan-paid {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: none;
    padding: 15px 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1000;
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.15);
}
        .plan-card {
            background: var(--white);
            border: 2px solid transparent;
            border-radius: 16px;
            padding: 15px 24px;
            border: 1px solid #eeeeee;
            text-align: center;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            box-shadow: var(--shadow);
            position: relative;
            display: flex;
            z-index: 1000;
            flex-direction: column;
        }

        .plan-card:hover { transform: translateY(-5px); }
        .plan-card.active { border-color: var(--primary); background: #eff6ff; }
        .plan-card.recommended { border-color: var(--highlight); transform: scale(1.03); }

        .badge {
            position: absolute;
            top: -18px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--highlight);
            color: white;
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 800;
            text-transform: uppercase;
        }

        .offer-note {
            font-size: 0.75rem;
            background: #dcfce7;
            color: #166534;
            padding: 4px 8px;
            border-radius: 4px;
            margin-bottom: 10px;
            display: inline-block;
            font-weight: 600;
        }

        .save-tag {
            color: var(--accent);
            font-weight: 700;
            font-size: 0.85rem;
            display: block;
            margin-bottom: 8px;
        }

        .plan-name { font-size: 1.0rem; font-weight: 700; margin-bottom: 2px; }
        .plan-price { font-size: 2.2rem; font-weight: 800; color: var(--text-main); }
        .plan-price span { font-size: 1rem; color: var(--text-muted); font-weight: 400; }

        .benefits-list {
            list-style: none;
            margin: 10px 0;
            text-align: left;
            flex-grow: 1;
        }

        .benefits-list li {
            margin-bottom: 12px;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
        }

        .benefits-list li::before {
            content: "✓";
            color: var(--accent);
            margin-right: 12px;
            font-weight: bold;
        }

        .select-btn {
            width: 100%;
            padding: 14px;
            border: 2px solid #e2e8f0;
            border-radius: 12px;
            background: white;
            font-weight: 700;
            cursor: pointer;
            transition: 0.2s;
        }

        .active .select-btn {
            background: var(--primary);
            color: white;
            border-color: var(--primary);
        }

        /* Step 2 Section */
        #lifetime-options {
            display: none;
            background: white;
            padding: 35px;
            border-radius: 20px;
            margin-bottom: 40px;
            box-shadow: var(--shadow);
            border: 2px solid var(--highlight);
            animation: slideDown 0.5s ease;
        }

        .lifetime-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 15px;
            margin-top: 20px;
        }

        .sub-option {
            border: 1px solid #e2e8f0;
            padding: 20px;
            border-radius: 12px;
            cursor: pointer;
            transition: 0.2s;
            text-align: center;
        }

        .sub-option.selected { 
            background: var(--primary); 
            color: white; 
            border-color: var(--primary); 
        }

        .mini-note {
            font-size: 0.65rem;
            display: block;
            margin-top: 5px;
            opacity: 0.9;
        }
 
        /* Sticky Payment Bar */
        .payment-bar {
            position: sticky;
            bottom: 25px;
            background: #ffffff;
            padding: 20px 40px;
            border-radius: 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 1000;
            border: 1px solid #eeeeee;
            
        }
 
        .pay-now-btn {
            background: var(--accent);
            color: white;
            border: none;
            padding: 14px 17px;
            border-radius: 50px;
            font-size: 1.2rem;
            font-weight: 800;
            cursor: pointer;
            transition: 0.3s;
        }

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

        @media (max-width: 768px) {
            .payment-bar { flex-direction: column; border-radius: 24px;
            text-align: center; padding: 5px; bottom: 5px; }
            .pay-now-btn { width: 100%; margin-top: 10px; }
            .plan-card.recommended { transform: none; }
        }
      
  .faq-section{ padding:8px 30px 56px; border-top:1px solid var(--border); margin-top:8px; }
  .faq-section h2{ font-size:22px; font-weight:800; letter-spacing:-0.02em; margin:36px 0 18px; }
  .faq-item{ border-bottom:1px solid var(--border); }
  .faq-question{
    width:100%; text-align:left; background:none; border:0; cursor:pointer;
    padding:16px 4px; display:flex; align-items:center; justify-content:space-between; gap:12px;
    font-size:15px; font-weight:600; color:var(--ink-900);
  }
  .faq-question .chev{ width:18px; height:18px; color:var(--ink-500); transition:transform var(--dur-med) var(--ease); flex-shrink:0; }
  .faq-question[aria-expanded="true"] .chev{ transform:rotate(180deg); color:var(--brand-600); }
  .faq-answer{
    max-height:0; overflow:hidden; transition:max-height var(--dur-med) var(--ease);
  }
  .faq-answer p{ margin:0 4px 16px; font-size:14px; color:var(--ink-500); max-width:70ch; }

 