 :root {
      --blue-dark: #0e1b2e;
      --blue-mid: #1a3557;
      --blue-accent: #8b6bff;
      --blue-light: #2196f3;
      --yellow: #f5c518;
      --yellow-btn: #f0b429;
      --teal: #00bcd4;
      --text-dark: #1a1a2e;
      --text-muted: #555e6d;
      --bg-light: #f4f7fb;
      --bg-section: #eef3fa;
      --white: #ffffff;
 
    }
 
    .btn-yellow {
      background: #6c47ff;
      color: #fff;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
    
      letter-spacing: .5px;
      padding: 11px 26px;
      border-radius: 4px;
      border: none;
      text-decoration: none;
      display: inline-block;
      transition: background .2s;
    }
    .btn-yellow:hover { background: #e6a800; color: #111; }
    .btn-outline-white {
      background: transparent;
      color: #fff;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
  
      padding: 10px 24px;
      border-radius: 4px;
      border: 1.5px solid rgba(255,255,255,0.4);
      text-decoration: none;
      display: inline-block;
      transition: border-color .2s, background .2s;
    }
    .btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,0.08); color: #fff; }
    .hero-stats {
      display: flex; gap: 32px; flex-wrap: wrap;
      margin-top: 36px;
    }
    .hero-stat-val {
      font-family: 'Roboto Condensed', sans-serif;
 font-weight: 700;
      color: var(--yellow);
    }
    .hero-stat-label {  color: #90caf9; text-transform: uppercase; letter-spacing: .5px; }

    .product-card {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 10px;
      padding: 28px 24px;
      color: #fff;
      text-align: center;
    }
    .product-card img { max-height: 130px; object-fit: contain; margin-bottom: 16px; }
    .product-card-title { font-family: 'Roboto Condensed', sans-serif; font-size: 18px; font-weight: 700; }
    .product-card-sub { font-size: 12px; color: #90caf9; margin-bottom: 14px; }
    .product-card table { width: 100%; font-size: 13px; }
    .product-card table td { padding: 4px 6px; color: #cdd9ea; }
    .product-card table td:first-child { color: #90caf9; text-align: left; }
    .product-card table td:last-child { text-align: right; font-weight: 600; color: #fff; }


  


  
    .grid-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .grid-imgs img { width: 100%; border-radius: 6px; object-fit: cover; height: 140px; }
    .grid-imgs img:first-child { grid-column: 1 / -1; height: 160px; }
    .arch-img-placeholder {
      width: 100%; border-radius: 6px;
      background: linear-gradient(135deg, #1a3557 0%, #1976d2 100%);
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,0.3);
    
    }

    /* ── WHY P2S ──────────────────────────────────────────── */
    .why-section { padding: 70px 0; background: var(--bg-light); }
 
    .why-section .sub { font-size: 16px; color: var(--text-muted); text-align: center;  margin: 0 auto 50px; line-height: 1.7; }
    .why-card {
      background: var(--white);
      border-radius: 10px;
      padding: 28px 24px;
      text-align: center;
      height: 100%;
      border: 1px solid var(--border);
      transition: box-shadow .2s;
    }
    .why-card:hover { box-shadow: 0 8px 32px rgba(25,118,210,0.10); }
    .why-card .icon-circle {
      width: 52px; height: 52px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 22px;
      margin: 0 auto 16px;
    }
    .icon-green  { background: #e8f5e9; color: #27ae60; }
    .icon-blue   { background: #e3f2fd; color: var(--blue-accent); }
    .icon-purple { background: #ede7f6; color: #7b1fa2; }
    .why-card h4 { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
    .why-card .pct {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 40px; font-weight: 700;
      color: var(--blue-accent);
      line-height: 1;
      margin-bottom: 4px;
    }
    .why-card p { font-size: 15px; color: var(--text-muted); line-height: 1.6; margin: 0; }

    /* ── KEY BENEFITS ─────────────────────────────────────── */
    .benefits-section { padding: 70px 0; background: var(--white); }
    .benefits-section h2 {     font-size: 43px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
    text-align: center; }
    .benefits-section .sub { font-size: 15px; color: var(--text-muted); text-align: center; margin-bottom: 40px; }

    .benefit-big {
      border-radius: 10px;
      padding: 28px 24px;
      color: #fff;
      height: 100%;
      position: relative;
      overflow: hidden;
    }
    .benefit-big.dark { background: linear-gradient(135deg, #0e1b2e 0%, #1a3557 100%); }
    .benefit-big.mid  { background: linear-gradient(135deg, #1a3557 0%, #1b1b51 100%); }
    .benefit-big h4 { font-size: 24px; font-weight: 700; margin-bottom: 10px; }
    .benefit-big p  { font-size: 15px; color: #b0c4de; line-height: 1.6; margin: 0; }


    .features-grid { margin-top: 10px; }
    .feat-category {
      border-top: 2px solid var(--bg-light);
      padding-top: 16px;
      margin-top: 16px;
    }
    .feat-category-label {
      font-size: 11px; font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--blue-accent);
      margin-bottom: 12px;
    }
    .feat-item {
      display: flex; align-items: flex-start; gap: 8px;
      margin-bottom: 10px;
    }
    .feat-item i { color: var(--blue-accent); font-size: 13px; margin-top: 2px; flex-shrink: 0; }
    .feat-item span { font-size: 13px; color: var(--text-muted); line-height: 1.4; }

    /* ── CTA BANNER ───────────────────────────────────────── */
    .cta-banner {
      background: #fffde7;
      border: 1.5px solid #f5c518;
      border-radius: 10px;
      padding: 22px 28px;
      display: flex; align-items: center; justify-content: space-between;
      gap: 20px; flex-wrap: wrap;
      margin: 50px 0;
    }
    .cta-banner-icon { font-size: 30px; color: var(--yellow-btn); flex-shrink: 0; }
    .cta-banner-text h5 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
    .cta-banner-text p { font-size: 13px; color: var(--text-muted); margin: 0; }
    .btn-blue {
      background: var(--blue-accent);
      color: #fff;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 14px;
      padding: 11px 26px;
      border-radius: 4px;
      border: none;
      text-decoration: none;
      display: inline-block;
      transition: background .2s;
      white-space: nowrap;
    }
    .btn-blue:hover { background: #1565c0; color: #fff; }

    /* ── FAQ ──────────────────────────────────────────────── */
    .faq-section { padding: 70px 0; background: var(--bg-light); }
    .faq-section h2 { font-size: 43px;  font-weight: 700; }
    .faq-section .sub { font-size: 15px; color: var(--text-muted); margin-bottom: 36px; max-width:600px; line-height: 1.7; }
    .accordion-button {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 15px; font-weight: 700;
      color: var(--text-dark);
      background: var(--white);
    }
    .accordion-button:not(.collapsed) { color: var(--blue-accent); background: var(--white); box-shadow: none; }
    .accordion-button::after { filter: none; }
    .accordion-item {  border-radius: 8px !important; margin-bottom: 8px; overflow: hidden; }
    .accordion-body { font-size: 15px; color: var(--text-muted); line-height: 1.7; }

    /* ── QUOTE SIDEBAR CARD ───────────────────────────────── */
    .quote-card {
      background: #0b2747;
      border-radius: 10px;
      padding: 24px;
      color: #fff;
      position: sticky;
      top: 20px;
    }
    .quote-card .ql { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #90caf9; margin-bottom: 12px; }
    .quote-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 18px; }
    .check-list { list-style: none; padding: 0; margin-bottom: 20px; }
    .check-list li { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #cdd9ea; margin-bottom: 8px; }
    
    .form-control-dark {
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.15);
      color: #fff;
      border-radius: 4px;
      font-size: 13px;
      padding: 9px 12px;
      width: 100%;
      margin-bottom: 10px;
    }
    .form-control-dark::placeholder { color: rgba(255,255,255,0.35); }
    .form-control-dark:focus { outline: none; border-color: var(--blue-light); }

    /* ── FINAL CTA ────────────────────────────────────────── */
    .final-cta {
      /*  background: linear-gradient(135deg, #000000 0%, #151945 60%, #000000 100%); */
      background: url(img/banner.jpeg);
      color: #fff;
      text-align: center;
      padding: 70px 20px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
    .final-cta h2 { font-size: 42px; font-weight: 700; margin-bottom: 14px; }
    .final-cta p { font-size: 15px; color: #fff;  margin: 0 auto 30px; line-height: 1.7; }
    .btn-group-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

    /* ── RESPONSIVE ───────────────────────────────────────── */
    @media (max-width: 767px) {
      .hero-stat-val { font-size: 22px; }
      .product-card { margin-top: 30px; }
      .cta-banner { flex-direction: column; text-align: center; }
    }