:root {
  --color-primary: #FF9900;
  --color-secondary-orange:  #FF9900;
  --color-secondary:  #FF9900;
  --color-accent: #000000;
  /* --color-brand-yellow: #e6a817; */
  --color-brand-black: #000000;
}





/* pricing section */

    * { font-family: 'Poppins', sans-serif; }
 
    .pricing-card {
      background: #fff;
      border: 1.5px solid #e5e7eb;
      border-radius: 18px;
      padding: 36px 28px;
      display: flex;
      flex-direction: column;
      position: relative;
      transition: box-shadow 0.25s, transform 0.25s;
    }
    .pricing-card:hover {
      box-shadow: 0 16px 48px rgba(0,0,0,0.10);
      transform: translateY(-4px);
    }
    .pricing-card.popular {
      border-color: var(--color-primary);
      box-shadow: 0 12px 40px rgba(242,144,38,0.18);
    }
 
    .popular-badge {
      position: absolute;
      top: -14px; left: 50%;
      transform: translateX(-50%);
      background: var(--color-accent);
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      border-radius: 999px;
      padding: 5px 18px;
      white-space: nowrap;
      letter-spacing: 0.5px;
    }
 
    .price {
      font-size: 46px;
      font-weight: 800;
      color: var(--color-brand-black);
      line-height: 1;
    }
    .save-badge {
      display: inline-block;
      background: #fff0e0;
      color: var(--color-secondary);
      font-size: 11px;
      font-weight: 600;
      border-radius: 999px;
      padding: 3px 10px;
      margin-top: 4px;
    }
 
    .check-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 13.5px;
      color: #374151;
      line-height: 1.5;
    }
    .check-icon {
      width: 18px; height: 18px;
      color: var(--color-primary);
      flex-shrink: 0;
      margin-top: 1px;
    }
 
    .btn-yellow {
      background: var(--color-primary);
      color: #fff;
      font-weight: 700;
      border-radius: 999px;
      padding: 14px 28px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 15px;
      transition: background 0.2s, transform 0.2s;
    }
    .btn-yellow:hover { background: var(--color-secondary); transform: translateY(-1px); }
 
    .btn-black {
      background: var(--color-brand-black);
      color: #fff;
      font-weight: 600;
      border-radius: 999px;
      padding: 10px 24px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 15px;
      transition: background 0.2s;
    }
    .btn-black:hover {

      transform: translateY(-1px);
      }
    .phone-circle {
      width: 34px; height: 34px; border-radius: 50%;
      background: var(--color-primary);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
 
    /* Icon ring */
    .icon-ring {
      width: 64px; height: 64px; border-radius: 50%;
      border: 1.5px solid var(--color-primary);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
      background: #fff;
    }


    /* feature-card */



    .feature-card {
      border: 1.5px solid #e5e7eb;
      border-radius: 14px;
      padding: 28px 24px;
      background: #fff;
      transition: box-shadow 0.25s, transform 0.22s, border-color 0.22s;
      height: 100%;
    }
    .feature-card:hover {
      box-shadow: 0 10px 36px rgba(242,144,38,0.10);
      border-color: var(--color-primary);
      transform: translateY(-3px);
    }
    .icon-box {
      width: 56px; height: 56px;
      border: 1.5px solid #e5e7eb;
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px;
      transition: border-color 0.22s, background 0.22s;
    }
    .feature-card:hover .icon-box {
      border-color: var(--color-primary);
      background: #fff8f0;
    }
    .icon-box svg { color: var(--color-primary); }



    /* trust site */

    /* Orange gradient background */
    .cta-bg {
      /* background: linear-gradient(120deg, var(--color-secondary) 0%, var(--color-primary) 60%, #f5b942 100%); */
      background-image: url('../images/color_bg.png');
    }

    /* Soft white blob behind person */
    .person-blob {
      width: 320px;
      height: 320px;
      background: rgba(255,255,255,0.18);
      border-radius: 50%;
      position: absolute;
      bottom: 0;
      right: 60px;
      z-index: 0;
    }

    /* Amazon box float */
    @keyframes floatBox {
      0%,100% { transform: translateY(0) rotate(-8deg); }
      50%      { transform: translateY(-10px) rotate(-8deg); }
    }
    .float-box { animation: floatBox 3s ease-in-out infinite; }

    /* Rocket float */
    @keyframes floatRocket {
      0%,100% { transform: translateY(0); }
      50%      { transform: translateY(-8px); }
    }
    .float-rocket { animation: floatRocket 2.8s ease-in-out infinite 0.6s; }

    /* Card float */
    @keyframes floatCard {
      0%,100% { transform: translateY(0); }
      50%      { transform: translateY(-6px); }
    }
    .float-card { animation: floatCard 3.2s ease-in-out infinite 0.3s; }

    /* Bar chart bars */
    .bar { border-radius: 3px 3px 0 0; display: inline-block; }




        .divider {
      width: 1px;
      background: rgba(255,255,255,0.15);
      align-self: stretch;
    }

    .stat-number {
      font-size: 2.2rem;
      font-weight: 800;
      color: #fff;
      line-height: 1;
    }

    .stat-label {
      font-size: 10px;
      font-weight: 600;
      color: rgba(255,255,255,0.45);
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-top: 5px;
    }