:root{
      --brand:#257491;
      --danger:#ff5252;
      --border:#e5e7eb;
      --soft:#f8fafc;
      --dark:#0f172a;
      --muted:#475569;
      --whatsapp:#1f9d55;
    }

    body { font-family: 'Cairo', sans-serif; background-color: #f8f9fa; color: var(--dark); }
    .navbar { background-color: var(--brand); }
    a.hany { text-decoration: none; color: white; }
    .hany1 { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; }

    /* Hero */
    .hero-section{
      background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url('https://hdparkbugs.com/bg1.webp');
      background-size: cover;
      background-position: bottom;
      color: white;
      padding: 95px 0;
      text-align:center;
    }
    .hero-section p{ line-height:2; max-width: 980px; margin: 0 auto; opacity:.98; }

    .btn-call{
      background-color: var(--danger);
      color: white;
      font-weight: 800;
      border-radius: 999px;
      padding: 14px 26px;
      font-size: 1.05rem;
      border: 0;
    }
    .btn-call:hover { background-color: #ff1744; color: white; }

    .btn-whatsapp{
      background: var(--whatsapp);
      color:#fff;
      font-weight:800;
      border-radius:999px;
      padding: 14px 26px;
      font-size: 1.05rem;
      border:0;
    }
    .btn-whatsapp:hover{ background:#168a49; color:#fff; }

    /* Cards */
    .card-soft{
      background:#fff;
      border:1px solid var(--border);
      border-radius:16px;
      box-shadow: 0 10px 25px rgba(0,0,0,.06);
    }

    /* Feature */
    .feature-box{
      background:#fff;
      padding: 28px;
      border-radius: 16px;
      border: 1px solid var(--border);
      box-shadow: 0 10px 25px rgba(0,0,0,.06);
      text-align: center;
      height: 100%;
      transition: .25s ease;
    }
    .feature-box:hover { transform: translateY(-6px); }
    .feature-icon { font-size: 2.6rem; color: var(--brand); margin-bottom: 14px; }

    /* Pills */
    .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      background: var(--soft);
      border:1px solid var(--border);
      padding: 10px 12px;
      border-radius: 999px;
      margin: 6px 6px 0 0;
      font-weight: 700;
      color: var(--dark);
      font-size: 14px;
    }

    /* Maps */
    .map-wrapper{
      width:100%;
      height:360px;
      border-radius: 16px;
      overflow:hidden;
      border:1px solid var(--border);
      box-shadow: 0 10px 25px rgba(0,0,0,.08);
      background:#e5e7eb;
    }
    .map-wrapper iframe{ width:100%; height:100%; border:0; }

    /* Contact */
    .contact-info { background: var(--brand); color: white; padding: 55px 0; }
    .contact-info a{ color:#fff; text-decoration:none; }

    footer { background: #111; color: #ccc; padding: 20px 0; text-align: center; }

    @media (max-width: 768px){
      .hero-section{ padding: 75px 0; }
      .map-wrapper{ height: 300px; }
    }

/* ---- merged ---- */

:root{
      --brand:#257491;
      --danger:#ff5252;
      --border:#e5e7eb;
      --soft:#f8fafc;
      --dark:#0f172a;
      --muted:#475569;
      --whatsapp:#1f9d55;
    }

    body { font-family: 'Cairo', sans-serif; background-color: #f8f9fa; color: var(--dark); }
    .navbar { background-color: var(--brand); }

    /* Hero */
    .hero-section{
      background: linear-gradient(rgba(0,0,0,0.62), rgba(0,0,0,0.62)), url('https://hdparkbugs.com/bg1.webp');
      background-size: cover;
      background-position: bottom;
      color: #fff;
      padding: 90px 0;
      text-align: center;
    }
    .hero-section p{ line-height:2; max-width: 980px; margin: 0 auto; opacity:.98; }

    .btn-call{
      background-color: var(--danger);
      color: white;
      font-weight: 800;
      border-radius: 999px;
      padding: 14px 26px;
      font-size: 1.05rem;
      border: 0;
    }
    .btn-call:hover { background-color: #ff1744; color: white; }

    .btn-soft{
      background:#ffffff;
      border:1px solid rgba(255,255,255,.35);
      color:#fff;
      border-radius:999px;
      padding:14px 22px;
      font-weight:800;
    }
    .btn-soft:hover{ background: rgba(255,255,255,.12); color:#fff; }

    .btn-whatsapp{
      background: var(--whatsapp);
      color:#fff;
      font-weight:800;
      border-radius:999px;
      padding: 14px 26px;
      font-size: 1.05rem;
      border:0;
    }
    .btn-whatsapp:hover{ background:#168a49; color:#fff; }

    /* Cards */
    .card-soft{
      background:#fff;
      border:1px solid var(--border);
      border-radius:16px;
      box-shadow: 0 10px 25px rgba(0,0,0,.06);
    }
    .icon-badge{
      width:52px; height:52px;
      display:grid; place-items:center;
      border-radius:16px;
      background: var(--soft);
      border:1px solid var(--border);
      font-size:20px;
      color: var(--brand);
      flex: 0 0 auto;
    }

    .section-title{ font-weight:900; margin-bottom: 10px; }
    .section-sub{ color: var(--muted); line-height: 2; margin-bottom: 0; }

    .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border:1px solid var(--border);
      background:#fff;
      border-radius:999px;
      color: var(--dark);
      font-weight:700;
      margin: 6px 6px 0 0;
      box-shadow: 0 6px 18px rgba(0,0,0,.04);
    }

    .steps li{ margin-bottom: 8px; color: var(--muted); line-height: 2; }

    .map-wrapper{
      width:100%;
      height:360px;
      border-radius: 16px;
      overflow:hidden;
      border:1px solid var(--border);
      box-shadow: 0 10px 25px rgba(0,0,0,.08);
      background:#e5e7eb;
    }
    .map-wrapper iframe{ width:100%; height:100%; border:0; }

    .contact-info { background: var(--brand); color: white; padding: 50px 0; }
    .contact-info a{ color:#fff; text-decoration:none; }

    footer { background: #111; color: #ccc; padding: 20px 0; text-align: center; }
    a.hany { text-decoration: none; color: white; }
    .hany1 { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; }

    @media (max-width: 768px){
      .hero-section{ padding: 70px 0; }
      .map-wrapper{ height: 300px; }
    }

/* ---- merged ---- */

:root{
      --brand:#257491;
      --danger:#ff5252;
      --border:#e5e7eb;
      --soft:#f8fafc;
      --dark:#0f172a;
      --muted:#475569;
      --whatsapp:#1f9d55;
    }

    body { font-family: 'Cairo', sans-serif; background-color: #f8f9fa; color: var(--dark); }
    .navbar { background-color: var(--brand); }

    /* Hero */
    .hero-section{
      background: linear-gradient(rgba(0,0,0,0.62), rgba(0,0,0,0.62)), url('https://hdparkbugs.com/bg1.webp');
      background-size: cover;
      background-position: bottom;
      color: #fff;
      padding: 90px 0;
      text-align: center;
    }
    .hero-section p{ line-height:2; max-width: 980px; margin: 0 auto; opacity:.98; }

    .btn-call{
      background-color: var(--danger);
      color: white;
      font-weight: 800;
      border-radius: 999px;
      padding: 14px 26px;
      font-size: 1.05rem;
      border: 0;
    }
    .btn-call:hover { background-color: #ff1744; color: white; }

    .btn-whatsapp{
      background: var(--whatsapp);
      color:#fff;
      font-weight:800;
      border-radius:999px;
      padding: 14px 26px;
      font-size: 1.05rem;
      border:0;
    }
    .btn-whatsapp:hover{ background:#168a49; color:#fff; }

    /* Cards */
    .card-soft{
      background:#fff;
      border:1px solid var(--border);
      border-radius:16px;
      box-shadow: 0 10px 25px rgba(0,0,0,.06);
    }

    .privacy-article{
      max-width: 980px;
      margin: -38px auto 0;
      position: relative;
      z-index: 2;
    }

    .privacy-body{
      padding: 22px;
    }

    .privacy-body h2{
      font-size: 20px;
      font-weight: 900;
      margin: 18px 0 10px;
      color: var(--dark);
      position: relative;
      padding-right: 14px;
    }
    .privacy-body h2::before{
      content:"";
      position:absolute;
      right:0;
      top: 6px;
      width:6px;
      height: 20px;
      background: var(--brand);
      border-radius: 4px;
    }

    .privacy-body p{ line-height: 2; color: var(--muted); margin: 0 0 12px; }
    .privacy-body ul{ margin: 0 0 14px; padding-right: 18px; color: var(--muted); line-height: 2; }
    .privacy-body li{ margin-bottom: 6px; }

    .note{
      background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
      border: 1px solid var(--border);
      padding: 14px;
      border-radius: 16px;
      color: var(--muted);
      line-height: 2;
      margin: 14px 0;
    }
    .note strong{ color: var(--dark); }

    .mini{
      font-size: 14px;
      color: #64748b;
      margin-top: 10px;
      line-height: 1.9;
    }

    .contact-box{
      margin-top: 18px;
      padding: 16px;
      border: 1px solid var(--border);
      border-radius: 16px;
      background: #fbfdff;
    }
    .contact-box a{ text-decoration:none; }

    /* Location */
    .map-wrapper{
      width:100%;
      height:360px;
      border-radius: 16px;
      overflow:hidden;
      border:1px solid var(--border);
      box-shadow: 0 10px 25px rgba(0,0,0,.08);
      background:#e5e7eb;
    }
    .map-wrapper iframe{ width:100%; height:100%; border:0; }

    .company-location{
      max-width: 1100px;
      margin: 32px auto 0;
      padding: 24px;
    }

    .contact-info { background: var(--brand); color: white; padding: 50px 0; }
    .contact-info a{ color:#fff; text-decoration:none; }

    footer { background: #111; color: #ccc; padding: 20px 0; text-align: center; }
    a.hany { text-decoration: none; color: white; }
    .hany1 { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; }

    @media (max-width: 768px){
      .hero-section{ padding: 70px 0; }
      .privacy-article{ margin-top: -26px; }
      .map-wrapper{ height: 300px; }
      .company-location{ padding: 16px; }
    }